/* Animations */


/* General */
*{
	box-sizing:border-box;
	outline:none;
}
body, html{
	font-family: 'Montserrat';
	position:relative;
	padding:0;
	margin:0;
	top:0;
	overflow-x:hidden;
	width:100%;
	height:auto;
}
body{
	overflow-y:hidden;
}
div,
section{
	position:relative;
}
input,
button,
textarea, 
img{
	outline:none;
}
img{
	border:none;
}
a, a:hover{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration:none;
}
input::-ms-clear {
    display: none;
}
.flex-block{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
h1{
	font-size:82px;
	text-align:center;
	font-weight:900;
	margin:0;
}
h2{
	font-size:40px;
	text-align:center;
	font-weight:900;
	line-height:42px;
	margin:0;
	width:100%;
}
h3{
	font-size:30px;
	text-align:center;
	margin:0;
	font-weight:900;
	color:#e40613;
}
p{
	margin:0;
	padding:0;
}
.container{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.ajax-loader{
	display:none !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px !important;
    text-align: center;
	width:100%;
    font-weight: 700 !important;
    display: block !important;
    margin-top: 10px;
    position: absolute;
    left: 50%;
	bottom:-14px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:1;
}
form .wpcf7-form-control-wrap input{
	position:relative;
	z-index:2;
}
.fillials-form-block span.wpcf7-not-valid-tip{
	bottom:2px;
}
.main-section-form span.wpcf7-not-valid-tip {
	position:relative;
	bottom:0;
	margin-top:0;
	margin-bottom:10px;
}
.info-popup span.wpcf7-not-valid-tip {
	bottom:0;
}
#review-popup.info-popup span.wpcf7-not-valid-tip{
	bottom:-14px;
}
.wpcf7-form-control-wrap{
	display:inline-block;
}
.wpcf7-not-valid{
	border:2px #f00 solid !important;
}
.red-btn{
	font-family: 'Montserrat';
	background-color: #ff000f;
	cursor:pointer;
	color:#fff;
	border:none;
	font-weight:700;
	letter-spacing:1px;
	box-shadow:0 0 3px rgba(255,139,146,.5);
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.red-btn:hover{
	background-color:#ad020c;
	box-shadow:none;
}
div.red-btn{
	font-size:13px;
	font-weight:700;
	text-align:center;
	text-transform: uppercase;
}
.green-btn{
	font-family: 'Montserrat';
    text-align: center;
    cursor: pointer;
    background-color: #41af1b;
    border: 1px #58c025 solid;
    box-shadow: 3px 0 10px rgba(120, 215, 50, .5);
    color: #fff;
	font-size:13px;
	font-weight:700;
	text-align:center;
    text-transform: uppercase;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.green-btn:hover{
	background-color:#1a7602;
	box-shadow:none;
}
.slides-arrow.arrow-next.slick-hidden,
.slides-arrow.arrow-prev.slick-hidden{
	display:block;
}
.slides-arrow.arrow-next,
.slides-arrow.arrow-prev{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	height:32px;
	width:17px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.slides-arrow.arrow-next:hover,
.slides-arrow.arrow-prev:hover{
	-webkit-transform:scale(1.2) translateY(-50%);
	transform:scale(1.2) translateY(-50%);
}
button.slick-arrow{
	display:none;
}
/* End General */


/* Header */
header{
	position: relative;
    padding: 15px 0 18px 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
	top:0;
}
.header-top{
	-webkit-align-items:center;
	align-items:center;
}
.header-top .logo{
	margin-right:50px;
}
.header-top .logo img{
	width:255px;
	height:auto;
	max-height:100%;
}
.header-top .get-price{
	cursor:pointer;
}
.header-top .get-price span{
	margin-left:20px;
	font-size:18px;
	color:#e40613;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.header-top .get-price span:hover{
	text-decoration:underline;;
}
.header-top .header-address{
	font-size:14px;
	color:#000;
	line-height:20px;
}
.header-top .header-address svg,
.header-top .header-phone svg{
	margin-right:20px;
}
.header-top .header-phone {
	font-size:16px;
	color:#000;
	line-height:20px;
	font-weight:bold;
}
.header-top .header-phone a{
	color:#000;
}
.header-top .header-phone a:hover{
	color:#e40613;
}
.header-top .header-address span,
.header-top .header-phone div{
	display:block;
	font-size:18px;
	color:#e40613;
	margin-top:4px;
}
.header-top .header-phone div.header-sub-phone a{
	color:#e40613;
}
.header-top .header-phone div.header-sub-phone a:hover{
	color:#000;
}
header .menu{
	margin:20px 0;
	background-color:#fff;
}
header,
header.sticky,
header.sticky2{
	position:fixed;
	left:0;
	right:0;
	top:0;
	margin:0;
	padding:5px 0;
}
header .menu .menu-item{
	padding:14px 32px 14px 22px;
	background-color: #f7f7f7;
	cursor:pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border:1px #e3e3e3 solid;
	border-radius:4px;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: normal;
}
header .menu .menu-item a{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
header .menu .menu-item.colored-menu,
header .menu .menu-item:hover{
	border:1px #e7d226 solid;
	background-color: #fff300;
}
header .menu:hover .menu-item.colored-menu{
	background-color:#f7f7f7;
	border:1px #e3e3e3 solid;
}
header .menu .menu-item.colored-menu:hover{
	border:1px #e7d226 solid;
	background-color: #fff300;
}
header .menu .menu-item img{
	margin-right:18px;
	color:#e40613;
}
.mobile-menu-open{
	position:fixed;
	top:15px;
	right:5px;
	z-index:17;
	cursor:pointer;
	display:none;
	padding:5px;
	background-color:#fff;
	border-radius:3px;
}
.mobile-menu-open span{
	display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile-menu-open.active span:first-child{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.mobile-menu-open.active span:nth-child(2){
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top: -7px;
	position: relative;
}
.mobile-menu-open.active span:nth-child(3){
	display:none
}
/* Main section */
.main-section{
	padding:50px 0;
	background-image:url(../images/main-section-second-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:2;
}
.main-section.first-main-section{
	margin-top:155px;
	background-image:url(../images/main_section_bg.png);
	max-height:670px;
}
.main-section .container{
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.main-section-form{
	width:374px;
	padding:11px;
	border-radius:6px;
	background-color:#fff;
	text-align:center;
}
.main-section-subtitle{
	font-size:38px;
	margin-bottom:30px;
}
.main-section-subtitle span{
	font-weight:900;
	color:#e40613;
}
.main-form-block{
	background-color:#f5e64e;
	border-radius:6px;
	width:100%;
	padding:12px 20px;
}
.main-form-block .red-btn{
	border-radius:32px;
	height:64px;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:22px;
}
.main-form-block .form-title,
.main-form-block .form-subtitle{
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}
.main-form-block .form-title{
	text-transform:uppercase;
}
.main-form-block .form-title,
.main-form-block .form-subtitle span{
	color:#e40613;
	font-weight:900;
}
.main-form-block input[type="tel"]{
	padding:18px 22px;
	font-size:14px;
	height:50px;
	width:100%;
	border:none;
	border-radius:25px;
	margin:10px auto;
}
/* Second section */
.second-section{
	background-color:#f4f4f7;
	padding:60px 0;
}
.second-section-blocks{
	margin-top:50px;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.second-section-block{
	width:32%;
	min-height:394px;
	background-color:#fff;
	border-radius:6px;
	padding:35px 35px 70px 35px;
	text-align:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.second-section-icon{
	width:100px;
	height:100px;
	border-radius:50px;
	border:6px #eee solid;
	margin:0 auto;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom:10px;
}
.second-section-title{
	font-weight:900;
	font-size:42px;
	width:100%;
}
.second-section-title > div{
	font-size:60px;
	line-height:50px;
}
.second-section-title span{
	font-size:24px;
	display:block;
}
.second-section-text{
	width:100%;
	font-size:26px;
	line-height:36px;
}
.second-section-text span{
	font-weight:900;
	color:#e40613;
}
.second-section-block > a{
	font-size:14px;
	color:#e40613;
	margin-top:12px;
	width:100%;
	display:block;
	text-align:center;
	position:absolute;
	bottom:35px;
	left:0;
}
.second-section-block > a:after{
	content:'';
	width:86px;
	height:1px;
	display:block;
	position:relative;
	margin:-1px auto;
	background-color:#e40613;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.second-section-block > a:hover{
	font-size:16px;
}
.second-section-block > a:hover:after{
	background-color:#fff;
}

/* popular models */
#popular_models{
	padding:50px 0;
}
.popular-models-wrap .popular-item{
	padding:50px 0;
}
.popular-models-wrap .popular-item:nth-child(even){
	background-color:#f9f9fb;
}
.popular-models-wrap .popular-item h3{
	margin-bottom:40px;
}
.popular-item-slideblock{
	width:48%;
}
.popular-item-slider-wrap{
	padding:0 80px;
	max-height:330px;
	overflow:hidden;
}
.popular-item-slider{
	margin-bottom:90px;
}
.popular-item-slider .slider-item{
	padding: 0 15px;
	overflow:hidden;
}
.popular-item-slider .slider-item picture,
.popular-item-slider .slider-item img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height: 240px;
	margin: 0 auto;
}
.popular-item-slider .slick-dots,
.calculator-models-slider .slick-dots,
.popup-models-slider .slick-dots,
.certifikate-slider .slick-dots{
	position:absolute;
	bottom:-90px;
	height:90px;
	width:100%;
	-webkit-display:flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin:0;
	padding:0;
}
.calculator-models-slider .slick-dots,
.popup-models-slider .slick-dots{
	position:relative;
	bottom:0;
	height:auto;
}
.calculator-models-slider .slick-dots li,
.popular-item-slider .slick-dots li,
.popup-models-slider .slick-dots li,
.certifikate-slider .slick-dots li{
	margin:0 5px;
	padding:0;
	list-style:none;
	width:18px;
	height:18px;
	border-radius:9px;
	background-color:#d6d6d6;
	-webkit-transition:background-color .3s ease;
	transition:background-color .3s ease;
	cursor:pointer;
}
.calculator-models-slider .slick-dots li,
.popup-models-slider .slick-dots li{
	width:12px;
	height:12px;
	margin:0 3px;
}
.popular-item-slider .slick-dots li:hover,
.calculator-models-slider .slick-dots li:hover,
.popup-models-slider .slick-dots li:hover,
.certifikate-slider .slick-dots li:hover{
	background-color:#c0c0c0;
}
.popular-item-slider .slick-dots li.slick-active,
.calculator-models-slider .slick-dots li.slick-active,
.popup-models-slider .slick-dots li.slick-active,
.certifikate-slider .slick-dots li.slick-active{
	background-color:#f5e64e;
}
.popular-item-slider .slick-dots li button,
.calculator-models-slider .slick-dots li button,
.popup-models-slider .slick-dots li button,
.certifikate-slider .slick-dots li button{
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
.arrow-next{
	right:5px;
	background-image:url(../images/arrow_next.png);
}
.arrow-prev{
	left:5px;
	background-image:url(../images/arrow_prev.png);
}
.popular-item-prices{
	font-size:24px;
	font-weight:700;
	text-align:center;
}
.popular-item-prices span{
	font-weight:900;
	color:#e40613;
}
.popular-item-prices span.old{
	color:#000;
	position:relative;
	margin-right:10px;
	padding-left:10px;
}
.popular-item-prices span.old:after{
	content:'';
	background-color:#000;
	position:absolute;
	left:0;
	right:0;
	height:2px;
	top:55%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:block;
}
.popular-item-bnts{
	margin-top:40px;
}
.popular-item-bnts .calc-cost,
.popular-item-bnts .get-catalog{
	width:49%;
	height:52px;
	line-height:50px;
	border-radius:26px;
}
.popular-item-bnts .get-catalog{
	background-color:#ce020e;
	border:1px #e40613 solid;
	box-shadow:3px 0 10px rgba(255, 139, 146, .5);
}
.popular-item-bnts .get-catalog:hover{
	background-color:#97020b;
	box-shadow:none;
}
.popular-item-textblock{
	width:48%;
}
.popular-item-chars{
	border-radius:8px;
}
.popular-models-wrap .popular-item:nth-child(1) .popular-item-infoblock .popular-item-chars{
	border:3px #f5e64e solid;
}
.popular-models-wrap .popular-item:nth-child(1) .popular-item-infoblock .popular-item-chars .popular-item-char-title{
	border-right:1px #f5e64e solid;
}
.popular-models-wrap .popular-item:nth-child(2) .popular-item-infoblock .popular-item-chars{
	border:3px #9ad170 solid;
}
.popular-models-wrap .popular-item:nth-child(2) .popular-item-infoblock .popular-item-chars .popular-item-char-title{
	border-right:1px #9ad170 solid;
}
.popular-models-wrap .popular-item:nth-child(3) .popular-item-infoblock .popular-item-chars{
	border:3px #8bb9f2 solid;
}
.popular-models-wrap .popular-item:nth-child(3) .popular-item-infoblock .popular-item-chars .popular-item-char-title{
	border-right:1px #8bb9f2 solid;
}
.popular-models-wrap .popular-item:nth-child(even) .popular-item-infoblock .popular-item-slideblock{
	-webkit-order:2;
	order:2;
}
.popular-models-wrap .popular-item:nth-child(even) .popular-item-infoblock .popular-item-textblock{
	-webkit-order:1;
	order:1;
}
.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-chars .popular-item-char{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items:stretch;
}
.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-chars .popular-item-char:nth-child(even){
	background-color:#f7f7f7;
}
.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-title{
	width:33%;
	font-size:15px;
	font-weight:700;
	padding:15px;
}

.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-val{
	width:67%;
	font-size:16px;
	padding:15px;
	color:#666;
}
.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-val.is-char-list p{
	padding-left:22px;
	position:relative;
}
.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-val.is-char-list p:before{
	content:'';
	background-image:url(../images/list-item.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:3px;
	width:12px;
	height:12px;
	display:block;
}
.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-val span{
	font-weight:700;
	color:#000;
}
.popular-colors-wrap p{
	font-size:16px;
	font-weight:700;
	margin:25px 0;
	line-height:normal;
}
.popular-colors{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.popular-color{
	width:46px;
	height:46px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 10px 10px 0;
}
/* Comparsion */
#comparsion{
	padding:50px 0;
	background-color:#f9f9fb;
}
.comparsion-titles,
.comparsion-item{
	width:25%;
	margin-top:50px;
}
.comparsion-titles{
	text-align:right;
}
.comparsion-item{
	padding:0 0 0 30px;
}
.comparsion-item .comparsion-item-block{
	text-align:center;
}
.comparsion-item-head{
	height:190px;
	padding:20px 0;
}
.comparsion-item-head img{
	max-width:70%;
}
.comparsion-item .comparsion-item-head{
	background-color:#fff;
	border-radius:63px 7px 0 0;
}
.comparsion-wrap > div:nth-child(2) .comparsion-item-block{
	border-radius:27px 7px 0 0;
	background-color:#f5e64e;
}
.comparsion-wrap > div:nth-child(3) .comparsion-item-block{
	border-radius:27px 7px 0 0;
	background-color:#ffba00
}
.comparsion-wrap > div:nth-child(3) .comparsion-item-block:before{
	content:'';
	display:block;
	width:120px;
	height:132px;
	background-image:url(../images/hit-label.png);
	background-position:top left;
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.comparsion-wrap > div:nth-child(4) .comparsion-item-block{
	border-radius:27px 7px 0 0;
	background-color:#8bb9f2;
}
.comparsion-wrap > div:nth-child(2) .comparsion-item-head{
	border-left:2px #f5e64e solid;
	border-top:2px #f5e64e solid;
	border-right:2px #f5e64e solid;
}
.comparsion-wrap > div:nth-child(3) .comparsion-item-head{
	border-left:2px #9ad170 solid;
	border-top:2px #9ad170 solid;
	border-right:2px #9ad170 solid;
	background-color:#d8f7c0;
	border-radius:133px 7px 0 0;
}
.comparsion-wrap > div:nth-child(4) .comparsion-item-head{
	border-left:2px #8bb9f2 solid;
	border-top:2px #8bb9f2 solid;
	border-right:2px #8bb9f2 solid;
}
.comparsion-item .comparsion-item-head img{
	height:112px;
	width:auto;
	position:relative;
	margin-bottom:20px;
}
.comparsion-item-title{
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
}
.comparsion-title-cost,
.comparsion-title-models,
.comparsion-title-colors,
.comparsion-title-water,
.comparsion-title-rooms,
.comparsion-title-time{
	height:50px;
	font-size:17px;
	color:#343434;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	padding-left:30px;
}
.comparsion-title-water,
.comparsion-title-rooms{
	height:105px;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	padding:20px 0 20px 30px;
}
.comparsion-title-time{
	height:85px;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	padding:20px 0 20px 30px;
}
.comparsion-title-models,
.comparsion-item-models,
.comparsion-title-water,
.comparsion-item-water,
.comparsion-title-time,
.comparsion-item-time,
.comparsion-item-btn{
	background-color:#fff;
}
.comparsion-item-cost,
.comparsion-item-colors,
.comparsion-item-rooms{
	background-color:#f7f7f7;
}
.comparsion-item-models:before,
.comparsion-item-water:before,
.comparsion-item-time:before{
	content:'';
	display:block;
	width:30px;
	height:50px;
	left:-32px;
	top:0;
	position:absolute;
	background-color:#fff;
}
.comparsion-item-water:before,
.comparsion-item-rooms:before{
	height:105px;
}
.comparsion-item-time:before{
	height:85px;
}
.comparsion-item-cost,
.comparsion-item-models,
.comparsion-item-colors,
.comparsion-item-water,
.comparsion-item-time,
.comparsion-item-rooms{
	-webkit-justify-content:center;
	justify-content:center;
	height:50px;
	-webkit-align-items:center;
	align-items:center;
	font-size:20px;
	color:#333;
}
.comparsion-wrap > div:nth-child(2) .comparsion-item-cost,
.comparsion-wrap > div:nth-child(2) .comparsion-item-models,
.comparsion-wrap > div:nth-child(2) .comparsion-item-colors,
.comparsion-wrap > div:nth-child(2) .comparsion-item-water,
.comparsion-wrap > div:nth-child(2) .comparsion-item-time,
.comparsion-wrap > div:nth-child(2) .comparsion-item-rooms{
	border-left:2px #f5e64e solid;
	border-right:2px #f5e64e solid;
	border-bottom:1px #dedede solid;
}
.comparsion-wrap > div:nth-child(3) .comparsion-item-cost,
.comparsion-wrap > div:nth-child(3) .comparsion-item-models,
.comparsion-wrap > div:nth-child(3) .comparsion-item-colors,
.comparsion-wrap > div:nth-child(3) .comparsion-item-water,
.comparsion-wrap > div:nth-child(3) .comparsion-item-time,
.comparsion-wrap > div:nth-child(3) .comparsion-item-rooms{
	border-left:2px #9ad170 solid;
	border-right:2px #9ad170 solid;
	border-bottom:2px #bcd7a7 solid;
	background-color:#d1efba;
}
.comparsion-wrap > div:nth-child(3) .comparsion-item-models,
.comparsion-wrap > div:nth-child(3) .comparsion-item-water,
.comparsion-wrap > div:nth-child(3) .comparsion-item-time,
.comparsion-wrap > div:nth-child(3) .comparsion-item-btn{
	background-color:#d8f7c0;
}
.comparsion-wrap > div:nth-child(4) .comparsion-item-cost,
.comparsion-wrap > div:nth-child(4) .comparsion-item-models,
.comparsion-wrap > div:nth-child(4) .comparsion-item-colors,
.comparsion-wrap > div:nth-child(4) .comparsion-item-water,
.comparsion-wrap > div:nth-child(4) .comparsion-item-time,
.comparsion-wrap > div:nth-child(4) .comparsion-item-rooms{
	border-left:2px #8bb9f2 solid;
	border-right:2px #8bb9f2 solid;
	border-bottom:1px #dedede solid;
}
.comparsion-wrap > div:nth-child(2) .comparsion-item-time,
.comparsion-wrap > div:nth-child(3) .comparsion-item-time,
.comparsion-wrap > div:nth-child(4) .comparsion-item-time{
	border-bottom:none;
}
.comparsion-item-time{
	height:85px;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	padding:20px 0;
}
.comparsion-item-btn{
	height:55px;
	border-radius:0 0 7px 7px;
}
.comparsion-wrap > div:nth-child(2) .comparsion-item-btn{
	border-left:2px #f5e64e solid;
	border-bottom:2px #f5e64e solid;
	border-right:2px #f5e64e solid;
}
.comparsion-wrap > div:nth-child(3) .comparsion-item-btn{
	border-left:2px #9ad170 solid;
	border-right:2px #9ad170 solid;
	border-bottom:2px #9ad170 solid;
	background-color:#d8f7c0;
}
.comparsion-wrap > div:nth-child(4) .comparsion-item-btn{
	border-left:2px #8bb9f2 solid;
	border-right:2px #8bb9f2 solid;
	border-bottom:2px #8bb9f2 solid;
}
.comparsion-item-water,
.comparsion-item-rooms{
	height:105px;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	padding:20px 0;
}
.comparsion-item-btn .green-btn{
	height:44px;
	line-height:42px;
	width:170px;
	border-radius:22px;
	margin:0 auto;
	top:-20px;
}
.comparsion-item-cost .old-price{
	color:#000;
	font-size:24px;
	padding:0 7px;
	margin-right:10px;
	font-weight:700;
}
.comparsion-item-cost .old-price:after{
	content:'';
	background-color:#000;
	position:absolute;
	left:0;
	right:0;
	height:2px;
	top:55%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	display:block;
}
.comparsion-item-cost .new-price{
	color:#e40613;
	font-weight:700;
	font-size:18px;
}
.comparsion-item-cost .new-price span{
	font-size:26px;
	font-weight:900;
}
/* Three minutes */
.three-minutes .container{
	-webkit-align-items:stretch;
	align-items:stretch;
}
.three-minutes-bg{
	width:58%;
	background-image:url(../images/three-minutes-bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
}
.three-minutes-form{
	width:41%;
	padding:55px 0;
}
.three-minutes-form:before{
	content:'';
	left:-48px;
	top:100px;
	width:33px;
	height:130px;
	display:block;
	position:absolute;
	background-image:url(../images/three-minutes-arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.three-minutes-spec{
	position:absolute;
	left:85px;
	bottom:30px;
	text-align:right;
	width:180px;
}
.three-minutes-spec .three-minutes-name{
	font-size:18px;
	color:#58a333;
	font-weight:700;
	margin-bottom:25px;
}
.three-minutes-spec .three-minutes-role{
	font-size:16px;
	color:#666;
	line-height:36px;
}
.three-minutes-form .three-minutes-title{
	font-size:32px;
	font-weight:900;
	margin-bottom:40px;
	line-height:46px;
}
.three-minutes-form .form-block{
	background-color:#f5e64e;
	width:100%;
	padding:40px 45px 50px 45px;
	border-radius:6px;
}
.three-minutes-form .form-block:before{
	content:'';
	left:18px;
	right:18px;
	top:18px;
	bottom:18px;
	display:block;
	position:absolute;
	border:1px #fff solid;
	border-radius:4px;
}
.three-minutes-form .form-block .form-title{
	font-size:30px;
	text-align:center;
	margin-bottom:30px;
}
.three-minutes-form .red-btn {
    border-radius: 32px;
    height: 60px;
    width: 250px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
	font-size:15px;
	font-weight:700;
	letter-spacing:1px;
	margin:20px auto 0 auto;
	position:relative;
	display:block;
}
.three-minutes-form input[type="tel"] {
    padding: 18px 22px;
    font-size: 14px;
    height: 60px;
    width: 100%;
    border: none;
    border-radius: 30px;
}

/* Calculator */
#calculator{
	background-color:#f9f9fb;
	padding:50px 0;
}
.calculator-block{
	margin-top:40px;
	border:10px #f5e64e solid;
	border-radius:6px 6px 0 0;
}
.calculator-item.calculator-door-types{
	padding:20px 25px;
	border-radius:6px 6px 0 0;
	background-color:#fff;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.calculator-item.calculator-door-types:after,
.calculator-item.calculator-colors:after,
	.calculator-item.calculator-models:after{
	content:'';
	width:100%;
	height:1px;
	display:block;
	position:relative;
	background-color:#dfdfdf;
	margin-top:20px;
}
.calculator-item.calculator-models,
.calculator-item.count-block-wrap,
.calculator-item.calculator-colors{
	padding:0 25px 20px 25px;
	background-color:#fff
}
.calculator-item-title{
	font-size:18px;
	font-weight:700;
	margin-right:30px;
}
.calculator-item input[type="radio"]{
	opacity:0;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
}
.calculator-item label{
	padding-left:25px;
	position:relative;
	margin-right:23px;
	cursor:pointer;
}
.calculator-item label:before{
	content:'';
	width:13px;
	height:13px;
	left:0px;
	top:1px;
	display:block;
	position:absolute;
	background-color:#f4f4f7;
	border:1px #dfdfdf solid;
	border-radius:3px;
}
.calculator-item label:after{
	content:'';
	width:7px;
	height:7px;
	left:4px;
	top:5px;
	display:block;
	position:absolute;
	background-color:#58c025;
	opacity:0;
}
.calculator-item input[type="radio"]:checked + label:after{
	opacity:1;
}
.calculator-item.calculator-models label img{
	margin:0 auto;
}
.calculator-item.calculator-models label:before{
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.calculator-item.calculator-models input[type="radio"]:checked + label:after{
	left:4px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.calculator-models-slider{
	width:97%;
	margin:0 auto;
	max-height:300px;
	overflow:hidden;
}

.calculator-item.calculator-models .slides-arrow.arrow-next{
	right:16px;
	top:45%;
}
.calculator-item.calculator-models .slides-arrow.arrow-prev{
	left:16px;
	top:45%;
}
.calculator-item.calculator-colors label span{
	position:absolute;
	top:0;
	left:0;
}
.calculator-item.calculator-colors label:before{
	left:50%;
	top:-25px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.calculator-item.calculator-colors input[type="radio"]:checked + label:after{
	left:50%;
	top:-21px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.calculator-item.calculator-colors label{
	width:47px;
	height:47px;
	margin-right:6px;
	padding: 0;
    display: inline-block;
	margin-top:50px;
}
.calculator-form-block{
	border:10px #f5e64e solid;
	border-top:none;
	border-radius:0 0 6px 6px;
	padding:30px 20px;
	background-color:#f5e64e;
}
.calculator-form-block .flex-block{
	-webkit-align-items:center;
	align-items:center;
}
.calculator-form-block:before{
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:block;
	position:absolute;
	border:1px #fff solid;
	border-radius:6px;
}
.calculator-form-block .calculator-form form{
	-webkit-display:flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	width:100%;
}
.calculator-form-block .calculator-form p{
	width:48%;
}
.calculator-form-block .count-block{
	margin-right:20px;
}
.calculator-form-block .count-minus,
.calculator-form-block .count-plus{
	width:58px;
	height:60px;
	cursor:pointer;
	background-color:#e4e4e4;
	box-shadow:none;
	border:1px #e7d226 solid;
	font-size:24px;
	color:#646464;
	font-weight:700;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.calculator-form-block .count-minus:hover,
.calculator-form-block .count-plus:hover{
	background-color:#fff;
}
.calculator-form-block .count-minus{
	border-radius:29px 0 0 29px;
}
.calculator-form-block .count-plus{
	border-radius:0 29px 29px 0;
}
.calculator-form-block .count-block input{
	height:60px;
	width:95px;
	text-align:center;
	font-size:18px;
	position:relative;
	top:-2px;
	border:none;
}
.calculator-form-block .calculator-form{
	width:56%;
}
.calculator-form-block .calculator-form p > span,
.calculator-form-block .calculator-form .calc-form-btn,
.calc-popup .calculator-form-block .calculator-form p input[type="submit"],
.calculator-form-block .calculator-form p input[type="tel"]{
	font-family: 'Montserrat';
	width:100%;
	height:60px;
	font-size:14px;
	border-radius:30px;
	text-transform:uppercase;
}
.calculator-form-block .calculator-form .calc-form-btn{
	width:48%;
	line-height:58px;
}
.calculator-popup-form .calculator-form .calc-form-btn{
	border-radius:6px;
}
.calculator-form-block .calculator-form p input[type="tel"]{
	width:100%;
	padding:0 30px;
	text-transform:none;
	border:none;
	box-shadow:none;
}
/* Special */
#special{
	padding:60px 0;
	background-color:#f4f4f7;
}
.special-item{
	width:24%;
	background-color:#fff;
	text-align:center;
	margin-top:40px;
	padding:40px 0 30px 0;
}
.special-item picture,
.special-item img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:265px;
}
.special-item-title{
	font-size:18px;
	margin:30px 0 20px 0;
}
.special-item-link{
	font-size:14px;
	color:#e40613;
	text-decoration:underline;
}
.special-item-link:hover{
	text-decoration:none;
}
/* portfolio */
#portfolio{
	padding:50px 0;
}
#portfolio h2{
	margin-bottom:40px;
}
.portfolio-slider{
	width:90%;
	margin:0 auto;
	max-height:470px;
	overflow:hidden;
}
.arrow-next-port,
.arrow-prev-port{
	top:50%;
}
.portfolio-slider .slider-item img,
.portfolio-slider .slider-item picture{
	width:auto;
	max-width:96%;
	height:auto;
	position:relative;
	margin:0 auto;
	display:block;
	border-radius:6px;
}
/* reviews */
#reviews{
	padding:50px 0;
	background-color:#f4f4f7;
}
.reviews-wrap{
	margin-top:40px;
	max-height:400px;
	overflow:hidden;
}
.reviews-slider{
	width:88%;
	margin:0 auto;
}
.reviews-item{
	background-color:#fff;
	border-radius:6px;
	padding:45px 0; 
}
.review-author{
	width:20%;
	min-width:200px;
	text-align:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.review-author .review-author-photo{
	width:130px;
	border-radius:100px;
	border:6px #eee solid;
	margin-bottom:10px;
}
.review-author .review-name{
	font-size:14px;
	font-weight:700;
}
.review-author .review-city{
	margin:10px 0;
	font-size:13px;
	color:#666;
	width:100%;
}
.review-author .review-rating{
	-webkit-justify-content:center;
	justify-content:center;
	width:100%;
}
.review-author:after{
	content:'';
	display:block;
	position:relative;
	margin:10px auto;
	width:139px;
	height:37px;
	background-image:url(../images/review_recomended.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.review-text{
	width:80%;
	padding:0 40px 0 10px;
	z-index:2;
}
.reviews-item:before{
	content: '“';
    font-size: 200px;
    display: block;
    position: absolute;
    left: 170px;
    top: -20px;
    line-height: 200px;
    font-weight: bold;
    z-index: 1;
	color:#f9f9fb;
}
.review-text:after{
	content: '“';
    font-size: 200px;
    display: block;
    position: absolute;
    right: 170px;
    bottom: -100px;
    line-height: 200px;
    font-weight: bold;
    z-index: -1;
	color:#f9f9fb;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.send-review{
	width:210px;
	height:50px;
	border-radius:50px;
	margin:40px auto 0 auto;
	line-height:48px;
}
/* certificate */
#certificate{
	padding:50px 0;
}
.certifikate-wrap{
	margin-top:40px;
	margin-bottom:40px;
	max-height:200px;
	overflow:hidden;
}
.certifikate-slider{
	width:90%;
	margin:0 auto;
}
.certifikate-slider .slider-item img,
.certifikate-slider .slider-item picture{
	margin:0 auto;
	position:relative;
	display:block;
}
/* steps */
#steps h2{
	margin-bottom:30px;
}
.steps-title{
	height:150px;
	-webkit-align-items:center;
	align-items:center;
	background-image:url(../images/steps_title_bg.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	text-align:center;
}
.steps-wrap .step,
.steps-wrap .step .container{
	-webkit-align-items:center;
	align-items:center;
}
.steps-wrap .step .step-number{
	width:8%;
	height:55px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.steps-wrap .step-1 .step-number{
	background-image:url(../images/steps_1_icon.png);
}
.steps-wrap .step-2 .step-number{
	background-image:url(../images/steps_2_icon.png);
}
.steps-wrap .step-3 .step-number{
	background-image:url(../images/steps_3_icon.png);
}
.steps-wrap .step-4 .step-number{
	background-image:url(../images/steps_4_icon.png);
}
.steps-wrap .step-5 .step-number{
	background-image:url(../images/steps_5_icon.png);
}
.steps-wrap .step .step-img{
	width:16%;
	height:auto;
}
.steps-wrap .step .step-text-block{
	width:72%;
	color:#666;
	font-size:16px;
	line-height:26px;
}
.steps-wrap .step .step-text-block span{
	display:block;
	font-size:24px;
	font-weight:900;
	margin-bottom:20px;
	color:#000;
}
.steps-wrap .step .step-img img{
	width:100%;
	height:auto;
}
.step.step-1{
	min-height:210px;
}
.step.step-2{
	min-height:210px;
	background-image:url(../images/steps_2_bg.svg);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top center;
}
.step.step-2 .container:after{
	content:'';
	display:block;
	position:absolute;
	top:-12px;
	left:25%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 22.5px 0 22.5px;
	border-color: #fff transparent transparent transparent;
}
.step.step-3{
	min-height:210px;
}
.step.step-3 .container:after{
	content:'';
	display:block;
	position:absolute;
	top:-12px;
	left:25%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 22.5px 0 22.5px;
	border-color: #f4f4f7 transparent transparent transparent;
}
.step.step-4{
	min-height:210px;
	background-image:url(../images/steps_4_bg.svg);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top center;
}
.step.step-4 .container:after{
	content:'';
	display:block;
	position:absolute;
	top:-12px;
	left:25%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 22.5px 0 22.5px;
	border-color: #fff transparent transparent transparent;
}
.step.step-5{
	min-height:210px;
}
.step.step-5 .container:after{
	content:'';
	display:block;
	position:absolute;
	top:-12px;
	left:25%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 22.5px 0 22.5px;
	border-color: #f4f4f7 transparent transparent transparent;
}
.steps-wrap .step.step-5 .step-text-block{
	font-size:24px;
	font-weight:900;
	color:#000;
}
.steps-wrap .step.step-5 .step-text-block span{
	color:#e40613;
	margin-bottom:10px;
}
/* fillials */
.fillials{
	padding:50px 0 30px 0;
	background-image:url(../images/fillials-bg.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.fillials .container{
	-webkit-align-items:center;
	align-items:center;
}
.fillials picture{
	width:70%;
}
.fillials img{
	max-width:100%;
}
.fillials .fillials-form-block{
	width: 374px;
    padding: 11px;
    border-radius: 6px;
    background-color: #f5e64e;
    text-align: center;
	border:10px #fff solid;
}
.fillials .fillials-form-block .form-title {
    color: #e40613;
    font-weight: 900;
	font-size:30px;
	line-height:38px;
}
.fillials .fillials-form-block .form-subtitle{
	font-size:28px;
	line-height:38px;
}
.fillials .fillials-form-block .form-subtitle span{
	color: #e40613;
	font-size:18px;
	font-weight:700;
	display:block;
}
.fillials .fillials-form-block input[type="tel"] {
    padding: 18px 22px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 25px;
    margin: 15px auto;
}
.fillials .fillials-form-block .red-btn {
    border-radius: 32px;
    height: 64px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
/* questions */
#questions{
	padding:80px 0 30px 0;
	background-image:url(../images/questions_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	margin-top:-40px;
	z-index:3;
	text-align:center;
}
.questions-subtitle{
	font-size:36px;
	margin:20px auto;
}
.questions-info{
	-webkit-align-items:center;
	align-items:center;
}
.questions-worktime{
	font-size:24px;
	line-height:36px;
	width:32%
}
.questions-worktime span{
	font-weight:900;
}
.questions-user{
	width:32%
}
.questions-user .questions-photo{
	width:230px;
	height:230px;
	border-radius:120px;
	border:6px #fff solid;
	overflow:hidden;
	margin:0 auto;
}
.questions-user .questions-photo img{
	width:100%;
	height:auto;
}
.questions-user .questions-user-info{
	margin-top:15px;
	font-size:18px;
	line-height:24px;
	font-weight:700;
}
.questions-user .questions-user-info span{
	font-size:16px;
	font-weight:normal;
	color:#666;
	display:block;
}
.questions-phones{
	width:32%;
}
.questions-phones img{
	width:130px;
	height:auto;
	max-height:100%;
}
.questions-phones{
	font-size:24px;
	line-height:36px;
}
.questions-phones a{
	display:block;
	color:#000;
	font-weight:900;
}
.questions-phones a:hover{
	color:#e40613;
}
.questions-phones div.header-sub-phone a{
	color:#e40613;
}
.questions-phones div.header-sub-phone a:hover{
	color:#000;
}
.questions-phones div span{
	font-weight:900;
}
/* recall-block */
.recall-block{
	background-color:#f5e64e;
	border-top:3px #fff solid;
	border-bottom:3px #fff solid;
	padding:40px 0;
}
.recall-block-title{
	text-align:center;
	font-size:30px;
	line-height:36px;
	font-weight:900;
}
.recall-block-form{
	margin:30px auto 0 auto;
	width:60%;
}
.recall-block-form p,
.recall-block-form form{
	-webkit-display:flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	width:100%;
}
.recall-block-form span,
.recall-block-form input{
	width:48%;
}
.recall-block-form .red-btn{
	border-radius: 30px;
    height: 60px;
    font-size: 16px;
    text-transform: uppercase;
}
.recall-block-form input[type="tel"]{
	padding: 18px 22px;
    font-size: 14px;
    height: 60px;
    width: 100%;
    border: none;
    border-radius: 30px;
    margin: 10px auto;
}

.overlay{
	position:fixed;
	left:0;
	top:-120%;
	bottom:120%;
	right:0;
	background:#000;
	opacity:0.7;
	z-index:15;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.overlay.active{
	top:0;
	bottom:0;
}
.popup{
	position:fixed;
	width:100%;
	max-width:768px;
	left:50%;
	top:-550%;
	transform:translate(-50%, -50%);
	z-index:16;
	background:#e5e2fd;
	padding:25px;
	border-radius:10px;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.popup.active{
	top:50%;
}
.popup-close{
	position:absolute;
	width:30px;
	height:30px;
	top:25px;
	right:25px;
	cursor:pointer;
	padding:5px;
	z-index:10;
}
.popup-close span{
	position:relative;
	width:100%;
	height:1px;
	background:#000;
	display:block;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.popup-close span:first-child{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:4px;
}
.popup-close span:last-child{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:2px;
}
.popup-close:hover span:last-child{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:2px;
}
.popup-close:hover span:first-child{
	-webkit-transform:rotate(45deg);
	transform:rotate(-45deg);
	top:4px;
}

.calc-popup{
	width:90%;
	max-width:860px;
	background-color:#f5e64e;
	border:5px #fff solid;
	border-radius:60px 6px 60px 60px;
	padding:35px 40px;
}
.calc-popup h2{
	font-size:36px;
	text-align:left;
}
.calculator-item.calculator-colors label{
	margin-right:3px;
	width:46px;
	height:46px;
}
.calc-popup .calculator-block{
	margin-top:20px;
}
.calc-popup .count-block-wrap{
    padding: 0 25px 20px 25px;
    background-color: #fff;
}
.calc-popup .calculator-form-block{
	padding:0;
	margin-top:20px;
}
.calc-popup .calculator-form{
	width:100%;
}
.calc-popup .calculator-form-block:before{
	display:none;
}
.calc-popup .count-block-wrap{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	align-items:center;
}
.calc-popup .count-block-wrap input[type="text"]{
	width:170px;
	height:40px;
	margin-left:7px;
	border-radius:3px;
	border:1px #dfdfdf solid;
	background-color:#f4f4f7;
	padding:0 20px;
}
.calc-popup .calculator-item.calculator-models{
	padding-left:40px;
	padding-right:40px;
}
.calc-popup .calculator-form-block .calculator-form p > span, 
.calc-popup .calculator-form-block .calculator-form p input[type="submit"], 
.calc-popup .calculator-form-block .calculator-form p input[type="tel"]{
	font-family: 'Montserrat';
	border-radius:6px;
}
.info-popup,
.thanks-popup{
	width:90%;
	max-width:800px;
	padding:30px 40px 55px 40px;
	border-radius:60px 6px 60px 60px;
	background-color:#fff;
}
.thanks-popup{
	background-color:#f5e64e;
	border:5px #fff solid;
}
.info-popup .popup-body,
.thanks-popup .popup-body{
	-webkit-align-items:center;
	align-items:center;
	text-align:left;
	display:-webkit-flex;
	display:flex;
}
#review-popup .popup-body{
	display:block;
}
.info-popup picture{
	position:relative;
	bottom:-60px;
	margin-left:-75px;
	width:55%;
}
.info-popup picture img{
	width:100%;
}
.info-popup h3,
.thanks-popup h3{
	color:#000;
	font-size:36px;
	line-height:42px;
	margin-bottom:25px;
	text-align:left;
	font-weight:900;
}
.thanks-popup p{
	font-size:18px;
}
.popup-info-form-block{
	width:52%;
}
.popup-info-form-block > p{
	font-size:18px;
	line-height:28px;
}
.popup-info-form{
	border-radius:6px;
	padding:30px 20px;
	margin-top:30px;
	background-color:#f5e64e
}
.popup-info-form input{
	height:50px;
	border-radius:6px;
	box-shadow:none;
	border:none;
	box-sizing:border-box;
}
.popup-info-form input[type="tel"]{
	margin-bottom:15px;
	padding:0 16px;
	width:100%;
}
#review-popup.info-popup .popup-info-form input[type="tel"]{
	margin-bottom:0;
}
.popup-info-form  p > span,
.popup-info-form input[type="submit"]{
	font-family: 'Montserrat';
	width:100%;
	text-transform:uppercase;
}
.review-form-block .flex-block{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.review-form-block .your-review,
.review-form-block .your-review textarea{
	width:100%;
}
.review-form-block .your-review textarea{
	resize:none;
	padding:15px 20px;
	border-radius:6px;
	height:150px;
	border:none;
	font-size:14px;
	font-family: 'Montserrat';
}
.review-form-block .flex-block br{
	display:none;
}
.review-form-block .flex-block > span,
.review-form-block .flex-block > input{
	width:49%;
	margin-top:20px;
}
.review-form-block .flex-block > span input{
	width:100%;
	padding:0 15px;
	font-size:14px;
	font-family: 'Montserrat';
}
#map{
	height:560px;
	width:100%;
}
#map .container{
	height:100%;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:1;
}
#map .adress_block{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:370px;
	padding:50px;
	border-radius:20px;
	border:5px #f5e64e solid;
	background-color:#fff;
	z-index:1;
}
#map .adress_block .addres-item{
	font-size:18px;
	line-height:24px;
	padding-left:25px;
}
#map .adress_block .phones-item{
	font-size:18px;
	line-height:30px;
	font-weight:700;
	margin:10px 0;
	padding-left:25px;
}
#map .adress_block .phones-item a{
	color:#000;
}
#map .adress_block .phones-item a:hover{
	color:#e40613
}
#map .adress_block .phones-item div.header-sub-phone a{
	color:#e40613;
}
#map .adress_block .phones-item div.header-sub-phone a:hover{
	color:#000;
}
#map .adress_block .worktime-item{
	font-size:18;
	color:#e40613;
	padding-left:25px;
}
#map .adress_block .phones-item svg,
#map .adress_block .addres-item svg{
	position:absolute;
	left:-10px;
	top:5px
}
.footer_bott{
	padding:30px 0;
	background-color:#000;
	color:#fff;
	font-size:15px;
}
.footer_bott .container{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.thanks-section{
	height:640px;
	background-image:url(../images/thanks_bg.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:150px;
}
.thanks-section  .container{
	height:100%;
	-webkit-align-items:center;
	align-items:center;
}
.thanks-section .thanks-wrap{
	width:480px;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.thanks-section h1{
	text-align:left;
}
.thanks-section .thanks-subtitle{
	font-size:28px;
	line-height:52px;
	width:100%;
}
.thanks-section .red-btn{
	width:330px;
	height:65px;
	line-height:63px;
	border-radius:36px;
	display:block;
	margin-top:50px;
	text-align:center;
	text-transform:uppercase;
}
/* Media */
@media screen and (max-width: 1399px){
	h1{
		font-size:72px;
	}
	.main-section-subtitle {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.main-section {
		padding:30px 0;
	}
	.second-section,
	#popular_models,
	.popular-models-wrap .popular-item,
	#comparsion,
	#calculator,
	#special,
	#portfolio,
	#reviews,
	#certificate{
		padding: 30px 0;
	}
}
@media screen and (max-width: 1199px){
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	header .menu .menu-item {
		padding: 14px 18px 14px 10px;
	}
	.header-top .get-price span {
		margin-left: 10px;
		font-size: 14px;
	}
	.header-top .header-address span, .header-top .header-phone div{
		font-size:14px;
	}
	.header-top .header-address svg, .header-top .header-phone svg {
		margin-right: 10px;
	}
	h1 {
		font-size: 52px;
	}
	.main-section-subtitle {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.main-form-block .form-title, .main-form-block .form-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.main-form-block input[type="tel"],
	.three-minutes-form input[type="tel"],
	.fillials .fillials-form-block input[type="tel"],
	.recall-block-form input[type="tel"]	{
		padding: 8px 12px;
		font-size: 14px;
		height: 40px;
	}
	.main-form-block .red-btn,
	.three-minutes-form .red-btn,
	.fillials .fillials-form-block .red-btn,
	.recall-block-form .red-btn,
	.thanks-section .red-btn{
		height: 44px;
		font-size: 14px;
		margin-bottom: 12px;
	}
	.thanks-section .red-btn{
		line-height:42px;
		width:90%;
	}
	.recall-block-form .red-btn{
		margin-bottom:0;
	}
	h2,
	.calc-popup h2	{
		font-size: 30px;
		line-height: 32px;
	}
	.second-section-blocks {
		margin-top: 30px;
	}
	.second-section-title {
		font-size: 32px;
	}
	.second-section-title > div {
		font-size: 40px;
		line-height: 40px;
	}
	.second-section-text {
		font-size: 22px;
		line-height: 26px;
	}
	.second-section-block {
		min-height: 324px;
		padding: 15px 15px 35px 15px;
	}
	.second-section-block > a{
		bottom:20px;
	}
	h3 {
		font-size: 22px;
	}
	.popular-models-wrap .popular-item h3 {
		margin-bottom: 30px;
	}
	.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-title {
		font-size: 12px;
		padding: 10px;
	}
	.comparsion-title-cost, .comparsion-title-models, .comparsion-title-colors, .comparsion-title-water, .comparsion-title-rooms, .comparsion-title-time {
		font-size: 15px;
	}
	.comparsion-item-cost, .comparsion-item-models, .comparsion-item-colors, .comparsion-item-water, .comparsion-item-time, .comparsion-item-rooms{
		font-size:18px;
	}
	.comparsion-item-water, .comparsion-item-rooms {
		height: 85px;
		padding: 10px 0;
	}
	.comparsion-title-water, .comparsion-title-rooms {
		height: 85px;
	}
	.three-minutes-form .three-minutes-title {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 36px;
	}
	.three-minutes-spec {
		left: 0;
	}
	.three-minutes-form .form-block {
		padding: 20px 35px 30px 35px;
	}
	.calculator-block {
		margin-top: 20px;
	}
	.calculator-form-block .count-block input{
		height: 40px;
		width: 45px;
	}
	.calculator-form-block .count-minus, .calculator-form-block .count-plus {
		width: 38px;
		height: 40px;
	}
	.calculator-form-block .calculator-form p > span, .calculator-form-block .calculator-form .calc-form-btn,
	.calc-popup .calculator-form-block .calculator-form p input[type="submit"], .calculator-form-block .calculator-form p input[type="tel"]{
		font-family: 'Montserrat';
		height:40px;
		font-size:14px;
	}
	.calculator-form-block .calculator-form .calc-form-btn{
		line-height:38px;
	}
	.special-item {
		margin-top: 20px;
		padding: 20px 0 20px 0;
	}
	.special-item-title {
		margin: 20px 0 10px 0;
	}
	#portfolio h2,
	.reviews-wrap	{
		margin-bottom: 20px;
	}
	.reviews-item{
		padding:25px 0;
	}
	.review-text{
		font-size:14px;
	}
	.step.step-2 .container:after,
	.step.step-3 .container:after,
	.step.step-4 .container:after,
	.step.step-5 .container:after{
		display:none;
	}
	.fillials .fillials-form-block .form-subtitle {
		font-size: 18px;
		line-height: 28px;
	}
	#questions{
		padding:30px 0;
	}
	.recall-block-form {
		margin: 10px auto 0 auto;
	}
	.recall-block-title {
		font-size: 24px;
		line-height: 26px;
	}
	.recall-block {
		padding: 20px 0 15px 0;
	}
	#map .adress_block{
		padding:30px;
		width:300px;
		left:15px;
	}
}
@media screen and (max-width: 991px){
	header{
		padding:20px 0;
	}
	header.sticky, header.sticky2,
	header .menu {
		margin:0;
		padding:20px 0;
		position: fixed;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	header.active{
		z-index:16;
	}
	header .menu .container{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	header .menu{
		right:-100%;
		left:100%;
		-webkit-transition:all .5s ease;
		transition:all .5s ease;
		top:0;
		margin:0;
		padding:0;
	}
	header .menu.active{
		left:0;
		right:0;
		margin:0;
		padding:0;
	}
	header .menu .menu-item {
		padding: 14px 18px 14px 10px;
		width: 100%;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.header-top{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-top .logo {
		margin-right: 0;
		width:33%;
		text-align:center;
	}
	.header-top .logo img{
		width:100%;
		max-width:120px;
		height:auto;
	}
	.header-top .header-address{
		display:none;
	}
	.header-top .header-phone {
		width: 33%;
		justify-content: center;
	}
	h2,
	.calc-popup h2	{
		font-size: 24px;
		line-height: 32px;
	}
	.main-section.first-main-section {
		margin-top: 85px;
	}
	.second-section-title {
		font-size: 22px;
	}
	.second-section-title > div {
		font-size: 30px;
		line-height: 30px;
	}
	.second-section-text {
		font-size: 18px;
		line-height: 22px;
	}
	.popular-item-infoblock{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.popular-item-slideblock {
		width: 100%;
		-webkit-order:2;
		order:2;
	}
	.popular-item-textblock{
		width:100%;
		margin-bottom:20px;
		-webkit-order:1;
		order:1;
	}
	.popular-models-wrap .popular-item:nth-child(even) .popular-item-infoblock .popular-item-slideblock{
		-webkit-order:2;
		order:2;
	}
	.popular-models-wrap .popular-item:nth-child(even) .popular-item-infoblock .popular-item-textblock {
		-webkit-order: 1;
		order: 1;
	}
	.popular-item-slider .slick-dots, .calculator-models-slider .slick-dots, .popup-models-slider .slick-dots, .certifikate-slider .slick-dots,
	.calculator-form-block .flex-block,
	.special-wrap,
	.footer_bott .container{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.comparsion-titles,
	.three-minutes-spec{
		display:none;
	}
	.comparsion-item {
		padding: 0 0 0 10px;
		width:33%;
	}
	.comparsion-item-models:before, .comparsion-item-water:before, .comparsion-item-time:before {
		width: 10px;
		left: -12px;
	}
	.comparsion-item-water, .comparsion-item-rooms {
		height: auto;
		padding: 10px 0;
	}
	.calculator-form-block .calculator-form {
		width: 100%;
		margin-top: 10px;
	}
	.calculator-form-block .count-block {
		margin-right: 0;
	}
	.special-item{
		width:48%;
	}
	.steps-wrap .step .step-text-block span{
		font-size:18px;
		margin-bottom:15px;
	}
	.steps-wrap .step .step-text-block {
		font-size: 14px;
		line-height: 20px;
	}
	.step.step-1,
	.step.step-2,
	.step.step-3,
	.step.step-4,
	.step.step-5 {
		min-height: 160px;
	}
	.steps-title {
		height: 100px;
	}
	h1 {
		font-size: 32px;
	}
	.main-section-subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.questions-subtitle {
		font-size: 26px;
		margin: 10px auto;
	}
	#map {
		height: 360px;
	}
	.footer_bott .container p{
		width:100%;
		margin:5px 0;
		text-align:center;
	}
	.main-form-block .red-btn, .three-minutes-form .red-btn, .fillials .fillials-form-block .red-btn, .recall-block-form .red-btn {
		font-size: 12px;
		letter-spacing: normal;
	}
	.mobile-menu-open{
		display:block;
	}
	.calc-popup{
		padding: 15px 5px;
	}
	.calculator-item.calculator-models label img{
		max-width:90%;
	}
	.popular-item-prices{
		margin-top:15px;
	}
}
@media screen and (max-width: 767px){
	h2,
	.calc-popup h2{
		font-size: 20px;
		line-height: 28px;
	}
	.calc-popup h2{
		width:80%;
		margin-left:10px;
	}
	.header-top .logo {
		width:100%;
	}
	.header-top .header-phone {
		width: 50%;
	}
	.second-section-blocks,
	.popular-item-bnts,
	.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-chars .popular-item-char,
	.comparsion-wrap{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.second-section-block{
		width:100%;
		padding:10px 10px 45px 10px;
		margin-bottom:10px;
	}
	.second-section-block {
		min-height: auto;
	}
	.popular-item-slider .slick-dots, .calculator-models-slider .slick-dots, .popup-models-slider .slick-dots, .certifikate-slider .slick-dots{
		display:none !important;
	}
	.popular-item-prices {
		font-size: 18px;
	}
	.popular-item-slider {
		margin-bottom: 20px;
	}
	.popular-item-bnts{
		margin-top:10px;
	}
	.popular-item-bnts .calc-cost, .popular-item-bnts .get-catalog{
		width:100%;
		height:40px;
		line-height:38px;
		margin-top:10px;
	}
	.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-title,
	.popular-models-wrap .popular-item .popular-item-infoblock .popular-item-char-val{
		width:100%;
	}
	.comparsion-item {
		padding: 0 0 0 10px;
		width: 100%;
	}
	.three-minutes-bg{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		left: auto;
		background-position: center;
	}
	.three-minutes-form {
		width: 100%;
		padding: 25px 0;
	}
	.three-minutes-form .three-minutes-title {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}
	.three-minutes-form .form-block .form-title {
		font-size: 20px;
		text-align: center;
		margin: 10px 0;
	}
	.three-minutes-form .red-btn,
	.three-minutes span.your-tel{
		width:100%;
	}
	.calculator-item-title {
		font-size: 14px;
		font-weight: 700;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.calculator-item.calculator-models label:before {
		left: 50%;
		top: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
		.calculator-item.calculator-models input[type="radio"]:checked + label:after {
		left: 52%;
		top: 10px;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.calculator-form-block .count-block {
		margin: 0 auto;
	}
	.calculator-form-block .calculator-form form, .calculator-form-block .calculator-form p, .reviews-item .flex-block,
	.steps-wrap .step, .steps-wrap .step .container,
	.fillials .container,
	.questions-info,
	.recall-block-form p, .recall-block-form form{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.calculator-form-block .calculator-form p{
		width:100%;
	}
	.calculator-form-block .calculator-form p > span, .calculator-form-block .calculator-form .calc-form-btn,
	.calc-popup .calculator-form-block .calculator-form p input[type="submit"],
	.calculator-form-block .calculator-form p input[type="tel"]{
		font-family: 'Montserrat';
		width:100%;
		margin:5px 0;
		padding:0 10px;
	}
	.calculator-form-block .calculator-form p > span{
		padding:0;
	}
	.calculator-form span.wpcf7-not-valid-tip{
		bottom:0;
		top:-20px;
	}
	.special-wrap{
		-webkit-align-items:stretch;
		align-items:stretch;
	}
	.special-item-title {
		font-size: 16px;
	}
	.special-item picture, .special-item img {
		max-height: 165px;
	}
	.review-author,
	.review-text{
		width:100%;
		margin-bottom:15px;
	}
	.review-author .review-name {
		font-size: 14px;
		font-weight: 700;
		width: 100%;
	}
	.review-text{
		padding:15px;
	}
	.steps-title{
		padding:0 15px;
	}
	.steps-wrap .step .step-number,
	.steps-wrap .step .step-img{
		width:48%;
	}
	.steps-wrap .step .step-text-block{
		width:100%;
	}
	.step.step-1, .step.step-2, .step.step-3, .step.step-4, .step.step-5 {
		min-height: auto;
		background-image:none;
		padding:10px 0;
	}
	.step.step-2, .step.step-4{
		background-color:#f7f7f4;
	}
	.fillials picture {
		width: 100%;
		height:auto;
		-webkit-order:1;
		order:1;
	}
	.fillials .fillials-form-block {
		width: 100%;
		-webkit-order:2;
		order:2;
		margin-top:20px;
	}
	.fillials .fillials-form-block .form-title {
		font-size: 20px;
		line-height: 28px;
	}
	.fillials .fillials-form-block .form-subtitle {
		font-size: 14px;
		line-height: 18px;
	}
	.questions-worktime,
	.questions-phones{
		font-size: 18px;
		line-height: 26px;
		width: 100%;
	}
	.questions-user,
	.recall-block-form{
		width: 100%;
	}
	.recall-block-form span, .recall-block-form input{
		width:100%;
		margin-top:10px;
	}
	#map .adress_block {
		padding: 30px;
		width: auto;
		left: 15px;
		right: 15px;
	}
	#map .adress_block {
		padding: 15px 15px 15px 30px;
		width: auto;
		left: 15px;
		right: 15px;
	}
	.calc-popup{
		height:90vh;
		overflow:auto;
		border-radius:6px;
	}
	.info-popup picture{
		display:none;
	}
	.popup-info-form-block {
		width: 100%;
	}
	.info-popup h3, .thanks-popup h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.popup-info-form-block > p {
		font-size: 14px;
		line-height: 22px;
	}
	.calculator-item.calculator-colors label{
		margin-top:20px;
		width:30px;
		height:30px;
	}
	.calculator-item.calculator-colors label:before{
		top:-16px;
	}
	.calculator-item.calculator-colors input[type="radio"]:checked + label:after{
		top:-12px;
	}
	.calculator-door-type label{
		font-size:14px;
		margin-bottom:5px;
		display:block;
	}
	.calculator-form-block .calculator-form .calc-form-btn, .calc-popup .calculator-form-block .calculator-form p input[type="submit"]{
		font-size:11px;
	}
	.popup-close{
		top:15px;
		right:15px;
	}
	.thanks-section{
		background-position: 75%;
	}
	.thanks-section .thanks-wrap{
		padding:10px;
		margin-top:30px;
		background-color:rgba(255,255,255,0.6);
	}
	.popular-item-slider-wrap{
		padding:0 10px;
	}
	.info-popup, .thanks-popup{
		padding:20px 15px;
		text-align:center;
		border-radius: 6px 6px 6px 6px;
	}
	.popup-info-form{
		padding:10px;
	}
	.info-popup h3, .thanks-popup h3,
	.info-popup p, .thanks-popup p{
		text-align:center;
	}
	.popup-info-form input[type="submit"]{
		font-size:12px;
	}
	.reviews-wrap{
		margin-top:40px;
		max-height:1400px;
		overflow:hidden;
	}
	.calculator-item .calculator-models-slider label,
	.calculator-item .popup-models-slider label{
		padding-top:20px;
		padding-left: 0;
		margin:0 5px;
		display: block;
	}
	.calculator-item.calculator-models label:before {
		left: 42%;
	}
	.calculator-item.calculator-models input[type="radio"]:checked + label:after {
		left: 48%;
	}
	.recall-block-form span.wpcf7-not-valid-tip{
		bottom:-5px;
	}
	.reviews-item:before,
	.review-text:after{
		display:none;
	}
}

@media screen and (max-width: 660px){
	header,
	header.sticky, header.sticky2,
	header .menu	{
		padding: 10px 0 5px 0;
	}
	.header-top .header-address span, .header-top .header-phone div {
		margin-top: 0px;
	}
	.header-top{
		-webkit-justify-content:center;
		justify-content:center;
	}
	.header-top .get-price{
		width:50%;
		-webkit-justify-content:center;
		justify-content:center;
		margin:0 auto;
	}
	.header-top .header-address {
		margin-right: 0;
		width:100%;
		-webkit-justify-content:center;
		justify-content:center;
		text-align:center;
	}
	.thanks-section,
	.main-section.first-main-section{
		margin-top:80px;
	}
	.thanks-section .thanks-subtitle {
		font-size: 18px;
		line-height: 32px;
		width: 100%;
	}
	.popular-item-chars{
		display:none;
	}
	.popular-item-textblock,
	.popular-models-wrap .popular-item:nth-child(even) .popular-item-infoblock .popular-item-textblock {
		-webkit-order: 2;
		order: 2;
	}
	#popular_models{
		padding-bottom:0;
	}
	.comparsion-item{
		display:none;
	}
	#comparsion{
		max-height:0;
		overflow:hidden;
		padding:0;
	}
	#map{
		padding-bottom: 200px;
		height: 560px;
	}
	#map .adress_block{
		position: absolute;
		display: block;
		top: auto;
		left: 0;
		right: 0;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		width: 100%;
		bottom: 10px;
	}
	h1 {
		font-size: 48px;
	}
	.main-section-subtitle {
		font-size: 26px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px){
	.header-top .logo {
		margin-right: 0;
		width: 60%;
	}
	.header-top .header-address svg, .header-top .header-phone svg{
		display:none;
	}
	.review-form-block .flex-block > span, .review-form-block .flex-block > input {
		width: 100%;
		margin-top: 10px;
	}

	.main-section, .main-section.first-main-section{
		background-image:none;
		background-color:#f4f4f7;
		padding-bottom:30px;
	}
	.three-minutes-bg{
		background-image:none;
		background-color:#f4f4f7;
	}
	.main-section.first-main-section{
		padding-bottom:0;
	}
}
@media screen and (max-height: 768px){
	.calc-popup{
		height:90vh;
		overflow:auto;
	}
}
@media screen and (max-height: 600px){
	
	.info-popup picture{
		display:none;
	}
	.popup-info-form-block {
		width: 100%;
	}
	.info-popup h3, .thanks-popup h3 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.popup-info-form-block > p {
		font-size: 14px;
		line-height: 22px;
	}
}