/*
Theme Name: Aesthetica
Author: Denis Zharov
Author URI: http://desishe.ru
Description: Bootstrap v.4.0.0 WP-theme
Text Domain: linguabiz
Domain Path: /languages
Version: 1.1.2
License: MIT
License URI: http://opensource.org/licenses/MIT
*/

html,body{
	font-size: 14px;
	font-family: 'Circe';
	line-height: 1.3;
	font-weight: 400;
	color: #333333;
}
html{
	width: 100%;
}
body{
	width: 100%;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.form-control::-webkit-input-placeholder {color: #666666;}
.form-control::-moz-placeholder          {color: #666666;}
.form-control:-moz-placeholder           {color: #666666;}
.form-control:-ms-input-placeholder      {color: #666666;}
.form-control:focus::-webkit-input-placeholder {color: transparent;}
.form-control:focus::-moz-placeholder          {color: transparent;}
.form-control:focus:-moz-placeholder           {color: transparent;}
.form-control:focus:-ms-input-placeholder      {color: transparent;}
.fs-10{
	font-size: 10px!important;
}
.fs-12{
	font-size: 12px!important;
}
.fs-16{
	font-size: 16px!important;
}
.fs-18{
	font-size: 18px!important;
}
.fs-20{
	font-size: 20px!important;
}
.fs-24{
	font-size: 24px!important;
}
.fs-28{
	font-size: 28px!important;
}
a{
	color: inherit;
	transition-property: color;
	transition-duration: .2s;
	transition-timing-function: ease-in, ease, linear;
}
a:hover{
	color: #000;
}
a:focus{
	color: #000;
}
.text-blue{
	color: #5bb6ca;
}
.text-green{
	color: #beef8f;
}
.text-red{
	color: #ff6666;
}
.btn-custom{
	position: relative;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	max-width: 100%;
	border: none;
	padding: 12px 12px 8px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition-property: color, background-color;
	transition-duration: .2s;
	transition-timing-function: ease-in, ease, linear;
}
.btn-custom:hover{
	text-decoration: none;
}
.btn-custom:focus{
	text-decoration: none;
}
.btn-round{
	border-radius: 4px;
}
.btn-custom.btn-green{
	background-color: #beef8f;
	color: #000000;
	border-color: #beef8f;
	text-transform: uppercase;
}
.btn-custom.btn-green:hover{
	background-color: #a7df70;
	color: #000000;
	border-color: #a7df70;
}
.btn-custom.btn-green:focus{
	background-color: #8ad441;
	color: #000000;
	border-color: #8ad441;
}
.btn-custom.btn-blue{
	background-color: #5bb6ca;
	color: #000000;
	border-color: #5bb6ca;
	text-transform: uppercase;
}
.btn-custom.btn-blue:hover{
	background-color: #a7df70;
	color: #000000;
	border-color: #a7df70;
}
.btn-custom.btn-blue:focus{
	background-color: #8ad441;
	color: #000000;
	border-color: #8ad441;
}
.btn-custom.btn-transparent{
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	color: #beef8f;
	border-color: #beef8f;
	text-transform: uppercase;
}
.btn-custom.btn-transparent:hover{
	background-color: #a7df70;
	color: #000000;
	border-color: #a7df70;
}
.btn-custom.btn-transparent:focus{
	background-color: #8ad441;
	color: #000000;
	border-color: #8ad441;
}
.site-content{
	min-height: 100vh;
	position: relative;
}
.flex-grow {
  flex: 1;
}
div.wpcf7 .ajax-loader{
	display: none!important;
}
.wpcf7-validation-errors{
	display: none!important;
}
select.form-control:not([size]):not([multiple]){
	height: auto;
}
.form-control{
	font-size: 1rem;
	padding: 14px 11px 15px;
	margin-bottom: 14px;
	border:1px solid #fff;
}
.form-control.gray{
	border: 1px solid #e3e3e3;
}
.tooltip{
	z-index: 1050;
}
select.form-control.unselected{
    color: #b2aeab;
}
select.form-control option{
    color: #0b0b0b;
}
.block-title{
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0;
}
.block-small-title{
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}
.custom-acceptance input{
	display: none;
}
.custom-acceptance span.wpcf7-list-item{
	margin: 0;
}
.custom-acceptance label{
	padding-left: 25px;
	display: block;
	position: relative;
	line-height: 1.2;
	font-size: 14px;
	color: #0b0b0b;
}
.custom-acceptance.light label{
	color: #f9f9f9;
}
.custom-acceptance.gray label{
	color: #949494;
}
.custom-acceptance label input + .control-indicator{
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(img/checkbox_dark.png);
	background-repeat: no-repeat;
	background-position: 560% 50%;
	position: absolute;
	left: 0px;
	top: 2px;
}
.custom-acceptance label input:checked + .control-indicator{
	background-image: url(img/checkbox_dark_checked.png);
}
.custom-acceptance.light label input + .control-indicator{
	background-image: url(img/checkbox_light.png);
}
.custom-acceptance.light label input:checked + .control-indicator{
	background-image: url(img/checkbox_light_checked.png);
}
.custom-acceptance.gray label input + .control-indicator{
	background-image: url(img/checkbox_gray.png);
}
.custom-acceptance.gray label input:checked + .control-indicator{
	background-image: url(img/checkbox_gray_checked.png);
}
.owl-carousel{
	position: relative;
}
.owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.owl-prev, .owl-next{
	width: 36px;
	height: 36px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -18px;
}
.owl-prev{
	background-image: url(img/owl-left.png);
	left: -50px;
}
.owl-next{
	background-image: url(img/owl-right.png);
	right: -50px;
}
.owl-carousel .owl-item img.img-fluid{
	display: inline;
	max-width: 100%;
    height: auto;
    width: auto;
}
.map-area{
	overflow: hidden;
}
.map{
	position: relative;
	min-height: 480px;
}
.footer-contacts .tel-link{
	font-size: 24px;
}
.modal button.close{
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 40px;
	z-index: 1080;
}
.fa-times-thin{
	line-height: .5!important;
}
.fa-times-thin:before {
	content: '\00d7';
}
.modal-content{
	background-color: #ffffff;
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
}
.modal-content .popup-title{
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 2rem;
}
.modal-content .cmodal-title{
	font-size: 24px;
}
.main-slider{
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 90px;
}
.modal-content .form-control{
	border-color: #e1e1e1;
}
.site-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
ul.menu{
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
ul.menu li{
	display: flex;
	margin-top: 5px;
}
ul.menu li a{
	text-decoration: none;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}
ul.menu li a:hover{
	color: #fff;
}
.site-header .address{
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	padding-top: 12px;
}
.site-header .address img{
	vertical-align: top;
	display: inline-block;
	padding-right: 5px;
}
.site-header .tel-link{
	padding-top: 12px;
}
.site-header .tel-link a{
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: .5px;
}
.site-header .backcall-area .btn-custom{
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
}
.page-title{
	color: #fff;
	font-size: 50px;
	line-height: 1;
	font-weight: 300;
	margin-top: 75px;
	letter-spacing: .025em;
}
.page-title .page-subtitle{
	display: block;
	font-size: 27px;
	line-height: 1.2;
	margin-top: 14px;
	letter-spacing: initial;
}
.testimonials-area{
	padding-top: 20px;
	margin-top: 32px;
}
.testimonials-slide .slide-inner{
	display: flex;
}
.testimonials-slide .img-wrap{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41%;
	flex: 0 0 41%;
	max-width: 41%;
	padding: 16px;
	background-color: #fff;
}
.testimonials-slide .text{
	flex-grow: 1;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 53%;
	flex: 0 0 53%;
	max-width: 53%;
	position: relative;
}
.testimonials-slide .slide-inner .slide-corner{
	position: absolute;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	right: -8px;
	top: 12px;
	width: 15%;
	height: 32%;
}
.testimonials-slide .text .text-inner{
	background-color: #beff7f;
	flex-grow: 1;
	padding: 30px 25px;
}
.testimonials-slide .title{
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	float: left;
}
.testimonials-slide .sub-title{
	font-size: 16px;
	text-align: right;
}
.testimonials-slide .text-wrap{
	padding: 16px 50px 16px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-top: 10px;
	line-height: 1.5;
}
.testimonials-slide .text-wrap:before, .testimonials-slide .text-wrap:after{
	content: '';
	display: block;
	width: 42px;
	height: 31px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
}
.testimonials-slide .text-wrap:before{
	background-image: url(img/cav_top.png);
	top: 4px;
	left: 0px;
}
.testimonials-slide .text-wrap:after{
	background-image: url(img/cav_bottom.png);
	bottom: 4px;
	right: 0;
}
.owl-nav{
	position: absolute;
	bottom: 0;
	left: 41%;
	width: 53%;
	height: 20px;
	top: initial;
}
.owl-prev, .owl-next{
	width: 36px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
}
.owl-prev{
	background-image: url(img/test-left.png);
	left: 20px;
}
.owl-next{
	background-image: url(img/test-right.png);
	right: 20px;
}
.form_and_advant{
	background-color: #f8f8f8;
	position: relative;
	padding-bottom: 95px;
}
.form-zapis-blue{
	background-color: #53bbd2;
	position: relative;
	margin-top: -35px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.form-zapis .main_form_uslugi{
	margin-top: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.form-zapis-blue .main_form_uslugi{
	background-color: #35aec9;
}
.form-zapis .main_form_uslugi .item{
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.2;
} 
.form-zapis .main_form_uslugi .item .number{
	font-size: 24px;
	padding-right: 10px;
}
.form-zapis-blue .main_form_uslugi .item .number{
	color: #bef589;
}
.form-zapis .form-wrap{
	margin-top: 30px;
}
.form-zapis .form-control{
	padding-top: 20px;
	padding-bottom: 18px;
}
.form-zapis-blue .form-control{
	border-color: #e1e1e1;
}
.form-zapis .posesheniya{
	font-weight: 700;
	padding-left: 25px;
	margin-top: 5px;
}
.form-zapis-blue .posesheniya{
	color: #bef589;
}
.advant-slider{
	margin-top: 85px;
}
.advant-slide{
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.advant-slider .text{
	line-height: 1.3;
	margin-top: 23px;
}
.advant-slider .text span{
	color: #579f12;
	text-transform: uppercase;
	font-weight: 700;
}
.viniry-description{
	background-color: #fff;
	padding-top: 65px;
	padding-bottom: 100px;
}
.viniry-description .description-left{
	background-size: 310px auto;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.viniry-description .description-left .top .title{
	color: #15457e;
	font-size: 20px;
	font-weight: 800;
	margin-top: 46px;
	line-height: 1.4;
}
.plus-green{
	position: relative;
}
.plus-green:before{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: -3px;
	left: -15px;
	background-image: url(img/plus-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.viniry-description .description-left .top .text{
	margin-top: -20px;
}
.viniry-description .description-left .bottom .title{
	color: #5bb6ca;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
}
.viniry-description .description-right{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.viniry-description .description-right .title{
	color: #beef8f;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 10px;
}
.viniry-description .description-right .list{
	margin-top: 20px;
}
.viniry-description .description-right .list-item{
	padding-left: 12px;
	position: relative;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 20px;
}
.viniry-description .description-right .list-item:before{
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #beef8f;
	top: .5em;
	left: 0px;
}
.before-after-block{
	background-color: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 80px;
}
.before-after-block .title, .before-after-block .sub-title{
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
}
.before-after-block .sub-title{
	font-weight: 700;
	color: #50aabe;
}
.before-after-block .sliders{
	margin-top: 35px;
}
.ba-slider-container{
	border: 12px solid #fff;
}
.ba-slider .after-wrap, .ba-slider .before-wrap{
	overflow: hidden;
}
.ba-slider .after-wrap .label, .ba-slider .before-wrap .label{
	position: absolute;
	font-size: 24px;
	font-weight: 300;
}
.ba-slider .after-wrap .label{
	right: 22px;
	bottom: 6px;
}
.ba-slider .before-wrap .label{
	bottom: 6px;
	left: 22px;
}
.ba-slider .handle:before, .ba-slider .handle:after{
	display: block;
	content: '';
	position: absolute;
	width: 38px;
	height: 100%;
	background-size: 27px auto;
	background-repeat: no-repeat;
	bottom: 0px;
}
.ba-slider .handle:before{
	background-image: url(img/ba-left.png);
	right: 100%;
	background-position: 0% calc(100% - 12px);
}
.ba-slider .handle:after{
	background-image: url(img/ba-right.png);
	left: 100%;
	background-position: 100% calc(100% - 12px);
}
.glavvrach{
	padding-top: 192px;
	min-height: 635px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: calc(50% - 261px) 100%;
}
.glavvrach .title{
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
}
.glavvrach .dolznost{
	font-size: 18px;
	font-weight: 700;
	color: #5bb6ca;
}
.glavvrach .description{
	background-color: #f1f8fa;
	margin-top: 28px;
	padding: 37px 35px;
}
.glavvrach .description .desc-item{
	margin-bottom: 18px;
}
.glavvrach .description .desc-item:last-child{
	margin-bottom: 0;
}
.glavvrach .description .icon-area{
	width: 25%;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
}
.glavvrach .description .text{
	width: 75%;
	line-height: 1.2;
}
.process{
	padding-bottom: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(img/process_bg.jpg);
}
.process .form-zapis{
	-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
}
.form-zapis-white{
	background-color: #ffffff;
	position: relative;
	margin-top: -90px;
	padding-top: 35px;
	padding-bottom: 25px;
}
.form-zapis-white .main_form_uslugi{
	background-color: #f3f3f3;
}
.form-zapis-white .main_form_uslugi .item .number{
	color: #5bb6ca;
}
.form-zapis-white .posesheniya{
	color: #5bb6ca;
}
.form-zapis-white .form-control{
	border-color: #e1e1e1;
}
.process-container .switcher{
	margin-top: 78px;
	padding-top: 10px;
	position: relative;
}
.process-container .switcher .line{
	display: block;
	content: '';
	background-color: #a0d5e0;
	width: 1px;
	height: 100%;
	top: 0;
	left: 24.3%;
	position: absolute;
}
.process-container .switcher-item{
	cursor: pointer;
	color: #fff;
	padding: 10px 0px 2px;
}
.process-container .switcher-item .number{
	width: 20%;
	text-align: right;
	font-size: 24px;
	font-weight: 700;
}
.process-container .switcher-item .marker{
	width: 9%;
	position: relative;
}
.process-container .switcher-item .marker span{
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 8px;
	background-color: #bbf986;
	top: 14px;
	left: 50%;
	transform: translate(-55%, -50%);
}
.process-container .switcher-item.active .marker span{
	width: 21px;
	height: 21px;
	background-color: #5bb6ca;
	border-radius: 22px;
	border: 6px solid #bbf986;
	transform: translate(-52%, -50%);
}
.process-container .switcher-item .inner-text{
	font-size: 1rem;
	min-height: 4.2em;
	width: 71%;
	padding-left: 5%;
	padding-right: 10%;
}
.process-container .switcher-item .inner-text span{
	display: inline;
	text-decoration: underline;
	text-decoration-style: dashed;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 800;	
}
.process-container .switcher-item.active .inner-text span{
	color: #bbf986;
	text-decoration: none;
}
.process-items-container{
	margin-top: 98px;
}
.process-container .owl-item .item-inner{
	background-color: #fff;
	padding: 40px 25px;
}
.process-container .owl-item .title{
	color: #15457e;
	text-transform: uppercase;
	margin-top: 43px;
	text-align: center;
	font-weight: 800;
	line-height: 1.2;
}
.process-container .owl-item .text{
	line-height: 1.2;
	margin-top: 14px;
	text-align: center;
}
.dogovor{
	padding-top: 100px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: calc(50% + 423px) calc(100% - 20px);
	background-image: url(img/pechat.jpg);
}
.dogovor .dogovor-image{
	-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.4);
}
.dogovor .block-title{
	font-weight: 300;
	line-height: 1.3;
}
.dogovor .small-title{
	font-size: 20px;
	line-height: 1.4;
}
.dogovor .text-bottom{
	line-height: 1.3;
	margin-top: 10px;
}
.abil-item{
	margin-top: 10px;
	margin-bottom: 10px;
}
.abil-item .icon-wrap{
	width: 77px;
}
.abil-item .text{
	line-height: 1.3;
}
.video-otzyvy{
	background-color: #121b42;
	padding-top: 100px;
	padding-bottom: 242px;
}
.video-otzyvy .block-title{
	text-align: center;
	margin-bottom: 65px;
}
.video-wrap .video-thumb{
	border-radius: 10px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 56.28%;
	position: relative;
}
.video-wrap .video-thumb .video-play-icon {
	width: 64px;
	height: 45px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -22px;
	margin-left: -32px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(img/video.play.png);
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}
.video-wrap.hidden{
	display: none;
}
.video-otzyvy .btn-custom.btn-transparent{
	padding: 20px 12px 16px;
}
.video-modal .modal-content{
	padding: 25px!important;
}
.video-modal .modal-body{
	padding: 0!important;
}
.video-modal.modal button.close{
	top: -3px;
}
.cabinets{
	padding-bottom: 130px;
	padding-top: 130px;
}
.main-quiz-wrap-row{
	background-image: url(img/quiz_bad_desktop.jpg);
	background-position: 15% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -125px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.2);
	padding-top: 48px;
	padding-bottom: 42px;
}
.quiz-wrap .title-top{
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
}
.quiz-wrap .title-bottom{
	font-size: 30px;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 20px;
}
.quiz-wrap .btn-custom{
	padding-top: 20px;
	padding-bottom: 16px;
	color: #fff;
}
.quiz .test-modal .modal-content{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border:none;
}
.quiz .test-modal .modal-body{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border:none;
}
.quiz .slide-title{
	font-size: 30px;
	color: #5bb6ca;
	font-weight: 300;
	line-height: 1.3;
}
.quiz .left{
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.quiz .right{
	background-color: #f2f2f2;
	padding-top: 45px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.quiz .variant-image, .quiz .variant-text{
	cursor: pointer;
	margin-bottom: 0;
	font-size: 16px;
}
.quiz .variant-text{
}
.quiz .variant-image:hover, .quiz .variant-text:hover{
}
.mo-in__radio{
	margin-top: -2px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 6px;
	position: relative;
}
.quiz .variant-wrap:hover .mo-in__radio:after {
	display: block;
}
.quiz input[type=radio]:checked+label.variant-wrap .mo-in__radio:after {
    display: block;
}
.quiz .variant-wrap .mo-in__radio:after {
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	content: "";
	background-color: #cccccc;
	display: none;
}
.quiz input[type=radio]:checked + label.variant-wrap .mo-in__radio{
	background-color: #fff;
	border-color: #5bb6ca;
}
.quiz input[type=radio]:checked + label.variant-wrap .mo-in__radio:after{
	background-color: #5bb6ca;
}
.quiz input[type=radio]:checked + label.variant-wrap {
}
.mo-in__checkbox{
	margin-top: -2px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	margin-right: 6px;
	position: relative;
}
.quiz .variant-wrap:hover .mo-in__checkbox:after {
	display: block;
	opacity: .6;
}
.quiz input[type=checkbox]:checked+label .mo-in__checkbox:after {
    display: block;
    opacity: 1;
    color: #5bb6ca;
}
.quiz .variant-wrap .mo-in__checkbox:after {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	content: "\2713";
	display: none;
	font-weight: 700;
}
.quiz input[type=checkbox]:checked + label.variant-wrap .mo-in__checkbox{
	background-color: #fff;
	border-color: #5bb6ca;
}
.quiz input[type=checkbox]:checked + label.variant-wrap {

}
.quiz .carousel-buttons-area .disabled{
	display: none;
}
.quiz .carousel-buttons-area .btn-blue{
	border: 1px solid #5bb6ca;
	color: #fff;
}
.quiz .carousel-buttons-area .btn-custom:hover{
	border-color: #a7df70;
	color: #121b42;
}
.quiz .carousel-buttons-area .btn-custom:focus{
	border-color: #8ad441;
	color: #121b42;
}
.quiz .carousel-buttons-area .btn-transparent{
	color: #5bb6ca;
	border-color: #5bb6ca;
}











.cabinets .title{
	font-size: 30px;
	line-height: 1.4;
	font-weight: 300;
}
.cabinets .title-2{
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	color: #579f12;
}
.cabinets .title-3{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 300;
}
.cabinets .desc-area{
	margin-top: 80px;
}
.cabinets .cabinets-slider{
	overflow: hidden;
	padding-left:15%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: relative;
}
.cabinets .cabinets-slider:before{
	content: '';
	display: block;
	position: absolute;
	width: 15%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(151, 201, 238, .7);
	z-index: 300;
	-webkit-box-shadow: inset -20px 0px 30px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: inset -20px 0px 33px -12px rgba(0,0,0,0.3);
	box-shadow: inset -20px 0px 33px -12px rgba(0,0,0,0.3);
}
.cabinets .cabinets-slider .owl-stage-outer{
	overflow: visible;
}
.cabinets .cabinets-slider .owl-nav{
	position: absolute;
	top: 60px;
	left: 15%;
	width: 36px;
}
.cabinets .cabinets-slider .owl-prev, .cabinets .cabinets-slider .owl-next{
	width: 36px;
	height: 36px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 9px 16px;
	position: absolute;
	background-color: #95c9ee;
	left: 0;
	right: 0;
}
.cabinets .cabinets-slider .owl-prev{
	background-image: url(img/gallery-right.png);
	background-position: 50% 50%;
	top: 36px;
}
.cabinets .cabinets-slider .owl-next{
	background-image: url(img/gallery-left.png);	
	background-position: 50% 50%;
	top: 0;
}
.cabinets .desc-inner{
	background-color: #beef8f;
	-webkit-box-shadow: inset 15px 0px 25px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 15px 0px 25px -12px rgba(0,0,0,0.3);
	box-shadow: inset 15px 0px 25px -12px rgba(0,0,0,0.3);
	padding: 25px 30px;
}
.cabinets .desc-title{
	margin-bottom: 10px;
	font-weight: 700;
}
.zapis-area{
	background-color: #f5f5f5;
	padding-top: 65px;
	padding-bottom: 65px;
}
.zapis-area .zapis-row{
	background-image: url(img/zapis_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-bottom: 30px;
}
.zapis-area .title{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
}
.zapis-area .zapis-form-area{
	background-color: rgba(255,255,255,.9);
	padding: 28px 40px 0;
}
.zapis-area .contacts-area{
	margin-top: 34px;
}
.zapis-area .contacts-area .cont-item{
	margin-bottom: 12px;
	line-height: 1.4;
}
.zapis-area .contacts-area .cont-item .icon-area{
	width: 40px;
}
.zapis-area .form-control{
	border-color: #e1e1e1;
}
.zapis-area .form-area{
	margin-top: 25px;
}
.licence{
	background-color: #f5f5f5;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
}
.form_and_advant .main-quiz-wrap-row{
    margin-top: -55px;
}
.b-up-main-quiz-row{
    background: #53BBD2;
    border-radius: 0;
    padding-left: 75px;
    padding-right: 75px;
}
.b-title-top{
    font-size: 27px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
}
.b-title-top span{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.b-up-main-quiz-row .quiz-wrap .btn-custom{
    background: #BEF589;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.b-up-main-quiz-row .quiz-wrap .btn-custom:hover{
    background: #a7df70;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}