.example {
	display: -ms-grid;
	display: grid;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
	background: -webkit-linear-gradient(top, white, black);
	background: -o-linear-gradient(top, white, black);
	background: linear-gradient(to bottom, white, black);
}
.c-header__flags .c-header__flags__link {
	margin-left: 12px !important;
}
.b-popup__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bot-success-popout{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	display: none;
	max-height: 100vh;
	min-height: 100%;
	overflow: auto;
	background: rgba(102, 82, 119, 0.57);
}
.bot-success-popout .b-popup{
	width: 100%;
}
.final-popup{
	position: fixed;
	/* display: none; */
	top: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background: rgba(102, 82, 119, 0.57);
}
.final-popup__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}
.final-popup .b-popup-confirmation .b-popup__body{
	height: auto;
}

.final-popup__footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
}
.final-popup__footer .bttn{
	padding: 10px;
}
.final-popup .b-popup__body{
	padding: 27px 25px 36px;
}
.final-popup .b-popup p{
	margin-bottom: 7px;
}
.final-popup .b-popup-h2{
	margin-bottom: 20px;
}
.final-popup .b-popup button.mfp-close{
	right: 24px;
}
.final-popup .b-popup__head{
	padding-left: 24px;
}
.u-chat-massage__vars, .u-chat-massage__vars1 {
	display: none;
}
.u-chat-massage__vars span{
	text-decoration: underline;
	cursor: pointer;
	padding-right: 8px;
}
.u-chat-tip{
	padding-top: 10px;
	display: none;
	color: red;
}
#vars-5-2 .select2-container{
	width: 55px!important;
}
@media  (max-width: 767px) {
	.c-footer .advanced-option{
		display: none;
	}
}
