html, body{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color:#000;

}
a{
	cursor: pointer;
}
button:active, button:focus, img:focus, img:active, img {
  outline: none !important;
}

button::-moz-focus-inner,  img::-moz-focus-inner{
  border: 0 !important;
}

a, i, img, div{
	outline: none !important;
}
h1{
	margin: 0 0 20px;
}
.btn-primary{
	height: 48px;
	font-size: 18px;
	font-weight: 600;
	background: #CC0018;
	border:0;
	padding: 0 24px;
	color:#fff;
}
a.btn-primary{
	padding: 10px 25px;
	border-radius: 0;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color:#fff !important;
}

a.btn-yellow{
	background: #FEBB22;
	color: #C40318;
	border-radius: 0;
	padding: 10px 25px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
}
a.btn-yellow:hover{
	background: #CC0018;
	color: #fff;
	
}
.btn-primary:hover, .btn-primary:focus{
	background: #FEBB22;
}

button.btn{
	background: #CC0019;
	color:#fff;
	border:1px solid #CC0019;
	border-radius: 0;
	font-size: 18px;
	text-shadow: none;
}
button.btn:hover{
	background: #FEBB22;
	color:#CC0019;
	border-color: #FEBB22;
}

button.btn-yellow{
	background: #FEBB22;
	color: #C40318;
	border-radius: 4px;
	padding: 0 25px;
	font-weight: 600;
	font-size: 18px;
	height: 48px;
	border-color: #FEBB22;
}
button.btn-yellow:hover{
	background: #CC0019;
	color: #fff;
	border-color: #CC0019;
}


.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.scroll_top{
	background: url(../images/scroll_top.png) no-repeat;
	background-size: 70px;
	width: 70px;
	height: 70px;
	position: fixed;
	right: -70px;
	bottom: 15%;
	cursor: pointer;
	transition: transform .5s ease-in-out;
	display: block;
	z-index: 100;
}
.scroll_top.open{
	transform: translate3d(-70px, 0px, 0px);
}

.call_measure{
	background: url(../images/call_measure.png) no-repeat;
	background-size: 84px;
	width: 84px;
	height: 94px;
	position: fixed;
	left: -130px;
	bottom: 15%;
	cursor: pointer;
	transition: transform .5s ease-in-out;
	display: block;
	z-index: 100;
}
.call_measure.open{
	transform: translate3d(140px, 0px, 0px);
}

.header{
	padding: 10px 0 10px;
	background: url(../images/header_bg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 130px;
}
.header a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.header .logo img{
	margin-top: 7px;
}
.header .call a{
	font-size: 26px;
	line-height: 28px;
	display: block;
}
.header .call button, footer button.call{
	width: auto;
	height: 40px;	
	border:  2px solid #FEBB22;
	border-radius: 4px;
	background: transparent;
	color: #FEBB22;
	font-weight: 600;
	display: inline-block;
}
.header .call button.ellow{
	color: #CB0000;
	background: #FEBB22;
}

.header .call div.button{
	padding-top: 10px;
}
.header .call div.button button,
.header .call div.button a
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}


.header .call .phones{	
	display: inline-block;
	vertical-align: top;
	padding: 15px 20px 0 0;
	width: 60%;
	text-align: right;
}

.header .call .contact{	
	display: inline-block;
	vertical-align: top;
	padding: 15px 0 0 0;
	width: 35%;
}

footer button.call{
	margin-top: 20px;
	width: auto;
	height: auto;
	padding: 6px 20px;
}

.header .call button:hover{
	background: #FAAD05;
	color:#fff;
}

.header .contact a{
	font-size: 13px;
	margin: 0 0 15px 0;
}
.header .slogan a{
	display: inline-block;
	padding-left: 40px;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
	width:42%;
	line-height: 1.3;
	margin-top: 7px;
}
.header .slogan a.cost{
	background: url(../images/header_cost.png) no-repeat left center;
}
.header .slogan a.measure{
	background: url(../images/header_measure.png) no-repeat left center;
}
.header .slogan a.calc-win{
	background: url(../images/header-calc-win.png) no-repeat left center;
	padding-top: 10px;
	padding-bottom: 10px; 
	margin: 0 0 5px;
}
.header .slogan a.calc-balkon{
	background: url(../images/header-calc-balkon.png) no-repeat left center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 0 5px; 
}


.header .slogan div{
	font-size: 14px;
	text-transform: uppercase;
	padding: 17px 0 5px;
}
.header .slogan div span{
	display: block;
	font-size: 20px;
}
.top-menu{
	background: #2c2c2c;
	width: 100%;
}
.top-menu ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.top-menu ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	height: 40px;
}

.top-menu ul li a{
	color: #fff;
	padding: 5px 30px;
	display: table-cell;
	vertical-align: middle;
	height: 45px;
	font-size:14px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.top-menu ul li a:hover, .top-menu ul li a.current{	
	color: #FEBB22;
	border-color: #FEBB22; 
}
/**/
.top-menu .container .nav-bars{
	background: #2C2C2C;
	height: 48px;
	display: none;	
}

.top-menu .container .nav-bars .fa{	
	font-size: 30px;
	color:#fff; 
	position: absolute;
	left: 10px;
	top: 7px;
}
.main-menu-mob{
	position: relative;
	min-height: 45px;
	display: none;
}
.main-menu-mob .fa-bars, .main-menu-mob .fa-close{
	font-size: 30px;	
	position: absolute;
	left: 10px;
	top: 7px;
	z-index:1;	
}
.main-menu-mob ul{
	padding: 0;
	margin: 0;
}
.main-menu-mob ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;	
}
.main-menu-mob ul li ul{
	display: none;
}

.main-menu-mob ul li a{
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #f9f9f9;
	color:#333;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.main-menu-mob ul li a .fa{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 26px;
	padding: 10px 14px 14px;	
}



.main-menu-mob ul li ul{
	background: #f9f9f9;
}
.main-menu-mob ul li ul li a{
	font-size: 16px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

.main-menu{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	display: block;
	position: relative;
	z-index: 100;
}

.main-menu ul{
	padding: 0;
	margin: 0;
	height: 46px;
	text-align: center;
}
.main-menu ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	margin-left: 0;
}
.main-menu ul li > a{
	padding: 0 20px;
	height: 46px;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	background-image: -webkit-linear-gradient(45deg, #CC0019 50%, transparent 50%);
	background-image: linear-gradient(45deg, #CC0019 50%, transparent 50%);
	background-position: 100%;
	background-size: 250%;
	transition: all 400ms linear 0ms;
	position: relative;
}
.main-menu ul li > a .fa{
	position: absolute;
	top: 14px;
	font-size: 19px;
	right: 5px;
}
.main-menu ul > li:hover a{
	color:#fff;
	background-position: 0;
	transition: background-position 400ms linear 0ms;
	/* Old hover
	background: url(../images/nav_top_hover_bg.png) no-repeat center center;
	*/
}
.main-menu ul li ul{
	position: absolute;
	top: 100%;
	left: 15px;
	background: #CC0019;
	display: none;
	height: auto;
	text-align: left;
	height: auto;
	padding: 20px 20px;
	width: 1000px;
}
.main-menu ul > li a.current{
    background: #CC0019;
    color: #fff;
}
.main-menu ul > li:hover > ul{
	display: block;
}
.main-menu ul li ul li ul{
	float: right;
	position: relative;
	width: 300px;
	padding: 0;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
}
.main-menu ul li ul li ul li{
	height: auto;
	width:100%;
	padding: 0;
	margin: 0;

}
.main-menu ul li ul li a{
	height: auto;
	color:#fff;
	display: block;
	text-align: left;
	padding: 5px 0;
	font-size: 17px;
}
.main-menu ul li ul li ul li a{
	font-weight: normal;
	text-transform: none;
	padding: 5px 0;
	font-size: 15px;
}


#discount {
	overflow: hidden;
	padding-bottom: 45px;

}
#discount .container {
	/*background: url(../images/discount_bg.jpg) no-repeat;*/
	background: url(../images/discount_bg-2.jpg) no-repeat;
	background-position: left bottom;
	position: relative;
}
#discount .yellow_table {

	border-radius: 5px;
	background: rgba(255,243,45,.9);
	background: -moz-linear-gradient(top, rgba(255,243,45,.9) 0%, rgba(255,166,6,.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255,243,45,.9) 0%, rgba(255,166,6,.9) 100%);
	background: linear-gradient(to bottom, rgba(255,243,45,.9) 0%, rgba(255,166,6,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff32d', endColorstr='#ffa606',GradientType=0 );
	padding: 17px 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	position: relative;
	/*max-width: 480px;
	margin: 8% 0 0 30%;*/
	width: 1150px;
	margin: 20px 0 0 20px;
	text-align: center;
}
#discount .yellow_table .sub-title{
	text-transform: none;
}
#discount .img-logo{
	width: 1050px;
    text-align: center;
}

#discount .yellow_table big {font-size: 30px;}
#discount .yellow_table small {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}
#discount .yellow_table small span {
	color: #fff;
	position: relative;
	z-index: 1;
}
#discount .yellow_table small span:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/discount_brush.png);
	width: 160px;
	height: 47px;
	left: -15px;
	bottom: -13px;
	z-index:-1;
}

#discount .blue_table {
	margin-top: 140px;
	border-radius: 5px;
	background: #0066cc;
	background: -moz-linear-gradient(top,  #0066cc 0%, #003399 100%);
	background: -webkit-linear-gradient(top,  #0066cc 0%,#003399 100%);
	background: linear-gradient(to bottom,  #0066cc 0%,#003399 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003399',GradientType=0 );
	padding: 25px 30px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;

}
#discount .blue_table > big {
	font-size: 26px;
	line-height: 34px;
}
#discount .blue_table div {
	margin: 15px 0;

}
#discount .blue_table div big {
	font-size: 46px;
	line-height: 50px;
	font-weight: normal;
	font-style: italic;
	font-family: "Impact";
}
#discount .blue_table div a {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	border: 3px solid #fff;
	border-radius: 3px;
	padding: 14px 20px;
	background: #CC0018;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	float: right;
	text-decoration: none;
}
#discount .blue_table div a:hover, #discount .blue_table div a:focus{
   background: rgba(254, 187, 34, 1);
}

#discount .blue_table small {
	font-size: 13px;
	line-height: 13px;
	text-transform: none;
	font-weight: normal;
	display: block;
}
#discount .check_list {
	list-style: none;
	padding: 0;
	/*margin: 25px 0;*/
	margin: 0 0 10px 0;
}
#discount .check_list li {
	padding: 25px 0 25px 70px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/discount_check.png) left center no-repeat;
}
#discount .line_left,
#discount .line_right {height: 20px;}
#discount .line_left img,
#discount .line_right img {position: absolute;}
#discount .line_left img {/*right: 15px;*/ right: 0px;}
#discount .line_right img {/*left: 15px;*/ left: 0px;}
#discount .girl {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
}
#discount .c70p {
	position: absolute;
	left: 50%;
	top: -160px;
	margin-left: -111px;
}




.text-404{
	width: 280px;
	margin: 10% auto;
	text-align: center;
}
.text-404 div{
	font-size: 140px;
	margin: 30px 0 50px;
}
.text-404 p{
	font-style: italic;
	font-size: 14px;
}
.text-404 a{
	text-decoration: underline;
	color: #cc0000;
	font-size: 14px;
}

.input-wrap{
	position: relative;
	z-index: 1;
	width: 100%;
}
.input-wrap > div {
	  position: absolute;
	  width: auto;
	  height: auto;
	  line-height: 13px;
	  padding: 7px 10px 8px;
	  font-size: 12px;
	  text-align: center;
	  color: rgb(255, 255, 255);
	  background: rgba(204,0,25, 0.9);
	  border: 0;
	  border-radius: 2px;
	  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	  margin-top:-25px;
	  margin-right: 20px;
	  text-align: left;
	  vertical-align: top;
	  text-shadow: none;
}

.uniform .input-wrap{
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
}

.input-wrap div:after {
	  content: "";
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-width: 8px;
	  border-style: solid;
	  border-color: rgba(204,0,25, 0.9) transparent transparent transparent;
	  bottom: -16px;
	  left: 20%;
}

.modal-content{
	max-width: 450px !important;
	margin: 20% auto;
}

.modal-content button.close{
	margin-right: -24px;
	margin-top: -20px;
	padding: 0px 5px;
	border-radius: 50%;
	/*background: tr;*/
	border: 2px solid #dadada;
	opacity: 1 !important;
	color:#fff;
	text-shadow: none;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4) !important;
}
.modal-content button.close:hover{
	color:#f00;
	border-color: #f00;
}

.modal-body h3{
	margin: 7px 0 18px;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
}
.modal-body form{
	padding: 3px;
}
.modal-body form p.suptitle, .modal-big-body form p.suptitle{
	margin-bottom: 25px;
	font-size: 15px;
	text-align: center;
}
.modal-body form p.suptitle:last-child, .modal-big-body form p.suptitle:last-child{
	margin: 20px 0 0;
}
.modal-body .form-group{
	margin-bottom: 10px;
}

.form-control{
	height: 44px;
	border:1px solid #DBDBDB;
	box-shadow: none !important;
	border-radius: 0;
}
.form-control:focus{
	border-color: #ff5959
}
.modal-body form .checkbox label{
	font-size: 14px;
}


button.btn:focus{
	color:#fff;
}
.modal-body button.btn{
	max-width: 260px;
	margin: 20px auto;
	display: block;
	margin-bottom: 0;
	height: 46px;
}
a{
	color:#df0000;
}

label.uniform input{
	position: absolute;
	left: -50000px;
}
label.uniform .fa{
	font-size: 22px;
	color: #CC0019;
	position: absolute;
	left: 0;
	top:0;
}
label.uniform .fa-toggle-on{
	color: #CC0019;
}

label.uniform{
	font-weight: normal;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}
form i.desc{
	font-size: 12px;
	color:#999;

}

.modal-big{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	z-index: 1205;
	display: none;
}
.modal-big .modal-big-dialog{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1206;
	overflow-y: auto;
}
.modal-big .modal-big-dialog .close-big{
	background: rgba(0,0,0,0.6);
	height: 50px;
	width: 100%;
	position: fixed;
	text-align: right;
	left: 0;
	top: 0;
	z-index: 1210;
	box-sizing: border-box;
}
.modal-big .modal-big-dialog .close-big .fa{
	background: #CC0000;
	color: #FFFFFF;
	height: 100%;
	width: 50px;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	margin-right: 17px;
}
.modal-big .modal-big-dialog .close-big .fa:hover{
	background: #E6AC00;
}

.modal-big .modal-big-dialog .modal-big-body{
	max-width: 1220px;
	margin: 0 auto;
	background: #fff;
	min-height: 100%;
	z-index: 1250;
	padding: 70px 30px 30px;
}

.modal-big .modal-big-dialog .modal-big-body h3{
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.modal-big .modal-big-dialog .modal-big-body button{
	display: block;
	max-width: 260px;
	margin: 10px auto;
}
/*Service main-page*/
.services .container{
	padding: 40px 0 60px;
}
.services .container:first-child{
	padding-bottom: 0;
}

.services .container h2{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	font-style: italic;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.2;
}
.services .container .nav-section{
	margin: 40px 0 0;
}
.services .container .nav-section button{
	background: transparent;
	border: 3px solid #3366CC;
	height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	font-family: Arial Narrow, Helvetica, sans-serif;
	margin: 0 10px 20px;
	border-radius: 3px;
}
.services .container .nav-section button.current{
	background-image: -webkit-linear-gradient(top, #E00036, #B90006);
	background-image: linear-gradient(to bottom, #E00036, #B90006);
	border:0;
	color:#fff;
}
.services .container.load-main-page-service{
	padding: 0 0 40px;
	min-height: 600px;
}
.services .service-description{
	padding-bottom: 40px;
}
.services .service-description h3{
	font-size: 30px;
}
.services .service-description h4, .services .service-description p.h4{
	font-size: 22px;
	line-height: 1.4;
}


.bg-service.service-3{
	background: url(../images/rs-sb-02.jpg) no-repeat center 20%;
}

.bg-service.service-4{
	background: url(../images/sb1.jpg) no-repeat center 5%;
}

.bg-service.service-6{
	background: url(../images/s1_bg.jpg) no-repeat center 20%;
}
.bg-service .card{
	padding: 0 0 20px;
	margin: 0;
	min-height: 300px;
	box-sizing: border-box;
}
.bg-service .card h4{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 0;
}
.bg-service .card p{
	font-size: 15px;
}
.bg-service .card.rainbow{
	width: 300px;
	height: 300px;
	margin: 0;
	padding-top: 105px;
	background: url(../images/s1_6.jpg) center no-repeat;
	display: inline-block;
	background-size: contain;
}
.bg-service .card.rainbow h4{
	padding: 0;
}

.bg-service .last-row{
	padding-top: 40px;
}


.rangenain-box{
	display: inline-block;
	position: relative;
	text-align: center;

}

.rangenain-box span{
	font-weight: 700;
	margin-left: 10px;
}

input.rangenain[type=range] {
	-webkit-appearance: none;
	border: 1px solid white;
	width: 100%;
	box-shadow: none;
	padding: 10px 0;
}
input.rangenain[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 20px;
	background: url(../images/hot_cold_slider_bg.jpg) no-repeat center center;
	background-size: 95%;
	border: none;
	/*border-radius: 3px;*/
}
input.rangenain[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 44px;
	width: 44px;
	/*border-radius: 50%;*/
	background: url(../images/hot_cold_slider_handle.png) no-repeat;
	margin-top: -10px;
}

.form-wrapper input.rangenain[type=range]::-webkit-slider-thumb{
	background: #ffffff !important;
}
input.rangenain[type=range]:focus {
	outline: none;
}

input.rangenain[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	background: #EAEAEA;
	border: none;
	border-radius: 3px;
}
input.rangenain[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: url(../images/hot_cold_slider_handle.png) no-repeat;
}
input.rangenain[type=range]:-moz-focusring{
	outline: 1px solid white;
	outline-offset: -1px;
}
input.rangenain[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}
input.rangenain[type=range]::-ms-fill-lower {
	background: #EAEAEA;
	border-radius: 10px;
}
input.rangenain[type=range]::-ms-fill-upper {
	background: #EAEAEA;
	border-radius: 10px;
}
input.rangenain[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #27AAE1;
}


.rangenain-glazing-box{
	padding: 5px 140px;
	border: 6px solid #F2F2F2;
	border-radius: 35px;
	max-width: 520px;
	margin: 10px auto;
	position: relative;
}
.rangenain-glazing-box span.left{
	position: absolute;
	left: 36px;
	top: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color:#C40318;
	font-size: 18px;
	cursor: pointer;
}
.rangenain-glazing-box span.right{
	position: absolute;
	right: 20px;
	top: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color:#043DC0;
	font-size: 18px;
	cursor: pointer;
}

.glazing{
	padding: 0 30% 0;
	position: relative;
}

.glazing .over{
	overflow-x: hidden;
	background: #fff;
	width: 100%;
	min-height: 520px;
	text-align: left;
	position: relative;
}
.glazing .over h4{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 30px 30px 20px;
}
h3.glazing-type{
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.glazing .over .over-body-1{
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	background: #fff;
	min-height: 200px;
}
.glazing .over .over-body-2{
	position: absolute;
	width: 100%;
	right: -100%;
	top:0;
	background: #fff;
	min-height: 200px;
}

.glazing .over button{
	padding: 0 0 0 18%;
	min-height: 95px;
	border:0;
	cursor: default;
	width: 95%;
	display: block;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	margin: 0 30px;
	box-sizing: border-box;
}

.glazing .over .ob-1-1{
	background: url(../images/hot_cold_hot_i1.jpg) no-repeat left center;
	background-size: 12%;
}
.glazing .over .ob-1-2{
	background: url(../images/hot_cold_hot_i2.jpg) no-repeat left center;
	background-size: 12%;
}
.glazing .over .ob-1-3{
	background: url(../images/hot_cold_hot_i3.jpg) no-repeat left center;
	background-size: 12%;
}
.glazing .over .ob-1-4{
	background: url(../images/hot_cold_hot_i4.jpg) no-repeat left center;
	background-size: 12%;
}

.glazing .over .ob-2-1{
	background: url(../images/hot_cold_cold_i1.jpg) no-repeat left center;
	background-size: 12%;
}
.glazing .over .ob-2-2{
	background: url(../images/hot_cold_cold_i2.jpg) no-repeat left center;
	background-size: 12%;
}
.glazing .over .ob-2-3{
	background: url(../images/hot_cold_cold_i3.jpg) no-repeat left center;
	background-size: 12%;
}
.glazing .over .ob-2-4{
	background: url(../images/hot_cold_cold_i4.jpg) no-repeat left center;
	background-size: 12%;
}



.glazing img.left{
	width: 30%;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0.4;

}
.glazing img.right{
	width: 30%;
	position: absolute;
	top:0;
	right: 0;
	opacity: 0.4;

}
.glazing img.current{
	opacity: 1.0;
}

a.btn-grd{
	font-family: 'Impact';
	font-size: 24px;
	width: 90%;
	font-weight: normal;
	font-style: italic;
	border-radius: 28px;
	color:#fff;
	padding: 14px 40px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px;

}
a.btn-grd.grein{
	background-image: -webkit-linear-gradient(top, #8EDE00, #5CBF00);
	background-image: linear-gradient(to bottom, #8EDE00, #5CBF00);
	border-bottom: 5px solid;
	border-color: #409702;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
a.btn-grd.grein:hover{
	background-image: -webkit-linear-gradient(top, #5CBF00, #8EDE00 );
	background-image: linear-gradient(to bottom, #5CBF00, #8EDE00);
}

a.btn-grd.red{
	border-bottom: 5px solid;
	border-color: #920002;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
	background-image: -webkit-linear-gradient(top, #DD0032, #BB0009);
	background-image: linear-gradient(to bottom, #DD0032, #BB0009)
}
a.btn-grd.red:hover{
	background-image: -webkit-linear-gradient(top, #BB0009, #DD0032);
	background-image: linear-gradient(to bottom, #BB0009, #DD0032)
}
.bg-service.service-4 a.btn-grd {
	width: 220px;
	position: absolute;
	right:30%;
	bottom: 35%;
	padding: 16px 0;
	text-transform: uppercase;
}


.bg-service.service-3 .card{
	min-height: 200px;
}
.bg-service.service-3 .row.last .col{
	width: 18.6%;
	display: inline-block;
}
.bg-service.service-3 .box-button {
	width: 700px;
	position: absolute;
	left:50%;
	bottom: -15px;
	padding: 16px 0;
	text-transform: uppercase;
	margin-left: -350px;
}
.bg-service.service-3 .box-button a {
	width: 36%;
}
.bg-service.service-2 .card{
	padding: 0 0 20px 0;
	min-height: 320px;
}
.bg-service.service-2 .card a{
	display: block;
	position: relative;
}
.bg-service.service-2 .card a .blind,
.bg-service.service-2 .card a button{
	display: none;
}

.bg-service.service-2 .card a{
	border:1px solid #dadada;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.bg-service.service-2 .card a:hover > .blind{
	background: rgba(0,0,0,0.5);
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	display: block;
	border: 5px solid #fff;

}
.bg-service.service-2 .card a:hover > button{
	background: transparent;
	border: 3px solid #fff;
	border-radius: 4px;
	color:#fff;
	top: 38%;
	left: 50%;
	position: absolute;
	z-index: 2;
	margin-left: -100px;
	width: 200px;
	height: 50px;
	display: block;
	text-transform: uppercase;
}

.bg-service.service-2 .card img{
	min-width: 100%;
	max-width: 100%;
	padding: 5px;
	box-shadow: 0 0 10px 0 #ccc;
}


.bg-service.service-2 .card h3{
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 18px 0 8px;
}
.bg-service.service-2 a.btn-grd{
	max-width: 400px;
	margin: 30px auto;
}

.load-main-page-service{
	min-height: 800px;

}
#order {
	padding-top: 40px;
	text-align: left;
}
#order .yellow {
	background: url(../images/order_yellow_bg.jpg) center;
	background-size: cover;
}
#order .girl {
	position: absolute;
	bottom: 0;
	left: 0;
}
#order .icons {
	font-size: 0;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	box-sizing: border-box;
}
#order .icons i {
	display: inline-block;
	width: 20%;
	height: 128px;
	background-position: center 45px;
	background-repeat: no-repeat;
}
#order .icons .i1 {background-image: url(../images/order_i1.png);}
#order .icons .i2 {background-image: url(../images/order_i2.png);}
#order .icons .i3 {background-image: url(../images/order_i3.png);}
#order .icons .i4 {background-image: url(../images/order_i4.png);}
#order .icons .i5 {background-image: url(../images/order_i5.png);}
#order .check_list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	border-right: 10px solid #fff;
	box-sizing: border-box;
}
#order .check_list li {
	padding-left: 70px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	background: url(../images/order_check.png) left center no-repeat;
	margin-bottom: 15px
}
.bg-service .pre_form {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
	font-style: italic;
}
.bg-service .pre_form h3 {
	font-size: 24px;
	text-align: left;
}
.bg-service .pre_form h2 {
	font-size: 36px;
	text-align: right;
}

#advantages {
	overflow: hidden;
	text-align: center;
}
#advantages .row {font-size: 0;}
#advantages .advantage {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding-bottom: 70px;
}
#advantages .advantage img {max-width: 100%;}
#advantages .advantage h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 15px 40px 0;
	text-transform: uppercase;
}

h2.grey-line{
	text-align: center;
	font-family: "Impact";
	font-size: 50px;
	line-height: 60px;
	margin: 70px 0;
	font-style: italic;
	text-transform: uppercase;
	background: url(../images/line_left_gray.jpg) no-repeat -40% center, url(../images/line_right_gray.jpg) no-repeat 141% center;
	background-size: 50%;
	width: 100%;
}

h2.orange-line{
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	margin: 70px 0;
	text-transform: uppercase;
	background: url(../images/line_left_yellow.jpg) no-repeat -35% center, url(../images/line_right_yellow.jpg) no-repeat 135% center;
	background-size: 50%;
	width: 100%;
	font-weight: 600;
}

h2.blue-line{
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	margin: 40px 0;
	text-transform: uppercase;
	background: url(../images/line_left_blue.jpg) no-repeat -35% center, url(../images/line_right_blue.jpg) no-repeat 135% center;
	background-size: 50%;
	width: 100%;
	font-weight: 600;
}


.form-section .form-group input[type="text"],
.form-section .form-group textarea,
.form-section .form-group select {
	color: #888;
	font-size: 16px;
	line-height: 16px;
	height: 50px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;
}

.form-section{
	padding: 0 0 40px 0;
}
.form-section.blue{
	background: url(../images/wide_form_blue_bg.jpg) no-repeat;
	background-size: cover;
}
.form-section.blue h2{
	font-size: 30px;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0 30px;
	font-style: italic;
	font-weight: 600;
}
.form-section.blue .subtitle{
	text-align: center;
	font-size: 24px;
	font-style: italic;
	color:#fff;
	margin: -20px 0 40px;

}





.form-section.blue form{
	max-width: 980px;
	color:#fff;
	margin: 0 auto;
}
.form-section.blue form a{
	color:#fff;
	text-decoration: underline
}

.form-section.blue form label.uniform .fa{
	color: #fff !important;
}

.form-section.blue .form-group label.uniform{
	font-size: 14px;
}
.form-section.blue p:last-child{
	font-size: 22px;
	font-style: italic;
	text-align: center;
	color:#fff;
}

.form-section button{
	height: 50px;
	border: 0;
	font-size: 21px;
	width: 100%;
	font-weight: normal;
	border-radius: 3px;
	color:#fff;
	padding: 14px 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial Narrow;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);

}
.form-section.blue button {
	border-bottom: 5px solid #B87E13 !important;
	background-image: -webkit-linear-gradient(top, #FFEF2A, #FFB00D);
	background-image: linear-gradient(to bottom, #FFEF2A, #FFB00D);
	color:#212121;
	font-size: 20px;
	font-weight: bold;
}
.form-section.blue button:hover{
	background-image: -webkit-linear-gradient(top,#FFB00D, #FFEF2A);
	background-image: linear-gradient(to bottom, #FFB00D, #FFEF2A)

}


.header-ref .text {
	text-align: center;
	background: #e7e7e7 url(../images/order_70p_top_bg.jpg) top center repeat-x;
	padding: 80px 0 45px;
	font-style: italic;
	text-transform: uppercase;
}
.header-ref .text h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}

.header-ref .text h2 {
	font-size: 40px;
	line-height: 40px;
	font-family: "Impact";
	margin: 7px 0;
	color: #cc0018;
}
.form-section.yellow{
	background-image: -webkit-linear-gradient(left, #FFF12C, #FEA506);
	background-image: linear-gradient(to right, #FFF12C, #FEA506);
	padding: 40px 0 0;
}
.form-section.yellow form button{
	background-image: -webkit-linear-gradient(top, #DD0032, #BB0009);
	background-image: linear-gradient(to bottom, #DD0032, #BB0009);
	border-bottom: 5px solid #920003;
}
.form-section.yellow form button:hover{
	background-image: -webkit-linear-gradient(top, #BB0009, #DD0032);
	background-image: linear-gradient(to bottom, #BB0009, #DD0032)
}

.header-ref.green-form h2{
	font-style: normal;
	color: #222222;
	font-size: 32px;
	font-family: "PT Sans", sans-serif;
	text-transform: none;
	font-weight: 600;
}

.form-section.green {
	background: url(../images/wide_form_green_bg.jpg) center;
	background-size: cover;
	padding: 50px 0 0;
	color: #fff;
}
.form-section.green a{
	color: #fff;
	text-decoration: underline;
}
.form-section.green form label.uniform .fa{
	color: #fff !important;
}


.form-section.green p:last-child{
	font-size: 22px;
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
}
.form-section.green button{
	background-image: -webkit-linear-gradient(top, #E30038, #BB0007);
	background-image: linear-gradient(to bottom, #E30038, #BB0007);
	border-bottom:5px solid #920003;
}
.form-section.green button:hover{
	background-image: -webkit-linear-gradient(top, #BB0007, #E30038);
	background-image: linear-gradient(to bottom, #BB0007, #E30038);
}


.form-section.red {
	background: url(../images/header_bg.jpg) center;
	background-size: cover;
	padding: 20px 0 0;
	color: #fff;
	position: relative;
}
.form-section.red a{
	color: #fff;
	text-decoration: underline;
}
.form-section.red p:last-child{
	font-size: 22px;
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
}


.form-section.red button{
	border-bottom:5px solid #22810D;
	background-image: -webkit-linear-gradient(top, #08C456, #26A51A);
	background-image: linear-gradient(to bottom, #08C456, #26A51A);
}
.form-section.red button:hover{
	background-image: -webkit-linear-gradient(top, #26A51A, #08C456);
	background-image: linear-gradient(to bottom, #26A51A, #08C456);
}
.form-section.red label.uniform .fa{
	color:#fff !important;
}
.form-section.red .girl{
	position: absolute;
	bottom: 0;
	width: 410px;
	left: 5%;
	display:none;
}


.form-section.red .pre_form{
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.form-section.red.grl p:last-child{
	/*padding-left: 100px;*/
	padding-left: 0px;
}


.form-section.red .pre_form h2{
	font-size: 24px;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.3;
}
.form-section.red .pre_form h2 font{
	display: block;
	font-size: 38px;
	font-weight: 600;
	text-align: right;
}
.form-section.red form{
	max-width: 975px;
	margin: 0 auto;
}
.form-section.red.grl form{
	/*width: 75%;*/
	/*float: right;*/
	float: none;
	width: 100%;
}
.form-section.red.grl .pre_form{
	/*padding-left: 100px;*/
	padding-left: 0px;
}
#how_do_we_work {overflow: hidden;}
#how_do_we_work .steps {
	font-size: 0;
	text-align: center;
}
#how_do_we_work .step {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#how_do_we_work .step h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 2px;
}
#how_do_we_work .step h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
#how_do_we_work .steps a.phone-link {
	color:#000;
	text-decoration: none;
}
#how_do_we_work .steps a.phone-link:hover {
	color:#000;
	text-decoration: none;
}
#how_do_we_work .step.link_top:after,
#how_do_we_work .step.link_bottom:after {
	content: '';
	display: block;
	width: 126px;
	height: 43px;
	position: absolute;
	left: 230px;
	margin-left: -63px;
	z-index: 1;
}
#how_do_we_work .step.link_top:after {
	background: url(../images/how_do_me_work_link_top.png);
	top: -29px;
}
#how_do_we_work .step.link_bottom:after {
	background: url(../images/how_do_me_work_link_bottom.png);
	top: 55px;
}
.works-tab-and-slider{
	text-align: center;
	padding-bottom: 40px;
}
.works-tab-and-slider .button-box button{
	background: transparent;
	border: 3px solid #FFCC33;
	color: #222;
	font-size: 16px;
	height: 40px;
	padding: 4px 20px;
	margin: 0 15px 20px 0;
	border-radius: 4px;
}
.works-tab-and-slider .button-box button.current{
	background-image: -webkit-linear-gradient(top, #0065CA, #00349A);
	background-image: linear-gradient(to bottom, #0065CA, #00349A);
	border: 0;
	color:#fff;
}

.works-tab-and-slider .works-slider.slider{
	background: url(../images/slider_yellow_bg.jpg) no-repeat center/cover;
	padding: 15px 30px 15px;
	text-align: center;
	margin-bottom: 40px;
	clear: both;
}


.works-tab-and-slider .works-slider.slider .slick-slide{
	padding: 6px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	margin: 5px 10px;
}
.works-tab-and-slider .works-slider.slider .slick-slide img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
}

.works-tab-and-slider .works-slider.slider .slick-prev{
	position: absolute;
	left: -20px;
	top: 32%;
	background: url(../images/slider_prev_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.works-tab-and-slider .works-slider.slider .slick-next{
	position: absolute;
	right: -20px;
	top: 32%;
	background: url(../images/slider_next_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.works-tab-and-slider .works-slider.slider .slick-prev:hover{
	background: url(../images/slider_prev_red.png) no-repeat center center;
}
.works-tab-and-slider .works-slider.slider .slick-next:hover{
	background: url(../images/slider_next_red.png) no-repeat center center;
}
.works-tab-and-slider .container {
	position: relative;
}

.works-tab-and-slider .invisib.hd, .variant .invisib.hd{
	display: none;
}








.variant {
	text-align: center;
	padding: 20px 0 40px;
}
.variant h2{
	padding-bottom: 30px;
}
.variant .container .button-box{
	padding-bottom: 15px;
}

.variant .container .button-box button{
	background: transparent;
	border: 3px solid #FFCC33;
	color: #222;
	font-size: 16px;
	height: 40px;
	padding: 4px 20px;
	margin: 0 15px 20px 0;
	border-radius: 4px;
}
.variant .container .button-box button.current{
	background-image: -webkit-linear-gradient(top, #0065CA, #00349A);
	background-image: linear-gradient(to bottom, #0065CA, #00349A);
	border: 0;
	color:#fff;
}
.variant .slider{
	padding: 0 100px;
}

.variant .slider .slick-slide{
	padding: 20px;
	background: #fff;
	border: 1px solid #dadada;
	margin: 5px 15px;

}
.variant .slider .slick-slide p{
	margin-bottom: 5px;
	padding-left: 12%;

}
.variant .slider .slick-slide h3{
	color:#E21F03;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.variant .slider .slick-slide button{
	margin-top: 20px;

}



.variant .slider .slick-slide img{
	width: 100%;
}

.variant .slider .slick-prev{
	position: absolute;
	left: -20px;
	top: 32%;
	background: url(../images/slider_prev_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.variant .slider .slick-next{
	position: absolute;
	right: -20px;
	top: 32%;
	background: url(../images/slider_next_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.variant .slider .slick-prev:hover{
	background: url(../images/slider_prev_red.png) no-repeat center center;
}
.variant .slider .slick-next:hover{
	background: url(../images/slider_next_red.png) no-repeat center center;
}
.variant .container {
	position: relative;
}








 /*{overflow: hidden;}*/

#economy h2{
	font-size: 28px;
}
#economy h3 {
	font-size: 30px;
	line-height: 22px;
	margin: 0 0 50px;
	padding: 14px 0;
	background-size: cover;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#economy h3.gray {background: url(../images/economy_subtitle_gray_bg.jpg) center;}
#economy h3.green {background: url(../images/economy_subtitle_green_bg.jpg) center;}
#economy .variants {font-size: 0;}
#economy .variant {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
#economy .variant img {
	margin-left: 20px;
}
#economy .variant p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0 70px;
}

#why_again {overflow: hidden;}
#why_again .reasons {font-size: 0;}
#why_again .reason {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 20px;
}
#why_again .reason h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 20px 0 10px;
}
#why_again .reason p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
#why_again h2{
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.bg-certificate{

}
.certificate .bg-certificate{
	background: url(../images/slider_yellow_bg.jpg) no-repeat center top/cover;
	padding: 20px 0;
	margin-bottom: 60px;
}
.certificate .bg-certificate .certificate-slider{
	clear: both;
	padding: 8px;
	text-align: center;
}
.certificate .bg-certificate .certificate-slider .slick-active img{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.6);
}

.certificate-slider .slick-prev{
	position: absolute;
	left: -20px;
	top: 34%;
	background: url(../images/slider_prev_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.certificate-slider .slick-next{
	position: absolute;
	right: -20px;
	top: 34%;
	background: url(../images/slider_next_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.certificate-slider .slick-prev:hover{
	background: url(../images/slider_prev_red.png) no-repeat center center;
}
.certificate-slider .slick-next:hover{
	background: url(../images/slider_next_red.png) no-repeat center center;
}

.feedback-slider .slick-prev{
	position: absolute;
	left: 20px;
	top: 95%;
	background: url(../images/slider_prev_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.feedback-slider .slick-next{
	position: absolute;
	right: 20px;
	top: 95%;
	background: url(../images/slider_next_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.feedback-slider .slick-prev:hover{
	background: url(../images/slider_prev_red.png) no-repeat center center;
}
.feedback-slider .slick-next:hover{
	background: url(../images/slider_next_red.png) no-repeat center center;
}
.feedback-slider{padding: 0;}
.feedback-slider .slick-slide {
	text-align: center;margin-top: 30px;
}

.feedback-slider .slick-slide .imgs{
	border: 6px solid #CDCDCD;
	height: 140px;
	width: 140px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	transition: 0.3s linear;

}
.feedback-slider .slick-slide .imgs img{
	max-height: 140px;
	margin-left: -30px;
}
.feedback-slider .slick-slide.curr .imgs{
	border-color:#FFCC32;
	-webkit-transform: scale(1.3);
	z-index: 101;
}
.feedback-slider .slick-active p{
	margin-top: 10px;
}
.feedback-slider .slick-active.curr p{
	margin-top: 25px;
	font-weight: 600;
}
.feedback-slider{
	min-height: 250px;
}
.feedback .text-feedback{
	border-top: 10px solid #FFCC32;
	border-bottom: 10px solid #FFCC32;
	max-width: 772px;
	box-sizing: border-box;
	padding: 30px 80px;
	margin: 20px auto;
	position: relative;
	display: none;
}
.feedback .text-feedback:before {
	content: '';
	display: block;
	position: absolute;
	width: 31px;
	height: 25px;
	background: url(../images/comments_quote_left.jpg);
	left: 0;
	top: 30px;
}
.feedback .text-feedback:after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 25px;
	background: url(../images/comments_quote_right.jpg);
	right: 0;
	bottom: 30px;
}
.feedback .text-feedback.active{
	display: block;
}
.feedback h2.grey-line{
	font-size: 40px;
}
.feedback{
	text-align: center;
}
.feedback a.btn{
	margin: 40px 0;
}

.bg-measure{
	background: url(../images/questions_bg.jpg) center;
	background-size: cover;
	min-height: 550px;
	padding: 60px 0;
	color: #fff;
}
.bg-measure h3{
	margin: 0;
	font-family: "Impact";
	font-style: italic;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
}
.bg-measure .subtitle{
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-style: italic;
	margin: 30px 0 20px;
	color: #fff;
}
.bg-measure .phone span{
	display: block;
	font-size: 36px;
	line-height: 26px;
	font-weight: bold;
	line-height: 1.3;
}
.bg-measure .contacts span{
	display: block;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.bg-measure button.grd{
	background-image: -webkit-linear-gradient(top, #FFEE2C, #FFB00B);
	background-image: linear-gradient(to bottom, #FFEE2C, #FFB00B);
	margin: 40px 0;
	height: 56px;
	border-radius: 4px;
	border:0;
	padding: 0 35px;
	border-bottom: 5px solid #CC8705;
	color:#000;
	font-size: 18px;
	font-weight: bold;
}
.bg-measure button.grd:hover{
	background-image: -webkit-linear-gradient(top, #FFB00B,#FFEE2C);
	background-image: linear-gradient(to bottom, #FFB00B, #FFEE2C);
}
.relative{
	position: relative;
}
.bg-measure{
	overflow: hidden;
}
.bg-measure .form-box{
	margin-bottom: 40px;
}

.bg-measure .form-box.desctop{
	height: 392px;
	width: 774px;
	background: url(../images/questions_hand_phone.png) no-repeat;
	position: absolute;
	left: 0;
	top: 70px;
}

.bg-measure .form-box.desctop form{
	background: transparent;
	width: 280px;
	height: 203px;
	position: absolute;
	left: 400px;
	z-index: 100;
	top: 95px;
}
.bg-measure .form-box form input[type=text]  {
	color: #888;
	font-size: 16px;
	line-height: 16px;
	height: 36px !important;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;
}



.bg-measure .form-box form label{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 2px 0 0 45px;
	margin: 15px 0 15px;
}
.bg-measure .form-box.desctop form label{
	color: #222;
	font-size: 13px;
	line-height: 1.2;
	padding: 2px 0 0 45px;
	margin:0;
}
.bg-measure .form-box.desctop form label a{
	color:#222;
}

.bg-measure .form-box form label a{
	color:#fff;
	text-decoration: underline
}

.bg-measure .form-box form .checkbox{
	margin: 0 !important;

}
.bg-measure .form-box form .form-group{
	margin: 0 0 7px;
}
.bg-measure .form-box form .form-group.one{
	margin: 0 0 15px;
}
.bg-measure .form-box form button{
	width: 100%;
	background-image: -webkit-linear-gradient(top, #0AC252, #26A51A);
	background-image: linear-gradient(to bottom, #0AC252, #26A51A);
	border:0;
	border-bottom: 5px solid #23820E;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
}
.bg-measure .form-box form button:hover{
	background-image: -webkit-linear-gradient(top, #26A51A,#0AC252);
	background-image: linear-gradient(to bottom, #26A51A,#0AC252);
	border:0;
	border-bottom: 5px solid #23820E;
	color:#fff;
}
.bg-measure .form-box form p{
	color: #222222;
	padding: 25px;
}
.bg-measure .container:first-child{
	width: 100%;
}
.bg-measure .container:first-child h3{
	padding-bottom: 20px;
}
#contacts {
	overflow: hidden;
	margin-bottom: 70px;
}
#contacts h2{
	font-size: 30px;
	text-transform: uppercase;
	font-style: normal;
	font-family: sans-serif;
	font-weight: 600;
}


#contacts h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 10px 0;
}
#contacts p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
#contacts p a {color: #222;}
#contacts p strong {
	display: inline-block;
	width: 60px;
	text-align: left;
}

#map {
	position: relative;
	background: #f9f9f9;
}
#map form {
	margin: 100px 0;
	padding: 35px 35px 25px;
	border-radius: 5px;
	background: rgba(255,243,45,.9);
	background: -moz-linear-gradient(top, rgba(255,243,45,.9) 0%, rgba(255,166,6,.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255,243,45,.9) 0%,rgba(255,166,6,.9) 100%);
	background: linear-gradient(to bottom, rgba(255,243,45,.9) 0%,rgba(255,166,6,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff32d', endColorstr='#ffa606',GradientType=0 );
}
#map form input[type=text],
#map form textarea {
	color: #888;
	font-size: 16px;
	line-height: 16px;
	height: 50px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;

}
#map form textarea{
	height: 140px;
	resize: none;
}
#map form .form-group{
	margin-bottom: 20px;
}
#map form label{
	font-size: 14px;
	padding-left: 40px;
}
#map form p{
	text-align: center;
	padding: 0;
	font-size: 14px;
}
#map form button{
	width: 100%;
	height: 54px;
	border: 0;
	border-bottom: 5px solid #920003;
	background-image: -webkit-linear-gradient(top, #DF0036, #BB0009);
	background-image: linear-gradient(to bottom, #DF0036, #BB0009);
	font-weight: 600;
	border-radius: 4px;
	box-shadow:0 8px 16px 0 rgba(0, 0, 0, 0.4);
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#map form button:hover{
	color:#fff;
	background-image: -webkit-linear-gradient(top, #BB0009, #DF0036 );
	background-image: linear-gradient(to bottom, #BB0009, #DF0036 );
}


#gm {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

footer {
	background: url(../images/footer_bg.jpg) center;
	background-size: cover;
	padding: 20px 0;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}
footer strong {font-size: 18px;}
footer a,
footer a:hover {color: #fff;}
.li-counter {margin-top:10px;}
footer a.phone-link {
color: #fff;
text-decoration:none;
}
footer h3{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;

}

footer ul{
	padding: 0;
	margin: 0;
}
footer ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.intro-main-slider div .informer-box{
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-height: 700px;
	min-height: 600px;
	display: block;
}

.intro-main-slider div .informer-box .informer{
	position: absolute;
	background: transparent; /*rgba(0,0,0,0.6);*/
	z-index: 1;
	color:#fff;
	top:6%;
	left: 50%;
	margin-left: -565px;
	padding: 20px 40px 30px;
	text-align: center;
	width: 730px;
}
.intro-main-slider div .informer-box .informer h2{
	color: #fff;
	text-transform: none;
	font-size: 28px;
	font-weight: 600;
}
.intro-main-slider div .informer-box .informer .text{
	font-size: 19px;
	padding: 0 0 10px;
}
.intro-main-slider div .informer-box .informer button{
	margin-right: 15px;
}
.intro-main-slider div .informer-box .informer button.opa{
	color:#fff;
}

.intro-main-slider div .informer-box .sale-label{
	position: absolute;
	top:30%;
	right: -40px;
	padding: 30px 12px;
	background: #348d21;
	color:#fff;
	font-size: 34px;
	border-radius: 50%;
}

.intro-main-slider div .informer-box .informer .okna{
	text-align: left;
}

.intro-main-slider div .informer-box .informer .okna h2,
.intro-main-slider div .informer-box .informer .okna h1
{
	font-size: 86px;
	font-family: 'Impact';
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	color: #CC0018;
}
.intro-main-slider div .informer-box .informer .okna.balkon.jaluzi h2,
.intro-main-slider div .informer-box .informer .okna.balkon.jaluzi h1
{
	font-size: 80px;
}

.intro-main-slider div .informer-box .informer .okna.balkon.jaluzi h2 span,
.intro-main-slider div .informer-box .informer .okna.balkon.jaluzi h1 span
{
	font-size: 100px;
	display: block;
	padding-left: 15%;
}

.intro-main-slider div .informer-box .informer .okna.balkon p{
	font-size: 22px;
	color: #000;
	line-height: 1.4;
	font-weight: 600;
	max-width: 600px;
}







.intro-main-slider div .informer-box .informer .okna h2 span,
.intro-main-slider div .informer-box .informer .okna h1 span
{
	display: block;
	font-size: 60px;
}



.intro-main-slider div .informer-box .informer .okna ul{
	padding: 0;
	margin: 30px 0 40px;
}
.intro-main-slider div .informer-box .informer .okna ul li{
	margin: 0 0 8px 25px;
	font-size: 22px;
	color:#222;
}
.intro-main-slider div .informer-box .informer .okna button{
	background:#CC0018;
	color:#fff;
	border: 2px solid #fff;
	border-radius: 4px;
	font-weight: 600;
	padding: 0 30px;
	height: 50px;
}
.intro-main-slider div .informer-box .informer .okna button:hover{
	background: #FEBB22;
	color:#CC0018;
}










.intro-main-slider .slick-prev{
	color:#fff;
	padding: 11px 14px 10px 12px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 41%;
	left: 9%;
	z-index: 90;
	font-size: 26px;
	cursor: pointer;
	display: none !important;
}
.intro-main-slider .slick-next{
	color:#fff;
	padding: 11px 12px 10px 14px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 41%;
	right: 9%;
	z-index: 100;
	font-size: 26px;
	cursor: pointer;
	display: none !important;
}

.intro-main-slider .slick-next .fa{

}

.intro-main-slider .slick-next:hover, .intro-main-slider .slick-prev:hover{
	background: rgba(26,180,232,0.8);
}

.intro-main-slider .slick-dots{
	text-align: center;
	margin-top: 10px;
	padding: 0;
}
.intro-main-slider .slick-dots li{
	list-style: none;
	display: inline;


}
.intro-main-slider .slick-dots li button{
	font-size: 0;
	padding: 0;
	width: 20px;
	min-height: 20px;
	max-height: 20px;
	border-radius: 50%;
	margin-top: 5px;
	background: #FEBB22;
	margin-right: 7px;
	border:0;

}
.intro-main-slider .slick-dots li button:hover{
	background: #CC0018;
}
.intro-main-slider .slick-dots li.slick-active > button{
	background: #CC0018;
}
.tipovie-resheniy{
	text-align: center;
}
.tipovie-resheniy h2{
	font-size: 38px;
	padding: 30px 0;
}

.tipovie-resheniy .card{
	padding: 0 0 50px 0;
	width: 100%;
	text-align: center;
}
.tipovie-resheniy .card h3{
	font-size: 17px;
	font-weight: bold;
	min-height: 90px;
	line-height: 1.3;
}
.tipovie-resheniy .card button{
	width: 186px;
	display: block;
	margin: 0 auto;
}
.tipovie-resheniy .card .price{
	font-size: 18px;
	color:#CC0018;
	font-weight: bold;
	margin: 20px 0 40px;
}
.window-calc{
	height: 425px;
	width: 540px;
	position: relative;	
}



.window-calc .img-resize{
	position: absolute;
	bottom: 90px;
	left: 30px;
	width: 95%;
	height: 340px;

}


#window_calc_vst{
   height: 340px;
   margin-bottom: 20px;
}
#window_calc_vst .ui-slider-handle.ui-corner-all.ui-state-default{
	background: url(../images/rang-left.png) no-repeat;
	width: 44px;
	height: 23px;
	outline: none !important;
	border:0;
	left: -22px;
}
.window-calc .ui-widget.ui-widget-content {
	border: 0;
	background: #dadada;
	border-radius: 12px;
}

.window-calc .ui-slider-range-min{
	background: #CC0018;
	border-radius: 12px;
}
#window_calc_hrz .ui-slider-handle.ui-corner-all.ui-state-default{
	background: url(../images/rang-bottom.png) no-repeat;
	width: 23px;
	height: 44px;
	outline: none !important;
	border:0;
	top: -20px;
}
#window_calc_hrz{
	/*width: 609px;*/
	margin-left: 30px;
}

.window-calculation .step{
	position: relative;
	padding: 0 0 30px 220px
}

.window-calculation .step-one{	
	padding-left: 200px;
	margin: 20px 0 40px
}


.window-calculation .step-two{
	padding-left: 0;
}


.window-calculation .step-name{
   position: absolute;
   left: 0;
   top: 30px;
   font-size: 16px;
   font-weight: bold;
   
}



.window-calculation  .window-type{
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 30px;
}

.window-calculation.balcon .window-type{
	padding-right: 10px;
	padding-bottom: 10px;
}

.window-calculation .window-type img{
	opacity: 0.3;
	cursor: pointer;
}
.window-calculation.balcon .window-type img{
	padding: 4px;
	border: 3px solid transparent;
	border-radius: 10px
}
.window-calculation .window-type.current img, .window-calculation .window-type img:hover{
	opacity: 1.0;
}

.window-calculation.balcon .window-type{
	margin-right: 20px
}

.window-calculation.balcon [data-type="1"]{
	width: 160px;
	height: 100px;
	border-radius: 8px; 
	background: #fff url(../images/calc-type-balcon-v2-1.png) no-repeat center center;	
	display: inline-block;
	cursor: pointer;
	border: 1px dashed #EEEEEE;
}

.window-calculation.balcon [data-type="1"].current{	
	background: #FFCC33 url(../images/calc-type-balcon-v2-1-cur.png) no-repeat center center;	
	cursor: default;
	border: 1px solid #FFCC33;
}

.window-calculation.balcon [data-type="2"]{
	width: 160px;
	height: 100px;
	border-radius: 8px; 
	background: #fff url(../images/calc-type-balcon-v2-2.png) no-repeat center center;	
	display: inline-block;
	cursor: pointer;
	border: 1px dashed #EEEEEE;
}

.window-calculation.balcon [data-type="2"].current{	
	background: #FFCC33 url(../images/calc-type-balcon-v2-2-cur.png) no-repeat center center;	
	cursor: default;
	border: 1px solid #FFCC33;
}

.window-calculation.balcon [data-type="3"]{
	width: 160px;
	height: 100px;
	border-radius: 8px; 
	background: #fff url(../images/calc-type-balcon-v2-3.png) no-repeat center center;	
	display: inline-block;
	cursor: pointer;
	border: 1px dashed #EEEEEE;
}
.window-calculation.balcon [data-type="3"].current{	
	background: #FFCC33 url(../images/calc-type-balcon-v2-3-cur.png) no-repeat center center;	
	cursor: default;
	border: 1px solid #FFCC33;
}
.window-calculation.balcon [data-type="4"]{
	width: 160px;
	height: 100px;
	border-radius: 8px; 
	background: #fff url(../images/calc-type-balcon-v2-4.png) no-repeat center center;	
	display: inline-block;
	cursor: pointer;
	border: 1px dashed #EEEEEE;
}
.window-calculation.balcon [data-type="4"].current{	
	background: #FFCC33 url(../images/calc-type-balcon-v2-4-cur.png) no-repeat center center;	
	cursor: default;
	border: 1px solid #FFCC33;
}

.window-calculation.balcon [data-type="5"]{
	width: 160px;
	height: 100px;
	border-radius: 8px; 
	background: #fff url(../images/calc-type-balcon-v2-5.png) no-repeat center center;	
	display: inline-block;
	cursor: pointer;
	border: 1px dashed #EEEEEE;
}
.window-calculation.balcon [data-type="5"].current{	
	background: #FFCC33 url(../images/calc-type-balcon-v2-5-cur.png) no-repeat center center;	
	cursor: default;
	border: 1px solid #FFCC33;
}

.window-calc .result-vst{
	position: absolute;
	left: -70px;
	top: 34%;
	font-size: 18px;
}

.window-calc .result-hrz{
	position: absolute;
	bottom: 15px;
	left: 49%;
	font-size: 18px;
}
.window-calculation{
	background: url(../images/bg-cloud.jpg) no-repeat center center/cover;
}
.window-calculation.balcon{
	background: #fff;
}
.window-calculation h4.measure{
	font-size: 44px;
	font-family: 'Impact';
	line-height: 0.8;
	font-style:  italic;
	text-transform: uppercase;
	color: #DF0000;
	padding-top: 20px;
	text-align: left;
}
.window-calculation h4.measure font{
	color:#FEBB22;
	font-size: 30px;
	display: block;
	line-height: 1.6;
}

.window-calculation .podokoinik label{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
	padding-right: 15px;
}
.window-calculation .sale-box{
	margin: 40px 0;
	padding-right: 190px;
	position: relative;
	max-width: 360px;
}




.window-calculation .sale-box h3{
	font-size: 48px;
	font-family: 'Impact';
	line-height: 1.2;
	font-style:  italic;
	text-transform: uppercase;
	color:#222;
}
.window-calculation .sale-box h3 font{
	font-size: 115px;
	color: #CC0019;
	position: absolute;
	right: 0;
	top:0;
	line-height: 1;
}

.window-calculation.balcon .sale-box h3 span{
	font-size: 26px;
	display: block;
}
.window-calculation.balcon .sale-box h3 font{
	font-size: 90px;
	text-align: left;
	right: 30px;
}
.window-calculation .price-result{
	font-size: 26px;	
	line-height: 1.2;
	padding: 10px 0;
	text-align: center;
}
.window-calculation .price-result span{
	display: inline-block;
	color: #C40318;
	vertical-align: middle;	
	font-weight: 600;
	
}


.window-calculation .price-result span span{
	color: #000;
	font-size: 18px;
	display: inline-block;
}


.window-calculation.balcon .price-title{
	padding: 15px 0;
	font-weight: bold;
	font-size: 20px
}

.window-calculation.balcon .result-prices{
	margin: 30px 0;
}




.window-calculation button{
	margin: 0;
}
.window-calculation h2{
	text-align: center;
	font-size: 38px;
	padding: 40px 0;
}
.radio-uniforn{
	margin-bottom: 20px;
}
.radio-uniforn label{
	position: relative;
	display: inline-block;
	width: 160px;
	color:#fff;
	text-align: center;
	cursor: pointer;
}
.radio-uniforn label input{
	position: absolute;
	left: -10000px;
}
.window-calculation h4{
	font-weight: bold;
	text-align: center;
}

.window-calculation .osteclenie-service label{
	margin-right: 10px;
	cursor: pointer;	
	font-weight: normal;
}
.window-calculation .osteclenie-service input{
	display: none;
}

.window-calculation .osteclenie-radio-btn{
	margin-bottom: 30px
}

.window-calculation .osteclenie-service .unif{
	background: #EFEFEF;
	border: 3px solid #ccc;
	width: 32px;
	height: 32px;
	border-radius: 4px; 
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
	
}

.window-calculation .osteclenie-service .unif.current{
	background: #CC0018;
}
















.radio-uniforn label:first-child{
	background:#0072BC url(../images/ch-off.png) no-repeat 10px center;
	padding:8px 5px 8px 30px;
	border-radius: 20px 0 0 20px;
}
.radio-uniforn label:last-child{
	background:#d90000 url(../images/ch-off.png) no-repeat right 10px center;
	padding:8px 30px 8px 5px;
	margin-left: -5px;
	border-radius: 0 20px 20px 0;

}
.radio-uniforn label.current:first-child{
	background:#0072BC url(../images/ch-on.png) no-repeat 10px center;

}
.radio-uniforn label.current:last-child{
	background:#d90000 url(../images/ch-on.png) no-repeat right 10px center;
}

.podokonnik.radio-uniforn label:first-child{
	background:#10BA44 url(../images/ch-off.png) no-repeat 10px center;
	padding:8px 5px 8px 30px;
	border-radius: 20px 0 0 20px;
}
.podokonnik.radio-uniforn label:last-child{
	background:#dadada url(../images/ch-off.png) no-repeat right 10px center;
	padding:8px 30px 8px 5px;
	margin-left: -5px;
	border-radius: 0 20px 20px 0;
	color:#555;
}
.podokonnik.radio-uniforn label.current:first-child{
	background:#10BA44 url(../images/ch-on.png) no-repeat 10px center;

}
.podokonnik.radio-uniforn label.current:last-child{
	background:#dadada url(../images/ch-on.png) no-repeat right 10px center;
}


.osteclenie-v2 .name{
	font-size: 22px;
	font-weight: bold;
}

.osteclenie-v2 .name-subtitle{
	font-size: 16px;	
	margin: 20px 0;
}


.osteclenie-v2 .winter{
	padding: 20px 25px 35px 160px;
	border-radius: 12px;
	border: 1px dashed #dadada;	
	background: url(../images/winter-v2.png ) no-repeat 40px center;
	cursor: pointer;
	margin-bottom: 30px;
}
.osteclenie-v2 .winter.current{
	border-color: #FFCC33;
}

.osteclenie-v2 .sun{
	padding: 20px 25px 35px 160px;
	border-radius: 12px;
	border: 1px dashed #dadada;	
	background: url(../images/sun-v2.png ) no-repeat 40px center;
	cursor: pointer;
	margin-bottom: 30px;	
}
.osteclenie-v2 .winter.current,
.osteclenie-v2 .sun.current
{
	border-color: #FFCC33;
	cursor: default;
}

.osteclenie-v2 input{
	display: none;
}








.tipovie-resheniy .you-get{
	text-align: center;
}
.tipovie-resheniy .you-get h3{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 50px;
}

.rofile-pvh{
	padding: 40px 0;
}
.rofile-pvh h2{
	max-width: 800px;
	margin: 0 auto;
	font-size: 36px;
	padding-bottom: 60px;
}
.rofile-pvh h3{
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.4;
}
.rofile-pvh img{
	width: 99%;
}
.rofile-pvh ul{
	padding: 20px ;
}
.rofile-pvh ul li{
	font-size: 15px;
	margin-bottom: 2px;
}
.rofile-pvh .price{
	font-size: 26px;
	color: #C40318;
	font-weight: 600;
	margin-bottom: 40px;
}
.rofile-pvh a.btn{
	margin: 40px 0 0;
}

.informer-1{
	background: url(../images/bg-informer-1.jpg) no-repeat center center/cover;


}
.informer-1 .container{
	position: relative;
	min-height: 500px;
}
.informer-1 .container img{
	position: absolute;
	left: 120px;
	bottom:0;
}
.informer-1 .container button {
	background: #CC0018;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	font-weight: 600;
	padding: 0 30px;
	height: 50px;
	margin-left: 120px;
}
.informer-1 ul{
	padding: 40px 0 40px 140px;
}
.informer-1 ul li{
	font-size: 24px;
	margin-bottom: 5px;
}
.informer-1 h2{
	font-size: 60px;
	color: #C40318;
	font-style: italic;
	font-family: 'impact';
	font-weight: normal;
}
.informer-1 h2 font{
	font-size: 36px;
	display: block;

}

.informer-1 .col-sm-7{
	padding: 3% 0 0;
}

.form-section.blue p.suptitle{
	color:#fff;
	font-size: 26px;
	margin: -20px 0 40px;
	text-align: center;
	font-style: italic;
}
.form-section.blue.blue-2 h2{
	font-size: 38px;
}

.spoller{
	display: none;
}

.spoller-open{
	margin: 20px 0;
}

.category-description-page{
	padding: 40px 0 30px;
	font-size: 14px;

}
.category-description-page h1{
	padding: 0 0 20px;
	color:#000;
}


.container.variant-ostekleniy{
	text-align: center;
}
.container.variant-ostekleniy h2{
	padding: 0 0 30px;
}

.container.variant-ostekleniy [class*="content-tab-"]{
	display: none;
	padding: 30px 0;
}
.container.variant-ostekleniy [class*="content-tab-"].active{
	display: block;
}

.container.variant-ostekleniy .variant-tab{
	padding: 0;
	margin: 20px 0 40px;
}
.container.variant-ostekleniy .variant-tab li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 25px 20px 25px 80px;
	margin: 0 15px 0 0;
	cursor: pointer;
	font-size: 22px;
}
.container.variant-ostekleniy .variant-tab li span{
	padding: 5px 0;
	border-bottom: 3px solid transparent;
}

.container.variant-ostekleniy .variant-tab li.active span{
	border-color: #CC0018;
}
.variant-tab li.variant-1{
	background: url(../images/var-1.png) no-repeat left center;
}
.variant-tab li.variant-2{
	background: url(../images/var-2.png) no-repeat left center;
}
.variant-tab li.variant-3{
	background: url(../images/var-3.png) no-repeat left center;
}
.variant-ostekleniy .res-variant{
	text-align: left;
	padding: 10px 0 10px;

}
.variant-ostekleniy .res-variant li{
	list-style: none;
	font-size: 17px;
	padding: 15px 0 15px 55px;
	margin-bottom: 20px;
}

.variant-ostekleniy .content-tab-1 .res-variant li:nth-child(1){
	background: url(../images/hot_cold_hot_i1.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-1 .res-variant li:nth-child(2){
	background: url(../images/hot_cold_hot_i2.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-1 .res-variant li:nth-child(3){
	background: url(../images/hot_cold_hot_i3.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-1 .res-variant li:nth-child(4){
	background: url(../images/hot_cold_hot_i4.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-1 p.inform{
	padding: 20px 30px;
	border:1px dashed #dd0000;
	/*text-align: left;*/
	border-radius: 18px;
}

.variant-ostekleniy .content-tab-2 .res-variant li:nth-child(1){
	background: url(../images/hot_cold_cold_i1.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-2 .res-variant li:nth-child(2){
	background: url(../images/hot_cold_cold_i2.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-2 .res-variant li:nth-child(3){
	background: url(../images/hot_cold_cold_i3.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-2 .res-variant li:nth-child(4){
	background: url(../images/hot_cold_cold_i4.jpg) no-repeat left center;
	background-size: 38px;
}
.variant-ostekleniy .content-tab-2 p.inform,
.variant-ostekleniy .content-tab-3 p.inform
{
	padding: 20px 30px;
	border:1px dashed #0066CB;
	/*text-align: left;*/
	border-radius: 18px;
}

.variant-ostekleniy .content-tab-3 .res-variant li{
	background: url(../images/hot_cold_cold_i4.jpg) no-repeat left center;
	background-size: 24px;
	padding: 5px 0 5px 36px;
	margin-bottom: 5px;
}



.variant-ostekleniy .box-button{
	width: 100%;
	margin: 40px 0;
}
.variant-ostekleniy .box-button .btn:nth-child(1){
	margin-right: 20px;
}

.variant-ostekleniy .variant-item{
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.variant-ostekleniy .variant-item h3,
.variant-ostekleniy .variant-item h4{
	font-weight: bold;
}
.variant-ostekleniy .variant-item h4{
	font-size: 17px;
}
.variant-ostekleniy .variant-item p{
	margin-bottom: 25px;
}
.variant-ostekleniy .variant-item p.price{
	font-weight: bold;
	font-size: 20px;
	color:#dd0000;
}

.container.baner-sale-balcon .baner{
	height: 270px;
	position: relative;
	margin-bottom: 40px;
}
.container.baner-sale-balcon .baner button{
	position: absolute;
	top:175px;
	right:150px;
	border-bottom: 5px solid #B87E13 !important;
	background-image: -webkit-linear-gradient(top, #FFEF2A, #FFB00D);
	background-image: linear-gradient(to bottom, #FFEF2A, #FFB00D);
	color:#212121;
	font-size: 20px;
	font-weight: bold;
	width: 260px;
	height: 50px;
}

.container.baner-sale-balcon .baner button:hover{
	background-image: -webkit-linear-gradient(top,#FFB00D, #FFEF2A);
	background-image: linear-gradient(to bottom, #FFB00D, #FFEF2A)

}


.grey-top-content{
	min-height: 160px;
	background: #F2F2F2;
	padding-bottom: 15px;
}

.grey-top-content .category-description-page{
	padding: 0;
	color: #000;
}
.grey-top-content .category-description-page h1{
	margin: 0;
}
.grey-top-content .category-description-page button{
	width: 200px;
	height: 45px;
	border-radius: 4px;
}

.breadcrumbs{
	padding: 20px 0;
}
.breadcrumbs ul{
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li{
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li::after{
	content: '/';
	margin: 0 5px;
}
.breadcrumbs ul li:last-child::after{
	margin: 0;
	content: '';

}
.breadcrumbs ul li:last-child{
	color:#888;
}
.breadcrumbs ul li a, .breadcrumbs ul li span{
	font-size: 15px;
}
.service-list {
	padding: 20px 0 40px;
}
.service-list h2{
	padding: 0 0 30px;
}

.service-list [class*="col-"]{
	padding-bottom: 40px;

}
.service-list [class*="col-"] img{
	margin-bottom: 20px;
	max-width: 100% !important;
	min-width: 100% !important;
	height: 200px;
	obect-fit: cover;
	obect-position: center;
}


.service-list h3{
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0;
    height: 40px;
    overflow: hidden;
}
.service-list .price{
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color:#db0000;
}
.service-list button{
	margin-top: 15px;
}


.container.default{
	padding-bottom: 40px;
}
.container.default h2{
	padding-bottom: 20px;
	text-align: center;
}

.carusel.slider .slick-slide img{
	width: 100%;
	padding: 15px;
}

.carusel.slider .slick-prev{
	position: absolute;
	left: -20px;
	top: 25%;
	background: url(../images/slider_prev_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.carusel.slider .slick-next{
	position: absolute;
	right: -20px;
	top: 25%;
	background: url(../images/slider_next_blue.png) no-repeat center center;
	width: 98px;
	height: 98px;
	z-index: 100;
	cursor: pointer;
}
.carusel.slider .slick-prev:hover{
	background: url(../images/slider_prev_red.png) no-repeat center center;
}
.carusel.slider .slick-next:hover{
	background: url(../images/slider_next_red.png) no-repeat center center;
}
.sading-panels{
	padding-bottom: 40px;
}
.sading-panels .carusel.slider{
	padding: 0 80px;
}
.container.otdelka-calculate{
	padding-bottom: 40px;
}
.container.otdelka-calculate h2{
	text-align: center;
	padding: 40px 0;
}



.slid .ui-slider-handle{
	background: url(../images/rang-bottom.png) no-repeat;
	width: 23px;
	height: 44px;
	outline: none !important;
	border:0;
	top: -10px;
}
.otdelka-calculate .slid .polzun-box{

}
.otdelka-calculate .slid .polzun-box.sl-3 {

	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 320px;
}
.otdelka-calculate .slid .polzun-box.sl-5{
	max-width: 420px;
	margin-bottom: 40px;
}



.otdelka-calculate  h4{
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 0;
}
.otdelka-calculate .slid .polzun-box .mkv{
	text-align: center;
	padding-bottom: 30px;
	font-size: 14px;
}
.otdelka-calculate .slid .polzun-box .mkv .fa{
	cursor: pointer;
	font-size: 18px;
	color: #D90000;
	vertical-align: middle;
}
.slid .polzun .ui-slider-range{
   background: #fff !important;
}





.slid .polzun-box .element{
	height: 60px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 40px;
	margin-left: -3px;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	opacity: 0.5;
}

.slid .polzun-box.sl-3 .element{
	width: 33%;
}
.slid .polzun-box.sl-5 .element{
	width: 19.4%;
}


.slid .polzun-box .element.current{
	opacity: 1.0;
}

.slid .polzun-box .element::before{
	content: '|';
	top:-30px;
	left: 45%;
	position: absolute;
}

.slid .polzun-box.sl-3 .polzun {
	 margin: 0 0 0 46px;
	 width: 215px;
}
.slid .polzun-box.sl-5 .polzun {
	 margin: 0 0 0 36px;
	 width: 330px;
}




.otdelka-calculate .row [class*="col-"] img{
	max-width: 100%;
}
.otdelka-calculate .result-otdelka-calculate{
	text-align: right;
	font-size: 30px;
	padding: 40px 0;
}
.otdelka-calculate .result-otdelka-calculate .cost{
	font-weight: 600;
}
.otdelka-calculate .result-otdelka-calculate button{
	margin: 40px 0;
}


/*
.ui-slider    дорожка слайдера
.ui-slider-horizontal    стили для горизонтального слайдера
.ui-slider-vertical    стили для вертикального слайдера
.ui-slider-handle    стили для рукоятки
.ui-slider-range    стили для выбранного диапазона
.ui-slider-range-min    стили для выбранного диапазона с настройкой range: "min"
.ui-slider-range-max    стили для выбранного диапазона с настройкой range: "max"

*/

.list-fasad h3{
	font-size: 30px;
	padding-bottom: 15px;
}
.list-fasad .row{
	padding-bottom: 20px;
}
.list-fasad .row [class*="col-"]:first-child img{
	min-width: 100%;
	max-width: 100%;
	padding: 3px 5px 20px;
}

.list-fasad .price{
	text-align: right;
	font-size: 17px;
	color: #f00010;
	font-weight: bold;
}
.list-fasad button{
	margin-top: 15px;
}

.intro.andForm{
	position: relative;
}

.intro.andForm form {
	position: absolute;
	top: 6%;
	right: 7%;
	width: 360px;
	margin: 0;
	padding: 35px 35px 25px;
	border-radius: 5px;
	z-index: 5;
	background: rgb(255,243,45);
	background: -moz-linear-gradient(top, rgb(255,243,45) 0%, rgb(255,166,6) 100%);
	background: -webkit-linear-gradient(top, rgba(255,243,45) 0%,rgb(255,166,6) 100%);
	background: linear-gradient(to bottom, rgb(255,243,45) 0%,rgb(255,166,6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff32d', endColorstr='#ffa606',GradientType=0 );
}
.intro.andForm form h3{
	font-size: 30px;
	text-align: center;
	margin: 0 0 40px;
	font-weight: 600;
}

.intro.andForm form input[type=text],
.intro.andForm form textarea {
	color: #888;
	font-size: 16px;
	line-height: 16px;
	height: 50px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;

}
.intro.andForm form textarea{
	height: 140px;
	resize: none;
}
.intro.andForm form .form-group{
	margin-bottom: 20px;
}
.intro.andForm form label{
	font-size: 14px;
	padding-left: 40px;
}
.intro.andForm form p{
	text-align: center;
	padding: 0;
	font-size: 14px;
}

.intro.andForm form button{
	background-image: -webkit-linear-gradient(top, #FFEE2C, #FFB00B);
	background-image: linear-gradient(to bottom, #FFEE2C, #FFB00B);
	margin: 20px 0 0;
	height: 56px;
	border-radius: 4px;
	border:0;
	padding: 0 35px;
	border-bottom: 5px solid #CC8705;
	color:#000;
	font-size: 18px;
	font-weight: bold;
	width: 290px;
}
.intro.andForm form button:hover{
	background-image: -webkit-linear-gradient(top, #FFB00B,#FFEE2C);
	background-image: linear-gradient(to bottom, #FFB00B, #FFEE2C);
}

.tab-default{
	padding: 0;
	margin: 20px 0 0 0;
	height: 41px;
	text-align: left;
}
.tab-default li{
	list-style: none;
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #dadada;
	border-bottom: 0;
	height: 42px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	font-weight: bold;
	margin-right: 10px;

}
.tab-default li.current{
	z-index: 1;
	background: #fff;
	cursor: default;
	border-color:#FFBA24;
	color: #F00010;
}
[class*="tab-default-content-"]{
	border: 1px solid #FFBA24;
	padding: 20px;
	display: none;
	margin-bottom: 10px;
}
[class*="tab-default-content-"].current{
	display: block;
}
[class*="tab-default-content-"] h4{
	margin: 0 0 20px;
	font-size: 24px;
	text-align: left;
}

label span.colorer-field{
    display: inline-block;
    width: 12px !important;
    height: 12px;
}

.color-slider.slider{
    height: 180px;
    text-align: center;
    padding: 0 100px;
    position: relative;
    margin-bottom: 40px;
}

.color-slider.slider .slick-slide span{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 15px 5px;
    display: block;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);

}

.color-slider.slider .slick-prev{
    position: absolute;
    left: -5px;
    top: 25%;
    background: url(../images/slider_prev_blue.png) no-repeat center center;
    width: 98px;
    height: 98px;
    z-index: 100;
    cursor: pointer;
}
.color-slider.slider .slick-next{
    position: absolute;
    right: -5px;
    top: 25%;
    background: url(../images/slider_next_blue.png) no-repeat center center;
    width: 98px;
    height: 98px;
    z-index: 100;
    cursor: pointer;
}
.color-slider.slider .slick-prev:hover{
    background: url(../images/slider_prev_red.png) no-repeat center center;
}
.color-slider.slider .slick-next:hover{
    background: url(../images/slider_next_red.png) no-repeat center center;
}
.variant-ispolneniy .bottom-text{
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
    padding-top: 30px;

}
.variant-ispolneniy .bottom-text span{
    color:#E21F03;
}

.challenge-to-master-rorm.yellow{
    text-align: center;
    background: url(../images/bg-challenge-to.jpg) no-repeat center center/cover;
    padding: 20px 0;
}
.challenge-to-master-rorm.yellow h2{
    font-size: 40px;
    padding-bottom: 20px;
}

.challenge-to-master-rorm.yellow form .form-control{
    color: #888;
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    border: 0 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;
}

.challenge-to-master-rorm.yellow form button{
    background-image: -webkit-linear-gradient(top, #FFEE2C, #FFB00B);
    background-image: linear-gradient(to bottom, #FFEE2C, #FFB00B);
    margin: 20px 0 0;
    height: 56px;
    border-radius: 4px;
    border:0;
    padding: 0 35px;
    border-bottom: 5px solid #CC8705;
    color:#000;
    font-size: 18px;
    font-weight: bold;
    width: 290px;
}
.challenge-to-master-rorm.yellow form button:hover{
    background-image: -webkit-linear-gradient(top, #FFB00B,#FFEE2C);
    background-image: linear-gradient(to bottom, #FFB00B, #FFEE2C);
}
.challenge-to-master-rorm.yellow form .checkbox {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
}
.challenge-to-master-rorm.yellow form .form-group.ch{
   position: relative;
   max-width: 460px;
   margin: 0 auto;
   text-align: left;
}

.service-list-turn-key{
	padding: 40px 0;

}
.service-list-turn-key p.subtitle{
	padding: 20px 0 0;
}
.service-list-turn-key h3{
	font-size: 23px;
	font-weight: bold;
	padding-top: 20px;
}

.service-list-turn-key img{
	min-width: 100%;
	max-width: 100%;

}
.desc{
	font-size: 12px;
	color: #888;
}
.service-list-turn-key .item-price-string{
	border-bottom: 1px solid #E8E8E8;
	padding: 12px 15px;
}
.service-list-turn-key .item-price-string div{
	width: 39%;
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	box-sizing: border-box;
}
.service-list-turn-key .item-price-string div:last-child{
	width: 18%;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
}
.service-list-turn-key .item-price-string:last-child div{
	width: 49%;
	font-weight: bold;

}
.service-list-turn-key .item-price-string:last-child div:last-child{
	color:#db0000;
}

.service-list-turn-key button{
	margin-top: 20px;
	width: 200px;
}
.container.service-list.mebel .card{
	margin-bottom: 40px;
}
.container.service-list.mebel h3{
	padding: 10px 0;
	height: auto !important;
	font-size:24px;
}
.container.service-list.mebel p.subtitle{
	padding: 20px 0;
}
.container.service-list.mebel [class*="col-"]{
	padding-bottom: 5px;
}
.container.service-list.mebel .price{
	font-size: 24px;
}

.slider .okna.balkon.mebel ul{
	width: 46%;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
.slider .okna.balkon.mebel ul li{
	font-size: 16px !important;

}

.form-section.mebel{
	padding: 30px 0;
}
.form-section.mebel h2{
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;

}
.form-section.mebel p.subtitle{
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	padding: 5px 0 30px;
	font-weight: 600;
}

.form-section.mebel form button{
	background-image: -webkit-linear-gradient(top, #FFEE2C, #FFB00B);
	background-image: linear-gradient(to bottom, #FFEE2C, #FFB00B);
	color:#000;
	border-bottom-color: #CE8A05;
}
.form-section.mebel form button:hover{
	background-image: -webkit-linear-gradient(top, #FFB00B,#FFEE2C);
	background-image: linear-gradient(to bottom, #FFB00B, #FFEE2C);
}

.section-guestion{
	background: rgba(255,243,45);
	background: -moz-linear-gradient(top, rgba(255,243,45) 0%, rgba(255,166,6) 100%);
	background: -webkit-linear-gradient(top, rgba(255,243,45) 0%,rgba(255,166,6) 100%);
	background: linear-gradient(to bottom, rgba(255,243,45) 0%,rgba(255,166,6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff32d', endColorstr='#ffa606',GradientType=0 );
	padding: 20px 0;
}

.section-guestion h2{
	font-weight: 600;
	font-size: 36px;
}

.section-guestion .form-group input[type="text"]{
	color: #888;
	font-size: 16px;
	line-height: 16px;
	height: 40px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;
}
.section-guestion .form-group textarea{
	color: #888;
	font-size: 16px;
	line-height: 16px;
	height: 150px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) inset !important;
	resize: none;
}

.section-guestion form button{
	height: 50px;
	border: 0;
	font-size: 21px;
	font-weight: normal;
	border-radius: 5px;
	color:#fff;
	padding: 14px 80px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial Narrow;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	background-image: -webkit-linear-gradient(top, #FFEE2C, #FFB00B);
	background-image: linear-gradient(to bottom, #FFEE2C, #FFB00B);
	color:#000;
	border-bottom: 5px solid #CE8A05
}
.section-guestion form button:hover{
	background-image: -webkit-linear-gradient(top, #FFB00B,#FFEE2C);
	background-image: linear-gradient(to bottom, #FFB00B, #FFEE2C);
}
.section-guestion p.subtitle span{
	display: block;
	padding: 5px 0;
}
.section-guestion p.subtitle span.st1{
	color:#dd0000;
	font-size: 20px;
}
.section-guestion p.subtitle span.st2{
	color:#dd0000;
	font-size: 26px;
	font-weight: bold;
}
.section-guestion p.subtitle span.st3{

}
.section-guestion p.subtitle span.st4{
	font-size: 26px;
	padding-bottom: 20px;
	font-weight: bold;
}

.section-guestion .container{
	max-width: 900px;

}
.works-gallery img{
	max-width: 100%;
	min-width: 100%;
	border: 2px solid #FFBA24;
}
.works-gallery [class*="col-"]{
	padding-bottom: 30px;

}

.works-tab-and-slider h3.subtitle{
	margin: -50px 0 40px;
}

.fancybox-opened, .fancybox-skin {
	padding: 0px !important;
	width: auto !important;
}
.container.table-price{
	padding: 20px 0;
	text-align: center;
}
.table-price h3, .table-price h2{
	padding-bottom: 15px;
}

.table-price table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px;
}

.table-price table td, .table-price table th {
	padding: 12px 15px;
	border: 1px solid #dadada;
	text-align: center;
}
.table-price table th{
	background: #FEBB22;
	color:#fff;
}
.table-price table th:first-child{
	width: 40%;
}
.table-price table td:first-child{
	text-align: left;
}

.spoller-box{
	padding: 8px 20px 0;
	border: 1px solid #9A9A9A;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: left;
}

.spoller-box table{
	display: none;
	margin-bottom: 20px;
}

.spoller-box .spoller-title{
	font-size: 19px;
	padding: 5px 5px 13px 35px;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

.spoller-box .spoller-title .fa{
	position: absolute;
	left: 5px;
	top: 0;
	font-size: 32px;
	color: #db0000;
}

.tax-tab button{
	background: transparent;
	border: 3px solid #FFCC33;
	color: #222;
	font-size: 16px;
	height: 40px;
	padding: 4px 20px;
	margin: 0 15px 20px 0;
	border-radius: 4px;
}
.tax-tab button.current{
	background-image: -webkit-linear-gradient(top, #0065CA, #00349A);
	background-image: linear-gradient(to bottom, #0065CA, #00349A);
	border: 0;
	color:#fff;
}
[class*="tax-tab-body-"]{
	display: none;
}
[class*="tax-tab-body-"].current{
	display: block;
}

.left-menu{
	padding: 0;
    margin: 0 0 20px;
    border-radius: 10px; 
    position: relative;
}

.left-menu li {
    list-style: none;    
    width: 100%;
    
}
.left-menu li a{
    padding: 10px 15px;
    background: #CC0019;
    color: #fff;
    text-decoration: none;	
    display: block;
    border-bottom: 1px solid #EB2B40;
}
.left-menu li a:hover, .left-menu li a.current{
	background: #FEBB22;
	color: #000;
}
.content-item{
	padding-bottom: 40px;
}
.content-item .item{
	padding-bottom: 40px;
}
.content-item .item p.prev{
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	font-size: 15px;
	line-height: 19px;
	height: 60px;
	margin-bottom: 30px;
}

.content-item h1{
	margin: 0 0 40px;
}

.contacts p{
	font-weight: 600;
	padding-bottom: 20px;
	
}
.contacts p span{
	display: block;
	font-weight: normal;
	margin-top: 5px;
}

.content-item .item img{
	max-width: 100%;
	min-width: 100%;
	height: 280px;
}

.content-item .item a{
	text-decoration: none;
	
}
.content-item .item a h3{
	color:#000;
}

.content-item .item h3{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
	min-height:50px;
	line-height: 1.4;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp:2;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	height: 50px
	
		
}


.last-news{
	padding: 0;
}

.last-news a, .last-article a{
	color:#222;
	text-decoration: none;
		
}
.last-news a h3{
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 20px;
	min-height:50px;
	line-height: 1.4;
}
.last-article a h3{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px;
	min-height: 40px;
	line-height: 1.4;
}
.last-article.list a h3{
	margin: 10px 0 ;
	min-height:40px;
}


.last-article a h3{
	margin: 5px 0 20px;
}
.last-news p, .last-article p{
	min-height: 90px;
	padding-bottom: 20px;
}

.last-news img{
	max-width: 100%;
	min-width: 100%;
	
}
.last-article .card-item{
	padding-bottom: 40px;
}
.last-article img{
	max-width: 100%;
	min-width: 100%;
	height: 160px;
	object-fit: cover;
}


.intro-main-slider .stiker{
	width: 620px;
	min-height: 380px;
	border-radius: 20px;
	background: url(../images/bg-stiker.jpg) no-repeat; 
	padding: 160px 0 0; 
}
.intro-main-slider .stiker p{
	font-size: 24px;
	color:#000;
	line-height: 1.2;
}
.intro-main-slider .stiker p.st2{
	font-size: 26px;
	color:#000;
}
.intro-main-slider .stiker p.st2 span{
	color:#d90000;
}

.intro-main-slider .stiker .btn{
	margin-top: 30px;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 5px;
	border:2px solid #fff;
	font-weight: bold;
}
.intro-main-slider .stiker a.btn{
	background: #FEBB22;
	color:#e80000;
}
.intro-main-slider .stiker a.btn:hover{
	background: #CC0019;
	color: #fff;
}


.last-article .button-box{
	padding: 60px 0 20px;
	text-align: center;
}
.last-news .button-box{
	padding: 0px 0 20px;
	text-align: center;
}
.content-item .last-news .item {
    padding-bottom: 20px;
}
.last-news h2, .last-article h2{
	padding: 0 0 20px;
}
.last-news .date, .last-article .date{
	text-align: right;
	padding-bottom: 8px;
	color:#999;
}
.last-article{
	padding: 20px 0;
}
nav.pagination{
	text-align: center;
	width: 100%;
}
nav.pagination ul{
	padding: 0;
	margin: 0;	
}
nav.pagination ul li{
	list-style: none;
	display: inline-block;
	vertical-align: text-top;
}
nav.pagination ul li a{
	padding: 5px 12px;
	background: #FEBB22;
	color:#fff;
	text-decoration: none;
	margin: 4px;
}
nav.pagination ul li.active a{
	color:#222;
	background: #dadada;
}

.bar{
	border:1px solid #dadada;
	
}

.bar h3{
	color:#df0000;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.bar .item-list{
	padding: 10px;
	font-size: 14px;
	max-height: 780px;
	overflow-x: auto; 
}
.bar .item-list img{
	max-width: 100%;
	min-width: 100%;
}
.bar .item-list p{
	padding: 10px 0;
}
.bar .item-list .card{
	padding-bottom: 5px;
}
.bar .item-list .card a{
	text-decoration: none;
}
.bar .item-list .card a h4{
	font-size: 16px;
	color:#000;
	font-weight: bold;
}
.fag-item-tab h3{
	margin: 20px 0;
}

.fag-box{
	padding: 5px 10px;
	border: 1px dashed #C50117;
	border-radius: 7px;
	margin-bottom:20px;
	cursor: pointer;	
}
.fag-box .fag-item{
	position: relative;
	padding: 5px 5px 5px 32px;
}
.fag-box .fag-item .fa{
	position: absolute;
	left: 7px;
	top: 8px;
	font-size: 19px;
	color: #C50117;
}

.fag-box .fag-result{
	padding: 20px 20px 20px 32px;
	font-size: 14px;
	display: none;
}
.feed .feed-item{
	padding-left: 120px;
	position: relative;
	min-height: 120px;
	font-size:14px;	
	margin-bottom: 40px;
}

.feed .feed-item .avatar{
	width: 90px;
	height: 90px;
	border-radius: 50%; 
	background: #07aaf8;
	position: absolute;
	left: 0;
	overflow: hidden;
}
.feed .avatar img{
	max-width: 120px;
	margin-left: -10px;
}
.feed .feed-item .name{	
	margin-bottom: 8px;
}
.feed .feed-item .name .stars{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/stars.png) no-repeat;
	height:19px;
	width: 95px;
	margin: -1px 0 0 60px;
		
}
.feed .feed-item .date{
	font-size: 12px;
	color:#999;
}
.feed .feed-item .gallery{
	margin: 20px 0 20px 0;
}
.feed .feed-item .gallery div{
	display: inline-block;
	
}
.feed .feed-item .gallery div img{
	width: 64px;
	height: 48px;
	margin-right: 10px;
}

.feed-form{
	padding: 20px 40px;
	background: #F2F2F2;
}
.feed-form h3{
	margin: 0 0 20px;
}
.feed-form input[type=text], .feed-form textarea{
	border-radius: 5px;
}
.feed-form textarea{
	height: 160px;
	resize: none;
}
.feed-form .rating .form-control{
	display: none;	
}
.feed-form .rating{
	background: url(../images/stars-grey.png) no-repeat;
	width: 95px;
	height: 19px;
	position: relative;
	margin: -2px 0 0 0 ;
	display: inline-block;
	vertical-align: middle;
}


.feed-form .rating .star{
	background: url(../images/stars.png) no-repeat;
	position: absolute;
	height: 19px;
	width: 100%;
	left: 0;
	top:0;
	z-index: 1;
}
.feed-form .rating span{
	width: 20%;
	height: 19px;
	display: inline-block;	
	z-index: 2;
	cursor: pointer;
	position: relative;	
}

.portfolio-tab{
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
	
	
}
.portfolio-tab > li{
	display: inline-block;
	list-style: none;
	height: 50px;
	border: 3px solid #feb901;
	vertical-align: top;
	margin-right: 8px;
	background: #fff;
}
.portfolio-tab > li a{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	height: 100%;
	padding: 10px 15px;
	background: #fff;
	color:#000;
	text-decoration: none;
	
}
.portfolio-tab > li ul{
	position: absolute;
	width: 100%;
	padding: 20px;
	border: 3px solid #feb901;
	left: 0;
	display: none;
	top: 60px;
}

.portfolio-tab > li.current{
	height: 63px;
	border-bottom: 0;
}
.portfolio-tab > li.current.np{
	height: 50px;
	border-bottom: 3px solid #feb901;
}
.portfolio-tab > li.current a{
	z-index: 5;
	position: relative;
	cursor: default;
}

.portfolio-tab > li ul li{
	padding: 0;
	margin: 5px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;	
	cursor: pointer;
}

.portfolio-tab li ul li.current{
	background: #FEBB22;
	cursor: default;
}

.portfolio-tab > li ul li:hover{
	background: #f0f0f0;
}

.portfolio-tab > li.current ul{
	display: block;
}

.portfolio{
	min-height: 400px;
}

.portfolio .gallery{
	padding: 0;
	margin: 35px 0;
	min-height: 800px;
}

.portfolio .gallery img{
	max-width: 100%;
	min-width: 100%;	
	padding: 5px;
	border: 2px solid #FEBB22;
	margin-bottom: 30px;
	height: 180px;
	object-fit:cover;
	object-position:center;
}


@media(max-width:560px){
	
	.header .call div.button{
		text-align: center;
	}
	.header .call div.button button
	{
		display: block;		
		margin: 10px auto;
		width: 230px;
	}
	
	.header .call .phones{	
		display: block;		
		padding: 5px 0;
		width: 100%;
		text-align: center;
		
	}
	
	.header .call a{
		margin: 0;
	}
	
	.header .call .contact{	
		display: block;		
		padding: 5px 0;
		width: 100%;
	}
	
	
	
	.service-2 [class*="col-"]{
		width: 100% !important;
	}

	#economy .variant, #why_again .reason {
		width:100% !important;
	}

}

@media(max-width:768px){
	.tab-default{
		height: auto;
	}
	.tab-default li{
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	.tab-default li{
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	.tab-default li.current{
		border-color: #dadada;
	}


	.form-section.red.grl .pre_form{
	  padding-left: 0;
	}
	.form-section.red.grl p:last-child{
		padding-left: 0;
	}
	.form-section.red.grl form{
		float: none;
	}

	.tipovie-resheniy .card h3{
		min-height: auto !important;
	}

	#economy .variant, #why_again .reason {
		width:50%;
	}


	.grey-line, .green-line, .orange-line, .blue-line{
		background: transparent !important;
		margin: 40px 0;
	}

	#order .check_list{
		border-right: 0;
	}


	.bg-measure h3{
		text-align: center;
	}

	.bg-service.service-3 .box-button, .bg-service.service-4 a.btn-grd{
		position: inherit;
		left: auto;
		right: auto;
		margin: 0 auto;
		width: 60%;
	}

	.bg-service.service-3 .row.last .col{
		display: block;
		width: 100%;
	}


	.glazing{
		padding: 0 10%;
	}
	.glazing img{
		display: none;
	}

	.bg-service.service-3{
		background: transparent;
	}

	.bg-service.service-3 .row{
		margin:0;
	}
	.bg-service.service-4{
		background: transparent;
	}

	.bg-service.service-4 .card{
		margin:0 !important;
	}

	.bg-service.service-6{
		background: transparent;
	}

	.bg-service.service-6 .row{
		margin:0;
	}

	.container{
		width: auto !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header{
		text-align: center;
	}
	.slogan a{
		height: 46px;
		padding-top: 5px;
		max-width: 160px !important;
		text-align: left;
	}
	#discount .yellow_table, #discount .blue_table{
		float: none;
		max-width: 480px !important;
		margin: 20px auto;
		display: block;
	}
	#discount .blue_table big.int{
		font-size: 60px;
		line-height: 50px;
	}
	
	.rofile-pvh .profil:last-child{
		margin-bottom: 0px;
			display: block !important;
	}

}
.item-otdelka p {
	text-align:justify;
	line-height: 2.7rem;
}
.item-otdelka ul {
	margin-left: 10px;
}
.item-otdelka ul li{
	margin-bottom: 7px;
}
.item-otdelka .price{
	font-size: 20px;
    font-weight: bold;
    color: red;
}
.window-calculation .service-list {
	padding-bottom: 0px;
}
.stoimost-ustanovki-plastikovyh-okon {
	    display: flex;
    justify-content: center;
}
.rofile-pvh .profil{
	margin-bottom: 80px;
}
.rofile-pvh .profil:last-child{
	margin-bottom: 0px;
	    display: flex;
    justify-content: center;
}
.rofile-pvh .profil {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}
@media(min-width:1200px){
		.main-menu ul li:first-child ul li a{
				width: 350px;
		}
		.intro-main-slider div .informer-box .informer {
			position: absolute;
			background: rgba(255,255,255,0.7);
			z-index: 1;
			color: #fff;
			top: 6%;
			left: 50%;
			margin-left: -565px;
			padding: 20px 40px 30px;
			text-align: center;
			width: 730px;
			border-radius:12px;

		}
		.top-menu ul{
			display: inline-flex;
			height: 45px;
		}
		.main-menu ul{
			display: inline-flex;
		}
		/*.window-calculation .osteclenie-radio-btn {
			max-width: 330px;
		}*/
}
@media(max-width:600px){
	.content-item .item p, .content-item .item h3 {
		   min-height: 10px;
	}
	.last-news p, .last-article p {
		min-height: 10px;
		margin-top: 20px;
	}
	.last-news a h3, .last-article a h3 {
		min-height: 10px;
	}
	.last-news p, .last-article p {
		padding-bottom: 0px;
	}
	#discount {
		    padding-bottom: 0px;
	}
	#discount .yellow_table, #discount .blue_table {
		    text-align: center;
	}
	.services .container .nav-section button {
		width: 250px;
	}
	a.btn-grd {
		font-size: 20px;
		    width: 70%;
	}
	#discount .yellow_table {
		display: none;
	}
	footer {
		text-align:center;
	}
	.header .slogan div {
		margin-bottom: 20px;
	}
	.otdelka-calculate .result-otdelka-calculate{
		padding-bottom: 0px;
	}
	.service-list-turn-key .item-price-string div:last-child{
		font-size:16px;
	}
	
}
@media (min-width:601px) and (max-width:900px){
	.bar .item-list .card a {
		text-align: center;
		display: block;
	}
	.bar .item-list img {
		max-width: 100%;
		min-width: 50%;
		margin: 0 auto;
	}
	.call_measure {
		display:none;
	}
	.last-news a h3, .last-article a h3 {
		min-height: 50px;
	}
	a.btn-grd {
		font-size: 20px;
		    width: 100%;
	}
	.bg-service .card h4{
		    min-height: 50px;
	}
	.form-section.blue button {
		font-size: 16px;
	}
	.header .contact {
		padding-top: 30px;
	}
	.tipovie-resheniy  .card h3{
		min-height: 66px !important;
	}
	.service-list h3 {
		min-height: 40px;
	}

}
@media(max-width:769px){
	.content-item h1 {
		font-size: 26px !important;
	}
	.services .container h2 {
		font-size: 28px
	}
	.main-page h1 {
		margin: 30px 0 10px;
		font-size: 20px;
		text-align: center;
	}
	
}
@media(max-width:769px){
	.informer-1 {
		display:none;
	}
	.call_measure {
		display:none;
	}
	.last-news .button-box, .last-article .button-box {
		padding: 10px 0 20px;
	}
	.last-news {
		padding: 20px 0;
	}
	.last-article a h3 {
		    margin: 5px 0 10px;
	}
	.content-item .bar {
		    margin-top: 30px;
	}	
	.boxr {
		margin-bottom: 20px;
		margin-left: 0px;
		width: 100%;
	}
	.content-item .item {
		padding-bottom: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.content-item .item.akcia {
		    padding-bottom: 40px;
	}
	.content-item .item.akcia p {
		    margin-bottom: 30px;
	}
	.last-news h2, .last-article h2 {
		font-size: 22px !important;
	}
	.content-item .item p{
			min-height: 10px;
			margin-bottom: 20px;
	}
	.services .service-description h3 {
		    font-size: 24px;
			line-height: 36px;
	}
	.load-main-page-service{
		    padding-left: 10px;
			padding-right: 10px;
	}
	.services .service-description h4, .services .service-description p.h4 {
		font-size: 20px;
	}
	a.btn-grd {
		font-size: 20px;
	}
	.services .container {
		padding: 20px 0 60px;
	}
	.form-section.blue h2 {
		font-size: 24px;
		padding: 20px 0 20px;
		line-height: 36px;
	}
	.form-section.blue p:last-child {
		line-height: 30px;
		font-size: 20px;
	}
	h2.grey-line {
		    font-size: 40px;
			    margin: 30px 0;
	}
	#advantages .advantage {
		padding-bottom: 30px;
	}
	.form-section.red .pre_form h2{
		font-size: 20px;
		text-align: center;
	}
	.form-section.red .pre_form h2 font {
		    text-align: center;
			    font-size: 28px;
	}
	.header-ref .text h3 {
		    font-size: 26px;
	}
	.header-ref .text h2 {
		    font-size: 30px;
	}
	.bg-service.service-3 .box-button a {
		    width: 100%;
	}
	.form-section button {
		    font-size: 16px;
	}
	.variant{
		    padding: 0;
	}
	.certificate, .feedback, .bg-measure {
		display:none;
	}
	.works-tab-and-slider .button-box button {
		min-height: 65px;
		padding: 10px 20px;
		width: 60%;
		height: auto;
	}
	h2.orange-line {
		font-size: 24px;
		margin: 20px 0;
	}
	.form-section.red p:last-child, .form-section.green p:last-child{
		    font-size: 20px;
			line-height: 28px;
	}
	#economy h2.grey-line{
		line-height: 50px;
	}
	#economy h3{
		    line-height: 32px;
	}
	#economy .variant p {
		    margin: 15px 0 35px;
	}
	#why_again h2.grey-line{
		    line-height: 40px;
	}
	#order .check_list li {
		font-size: 20px;
	}
	#discount .blue_table big.int {
		display: block;
	}
	#discount .blue_table div a {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
		width: 70%;
		
	}
	#discount .blue_table small{
		display: block;
	}
	#discount .blue_table {
		    text-align: center;
	}
	footer .contact {
		text-align:center;
	}
	footer h3 {
		margin-bottom: 10px;
	}
	.stoimost-ustanovki-plastikovyh-okon {
		display: block;
	}
	.rofile-pvh .profil {
		display: block;
		margin-bottom: 30px;
	}
	.form-section.blue.blue-2 h2{
		font-size: 28px;
	}
	.form-section.blue p.suptitle {
		font-size: 22px;
		line-height: 30px;
	}
	.category-description-page h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.container.table-price {
		padding-left: 10px;
		padding-right: 10px;
	}
	.baner-sale-balcon.hidden-sm{
		display:none;
	}
	.rofile-pvh h2{
		font-size: 28px;
		padding-bottom: 20px;
		line-height: 36px;
	}
	.window-calculation h4.measure{
		text-align: center;
	}
	.window-calculation .sale-box{
		margin: 40px auto;
	}
	.window-calculation .price-result{
		width: 60%;
		margin: 20px auto;
	}
	.window-calculation button{
		margin: 30px auto;
		display: inherit;
	}
	.window-calculation .step-name{
		width: 100%;
		max-width: 100%;
		top: 15px;
		position: relative;
		    margin-bottom: 40px;
		left: 0px;
	}
	.window-calculation .step {
		padding: 0 0 30px 70px;
	}
	.variant-ostekleniy .box-button button.btn-yellow, a.btn-primary{
		    display: block;
			width: 60%;
			margin: 10px auto;
	}
	.variant-ostekleniy .box-button .btn:nth-child(1){
		margin-right:auto;
	}
	.form-section.blue .subtitle{
		line-height: 30px;
	}
	.variant .slider {
		padding: 0 10px;
	}
	.item.akcia a.btn-primary, .item.akcia a.btn-yellow{
		display: block;
			width: 60%;
			margin: 10px auto;
	}
	.portfolio-tab > li, .portfolio-tab > li ul li{
		display: block;
	}
	.portfolio-tab > li.current{
		    height: auto;
			border-bottom: 3px solid #feb901;
	}
	.portfolio-tab > li ul{
		position: relative;
		left: 0;
		top: 0px;
		padding-top: 0px !important;
	}
	.portfolio-tab > li{
		    margin-top: 7px;
	}
	.portfolio-tab > li ul{
		border:none;
	}
	.portfolio .gallery{
		padding-top: 0px !important;
	}
	.main-menu{
		display: none !important;
	}
	.main-menu-mob{
		display: block;
	}
	.top-menu ul{
		display: none;
		width: 100%;
		height: auto;
	}
	.top-menu ul li{
		display: block;
		border-top: 1px solid #5D5D5D;
		height: auto;
	}
	
	.top-menu ul li a{
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 20px;		
		font-size: 18px;
	}
	.top-menu .container{
		padding: 0;
	}
	.top-menu .container .nav-bars{
		display: block;
	}
}
@media(max-width:1190px){
	.intro-main-slider.slider, .intro.andForm form{
			display:none;
	}
	.informer-1 .container img{
		    left: 0;
	}
	
}
.content-item .content ul, .category-description-page ul, .content-item .content ol, .category-description-page ol{
	margin-left:20px;
}
.content ul li,  .category-description-page ul li, .content ol li,  .category-description-page ol li{
	margin-bottom:7px;
	font-size: 16px;
}
.content p, .category-description-page p{
    font-size: 16px;
    margin: 0 0 12px;
    /*text-align: justify;*/
    line-height: 24px;
}
.main-menu ul li ul li{
	padding: 0 20px;
	padding-bottom:15px;
}
.category-description-page h2, .content h2{
	margin-bottom:15px;
}
.boxr{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.slide-52 .intro-main-slider div .informer-box .informer{
	    background: none !important;
}
.slide-52 .informer {
    background: none !important;
}
.container.variant-ostekleniy [class*="content-tab-"] img{
	max-width:100%;
}
.rofile-pvh, .container.variant-ostekleniy, .window-calculation.balcon, .item-otdelka  img {max-width:100%;}
#catalogCompanyWidget {
	margin-top: 20px;
    margin-bottom: 20px;
}
#catalogCompanyWidget .ccw-wrap{
	background: transparent;
}
#catalogCompanyWidget .ccw-wrap .ccw-link{
	color: yellow;
}
#catalogCompanyWidget .ccw-wrap .ccw-link-review{
	color: #fff;
}
.widget {text-align: center;}
.content-item .item.akcia p {
    margin-bottom: 10px;
}
.tax-tab-body-83 h4{
	margin-bottom:20px;
}
.variant-ispolneniy .service-list h3{
	    min-height: 36px;
}
.rehau-grazio {
	width: 155px;
    height: 170px;
    /*background: rgba(255, 255, 0, 0.18);*/
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.rehau-grazio a{display:block;width:100%;height:100%;}
.service-list.balcon [class*="col-"] {
    padding-bottom: 0px;
}
.service-list.balcon{
	padding: 20px 0 0px;
}
.iconbar {
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 65554;
	text-align: center;
}
.iconbar a{
	display: block;
}
.iconbar a.insta{
	margin-top: 20px;
}
.akcia-iphone a.modal-open {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 14px 20px;
    background: #CC0018;
	margin-top:10px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}
@media(min-width:1024px){
	.main-menu{height: 46px;}
	.main-menu ul li ul{top: 90%;}
}
.main-page h1 {
    margin: 30px 0 10px;
	font-size: 24px;
    text-align: center;
}


.glazing-of-balconies{
	padding: 20px 0 40px;
}

.glazing-of-balconies h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
}
.glazing-of-balconies .title-section{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	max-width: 280px;
	margin: 0 auto 20px;
}

.glazing-of-balconies .item-img{
	min-width: 100%;
	max-width: 100%;
}

.glazing-of-balconies .obj-center{
	text-align: center;
	margin-bottom: 40px;
}

.glazing-of-balconies .red-uppercase{
	text-transform: uppercase;
	color:#CC0018;
	font-size: 18px;
	margin: 20px 0;
}
.glazing-of-balconies .text-bold{
	font-weight: bold;
}

ul.features-center{
	padding: 0;
	margin: 50px 0 30px;
}
ul.features-center li:nth-child(1){
	list-style: none;
	padding: 5px 0 20px 50px;
	background: url(../images/icon_man_v2.png) no-repeat left 10px;
	font-size: 15px
	
}
ul.features-center li:nth-child(2){
	list-style: none;
	padding: 5px 0 20px 50px;
	background: url(../images/icon_lv_v2.png) no-repeat left 10px;
	font-size: 15px
}
ul.features-center li:nth-child(3){
	list-style: none;
	padding: 5px 0 20px 50px;
	background: url(../images/icon_chat_v2.png) no-repeat left 10px;
	font-size: 15px
}
.glazing-of-balconies .features .title{
	/*text-align: center;*/
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 10px 34px;
}

.glazing-of-balconies .features ul{
	padding: 0;
	margin: 0 0 30px 0;
}
.glazing-of-balconies .features ul li{
	list-style: none;
	margin: 0 0 6px 0;
	padding: 4px 0 4px 34px;
	background: url(../images/check_v2.png) no-repeat left 5px;
	
}

.glazing-of-balconies .price{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #CC0018;
	margin: 20px 0 40px; 
}

section.panaram{
	background: #F3F3F3;
	padding: 40px 0;
	line-height: 1.7
	
}

section.panaram b{
	font-size: 22px;
	display: block;
}

section.panaram .price{	
	font-size: 28px;
	font-weight: bold;
	color: #CC0018;
	margin: 20px 0 40px; 
}

section.panaram p.text{
	padding-top: 40px
}
.other-types-of-glazing{
	padding: 20px 0 40px;
}
.other-types-of-glazing h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
}
.other-types-of-glazing ul{
	padding: 0;
	margin: 40px 0 10px;
}
.other-types-of-glazing ul li{
	padding: 0;
	margin: 5px;	
	border: 3px solid #FFCC33;	
	list-style: none;
}

.other-types-of-glazing ul.slides.none li{
	list-style: none;
	display: inline-block;
}
@media(max-width:560px){
	.other-types-of-glazing ul.slides.none li{		
		display: block;
		width: 100%;
		text-align: center;
	}
}


.other-types-of-glazing ul li a{	
	padding: 8px 20px;
	color:#000;
	text-decoration: none;	
	text-align: center;
	display: block;
}
.other-types-of-glazing ul.slides.none li a{
	display: block;
	height: auto;
	padding: 8px 20px;
}
.other-types-of-glazing .slick-prev{
	position: absolute;
	top: -40px;
	right: 36px;
	background: url(../images/arrow-left-v2.png) no-repeat;
	background-size: 24px; 
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.other-types-of-glazing .slick-next{
	position: absolute;
	top: -40px;
	right: 5px;
	background: url(../images/arrow-right-v2.png) no-repeat;
	background-size: 24px; 
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.other-types-of-glazing .more{
	cursor: pointer;
	border-bottom: 1px dashed #000;
	margin-right: 5px;
}
.prices-of-glazing {
	padding: 20px 0 40px;
}
.prices-of-glazing h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
}
.prices-of-glazing .item{
	margin-bottom: 60px;
}

.prices-of-glazing .item img{
	min-width: 100%;
	max-width: 100%;
	
}
.prices-of-glazing .item .param{
	padding: 24px 20px 0 90px;
	position: relative;
}

.prices-of-glazing .item .param.winter{
	background: url(../images/winter-v2.png) no-repeat left center;
}
.prices-of-glazing .item .param.sun{
	background: url(../images/sun-v2.png) no-repeat left center;
}
.prices-of-glazing .item .param hr{
	margin: 24px 0 0;
	border-color: #FFCC33;
}
.prices-of-glazing .item .param .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.prices-of-glazing .item .param .price{
	font-size: 26px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}
.prices-of-glazing .item .name{
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: bold;
}
.prices-of-glazing .item button{
	margin-top: 40px;
}

.prices-of-glazing-type-building{
	padding: 20px 0 40px;
}

.prices-of-glazing-type-building h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
	font-size: 40px
}

.prices-of-glazing-type-building .card{
	width: 20%;
	float: left;
	padding: 12px;
	text-align: center;
}
.prices-of-glazing-type-building .card img{
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.prices-of-glazing-type-building .card .price{
	font-size: 17px;
	margin: 20px 0 0;
}
.prices-of-glazing-type-building .card a{
	font-size: 24px;
	font-weight: bold;
}

.clear{
	clear: both;
}

.mt-1{
	margin-top: 10px;
}
.mt-2{
	margin-top: 20px;
}

.mt-3{
	margin-top: 30px;
}

.mt-4{
	margin-top: 40px;
}

.mt-5{
	margin-top: 50px;
}

.mb-1{
	margin-bottom: 10px;
}

.mb-2{
	margin-bottom: 20px;
}
.mb-3{
	margin-bottom: 30px;
}
.mb-4{
	margin-bottom: 40px;
}

.mb-5{
	margin-bottom: 50px;
}

.windows-type-for-glazing{
	padding: 20px 0 40px;
	min-height: 700px;
}

.windows-type-for-glazing h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
	font-size: 40px
}

.windows-type-for-glazing ul.nav-type{
	padding: 0;
	margin: 50px 0;
	text-align: center;
}

.windows-type-for-glazing ul.nav-type li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 10px 20px;
	border: 3px solid #ECECEC;
	border-radius: 4px; 
	cursor: pointer;
}
.windows-type-for-glazing ul.nav-type li.active{
	cursor: default;
	border-color: #FFCC33; 
}
.windows-type-for-glazing ul.nav-type li:last-child,
.windows-type-for-glazing ul.nav-type li.active:last-child
{
	background: #CC0018;
	color: #fff;
	border-color: #CC0018
}

.slides-two-grid{
	padding: 0 90px;
}
.slides-two-grid li{
	list-style: none;
	margin: 0 35px;
}

.slides-two-grid li .item-type{
	display: block;
	margin-bottom: 50px;
}

.slides-two-grid li .item-type .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	height: 66px;
	overflow-y: hidden;
}

.slides-two-grid li .item-type .price{
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}
.slides-two-grid li .item-type .price span{
	color: #CC0018;
	font-size: 26px;
}
.slides-two-grid li .item-type img{
	min-width: 100%;
	max-width: 100%;
}

.slides-two-grid .slick-next{
	position: absolute;
	right: 0;
	top: 48%;
	height: 69px;
	width: 69px;
	background: url(../images/arrow-right-v2.png) no-repeat;
	cursor: pointer;
}
.slides-two-grid .slick-prev{
	position: absolute;
	left: 0;
	top: 48%;
	height: 69px;
	width: 69px;
	background: url(../images/arrow-left-v2.png) no-repeat;
	cursor: pointer;
}

.works-slider-v2{
	padding: 20px 60px;
	
}
.works-slider-v2 h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
	font-size: 40px
}
.works-slider-v2 ul{
	padding: 0 90px;
	margin: 0 0 40px;	
}
.works-slider-v2 ul li{
	margin: 0 10px 40px;
	list-style: none;
	padding: 20px 20px 60px;
	border: 1px solid #FFCC33;
	position: relative;
}

.works-slider-v2 ul li img{
	height: 200px;
	max-width: 100%;
	min-width: 100%;
	object-fit: cover;
	object-position: center;
}

.works-slider-v2 .slick-next{
	position: absolute;
	right: 0;
	top: 48%;
	height: 69px;
	width: 69px;
	background: url(../images/arrow-right-v2.png) no-repeat;
	cursor: pointer;
}
.works-slider-v2 .slick-prev{
	position: absolute;
	left: 0;
	top: 48%;
	height: 69px;
	width: 69px;
	background: url(../images/arrow-left-v2.png) no-repeat;
	cursor: pointer;
}
.works-slider-v2 ul li a.btn{
	padding: 15px 20px;
	bottom: -30px;
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	background: #FFCC33;
	font-weight: bold;
	font-size: 17px;	
	color: #333;
}
.works-slider-v2 ul li .title{
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0;
}
.works-slider-v2 ul li .param .name{
	width: 60%;
	float: left;
}
.works-slider-v2 ul li .param .price{
	width: 40%;
	float: left;
	text-align: right;
}

.works-slider-v2 ul li .param .price span{
	font-weight: bold;
}

.works-slider-v2 ul li hr{
	border-color: #FFCC33;
	margin-top: 10px;
    margin-bottom: 10px;
}
.works-slider-v2 ul li .price-b{
	text-align: center;
	font-size: 22px;
	padding: 30px 0 0;
}
.works-slider-v2 ul li .price-b span{
	font-weight: bold;
	
}

.faq-v2{
	padding: 20px 0 40px;	
}
.faq-v2 h2{
	width: 100%;
	text-align: center;
	margin: 20px 0 10px;
	font-size: 40px
}
.faq-v2 .subtitles{
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.tab-colapse{
	padding: 15px 20px;
	border: 1px solid #FFCC33;
	margin-bottom: 20px
}
.tab-colapse .head{
	font-size: 17px;
	font-weight: bold;
	background: url(../images/angle-left-v2.png) no-repeat right top 2px;
	padding: 10px 0;
	cursor: pointer;
}

.tab-colapse .head.open{
	background: url(../images/angle-down-v2.png) no-repeat right top 2px;
}


.tab-colapse .body{
	padding: 20px 45px;
	display: none;
}

/* =============
   Alerts
============= */

.alert-void{
  position: fixed; 
  right: 30px;
  /*  width: 600px;*/
  top: 2%;
  height: auto; 
  z-index: 10001100; 
  max-width: 360px;
} 
.alert-void .alert{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  min-width: 360px;
  opacity: none !important;
	font-size: 14px;
	line-height:1.3;	
}
.alert {
  position: relative; 
}

.alert.fade {			
  opacity: 1;	
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label,
.has-error .form-control-feedback {
  color: #d57171; }

.has-success .form-control {
  border-color: #4fc55b;
  box-shadow: none !important; }

.has-warning .form-control {
  border-color: #e2ab3b;
  box-shadow: none !important; }

.has-error .form-control {
  border-color: #d57171 !important;
  box-shadow: none !important; 
}


.window-calculation .subtitle{
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 40px; 
}
.osteclenie-v2 .slid-r{
	height: 13px;
	background: #DBDBDB;
	width: 100%;
	position: relative;
	border-radius: 10px;
	margin-top: 5px;
}

.osteclenie-v2 .x{
	height: 13px;
	background: #CC0018;	
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0 0 10px;
}
.osteclenie-v2 .row{
	padding-top: 10px; 
}