

/* Start:/local/templates/.default/css/jquery.formstyler.css?174904036112892*/
.jq-checkbox {
	top: 0;
	vertical-align: top;
	width: 16px;
	height: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #DDD;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.jq-checkbox .jq-checkbox__div {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #F4A76F;
	left: 3px;
	top: 3px;
	opacity: 0;
	-webkit-transform: scale(0.6);
	   -moz-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	     -o-transform: scale(0.6);
	        transform: scale(0.6);
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

.jq-checkbox.checked .jq-checkbox__div {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.jq-checkbox.checked {
	
}

.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	vertical-align: top;
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #e0e2e6;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.jq-radio__div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("/local/templates/.default/css/../img/check_red.png") no-repeat center center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	   -moz-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.jq-radio.checked .jq-radio__div {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	   -moz-transform: scale(1) rotate(0deg);
	    -ms-transform: scale(1) rotate(0deg);
	     -o-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
}

.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	z-index: 10 !important;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.jq-selectbox__select {
	padding-right: 30px;
	border-bottom: 1px solid #ddd;
}

.changed .jq-selectbox__select {
	border-bottom: 2px solid #E30613;
}

.in_select {
	height: 40px;
}



.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	font-size: 14px;
	color: #777;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	width: 12px;
	height: 9px;
	background: url("/local/templates/.default/css/../img/select_str.png") no-repeat;
	right: 11px;
	top: 15px;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 0;
	border: 1px solid #ddd;
	background: #FFF;
	border-top: none;
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	        box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 10px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
	text-align: left;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}
.jq-selectbox li.selected {
	background-color: #e30613;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #e30613;
	color: #fff;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/.default/css/slick.css?17490403613093*/
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: #fff url("/local/templates/.default/css/./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; outline: none !important; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-prev, .slick-next {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #000;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
	border: none;
	display: block;
	text-indent: -99999999999px;
	z-index: 50;
	outline-style: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

	.slick-prev {
		left: 0;
		background-position: left top;
	}

	.slick-next {
		right: 0;
		background-position: right top;
	}

/* Dots */
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0; width: 100%; margin: 0;padding: 0; height: 15px; bottom: 60px;}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.slick-dots li button {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #000;
	font-size: 0;
	line-height: 0;
	border: none;
	outline-style: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	display: block;
	padding: 0;
	width: 14px;
	height: 14px;
	background: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 3px solid #25aae1;
}

	.slick-dots .slick-active button, .slick-dots li button:hover {
		background: #25aae1;
	}

/*# sourceMappingURL=slick.css.map */

/* End */


/* Start:/local/templates/.default/css/style.css?174904036175586*/
/*fonts*/
/*@font-face {
font-family: 'CenturyGothicReg';
    src:    url('https://nomail.com.ua/files/eot/cfce6abbbff0099b15691345d8b94dcc.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/cfce6abbbff0099b15691345d8b94dcc.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/cfce6abbbff0099b15691345d8b94dcc.woff2') format('woff2');
}
@font-face { font-family: 'CenturyGothicReg';  src: local('CenturyGothic'), url('https://nomail.com.ua/files/woff/cfce6abbbff0099b15691345d8b94dcc.woff') format('woff'); }

@font-face {
font-family: 'CenturyGothicBold';
    
    src:    url('https://nomail.com.ua/files/eot/bc420c1c2b98e2ee8b2a75c1ce1fe083.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/bc420c1c2b98e2ee8b2a75c1ce1fe083.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/bc420c1c2b98e2ee8b2a75c1ce1fe083.woff2') format('woff2');
}
@font-face { font-family: 'CenturyGothicBold';  src: local('CenturyGothic-Bold'), url('https://nomail.com.ua/files/woff/bc420c1c2b98e2ee8b2a75c1ce1fe083.woff') format('woff'); }
*/

/*@font-face {
    font-family: 'Century Gothic';
    src: url('/local/templates/.default/css/fonts/CenturyGothic.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/CenturyGothic.woff') format('woff'), url('/local/templates/.default/css/fonts/CenturyGothic.ttf') format('truetype'), url('/local/templates/.default/css/fonts/CenturyGothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/local/templates/.default/css/fonts/CenturyGothic-Bold.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/CenturyGothic-Bold.woff') format('woff'), url('/local/templates/.default/css/fonts/CenturyGothic-Bold.ttf') format('truetype'), url('/local/templates/.default/css/fonts/CenturyGothic-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}*/
/*
@font-face {
    font-family: 'Century Gothic';
    src: url('/local/templates/.default/css/../css/f/CenturyGothic.eot');
    src: url('/local/templates/.default/css/../css/f/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/.default/css/../css/f/CenturyGothic.woff2') format('woff2'),
    url('/local/templates/.default/css/../css/f/CenturyGothic.woff') format('woff'),
    url('/local/templates/.default/css/../css/f/CenturyGothic.ttf') format('truetype'),
    url('/local/templates/.default/css/../css/f/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/local/templates/.default/css/../css/f/CenturyGothic-Bold.eot');
    src: url('/local/templates/.default/css/../css/f/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/.default/css/../css/f/CenturyGothic-Bold.woff2') format('woff2'),
    url('/local/templates/.default/css/../css/f/CenturyGothic-Bold.woff') format('woff'),
    url('/local/templates/.default/css/../css/f/CenturyGothic-Bold.ttf') format('truetype'),
    url('/local/templates/.default/css/../css/f/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

/*@font-face {
    font-family: 'Circe';
    src: url('/local/templates/.default/css/fonts/Circe_bold.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/Circe_bold.woff') format('woff'), url('/local/templates/.default/css/fonts/Circe_bold.ttf') format('truetype'), url('/local/templates/.default/css/fonts/Circe_bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/local/templates/.default/css/fonts/Circe_extrabold.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/Circe_extrabold.woff') format('woff'), url('/local/templates/.default/css/fonts/Circe_extrabold.ttf') format('truetype'), url('/local/templates/.default/css/fonts/Circe_extrabold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/local/templates/.default/css/fonts/Circe_reg.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/Circe_reg.woff') format('woff'), url('/local/templates/.default/css/fonts/Circe_reg.ttf') format('truetype'), url('/local/templates/.default/css/fonts/Circe_reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/.default/css/fonts/Gilroy-ExtraBold.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/Gilroy-ExtraBold.woff') format('woff'), url('/local/templates/.default/css/fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('/local/templates/.default/css/fonts/Gilroy-ExtraBold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/.default/css/fonts/Gilroy-Light.eot');
    src: local('☺'), url('/local/templates/.default/css/fonts/Gilroy-Light.woff') format('woff'), url('/local/templates/.default/css/fonts/Gilroy-Light.ttf') format('truetype'), url('/local/templates/.default/css/fonts/Gilroy-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
    color: #1F1E23;
}

body {
    font-family: 'Century Gothic', 'arial', 'helvetica', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

input, textarea, select, button {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Century Gothic', 'arial', 'helvetica', sans-serif;
}

a:hover {
    text-decoration: none;
}

img, a, input, textarea, select, button {
    outline-style: none;
}

button::-moz-focus-inner {
    border: 0;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.container_main {
    min-width: 320px;
    overflow: hidden;
}

.clr {
    clear: both;
}

.align_center {
    text-align: center;
}

.wmain {
    max-width: 1440px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.header_index {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.header_index .wmain {
    position: relative;
    max-width: 1594px;
    left: 76px;
}

.head_top {
    padding-top: 53px;
    position: relative;
    z-index: 200;
    height: 147px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ht_left {
    float: left;
    height: 148px;
    position: relative;
}

.logo {
    display: block;
    text-decoration: none;
    width: 150px;
    margin-top: 3px;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logo:hover {
    opacity: 0.7;
}

.logo img {
    display: block;
    width: 100%;
}

.ht_slog {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 100%;
    margin-left: 218px;
    font-weight: bold;
}

.ht_slog br {
    display: none;
}

.ht_right {
    float: right;
}

.ht_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.ht_nav li {
    display: block;
    float: left;
}

.ht_nav li + li {
    margin-left: 20px;
}

.ht_nav li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    color: #1F1E23;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ht_nav li a:hover {
    color: #F4A76F;
}

.htr_bottom {
    position: relative;
    padding-right: 44px;
    margin-top: 12px;
    overflow: hidden;
}

.hs_prev, .hs_next {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.hs_prev, .hs_left {
    left: 0;
    cursor: url("/local/templates/.default/css/../img/slider_str_prev.cur") 32 32, auto;
}

.hs_next {
    right: 0;
    cursor: url("/local/templates/.default/css/../img/slider_str_next.cur") 32 32, auto;
}

.ht_call, .ht_phone {
    display: block;
    text-decoration: none;
    float: left;
    font-size: 20px!important;
    color: #111;
    text-transform: uppercase;
    line-height: 30px;
}

.ht_phone {
    margin-left: 58px;
}

.ht_nav_ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 30px;
    background: url("/local/templates/.default/css/../img/nav_ico.png") no-repeat center center;
    cursor: pointer;
}

.header_slider {
    clear: both;
}

.hs_inner {
    position: relative;
    padding-left: 424px;
}

.hs_bg {
    height: 727px;
    background-position: center center !important;
    background-size: cover !important;
    /*transform: translateX(-100px);*/
    transition: 1.2s;
}

.slick-active .hs_bg {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.hs_left {
    position: absolute;
    height: 727px;
    display: table;
    z-index: 50;
    left: 0;
    top: 0;
}

.hs_list_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.hs_plashka {
    background: rgba(255, 255, 255, 0.5);
    width: 758px;
    padding: 24px 70px 19px 10px;
    cursor: default;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hsp_name {
    font-size: 40px;
    font-family: "Gilroy";
    line-height: 120%;
    font-weight: 300;
}

.hsp_name span {
    display: block;
    font-size: 22px;
    color: #4A4A4A;
    font-family: Century Gothic;
    font-weight: normal;
    line-height: 120%;
    margin-top: 18px;
}

body .slick-prev, body .slick-next {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    margin-top: 0;
    z-index: 100;
    background: none;
}

body .slick-prev:hover {
    cursor: url("/local/templates/.default/css/../img/slider_str_prev.cur"), pointer;
}

body .slick-next:hover {
    cursor: url("/local/templates/.default/css/../img/slider_str_next.cur"), pointer;
}

.btn_main {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-size: 18px;
    color: #F4A76F;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 79px;
    position: relative;
    padding-left: 0;
    background: transparent;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn_main:hover {
    padding-right: 90px;
}

.bm2 {
    padding-left: 27px;
    background: #F4A76F;
    color: #FFF;
}

.btn_main:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #F4A76F;
    right: 26px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn_main:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #F4A76F;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    right: 26px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.btn_main:hover:before {
    width: 0;
}

.bm2:before, .bm2:after {
    background: #FFF;
}

.btn_main:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hs_inner .btn_main {
    margin-top: 10px;
    position: relative;
    z-index: 300;
}

.head_street {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #999;
    line-height: 100%;
    padding-top: 32px;
    background: url("/local/templates/.default/css/../img/head_slider_str.png") no-repeat left top;
}

.hl_top_main {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(77, 92, 116, 0.8);
    left: 0;
    top: 0;
    z-index: 900;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hl_top {
    background: #F8F8F8;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}

.hl_top .wmain {
    overflow: hidden;
    position: relative;
    padding-top: 57px;
    padding-bottom: 22px;
    padding-left: 130px;
}

.hlt_logo {
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 57px;
    width: 56px;
}

.hlt_logo img {
    display: block;
    width: 100%;
}

.hlt_left {
    float: left;
    margin-top: -7px;
}

.hlt_slog {
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 31px;
    font-weight: bold;
    text-transform: uppercase;
}

.hlt_close {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url("/local/templates/.default/css/../img/hl_close.png") no-repeat center center;
    right: 0;
    top: 67px;
}

.hlt_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 30px;
}

.hlt_nav > li {
    display: block;
    float: left;
}

.hlt_nav > li + li {
    margin-left: 195px;
}

.hlt_nav > li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #1F1E23;
    line-height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hlt_nav > li a:hover {
    color: #F4A76F;
}

.hlt_nav > li a + a {
    margin-top: 17px;
}

.hlt_right {
    float: right;
    margin-top: 86px;
}

.hlt_cont {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding-right: 10px;
}

.hlt_cont li {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #999;
    line-height: 100%;
    white-space: nowrap;
}

.hlt_cont li a {
    color: #999;
    text-decoration: none;
}

.hlt_cont li + li {
    margin-top: 17px;
}

.hlt_cont li span {
    display: block;
    float: left;
    width: 286px;
}

.htl_footer {
    overflow: hidden;
    border-top: 1px solid #999;
    margin-top: 19px;
}

.hlt_mail {
    display: block;
    text-decoration: none;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 20px;
}

.hlt_soc {
    float: right;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}

.hlt_soc li {
    display: block;
    float: left;
}

.hlt_soc li + li {
    margin-left: 30px;
}

.hlt_soc li a {
    display: table;
    width: 100%;
    height: 24px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hlt_soc li a:hover {
    opacity: 0.6;
}

.hlt_soc li a span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.hlt_soc li a img {
    display: inline-block;
    max-width: 100%;
    margin-top: 2px;
}

.ysl {
    margin-top: 100px;
    background: #FFF;
    position: relative;
    z-index: 200;
    padding-left: 30px;
    padding-right: 30px;
}

.tm_head {
    overflow: hidden;
}

.tm_head .tm {
    float: left;
}

.tm {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    font-family: Gilroy;
    line-height: 120%;
}

.tm_btn {
    display: block;
    text-decoration: none;
    float: left;
    font-size: 16px;
    color: #1F1E23;
    line-height: 20px;
    padding-left: 34px;
    background: url("/local/templates/.default/css/../img/btn_str.png") no-repeat left center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    float: right;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.tm_btn:hover {
    opacity: 0.7;
}

.ysl_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -73px;
    margin-top: 27px;
}

.ysl_list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333%;
    padding-left: 73px;
    margin-right: -3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ysl_list > li a {
    display: block;
    text-decoration: none;
}

.ysl_list > li img {
    display: block;
    width: 100%;
}

.ysl_name {
    font-size: 18px;
    color: #1F1E23;
    margin-top: 29px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ysl_price {
    position: relative;
    font-size: 16px;
    color: #777;
    line-height: 100%;
    padding-top: 17px;
    margin-top: 17px;
}

.ysl_price:before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    background: #F4A76F;
    left: 0;
    top: 0;
}

.flat {
    margin-top: 103px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.flat:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 100;
    left: 0;
    top: -200px;
    background: #FFF;
}

.flat_list {
    position: relative;
    z-index: 150;
}

.flat_inner {
    position: relative;
}

.flat_inner + .flat_inner {
    margin-top: 60px;
}

.fi_id_center {
    position: absolute;
    z-index: 0;
    width: 0;
    left: 0;
    bottom: 0;
    height: 30%;
}

.flat_info {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.flat_info_main {
    position: fixed;
    z-index: 50;
    width: 580px;
    float: left;
    display: table;
    top: 50%;
    margin-top: -200px;
    height: 500px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0px);
    transition: 0.6s;
}

.mPS2id-target-first .flat_info_main, .mPS2id-target-first + .flat_info_main {
/*    opacity: 1;
    visibility: visible;*/
/*    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);*/
}

.mPS2id-target-first.mPS2id-target .flat_info_main {
    opacity: 1;
    visibility: visible;
}

.flat_info_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.fi_name {
    display: block;
    text-decoration: none;
    font-size: 40px;
    color: #000;
    font-family: Gilroy;
    padding-bottom: 48px;
    background: url("/local/templates/.default/css/../img/flat_str.png") no-repeat left bottom;
}

.fi_footer {
    overflow: hidden;
    position: relative;
    margin-top: 90px;
    max-width: 340px;
}

.fi_data {
    float: left;
    font-size: 16px;
    color: #777;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.fi_gall {
    display: block;
    text-decoration: none;
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #1F1E23;
    padding-left: 36px;
    background: url("/local/templates/.default/css/../img/btn_str.png") no-repeat left center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fi_gall:hover {
    opacity: 0.7;
}

.flat_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right;
    width: 864px;
}

.flat_list > li {
    display: block;
    position: relative;
    overflow: hidden;
}

.flat_list > li + li {
    margin-top: 60px;
}

.flat_list > li img {
    display: block;
    width: 100%;
    position: relative;
}

.what {
    margin-top: 100px;
    background: #FFF;
    position: relative;
    z-index: 200;
}

.what_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}

.what_list > li {
    display: block;
    float: left;
    width: 25%;
    height: 700px;
    position: relative;
    /*z-index: 20;*/
    box-sizing: border-box;
}

.what_list > li:hover {
    z-index: 50;
}

/*.what_list li + li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 50;
}*/

/*.what_list > li + li.wl_act .wl_bg {
    left: -100%;
}

.what_list > li + li + li.wl_act .wl_bg {
    left: -200%;
}

.what_list > li + li + li + li.wl_act .wl_bg {
    left: -300%;
}*/

.wl_inner {
    position: relative;
    z-index: 300;
    height: 700px;
    width: 100%;
    padding: 63px 20px 0px 79px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.what_list {
    /*background: url("/local/templates/.default/css/../img/what_bg1.jpg") no-repeat center center;*/
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wl_num {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.wl_name {
    font-size: 20px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    line-height: 21px;
    margin-top: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wl_info {
    position: relative;
    font-size: 18px;
    color: #FFF;
    line-height: 17px;
    margin-top: 24px;
    padding-top: 30px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wl_info:before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    opacity: 0;
    height: 3px;
    background: #F4A76F;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.what_list li:hover .wl_name {
    color: #FFF;
}

.what_list li:hover .wl_info:before {
    width: 64px;
    opacity: 1;
}

.what_list li:hover .wl_info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.wl_btn {
    position: absolute;
    left: 65px;
    bottom: 71px;
    z-index: 100;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.what_list li:hover .wl_btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.wl_bg {
    /*left: 50%;*/
    top: 0;
    height: 100%;
    width: 0;
    position: absolute;
    opacity: 0;
    z-index: 20;
    background-repeat: no-repeat !important;
    /*background-position: center center !important;*/
    /*background-size: cover !important;*/
    /*transition: opacity 0.5s ease;*/
    pointer-events: none;
}

.wl_act {
    z-index: 10 !important;
}

.wl_act .wl_bg {
    /*left: 0;*/
    width: 400%;
    opacity: 1;
}

.wl_bg1, .wl_bg2, .wl_bg3, .wl_bg4 {
    background: url("/local/templates/.default/css/../img/what_bg2.jpg") no-repeat center center;
}

.what_list_act .wl_bg {
    width: 400%;
}

/*.what_list_act .wl_act .wl_bg {
    left: 0;
}

.what_list_act li .wl_bg {
    left: 0;
}

.what_list_act li + li .wl_bg {
    left: -100% !important;
}

.what_list_act li + li + li .wl_bg {
    left: -200% !important;
}

.what_list_act li + li + li + li .wl_bg {
    left: -300% !important;
}*/

.step {
    margin-top: 81px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFF;
    position: relative;
    z-index: 50;
}

.step .tm_head {
    max-width: 1210px;
}

.step_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 50px;
    margin-left: -30px;
    padding-bottom: 68px;
    border-bottom: 1px solid #DDD;
}

.step_list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333%;
    margin-right: -3px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.step_list > li + li + li + li {
    margin-top: 33px;
}

.step_list > li:nth-child(3n) {
    float: right;
    width: 31.7%;
}

/*.sl_inner {
    display: inline-block;
    cursor: default;
    position: relative;
    z-index: 20;
}

.sl_inner:hover {
    z-index: 30;
}*/

.sl_num {
    font-size: 14px;
    color: #F4A76F;
    font-family: "Gilroy";
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sl_inner:hover .sl_num {
    color: #F4A76F !important;
}

.sl_name {
    line-height: 25px;
    font-size: 18px;
    margin-top: 7px;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sl_inner:hover .sl_name {
    color: #000 !important;
}

/*.sl_inner:hover .sl_img {
    !*visibility: visible;*!
    opacity: 1;
}*/

.sl_img {
    display: block;
    width: 210px;
    pointer-events: none;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: 50%;
    margin-top: -55px;
    opacity: 0;
    overflow: hidden;
    /*visibility: hidden;*/
/*    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
}

.sl_img span {
    display: block;
    width: 210px;
    height: 130px;
    overflow: hidden;
/*    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;*/
}

.sl_img img {
    display: block;
    width: 210px;
    position: absolute;
    left: -210px;
    transition: left ease .3s;
}

.sl_inner:hover .sl_img img {
    left: 0;
}

/*.sl_inner:hover .sl_img span {
    width: 210px;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}*/

/*.sl_inner:hover .sl_img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.sl_img {
    display: table;
    pointer-events: none;
    text-align: center;
    width: 300px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -185px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(0.9,1);
       -moz-transform: scale(0.9,1);
        -ms-transform: scale(0.9,1);
         -o-transform: scale(0.9,1);
            transform: scale(0.9,1);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .sl_img span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .sl_img img {
        display: inline-block;
        max-height: 130px;
    }*/

.step_list:hover .sl_num, .step_list:hover .sl_name {
    color: #ccc;
}

.blog_index {
    margin-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog_index .tm_head {
    max-width: 350px;
}

.blog_index_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDD;
}

.blog_index_list li {
    display: block;
}

.blog_index_list li + li {
    margin-top: 40px;
    border-top: 1px solid #DDD;
    padding-top: 40px;
}

.bil_inner {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.bil_img {
    display: block;
    float: left;
    width: 350px;
    overflow: hidden;
}

.bil_img img {
    display: block;
    width: 100%;
    -webkit-transition: 0.26s;
    -moz-transition: 0.26s;
    -ms-transition: 0.26s;
    -o-transition: 0.26s;
    transition: 0.26s;
}

.bil_inner:hover .bil_img img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.bil_content {
    margin-left: 431px;
    padding-top: 12px;
}

.bil_autor {
    font-size: 14px;
    color: #F4A76F;
    font-weight: bold;
    line-height: 120%;
}

.bil_name {
    font-size: 18px;
    color: #000;
    line-height: 120%;
    font-weight: bold;
    margin-top: 14px;
}

.bil_info {
    line-height: 23px;
    font-size: 14px;
    color: #4A4A4A;
    margin-top: 12px;
    min-height: 100px;
}

.bil_data {
    font-size: 14px;
    color: #777;
    line-height: 120%;
    font-weight: bold;
    margin-top: 20px;
}

.seo {
    margin-top: 73px;
    padding-left: 30px;
    padding-right: 30px;
}

.seo .wmain {
    overflow: hidden;
}

.seo_left {
    float: left;
    width: 386px;
}

.seo_right {
    margin-left: 436px;
}

.seo_num {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 90px;
    max-width: 306px;
}

.seo_num > li {
    display: block;
    float: left;
    width: 50%;
    font-family: Gilroy;
    line-height: 45px;
    font-size: 32px;
    color: #F4A76F;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.seo_num > li span {
    display: block;
    font-size: 16px;
    color: #AAA;
    line-height: 20px;
    font-weight: bold;
    margin-top: 5px;
}

.seo_text {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -144px;
    max-height: 300px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.seo_text_act {
    max-height: 1200px;
}

.seo_text > li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 144px;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.seo_text > li p {
    display: block;
    margin: 0;
}

.seo_text > li p + p {
    margin-top: 22px;
}

.seo_all_text {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    color: #111;
    line-height: 120%;
    font-weight: bold;
    margin-top: 36px;
}

.seo_all_text span {
    display: block;
}

.seo_all_text span + span {
    display: none;
}

.seo_all_text_act span {
    display: none;
}

.seo_all_text_act span + span {
    display: block;
}

.calc_bottom {
    margin-top: 95px;
    border-top: 1px solid #ddd;
    padding-top: 70px;
    padding-bottom: 88px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFF;
    position: relative;
    z-index: 200;
}

.calc_bottom .wmain {
    overflow: hidden;
}

.calc_left {
    float: left;
    width: 366px;
}

.cl_slog {
    font-size: 16px;
    color: #777;
    line-height: 120%;
    line-height: 22px;
    margin-top: 38px;
}

.calc_right {
    margin-left: 432px;
    padding-top: 5px;
}

.form_style input[type="text"], .form_style textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #111;
    height: 48px;
    border: 1px solid #DDD;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.in_2 {
    overflow: hidden;
    margin-left: -144px;
}

.in_2 > span {
    display: block;
    float: left;
    width: 50%;
    padding-left: 144px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.personal {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 29px;
    padding-left: 24px;
}

.personal > span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding-top: 1px;
}

.personal .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 0;
}

.personal > span a {
    text-decoration: none;
    color: #1F1E23;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.personal > span a:hover {
    border-color: transparent;
}

.calc_right .btn_main {
    margin-top: 23px;
}

.footer {
    background: #F8F8F8;
    padding-left: 30px;
    padding-right: 30px;
}

.footer .wmain {
    overflow: hidden;
    padding-top: 63px;
    padding-bottom: 54px;
}

.f_left {
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 144px;
    height: 167px;
}

.f_logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-decoration: none;
    width: 98px;
}

.f_logo img {
    display: block;
    width: 100%;
}

.f_left_l {
    float: left;
    width: 223px;
    margin-top: -3px;
}

.f_slog {
    font-size: 16px;
    color: #000;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.f_phone {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-top: 33px;
}

.f_street {
    font-size: 14px;
    color: #1F1E23;
    line-height: 120%;
    margin-top: 44px;
}
.footer .f_street{margin-top:25px}

.f_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: 290px;
}

.f_nav li {
    display: block;
    float: left;
}

.f_nav li + li {
    margin-left: 60px;
}

.f_nav li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.f_nav li a + a {
    margin-top: 23px;
}

.f_nav li a:hover {
    color: #F4A76F;
}

.f_subscr {
    float: right;
    width: 432px;
}

.f_subscr_title {
    font-size: 18px;
    color: #000;
    line-height: 120%;
}

.f_subscr input[type="text"] {
    margin-top: 18px;
}

.f_subscr .personal {
    margin-top: 20px;
}

.f_subscr .btn_main {
    margin-top: 17px;
}

.f_line {
    background: #999;
    padding-left: 30px;
    padding-right: 30px;
}

.f_line .wmain {
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
}

.fl_copy {
    float: left;
    font-size: 14px;
    color: #FFF;
    line-height: 120%;
}

.fl_create {
    float: right;
    overflow: hidden;
}

.fl_create a {
    display: block;
    text-decoration: none;
    float: left;
    color: #FFF;
    line-height: 120%;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fl_create a + a {
    margin-left: 105px;
}

.fl_create a:hover {
    color: #F4A76F;
}

.pu_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    overflow: hidden;
    background: rgba(77, 92, 116, 0.8);
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pu_table {
    display: table;
    width: 100%;
    height: 100%;
}

.pu_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pu_inner {
    position: relative;
    background: #FFF;
    max-width: 600px;
    margin: 0 auto;
    padding: 41px 50px 56px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.closeform {
    position: absolute;
    display: block;
    background: url("/local/templates/.default/css/../img/closeform.png") no-repeat center center;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.closeform:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pu_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}

.pu_inner .form_style {
    display: block;
    margin-top: 22px;
}

.pu_inner .form_style input[type="text"] {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #111;
    height: 40px;
}

.pu_inner .form_style input[type="text"] + input[type="text"] {
    margin-top: 15px;
}

.pu_inner .personal {
    margin-top: 31px;
}

.pu_inner .btn_main {
    margin-top: 28px;
}

.flat_inner {
    overflow: hidden;
}

.head_street br {
    display: none;
}

.what .wmain {
    padding-left: 30px;
    padding-right: 30px;
}

.head_inner .logo {
    width: 76px;
}

.head_inner .ht_slog {
    font-size: 24px;
    line-height: 36px;
}

.head_inner .ht_slog br {
    display: block;
}

.head_inner .ht_slog {
    margin-left: 144px;
}

.head_inner .head_top {
    height: 187px;
}

.head_inner {
    padding-left: 30px;
    padding-right: 30px;
}

.head_inner .ht_left {
    height: auto;
}

.blog .blog_index_list {
    border-bottom: none;
    padding-bottom: 0;
}

.content h1 {
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 40px;
    color: #1F1E23;
    font-family: Gilroy;
    line-height: 120%;
    margin-top: 10px;
}

.crumb {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 200;
}

.crumb li {
    display: block;
    float: left;
    font-size: 14px;
    color: #1F1E23;
    line-height: 120%;
    overflow: hidden;
}

.crumb li a {
    display: block;
    color: #1F1E23;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.crumb li a:hover {
    color: #F4A76F;
}

.crumb li + li:before {
    content: "/";
    display: block;
    float: left;
    margin-left: 8px;
    margin-right: 7px;
}

.crumb li a {
    display: block;
    float: left;
}

.content {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog .blog_index_list {
    margin-top: 48px;
}

.contact {
    margin-top: 46px;
}

.cont_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.cont_list > li {
    display: block;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cl_title {
    font-size: 24px;
    color: #1F1E23;
    font-weight: bold;
}

.cl_inner {
    margin-top: 19px;
    font-size: 16px;
    line-height: 100%;
}

.cl_inner span {
    display: block;
}

.cl_inner span + span {
    margin-top: 12px;
}

.cl_inner a {
    text-decoration: none;
    color: #1F1E23;
}

.cl_inner a i {
    display: inline-block;
    font-style: normal;
    color: #F4A76F;
    padding-bottom: 2px;
    border-bottom: 1px solid #F4A76F;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cl_inner a:hover i {
    border-color: transparent;
}

.cl_inner .btn_main {
    color: #F4A76F;
    margin-top: 10px;
}

.cl_inner_two {
    overflow: hidden;
    max-width: 600px;
}

.cl_inner_two .cl_inner {
    float: left;
    width: 50%;
}

.cont_map {
    height: 450px;
    margin-top: 40px;
}

.calc_bottom_no_line {
    border: none !important;
    padding-top: 0 !important;
    margin-top: 76px;
}

.blog_detail {
    margin-top: 48px;
}

.blog_detail_head_img img {
    display: block;
    width: 100%;
}

.blog_detail_inner {
    overflow: hidden;
    margin-top: 76px;
    position: relative;
}

.bdi_left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 288px;
}

.bdi_right {
    margin-left: 432px;
}

.bdi_autor {
    font-size: 16px;
    color: #F4A76F;
    font-weight: bold;
}

.bdi_data {
    font-size: 14px;
    color: #777;
    font-weight: bold;
    margin-top: 16px;
}

.bdi_soc {
    margin-top: 35px;
    border-top: 1px solid #C4C4C4;
    padding-top: 20px;
}

.bdi_soc_title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.bdi_soc_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 16px;
}

.bdi_soc_list > li {
    display: block;
    float: left;
    border: 1px solid #DDD;
}

.bdi_soc_list > li + li {
    margin-left: 13px;
}

.bdi_soc_list > li a {
    display: table;
    text-decoration: none;
    width: 38px;
    height: 38px;
    text-align: center;
    background: transparent;
}

.bdi_soc_list > li a:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bdi_soc_list > li a span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.bdi_soc_list > li a img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    top: 2px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.bdi_right {
    font-size: 16px;
    color: #111;
    line-height: 26px;
}

.bdi_right p {
    display: block;
    margin: 0;
}

.bdi_right p + p, .bdi_img_list + p {
    margin-top: 34px;
}

.bdi_img_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -30px;
    margin-top: 34px;
}

.bdi_img_list > li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bdi_img_list > li img {
    display: block;
    width: 100%;
}

.portfolio .flat {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-top: 48px;
}

.portfolio .flat_info_main {
    margin-top: -20px;
}

.portfolio .flat_inner + .flat_inner .flat_info_main {
    margin-top: -200px;
}

.cooperation {
    margin-top: 44px;
}

.cooperation_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.cooperation_list > li {
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.cooperation_list > li + li {
    margin-top: 124px;
}

.cooperation_list > li:nth-child(2n) .cl_img {
    float: right;
    padding-right: 0;
}

.cooperation_list > li:nth-child(2n) .cl_text_main {
    right: auto;
    left: 0;
    padding-right: 144px;
}

.cl_img {
    float: left;
    width: 50%;
    padding-right: 144px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cl_img_inner img {
    display: inline-block;
    max-width: 100%;
}

.cl_text_main {
    position: absolute;
    display: table;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    width: 50%;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cl_text_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.cl_text p {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #111;
}

.cl_text p + p {
    margin-top: 30px;
}

.cl_title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.cl_title + p {
    margin-top: 17px;
}

.cl_img_name {
    font-size: 16px;
    line-height: 23px;
    margin-top: 27px;
    font-weight: bold;
    max-width: 444px;
}

.ysl_list > li + li + li + li {
    margin-top: 40px;
}

.services {
    margin-top: 44px;
}

.services .ysl_list {
    margin-top: 0;
}

.service_detail_head {
    position: relative;
    overflow: hidden;
    z-index: 200;
    background: #FFF;
    padding-bottom: 71px;
    margin-top: 51px;
}

.service_detail_head + .flat {
    margin-top: 0;
}

.sdh_left {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sdh_right {
    float: right;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sdh_img img {
    display: block;
    width: 100%;
}

.sdh_price {
    font-size: 20px;
    color: #F4A76F;
    font-weight: bold;
}

.sdh_text {
    margin-top: 24px;
}

.sdh_text p {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #111;
    line-height: 26px;
}

.sdh_text p + p {
    margin-top: 24px;
}

.sdh_text .btn_main {
    margin-top: 22px;
}

.sdh_img_name {
    font-size: 16px;
    color: #1F1E23;
    line-height: 23px;
    margin-top: 26px;
    font-weight: bold;
}

.about {
    overflow: hidden;
    margin-top: 46px;
}

.about_l {
    float: left;
    width: 50.2%;
}

.al_head_img img {
    display: block;
    width: 100%;
}

.about_r {
    float: right;
    width: 40%;
}

.al_people {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -141px;
    margin-top: 100px;
}

.al_people > li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 141px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alp_img img {
    display: block;
    width: 100%;
}

.alp_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 23px;
}

.alp_info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.al_people_small {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -42px;
    margin-top: 95px;
}

.al_people_small > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 20%;
    padding-left: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.al_people_small > li + li + li + li + li + li {
    margin-top: 34px;
}

.alps_img img {
    display: block;
    width: 100%;
}

.alps_name {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 13px;
}

.ar_text {
    font-size: 16px;
    line-height: 26px;
}

.ar_text p {
    display: block;
    margin: 0;
}

.ar_text p + p {
    margin-top: 23px;
}

.ar_project {
    margin-top: 39px;
}

.ar_project_title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 120%;
}

.ar_project_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 18px;
    margin-left: -15px;
}

.ar_project_list > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 24px;
    margin-right: -3px;
    font-size: 12px;
    color: rgba(31, 30, 35, 0.5);
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ar_project_list > li span {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-top: 8px;
    color: #1F1E23;
}

.content .step {
    padding-left: 0;
    padding-right: 0;
}

.content .step_list {
    border-bottom: none;
    padding-bottom: 0;
}

.gallery {
    margin-top: 44px;
    overflow: hidden;
}

.gsb_img img {
    display: block;
    width: 100%;
}

.gallery_slider_th {
    margin-top: 23px;
}

.gst_img {
    cursor: pointer;
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gst_img:hover {
    opacity: 1 !important;
}

.slick-current .gst_img {
    opacity: 1;
}

.gst_img img {
    display: block;
    width: 100%;
}

.gst_img {
    padding-left: 23px;
}

.gallery_slider_th .slick-list {
    margin-left: -23px;
}

.gallery_info {
    margin-top: 82px;
}

.gi_block {
    overflow: hidden;
}

.gi_block + .gi_block {
    margin-top: 33px;
}

.gi_block_title {
    float: left;
    width: 30%;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gi_block_text {
    float: right;
    width: 70%;
    font-size: 16px;
    color: #111;
    line-height: 26px;
}

.gi_block_text p {
    display: block;
    margin: 0;
}

.gi_block_text p + p {
    margin-top: 31px;
}

.next_project + .calc_bottom {
    border: none;
    margin-top: 75px;
    padding-top: 0;
}

.next_project {
    display: block;
    text-decoration: none;
    margin-top: 84px;
    padding-left: 30px;
    padding-right: 30px;
    background: url("/local/templates/.default/css/../img/next_projekt.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.next_project:hover {
    opacity: 0.9;
}

.next_project .wmain {
    overflow: hidden;
}

.np_title {
    display: table;
    float: left;
    height: 140px;
    font-size: 24px;
    color: #FFF;
    line-height: 120%;
    width: 30%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.np_title span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.np_name {
    display: table;
    float: left;
    height: 140px;
    font-size: 24px;
    color: #FFF;
    line-height: 120%;
    width: 70%;
}

.np_name span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.yl_img {
    overflow: hidden;
}

.yl_img img {
    transition: transform ease 0.5s;
}

.ysl_list > li a:hover .yl_img img {
    transform: scale(1.1);
}

.what_list_main {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.what_list {
    position: relative;
    z-index: 50;
}

.wl_img_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.wl_img_list > li {
    display: block;
    float: left;
    /*width: 25%;*/
    height: 100%;
    /*background-position: center center !important;*/
    background-size: cover !important;
    box-sizing: border-box;
}

.overflow_nav {
    overflow: hidden;
}

.portfolio .flat:before {
    display: none !important;
}

.hs_bg, .hs_left {
    min-height: 520px;
    max-height: 1080px;
}

@media screen and (max-width: 1780px) {
    .header_index .wmain {
        left: 0;
    }
}

@media screen and (max-width: 1520px) {
    .ht_slog br {
        display: block;
        line-height: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .wl_inner {
        padding: 53px 20px 0px 29px;
    }

    .wl_btn {
        left: 29px;
    }
}

@media screen and (max-width: 1380px) {
    .flat_list {
        width: 670px;
    }

    .seo_text > li {
        padding-left: 44px;
    }

    .seo_text {
        margin-left: -44px;
    }

    .seo_left {
        width: auto;
        max-width: 340px;
    }
}

@media screen and (max-width: 1330px) {
    .hlt_left {
        float: none;
    }

    .hlt_right {
        float: none;
        margin-top: 35px;
    }

    .step_list > li:nth-child(3n) {
        width: 33.33333333%;
        float: none;
    }

    .hlt_cont li span {
        width: 304px;
    }

    .hlt_nav > li {
        width: 304px;
    }

    .hlt_nav > li + li {
        width: auto;
        margin-left: 0;
    }
}

@media screen and (max-width: 1260px) {
    .fi_name {
        font-size: 32px;
    }

    .fi_footer {
        max-width: 300px;
    }

    .fi_footer {
        margin-top: 50px;
    }

    .flat_list > li + li, .flat_inner + .flat_inner {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1180px) {
    .ht_nav {
        display: none;
    }

    .ht_phone {
        display: none;
    }

    .htr_bottom {
        padding-right: 54px;
    }

    .f_subscr {
        display: none;
    }

    .about_l {
        width: 55%;
    }

    .al_people > li {
        padding-left: 80px;
    }

    .al_people {
        margin-left: -80px;
    }

    .al_people_small > li {
        width: 25%;
    }

    .al_people_small > li + li + li + li + li {
        margin-top: 34px;
    }
}

@media screen and (max-width: 1140px) {
    .cl_inner_two .cl_inner {
        float: none;
        width: auto;
    }

    .cl_inner_two .cl_inner + .cl_inner {
        margin-top: 12px;
    }

    .cl_inner_two {
        position: relative;
        padding-bottom: 54px;
    }

    .cl_inner .btn_main {
        margin-top: 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .cont_list {
        margin-left: -20px;
    }

    .cont_list > li {
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1130px) {
    .what_list > li {
        float: left;
        width: 50%;
        height: 400px;
    }

    .wl_inner {
        height: 400px;
    }

    .wl_btn {
        bottom: 32px;
    }

    html body .what_list li .wl_bg {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .what_list > li {
        position: relative;
    }

    .what_list {
        background: none;
    }

    .what_list_act li + li + li + li .wl_bg, .what_list_act li + li + li .wl_bg, .what_list_act li + li .wl_bg, .what_list_act li .wl_bg {
        left: 0 !important;
    }

    .wl_inner {
        max-width: 480px;
    }
}

@media screen and (max-width: 1120px) {
    .in_2 > span {
        padding-left: 30px;
    }

    .in_2 {
        margin-left: -30px;
    }

    .bdi_right {
        margin-left: 280px;
    }

    .bdi_left {
        width: 240px;
    }
}

@media screen and (max-width: 1110px) {
    .flat_list {
        width: 550px;
    }

    .flat_info_main {
        width: 40%;
        padding-right: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .flat_list {
        width: 60%;
    }

    .fi_gall, .fi_data {
        float: none;
    }

    .fi_gall {
        margin-top: 10px;
    }

    .fi_footer {
        margin-top: 30px;
    }

    .fi_name {
        font-size: 26px;
    }
}

@media screen and (max-width: 1080px) {
    .hs_bg, .hs_left {
        height: 500px;
    }

    .logo {
        width: 100px;
    }

    .ht_slog {
        margin-left: 135px !important;
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media screen and (max-width: 1060px) {
    .cl_img, .cooperation_list > li:nth-child(2n) .cl_text_main {
        padding-right: 40px;
    }
}

@media screen and (max-width: 990px) {
    .seo_left {
        float: none;
        max-width: 100%;
    }

    .seo_right {
        margin-left: 0;
        margin-top: 40px;
    }

    .seo_num {
        margin-top: 30px;
    }

    .seo {
        margin-top: 46px;
    }

    .calc_bottom {
        margin-top: 42px;
        padding-top: 42px;
    }

    .calc_left {
        float: none;
        width: auto;
        max-width: 366px;
    }

    .calc_right {
        margin-left: 0;
        padding-top: 0;
        margin-top: 30px;
    }

    .cl_slog {
        margin-top: 18px;
    }

    .calc_bottom {
        padding-bottom: 68px;
    }
}

@media screen and (max-width: 980px) {
    .cl_img, .cooperation_list > li:nth-child(2n) .cl_text_main {
        float: none;
        width: auto;
        padding: 0;
    }

    .cooperation_list > li:nth-child(2n) .cl_img, .cl_img {
        float: none;
        width: auto;
        padding: 0;
    }

    .cl_text_main {
        position: relative;
        top: 0;
        margin-top: 0;
        left: auto;
        right: auto;
        height: auto;
    }

    .cl_text_inner {
        display: block;
    }

    .cl_text_main {
        width: auto;
        margin-top: 30px;
    }

    .cooperation_list > li + li {
        margin-top: 55px;
    }
}

@media screen and (max-width: 960px) {
    .ysl_list > li {
        padding-left: 30px !important;
    }

    .ysl_list {
        margin-left: -30px;
    }

    .bil_content {
        margin-left: 380px;
        padding-top: 0;
    }
}

@media screen and (max-width: 920px) {
    .hsp_name {
        font-size: 34px;
    }

    .hsp_name span {
        font-size: 22px;
    }

    .hs_plashka {
        padding-right: 30px;
        width: 500px;
    }

    .hs_inner {
        padding-left: 40%;
    }

    .head_street br {
        display: block;
    }
}

@media screen and (max-width: 860px) {
    .flat:before {
        height: 100px;
    }
}

@media screen and (max-width: 840px) {
    .al_people > li {
        padding-left: 30px;
    }

    .al_people {
        margin-left: -30px;
        margin-top: 50px;
    }

    .al_people_small > li {
        padding-left: 20px;
    }

    .al_people_small {
        margin-left: -20px;
    }

    .al_people_small {
        margin-top: 35px;
    }
}

@media screen and (max-width: 820px) {
    .hlt_nav > li + li {
        margin-left: 85px;
    }

    .hlt_cont li span {
        width: 192px;
    }

    .services .ysl_list > li {
        width: 50%;
    }

    .content .services .ysl_list > li + li + li {
        margin-top: 40px;
    }

    .hlt_nav > li {
        width: 50%;
    }

    .hlt_nav > li + li {
        margin-left: 0;
    }

    .hlt_cont li span {
        width: 50%;
    }
}

@media screen and (max-width: 780px) {
    .ht_call {
        display: none;
    }

    .htr_bottom {
        height: 30px;
        width: 30px;
        padding-right: 0;
    }

    .about_l, .about_r {
        float: none;
        width: auto;
    }

    .about_r {
        margin-top: 40px;
    }

    .gi_block_text {
        width: 60%;
    }

    .gi_block_title {
        width: 40%;
    }

    .np_title {
        width: 40%;
    }

    .np_name {
        width: 60%;
    }
}

@media screen and (max-width: 760px) {
    .sdh_left, .sdh_right {
        float: none;
        width: auto;
    }

    .sdh_left {
        margin-top: 20px;
    }
}

@media screen and (max-width: 740px) {
    .bil_img {
        width: 250px;
    }

    .bil_content {
        margin-left: 270px;
    }

    .bdi_right {
        margin-left: 0;
    }

    .bdi_left {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 30px;
        width: auto;
        max-width: 320px;
    }

    .blog_detail_inner {
        margin-top: 38px;
    }

    .bdi_right p + p, .bdi_img_list + p {
        margin-top: 20px;
    }

    .bdi_img_list > li {
        padding-left: 20px;
    }

    .bdi_img_list {
        margin-left: -20px;
    }

    .bdi_img_list {
        margin-top: 24px;
    }

    .bdi_soc {
        margin-top: 25px;
    }
}

@media screen and (max-width: 720px) {
    .hlt_cont li span {
        display: none;
    }

    .f_nav {
        display: none;
    }

    .f_left {
        float: none;
    }
}

@media screen and (max-width: 680px) {
    .hlt_slog {
        font-size: 14px;
        line-height: 20px;
    }

    .hlt_left {
        margin-top: -3px;
    }

    .step_list > li {
        width: 50%;
    }

    .step_list > li + li + li {
        margin-top: 33px;
    }

    .step_list > li:nth-child(3n) {
        width: 50%;
    }
}

@media screen and (max-width: 660px) {
    .hs_inner {
        padding-left: 0;
    }

    .hs_bg {
        display: none;
    }

    .hs_left {
        position: relative;
        height: auto;
    }

    .logo {
        float: none;
    }

    .ht_slog {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .head_top {
        height: auto;
        overflow: hidden;
    }

    .ht_left {
        height: auto;
    }

    .head_street {
        display: none;
    }

    .hs_plashka {
        padding: 0;
    }

    .header_slider {
        margin-top: 60px;
    }

    .ysl {
        margin-top: 30px;
    }

    .hs_left, .hs_list_inner {
        display: block;
    }

    .hs_plashka {
        width: auto;
    }

    .ysl_list > li {
        float: none;
        padding-left: 0;
        width: auto;
        display: block;
    }

    .ysl_list > li + li {
        margin-top: 40px;
    }

    .ysl_list {
        margin-left: 0;
    }

    .hl_top, .header_index, .ysl, .flat, .step, .blog_index, .seo,
    .calc_bottom, .footer, .f_line, .what .wmain, .content, .head_inner, .next_project {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hl_top_main {
        padding-left: 0;
        padding-right: 0;
    }

    .fl_create a + a {
        margin-left: 35px;
    }

    .head_inner .head_top {
        height: auto;
    }

    .head_inner .ht_slog {
        margin-left: 0 !important;
    }

    .portfolio .flat_info_main {
        top: auto;
        bottom: -100px;
        margin-top: 0;
    }

    .portfolio .flat_inner + .flat_inner .flat_info_main {
        bottom: auto;
        top: 50%;
        margin-top: -200px;
    }

    .services .ysl_list > li {
        display: inline-block;
        padding-left: 20px;
    }

    .services .ysl_list {
        margin-left: -20px;
    }

    .services .ysl_list li + li {
        margin-top: 0;
    }

    .ysl_list > li {
        padding-left: 0 !important;
    }

    .content .services .ysl_list > li {
        padding-left: 20px !important;
    }

    .content .services .ysl_list {
        margin-left: -20px !important;
    }

    .what_list > li {
        float: none;
        width: auto;
    }

    .hs_bg, .hs_left {
        height: auto !important;
        min-height: 50px !important;
    }
}

@media screen and (max-width: 620px) {
    .cont_list > li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .cont_list > li + li {
        margin-top: 20px;
    }

    .cont_list {
        margin-left: 0;
    }

    .gi_block_title {
        float: none;
        width: auto;
    }

    .gi_block_text {
        float: none;
        width: auto;
        margin-top: 15px;
    }

    .gi_block_text p + p {
        margin-top: 18px;
    }

    .gi_block_text {
        line-height: 24px;
    }

    .gallery_info {
        margin-top: 40px;
    }

    .gi_block + .gi_block {
        margin-top: 26px;
    }

    .np_title {
        display: block;
        height: auto;
        float: none;
        width: auto;
        padding-right: 0;
    }

    .np_title span {
        display: block;
    }

    .np_name {
        display: block;
        height: auto;
        float: none;
        width: auto;
        margin-top: 15px;
    }

    .np_name span {
        display: block;
    }

    .next_project {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .next_project {
        margin-top: 44px;
    }

    .next_project + .calc_bottom {
        margin-top: 42px;
    }
}

@media screen and (max-width: 600px) {
    .tm_btn {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .hlt_nav > li {
        width: 50%;
    }

    .hlt_nav > li + li {
        margin-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .fi_name {
        font-size: 20px;
    }

    .flat_info_main {
        width: 50%;
    }

    .flat_list {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .bil_img {
        float: none;
        width: auto;
    }

    .bil_content {
        margin-left: 0;
        margin-top: 20px;
    }

    .blog_index {
        margin-top: 50px;
    }

    .step_list {
        padding-bottom: 60px;
    }

    .bil_info {
        min-height: 100%;
    }

    .cont_map {
        height: 380px;
    }

    .cl_inner {
        line-height: 140%;
    }
}

@media screen and (max-width: 520px) {
    .fi_data {
        padding-top: 1px;
    }

    .hl_top .wmain {
        padding-left: 0;
        padding-top: 170px;
    }

    .flat_info_main {
        position: relative;
        display: block;
        height: auto;
        top: 0;
        margin-top: 0;
        padding-right: 0;
        float: none;
    }

    .flat_list {
        float: none;
        width: auto;
    }

    .flat {
        margin-top: 44px;
    }

    .mPS2id-target-first .flat_info_main, .flat_info_main {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .flat_list {
        margin-top: 16px;
    }

    .fi_name {
        font-size: 24px;
    }

    .flat_info_main {
        width: auto;
    }

    .fi_data {
        float: left;
    }

    .fi_gall {
        float: right;
        margin-top: 0;
    }

    .fi_footer {
        max-width: 700px;
    }

    .flat_info_inner {
        display: block;
    }

    .seo_text > li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .seo_text {
        margin-left: 0;
    }

    .seo_text > li p + p, .seo_text > li + li {
        margin-top: 12px;
    }

    .fl_copy {
        float: none;
    }

    .fl_create {
        float: none;
        margin-top: 8px;
    }

    .fl_create a {
        float: none;
    }

    .fl_create a + a {
        margin-left: 0;
        margin-top: 8px;
    }

    .f_line {
        border: none;
    }

    .f_line .wmain {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .portfolio .flat_info_main {
        top: auto !important;
        margin-top: 0 !important;
        bottom: 0;
    }

    .services .ysl_list li {
        display: block;
        width: auto;
        padding-left: 0 !important;
    }

    .services .ysl_list {
        margin-left: 0;
    }

    .services .ysl_list li + li {
        margin-top: 30px;
    }

    .content .step {
        margin-top: 30px;
    }

    .flat_list > li img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

@media screen and (max-width: 480px) {
    .logo, .head_inner .logo {
        width: 24px;
        margin-top: 0;
    }

    .ht_slog {
        display: none !important;
    }

    .htr_bottom {
        margin-top: 5px;
    }

    .head_top {
        padding-top: 15px;
    }

    .header_slider {
        margin-top: 26px;
    }

    .hs_left {
        font-size: 24px;
    }

    .hsp_name span {
        font-size: 14px;
        line-height: 22px;
    }

    .hlt_logo {
        width: 24px;
        top: 15px;
    }

    .hlt_close {
        top: 21px;
        right: 3px;
    }

    .hlt_slog {
        font-size: 12px;
        line-height: 17px;
    }

    .hl_top .wmain {
        padding-top: 80px;
    }

    .hlt_nav > li a {
        font-size: 14px;
    }

    .hlt_nav > li a + a {
        margin-top: 14px;
    }

    .hlt_cont li {
        font-size: 14px;
    }

    .hlt_right {
        margin-top: 32px;
    }

    .hlt_mail {
        font-size: 14px;
    }

    .hl_top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tm {
        font-size: 32px;
    }

    .fi_name {
        padding-bottom: 43px;
    }

    .fi_footer {
        margin-top: 24px;
    }

    /*.flat_inner + .flat_inner, .flat_list > li + li {
        display: none;
    }*/

    .what {
        margin-top: 48px;
    }

    .wl_inner, .what_list > li {
        height: 220px;
    }

    .wl_inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 28px;
    }

    .wl_name {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }

    .wl_info {
        display: none;
    }

    .wl_btn {
        left: 15px;
        bottom: 20px;
    }

    .what_list_main {
        margin-top: 20px;
    }

    .sl_num {
        color: #F4A76F !important;
    }

    .sl_name {
        color: #000 !important;
    }

    .sl_img {
        display: none !important;
    }

    .sl_name {
        font-size: 14px;
    }

    .step_list > li {
        padding-left: 5px;
    }

    .step_list {
        margin-left: -5px;
    }

    .step_list > li + li + li {
        margin-top: 16px !important;
    }

    .step_list {
        padding-top: 20px;
        padding-bottom: 20px;
        border: none;
    }

    .blog_index {
        margin-top: 32px;
    }

    .blog_index_list {
        margin-top: 20px;
    }

    .bil_info {
        display: none;
    }

    .blog_index_list li + li {
        margin-top: 24px;
        padding-top: 24px;
    }

    .seo_text {
        max-height: 226px;
    }

    .seo_all_text {
        margin-top: 18px;
    }

    .seo_right {
        margin-top: 20px;
    }

    .seo_num {
        margin-top: 18px;
    }

    .blog_index_list {
        padding-bottom: 24px;
    }

    .seo .tm br {
        display: none;
    }

    .seo {
        margin-top: 40px;
    }

    .tm {
        font-size: 24px;
    }

    .in_2 > span {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .in_2 {
        margin-left: 0;
    }

    .in_2 > span + span {
        margin-top: 16px;
    }

    .cl_slog {
        display: none;
    }

    .calc_right {
        margin-top: 20px;
    }

    .calc_bottom {
        border: none;
        padding-top: 0;
        margin-top: 48px;
    }

    .personal {
        margin-top: 16px;
    }

    .calc_bottom {
        padding-bottom: 40px;
    }

    .f_logo {
        width: 48px;
    }

    .f_left {
        padding-left: 80px;
    }

    .f_slog {
        display: none;
    }

    .f_phone {
        margin-top: 0;
    }

    .f_left_l {
        margin-top: 0;
    }

    .f_street {
        line-height: 20px;
        margin-top: 26px;
    }

    .footer {
        background: none;
        padding-bottom: 25px;
    }

    .f_left {
        height: 82px;
    }

    .calc_bottom {
        padding-bottom: 48px;
    }

    .footer .wmain {
        padding-top: 0;
        padding-bottom: 0;
    }

    .content {
        margin-top: 32px;
    }

    .content h1 {
        font-size: 30px;
    }

    .blog .blog_index_list {
        margin-top: 16px;
    }

    .pu_inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px;
    }

    .cl_title {
        font-size: 18px;
    }

    .cl_inner {
        margin-top: 15px;
    }

    .contact {
        margin-top: 18px;
    }

    .cont_map {
        margin-top: 20px;
        height: 300px;
    }

    .bdi_right {
        font-size: 14px;
        line-height: 20px;
    }

    .bdi_right p + p, .bdi_img_list + p {
        margin-top: 15px;
    }

    .bdi_img_list {
        margin-left: 0;
    }

    .bdi_img_list > li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .bdi_img_list > li + li {
        margin-top: 20px;
    }

    .blog_detail {
        margin-top: 25px;
    }

    .portfolio .flat_inner + .flat_inner, .portfolio .flat_list > li + li {
        display: block;
    }

    .portfolio .flat {
        margin-top: 30px;
    }

    .cooperation {
        margin-top: 20px;
    }

    .cl_text_main {
        margin-top: 15px;
    }

    .cooperation_list > li + li, .cooperation_list > li:nth-child(2n) .cl_text_main {
        margin-top: 26px;
    }

    .cl_text p {
        line-height: 24px;
    }

    .services {
        margin-top: 20px;
    }

    .sdh_text p + p {
        margin-top: 12px;
    }

    .service_detail_head {
        padding-bottom: 20px;
    }

    .service_detail_head {
        margin-top: 20px;
    }

    .sdh_img_name {
        font-size: 14px;
        line-height: 18px;
    }

    .sdh_text {
        margin-top: 18px;
    }

    .al_people_small > li {
        width: 33.333333333%;
    }

    .al_people_small > li + li + li + li {
        margin-top: 34px;
    }

    .about {
        margin-top: 20px;
    }

    .step {
        margin-top: 48px;
    }

    .gallery {
        margin-top: 20px;
    }

    .np_title {
        font-size: 20px;
    }

    .np_name {
        font-size: 20px;
        margin-top: 10px;
    }

    .next_project {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ysl + .flat .flat_list > li img {
        top: 0 !important;
        transform: translate(0%, 0%) !important;
    }
}

@media screen and (max-width: 460px) {
    .gst_img {
        padding-left: 10px;
    }

    .gallery_slider_th .slick-list {
        margin-left: -10px;
    }

    .gallery_slider_th {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    .al_people > li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .al_people {
        margin-left: 0;
    }

    .al_people > li + li {
        margin-top: 30px;
    }

    .al_people_small > li {
        width: 50%;
    }

    .al_people_small > li + li + li {
        margin-top: 25px !important;
    }

    .al_people {
        margin-top: 30px;
    }

    .ar_project_list {
        margin-left: 0;
    }

    .ar_project_list > li {
        display: block;
        margin: 0;
        width: auto;
        margin: 0;
        padding-left: 0;
    }

    .ar_project_list > li + li {
        margin-top: 15px;
    }

    .content .step {
        margin-top: 42px;
    }

    .ar_text {
        line-height: 24px;
    }

    .ar_text p + p {
        margin-top: 14px;
    }

    .ar_project_list > li span {
        margin-top: 5px;
    }

    .ar_project_list > li + li {
        margin-top: 18px;
    }
}

@media screen and (max-width: 380px) {
    .tm {
        font-size: 24px;
    }

    .ysl_list {
        margin-top: 16px;
    }

    .ysl_name {
        font-size: 14px;
        font-weight: bold;
        margin-top: 15px;
    }

    .ysl_price {
        font-size: 14px;
    }

    .ysl_list > li + li {
        margin-top: 30px;
    }

    .fi_gall span {
        display: none;
    }

    .pu_title {
        font-size: 20px;
    }

    .pu_inner .personal {
        margin-top: 19px;
    }

    .pu_inner .btn_main {
        margin-top: 16px;
    }

    .pu_inner .form_style {
        margin-top: 14px;
    }

    .content h1 {
        font-size: 24px;
    }

    .blog_detail_inner {
        margin-top: 25px;
    }

    .next_project {
        margin-top: 27px;
    }

    .next_project + .calc_bottom {
        margin-top: 30px;
    }

    .gi_block_text {
        line-height: 22px;
    }

    .gi_block_text {
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/.default/css/custom.css?174904036134862*/
.form_style input[type="text"], .form_style textarea, .form_style input[type="tel"], .form_style input[type="email"] {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #111;
    height: 48px;
    border: 1px solid #DDD;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home-portfolio{margin-top:100px}
.pu_inner .form_style input[type="text"] + input[type="text"], .pu_inner .form_style input[type="text"] + input[type="tel"] {
    margin-top: 15px;
}

.pu_inner .form_style input[type="text"], .pu_inner .form_style input[type="tel"] {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #111;
    height: 40px;
}

.f_subscr input[type="text"], .f_subscr input[type="email"] {
    margin-top: 18px;
}

.pager {
    display: none;
}

.homepage-slider-name {
    max-width: 450px;
}

/*.what_list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}*/

.what_list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.what_list_act li:before {
    background: rgba(0, 0, 0, 0);
}

.what_list_act .wl_act:before {
    background: rgba(0, 0, 0, .5);
}

.what_list .wl_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.flat_info_main {
    /* width: calc(100% - 864px - 90px); */
    width: 27%;
}

/*.flat_info_main.inner {
    width: calc(100% - 872px - 90px);
}*/

/*.hs_bg, .hs_left {
    max-height: calc(100% - 100vh);
}*/

.hs_bg {
    height: calc(100vh - 300px);
}

/*.sl_img span {
    width: 210px;
    transition-delay: initial !important;
    transition: initial !important;
}

.sl_img span > img {
    width: 0;
    height: 130px;
    transition: width linear .3s;
}

.sl_inner:hover .sl_img span {
    transition-delay: initial !important;
    transition: initial !important;
}

.sl_inner:hover .sl_img span > img {
    width: 210px;
}*/

.hs_left {
    height: auto;
    max-height: none;
    min-height: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.flat_info_main {
    z-index: 0;
}

.what_list > li:after {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;
}

.what_list > li:hover:after {
    display: block !important;
}

.what_list:hover .wl_num, .what_list:hover .wl_name {
    color: rgba(255, 255, 255, .4);
}

.wl-list-item:hover .wl_num {
    color: rgba(255, 255, 255, 1);
}

.next_project {
    background-size: cover;
    position: relative;
}

.next_project:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.next_project .wmain {
    position: relative;
    z-index: 2;
}

.ht_call {
    transition: color ease .3s;
}

.ht_call:hover {
    color: #F4A76F;
}

.step-item {
    position: relative;
}

.step-item:hover ~ .step-item {
    z-index: -1;
}

.step-item__name {
    position: relative;
}

.step-item__name-text {
    position: relative;
    z-index: 0;
}

.step-item__img {
    width: 0;
    height: 260px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    visibility: hidden;
    transition: width .5s ease, transform .3s linear;
    will-change: transform;
}

.step-item:hover .step-item__img {
    visibility: visible;
    width: 420px;
}

.sl_name, .sl_num {
    position: relative;
}

.sl_name {
    z-index: 0;
}

.sl_num {
    z-index: 0;
}

/*.step-item:nth-child(2) .step-item__img {
    transform: translate(0, -50%);
    left: 100%;
}*/

/*.portfolio-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #DDDDDD;
    margin-top: 48px;
    padding-top: 48px;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}*/

.portfolio-filter__item > .jq-checkbox {
    margin-top: 2px;
}

.portfolio-filter__item {
    margin-bottom: 20px;
}

.portfolio-filter__item:last-child {
    margin-bottom: 0;
}

.not-found {
    text-align: center;
}

.not-found__image {
    margin-bottom: 65px;
}

.not-found__image img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.not-found__text {
    font-size: 16px;
    line-height: 24px;
}

.not-found__text a {
    color: #F4A76F;
}

.wl-list-item .wl_bg {
    transition: width cubic-bezier(0.82, 0.13, 0.21, 0.94) 1.2s, transform ease 1.6s;
    will-change: transform, width;
    overflow: hidden;
    width: 100%;
    opacity: 1;
}

.wl-list-item:hover:after {
    display: none;
}

.wl-list-item:hover .wl_inner {
    display: block !important;
}

/*.wl-list-item:nth-child(1) {
    z-index: 21;
}*/

.wl-list-item:hover:nth-child(1) .wl_bg {
    width: 400%;
}

.wl-list-item:hover:nth-child(2) .wl_bg {
    transform: translateX(-25%);
    width: 400%;
}

.wl-list-item:hover:nth-child(3) .wl_bg {
    transform: translateX(-50%);
    width: 400%;
}

.wl-list-item:hover:nth-child(4) .wl_bg {
    transform: translateX(-75%);
    width: 400%;
}

.f_slog {
    line-height: 28px;
}

/*.what_list:hover .wl-list-item:after, .what_list:hover .wl_inner {
    display: none;
}*/

@media (max-width: 480px) {
    .hs_left {
        top: auto;
        transform: initial;
    }

    .flat_info_main {
        width: 100% !important;
    }
}

@media (max-width: 520px) {
    .flat_info_main {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .flat_info_main {
        width: 100% !important;
    }
}

@media (max-width: 660px) {
    .hs_left {
        top: auto;
        transform: initial;
    }
}

@media (max-width: 1110px) {
    .flat_info_main {
        width: 40%;
    }
}

@media screen and (max-width: 1180px) {
    .ht_phone {
        display: initial;
    }
}

@media (min-width: 600px) {
    .portfolio-filter__item {
        margin-bottom: 20px;
        flex: 0 0 100%;
    }

    .portfolio-filter__item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .portfolio-filter__item {
        flex: 0 0 33%;
        margin-bottom: 0;
    }
}

@media (min-width: 1900px) {
    .hs_bg {
        height: calc(100vh - 250px);
    }
}

@media (min-width: 2000px) {
    .hs_bg {
        height: calc(100vh - 450px);
    }
}

.logo {
    opacity: 0;
}

.header_slider {

}

/* .slider-bg-block {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 100;
} */

/*.stages-of-work {
    margin-top: 500px;
    margin-bottom: 500px;
}*/

.stages-of-work .stages-of-work-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left {
    width: 45%;
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left {
        width: 100%;
    }
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: 0;
    line-height: 1;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 320px;
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list {
        height: auto;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item {
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    height: 26%;
    padding-bottom: 40px;
}

@media screen and (max-width: 1370px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item {
        width: 45%;
    }
}

@media screen and (max-width: 560px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item {
        width: 100%;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item {
        height: auto;
    }
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    max-width: 700px;
    max-height: 390px;
    min-width: 700px;
    min-height: 390px;
    transition: opacity ease .8s;
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        min-width: auto;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        max-width: none;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        min-height: auto;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        max-height: 240px;
    }
}

@media screen and (max-width: 960px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        max-height: 180px;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        overflow: hidden;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        position: static;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        opacity: 1;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap {
        margin-top: 16px;
    }
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap img {
    max-width: 700px;
    max-height: 390px;
    min-width: 700px;
    min-height: 390px;
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap img {
        min-width: auto;
        max-width: 100%;
        object-fit: contain;
    }
}


@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap img {
        min-height: auto;
    }
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap img {
        max-height: initial;
    }
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-img-wrap.active {
    opacity: 1;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-item-number {
    color: #F4A76F;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

@media screen and (max-width: 960px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-left .stages-list .stages-item .stages-name {
        min-height: 40px;
    }
}

@media screen and (max-width: 780px) {
    .sdh_right {
        width: 100%;
    }

    .sdh_left {
        width: 100%;
    }
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .btn-wrap {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-top: 25px;
    color: #1F1E23;
    text-decoration: none;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .btn-wrap:hover {
    opacity: .7;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .btn-wrap > .step-more {
    margin-top: 0;
    margin-bottom: 0;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .btn-wrap .arrow-wrap {
    margin-right: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    /*border: 1px solid #1675E5;*/
    position: relative;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left .btn-wrap .arrow-wrap .arrow {
    /*position: absolute;
    top: 6px;
    left: 5px;*/
}

.stages-of-work .stages-of-work-wrap .stages-of-work-right {
    width: 45%;
}

@media screen and (max-width: 1170px) {
    .stages-of-work .stages-of-work-wrap .stages-of-work-right {
        display: none;
    }
}

.bil_inner .bil_img img {
    transition: transform ease 0.5s;
}

.bil_inner:hover .bil_img img {
    transform: scale(1.1);
}

.download-llc {
    padding-top: 5px;
}

.footer-social {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-social__list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-social__item + .footer-social__item {
    margin-left: 30px;
}

.footer-social__url {
    display: block;
}

.footer-social__url > img {
    display: block;
}

@media (min-width: 600px) {
    .f_left {
        float: none;
    }
}

@media (min-width: 1000px) {
    .f_left {
        float: left;
    }

    .footer-social {
        flex-direction: column;
        margin-top: 0;
        align-items: flex-start;
        padding-left: 60px;
        box-sizing: border-box;
    }

    .footer-social__list {
        margin-left: 0;
        margin-top: 15px;
    }

    .footer-social__dots {
        display: none;
    }
}

@media (min-width: 1200px) {
    .footer-social {
        display: block;
        float: left;
    }
}

@media (min-width: 1280px) {
    .f_subscr {
        width: 300px;
    }
}

@media (min-width: 1366px) {
    .f_subscr {
        width: 432px;
        margin-top: -2px;
    }
}

@media (min-width: 1600px) {
    .footer-social {
        padding-left: 120px;
        margin-top: -2px;
    }
}

.flat.inner {
    padding-left: 0;
    padding-right: 0;
    margin-top: 48px;
}

.flat.inner:before {
    display: none;
}

.flat.inner .flat_info_main {
    margin-top: -110px;
}

.content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}

.content-column {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #111111;
    flex: 0 0 100%;
}

.content-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.content-img-caption {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 27px;
}

/*.pf-inner .flat_info_main {
    height: 200px;
    opacity: 0 !important;
}

.pf-inner .mPS2id-target-last .flat_info_main.active {
    opacity: 1 !important;
}*/

.np_title {
    font-weight: bold;
}

.calc_bottom.no-border {
    border-top: transparent;
}

.f_nav {
    margin-left: 0;
    padding-left: 60px;
    box-sizing: border-box;
}

.fl_create {
    margin-right: 5px;
}

.hl_top_main {
    z-index: 1001;
}

@media (min-width: 1000px) {
    .content-column {
        flex: 0 0 calc(100% / 2 - 144px);
        padding-left: 72px;
        padding-right: 72px;
    }

    .content-row {
        margin-left: -72px;
        margin-right: -72px;
    }
}

@media screen and (max-width: 520px) {
    .flat.inner .flat_info_main {
        margin-top: 0;
    }
}

.portfolio__container {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    position: relative;
}

.portfolio__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.portfolio__item + .portfolio__item {
    margin-top: 16px;
}

.portfolio__item-info {
    flex: 0 0 100%;
}

.portfolio__item-name {
    font-family: 'Gilroy', sans-sarif;
    font-size: 24px;
}

.portfolio__item-name-title {
    text-decoration: none;
    color: #000000;
}

.portfolio__item-name-title:after {
    content: '';
    background: url('/local/templates/.default/css/../img/portfolio-arrow.svg') no-repeat transparent;
    width: 28px;
    height: 24px;
    display: block;
    margin-top: 16px;
}

.portfolio__item-name-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.portfolio__item-name-year {
    font-family: 'Century Gothic', sans-sarif;
    font-size: 16px;
    font-weight: bold;
    color: #777777;
}

.portfolio__item-name-gallery {
    font-family: 'Century Gothic', sans-sarif;
    font-size: 16px;
    text-decoration: none;
    color: #1F1E23;
    display: flex;
    align-items: center;
}

.portfolio__item-name-gallery:before {
    content: '';
    background: url("/local/templates/.default/css/../img/btn_str.png") no-repeat transparent;
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 16px;
}

.portfolio__item-name-gallery > span {
    display: none;
}

.portfolio__item-image {
    margin-top: 16px;
}

.portfolio__item-image-w {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio__item-image-w > img {
    display: block;
    max-width: 100%;
}

.img-parallax {
    position: static;
    top: 0;
    pointer-events: none;
}

.portfolio__list-names {
    display: none;
}

.gallery_slider_big {
    max-height: 700px;
}

.gallery_slider_big .slick-list {
    max-height: 700px;
}

.gallery_slider_big .slick-slider .slick-track {
    max-height: 700px;
}

.gsb_img {
    max-height: 700px;
}

.gsb_img img {
    width: auto;
    margin: auto;
    max-width: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
}

.stages-of-work .stages-of-work-wrap .stages-of-work-left div {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: 0;
    line-height: 1;
}

.ar_project_list > li span > a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 120%;
    margin-top: 8px;
    color: #1F1E23;
    text-decoration: none;
}

.ar_project_list > li span > a:hover {
    text-decoration: underline;
}

.bdi_img_list > li {
    padding-bottom: 30px;
}

.blog_detail_inner {
    min-height: 200px;
}

.pf-f-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #DDDDDD;
    margin-top: 48px;
    padding-top: 48px;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

.portfolio-filter {

    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1700px){
.portfolio-filter {
    flex: 1 1 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
}
.view-mode {
    margin-top: 30px;
    display: none;
}

.view-mode > button {
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #000000;
    transition: color ease .3s;
}

@media screen and (max-width: 1700px) {
    .portfolio__item-name-data {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .portfolio__item-name-year {
        margin-bottom: 10px;
    }
}

.view-mode > button:hover {
    color: #F4A76F;
}

.portfolio-filter__item {
    font-size: 14px;
}

.pf-grid-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pf-grid-view__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.pf-grid-view__item:hover > .w:after, .pf-grid-view__item:hover .pf-grid-view__item-data {
    opacity: 1;
    visibility: visible;
}

.pf-grid-view__item > .w {
    position: relative;
}

.pf-grid-view__item > .w:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 30, 35, .4);
    opacity: 0;
    visibility: visible;
    transition: opacity ease .3s;
}

.pf-grid-view__item-img {
    display: block;
    max-width: 100%;
}

.pf-grid-view__item-data {
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px;
    box-sizing: border-box;
    width: calc(100% - 30px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .3s;
}

.pf-grid-view__item-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.pf-grid-view__item-data-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.pf-grid-view__item-year {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #fff;
}

.pf-grid-view__item-data-footer:after {
    content: '';
    display: block;
    background: url('/upload/arrow.png') no-repeat transparent;
    width: 16px;
    height: 14px;
}

@media (max-width: 480px) {
    .gsb_img img {
        height: auto;
    }

    .pf-grid-view__item > .w:after, .pf-grid-view__item .pf-grid-view__item-data {
        opacity: 1;
        visibility: visible;
    }

    body .slick-prev, body .slick-next {
        width: 30% !important;
    }
}

@media (min-width: 1000px) {
    .pf-grid-view__item {
        width: calc(100% / 3 - 30px);
    }

    .view-mode {
        margin-top: 0;
        display: block;
    }

    .portfolio-filter__item {
        font-size: 16px;
    }

    .img-parallax {
        position: absolute;
    }

    .portfolio__container {
        display: flex;
        flex-direction: row;
    }

    .portfolio__list-names {
        display: block;
        width: 39%;
        position: fixed;
    }

    .portfolio__list-names .portfolio__item-info {
        display: block;
        flex: 0 0 100%;
    }

    .portfolio__list-names .portfolio__item {
        /*position: fixed;*/
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 50%;
        transition: opacity .5s ease;
    }

    .portfolio__list-names .portfolio__item.active {
        opacity: 1;
        visibility: visible;
    }

    .portfolio__list {
        width: 60%;
        position: relative;
        left: 40%;
    }

    .portfolio__item {
        position: relative;
    }

    .portfolio__item-info {
        flex: 0 0 40%;
        padding-right: 12px;
        box-sizing: border-box;
        display: none;
    }

    .portfolio__item-image {
        margin-top: 0;
    }

    .portfolio__item-name {
        font-size: 40px;
    }

    @media (max-width: 1450px) {
        .portfolio__item-name {
            font-size: 30px;
        }
    }

    .portfolio__item-name-data {
        margin-top: 90px;
        justify-content: flex-start;
    }

    .portfolio__item-name-gallery > span {
        display: inline;
    }

    .portfolio__item-name-year {
        margin-right: 100px;
    }

    .portfolio__item-name-title:after {
        margin-top: 30px;
    }

    .portfolio__item-image-w {
        height: 531px;
        padding-top: calc(100% * .531);
    }

    .portfolio__item-image-w > img {
        position: static;
        width: 100%;
        /*height: 864px;*/
        left: 0 !important;
        top: -80%;
        transform: translate3d(0px, -80%, 0px);
        object-fit: cover;
    }

    .portfolio__item + .portfolio__item {
        margin-top: 56px;
    }

    .portfolio__list-names:not(.disabled) {
        opacity: 1;
        transition: opacity .3s ease;
    }

    .portfolio__list-names.disabled {
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    .portfolio__list-names .portfolio__item {
        top: auto;
        margin-top: 0;
    }
}

@media (min-width: 1600px) {
    .portfolio__list-names .portfolio__item {
        max-width: 50%;
        margin-top: 100px;
    }
}

@media (min-width: 1900px) {
    .srv-pf .fi_name {
        max-width: 52%;
    }

    .portfolio .flat_info_main {
        margin-top: -250px;
    }
}

@media (min-width: 2000px) {
    .fi_name {
        max-width: 30%;
    }

    .srv-pf .fi_name {
        max-width: 30%;
    }
}

@media (max-width: 1100px) {
    html body .what_list li .wl_bg {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 800px) {
    .portfolio__list {
        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;
    }

    .portfolio__item {
        width: 48%;
    }
}

@media (max-width: 700px) {
    .portfolio__list {
        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;
    }

    .portfolio__item {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .gallery img {
        height: auto !important;
        max-width: 100%
    }

    .gallery iframe {
        height: auto !important;
        max-width: 100%
    }
}

.cl_inner {
    line-height: inherit;
}

body table {
    width: 100%;
    border-collapse: collapse;
}

body table {
    font-size: 14px;
    line-height: 1.4;
    background-color: inherit;
}

body table thead tr th {
    padding: 10px 0px;
    border: none;
    font-weight: 600;
}

body table tbody tr {
    background-color: inherit;
}

body table tbody tr td {
    padding: 10px 10px;
    border: none;
}

body table tbody tr:nth-child(odd) {
    background-color: #eaeeef;
}

@media (max-width: 500px) {
    body table {
        display: none;
    }

    ol {
        padding-left: 20px;
    }
}

.tm_btn, .fi_gall {
    background: url("/local/templates/.default/css/../img/arrow-right.svg") no-repeat left center;
}

body .slick-prev, body .slick-next {
    width: 45%;
}
.blog_index_list.clients-page li{display:list-item;margin:0;border:none}
.blog_index_list.clients-page li + li{margin-top:0;padding-top:0;border:none}
.blog_index_list.clients-page .list-item:not(:first-child){margin-top:50px}
.blog_index_list.clients-page .bil_inner:hover .bil_img img{transform:scale(1)}

.head_street {
    display: none;
}
.hs_inner {
    padding-left: 0;
}
.hs_left {
    top: auto;
    transform: translateY(0);
    bottom: 10%;
}
.hs_plashka {
    width: 400px;
}
.header_index  {
    padding-left: 0;
}
.header_index .wmain .head_top {
    padding-left: 30px;
}

.header_index .wmain .head_top .logo {

    background-color: #fff;
    padding: 0px 20px 20px;
}
.hs_inner .hs_plashka {
    transition: .3s;
    padding: 24px 70px 19px 30px;
    height: 375px;
    background-color: rgba(255,255,255,.3);
}
.hs_inner .hs_plashka:before {
    content: "";
    width: 116px;
    height: 100vh;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    bottom: 375px;
    left: 30px;
}
.hs_inner .hs_plashka:after {
    content: "";
    width: 116px;
    height: 100px;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    bottom: -100px;
    left: 30px;
}
.hs_inner .hs_plashka:hover {
    background-color: #fff!important;
}

@media screen and (max-width: 780px) {
    .hs_plashka {
        width: initial;
        padding-left: 15px;
    }
}

.home-portfolio {
    padding-left: 30px;
    padding-right: 30px;

}
@media screen and (max-width: 780px) {
    .pf-grid-view__item {
        width: 46%;
    }
    .home-portfolio {
        padding-left: 15px;
        padding-right: 15px;

    }
}
@media screen and (max-width: 750px) {
    .header_index .wmain .head_top .logo {
        padding: 0;
    }
    .pf-grid-view__item {
        width: 100%;
    }
}
.home-portfolio .pf-f-wrapper{
    justify-content: flex-end;
}
/* .header_index  {
    padding-left: 0;
    padding-right: 0;
}
.header_index .wmain {
    max-width: initial;
}

.header_index .wmain .head_top {
    max-width: 1594px;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .header_index .wmain .head_top {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header_slider {
        padding-left: 30px;
    }
} */

.header_index {
    padding-right: 0;
    padding-left: 0;
}
.header_index .wmain {
    position: static;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1440px;
    margin: 0 auto;
}
.header_index .wmain .head_top .logo {
    max-width: 76px;
    width: 76px;
}
.ht_left{
    height: 100px;
}
.hs_bg {
    height: calc(100vh - 180px);
}

.hsp_name {
     font-size: 24px;
}
.hsp_name span {
    font-size: 16px;
}


.head_inner .ht_slog br {
    display: none;
}
.head_inner .ht_left {
    margin-top: -7px;
}
.head_inner .ht_slog{
    margin-left: 230px;
    font-size: 22px;
}
.header_index .ht_slog{
    margin-left: 200px;
}
.ht_slog.header-addr {
    font-weight: 400;
    text-align: right;
    margin-top: 15px;
}
.ht_slog.header-addr {
    margin-top: 17px;
}
.ht_call, .ht_phone {
    font-size: 22px;
}
@media screen and (max-width: 1500px) {
    .ht_call, .ht_phone {
    font-size: 18px;
}
.ht_slog.header-addr {
        margin-top: 18px;
    }
   .hs_inner .hs_plashka {
        height: 310px;
        width: 500px;
    }
    .hs_inner .hs_plashka:before {
        bottom: 310px;
    }
   .ht_left .ht_slog {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .head_inner .ht_slog{
        font-size: 20px;
    }
    .ht_slog br {
        display: none!important;
    }
    .ht_nav li a {
        font-size: 20px;
    }
}
@media screen and (max-width: 1450px) {
    .ht_call, .ht_phone {
    font-size: 20px;
}
}

@media screen and (max-width: 1400px) {
   .ht_left .ht_slog {
        font-size: 18px;
    }
    .ht_nav li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1320px) {
    .ht_call, .ht_phone {
        font-size: 18px;
    }
    .ht_nav {
        display: none;
    }
      .head_top {
        padding-top: 20px;
        height: 110px;
    }
        .ht_left {
            width: 100%;
            height: 53px;
    }
    .head_inner .ht_left {
        height: 53px!important;
    }
    .ht_left .ht_slog {
        text-align: right;
    }
}
@media screen and (max-width: 1100px) {
    .head_inner .ht_left {
        height: 53px!important;
    }
 .ht_slog.header-addr {
        margin-top: 7px;
    }
    .htr_bottom {
        margin-top: 0;
    }
    .head_top {
        height: 113px; 
    }
    .hs_bg {
        height: calc(100vh - 130px);
    }

   .ht_left .ht_slog {

        font-size: 18px;
    }
    .ht_nav li a {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
    .ht_slog {
        font-size: 15px!important;
    }
    .head_top {
        height: 100px;
    }
}
@media screen and (max-width: 750px) { 
.hs_inner .hs_plashka {
    transition: .3s;
    padding: 12px 0;
    height: initial;
    width: initial;
    }
    .header_index .wmain .head_top .logo {
        width: 30px;
    }
    .header_index .wmain .head_top  {
        height: 80px;
        padding-left: 0;
    }
}

@media screen and (max-width: 660px) {
    .ht_right {
        position: relative;
        bottom: 50px;
    }
}

@media screen and (min-width: 1920px) { 
    .hs_bg {
        height: 890px
    }
    .hs_inner .hs_plashka:after {
        height: 200px;
        bottom: -200px;
    }
}
.home-portfolio .pf-f-wrapper .view-mode{
    display: none;
}
.head_inner .ht_slog {
    line-height: 100%;
}
.head_inner .ht_left {
    margin-top: 0;
}
.home-portfolio .pf-f-wrapper{
    display: none;
}
.home-portfolio .tm_head {
    margin-bottom: 27px;
}

/* .gallery_slider_big {
    max-height: initial;
    
}
.gallery_slider_big .slick-list {
    max-height: initial;
} */
.gsb_img {
    max-height: 700px;
    min-height: 700px;
    -webkit-background-size: ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 
/* End */
/* /local/templates/.default/css/jquery.formstyler.css?174904036112892 */
/* /local/templates/.default/css/slick.css?17490403613093 */
/* /local/templates/.default/css/style.css?174904036175586 */
/* /local/templates/.default/css/custom.css?174904036134862 */
