/*--------------------
Font
--------------------*/
@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PFDinTextCondPro-Medium.eot');
	src: url('../fonts/PFDinTextCondPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Medium.woff2') format('woff2'),
		url('../fonts/PFDinTextCondPro-Medium.woff') format('woff'),
		url('../fonts/PFDinTextCondPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PFDinTextCondPro-XBlack.eot');
	src: url('../fonts/PFDinTextCondPro-XBlack.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-XBlack.woff2') format('woff2'),
		url('../fonts/PFDinTextCondPro-XBlack.woff') format('woff'),
		url('../fonts/PFDinTextCondPro-XBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PFDinTextCondPro-Bold.eot');
	src: url('../fonts/PFDinTextCondPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Bold.woff2') format('woff2'),
		url('../fonts/PFDinTextCondPro-Bold.woff') format('woff'),
		url('../fonts/PFDinTextCondPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PFDinTextCondPro-Thin.eot');
	src: url('../fonts/PFDinTextCondPro-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Thin.woff2') format('woff2'),
		url('../fonts/PFDinTextCondPro-Thin.woff') format('woff'),
		url('../fonts/PFDinTextCondPro-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PFDinTextCondPro-Regular.eot');
	src: url('../fonts/PFDinTextCondPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Regular.woff2') format('woff2'),
		url('../fonts/PFDinTextCondPro-Regular.woff') format('woff'),
		url('../fonts/PFDinTextCondPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PFDin';
	src: url('../fonts/PFDinTextCondPro-Light.eot');
	src: url('../fonts/PFDinTextCondPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Light.woff2') format('woff2'),
		url('../fonts/PFDinTextCondPro-Light.woff') format('woff'),
		url('../fonts/PFDinTextCondPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff2') format('woff2'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeuePro-Regular';
	src: url('../fonts/BebasNeuePro-Regular.ttf') format('truetype');
	font-style: normal;
}

/*--------------------
Resete styles
--------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}
html{
	line-height:1;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
a img{
	border:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display:block;
}
strong, b{
	font-weight:700;
}
/*--------------------
Default styles
--------------------*/
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	color:#333;
	line-height:1.2;
	font-size:14px;
	font-family:'PFDin', sans-serif;
	min-width: 320px;
}
*{
	box-sizing:border-box;
	outline:none !important;
}
*:before, *:after{
	box-sizing:border-box;
}
.hide{
	display:none;
}
b, strong{
	font-weight:bold;
}
button, input[type="button"], input[type="submit"]{
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding:0;
	border:0;
}
/*--------------------
Bootstrap styles
--------------------*/
.clearfix:before, .clearfix:after, .row:before, .row:after{
	display:table;
	content:"";
	clear:both;
}
.container{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width:768px){
	.container{
		width:750px;
	}
}
@media (min-width:992px){
	.container{
		width:970px;
	}
}
@media (min-width:1200px){
	.container{
		width:1170px;
	}
}
@media (min-width:1366px){
	.container{
		width:1200px;
	}
}
.container-fluid {
	margin-right:auto;
	margin-left:auto;
}
.row {
	clear:both;
	margin-left: -15px;
	margin-right: -15px;
}
.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 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left;}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9 {width:75%}
.col-xs-8 {width:66.66666667%}
.col-xs-7 {width:58.33333333%}
.col-xs-6 {width:50%}
.col-xs-5 {width:41.66666667%}
.col-xs-4 {width:33.33333333%}
.col-xs-3 {width:25%}
.col-xs-2 {width:16.66666667%}
.col-xs-1 {width:8.33333333%}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float:left; }
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.66666667%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.66666667%}
	.col-sm-1{width:8.33333333%}
}
@media (min-width:992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left;}
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left;}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.66666667%}
	.col-lg-10{width:83.33333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.66666667%}
	.col-lg-7{width:58.33333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.66666667%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.66666667%}
	.col-lg-1{width:8.33333333%}
}
.pull-right{float:right}
.pull-left{float:left}
.hide{display:none}
.show{display:block}
.invisible{visibility:hidden}
.hidden{display:none}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
/*--------------------
	HEADER
--------------------*/
.flex-container{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.first-column, .second-column, .third-column{
	width: 100%;
}
header {
	background-color: #FFF;
	padding: 15px 0;
	width: 100%;
	-webkit-box-shadow: 0px 10px 29px -12px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 29px -12px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 29px -12px rgba(0,0,0,0.15);
}
header .first-column{
	max-width: 270px;
}
header .second-column{
	max-width: 650px;
}
@media (min-width:768px){
		header .second-column{
		display:block !important;
		width:auto !important;
	}
}
header .third-column{
	max-width: 220px;
}
.first-column .header-logo img,
.first-column .header-logo{
	display: block;
}
.first-column .header-logo {
	font-family: 'BebasNeuePro-Regular';
	font-weight: 400;
    font-size: 36px;
    text-align: right;
    display: flex;
}

.first-column .header-logo-text {
    display: flex;
    align-items: end;
    flex-direction: column;
    margin-top: auto;
	margin-left: 10px;
}

.first-column .header-logo-descr {
	font-family: 'BebasNeuePro-Regular';	
    font-size: clamp(12px, 5vw, 16px);
}
.first-column .header-logo img{
	/*width: 100%;
	height: auto;*/
	/*max-height: 60px;*/
}
.second-column .nav-list{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 18px 0;
}
.second-column .nav-list li{
	position: relative;
}
.second-column .nav-list li.menu-item-has-children:before{
	content: '';
	height: 7px;
	width: 11px;
	background-image: url(../img/icon-dropdown.png);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	right: 3px;
	-webkit-transition: transform .4s ease;
	-moz-transition: transform .4s ease;
	-ms-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}
.second-column .nav-list li.menu-item-has-children.active:before{
	transform: rotate(90deg)
}
.second-column .nav-list li a{
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #F49424;;
	padding: 0 20px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
.second-column .nav-list li a:hover{
	color: #F49424;
}
.second-column .nav-list li ul{
	position: absolute;
	display: none;
	top: 20px;
	left: 50%;
	margin-left: -115px;
	text-align: center;
	min-width: 230px;
	padding:  5px 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #cccccc;
	z-index: 3;
}
.second-column .nav-list li ul li,.second-column .nav-list li ul li a{
	display: block;
}
.second-column .nav-list li ul li a{
	font-size: 14px;
	font-weight: 400;
	color: #8c8b8b;
	padding: 5px 10px;
}



.second-column .nav-list li ul li{
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
.second-column .nav-list li ul li:last-child{
	border: none;
}
.third-column .header-phone{
/*	text-align: right; */
	padding-top: 5px;
}
.third-column .header-phone .phone{
	font-size: 24px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 30px;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
.third-column .header-phone .phone span{
	font-size: 16px;}
.third-column .header-phone .phone:hover{
	color: #F49424;
}
.third-column .header-phone .callback-link{
	font-size: 16px;
	font-weight: 300;
	color: #F49424;
	line-height: 16px;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
.third-column .header-phone .callback-link:hover{
	color: #333;
}
.nav-btn{
	display:block;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	padding:7px 10px;
	display:block;
	z-index:2;
	text-decoration: none;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}
.nav-btn p {
	position: absolute;
	right: 100%;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media (min-width:768px){
	.nav-btn{
		display:none;
	}
}
.nav-btn span{
	background-color:#f49424;
	height:2px;
	width:100%;
	display:block;
	margin:6px 0;
	position:relative;
	-webkit-transition:all 0.4s ease, visibility 0.1s ease;
			transition:all 0.4s ease, visibility 0.1s ease;
}
.nav-btn.active span{
	height: 2px;
	-webkit-transform-origin:0;
			transform-origin:0;
}
.nav-btn.active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
.nav-btn.active span:nth-of-type(3){
	margin-top: 11px;
	-webkit-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.nav-btn.active span:nth-of-type(2){
	visibility:hidden;
}
/* Section Home */
.home{
	min-height: 667px;
}
.home .bgr{
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: top;
background-repeat: no-repeat;
background-image: url(/wp-content/uploads/2017/11/bg-home.jpg);
background-attachment: fixed;}
.home .block-left{
	width: 70%;
	float: left;
	position: relative;
}
.home .block-right{
	width: 30%;
	float: left;
}
.home .block-left .header-wrap{
	width: 80%;
	margin-top: 52px;
}
.home .block-left h1{
	font-size: 40px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
/*	display: inline; */
	text-shadow: white 0 0 25px;
}
.home .block-left h1 span{
	font-weight: 300;
	display: block;
}
.home .block-left .mini-heading{
	font-family: "Proxima", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: black;
	display: inline-block;
}
.home .block-left .from{
	position: absolute;
	top: 80px;
	right: 80px;
	display: block;
	height: 124px;
	width: 124px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.home .block-left .from p{
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	width: 60%;
	text-transform: uppercase;
}
.home .block-left .advantages-wrap{
	padding-top: 40px;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}
.home .block-left .list-advantages li{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.home .block-left .list-advantages .icon-advantages{
	height: 81px;
	width: 81px;
	border-radius: 50%;
	background-color: rgba(250,250,250, 0.8);
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.home .block-left .list-advantages .icon-advantages img{
	max-height: 45px;
	max-width: 45px;
}
.home .block-left .list-advantages p{
	font-family: "Proxima", sans-serif;
	font-size: 18px;
	font-weight: 400;
	max-width: 220px;
	margin-left: 20px;
	color: black;
	font-weight: bold;
}
.home .block-left .button-wrap{
	background-color: #F49424;
	border-radius: 3px;
	height: 90px;
	width: 230px;
	position: relative;
	margin-top: 75px;
}
.home .block-left .button-wrap:before{
	content: "";
	display: block;
	height: 60px;
	width: 170px;
	position: absolute;
	top: -10px;
	right: -63%;
	background-image: url(../img/arrow.png);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.home .block-left .button-wrap{
	font-size: 26px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 20px;
	display: block;
}
.home .block-left .button-wrap:hover:before{
	transform: skewY(-5deg);
	right: -65%;
}
.home .block-right .form-wrap{
	margin-top: 55px;
	max-width: 300px;
}
.home .block-right .callback-form{
	background-color: #FFF;
	border-radius: 0 0 4px 4px;
	padding: 27px 27px;
}
.home .block-right .headform{
	background-color: #F49424;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
	border-radius: 4px 4px 0 0;
	text-align: center;
	padding: 13px 0 9px 0;
}
.home .callback-form .name{
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 18px 0;
}
.callback-form p{
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0;
	color: #000;
}
.callback-form p.policy {
	font-size: 12px;
	color: #908F8F;
	text-align: center;
	margin: 15px 0 0 0;
}
.callback-form p.policy a {
	color: #908F8F;
	display: inline-block;
}
.callback-form p.policy a:hover{
	color: #F49424;
}
.callback-form input {
	height: 47px;
	width: 100%;
	display: block;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	font-size: 16px;
	padding: 0 15px;
	color: #333;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
}
.callback-form textarea {
	height: 80px;
	width: 100%;
	display: block;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	font-size: 16px;
	padding: 0 15px;
	color: #333;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
}
.callback-form input[type="text"]{
	margin-bottom: 10px;
}
.callback-form input[type="submit"]{
	background-color: #F49424;
	color: #FFF;
	font-size: 26px;
	font-weight: 500;
	font-family: "PFDin", sans-serif;
	text-transform: uppercase;
	border: none;
	height: 51px;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}
.callback-form input[type="submit"]:hover{
	background-color: #e4800b;
}
.home .wrap-link-catalog{
	text-align: center;
	min-height: 50px;
}
.home .link-catalog{
	background-color: #FFF;
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	padding: 13px 27px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.home .link-catalog:hover{
	background-color: #F49424;
	color: #FFF;
}
.projects-home .title{
	min-height: 136px;
	text-align: center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.projects-home .title h2{
	font-size: 40px;
	font-weight: 500;
	color: #000;
	padding: 30px 15px 0 15px;
	text-transform: uppercase;
}
.projects-home .stages-projects-cover{
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	margin-top: -15px;
	padding-bottom: 40px;
}
.projects-home .stages-projects-item{
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	width: calc(33.33% - 30px);
	margin: 0 15px;
	max-height: 65px;
	background-color: #FFF;
}
.projects-home .stages-projects-item:hover{
	background-color: #EAEAEA;
}
.projects-home .stages-projects-item.active{
	background-color: #EAEAEA;
}
.projects-home .stages-projects-item.active .stages-project-img{
	border: 6px solid #F49424;
}
.stages-projects-item .stages-project-img{
	width: 60px;
	height: 60px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 6px solid #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: -16px;
}
.stages-projects-item h5{
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 8px;
}
.stages-projects-item p{
	font-size: 14px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #333333;
}
.stages-projects-item h5,.stages-projects-item p{
	display: inline-block;
	padding-left: 30px;
}
.projects-home .stages-content-item{
	display: none;
}
.projects-home .stages-content-item.active{
	display: block;
}
.projects-home .content-box-wrap{
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	position: relative;
}
.projects-home .content-box-wrap:nth-child(2n){
	margin-right: 0;
}
.hit{
	background-image: url(../img/decor-orange.png);
	height: 52px;
	width: 52px;
	display: block;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
.projects-home .content-box-wrap .hit{
	position: absolute;
	top: 10px;
	left: -12px;
}
.projects-home a{
	display: block;
	text-decoration: none;
}
.content-box-wrap .content-img{
	height: 264px;
	width: 312px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	border-radius: 4px 0 0 4px;
/*	transform: scale(1.01);*/
}
.content-box-wrap .content-info{
/*	display: inline-block;*/
	padding: 31px 0 0 30px;
	overflow: hidden;
}
.content-box-wrap .content-info h4{
	font-size: 25px;
	color: #000;
}
.content-box-wrap .sizes-wrap{
	padding-top: 12px;
	padding-bottom: 17px;
}
.content-box-wrap .sizes-wrap .area, .content-box-wrap .sizes-wrap .sizer, .content-box-wrap .sizes-wrap2 .spalen, .content-box-wrap .sizes-wrap2 .sanuzel {
	display: inline-block;
	float: left;
}
.content-box-wrap .sizes-wrap .area{
	padding-right: 40px;
}
.content-box-wrap .sizes-wrap span{
	font-size: 14px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #777;
	display: block;
	padding-bottom: 5px;
}
.content-box-wrap .sizes-wrap p{
	font-size: 23px;
	font-weight: 300;
	color: #000;
}
.content-box-wrap .sizes-wrap2 {
    padding-top: 12px;
    padding-bottom: 17px;
}
.content-box-wrap .sizes-wrap2 .spalen {
    padding-right: 59px;
}
.content-box-wrap .sizes-wrap2 span {
    font-size: 14px;
    font-weight: 300;
    font-family: "Proxima", sans-serif;
    color: #777;
    display: block;
    padding-bottom: 5px;
}
.content-box-wrap .sizes-wrap2 p {
    font-size: 23px;
    font-weight: 300;
    color: #000;
}
.content-box-wrap .price-wrap{
	font-size: 30px;
	font-weight: 500;
	color: #F49424;
	border-top: 1px solid #cccccc;
	padding: 0px 0 10px 0;
	position: relative;
}
.content-box-wrap .price-wrap .old-price{
	font-size: 20px;
	font-weight: 100;
	color: #757575;
	text-decoration: line-through;
	position: absolute;
	top: 17px;
	left: 0;
}
.stages-btn-wrap{
	text-align: center;
	padding-bottom: 40px;
}
.stages-btn-wrap .button{
	display: inline-block;
	padding: 0 20px 0 52px;
	background-color: #FFF;
	color: #000;
	border: 2px solid #f49424;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 500;
	line-height: 47px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .4s ease;
	transition: .4s ease
}
.stages-btn-wrap .button:hover{
	background-color: #f49424;
	color: #FFF;
}
.icon-btn-home{
	position: relative;
	display: block;
}
.icon-btn-home:before{
	content: "";
	position: absolute;
	top: 12px;
	left: -35px;
	height: 24px;
	width: 24px;
	display: block;
	background-image: url(../img/icon4.png);
}
.why-we{
	background-color: #F7F7F7;
	padding:35px 0 50px 0;
}
.why-we .why-we-box{
	margin-bottom: 50px;
}
.why-we h2{
	font-size: 40px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.why-we .icon-item{
	float: left;
	margin-right: 24px;
}
.why-we .text-item{
	display: inline-block;
	width: 60%;
	min-height: 120px;
	height: auto;
}
.why-we .text-item h5{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}
.why-we .text-item p{
	font-size: 16px;
	font-weight: 500;
	font-family: "Proxima", sans-serif;
	color: #000;
}
.why-we .why-we-btn{
	text-align: center;
}
.why-we .why-we-btn .orange-btn,.why-we .why-we-btn .dark-btn{
	margin: 0 5px;
	width: 271px;
}
.dark-btn{
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	background-color: #333;
	font-size: 18px;
	height: 51px;
	line-height: 51px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.dark-btn:hover{
	background-color: #F49424;
}
.why-we .why-we-btn .orange-btn:hover{
	background-color: #333;
}
.call-project{
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0 40px 0;
	background-size: cover;
background-image: url(https://kssrub.ru/wp-content/uploads/2017/11/bg-call-project.jpg);
}
.call-project .form-wrap{
	max-width: 242px;
}
.call-project .callback-form input[type="submit"]{
	font-size: 18px;
	color: #000;
}
.call-project .callback-form p.policy{
	text-align: left;
	width: 100%;
}
.call-project h2{
	font-size: 40px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	width: 80%;
}
.call-project p{
	font-size: 16px;
	font-weight: 400;
	font-family: "Proxima", sans-serif;
	color: #000;
	width: 80%;
}
.call-project .call-title-wrap{
	position: relative;
	margin-top: 57px;
}
.call-project .call-title-wrap:before{
	top: -10px;
	left: -47px;
	height: 150px;
	width: 150px;
	background-image: url(../img/tecstur-circles.png);
	background-position: center;
	background-repeat: no-repeat;
}
.call-project .call-title-wrap:after{
	bottom: -12px;
	right: 0;
	height: 41px;
	width: 171px;
	background-image: url(../img/arrow-gray.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.call-project .call-title-wrap .box-text{
	padding: 18px 20px;
	border-left: 4px solid #f49424;
	position: relative;
}
.call-project .call-title-wrap .box-text:before{
	height: 41px;
	width: 251px;
	top: 0;
	left: 0;
	background-image: url(../img/border-top.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.call-project .call-title-wrap .box-text:after{
	height: 27px;
	width: 251px;
	bottom: 0;
	left: 0;
	background-image: url(../img/border-bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.call-project .call-title-wrap .box-text:after,.call-project .call-title-wrap .box-text:before,.call-project .call-title-wrap:after,.call-project .call-title-wrap:before{
	content: "";
	display: block;
	position: absolute;
}
.call-project:hover .call-title-wrap:after{
	transform: skewY(-5deg);
	right: -15px;
}
.news-shares{
	background-color: #f6f6f6;
}
.news-shares .news-shares-wrap{
	padding-bottom: 47px;
}
.news-shares .title{
	min-height: 167px;
	text-align: center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.news-shares .title h2{
	font-size: 40px;
	font-weight: 500;
	color: #000;
	padding: 40px 15px 0 15px;
	text-transform: uppercase;
	}
.news-shares .news-shares-item{
	width: calc(50% - 15px);
	height: 265px;
	background: #fff;
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.news-shares .news-shares-item:hover{
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
}
.news-shares .news-shares-item:hover .content-title{
	color: #F49424;
}
.news-shares .news-shares-item.right-flex{
	flex-direction: row-reverse;
}
.news-shares .news-shares-item.right-flex .img-box{
	border-radius: 0 4px 4px 0;
}
.news-shares .news-shares-item:last-child{
	margin-right: 0;
}
.news-shares .news-shares-item.item-big{
	height: 560px;
	float: right;
	margin-right: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.news-shares .news-shares-item.item-big .content-box{
	max-width: 100%;
}
.news-shares .news-shares-item.item-big .content-title{
font-size: 66px;
font-weight: 700;
color: #fff;
text-align: center;
position: relative;
margin-top: 75px;
padding-bottom: 14px;
text-shadow: 0px 1px 10px #333;}

.news-shares .news-shares-item.item-big .content-title span{
	font-size: 45.5px;
	font-weight: 300;
}
.news-shares .news-shares-item.item-big .content-title:before,.news-shares .news-shares-item.item-big .content-title:after{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background-color: #F00;
	left: 50%;
}
.news-shares .news-shares-item.item-big .content-title:before{
	top: 0;
	width: 61%;
	margin-left: -30.5%;
}
.news-shares .news-shares-item.item-big .content-title:after{
	bottom: 0;
	margin-left: -37.5%;	
	width: 76%;
}
.news-shares .news-shares-item.item-big .content-desc{
	font-size: 30px;
	font-weight: 500;
	font-family: "PFDin", sans-serif;
	color: #000;
	text-align: center;
	margin-top: 100px;
}
.news-shares .news-shares-item.item-big .content-desc span{
	font-size: 20px;
	text-transform: uppercase;
	display: block;
}
.news-shares-item .img-box{
	width: 100%;
	max-width: 312px;
	height: 265px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px 0 0 4px;
}
.news-shares-item .content-box{
	padding: 30px;
	max-width: 260px;
	overflow: hidden;
}
.news-shares-item .content-meta{
	font-size: 12px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #7d7d7d;
	margin-bottom: 18px;
}
.news-shares-item .content-title{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 18px;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	max-height: 50px;
	overflow: hidden;
}
.news-shares-item .content-desc{
	font-size: 14px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #000;
	max-height: 100px;
	overflow: hidden;
}
.orange-text{
	color: #f49424;
}
footer{
	background-color: #2d2d2d;
	padding: 20px 0;
	border-top: 1px solid #414141;
}
footer .logo-footer{
	padding-top: 14px;
	display: block;
}
.footer_block.col-sm-3.col-md-3 a {
    color: #eee;
}
footer .about-footer{
	padding-top: 10px;
}
footer .about-footer, footer .about-footer a{
	font-size: 12px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #F6F6F6;
	text-decoration: none;
}
footer .about-footer a{
	border-bottom: 1px solid #5f5f5f;
}
footer .about-footer a:hover{
	color: #f49424;
	border-color: #f49424;
}
footer .footer-phone{
	padding-top: 6px;
/*	text-align: right;*/
}
footer .footer-phone .phone{
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 30px;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
footer .footer-phone .phone span{
	font-size: 16px;
}
footer .footer-phone .phone:hover{
	color: #F49424;
}
footer .footer-phone .callback-link{
	font-size: 16px;
	font-weight: 300;
	color: #F49424;
	line-height: 16px;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
footer .footer-phone .callback-link:hover{
	color: #fff;
}
footer .contanct-footer{
	padding-top: 6px;
}
footer .contanct-footer a{
	font-size: 14px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #F6F6F6;
	text-decoration: none;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	margin-bottom: 3px;
}
footer .contanct-footer a:hover{
	color: #F49424;
}
footer .social-footer{
	margin-top: 5px;
}
footer .social-footer li{
	display: inline-block;
	margin-right: 5px;
}
footer .social-footer li:last-child{
	margin-right: 0;
}
footer .sprite {
	background-image: url(../img/sprite_social.png);
	background-repeat: no-repeat;
	display: block;
}
body.footer-fix footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.sprite-icon-facebook {
	width: 28px;
	height: 28px;
	background-position: -3px -2px;
}
.sprite-icon-facebook:hover {
	background-position: -35px -2px;
}
.sprite-icon-insta {
	width: 27px;
	height: 27px;
	background-position: -68px -2px;
}
.sprite-icon-insta:hover {
	background-position: -99px -2px;
}
.sprite-icon-vk {
	width: 27px;
	height: 28px;
	background-position: -130px -2px;
}
.sprite-icon-vk:hover {
	background-position: -161px -2px;
}
.sprite-icon-youtube {
	width: 27px;
	height: 28px;
	background-position: -192px -2px;
}
.sprite-icon-youtube:hover {
	background-position: -223px -2px;
}
.sprite-icon-dzen {
    width: 27px;
    height: 28px;
    background-position: -254px -2px;
}
.sprite-icon-dzen:hover {
	background-position: -285px -2px;
}
.sprite-icon-telegram {
    width: 27px;
    height: 28px;
    background-position: -316px -2px;
}
.sprite-icon-telegram:hover {
	background-position: -347px -2px;
}
footer .copy-footer{
	font-size: 14px;
	font-weight: 300;
	color: #f6f6f6;
	text-align: right;
	font-family: "Proxima", sans-serif;
}
footer .copy-footer img{
	max-width: 175px;
	max-height: 40px;
}
/*-----------
 Page Catalog 
-----------*/
.title-page{
	color: #000;
	font-family: "PFDin", sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 48px;
}
.catalog-projects{
	background-color: #F6F6F6;
}
.catalog-projects .catalog-projects-cover{
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	padding-top: 10px;
	padding-bottom: 30px;
}
.catalog-projects .catalog-projects-item{
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	width: calc(33.33% - 30px);
	margin-right: 49px;
	max-height: 65px;
	background-color: #FFF;
}
.catalog-projects .catalog-projects-item:last-child{
	margin-right: 0;
}
.catalog-projects .catalog-projects-item:hover{
	background-color: #EAEAEA;
}
.catalog-projects .catalog-projects-item.active{
	background-color: #EAEAEA;
}
.catalog-projects .catalog-projects-item.active .catalog-project-img{
	border: 6px solid #F49424;
}
.catalog-projects-item .catalog-project-img{
	width: 60px;
	height: 60px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 6px solid #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: -16px;
}
.catalog-projects-item h5{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 8px;
	color: #333;
}
.catalog-projects-item p{
	font-size: 14px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #333333;
}
.catalog-projects-item h5,.catalog-projects-item p{
	display: inline-block;
	padding-left: 10px;
}
.catalog-filter{
	background-color: #FFF;
	padding: 30px;
}
.catalog-filter label{
	font-size: 15px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	color: #29211A;
}
.catalog-filter .select-wrap, .catalog-filter .input-wrap{
	display: flex;
	-webkit-align-items: center;
	align-items: center;
/*	-webkit-justify-content: center;
	justify-content: center;*/
	margin-bottom: 20px;
}
.catalog-filter .select-wrap .nice-select{
	margin: 0 14px;
	max-width: 268px;
	width: 100%;
	border-color: #CDCDCD;
}
.catalog-filter .select-wrap .nice-select:before{
	content: "";
	display: block;
	height: 7px;
	width: 13px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	background-image: url(../img/select-drop.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.15s ease-in-out; 
	transition: all 0.15s ease-in-out;
}
.catalog-filter .select-wrap .nice-select.open:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.catalog-filter .select-wrap .nice-select:after{
	display: none;
}
.catalog-filter .select-wrap .nice-select .current{
	font-size: 16px;
	font-weight: 300;
	color: #6E6E6E;
}
.catalog-filter .select-wrap .nice-select .list{
	max-width: 268px;
	width: 100%;
}
.catalog-filter .input-wrap{
	margin-bottom: 0;
}
.catalog-filter input[type="text"]{
	height: 42px;
	max-width: 137px;
	display: block;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	font-size: 16px;
	padding: 0 15px;
	color: #333;
	font-weight: 300;
	font-family: "PFDin", sans-serif;
	margin: 0 14px;
}
.catalog-filter input.search,.catalog-filter .search-box{
	max-width: 532px;
	width: 100%;
	margin-left: 0;
	position: relative;
}
.catalog-filter input.search{
	padding-right: 40px;
}
.catalog-filter .search-box:before{
	content: "";
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 12.5px;
	right: 12px;
	z-index: 2;
	background-image: url(../img/icon-search.png);
	background-repeat: no-repeat;
}
.catalog-filter input[type="submit"]{
	background-color: #F49424;
	color: #FFF;
	font-size: 18px;
	line-height: 41px;
	font-weight: 500;
	font-family: "PFDin", sans-serif;
	text-transform: uppercase;
	border: none;
	padding: 0 30px;
	margin: 0 10px;
	height: 41px;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}
.catalog-filter input[type="submit"]:hover{
	background-color: #e4800b;
}
.catalog-projects .catalog-proj-wrap{
	padding-top: 30px;
}
.catalog-proj-wrap .content-box-wrap{
	background-color: #FFF;
	border-radius: 4px;
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-decoration: none;
}
.catalog-proj-wrap .content-box-wrap .content-img{
	transform: scale(1);
}
.catalog-proj-wrap  .content-box-wrap .hit{
	position: absolute;
	top: 10px;
	left: -12px;
}
.catalog-projects .help-block{
	background-color: #FFF;
	border-radius: 4px;
	padding: 25px 30px 30px 30px;
	position: relative;
	margin-bottom: 30px;
}
.catalog-projects .help-block:before{
	content: "";
	display: block;
	height: 167px;
	width: 167px;
	background-image: url(../img/tecstur-circles.png);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 30px;
}
.catalog-projects .help-block:after{
	content: "";
	display: block;
	height: 209px;
	width: 217px;
	background-image: url(../img/man.png);
	background-repeat: no-repeat;
/*	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;*/
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 84px;
}
.catalog-projects .help-block .content-block{
	padding-left: 370px;
	width: 95%;
}
.catalog-projects .help-block .content-block h3{
	font-size: 36px;
	font-weight: 500;
}
.catalog-projects .help-block .content-block p{
	font-size: 16px;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
}
.catalog-projects .help-block .content-block .orange-btn{
	text-transform: uppercase;
	line-height: 47px;
	height: 47px;
	padding: 0 23px;
	margin-top: 20px;
}
.paginetion-wrap{
	padding: 20px 0 50px 0;
}
.paginetion-wrap .pagination{
	text-align: center;
}
.paginetion-wrap .pagination li{
	display: inline-block;
	margin: 0 5px;
}
.paginetion-wrap .pagination li a{
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding: 7px 15px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
}
.paginetion-wrap .pagination li a:hover{
	border-color: #F49424;
}
.paginetion-wrap .pagination li.active a{
	background-color: #f49424;
	border-color: #F49424;
	color: #FFF;
}
.pagination li.first-item a,.pagination li.last-item a{
	padding: 0;
	background-color: transparent;
	border: none;
}
.pagination li.first-item a,.pagination li.last-item a{
	display: block;
	height: 25px;
	width: 30px;
	position: relative;
}
.pagination li.first-item a:before, .pagination li.last-item a:before{
	content: "";
	display: block;
	height: 20px;
	width: 12px;
	position: absolute;
	top: 7px;
}
.pagination li.first-item a:before{
	left: 5px;
	background-image: url(../img/arr-left.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pagination li.last-item a:before{
	right: 5px;
	background-image: url(../img/arr-right.png);
	background-repeat: no-repeat;
	background-position: center;
}
.catalog-info-block{
	background-color: #FFF;
	font-family: "Proxima", sans-serif;
	padding: 40px 0 73px 0;
}
.catalog-info-block h4{
	font-size: 24px;
	font-weight: 500;
	font-family: "PFDin", sans-serif;
	margin-bottom: 23px;
}
.catalog-info-block p{
	line-height: 20px;
}
.catalog-info-block ul{
	padding: 25px 0 22px 10px;
	list-style: disc;
}
/*page price*/
.price-new-block{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	margin-bottom: 12px;
}
.price-new-title{
    background-color: #F49424;
    color: #FFF;
    font-weight: 600;
    border-radius: 3px;
    padding: 12px 18px;
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
}
.price-new-title:after{
    content: "";
    display: block;
    background: url(../img/strelka_left.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: 40% 0;
}
.price-new-title:hover:after,
.price-new-title.active:after{
    transform: rotate(90deg) translateY(-50%);
}
.price-new-text{
	display: none;
	width: 100%;
	margin-top: 12px;
}
.price-new-text img{
	max-width: 100%;
	height: auto;
}
/* -------------
Page Contacts
------------- */
.contacts-boxs{
	padding-bottom: 110px;
	padding-top: 40px;
}
.contacts-boxs .contacts-info{
	padding: 0 35px 25px 35px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 25px;
	
}
.contacts-boxs .contacts-info h4{
	display: block;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
}
.contacts-boxs .contacts-info h4:before{
	content: "";
	display: block;
	height: 26px;
	width: 19px;
	position: absolute;
	top: 4px;
	left: -30px;
	background-image: url(../img/icon-point.png);
	background-repeat: no-repeat;
}
.contacts-boxs .contacts-list-item{
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Proxima", sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.contacts-boxs .contacts-list-item ul{
	width: 50%;
	margin-bottom: 8px;
}
.contacts-boxs .contacts-list-item a{
	color: #F49424;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
.contacts-boxs .contacts-list-item a:hover{
	color: #000;
	text-decoration: none;
}
.contacts-boxs .contacts-list-item .phone li{
	text-align: right;
	width: 79%;
}
.contacts-boxs .contacts-list-item .phone a{
	font-size: 24px;
	color: #333;
	text-decoration: none;
}
.contacts-boxs .contacts-list-item .phone a:hover{
	color: #F49424;
}
.contacts-boxs .cont-map{
	width: 100%;
	height: 405px;
	margin-bottom: 30px;
}
.contacts-form-wrap{
	padding: 23px 0;
}
.contacts-form-wrap h4{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.contacts-form-wrap input,.contacts-form-wrap textarea{
	height: 47px;
	width: 47.99%;
	display: inline-block;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	font-size: 16px;
	padding: 0 15px;
	color: #333;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	background-color: #efefef;
}
.contacts-form-wrap input[type="text"]{
	margin-bottom: 15px;
	margin-right: 20px;
}
.contacts-form input.form-email{
	margin-right: 0;
}
.contacts-form-wrap textarea{
	width: 100%;
	height: 126px;
	resize: none;
	padding: 15px;
	margin-bottom: 15px;
}
.contacts-form-wrap input[type="submit"]{
	max-width: 170px;
	background-color: #F49424;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	font-family: "PFDin", sans-serif;
	border: none;
	height: 51px;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}
.contacts-form-wrap input[type="submit"]:hover{
	background-color: #e4800b;
}
.contacts-social{
	padding-top: 20px;
}
.contacts-social .social-list li{
	display: inline-block;
	margin-right: 10px;
}
.contacts-social .sprite {
	background-image: url(../img/sprites-contacts.png);
	background-repeat: no-repeat;
	display: block;
}
.sprite-sp1 {
	width: 42px;
	height: 43px;
	background-position: -7px -5px;
}
.sprite-sp1:hover {
	background-position: -59px -5px;
}
.sprite-sp2 {
	width: 42px;
	height: 42px;
	background-position: -111px -5px;
}
.sprite-sp2:hover {
	background-position: -163px -5px;
}
.sprite-sp3 {
	width: 43px;
	height: 43px;
	background-position: -215px -5px;
}
.sprite-sp3:hover {
	background-position: -268px -5px;
}
.sprite-sp4 {
	width: 44px;
	height: 44px;
	background-position: -321px -5px;
}
.sprite-sp4:hover {
	background-position: -373px -5px;
}
.sprite-sp5 {
    width: 44px;
    height: 44px;
    background-position: -424px -5px;
}
.sprite-sp5:hover {
    background-position: -475px -5px;
}
.sprite-sp6 {
    width: 44px;
    height: 44px;
    background-position: -525px -5px;
}

.sprite-sp6:hover {
    background-position: -575px -5px;
}
/* --------------
Page Tipovaja
----------------*/
.tipovaja-wrap{
	font-family: "Proxima", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.tipovaja-wrap .tipovaja-content {
	padding-top: 30px;
}
.tipovaja-wrap .tipovaja-content img{
	float: left;
	margin-right: 30px;
	max-width: 371px;
	width: 100%;
	height: auto;
}
.tipovaja-wrap .tipovaja-content p{
	margin-bottom: 20px;
	line-height: 24px;
}
.tipovaja-wrap .tipovaja-bg{
	height: 524px;
	width: 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.tipovaja-wrap .tipovaja-content2 p{
	line-height: 24px;
	margin-top: 25px;
}
.tipovaja-wrap .orange-block{
	background-color: #F49424;
	color: #FFF;
	padding: 38px 41px;
	border-radius: 4px;
	margin: 30px 0 40px 0;
}
.tipovaja-wrap .orange-block p{
	margin-top: 0;
	display: block;
	position: relative;
	line-height: 20px;
	font-style: italic;
}
.tipovaja-wrap .orange-block p:before,.tipovaja-wrap .orange-block p:after{
	content: "";
	display: block;
	height: 11px;
	width: 13px;
	position: absolute;
	background-image: url(../img/icon-brack.png);
	background-repeat: no-repeat;
}
.tipovaja-wrap .orange-block p:before{
	top: -17px;
	left: -15px;
}
.tipovaja-wrap .orange-block p:after{
	bottom: -14px;
	right: -15px;
	transform: rotate(180deg);
}
.tipovaja-wrap .tip-box-info{
	border-top: 1px solid #F49424;
	margin: 0 10px 0 20px;
}
.tipovaja-wrap h4{
	font-family: "PFDin", sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin: 20px 0;
}
.tipovaja-wrap .tip-box-info p{
	font-size: 14px;
	line-height: 20px;
}
.tipovaja-wrap .tipovaja-list{
	padding: 65px 0 0 0;
}
.tipovaja-wrap h2{
	font-family: "PFDin", sans-serif;
	font-size: 24px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.tipovaja-wrap .bg-gray{
	background-color: #F8F8F8;
	padding: 40px 30px;
}
.tipovaja-wrap .bg-gray .box-list{
	margin: 0;
}
.tipovaja-wrap .box-list{
	margin: 20px;
}
.tipovaja-wrap .box-list li{
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}
.tipovaja-wrap .box-list li:before{
	content: "";
	display: block;
	height: 14px;
	width: 18px;
	position: absolute;
	top: 2px;
	left: 2px;
	background-image: url(../img/icon-check.png);
	background-repeat: no-repeat;
}
.tipovaja-wrap .orange-btn{
	font-family: "PFDin", sans-serif;
	padding: 0 30px;
	margin-top: 8px;
}
.tipovaja-table-wrap{
	padding-top: 30px;
	padding-bottom: 60px;
}
.tipovaja-table-wrap table{
	width: 100%;
}
.tipovaja-table-wrap table tr th,.tipovaja-table-wrap table tr td{
	width: 21%;
	padding: 15px 25px;
}
.tipovaja-table-wrap table tr th{
	background-color: #F49424;
	color: #FFF;
	font-weight: 600;
}
.tipovaja-table-wrap table tr th:last-child{
	text-align: center;
	width: 14.5%;
}
.tipovaja-table-wrap table tr td:last-child{
	text-align: center;
}
.tipovaja-table-wrap table tr td:first-child{
	font-weight: 400;
}
.tipovaja-table-wrap table tr:nth-child(2n){
	background-color: #F8F8F8;
}
.tipovaja-table-wrap table tr.title-ul{
	background-color: #F49424;
	color: #FFF;
}
.tipovaja-table-wrap table img{
	vertical-align: middle;
}
input.user-phone{
	font-size: 24px;
	font-weight: 200;
}
/* --------
	PORTFOLIO 
----------*/
.por-slider-cover {
	max-width: 687px;
	width: 100%;
	margin-right: 10px;
	float: left;
}
.por-slider-cover-without {
	max-width: 687px;
	width: 100%;
	margin: 0 auto;
}
/* --------
	Statii 
----------*/
.sect-statii .news-shares-item.right-flex{
	margin-right: 0;
}
.sect-statii .news-shares-wrap{
	margin-top: 30px;
}
/* --------
	MEDIA 
----------*/
@media(max-width: 1366px) {
	/* Page Index */
	.content-box-wrap .content-img{
		width: 300px;
	}
	/* Page Contacts */
	.contacts-boxs .contacts-list-item .phone li{
		width: 68%;
	}
	.contacts-boxs .contacts-list-item .phone a{
		font-size: 20px;
	}
}
@media(max-width: 1199px) {
	/* HEADER */
	header .first-column{
		max-width: 180px;
		padding-top: 5px;
	}
	.second-column .nav-list li a{
		font-size: 14px;
		padding: 0 14px;
	}
	.second-column .nav-list li.menu-item-has-children::before{
		right: 0;
		top: 5px;
	}
	.second-column .nav-list li ul li a{
		font-size: 13px;
	}
	.third-column .header-phone .phone{
		font-size: 22px;
	}
	/* FOOTER */
	footer .logo-footer img{
		display: block;
		max-width: 170px;
		width: 100%;
		height: auto;
	}
	footer .footer-phone .phone{
		font-size: 25px;
	}
	footer .copy-footer img{
		max-width: 120px;
	}
	footer .social-footer li{
		margin-right: 3px;
	}
	/* Page Index */
	.home .block-left h1{
		font-size: 36px;
	}
	.home .block-left .mini-heading{
		font-size: 18px;
	}
	.home .block-left .from{
		width: 100px;
		height: 100px;
	}
	.home .block-left .from p{
		font-size: 14px;
	}
	.home .block-left .button-wrap{
		width: 180px;
		height: 75px;
	}
	.home .block-left .button-wrap{
		font-size: 20px;
	}
	.home .block-left .button-wrap::before{
		height: 50px;
		width: 140px;
		top: 20px;
	}
	.stages-projects-item .stages-project-img, .catalog-projects-item .catalog-project-img{
		width: 80px;
		height: 80px;
		margin-top: -10px;
		margin-left: 5px;
	}
	.projects-home .stages-projects-item.active .stages-project-img, .catalog-projects .catalog-projects-item.active .catalog-project-img{
		border: 4px solid #F49424;
	}
	.stages-projects-item h5, .catalog-projects-item h5{
		font-size: 20px;
		padding-left: 15px;
	}
	.stages-projects-item p, .catalog-projects-item p{
		padding-left: 0;
	}
	.content-box-wrap .content-info{
		padding: 15px 0 0 15px;
	}
	.content-box-wrap .content-img{
		width: 240px;
		height: 180px;
	}
	.content-box-wrap .content-info h4{
		font-size: 22px;
	}
	.content-box-wrap .sizes-wrap p{
		font-size: 20px;
	}
	.content-box-wrap .price-wrap{
		padding-top: 30px;
		padding-bottom: 0;
	}
	.content-box-wrap .price-wrap{
		font-size: 22px;
	}
	.content-box-wrap .price-wrap .old-price{
		font-size: 18px;
		top: 10px;
	}
	.why-we .text-item{
		min-height: 130px;
	}
	.why-we .icon-item{
		margin-right: 10px;
	}
	/* Page Catalog */
	.catalog-filter input.search, .catalog-filter .search-box{
		max-width: 310px;
	}
	/* Page Contacts */
	.contacts-boxs .contacts-list-item .phone li{
		width: 85%;
	}
	/* Page Tipovaja */
	.tipovaja-table-wrap table tr th:last-child{
		width: 14.2%;
	}
}
@media(max-width: 992px) {
	/* HEADER */
	header{
		padding: 5px 0;
		position: relative;
	}
	header .first-column{
		max-width: 120px;
		padding-top: 14px;
	}
	header .third-column{
		max-width: 170px;
	}
	.third-column .header-phone .phone{
		font-size: 16px;
		line-height: 20px;
	}
	.third-column .header-phone .phone span {
    font-size: 14px;
}
	.second-column .nav-list li a {
    padding: 0 9px;
}
	.catalog-projects-item h5 {
    font-size: 16px;
    padding-left: 5px;
}
	/* FOOTER */
	footer .about-footer{
		text-align: center;
	}
	footer .footer-phone .phone{
		font-size: 20px;
		line-height: 25px;
	}
	footer .contanct-footer, footer .copy-footer{
		padding-top: 15px;
	}
	.footer_block:nth-child(3n+1){
		clear:both;
	}
	/* Page Index */
	.home .block-left{
		width: 55%;
	}
	.home .block-right{
		width: 45%;
	}
	.home .block-left h1{
		font-size: 32px;
	}
	.home .block-left .from{
		width: 70px;
		height: 70px;
	}
	.home .block-left .from p{
		font-size: 12px;
		width: 90%;
	}

	.home .block-left .list-advantages .icon-advantages{
		background-color: transparent;
		width: 30px;
		height: 30px;
	}
	.home .block-left .list-advantages .icon-advantages img{
		max-height: 25px;
		max-width: 25px;
	}
	.home .block-left .list-advantages p{
		font-size: 14px;
	}
	.home .block-left .advantages-wrap{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home .block-right .form-wrap{
		max-width: 330px;
	}
	.home .wrap-link-catalog{
		padding-top: 30px;
	}
	.projects-home .title h2, .why-we h2, .call-project h2, .news-shares .title h2{
		font-size: 34px;
	}
	.stages-projects-item .stages-project-img, .catalog-projects-item .catalog-project-img{
		width: 60px;
		height: 60px;
	}
	.stages-projects-item p, .catalog-projects-item p{
		display: none;
	}
	.stages-projects-item h5, .catalog-projects-item h5{
		padding-top: 14px;
	}
	.content-box-wrap .content-img{
		width: 100%;
		border-radius: 4px 4px 0 0;
		transform: scale(1);
	}
	.content-box-wrap .content-info{
		text-align: center;
		display: block;
		padding: 15px;
	}
	.content-box-wrap .sizes-wrap, .content-box-wrap .sizes-wrap2{
		display: inline-block;
	}
	.stages-btn-wrap .button{
		font-size: 16px;
	}
	.dark-btn{
		font-size: 16px;
		 height: 45px;
		line-height: 45px;
	}
	.call-project .call-title-wrap{
		margin-top: 10px;
	}
	.call-project .form-wrap{
		margin-left: 90px;
	}
	.news-shares .title{
		min-height: 100px;
	}
	.news-shares .title h2{
		padding-top: 20px;
	}
	.news-shares .news-shares-item{
		width: 100%;
	}
	.news-shares-item .content-box{
		max-width: 400px;
	}
	.news-shares .news-shares-item.item-big .content-title span{
		display: block;
	}
	.news-shares .news-shares-item.item-big .content-box{
		margin: 0 auto;
	}
	/* Page Catalog */
	.catalog-filter .input-wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-filter label{
		font-size: 14px;
	}
	.catalog-filter .input-wrap input{
		max-width: 264px;
		width: 100%;
	}
	.catalog-filter .search-box{
		margin-top: 20px;
	}
	.catalog-filter input.search, .catalog-filter .search-box{
		max-width: 360px;
	}
	.catalog-filter input[type="text"]{
		margin: 0 8px;
	}
	.catalog-filter input[type="submit"]{
		font-size: 14px;
		margin-left: 20px;
		margin-top: 19px;
	}
	.catalog-projects .help-block .content-block{
		padding-left: 300px;
	}
	.catalog-projects .help-block .content-block h3{
		font-size: 26px;
	}
	.catalog-projects .help-block .content-block p{
		font-size: 14px;
	}
	/* Page Contacts */
	.contacts-boxs .contacts-list-item{
		font-size: 14px;
	}
	.contacts-boxs .contacts-list-item .phone li{
		width: 95%;
	}
	.contacts-boxs .contacts-list-item .phone a{
		font-size: 16px;
	}
	.contacts-boxs .cont-map{
		height: 300px;
	}
	.contacts-form-wrap input{
		height: 45px;
	}
	.contacts-form-wrap input[type="submit"]{
		height: 45px;
		font-size: 16px;
	}
	/* Page Tipovaja */
	.tipovaja-table-wrap table tr th{
		width: 20.8%;
	}
	.tipovaja-table-wrap table tr th:last-child{
		width: 14.3%;
	}
	.tipovaja-wrap .tipovaja-wrap .tipovaja-bg{
		height: 400px;
	}
	/* --------	PORTFOLIO ----------*/
	.por-slider-cover {
		float: none;
	}
}
@media(max-width: 767px) {
	/* HEADER */
	header .first-column{
		max-width: 160px;
		padding-top: 5px;
		margin-right: 20px;
	}
	header .second-column{
		display: none;
		position: absolute;
		top: 49px;
		left: 0;
		right: 0;
		z-index: 3;
		max-width: 100%;
		width: 100% !important;
		background-color: #FFF;
	}
.home .block-left .button-wrap {display:none;}
	.second-column .nav-list{
		display: block;
		padding-top: 30px;
		-ms-overflow-y: scroll;
		overflow-y: scroll;
	}
	.second-column .nav-list li{
		margin: 0 auto;
	}
	.second-column .nav-list li a{
		padding: 5px 0;
		display: inline-block;
		font-size: 16px;
	}
	.second-column .nav-list li ul{
		position: relative;
		display: none;
		top: 0;
		left: 0;
		margin-left: 0;
		min-width: 100%;
		visibility: visible;
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.second-column .nav-list li ul li,.second-column .nav-list li ul{
		border: none;
	}
	.second-column .nav-list li.menu-item-has-children::before{
		display: none;
	}
	/* FOOTER */
	footer, footer .footer-phone, footer .copy-footer{
		text-align: center;
	}
	footer .logo-footer img{
		margin: 0 auto;
	}
	footer .footer-phone{
		padding-top: 15px;
	}
	.footer_block:nth-child(3n+1){
		clear:none;
	}
	/* Page Index */
	.home .block-left, .home .block-right{
		width: 100%;
		float: none;
	}
	.home .block-left .header-wrap, .home .block-left .button-wrap, .home .block-right .form-wrap{
		margin-top: 15px;
	}
	.home .block-left .advantages-wrap{
		padding-top: 15px;
	}
	.home .block-left .from{
		top: 0;
		right: 30px;
	}
	.home .block-right .form-wrap{
		max-width: 100%;
	}
	.home .block-right .headform{
		font-size: 24px;
	}
	.callback-form input{
		height: 40px;
	}
	input.user-phone{
		font-size: 20px;
	}
	.callback-form input[type="submit"]{
		height: 40px;
		font-size: 20px;
	}
	.home .wrap-link-catalog{
		padding-bottom: 20px;
	}
	.home .link-catalog{
		font-size: 16px;
		padding: 10px 18px;
	}
	.projects-home .title h2, .why-we h2, .call-project h2, .news-shares .title h2{
		font-size: 26px;
	}
	.projects-home .title{
		min-height: 60px;
	}
	.projects-home .title h2{
		padding-top: 15px;
	}
	.projects-home .content-box-wrap{
		width: 70%;
		margin: 0 auto 30px auto;
		float: none;
	}
	.projects-home .content-box-wrap:nth-child(2n){
		margin-right: auto;
	}
	.projects-home a{
		text-decoration: none;
	}
	.content-box-wrap .content-img{
		height: 240px;
	}
	.content-box-wrap .price-wrap .old-price{
		left: 0;
		right: 0;
		top: 10px;
		bottom: 0;
	}
	.projects-home .stages-projects-cover{
		display: none;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.projects-home .stages-projects-item{
		margin-bottom: 10px;
		width: 70%;
	}
	.stages-projects-item h5{
		font-size: 16px;
	}
	.why-we .text-item{
		margin-top: 10px;
		min-height: 100px;
	}
	.why-we .why-we-btn .orange-btn, .why-we .why-we-btn .dark-btn{
		width: auto;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.call-project .call-title-wrap{
		width: 50%;
		margin:  0 auto;
	}
	.call-project .call-title-wrap::after{
		display: none;
	}
	.call-project .form-wrap{
		margin: 20px auto 0 auto;
	}
	.call-project h2, .call-project p{
		width: 100%;
	}
	.call-project .call-title-wrap .box-text{
		padding: 18px 0 18px 20px;
	}
	.news-shares-item .content-title{
		font-size: 17px;
	}
	.news-shares .news-shares-item.item-big .content-title span{
		font-size: 25px;
		padding-top: 5px;
	}
	.news-shares .news-shares-item.item-big .content-title{
		font-size: 45px;
		margin-top: 15px;
	}
	.news-shares .news-shares-item.item-big .content-desc{
		font-size: 22px;
		margin-top: 50px;
	}
	.news-shares .news-shares-item.item-big{
		height: 390px;
	}
	/* Page Catalog */
	.catalog-projects .catalog-projects-cover, .catalog-filter .select-wrap, .catalog-filter .input-wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.catalog-projects .catalog-projects-item{
		margin-bottom: 10px;
		width: 70%;
		margin-right: 0;
	}
	.catalog-filter input.search, .catalog-filter .search-box{
		max-width: 264px;
		margin-left: 0;
	}
	.catalog-filter input[type="submit"]{
		margin-left: 0;
		margin-right: 0;
	}
	.catalog-filter label{
		margin-bottom: 3px;
		margin-top: 10px;
	}
	.catalog-projects .help-block::after,.catalog-projects .help-block::before{
		display: none;
	}
	.catalog-projects .help-block .content-block{
		padding-left: 0px;
		text-align: center;
	}
	.catalog-info-block h4{
		font-size: 22px;
	}
	.paginetion-wrap .pagination li{
		margin: 0 2px;
	}
	.paginetion-wrap .pagination li a{
		font-size: 16px;
		padding: 5px 12px;
	}
	.pagination li.first-item a::before, .pagination li.last-item a::before{
		height: 27px;
	}
	/* Page Contacts */
	.contacts-boxs .contacts-list-item ul, .contacts-boxs .contacts-list-item .phone li{
		text-align: center;
	}
	.contacts-boxs .contacts-list-item .phone a{
		font-size: 17px;
	}
	.contacts-boxs .contacts-list-item .phone li{
		width: 100%;
	}
	.contacts-form-wrap input[type="text"]{
		margin-right: 0;
		width: 100%;
	}
	.contacts-boxs .cont-map{
		margin-bottom: 20px;
	}
	.contacts-form-wrap .contacts-form,.contacts-social{
		text-align: center;
	}
	.contacts-boxs{
		padding-bottom: 40px;
	}
	/* Page Tipovaja */
	.tipovaja-wrap .tipovaja-content img{
		max-width: 230px;
	}
	.tipovaja-wrap .tipovaja-bg{
		height: 300px;
	}
	.tipovaja-table-wrap table tr th{
		width: 20.8%;
	}
	.tipovaja-table-wrap table tr th:last-child{
		width: 14.3%;
	}
	.tipovaja-wrap .tip-box-info{
		padding-bottom: 20px;
	}
	.tipovaja-wrap .tip-box-info h4{
		margin: 10px 0;
	}
	.tipovaja-table-wrap{
		overflow-y: hidden;
		overflow-x: auto;
	}
	.tipovaja-table-wrap table{
		width: 700px;
	}
	.tipovaja-table-wrap table tr th,.tipovaja-table-wrap table tr td{
		padding: 10px 20px;
	}
	/* --------	PORTFOLIO ----------*/
	.kart-slider-cover {;
		float: none;
		display: block;
		margin: 0 auto;
	}
	/* --------	STATII ----------*/
	.sect-statii .news-shares-wrap{
		padding-bottom: 0;
	}
}
@media(max-width: 479px) {
	/* Page Index */
	.projects-home .content-box-wrap{
		width: 90%;
	}
	.home .block-left .from{
		display: none;
	}
	.call-project .call-title-wrap{
		width: 90%;
	}
	.why-we .text-item h5{
		font-size: 18px;
	}
	.why-we .text-item p{
		font-size: 14px;
	}
	.news-shares .news-shares-item.right-flex, .news-shares .news-shares-item{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.news-shares .news-shares-item{
		height: 400px;
	}
	.news-shares-item .img-box, .news-shares .news-shares-item.right-flex .img-box{
		max-width: 100%;
		border-radius: 4px 4px 0 0;
	}
	.news-shares-item .content-meta, .news-shares-item .content-title{
		margin-bottom: 8px;
	}
	.news-shares-item .img-box{
		height: 230px;
	}
	.news-shares .news-shares-item.item-big .content-title{
		font-size: 35px;
	}
	.news-shares .news-shares-item.item-big .content-desc{
		font-size: 18px;
	}
	.news-shares .news-shares-item.item-big{
		height: 350px;
	}
	/* Page Contacts */
	.contacts-boxs .contacts-list-item ul{
		width: 100%;
	}
	.contacts-boxs .contacts-info{
		text-align: center;
	}
	.contacts-boxs .contacts-info h4{
		display: inline-block;
	}
	/* Page Tipovaja */
	.tipovaja-wrap .tipovaja-content img{
		max-width: 100%;
		margin-right: 0;
	}
	.tipovaja-wrap .tipovaja-bg{
		height: 230px;
	}
}
@media(max-width: 420px) {
	/* HEADER */
	.flex-container{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.third-column .header-phone{
		text-align: left;
	}
	header .second-column{
		top: 90px;
	}
}
@media(max-width: 320px) {
	
}














































































































































































































































































































































































































































































































































/*--------------------
	KARTOCHKA
--------------------*/
.way-window {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 3px;

}
.way-window li {
	display: inline-block;
}
.way-window li:nth-of-type(2n) {
	margin: 0 3px;
}
.way-window li a {
	color: #333;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.way-window li a:hover {
	text-decoration: none;
	color: #F49424;
}
.kartochka {
	background-color: #f6f6f6;
}
.kart-top-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.kart-slider-cover {
	display: inline-block;
	max-width: 687px;
	width: 100%;
	margin-right: 10px;
}
.kart-slider-nav {
	padding: 0 19px;
}
.kart-slider-for {
	margin-bottom: 11px;
}
.kart-slide-for {
	max-width: 687px;
	height: 502px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 6px solid #fff;
	position: relative;
}
/*.kart-slide-for:before{
	content: "";
	width: 275px;
	height: 67px;
	display: block;
	background-image: url(../img/logo-wa.png);
	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%);
	opacity: 0.3;
}*/
.kart-slide-nav {
	height: 109px;
	background-position: center;
	background-size: cover;
	border: 5px solid #fff;
	background-repeat: no-repeat;
	margin: 0 5px;
	cursor: pointer;
	margin-bottom:10px;
}
.kart-slide-nav.slick-current {
	border: 5px solid #f49424;
}

.slick-slide img {
	max-width:100%;
	max-height: 100%;
}
.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}

.slick-arrow {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	top: 50%;
}
.slick-arrow:hover {
	opacity: 0.7;
}
.slick-arrow-next{
	right: 0;
}
.slick-arrow-prev{
	left: 0;
}
.kart-slider-for .slick-dots {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 22px;
	background-color: rgba(255,255,255,.8);
	width: 100px;
	text-align: center;
	padding: 3px 0 5px;
	border-radius: 15px;
}
.kart-slider-for .slick-dots li {
	display: inline-block;
	margin-right: 4px;
}
.kart-slider-for .slick-dots li:last-child {
	margin-right: 0;
}
.kart-slider-for .slick-dots button {
	font-size: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.kart-slider-for .slick-active button {
	background-color: #f49424;
}
.kart-right-cover {
	vertical-align: top;
	max-width: 470px;
	width: 100%;
	display: inline-block;
}
.kart-info-wrap {
	padding: 28px 30px 30px;
	background-color: #fff;
	margin-bottom: 14px;
}
.kart-info-price {
	border: 4px solid #f49424;
	padding: 23px 35px 39px;
}
.kart-price {
	position: relative;
	padding-left: 65px;
}
.kart-price::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/icon-1.png');
	left: 0;
	top: 0;
}
.kart-price li:first-child {
	font: 300 14px/20px 'Proxima', sans-serif;
}
.kart-price li:last-child {
	font-weight: 500;
	line-height: 20px;
	font-size: 38px;
	color:#f49424;
}
.kart-info-date {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 34px;
}
.kart-date {
	width: 50%;
	position: relative;
	min-height: 68px;
	z-index: 1;
	text-transform: uppercase;
	padding-top: 10px;
}
.kart-date::before {
	content: '';
	position: absolute;
	width: 68px;
	height: 68px;
	background-image: url('../img/icon-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	top: 0;
}
.kart-date:first-child::before {
	left: 0;
}
.kart-date:last-child::before {
	left: 67px;
}
.kart-date:first-child {
	padding-left: 19px;
	padding-top: 10px;
}
.kart-date:last-child {
	padding-left: 86px;
}
.kart-date li:first-child {
	font: 300 14px/20px 'Proxima', sans-serif;
}
.kart-date li:last-child {
	font-weight: 500;
	line-height: 30px;
	font-size: 30px;
}
.kart-applic-wrap {
	background-color: #fff;
	color: #292119;
	padding: 25px 33px 32px;
}
.kart-applic-wrap h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
}
.kart-applic-wrap ul {
	max-width: 310px;
	margin: 17px 0 16px;
}
.kart-applic-wrap li {
	position: relative;
	padding-left: 33px;
	font: 300 16px 'Proxima', sans-serif;
	margin-bottom: 14px;
}
.kart-applic-wrap li:last-child {
	margin-bottom: 0;
}
.kart-applic-wrap li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background-image: url('../img/icon-2.png');
	background-position: center;
	background-repeat: no-repeat;
}
.kart-applic-wrap p {
	font: 300 14px/20px 'Proxima', sans-serif;
	margin-bottom: 14px;
}
.orange-btn {
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
	background-color: #f49424;
	font-size: 18px;
	height: 51px;
	line-height: 51px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.kart-applic-wrap .orange-btn {
	max-width: 188px;
	width: 100%;
}
.orange-btn:hover {
	background-color: #e4800b;
}
.kart-sample-wrap {
	display: flex;
	flex-direction: column;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	padding: 35px 70px 27px 37px;
	margin-top: 10px;
}
.kart-sample {
	position: relative;
	padding-left: 49px;
	padding-bottom:20px;
}
.kart-sample::before {
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	left: 0;
	background-position: top right;
	background-repeat: no-repeat;
}
.kart-sample.area::before {
	background-image: url(../img/area.png);
}
.kart-sample.size::before {
	background-image: url(../img/size.png);
}
.kart-sample.rooms:before {
	background-image: url(../img/rooms.png);
}
.kart-sample.toilets::before {
	background-image: url(../img/toilet.png);
}
.kart-sample.floor::before {
	background-image: url(../img/floor.png);
}
.kart-sample.material::before {
	background-image: url(../img/material.png);
}
.kart-sample li:first-child {
	text-transform: uppercase;
	font: 300 12px 'Proxima', sans-serif;
}
.kart-sample li:last-child {
	color: #292119;
	font-weight: 500;
	font-size: 15px;
	max-width: 180px;
}
.kart-info-text {
	font: 300 16px/24px 'Proxima', sans-serif;
	margin: 22px 0 36px;
}
.kart-plan-cover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.plan-left-wrap {
	max-width: 540px;
	width: 100%;
}
.bg-title-cover {
	background-color: #f6f6f6;
	padding-bottom: 24px;
}
.bg-title {
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	font-size: 28px;
	padding: 21px 0 20px 33px;
	z-index: 1;
	max-width: 215px;
}
.bg-title::before {
	content: '';
	position: absolute;
	width: 105px;
	height: 105px;
	left: 0;
	top: 0;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/icon-bg.png');
}
.plan-left-item {
	background-color: #fff;
	padding: 25px 10px 20px;
}
.plan-left-info {
	text-align: center;
	margin-bottom: 13px;
}
.plan-left-info:last-child {
	margin-bottom: 0;
}
.plan-left-info h5 {
	font: 400 20px 'Proxima', sans-serif;
	margin-bottom: 9px;
}
.plan-left-img {
	height: 260px;
	max-width: 319px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	text-decoration: none;
}
.plan-right-wrap {
	max-width: 630px;
	width: 100%;
}
.plan-right-item {
	background-color: #333;
	padding: 53px 20px 53px 59px;
	position: relative;
}
.plan-right-list {
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan-right-list li {
	width: calc(50% - 15px);
	position: relative;
	padding-left: 72px;
	margin-bottom: 36px;
}
.plan-right-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/icon-2-2.png');
	width: 48px;
	height: 43px;
}
.plan-right-list li p {
	font: 300 16px 'Proxima', sans-serif;
	max-width: 154px;
}
.plan-right-slogan {
	font: 300 20px 'Proxima', sans-serif;
	color: #f49424;
	max-width: 405px;
	margin-bottom: 25px;
	padding-top: 16px;
	text-decoration: none;
	display: block;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.plan-right-slogan:hover {
	color: #fff;
}
.plan-right-item .orange-btn {
	max-width: 188px;
	width: 100%;
}
.material-carusel {
	background-color: #fff;
	margin-top: 13px;
	padding-top: 21px;
}
.material-carusel .bg-title {
	max-width: 470px;
	margin-left: 22px;
}
.material-carus-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 26px;
	margin-top: 30px;
	position: relative;
	min-height: 270px;
}
.material-carus-item {
	width: calc(33.3% - 15px);
	padding: 0 25px;
	text-align: center;
	position: relative;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.material-carus-item h5 {
	text-transform: uppercase;
	font: 300 16px 'Proxima', sans-serif;
}
.material-carus-item:last-child::before {
	display: none;
}
.material-carus-item::before {
	content: '';
	position: absolute;
	right: -13px;
	background-color: #bdbdbd;
	width: 1px;
	height: 100%;
}
.carus-slide-img {
	background-position: center;
	background-repeat: no-repeat;
	height: 141px;
	width: 100%;
	display: block;
	margin: 28px auto 10px;
}
.carus-item-slider {
	height: 220px;
	overflow-y: hidden;
	cursor: pointer;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.carus-item-slide {
	-webkit-transition: .4s ease;
	transition: .4s ease;
	width: 100%;
	order: 2;
}
.carus-item-slide .carus-slide-img,
.carus-item-slide p{
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.carus-item-slide:hover .carus-slide-img,
.carus-item-slide:hover p{
	opacity: 0.6;
}
.carus-item-slider.active {
	width: 100%;
	z-index: 1;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.carus-item-slide.active {
	width: calc(33.3% - 15px);
}
.carus-item-slide.slide-visible {
	order: 1;
}
.material-carus-item.active {
	width: 100%;
	position: absolute;
	z-index: 2;
	opacity: 1;
}
.material-carus-item.active:nth-of-type(1){
	left: 0;
}
.material-carus-item.active:nth-of-type(2){
	right: 0;
	left: 0;
	margin: auto;
}
.material-carus-item.active:nth-of-type(3){
	right: 0;
}
.material-carus-item.no-open {
	z-index: -1;
	opacity: 0;
}
.material-carus-item.active::before {
	display: none;
}
.carus-item-slide.active.slide-visible .carus-item-slide p{
	color: #f49424;
}
.carus-item-slide p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.fancybox-skin {
	background: #333;
	border-radius: 0;
	padding: 0 !important;
}
.material-carus-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	background-color: #fff8ef;
}
.carus-price-right {
	max-width: 784px;
	width: 100%;
	padding: 49px 10px 30px 44px;
}
.carus-price-left {
	max-width: 386px;
	width: 100%;
	background-color: #fff2e3;
	padding: 40px 10px 35px;
}
.price-left-cover {
	margin: 0 auto;
	max-width: 274px;
}
.carus-price-title {
	font: 300 14px 'Proxima', sans-serif;
	text-transform: uppercase;
}
.carus-price {
	font-weight: 500;
	font-size: 38px;
	margin-bottom: 4px;
}
.price-left-cover p {
	color: #f49424;
	font: 300 16px 'Proxima', sans-serif;
}
.carus-price-right p {
	max-width: 436px;
	display: inline-block;
	font: 300 14px 'Proxima', sans-serif;
	margin-right: 67px;
}
.carus-price-right .orange-btn {
	border: none;
	vertical-align: top;
	max-width: 188px;
	width: 100%;
	margin-top: 6px;
}
.plan-item-open {
	padding: 24px 15px 39px 47px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-left: 1px solid #9f9f9f;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.plan-item-open.active {
	z-index: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.plan-open-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 22px;
}
.plan-open-list {
	height: 536px;
}
.plan-open-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f49424;
	width: 8px;
}
.plan-open-list .mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	background-color: #f6f6f6;
}
.plan-open-list .mCSB_scrollTools {
	right: 6px;
}
.plan-open-list li {
	position: relative;
	padding-left: 13px;
	font: 300 16px 'Proxima', sans-serif;
	max-width: 480px;
	margin-bottom: 8px;
}
.plan-open-list li:last-child {
	margin-bottom: 0;
}
.plan-open-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #f49424;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}
.plan-open-close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #f49424;
	position: absolute;
	right: 13px;
	top: 14px;
	cursor: pointer;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.plan-open-close:hover {
	opacity: 0.6;
}
.plan-open-close::before,
.plan-open-close::after {
	position: absolute;
	content: '';
	height: 20px;
	width: 2px;
	background-color: #f49424;
	top: 50%;
	left: 50%;
}
.plan-open-close::before {
	transform: translate(-50%, -50%) rotate(45deg);

}
.plan-open-close::after {
	z-index: 2;
	transform: translate(-50%, -50%) rotate(-45deg);
}
/*--------------------
	ADVANTAGE
--------------------*/
.advantage {
	text-align: center;
	padding: 35px 0 39px;
	background-color: #fff;
}
.advant-text {
	font: 300 16px 'Proxima', sans-serif;
	max-width: 184px;
	margin: 19px auto 0;
}
/*--------------------
	OTHER-PROJECTS
--------------------*/
.other-projects {
	padding-bottom: 59px;
	padding-top: 41px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.other-projects h2 {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
}
.other-proj-item {
	background-color: #fff;
  border-radius: 4px;
  position: relative;
  display: block;
  text-decoration: none;
}
.other-proj-item .content-img {
	height: 264px;
	width: 100%;
	max-width: 312px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
	float: left;
	transform: scale(1); 
}
.content-img {
	position: relative;
}
.content-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	background-color: rgba(244,148,36,.3);
	opacity: 0;
}
.content-box-wrap:hover .content-img::before {
	opacity: 1;
}
.content-box-wrap .content-info h4 {
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.content-box-wrap:hover .content-info h4 {
	color: #f49424;
}
.other-proj-item .content-info {
	padding: 31px 10px 10px 30px;
}
.other-proj-item .hit {
	position: absolute;
	top: 11px;
	left: -12px;
}
/*--------------------
	ABOUT
--------------------*/
.section-title {
    background-position: center;
    background-repeat: repeat-x;
    padding: 27px 0;
    background-image: url(https://kssrub.ru/wp-content/themes/quatroit/img/tecstur-no-repeat.png);
}
.section-title .title-page {
	margin-bottom: 0;
}
.about-advant-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 58px;
}
.about-advant-item {
	width: calc(50% - 15px);
	position: relative;
	padding-left: 118px;
	margin-bottom: 88px;
}
.about-advant-item .advant-img {
	position: absolute;
	top: 3px;
	left: 0;
}
.advant-item-info h6 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
.advant-item-info p {
	font: 300 16px/20px 'Proxima', sans-serif;
	max-width: 415px;
}
/*--------------------
	ABOUT-FACTS
--------------------*/
.about-facts {
	overflow: hidden;
}
.about-facts h2 {
	text-align: center;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto 29px;
	font-weight: 400;
	font-size: 40px;
}
.about-facts-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f8f8f8;
}
.about-facts-wrap:nth-of-type(2n) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
.about-facts-img {
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 429px;
}
.about-facts-item {
	width: 50%;
	padding-left: 83px;
	padding: 49px 15px 15px 83px;
}
.about-facts-wrap:nth-of-type(2n) .about-facts-item {
	padding-left: 15px;
	padding-right: 83px;
}
.about-facts-wrap p {
	font-weight: 300;
	font-size: 40px;
	max-width: 444px;
	display: inline-block;
}
.about-facts-wrap p > span {
	display: block;
}
.about-facts-wrap:nth-of-type(2n) .facts-item-text {
	text-align: right;
}
.about-facts-wrap ul {
	margin-top: 38px;
}
.about-facts-wrap li {
	margin-bottom: 13px;
}
.about-facts-wrap li p {
	display: inline-block;
	vertical-align: top;
	font: 300 16px/20px 'Proxima', sans-serif;
	max-width: 92px;
	padding-top: 8px;
}
.about-facts-wrap li:last-child {
	margin-bottom: 0;
}
.about-facts-wrap li > span {
	font: 500 60px/60px 'PFDin', sans-serif;
	color: #f49424;
	display: inline-block;
	margin-right: 18px;
}
.facts-item-city li {
	padding-right: 24px;
	position: relative;
	font: 300 18px 'Proxima', sans-serif;
}
.facts-item-city li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	background-color: #f49424;
}
.facts-item-city li:last-child::after {
	display: none;
}
/*--------------------
	ABOUT-SERVICES
--------------------*/
.about-services {
	padding: 51px 0 130px;
}
.about-serv-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-serv-item {
	width: calc(50% - 15px);
	position: relative;
}
.about-serv-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 440px;
	width: 100%;
}
.about-serv-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	background-color: #f49424;
	opacity: 0;
}
.about-serv-item:hover .about-serv-img::before {
	opacity: 0.3;
}
.about-serv-info {
	min-height: 310px;
	max-width: 315px;
	width: 100%;
	background-color: #f8f8f8;
	bottom: -75px;
	right: -13px;
	position: absolute;
	padding: 34px 13px 15px 38px;
	z-index: 1;
}
.about-serv-info h6 {
	font-size: 24px;
	font-weight: 400;
	max-width: 242px;
}
.about-serv-info p {
	font: 300 16px 'Proxima', sans-serif;
	margin: 7px 0 21px;
}
.about-serv-info .orange-btn {
	max-width: 128px;
	width: 100%;
	height: 43px;
	line-height: 43px;
}
/*--------------------
	ABOUT-CONSULT
--------------------*/
.about-consult {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 106px 0 132px;
}
.about-consult h2 {
	color: #fff;
	font-weight: 400;
	font-size: 40px;
}
.about-consult-slogan {
	color: #fff;
	max-width: 1030px;
	font: 300 16px/20px 'Proxima', sans-serif;
	margin: 17px auto 29px;
}
.consult-btn {
	border-radius: 4px;
	font-weight: 500;
	font-size: 18px;
	height: 51px;
	line-height: 51px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	width: 100%;
	margin-right: 7px;
}
.consult-btn:last-child {
	margin-right: 0;
}
.consult-btn-wrap .white-btn {
	color: #2d2d2d;
	background-color: #fff;
	max-width: 218px;
}
.consult-btn-wrap .white-btn:hover {
	color: #fff;
	background-color: #e4800b;
}
.consult-btn-wrap .orange-btn {
	max-width: 188px;
}
/*--------------------
	PAGE-ERROR
--------------------*/
.page-error {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 120px;
}
.page-error-wrap {
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.error-title-wrap {
	max-width: 600px;
	margin: 0 auto 50px;
	position: relative;
}
.page-error-wrap h1 {
	font-size: 326.69px;
	line-height: 225.69px;
	font-weight: 900;
	color: #af916e;
	-webkit-background-clip: text;
	background-clip: text;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/bg-text.png');
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	overflow: hidden;
}
.error-title-wrap::before {
	content: '';
	position: absolute;
	bottom: -28px;
	left: -50px;
	width: 55px;
	height: 48px;
	background-image: url('../img/icon-17.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.error-title-wrap::after {
	content: '';
	position: absolute;
	bottom: 8px;
	right: -81px;
	width: 87px;
	height: 56px;
	background-image: url('../img/icon-18.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.page-error-slogan {
	font-size: 30px;
	font-weight: 500;
}
.page-error-wrap p {
	font: 300 16px 'Proxima', sans-serif;
	max-width: 572px;
	margin: 15px auto 28px;
}
.page-error-wrap .orange-btn {
	max-width: 268px;
	width: 100%;
}
/*--------------------
	POPUP
--------------------*/
.overlay {
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	background-color: rgba(0,0,0,.7);
}
.overlay.active {
	z-index: 5;
	opacity: 1;
	overflow: hidden;
}
.popup {
	background-color: rgba(26,29,38,.8);
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	position: fixed;
	top: 50%;
	z-index: -1;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	width: 100%;
	padding-left: 200px;
	max-width: 572px;
	border-radius: 4px;
}
.popup.active {
	z-index: 6;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
body.modal .overlay {
	opacity: 1;
	z-index: 5;
	overflow: hidden;
}
body.modal {
	overflow: hidden;
}
.popup-action1, .popup-action2, .popup-action3, .popup-action4 {
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.popup-form-cover {
	background-color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 33px 38px 35px 42px;
}
.popup-form-cover h5 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.popup-slogan {
	font: 300 14px 'Proxima', sans-serif;
	margin: 12px 0 17px;
}
.popup-form {

}
.popup-form input {
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	outline: 0;
	font-size: 16px;
	padding: 0 15px;
	color: #333;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	margin-bottom: 9px;
}
.popup-form .form-phone {
	font-size: 24px;
}
.popup-form textarea{
	display: block;
	width: 100%;
	height: 85px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	outline: 0;
	font-size: 16px;
	padding: 15px 15px 0;
	color: #333;
	font-weight: 300;
	font-family: "Proxima", sans-serif;
	margin-bottom: 18px;
	resize: none;
}
.popup-form .orange-btn {
	border: none;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	max-width: 243px;
	font-size: 18px;
	font-weight: 500;
	font-family:'PFDin', sans-serif;
	height: 51px;
	padding: 0;
	margin-bottom: 14px;
}
.popup-close,
.close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: -34px;
	top: -34px;
	cursor: pointer;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}
.close {
	border-color: #f49424;
	right: 13px;
	top: 5px;
}
.popup-close:hover,
.close:hover {
	opacity: 0.6;
}
.popup-close::before, .popup-close::after,
.close::before, .close::after {
	position: absolute;
	content: '';
	height: 20px;
	width: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
}
.close::before,
.close::after {
	background-color: #f49424;
}
.popup-close::before,
.close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close::after,
.close::after {
	z-index: 2;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .terms-trigger {
	display: inline-block;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	color: #696969;
}
.popup .terms-trigger:hover {
	color: #f49424;
	text-decoration: none;
}
.checkbox-wrapper {
	color: #696969;
	font: 300 12px 'Proxima', sans-serif;
}
/*--------------------
	TERMS
--------------------*/
.terms {
	position: fixed;
	max-width: 640px;
	background-color: #fff;
	border-radius: 4px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	z-index: -100;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	padding: 44px 20px 20px 35px;
}
.terms-info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f49424;
}
.terms-info {
	height: 480px;
}
.terms.active {
	z-index: 300;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.terms-list {
	list-style-type: disc;
	padding-left: 20px;
}
.terms p {
	font-size: 16px;
	line-height: 20px;
}
.terms-list {
	margin-top: 15px;
}
.terms-list li {
	font-size: 14px;
}

/* 11 04 2018 */
.plan-left-item{
	padding-top: 20px;
	padding-bottom: 8px;
}
.plan-left-img{
	max-width: 400px;
}
.plan-left-item .slick-arrow{
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: auto;
	left: 50%;
}
.plan-left-item .slick-arrow-next{
	right: auto;
	bottom: 2px;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
}
.plan-left-item .slick-arrow-prev{
	top: 2px;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
}
.plan-left-wrap .bg-title-cover{
	padding-bottom: 58px;
}
.home .news-shares-item .content-title{
	max-height: 100%;
}
/* 03.05.2018 */
.kart-slider-nav.q-all-slide .slick-track{
	max-width: 687px !important;
	width: 687px !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.kart-slider-nav.q-all-slide .slick-arrow{
	display: none !important;
}
.carus-item-slider .btn-pop-info{
	color: #F49424;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.carus-item-slider .btn-pop-info:hover{
	text-decoration: none;
}
.popup.popup-mater{
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	padding-left: 0;
	border-radius: 4px;
}
.popup.popup-mater .popup-form-cover{
	padding: 20px 15px;
	height: 400px;
	border-radius: 4px;
}
.popup.popup-mater p{
	margin-bottom: 10px;
}
.popup.popup-mater ul{
	margin-bottom: 10px;
}
.popup.popup-mater ul li{
	margin-bottom: 5px;
	padding-left: 10px;
	position: relative;
}
.popup.popup-mater ul li:before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #F49424;
	position: absolute;
	top: 8px;
	left: 0;
}
.popup.popup-mater .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f49424;
}
.portfolio-text, .ceo-text-main{
	font-size: 18px;
}
.portfolio-text p, .ceo-wrapper p {
	margin: 10px 0;
}
.ceo-text-main{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2% 8%;
}
.ceo-wrapper {
	max-width: 1200px;
}
.text-page{
	list-style: disc;
	display: block;
	width: 80%;
	margin: 0 auto;
}







/*--------------------
	MEDIA
--------------------*/
@media(min-width: 1199px) and (max-height: 670px) {
	.page-error-wrap h1 {
		font-size: 270.69px;
		line-height: 192.69px;
	}
	.error-title-wrap::before {
		left: -18px;
	}
	.error-title-wrap {
		margin-bottom: 30px;
	}
	.page-error-wrap p {
		margin: 5px auto 10px;
	}
}
@media(max-width: 1366px){
	.kart-price li:last-child {
		font-size: 36px;
	}
}
@media(max-width: 1199px){
	.page-error-wrap h1 {
		font-size: 210.69px;
		line-height: 152.69px;
	}
	.error-title-wrap {
		margin-bottom: 15px;
	}
	.page-error-slogan {
		font-size: 22px;
	}
	.page-error-wrap {
		max-width: 600px;
		top: 40%;
	}
	.page-error-wrap p {
		font-size: 14px;
		max-width: 458px;
		margin: 5px auto 10px;
	}
	.error-title-wrap::after {
		bottom: 0px;
		right: -18px;
		width: 66px;
	}
	.error-title-wrap::before {
		bottom: -22px;
		left: 0px;
		width: 40px;
	}
	.kart-slider-cover {
		max-width: 500px;
	}
	.kart-slide-nav {
		/*height: 80px;*/
	}
	.kart-slide-for {
		/*height: 380px;*/
	}
	.kart-info-price {
		padding: 12px 28px 25px;
	}
	.kart-sample li:last-child {
		font-size: 20px;
	}
	.kart-sample-wrap {
		padding: 35px 37px 27px 37px;
	}
	.plan-right-list li {
		margin-bottom: 20px;
	}
	.plan-right-list li p {
		font-size: 15px;
	}
	.material-carus-item:nth-of-type(1) .carus-slide-img {
		background-size: contain;
	}
	.carus-price-left {
		max-width: 312px;
		padding: 25px 10px;
	}
	.carus-price-right {
		max-width: 784px;
		padding-left: 25px;
		padding-top: 33px;
	}
	.carus-price-right p {
		max-width: 382px;
		margin-right: 15px;
	}
	.other-proj-item .content-img {
		height: 220px;
		max-width: 240px;
	}
	/* 03 05 2018 */
	.kart-slider-nav.q-all-slide .slick-track {
		max-width: 500px !important;
		width: 500px !important;
	}
}
@media(max-width: 991px){
	.title-page {
		font-size: 34px;
	}
	.section-title {
		padding: 18px 0;
	}
	.way-window {
		font-size: 14px;
	}
	.about-advant-wrap {
		padding-top: 42px;
	}
	.about-advant-item .advant-img {
		width: 76px;
	}
	.about-advant-item {
		padding-left: 96px;
		margin-bottom: 50px;
	}
	.advant-item-info p {
		font-size: 14px;
		line-height: 18px;
	}
	.advant-item-info h6 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.about-facts h2 {
		margin-bottom: 20px;
		font-size: 34px;
	}
	.about-facts-wrap p {
		font-size: 28px;
	}
	.about-facts-wrap li {
		margin-bottom: 8px;
	}
	.about-facts-wrap li > span {
		line-height: 50px;
		font-size: 50px;
		margin-right: 12px;
	}
	.about-facts-item {
		padding: 30px 15px 15px 60px;
	}
	.about-facts-wrap li p {
		font-size: 14px;
		line-height: 16px;
		padding-top: 6px;
		max-width: 80px;
	}
	.about-facts-wrap ul {
		margin-top: 15px;
	}
	.about-facts-img {
		width: 50%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 320px;
	}
	.about-facts-wrap:nth-of-type(2n) .about-facts-item {
		padding-left: 15px;
		padding-right: 60px;
	}
	.facts-item-city li {
		padding-right: 18px;
		font-size: 14px;
	}
	.facts-item-city li::after {
		top: 7px;
		width: 5px;
		height: 5px;
	}
	.about-serv-info h6 {
		font-size: 20px;
		max-width: 205px;
	}
	.about-serv-info p {
		font-size: 14px;
		margin: 5px 0 15px;
	}
	.about-serv-info {
		min-height: 210px;
		max-width: 303px;
		bottom: -43px;
		padding: 15px 13px 20px 25px;
	}
	.about-serv-img {
		height: 320px;
	}
	.about-consult h2 {
		font-size: 32px;
	}
	.about-consult-slogan {
		font-size: 14px;
		line-height: 18px;
		margin: 10px auto 22px;
	}
	.about-consult {
		padding: 56px 0 82px;
	}
	.about-serv-info .orange-btn {
		height: 38px;
		line-height: 38px;
	}
	.consult-btn,
	.orange-btn {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.page-error-wrap h1 {
		font-size: 134.69px;
		line-height: 101.69px;
	}
	.error-title-wrap {
		margin-bottom: 10px;
		max-width: 220px;
	}
	.page-error-wrap .orange-btn {
		max-width: 210px;
		width: 100%;
	}
	.page-error {
		min-height: 60px;
	}
	.error-title-wrap::before {
		left: -30px;
		width: 28px;
	}
	.error-title-wrap::after {
		bottom: -6px;
		right: -53px;
		width: 43px;
	}
	.kart-slider-cover {
		max-width: 370px;
	}
	.kart-slide-for {
		/*height: 280px;*/
	}
	.kart-slide-nav {
		/*height: 56px;*/
	}
	.kart-info-price {
		padding: 12px 12px 25px;
	}
	.kart-price li:last-child {
		font-size: 26px;
	}
	.kart-date:last-child::before {
		left: 40px;
	}
	.kart-date li:last-child {
		line-height: 24px;
		font-size: 22px;
	}
	.kart-date:last-child {
		padding-left: 61px;
	}
	.kart-sample::before {
		width: 29px;
		height: 29px;
		background-size: contain;
	}
	.kart-sample-wrap {
		padding: 27px 15px 27px;
	}
	.kart-sample li:last-child {
		font-size: 16px;
	}
	.kart-sample {
		padding-left: 38px;
	}
	.kart-info-text {
		font-size: 14px;
		line-height: 22px;
	}
	.bg-title::before {
		width: 85px;
		height: 85px;
		background-size: contain;
	}
	.bg-title {
		font-size: 22px;
		padding: 18px 0 16px 28px;
		max-width: 175px;
	}
	.plan-right-item {
		padding: 53px 20px 30px 30px;
	}
	.plan-left-wrap {
		max-width: 330px;
	}
	.plan-right-list li::before {
		width: 38px;
		height: 35px;
	}
	.plan-right-list li {
		padding-left: 50px;
	}
	.plan-right-item {
		padding-bottom: 58px;
	}
	.carus-slide-img {
		background-size: contain;
		height: 120px;
	}
	.carus-item-slide {
		padding: 0 10px;
	}
	.carus-item-slide p {
		font-size: 14px;
	}
	.material-carus-item h5 {
		font-size: 14px;
	}
	.carus-price-title {
		font-size: 12px;
	}
	.carus-price {
		font-size: 26px;
	}
	.price-left-cover p {
		font-size: 14px;
	}
	.carus-price-left {
		max-width: 238px;
		padding: 25px 15px;
	}
	.carus-price-right p {
		max-width: 100%;
		margin-right: 0;
	}
	.carus-price-right {
		padding-top: 22px;
	}
	.carus-price-right .orange-btn {
		margin-top: 15px;
	}
	.advant-img {
		width: 81px;
	}
	.advant-text {
		font-size: 14px;
		max-width: 157px;
		margin-top: 10px;
	}
	.other-proj-item .content-img {
		height: 180px;
		max-width: 100%;
		float: none;
	}
	.other-proj-item .content-info {
		padding: 15px;
	}
	.other-projects h2 {
		font-size: 22px;
	}
	.material-carusel .bg-title {
		max-width: 365px;
		margin-left: 15px;
	}
	/* 03 05 2018 */
	.kart-slider-nav.q-all-slide .slick-track {
		max-width: 370px !important;
		width: 370px !important;
	}
}
@media(max-width: 767px){
	.title-page {
		font-size: 26px;
		line-height: 28px;
		text-align: center;
	}
	.section-title {
		padding: 14px 0;
	}
	.about-advant-item {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 25px;
		padding-left: 68px;
	}
	.about-advant-item .advant-img {
		width: 54px;
	}
	.advant-item-info h6 {
		font-size: 16px;
		line-height: 16px;
	}
	.about-facts h2 {
		margin-bottom: 15px;
		font-size: 26px;
	}
	.about-facts-wrap p {
		font-size: 24px;
	}
	.about-facts-item {
		padding: 20px 15px 15px 30px;
	}
	.about-facts-wrap:nth-of-type(2n) .about-facts-item {
		padding-left: 15px;
		padding-right: 30px;
	}
	.about-facts-img {
		height: 280px;
	}
	.about-serv-item {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 70px;
	}
	.about-serv-img {
		height: 280px;
	}
	.about-services {
		padding: 30px 0 40px;
	}
	.about-consult h2 {
		font-size: 26px;
	}
	.consult-btn-wrap {
		max-width: 290px;
		margin: 0 auto;
	}
	.consult-btn-wrap .consult-btn {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.consult-btn-wrap .consult-btn:last-child {
		margin-bottom: 0;
	}
	.about-consult {
		padding: 25px 0 45px;
	}
	.page-error {
		background-image: none !important;
	}
	.error-title-wrap {
		max-width: 157px;
	}
	.page-error-wrap {
		width: 100%;
		position: static;
		left: auto;
		transform: none;
		right: auto;
		margin: 0 auto;
		padding: 40px 15px;
	}
	.page-error-wrap h1 {
		font-size: 94.69px;
		line-height: 67.69px;
	}
	.page-error-slogan {
		font-size: 16px;
	}
	.page-error-wrap p {
		font-size: 11px;
		max-width: 290px;
	}
	.error-title-wrap::after {
		bottom: -13px;
		right: -30px;
		width: 28px;
	}
	.error-title-wrap::before {
		left: -20px;
		width: 18px;
		bottom: -21px;
	}
	.page-error-wrap .orange-btn {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.kart-top-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: columns;
		-moz-flex-direction: columns;
		-ms-flex-direction: columns;
		-o-flex-direction: columns;
		flex-direction: columns;
	}
	.kart-slider-cover {
		max-width: 470px;
		margin: 0 auto 20px;
	}
	.kart-slide-nav {
		/*height: 70px;*/
	}
	.kart-right-cover {
		margin: 0 auto;
	}
	.kart-info-price {
		max-width: 290px;
		margin: 0 auto;
	}
	.kart-info-date {
		margin: 18px auto 0;
		max-width: 290px;
	}
	.kart-info-wrap {
		padding: 28px 10px 30px;
	}
	.kart-applic-wrap {
		padding: 25px 10px 32px;
		text-align: center;
	}
	.kart-applic-wrap h2 {
		font-size: 24px;
	}
	.kart-applic-wrap ul {
		margin: 17px auto 16px;
		text-align: left;
		max-width: 290px;
	}
	.kart-applic-wrap li {
		font-size: 14px;
	}
	.kart-sample {
		width: calc(50% - 15px);
		margin-bottom: 20px;
	}
	.kart-sample-wrap {
		padding: 27px 15px 10px;
		max-width: 470px;
		margin: 15px auto 0;
	}
	.kart-info-text {
		margin: 22px auto 36px;
		text-align: center;
		max-width: 470px;
	}
	.kart-plan-cover {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.plan-left-wrap,
	.plan-right-wrap {
		max-width: 470px;
		margin: 0 auto;
	}
	.plan-right-wrap {
		margin-top: 30px;
	}
	.plan-item-open {
		border: none;
	}
	.bg-title-cover {
		padding-bottom: 10px;
	}
	.plan-open-list {
		height: 400px;
		border-left: none;
		background-color: #fff;
	}
	.plan-right-slogan {
		max-width: 410px;
		margin: 0 auto 15px;
		text-align: center;
		max-width: 290px;
		font-size: 16px;
	}
	.plan-right-list {
		text-align: left;
	}
	.plan-right-item {
		text-align: center;
		padding: 30px 15px;
	}
	.carus-slide-img {
		height: 80px;
	}
	.carus-item-slider {
		height: 156px;
	}
	.carus-item-slide {
		padding: 0;
	}
	.material-carus-bottom {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		max-width: 470px;
		margin: 0 auto;
		text-align: center;
	}
	.carus-price-left {
		max-width: 100%;
	}
	.carus-price-right {
		max-width: 784px;
		padding: 20px 15px;
	}
	.advant-text {
		padding-bottom: 30px;
		margin-top: 5px;
	}
	.kartochka {
		padding-bottom: 15px;
	}
	.other-projects h2 {
		max-width: 470px;
		margin: 0 auto 10px;
		font-size: 20px;
	}
	.other-proj-item {
		max-width: 470px;
		margin: 0 auto 15px;
	}
	.other-projects {
		padding: 25px 0;
	}
	.material-carusel {
		max-width: 470px;
		margin: 10px auto;
	}
	.material-carus-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 25px;
		min-height: 640px;
		padding: 0 15px 25px;
	}
	.material-carus-item {
		width: 100%;
		padding: 0 0 10px;
		margin-bottom: 25px;
		border-bottom: 1px solid #bdbdbd;
	}
	.material-carus-item:last-child {
		border-bottom: none;
	}
	.material-carus-item::before {
		display: none;
	}
	.material-carus-item.active{
		border-bottom: none;
	}
	.carus-slide-img {
		height: 95px;
		margin: 18px auto 10px;
	}
	.material-carus-item.active:first-child .carus-slide-img {
		height: 76px;
	}
	.carus-item-slider,
	.carus-item-slide {
		margin: 0 auto;
	}
	.carus-item-slider.active {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		height: auto !important;
		overflow-y: auto;
		margin: 0 auto;
		padding-bottom: 15px;
		background-color: #fff;
	}
	.material-carus-item.no-open {
		display: none;
	}
	.carus-item-slide.active {
		margin: 0 auto 5px;
		width: 100%;
	}
	.material-carus-item.active:nth-of-type(1) {
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
	}
	.material-carus-item.active:nth-of-type(3) {
		left: 0;
		right: 0;
		margin: auto;
	}
	.material-carusel .bg-title {
		max-width: 332px;
		margin-left: 15px;
		font-size: 20px;
	}
	.bg-title {
		font-size: 20px;
		max-width: 160px;
	}
	.material-carus-item h5 {
		font-size: 16px;
	}
	.popup{
		padding-left: 0;
		text-align: center;
		max-width: 290px;
		max-height: 430px;
		overflow-y: scroll;
		-ms-overflow-x: hidden;
		overflow-x: hidden;
	}
	.popup-form-cover{
		padding: 33px 20px 25px 20px;
	}
	.popup-form-cover h5{
		font-size: 20px;
	}
	.popup-form input{
		height: 40px;
	}
	.popup-form .orange-btn{
		font-size: 14px;
		height: 40px;
	}
	.popup-close{
		border-color: #F49424;
		top: 5px;
		right: 5px;
	}
	.popup-close::before, .popup-close::after, .close::before, .close::after{
		border-color: #f49424;
		background-color: #F49424;
	}
	.terms{
		max-height: 480px;
		width: 91%;
	}
	.terms-info{
		height: 400px;
	}
	/* 03 05 2018 */
	.kart-slider-nav.q-all-slide .slick-track {
		max-width: 470px !important;
		width: 470px !important;
	}
	.popup.popup-mater .popup-form-cover {
		padding: 45px 14px 20px;
	}
}
@media(max-width: 490px){
	.about-facts-img {
		width: 100%;
		height: 210px;
	}
	.about-facts-wrap:nth-of-type(2n) .about-facts-item,
	.about-facts-item {
		width: 100%;
		padding: 20px 15px;
		text-align: center;
	}
	.about-facts-wrap:nth-of-type(2n) .facts-item-text {
		text-align: center;
	}
	.about-facts-wrap li > span {
		margin-right: 6px;
	}
	.about-facts-wrap ul {
		max-width: 190px;
		margin: 15px auto 0;
	}
	.facts-item-city li {
		padding-right: 0;
	}
	.facts-item-city li::after {
		display: none;
	}
	/* 03 05 2018 */
	.kart-slider-nav.q-all-slide .slick-track {
		max-width: 470px !important;
		width: 100% !important;
	}
}
@media(max-width: 399px){
	.kart-sample {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.plan-right-list li {
		width: 100%;
	}
	.plan-right-list li p {
		max-width: 200px;
	}
	.kart-slide-for {
		/*height: 230px;*/
		border: 4px solid #fff;
	}
	.kart-slide-nav.slick-current {
		border: 3px solid #f49424;
	}
	.kart-slide-nav {
		height: 47px;
		border: 3px solid #fff;
	}
	.plan-open-list {
		height: 530px;
	}
}
    .g-recaptcha, .g-recaptcha div{ 
    overflow: hidden; 
    max-width: 100%; 
    } 
  .g-recaptcha iframe, body > div[style]:last-of-type
   { transform: scale(0.80);
   transform-origin: left top;
   }


.dev_v2 {
    background-size: contain;
    background-image: url(../img/dev_m.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    color: #ffffff;
    box-sizing: border-box;
    padding: 8px 0 0 120px;
    text-decoration: none;
    height: 30px;
    margin-top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*portfolio*/
.portfolio-item { display: inline-block; margin: 0 15px 15px 0; width: 32%; text-decoration: none; vertical-align: top; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.portfolio-item:nth-child(3n) { margin-right: 0; }
.portfolio-item .img-box { background-size: cover; background-repeat: no-repeat; display: block; height: 300px; width: 100%; }
.portfolio-item .content-title { width: 100%; text-align: center; max-height: 87px; overflow: hidden; color: #000; font-size: 20px; background-color: #fff; padding: 12px 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.portfolio-item:hover { background-color: #fcfcfc; -webkit-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75); box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75); }
.portfolio-item:hover .content-title { color: #F49424; }
.current_page_item a { color: #F49424 !important; }
.pagination a img { display: inline-block; vertical-align: sub; }
.tipovaja-wrap { margin-bottom: 40px; }

.portfolio-porject-cover { -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; padding-top: 10px; padding-bottom: 10px; }
.portfolio-porject-cover .catalog-projects-item { cursor: pointer; border-radius: 4px; border: 1px solid #eaeaea; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; width: calc(33.33% - 30px); margin-right: 30px; max-height: 65px; text-align: center; background-color: #FFF; }
.portfolio-porject-cover .catalog-projects-item:last-child { margin-right: 0; }
.portfolio-porject-cover .catalog-projects-item:hover { background-color: #EAEAEA; }
.portfolio-porject-cover .catalog-projects-item.active { background-color: #EAEAEA; }
.portfolio-porject-cover .catalog-projects-item h5 { padding-left: 0; padding-bottom: 8px; font-size: 20px; }
.tax_contant .news-shares-wrap { margin-top: 30px; }
.way-window { font-family: 'PFDin', sans-serif; }
.contant-portfolio {
    min-height: 655px;
}
@media(max-width: 991px) {
	.contant-portfolio { min-height: none; }
	.portfolio-porject-cover .catalog-projects-item h5 { padding: 8px 0; font-size: 16px; }
}
@media(max-width: 767px) {
	.portfolio-porject-cover .catalog-projects-item { width: 100%; display: block; }
	.portfolio-porject-cover { display: block; }
	.portfolio-item { width: 100%; }
	.multi_button.has-copyright-link.mb_right.mb_bottom {display: none !important;}
	.callbackkiller.cbk-phone.envy-not-scalling.callbackkiller-mobile {display: none !important;}
.home .bgr {  background-image: url(/wp-content/uploads/2017/11/bg-home-small.jpg);}
.call-project{background-image: url(https://kssrub.ru/wp-content/uploads/2017/11/bg-call-project-small.jpg);}
#vk_groups {display: none;}

}
@media(min-width: 767px) {
	.whatsAppButton__wrapper {  display: none;}
.size-full.alignleft {
    max-width: 100%;
    height: auto;}
}
.second-column .nav-list li.menu-item-has-children:hover ul {display:block;}
* {
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.review-item
{
    display: inline-block;
    margin: 0 15px 15px 0;
    width: 30%;
    text-decoration: none;
    vertical-align: top;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.review-text {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	min-height: 150px;
    color: #000;
    background: #fff;
    padding: 10px;
}

.review-item .img-box {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 300px;
    width: 100%;
}

.review-item:hover .content-title {
    color: #F49424;
}
.review-item .content-title {
    width: 100%;
    text-align: center;
    max-height: 87px;
    overflow: hidden;
    color: #000;
    font-size: 20px;
    background-color: #fff;
    padding: 12px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.review-button a {
    padding: 10px 20px;
    border-radius: 0 0 15px 15px;
    background-color: #F49424;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.review-title-url {
	display: block;
	color:#000;
	text-decoration: none;
	min-height:70px;
}
.review-title-url:hover {
	color:#F49424;
}
.collapseButton.SWPButton {
    color: #000;
    font-weight: 600;
    text-decoration: none;
	margin-top:10px;
}
.yandex-reviews  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.yandex-reviews  a  {
    color: #fff;
    text-decoration: none;
    background-color: #f49424;
    padding: 10px 30px;
}
a.logo-footer > img {display:none;}
a.logo-footer {
	background-image:url('/wp-content/uploads/2024/01/footer-logo.png');
	background-repeat: no-repeat;
	width:244px;
	height:74px;
	background-size: contain;
	margin-bottom:10px;
}
@media (min-width: 300px) and (max-width: 728px) {
.review-item {
width: 100% !important;
}
.kart-slide-nav {width:30%!important;padding:0!important;}
.slick-slider{padding:0!important;}
}
