/*ADVANTAGES*/
.s_advantages{
	text-align: center;
}
.s_advantages .items{
	margin-top: 20px;
}
.s_advantages .item{
	margin: 40px auto 0;
	max-width: 270px;
}
.s_advantages .item .img{
	margin-bottom: 15px;
}
.s_advantages .info{
	max-width: 1000px;
	margin: 45px auto 0;
	letter-spacing: -.2px;
	padding-left: 20px;
	position: relative;
	text-align: left;
}
.s_advantages .info::before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2px;
	background-color: #ff6c03;
}
.s_advantages .btn{
	margin-top: 50px;
}
/*/ADVANTAGES*/

/*WHY*/
.s_why{
	text-align: center;
}
.s_why .items{
	margin-top: 15px;
}
.s_why .item{
	margin: 40px auto 0;
	max-width: 270px;
}
.s_why .item .icon{
	line-height: 65px;
	margin-bottom: 10px;
}
.s_why .item .link{
	display: inline-block;
	margin-top: 10px;
}
.s_why .i_bottom{
	max-width: 900px;
	margin: 0 auto;
}
.s_why .btn{
	margin-top: 60px;
}
/*/WHY*/

/*OBJECT*/
.s_object{
	
}
.s_object .items{
	margin-top: 30px;
}
.s_object .item{
	margin: 30px auto 0;
	max-width: 370px;
	display: block;
	position: relative;
}
.s_object .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#1c1f24), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #1c1f24 0%, transparent 100%);
	background-image: -o-linear-gradient(bottom, #1c1f24 0%, transparent 100%);
	background-image: linear-gradient(to top, #1c1f24 0%, transparent 100%);
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_object .item:hover::before{
	opacity: 0;
}
.s_object .item::after{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid rgba(255,255,255,.2);
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_object .item:hover::after{
	opacity: 0;
}
.s_object .item .img::after{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff460e), to(#ff6c03));
	background-image: -webkit-linear-gradient(bottom, #ff460e 0%, #ff6c03 100%);
	background-image: -o-linear-gradient(bottom, #ff460e 0%, #ff6c03 100%);
	background-image: linear-gradient(to top, #ff460e 0%, #ff6c03 100%);
}
.s_object .item:hover .img::after{
	opacity: .9;
}
.s_object .item .text{
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	text-align: center;
	color: #fff;
	z-index: 3;
}
.s_object .item h3{
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
}
.s_object .item p{
	font-size: 16px;
	margin-top: 5px;
}
/*/OBJECT*/

/*OFFER*/
.s_offer{
}
.s_offer .bg_img{
	position: absolute;
	top: 50%;
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	left: 0;
	max-width: 45%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}
.s_offer.offer1 .bg_img{
	
	background-position: right center;
}
.s_offer.offer2 .bg_img{
	background-position: 15% top;
}
.s_offer .text{
	margin-left: -30px;
	max-width: 600px;
}
.s_offer form{
	margin-top: 30px;
}
.s_offer input:not(.btn),
.s_offer button.btn{
	max-width: 330px;
	width: 100%;
}
.s_offer .input_file{
	margin: 10px 0 25px;
}
/*/OFFER*/

/*KINDS*/
.s_kinds{

}
.s_kinds .tab_wrap{
	margin-top: 50px;
	text-align: center;
}
.s_kinds .tabs{
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 1100px;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}
.s_kinds .tabs .tab{
	float: left;
	max-width: 25%;
	cursor: pointer;
	border: 1px solid transparent;
	border-left: 1px solid #ebebeb;
	margin: -1px 0;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 10px;
	z-index: 2;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_kinds .tabs .tab span{
	vertical-align: middle;
	width: 255px;
	display: table-cell;
	height: 65px;
}
.s_kinds .tabs .tab:first-child{
	border-left: none;
	border-radius: 3px 0px 0px 3px;
}
.s_kinds .tabs .tab:last-child{
	border-radius: 0px 3px 3px 0px;
}
.s_kinds .tab:hover{
	color: #1691fa;
}
.s_kinds .tab.active{
	background-color: #1691fa;
	color: #fff;
	position: relative;
	border-color: transparent!important;
	z-index: 3;
}
.s_kinds .tab.active + .tab{
	border-left-color: transparent;
}
.s_kinds .img{
	text-align: center;
}
.s_kinds .text{
	text-align: left;
	max-width: 570px;
}
.s_kinds .text h3{
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.s_kinds .text h3 br{
	display: inline-block;
}
.s_kinds .text h3::before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2px;
	background-color: #ff6c03;
}
.s_kinds .text p{
	margin-top: 20px;
	font-size: 16px;
}
.s_kinds .text p b{
	white-space: nowrap;
}
.s_kinds .text .btn{
	margin-top: 50px;
}
.s_kinds .tab_content{
	position: relative;
	margin-top: 40px;
}
.s_kinds .tab_item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_kinds .tab_item.active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}
/*/KINDS*/

/*CALC*/
.s_calc{
	padding-bottom: 45px;
}
.s_calc .wrap{
	margin: 60px auto 0;
	max-width: 830px;
}
.s_calc .step{
	background-color: white;
	padding: 55px 40px;
	text-align: center;
	display: none;
	position: relative;
	z-index: 3;
}
.s_calc .step::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 48px 12px rgba(36, 38, 43, 0.05);
	z-index: 1;
}
.s_calc .step::after{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 1px solid #ebebeb;
	z-index: 1;
}
.s_calc .step .content{
	position: relative;
	z-index: 5;
}
.s_calc .step:first-child{
	display: block;
}
.s_calc .step.active .bg_img{
	opacity: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.s_calc .step .bg_img{
	opacity: 0;
	position: absolute;
}
.s_calc .step .bg_img.z_index1{
	z-index: 0;
}
.s_calc .step .bg_img.z_index2{
	z-index: 2;
}
.s_calc .step .bg_img img{
	max-width: none;
}
.s_calc .step .bg_img.img1{
	bottom: -40px;
	left: -275px;
}
.s_calc .step .bg_img.img2{
	bottom: -50px;
	right: -195px;
}
.s_calc .step .bg_img.img3{
	bottom: -75px;
	left: -135px;
}
.s_calc .step .bg_img.img4{
	bottom: -80px;
	right: -175px;
}
.s_calc .step .bg_img.img5{
	bottom: -20px;
	right: -100px;
}
.s_calc .step h3 + p{
	font-size: 16px;
	margin-top: 5px;
}
.s_calc .step .inputs{
	margin: 40px auto;
}
.s_calc .step .inputs.w630{
	max-width: 600px;
	text-align: left;
}
.s_calc .step .label,
.s_calc .step label .error_text,
.s_calc .step input:not(.btn),
.s_calc .step .select_icon,
.s_calc .step .input_file_wrap{
	margin-left: 5px;
	margin-right: 5px;
}
.s_calc .step label{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.s_calc .step label.select{
	max-width: 220px;
	width: 100%;
}
.s_calc .step label .ierror + .error_text{
	opacity: 1;
}
.s_calc .step label .error_text{
	color: #db422c;
	font-size: 11px;
	text-align: left;
	position: absolute;
	bottom: -17px;
	opacity: 0;
}
.s_calc .step .input_checkbox.checkbox2{
	max-width: 200px;
	width: 100%;
	margin: 12px 10px;
}
.s_calc .step .checkbox_img{
	margin: 8px 20px;
}
.s_calc .step .label{
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: left;
}
.s_calc .step .label .small{
	font-size: 10px;
	color: #767984;
	line-height: 1.4em;
}
.s_calc .step .input_file_wrap{
	display: inline-block;
	max-width: 330px;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 15px;
}
.s_calc .step label{
	margin: 10px 0;
}
.s_calc .step label input:not(.btn){
	margin-bottom: 0;
}
.s_calc .step:first-child .jq-selectbox__select,
.s_calc .step:first-child .jq-selectbox__select-text{
	line-height: 45px;
	height: 45px;
}
.s_calc .step:first-child .jq-selectbox__dropdown{
	top: 45px !important;
}
.s_calc .step:first-child input:not(.btn),
.s_calc .step:first-child select{
	max-width: 120px;
	height: 45px;
}
.s_calc .step:first-child select{
	max-width: 225px;
}
.s_calc .step input.i_icon{
	max-width: 330px;
}
.s_calc .step .price_wrap{
	margin: 30px 0 0;
}
.s_calc .step .price_wrap + .inputs{
	margin-top: 30px;
}
.s_calc .step .price_old,
.s_calc .step .price_new,
.s_calc .step .price_month{
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px;
	position: relative;
	text-align: left;
}
.s_calc .step .price_old .label,
.s_calc .step .price_new .label,
.s_calc .step .price_month .label{
	margin-bottom: 0;
}
.s_calc .step .price{
	font-size: 42px;
	line-height: 1em;
	font-weight: 900;
	margin-top: 5px;
}
.s_calc .step .price span{
	font-size: 26px;
}
.s_calc .step .price_old .price{
	color: #dfdfdf;
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
}
.s_calc .step .price_old .price{
	position: relative;
}
.s_calc .step .price_old .price::before{
	content: '';
	position: absolute;
	margin-top: -3px;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ff0000;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.s_calc .step .price_new{
	padding: 0 10px 10px;
}
.s_calc .step .price_new::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #ff6c03;
}
.s_calc .step .price_new .label:first-child{
	background-color: #fff;
	padding: 0 10px;
	margin-left: -8px;
	position: relative;
	z-index: 3;
	display: inline-block;
}
.s_calc .step:last-child .inputs{
	margin-bottom: 0;
}
.s_calc .step:last-child .button{
	margin-bottom: 10px;
}
.s_calc .button{
	position: relative;
	display: inline-block;
}
.s_calc .step_number{
	display: inline-block;
	margin-right: 30px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: -100px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
/*/CALC*/

/*REVIEW*/
.s_review{

}
.s_review .tab_wrap{
	margin-top: 55px;
}
.s_review .tabs{
	max-width: 300px;
	width: 100%;
	position: relative;
	top: 0;
}
.s_review .tabs.fixed{
	position: fixed;
}
.s_review .tab{
	padding: 10px 25px 15px;
	position: relative;
	margin-top: -1px;
	cursor: pointer;
	opacity: .5;
}
.s_review .tab,
.s_review .tab::before,
.s_review .tab::after{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_review .tab::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 0%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 4px;
	background-color: #ff6c03;
	opacity: 0;
}
.s_review .tab::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #ebebeb;
	border-top: none;
}
.s_review .tab:first-child::after{
	border-top: 1px solid #ebebeb;
}
.s_review .tab.active{
	background-color: #fff;
	border-color: transparent;
	box-shadow: 0 10px 48px 12px rgba(36, 38, 43, 0.05);
	opacity: 1;
}
.s_review .tab:hover{
	opacity: 1;
}
.s_review .tab.active::before{
	opacity: 1;
	height: 100%;
}
.s_review .tab.active::after{
	opacity: 0;
}
.s_review .tab > div::before{
	content: '';
	position: absolute;
	top: 0;
	right: -60px;
	border: 45px solid transparent;
	border-left: 15px solid #fff;
	opacity: 0;
}
.s_review .tab.active > div::before{
	opacity: 1;
}
.s_review .tab h4{
	font-size: 17px;
	font-weight: 700;
}
.s_review .tab ul{
	margin-top: 5px;
}
.s_review .tab li{
	font-size: 14px;
}
.s_review .tab li b{
	font-weight: 500;
}
.s_review .carousel{
	margin-bottom: 75px;
}
.s_review .top{
}
.s_review .info .img,
.s_review .info .text{
	display: inline-block;
	vertical-align: middle;
}
.s_review .info .img{
	margin-right: 15px;
}
.s_review .info .img img{
	border-radius: 50%;
}
.s_review .info h4{
	font-weight: 700;
}
.s_review .info .label{
	display: inline-block;	
	vertical-align: middle;
}
.s_review .info .star{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 11px;
	background-image: url(../img/svg/star.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.s_review .info .star.active{
	background-image: url(../img/svg/star-active.svg);
}
.s_review .price{
	background-color: #f9f9fa;
	padding: 5px 30px;
	display: inline-block;
}
.s_review .price .label{
	font-weight: 500;
}
.s_review .price .number{
	color: #1691fa;
	font-size: 30px;
	font-weight: 900;
	line-height: 1em;
}
.s_review .price .number span{
	font-size: 20px;
	font-weight: 700;
}
.s_review .review{
	margin-top: 30px;
	max-width: 695px;
	padding-left: 20px;
	position: relative;
	text-align: left;
}
.s_review .review::before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2px;
	background-color: #ff6c03;
}
.s_review .review p{
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 5px;
}
.s_review .btn_wrap{
	margin-top: 50px;
	text-align: center;
}
.s_review .tab_content{
	position: relative;
}
.s_review .tab_item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.s_review .tab_item.active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}
/*/REVIEW*/

/*STEPS*/
.s_steps{
	text-align: center;
}
.s_steps .items{
	margin-top: 20px;
}
.s_steps .item{
	margin: 35px auto 0;
	max-width: 270px;
	padding-left: 23px;
}
.s_steps .item .img_wrap{
	position: relative;
	margin-bottom: 15px;
}
.s_steps .item .number{
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -23px;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	line-height: 40px;
	text-align: center;
	background-color: #888999;
	border: 3px solid #f9f9fa;
	font-weight: 700;
	border-radius: 50%;
	color: #fff;
}
.s_steps .item br{
	display: inline-block;
}
.s_steps .item h4{
	font-size: 18px;
}
.s_steps .btn{
	margin-top: 50px;
}
/*/STEPS*/

/*MORE*/
.s_more{

}
.s_more .items{
	margin-top: 10px;
}
.s_more .item{
	margin: 30px auto 0;
	max-width: 570px;
	position: relative;
}
.s_more .item .img{
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 270px;
	width: 100%;
	overflow: hidden;
}
.s_more .item .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	max-width: none;
}
.s_more .item .text{
	background-color: white;
	box-shadow: 0 0 48px 12px rgba(36, 38, 43, 0.05);
	height: 230px;
}
.s_more .item h4{
	font-weight: 700;
	font-size: 18px;
}
.s_more .item ul{
	margin: 15px 0;
}
.s_more .item li{
	margin: 6px 0;
}
.s_more .item.img_left{
	padding-right: 0;
	padding-left: 170px;
}
.s_more .item.img_left .text{
	padding-right: 25px;
	padding-left: 130px;
}
.s_more .item.img_left .img{
	left: 0;
}
.s_more .item.img_right{
	padding-left: 0;
	padding-right: 170px;
}
.s_more .item.img_right .text{
	padding-left: 25px;
	padding-right: 130px;
}
.s_more .item.img_right .img{
	right: 0;
}
/*/MORE*/

/*MAP*/
.s_contacts{
	position: relative;
}
.s_contacts .location{
	z-index: 3;
	position: relative;
	text-align: left;
	padding: 15px 20px;
	font-size: 16px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 0 64px 16px rgba(12, 90, 150, 0.04);
	font-family: "MuseoSansCyrl", sans-serif;
	color: #353843;
}
.s_contacts .location br{
	display: block;
}
.s_contacts .location::before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -20px;
	border: 10px solid transparent;
	border-right-color: #fff;
}
.s_contacts .map{
	height: 500px;
	background-color: #eee;
}
/*/MAP*/

/*FOOTER*/
footer{
	background-color: #2f323e;
	padding: 30px 0;
}
footer,
footer a{
	color: #fff;
}
footer .soc{
	margin-bottom: 15px;
}
footer .soc .label{
	font-weight: 500;
	margin-bottom: 10px;
}
footer .soc li{
	display: inline-block;
	vertical-align: top;
}
footer .soc li a{
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	background-color: #393c49;
	border-radius: 2px;
	position: relative;
}
footer .soc li a .img,
footer .soc li a .1svg{
	display: block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
footer .soc li a svg{
	display: block;
}
footer .soc li a .cls-1{
	display: block;
}
footer .soc li a img{
	opacity: .3;
}
footer .soc li a:hover img,
footer .soc li a:hover .svg{
	opacity: 1;
}
footer .soc li a.inst:hover{
	background-color: #8a3ab9;
}
footer .soc li a.youtube:hover{
	background-color: #ee1d1b;
}
footer .soc.pay li a:hover{
	background-color: #fff;
}
footer .soc.pay li a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
footer .soc.pay li a:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}
footer .f_bottom{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #393c49;
	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
footer .f_bottom,
footer .f_bottom a{
	color: #767984;
}
footer .f_bottom a:hover{
	color: #fff;
}
footer .f_bottom .policy a{
	border-color: #767984;
}
footer .f_bottom .policy a:hover{
	border-color: #fff;
}
footer .f_bottom .ud{
	text-align: right;
}
/*/FOOTER*/

/*CAROUSEL*/
.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
	transform-style: initial;
}
/*/CAROUSEL*/

/*OWL BUTTON*/
.owl-prev, 
.owl-next {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.owl-prev::before, 
.owl-next::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/svg/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.owl-prev{
	left: 10px;
}
.owl-next{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 10px;
}
.owl-prev:hover,
.owl-next:hover{
	background-color: #ff460e;
}
.owl-prev:hover::before,
.owl-next:hover::before{
	background-image: url(../img/svg/arrow-white.svg);
}
/*/OWL BUTTON*/

/*OWL PAGINATION*/
.owl-dots{
	text-align: center;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}
.owl-dots .owl-dot{
	width: 7px;
	height: 7px;
	background-color: #c2c2c2;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}
.owl-dots .owl-dot.active{
	background-color: #038eca;
}
/*/OWL PAGINATION*/

/*INPUT FILE*/
.input_file{
	display: inline-block;
	padding-left: 20px;
	text-align: left;
	position: relative;
}
.input_file::before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(../img/svg/clip.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.input_file input{
	display: none;
}
.input_file .file_text{
	border-bottom: 1px solid #1691fa;
	cursor: pointer;
	font-size: 14px;
	color: #1691fa;
	font-weight: 500;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input_file .file_text:hover{
	opacity: .8;
}
.input_file .file_name{
	font-size: 12px;
}
/*/INPUT FILE*/

/*INPUT CHECBOX*/
.input_checkbox{
	display: block;
	padding-left: 25px;
	text-align: left;
	margin: 10px 0 0;
	max-width: 270px;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	color: #767984;
	font-weight: 300;
}
.input_checkbox input{
	display: none;
}
.input_checkbox input:checked + .check{
	border-color: #767984;
	background-image: url(../img/svg/check.svg);
}
.input_checkbox .check{
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input_checkbox .check.check_center{
	margin-top: -1px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.input_checkbox:hover .check{
	border-color: #767984;
}
.input_checkbox a{
	color: #767984;
	border-bottom: 1px solid #767984;
}
.input_checkbox a:hover{
	color: #353843;
	border-color: #353843;
}
.input_checkbox.checkbox2{
	padding-left: 30px;
	font-weight: 500;
}
.input_checkbox.checkbox2 .check{
	width: 22px;
	height: 22px;
	background-color: #f7f7f7;
	color: #353843;
	border-radius: 3px;
	box-shadow: inset 0 2px 0 #dfdfdf;
	border-color: transparent;
}
.input_checkbox.checkbox2:hover .check{
	border-color: #ffd6b9;
}
.input_checkbox.checkbox2 input:checked + .check{
	background-color: #ff6c03;
	background-image: url(../img/svg/check-white.svg);
	box-shadow: none;
	border-color: #ff6c03;
}
.checkbox_img{
	text-align: center;
	position: relative;
}
.checkbox_img input{
	display: none;
}
.checkbox_img input:checked + .img_wrap .check,
.checkbox_img input:checked + .img_wrap::before{
	opacity: 1;
}
.checkbox_img .img_wrap{
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.checkbox_img .img_wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 108, 3, 0.3);
	opacity: 0;
}
.checkbox_img:hover .img_wrap{
	box-shadow: 0 20px 48px 12px rgba(36, 38, 43, 0.1);
}
.checkbox_img .check{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transform: scale(.6,.6);
	-ms-transform: scale(.6,.6);
	-o-transform: scale(.6,.6);
	transform: scale(.6,.6);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.checkbox_img .img{
	display: block;
}
.checkbox_img .img img{
	border-radius: 3px;
}
.checkbox_img .title{
	margin-top: 10px;
	font-size: 14px;
	display: block;
	font-weight: 500;
}
/*INPUT CHECBOX*/

/*POPUP*/
.fancybox-nav{
	visibility: visible;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-prev span,
.fancybox-next span{
	background-image: none;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
	visibility: visible;
}
.fancybox-nav::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 2px;
	bottom: 0;
	background-image: url(../img/svg/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.fancybox-prev{
	left: 10px;
}
.fancybox-next{
	right: 10px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.fancybox-nav:hover{
	background-color: #ff460e;
}
.fancybox-nav:hover::before{
	background-image: url(../img/svg/arrow-white.svg);
}
@media only screen and (min-width : 992px) {
	.fancybox-wrap.fancybox-type-inline,
	.fancybox-type-inline .fancybox-inner{
		width: auto !important;
		height: auto !important;
		overflow: visible!important;
	}
}
.fancybox-close:hover{
	opacity: 1;
}
.fancybox-close{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 15px;
	right: 15px;
	opacity: .8;
	background-image: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fancybox-close::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/svg/close.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.fancybox-type-image .fancybox-close{
	top: 0;
	right: -20px;
}
.fancybox-type-image .fancybox-close::before{
	background-image: url(../img/svg/close-white.svg);
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(8,14,19,.95);
}
.popup{
	display: block !important;
	width: 800px;
	min-width: 280px;
	padding: 35px 50px;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.popup h2{
	font-size: 30px;
	font-weight: 300;
}
.popup h2.fz24{
	font-size: 24px;
}
.popup h2 .t_color{
	color: #ff6c03;
}
.popup h2 b{
	font-size: 28px;
}
.popup p{
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	margin: 10px 0;
}
.popup form{
	max-width: 690px;
	margin: 20px auto 0;
	text-align: left;
}
.popup .input_checkbox{
	max-width: 100%;
	margin-top: 0;
	margin-left: 5px;
}
.select_icon{
	max-width: 330px;
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	vertical-align: middle;
}
.select_icon i{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	left: 20px;
	z-index: 99;
}
.select_icon .jq-selectbox__select{
	padding-left: 50px;
}
.select_icon .jq-selectbox__select,
.select_icon .jq-selectbox{
	margin-bottom: 0;
}
.popup .select_icon,
.popup input:not(.btn),
.popup select,
.popup button.btn{
	max-width: 330px;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
.popup button.btn{
	margin-bottom: 15px;
}
.popup#form1 .bg_img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 296px;
	height: 370px;
	z-index: 1;
}
.popup#form1 .content{
	position: relative;
	z-index: 3;
}
.popup#form1 h2{
	text-align: left;
	font-weight: 400;
}
.popup#form1 form{
	margin: 25px 0 0;
	text-align: left;
}
.popup#form1 input:not(.btn){
	max-width: 270px;
	margin-left: 0;
	margin-right: 5px;
}
.popup#form1 button.btn{
	max-width: none;
	width: auto;
}
.popup#form1 button.btn > span{
	min-width: 1px;
}
.popup#form1 .input_checkbox{
	max-width: 330px;
	margin-left: 0;
}
.popup#form1 .info{
	margin-top: 30px;
	text-align: left;
}
.popup#form1 .info ul,
.popup#form1 .time{
	display: inline-block;
	vertical-align: middle;
}
.popup#form1 .info li{
	color: #767984;
}
.popup#form1 .time{
	font-size: 32px;
	line-height: 1em;
	font-family: "SeroPro";
	font-weight: 400;
	margin-left: 50px;
}
.icon_check{
	margin: 0 auto 25px;
	width: 120px;
	height: 120px;
	background-color: white;
	box-shadow: 0 0 48px 12px rgba(36, 38, 43, 0.04);
	border-radius: 50%;
	position: relative;
}
.icon_check .icon_circle{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 45px;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 50%;
	background-image: linear-gradient(to top, #ff460e 0%, #ff6c03 100%);
	border: 5px solid #f7f7f7;
}
.icon_check .icon_circle::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/svg/check2.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.popup#thanks{
	width: 370px;
	padding: 55px 20px;
}
.popup#thanks h2{
	font-family: "MuseoSansCyrl";
	font-weight: 500;
	font-size: 26px;
}
.popup#thanks h2 .top{
	font-size: 16px;
	display: block;
	font-weight: 300;
}
.popup#thanks p{
	font-size: 14px;
	margin-top: 10px;
	font-weight: 300;
	color: #767984;
}
.popup#policy{
	text-align: left;
}
.popup#policy p{
	margin-top: 20px;
}
@media only screen and (max-width : 991px) {
	.fancybox-close {
		top: 20px;
	}
	.fancybox-wrap.fancybox-type-inline {
		position: fixed!important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		width: auto !important;
		height: auto !important;
		overflow: scroll;
	}
	.fancybox-wrap.fancybox-type-inline .fancybox-skin {
		height: 100%!important;
		background-color: #fff;
	}
	.fancybox-image{
		height: auto !important;
		width: auto !important;
	}
	.fancybox-overlay{
		background-color: rgba(37,28,51,1);
	}
	.fancybox-inner, .fancybox-outer {
		margin: auto;
		position: relative;
		width: 100%!important;
		height: 100%!important;
	}
	.popup{
		display: -webkit-flex!important;
		display: -moz-flex!important;
		display: -ms-flex!important;
		display: -o-flex!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 100%;
		width: 100%!important;
		max-width: 600px;
		margin: 0 auto;
		font-size: 15px;
		padding: 30px 20px;
	}
	.popup h2{
		font-size: 23px;
		letter-spacing: 0;
	}
	.popup p br{
		display: none;
	}
	.popup form{
		text-align: center;
	}
	.popup .select_icon,
	.popup input:not(.btn),
	.popup select, 
	.popup button.btn{
		margin-left: auto;
		margin-right: auto;
	}
	.popup .input_checkbox{
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	.popup#policy{
		padding: 40px 25px;
		max-width: 100%;
	}
	.popup#video iframe {
		width: 700px;
		height: 400px;
	}
}
@media only screen and (max-width : 767px) {
	.popup#form1 form{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.popup#form1 input:not(.btn){
		margin-right: 0;
	}
	.popup#form1 input:not(.btn),
	.popup#form1 button.btn{
		max-width: 300px;
		width: 100%;
	}
	.popup#form1 .info{
		margin-top: 20px;
	}
	.popup#form1 .time{
		display: block;
		margin: 20px 0 0;
	}
}
@media only screen and (max-width : 480px) {
	.popup#policy{
		padding-left: 15px;
		padding-right: 15px;
	}
	.popup#policy h2{
		font-size: 18px;
	}
	.popup#thanks{
		max-width: 370px;
		width: 100%;
	}
}
/*/POPUP*/