@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic');
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left:0px; padding-right:0px;}
.row{margin:0; clear:both;}
.row-flex {display: flex; flex-flow: row wrap;}
html{position: relative;}
body {font-family: 'Open Sans', sans-serif; color:#2a2929; font-size:16px;}
a:focus {outline: none;}
.container{padding-left:15px; padding-right:15px; position:relative;}
img{max-width:100%;}
.wrapper{overflow:auto; position:relative;}
header{background:#232222; min-height:64px; position:fixed; z-index:999; width:100%;}
.top_tel div,
.middle_tel div{min-height:29px; display:inline-block; padding-left:50px; float:right; background:url(../img/call.png) no-repeat center left; text-align:right; color:#fff; font-size:17px; padding-top: 6px; 	-webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s;}
.top_tel div a,
.middle_tel div a{color:#fff;}

nav ul {
	list-style: none;
	padding: 0px 0;
	margin: 0;
}
nav ul li {display:inline-block;}
nav ul li a {
	color: #fff;
	font-size: 18px;
	padding:19px 15px;
	display:block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
nav ul li:first-child a{padding-left:0;}
nav ul li.active a, nav ul li:hover a{
	color:#a8a8a8;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-bar {
    display: none;
    position: relative;
    min-height: 40px;
}
#burger_button {
    padding: 7px 5px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
	right: 5px;
	top: 4px;
    z-index: 999;
}
#burger_button .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
#burger_button .icon-bar + .icon-bar {margin-top: 4px;}
#burger_button.active{border-color:#a8a8a8;}
#burger_button.active .icon-bar{background:#a8a8a8;}
header.minimized{min-height:40px;}
nav.minimized ul li a {padding: 7px 15px;}
.top_tel.minimized div {font-size: 14px; padding-top: 0px;}
.toup {
    display: none;
    position: fixed;
    bottom: 86px;
    right: 25px;
    z-index: 200;
   	cursor:pointer;
	background:#ff4e00;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #ff4e00;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.toup:hover{
	background:#ff6420; 
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.white{background-color:#fff;}
.logo_block{padding:9px 0;}
.slogan{color:#444242; font-size: 18px; padding-top: 11px; padding-bottom: 11px; text-align:center;}
.slogan p{margin-bottom:0;}
.call_order{position:relative; min-height:105px;}
.call_order a{
	position:absolute;
	display:block;
	top:50%;
	right:0;
	width:100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#fff;
	font-size:18px;
	text-align:center;
	background:#ff4e00;
	padding:14px 0;
	max-width:260px;
	font-weight: bold;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.call_order a:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.call_order a span{background:url(../img/ding.png) no-repeat center left; line-height:24px; padding-left:52px; display:inline-block; min-height:24px;}
.form{display:none;}
.form_inner{max-width:395px; text-align:center;}
.fancybox-slide > div.form{
	background:#000;
	border:2px solid #073056;
	color:#fff;
	padding:38px 130px;
	overflow:visible;
}
.fancybox-close-small::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: none;
    transition: none;
	display:block;
	background:url(../img/close.png) no-repeat;
}
.fancybox-close-small:hover::after {background:url(../img/close.png) no-repeat;}
.form_caption{font-weight:600; font-size:23px; margin-bottom:25px;}
.form_text{font-size:18px; margin-bottom:20px;}
.form input[type="text"],
.form input[type="email"],
.form input[type="number"]{
	height:44px;
	display:block;
	padding-left:50px;
	color:#000;
	margin-bottom:20px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:left center;
	border:none;
	width:100%;
}
input.name{background-image:url(../img/form_name.png);}
input.phone{background-image:url(../img/form_tel.png);}
input.email{background-image:url(../img/form_mail.png);}
input.mark{background-image:url(../img/form_mark.png);}
input[type="number"]{-moz-appearance: textfield;}
input::-webkit-inner-spin-button{-webkit-appearance: none;}
.policy{margin-bottom:30px; overflow:auto;}
.policy p{font-size:13px; text-align:left; display:inline-block; width:calc(100% - 33px); float:right;}
.policy p a{color:#fff; text-decoration:underline;}
.policy label {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.policy label input {
    display: inline-block;
    float: left;
    opacity: 0;
}
.policy label div {
    width: 20px;
    height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
    position: absolute;
    z-index: 9;
	cursor:pointer;
}
.policy label input:checked + div {
    background-image: url(../img/form_check.png);
}
.policy + input:disabled {
    opacity: 0.5;
}
.policy + input{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #ff4e00;
    padding: 14px 60px;
    max-width: 300px;
    font-weight: bold;
	border:none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.policy + input:hover {
    background: #ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.white.main_block{
	/* background-image:url(../img/main_pic.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:520px;
	 */padding-top:64px;
}
.black{background:#100e0e;}
.blue_circles .container{
	padding-top:16px;
	padding-bottom:16px;
	color:#fff;
}
.blue_circles .container div .number{
	background:#128eff;
	width:68px;
	height:68px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	position:relative;
	float:left;
	margin-right:18px;
}
.blue_circles .container div .number span{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.blue_circles .container div > span{
	position:absolute;
	top:50%;
	left:86px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
h2, .h2,
h1, .h1{
	font-weight:bold;
	font-size: 31px;
	text-align:center;
	margin: 40px 0;

}
.gray{background-color:#efefef;}
.serts{padding-bottom:20px;}
.serts a{border:1px solid #dbdbdb;}
.serts div{text-align:center; padding:0 10px 20px;}

.owl-carousel.clients{
	width:calc(100% - 74px);
	margin:0 auto 40px;
	text-align:center;
}
.owl-carousel.clients .owl-dots{display:none;}
.owl-carousel.clients .item img{margin-bottom:10px;}
.owl-carousel.clients .owl-nav .owl-prev,
.owl-carousel.clients .owl-nav .owl-next {
    position: absolute;
    top: 29%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 13px;
    height: 42px;
    text-indent: -9999px;
    opacity: 1;
	background-image:url(../img/direction_arrows.png);
}
.owl-carousel.clients .owl-nav .owl-prev.disabled,
.owl-carousel.clients .owl-nav .owl-next.disabled{opacity:0.3;}
.owl-carousel.clients .owl-nav .owl-prev{left:-38px;}
.owl-carousel.clients .owl-nav .owl-next{right: -38px; background-position:13px 0;}
.preffs{
	/* background:url(../img/preffs_bg.jpg) no-repeat top center;
	background-size:cover; */
	color:#fff;
	text-align:center;
	padding-bottom:40px;
}
.preffs .container .row div{
	display:inline-block;
	vertical-align:top;
	width:30%;
	float:none;
	padding:0 20px;
	margin-bottom:30px;
}
.preffs .container .row div img{margin-bottom:20px;}
.download{
	display:block;
	width:555px;
	margin:0 auto 10px;
	max-width:100%;
	color:#fff;
	font-size:18px;
	text-align:center;
	background:#ff4e00;
	padding:14px 0;
	font-weight: 600;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.download:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.download span{background:url(../img/arrow_down.png) no-repeat center left; line-height:40px; padding-left:75px; display:inline-block; min-height:40px;}
footer, .footer {
	padding:20px 0 15px;
    background: #efefef;
}

.material{
	padding-bottom:20px;
	overflow: auto;
	min-height:773px;
	background:url(../img/material_bg.png) no-repeat center 30px;
}
.material > div:last-of-type{text-align:right;}
.material_item p{font-weight:600; text-align:center;}
.material_item{
	background:#fff;
	border:1px solid #b3b3b3;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	display:inline-block;
	padding:13px;
	position:relative;
}
.material_item ul{list-style:none; font-size:14px; margin:0; padding:0; text-align:left; line-height:1.8;}
.material > div:last-of-type div{margin-bottom:30px;}
.krovlya{margin-bottom:122px;}
.krovlya::before,
.steny_teplo::before,
.steny_vnesh::before,
.perekrytiya::before,
.fundament::before{
    display: block;
    content: '';
	position: absolute;
}
.krovlya::before{
	width: 357px;
	height: 58px;
	background: url(../img/krovlya_tri.png) no-repeat;
	background-size: 100% 100%;
	right: -357px;
	top: 30px;
}
.steny_teplo::before{
    width: 284px;
    height: 65px;
    background: url(../img/steny_teplo_tri.png) no-repeat;
	background-size: 100% 100%;
    right: -284px;
    top: 30px;
}
.steny_vnesh::before{
    width: 139px;
    height: 87px;
    background: url(../img/steny_vnesh_tri.png) no-repeat;
	background-size: 100% 100%;
    left: -139px;
    top: 190px;
}
.perekrytiya::before{
    width: 169px;
    height: 28px;
    background: url(../img/perekrytiya_tri.png) no-repeat;
	background-size: 100% 100%;
    left: -169px;
    top: 83px;
}
.fundament::before{
    width: 161px;
    height: 48px;
    background: url(../img/fundament_tri.png) no-repeat;
	background-size: 100% 100%;
    left: -161px;
    top: 30px;
}
.raschot{
	/* background:url(../img/raschot_bg.jpg) no-repeat top center;
    	background-size:cover; */
	padding:50px 0;
	color:#fff;
}
.raschot .container{
	background:#010202;
	padding:0;
}
h3{
	font-weight:600;
	text-align:center;
	font-size: 24px;
	margin: 34px 0;
}
.raschot form div:first-of-type{padding-right:15px;}
.raschot form div:nth-of-type(2){padding-left:15px;}
.raschot form textarea{
	border:none;
	background:#fff;
	display:block;
	width:100%;
	height:335px;
	resize:none;
	color:#505050;
	padding:10px;
}
.raschot h3{padding:0 15px;}

select {
	color:#505050;
	border:none;
	display:block;
	width:100%;
	height:44px;
	padding-left:15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none!important;
	background: url(../img/select.png) right center no-repeat #fff;
	text-indent: 0.01px; 
	text-overflow: '';
	margin-bottom:20px;
}
select::-ms-expand {display: none;}
.raschot_btn{text-align:center; clear:both; padding:20px 15px 30px;}
.raschot_btn a{
	display:inline-block;
	color:#fff;
	font-size:18px;
	text-align:center;
	background:#ff4e00;
	padding:6px 54px;
	font-weight: 600;
	line-height:40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.raschot_btn a:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.projects{text-align:center; margin-bottom:20px;}
.projects + a + p.center{margin-bottom:40px;}
.projects div{
	display:inline-block;
	vertical-align:top;
	background:#f3f3f3;
	border:1px solid #b3b3b3;
	padding:10px 15px 100px;
	position:relative;
	float:none;
	width:30%;
	margin:0 15px 30px;
}
.projects div:nth-of-type(4){margin-left:calc(16.66666667% + 15px);}
.projects img{width:100%; margin-bottom:15px;}
.projects p {
    font-weight: 600;
    text-align: center;
	font-size:18px;
	display:block;
	height:50px;
}
.projects ul{margin:0; padding:0; list-style:none; text-align:left; font-size:15px;}
a[href="#podrobnosti"]{
	display:block;
	color:#fff;
	width:calc(100% - 30px);
	max-width:100%;
	font-size:18px;
	text-align:center;
	background:#ff4e00;
	padding:6px 0;
	font-weight: 600;
	line-height:40px;
	margin:0 auto;
	position:absolute;
	bottom:31px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
a[href="#podrobnosti"]:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.center{text-align:center;}

.zakaz_sale{
	/* background:url(../img/raschot_bg.jpg) no-repeat top center;
	background-size:cover; */
	padding:50px 0;
	color:#fff;
}
.zakaz_sale .container .form{
	display:block;
	width:750px;
	max-width:100%;
	background:#030405;
	padding:1px 180px 30px;
	margin:0 auto;
	text-align:center;
}
.zakaz_sale .container .form .policy + input{max-width:100%;}
.timer {
  text-align: center;
  margin-bottom:20px;
}

.timer .timer-wrapper {
  display: inline-block;
  border:2px solid #128eff;
  padding:7px 7px 11px;
  margin-right: 15px;
  position:relative;
}
.timer .timer-wrapper:last-of-type{margin-right:0px;}
.timer .timer-wrapper::before,
.timer .timer-wrapper::after{
	content:'';
	display:block;
	background:#fff;
	width:2px;
	height:12px;
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.timer .timer-wrapper::before{left:-4px;}
.timer .timer-wrapper::after{right:-4px;}
.timer .timer-wrapper .time {
  font-size: 45px;
  line-height:45px;
  font-weight: 600;
  color: #ffffff;
}
.sertss{text-align:center; padding-bottom:20px;}
.sertss a{display:inline-block; float:none; margin:0 15px 25px;}
.sertss img{border:1px solid #dbdbdb;}
.girl{
	/* background:url(../img/girl_bg.jpg) no-repeat top center;
	background-size:cover; */
	color:#fff;
}
.girl .container{background:url(../img/girl.png) no-repeat right bottom; padding-bottom:85px;}
.girl .container div{
	background-position:left center;
	background-repeat:no-repeat;
	min-height:62px;
	position:realtive;
	margin-bottom:25px;
	clear:both;
	font-size:18px;
}
.girl .container div:nth-of-type(1){background-image:url(../img/why1.png);}
.girl .container div:nth-of-type(2){background-image:url(../img/why2.png);}
.girl .container div:nth-of-type(3){background-image:url(../img/why3.png);}
.girl .container div:nth-of-type(4){background-image:url(../img/why4.png);}
.girl .container div:nth-of-type(5){background-image:url(../img/why5.png);}
.girl .container div:nth-of-type(6){background-image:url(../img/why6.png);}
.girl .container div:nth-of-type(7){background-image:url(../img/why7.png);}
.girl .container div:nth-of-type(8){background-image:url(../img/why8.png);}
.girl .container div span{
	position:absolute;
	top:50%;
	left:95px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.girl h2{text-transform:none;}
.delivery{
	display: block;
	width: 588px;
	margin: 0 auto 10px;
	max-width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #ff4e00;
	padding: 10px 0;
	font-weight: 600;
	clear: both;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.delivery:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.delivery span{background:url(../img/calc.png) no-repeat center left; line-height:40px; padding-left:75px; display:inline-block; min-height:40px;}

.owl-carousel.real_projects{
	width:calc(100% - 200px);
	margin:0 auto 40px;
	text-align:center;
}
.owl-carousel.real_projects .owl-dots{display:none;}
.owl-carousel.real_projects .owl-nav .owl-prev,
.owl-carousel.real_projects .owl-nav .owl-next {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 20px;
    height: 70px;
    text-indent: -9999px;
    opacity: 1;
	background-image:url(../img/direction_arrows_big.png);
}
.owl-carousel.real_projects .owl-nav .owl-prev.disabled,
.owl-carousel.real_projects .owl-nav .owl-next.disabled{opacity:0.3;}
.owl-carousel.real_projects .owl-nav .owl-prev{left:-65px;}
.owl-carousel.real_projects .owl-nav .owl-next{right: -65px; background-position:20px 0;}
.owl-carousel.real_projects .item{position:relative;}
.owl-carousel.real_projects .item span{color:#fff; background:rgba(0,0,0,0.88); position:absolute; display:block; padding:13px 10px; bottom:0; left:0; width:100%; font-size:18px;}
.owl-carousel.notebook{max-width:811px; margin:0 auto 30px;}
.owl-carousel.notebook .item{position:realtive;}
.owl-carousel.notebook .item div.embed-responsive-16by9{top:6.24%; left:16.95%; right:16.95%; padding-bottom: 38.25%; position:absolute;}
.owl-carousel.notebook .owl-dots{text-align:center;}
.owl-carousel.notebook .owl-dot{display:inline-block; float:none; margin:0 8px;}
.owl-carousel.notebook .owl-dot span{
	display:block;
	background:#757575;
	width:22px;
	height:22px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.owl-carousel.notebook .owl-dot.active span{background:#ff4e00;}
.channel{text-align:center; margin-bottom:40px;}
.channel a{color:#0762d1; text-decoration:underline; font-size:18px;}
.channel a:hover{text-decoration:none;}
.parallax-window.hidden-xs {min-height:520px; top:64px;}
.parallax-window.preffs{min-height:647px; padding-top:1px;}
.parallax-window.raschot{min-height:679px;}
.parallax-window.zakaz_sale{min-height:679px;}
.parallax-window.girl{min-height:880px; padding-top:1px;}
.parallax-window.questions{min-height:295px;}
.parallax-window.roof{min-height:689px;}
.parallax-window.razrez{min-height:604px;}
.otziv {padding-bottom:40px;}
.otziv button{
	display: block;
	color: #fff;
	width:300px;
	max-width:100%;
	font-size: 18px;
	text-align: center;
	background: #ff4e00;
	padding: 14px 60px;
	font-weight: bold;
	border: none;
	margin:0px auto;
}
.otziv_item{position:relative; padding:83px 15px 0; margin-bottom:40px;}
.otziv_item div{position:relative; background:#efefef; border:1px solid #b3b3b3; font-size:18px; text-align:center; padding:110px 30px 35px; height: 100%;}
.otziv_item div::before,
.otziv_item div::after{position:absolute; display:block; content:''; background:url(../img/quots.png) no-repeat; width:44px; height:29px;}
.otziv_item div::before{left:15px; top:16px;}
.otziv_item div::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	transform: rotate(180deg);
	right:15px;
	bottom:16px;
}
.otziv_item img{
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 163px;
	-moz-border-radius: 163px;
	border-radius: 163px;
	z-index:9;
}
.otziv_name{font-weight:600; font-size:19px;}
.faq_item{font-size:18px; margin-bottom:30px;}
.faq_item div.col-lg-1{padding-top:7px;}
.faq_item div.col-lg-11{padding-left:30px;}
.questions h2{text-transform:none; font-weight:600; margin-top:0;font-size:35px;}
.questions .container div{
	text-align:center;
	background:rgba(0,0,0,0.37);
	color:#fff;
	padding-top:40px;
	margin-bottom:30px;
}
.questions .container div img{width:100%;}
.questions a{text-decoration:underline; color:#fff; font-size:26px; font-weight:600; display:block; clear:both; text-align:center;}
.contatcs p{padding-left:43px; font-size:18px;}
.contatcs img{width:100%; margin-top:15px;}
.contatcs div{padding:0 15px 40px;}
.contatcs a{color:#2a2929;}
.addr{background:url(../img/contacts_mark.png) no-repeat left center;}
.phone{background:url(../img/contacts_phone.png) no-repeat left center;}
.graphic{background:url(../img/contacts_clock.png) no-repeat left center;}
.email{background:url(../img/contacts_mail.png) no-repeat left center;}

.roof{
	
	background-size:cover;
	position:realtive;
	color:#fff;
}
.logo_middle{padding-top:80px;}
.middle_tel{padding-top:80px;}
.roof h2{
	position: absolute;
	text-align: center;
	width:100%;
	top: 80px;
	font-size: 39px;
	text-transform: none;
	line-height: 55px;
}
.roof .row{padding-top: 130px;}
.red_disk{
	display:block;
	margin-bottom:15px;
	font-size: 23px;
	font-weight: 600;
}
.red_disk::before{
	content:'';
	background:#ff0000;
	width:12px;
	height:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display:inline-block;
	margin-right:16px;
}
.roof .row a {
    display: block;
    width: 260px;
    max-width: 260px;
	color: #fff;
    font-size: 18px;
    text-align: center;
    background: #ff4e00;
    padding: 14px 0;
    font-weight: bold;
	margin-top: 45px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.roof .row a:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.roof .row a span {
    background: url(../img/ding.png) no-repeat center left;
    line-height: 24px;
    padding-left: 52px;
    display: inline-block;
    min-height: 24px;
}
.roof .row .col-lg-7{text-align:right; padding-bottom:100px;}
.oblasti {text-align:center;}
.oblasti .row div{padding:0 15px; margin-bottom:30px;}
.oblasti .row div a{position:relative; display:block; font-weight:600;}
.oblasti .row div a span{position:absolute; display:block; width:100%; padding:13px 5px; color:#fff; background:rgba(0,0,0,0.81); text-align:center; font-size:20px; bottom:0;}
.oblasti > a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #ff4e00;
    padding:18px 45px;
    font-weight: 600;
    margin: 0 auto 40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.oblasti > a:hover{
	background:#ff6420;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.razrez{
	color:#fff;

	background-size:cover;
	padding-bottom:40px;
}
.razrez ol li{color:#2a2929; font-weight:600; font-size:18px; margin-bottom:15px;}
.razrez ol li:last-child{margin-bottom:0;}
.razrez ol li span{font-weight:400;}
.razrez .white{overflow:auto; padding:40px 0;}
.razrez .white div:first-of-type{text-align:center; position:relative;}
.razrez .white div:first-of-type img{
	top:50%;
	left:50%;
	position:absolute;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.tabs_block{padding:40px 0;}
.tab{overflow:auto;}
.tab a{
	width: calc(50% + 15px);
	margin-left:-30px;
	color:#fff;
	line-height:68px;
	float:left;
	position:relative;
	z-index:10;
	display:block;
	text-align:center;
	z-index:1;
	font-weight:600;
	font-size:22px;
	padding-top: 10px;
}
.tab a:first-of-type{margin-left:0;}
.tab a::before{
	border:1px solid #b3b3b3;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	background: #757575;
	top:0;
	left:0;
	bottom:0;
	right:0;
	-webkit-transform: perspective(8px) rotateX(1deg); 
	-moz-transform: perspective(8px) rotateX(1deg); 
	-ms-transform: perspective(8px) rotateX(1deg); 
	-o-transform: perspective(8px) rotateX(1deg); 
	transform: perspective(8px) rotateX(1deg);
	transform-origin: bottom;
	position:absolute;
	display:block;
	content:'';
	z-index: -1;
}
.tab a.selected{color:#2a2929; z-index:10;}
.tab a.selected::before{background: #fff; border-bottom: none;}
.tab_content{
	padding:40px 15px 20px;
	background:#fff;
	border:1px solid #b3b3b3;
	border-top:none;
}
.tab_content > div{display:none;}
.tab_content > div:first-of-type{display:block;}
.tab_content .row{margin-bottom:40px;}
.profnastil-carousel{
	width:calc(100% - 200px);
	margin:0 auto;
	text-align:center;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 20px;
    height: 70px;
    text-indent: -9999px;
    opacity: 1;
	background-image:url(../img/direction_arrows_big.png);
	background-color:transparent;
	border:none;
}
.profnastil-carousel .slick-disabled{display:none !important;}
.profnastil-carousel .slick-prev{left:-65px;}
.profnastil-carousel .slick-next{right: -65px; background-position:20px 0;}
.profnastil-carousel .item{position:relative; border:1px solid #d6d6d6;}
.profnastil-carousel .item span{color:#fff; background:rgba(0,0,0,0.88); position:absolute; display:block; padding:13px 10px; bottom:0; left:0; width:100%; font-size:18px;}

.stoimost{
	display:block;
	color:#fff;
	width:300px;
	max-width:100%;
	font-size:18px;
	text-align:center;
	background:#ff4e00;
	padding:6px 0;
	font-weight: 600;
	line-height:40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin:40px auto 0;
}
.stoimost:hover{background:#ff6420;}
.profnastil_desc table{width:100%; margin-bottom:15px;}
.profnastil_desc table tr td{padding:3px 5px 3px 0;}
.profnastil_desc table tr td:last-child{text-align:right;}
.profnastil_desc h3{color:#636363; text-align:left; font-size:18px; margin-top:0; margin-bottom:15px; line-height:1.3;}
.border{padding-left:20px; padding-right:40px;}
.border img{border:1px solid #d6d6d6;}
.polimer {padding-bottom:40px;}
.polimer .tabs_block{padding-top:0;}
.polimer .tab_content > div{display:none;}
.polimer .tab_content > div:last-of-type{display:block;}

.polimer .tab a {font-size: 18px; padding-top:0;}
.red_text{color:#c53831; font-size:14px;}
.obrazets{
	display:block;
	color:#fff;
	float:right;
	width:300px;
	max-width:100%;
	font-size:18px;
	text-align:center;
	background:#ff4e00;
	padding:6px 0;
	font-weight: 600;
	line-height:40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-left:40px;
}
.obrazets:hover{background:#ff6420;}
.polimer-carousel-color .item img{float:left; margin-right:15px;}
.polimer-carousel-color .item{text-transform:uppercase; font-size:14px; margin-bottom:5px; cursor:pointer;}

@media screen and (max-width: 1199px){
	nav ul li a {font-size: 17px;}
	.logo_block {padding: 21px 0;}
	.call_order a {font-size: 16px;}
	.slogan{padding-right:20px; padding-left:20px;}
	.krovlya::before{width: 260px; right: -260px;}
	.steny_teplo::before{width: 190px; right: -190px;}
	.steny_vnesh::before{width: 97px; left: -97px;}
	.perekrytiya::before{width: 66px; left: -66px;}
	.fundament::before{width: 134px; left: -134px;}
	.sertss a{width: 150px;}
	.roof h2 {position:static; clear:both;}
	.roof .row {padding-top: 0px;}
}
@media screen and (max-width: 991px){
	.top_tel{text-align:center; margin-bottom:10px;}
	.top_tel div{float:none; padding-top:0; line-height:30px;}
	nav ul{text-align:center;}
	nav ul li {float:none;}
	nav ul li:first-child a{padding-left:15px;}
	.logo_block {padding: 21px 0;}
	.call_order a span{line-height: 11px; text-align: left;}
	.slogan {font-size: 15px;}
	.blue_circles .container > div:nth-of-type(1),
	.blue_circles .container > div:nth-of-type(2){margin-bottom:20px;}
	.white.main_block{padding-top:102px;}
	.material_item ul {font-size: 12px;}
	.krovlya::before{width: 182px; right: -182px;}
	.steny_teplo::before{width: 78px; right: -78px;}
	.steny_vnesh::before{width: 39px; left: -39px;}
	.fundament::before{width: 42px; left: -42px; top:60px;}
	.raschot form{font-size:14px;}
	.raschot form div:first-of-type{padding-left:15px;}
	.raschot form div:nth-of-type(2){padding-right:15px;}
	.raschot form textarea {height: 326px;}
	.projects div {margin: 0 11px 22px;}
	.projects div:nth-of-type(4) {margin-left: calc(16.66666667% + 11px);}
	a[href="#podrobnosti"]{line-height:20px;}
	.sertss a{width: 110px; margin-right:10px; margin-left:10px;}
	.girl .container{background:none; padding-bottom:40px;}
	.contatcs p{font-size:16px;}
/* 	.middle_tel {padding-top: 23px;} */
	.oblasti div a span {font-size: 16px;}
	.owl-carousel.profnastil-carousel {width: calc(100% - 110px); margin-bottom:30px;}
	.owl-carousel.profnastil-carousel .owl-nav .owl-prev{left:-38px;}
	.owl-carousel.profnastil-carousel .owl-nav .owl-next{right: -38px;}
	.polimer .tab a {font-size: 18px;}
	.polimer-carousel-color .item {font-size: 12px;}
	.polimer-carousel-color .item b{font-size: 14px;}
}
@media screen and (max-width: 767px){
	header .container{padding:0;}
	.nav-bar {display: block;}
	nav ul{display:none; margin-bottom:10px;}
	nav ul li {display: block; margin-left: 0px; padding:0;}
	nav ul li a{padding:8px 0; display:block; font-size: 18px;}
	nav ul li:first-child a{padding-left:0px;}
	a.visible-xs{display:inline-block !important;}
	.logo_block{text-align:center; padding:10px 0;}
	.slogan{padding:0;}
	.call_order{text-align:center; min-height: 10px; padding:20px 0;}
	.call_order a {position: static; display: inline-block; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;}
	.call_order a span{line-height:24px;}
	.download {padding-left:15px; padding-right:15px;}
	.download span{line-height:24px; padding-left: 50px; text-align:left;}
	.white.main_block {/* background-image: none; padding-bottom: 0px; */ padding-top: 121px;}
	.fancybox-slide > div.form{padding:38px 20px;}
	.preffs .container .row div{width:49%;}
	footer, .footer{text-align:center;}
	.material{background:none;}
	.material > div:last-of-type{text-align:left;}
	.krovlya::before,
	.steny_teplo::before,
	.steny_vnesh::before,
	.perekrytiya::before,
	.fundament::before{display:none;}
	.material_item{-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border:none; margin-bottom:20px; width:50%; float:left; padding:0 15px 0 0; vertical-align:top;}
	.krovlya,
	.material > div:last-of-type div{margin-bottom:20px;}
	.material > div{display: flex; flex-flow: row wrap;}
	.material_item p{text-align:left;}
	.material_item ul {font-size: 14px;}
	.raschot form textarea {height: 152px;}
	.projects div {width:45%; margin: 0 11px 22px;}
	.projects div:nth-of-type(4) {margin: 0 11px 22px;}
	.projects div:nth-of-type(5) {margin-left:calc(25% + 11px);}
	a[href="#podrobnosti"]{line-height:40px;}
	.projects + a span{line-height: 36px;}
	.zakaz_sale .container .form{width:395px; max-width:100%; padding:1px 20px 30px;}
	.sertss a{width: 110px; margin:0 5px 10px;}
	.delivery {padding-left: 15px; padding-right: 15px;}
	.delivery span {text-align:left; padding-left: 52px; line-height: 40px;}
	.owl-carousel.real_projects {width: calc(100% - 120px);}
	.owl-carousel.real_projects .owl-nav .owl-prev{left: -52px;}
	.owl-carousel.real_projects .owl-nav .owl-next{right: -52px;}
	.faq_item{font-size:16px; margin-bottom:20px;}
	.otziv_item{padding-left:0; padding-right:0;}
	.otziv_item div{font-size:16px;}
	.contatcs div{padding:0px 0 40px;}
	.roof .row .col-lg-6 {text-align: center;}
	.roof .row .col-lg-7 {text-align: center; padding-bottom: 40px;}
	.roof .row a{margin:30px auto 20px;}
	.red_disk{text-align:center;}
	.roof h2{margin-bottom:20px;}
	.razrez .white div:first-of-type{padding:0 10px;}
	.razrez .white div:first-of-type img{position:static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;}
	.razrez .white{padding:20px 0;}
	.razrez .white div:last-of-type{padding-right: 10px;}
	.razrez ol li {font-size: 16px;}
	.border{padding-left:5px; padding-right:20px; margin-bottom:30px;}
	.obrazets{margin:20px auto 0; float:none;}
	
}

@media screen and (max-width: 600px){
	.blue_circles .container > div.col-xs-5.col-xs-offset-1,
	.blue_circles .container > div.col-xs-4.col-xs-offset-2{width:80%; margin-left:20%;}
	.blue_circles .container > div:nth-of-type(3){margin-bottom:20px;}
	.preffs .container .row div{width:100%;}
	.material_item{width:100%; padding:0px;}
	.girl .container div{padding-left:95px;}
	.girl .container div span{position:static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;}
	.delivery span {line-height: 20px;}
	.roof div.col-xs-6{width:100%;}
	.logo_middle{text-align:center;}
	.middle_tel{text-align:center; padding-top: 9px; margin-bottom:15px;}
	.middle_tel div{float:none; padding-top:0;}
	.roof h2 {line-height: 41px;}
	.tab_content .col-xs-6{width:100%;}
	.polimer-carousel-color .item.col-xs-6{width:100%;}
}
@media screen and (max-width: 550px){
	.projects div {width:100%; margin: 0 0px 30px;}
	.projects div:nth-of-type(4) {margin: 0 0px 30px;}
	.projects div:nth-of-type(5) {margin:0;}
	.projects + a span {line-height: 24px;}
	.policy + input {display: block; color: #fff; font-size: 18px; text-align: center; background: #ff4e00; padding: 14px 0px; width: calc(100% - 30px); font-weight: bold; border: none; margin:0 auto;}
	.timer .timer-wrapper .time {font-size: 28px; line-height: 28px;}
	.girl .container div{background-position:left 10px; min-height:80px; font-size:16px; padding-left:80px;}
	.girl h2 {font-size: 27px;}
	.owl-carousel.real_projects {width: calc(100% - 70px);}
	.owl-carousel.real_projects .owl-nav .owl-prev{left: -34px;}
	.owl-carousel.real_projects .owl-nav .owl-next{right: -34px;}
	.owl-carousel.real_projects .item span {padding: 5px 10px; font-size: 14px;}
	.faq_item div.col-lg-11{padding-left:15px;}
	.questions .container div{margin-bottom:15px;}
	.roof h2 {line-height: 32px; font-size:28px;}
	.oblasti .col-xs-6{width:100%;}
	.oblasti .col-xs-6 img{width:100%;}
	.oblasti .col-xs-offset-3{margin-left:0;}
	.tab a {font-size: 16px;}
}
@media screen and (max-width: 400px){
	a[href="#metallocherepitsa"],
	.polimer .tab a[href="#poli_metallocherepitsa"]{font-size:14px;}
	
	.tab a{width: calc(50% + 10px); margin-left:-20px;}
	.border{padding-left:0px; padding-right:0px; margin-bottom:30px;}
}
@media screen and (max-width: 320px){
	.raschot_btn a {display: block; width:100%; padding: 6px 0px;}
}