

/* Start:/local/templates/flagman/css/slick.css?15568221053578*/
@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/flagman/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: 35px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	overflow: hidden;
	border: none;
	display: block;
	text-indent: -99999999999px;
	z-index: 50;
	outline-style: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	background: none;
}

	.slick-prev:before, .slick-next:before {
		content: "";
		display: block;
		position: absolute;
		width: 16px;
		height: 10px;
		left: 0;
		background: url("/local/templates/flagman/css/../img/slider_str.svg") no-repeat left top;
		top: 50%;
		margin-top: -5px;
		opacity: 0.4;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}

	.slick-prev:hover:before, .slick-next:hover:before {
		opacity: 1;
	}

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

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

/* 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/flagman/css/jquery.formstyler.css?155660670412664*/
.jq-checkbox {
	top: 0;
	vertical-align: top;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #D6E0EE;
	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 {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #D71D24;
	left: 5px !important;
	top: 5px !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;
	    -ms-transition: 0.4s;
	     -o-transition: 0.4s;
	        transition: 0.4s;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

.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.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;
}

.jq-radio__div {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("/local/templates/flagman/css/../img/radio_select.png") no-repeat center center;
	-webkit-transform: scale(0) rotate(-480deg);
	   -moz-transform: scale(0) rotate(-480deg);
	    -ms-transform: scale(0) rotate(-480deg);
	     -o-transform: scale(0) rotate(-480deg);
	        transform: scale(0) rotate(-480deg);
	-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;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.jq-selectbox__select {
	padding-right: 20px;
}

	

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	font-size: 16px;
	color: #373F57;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	width: 17px;
	height: 100%;
	background: url("/local/templates/flagman/css/../img/select_str.svg") no-repeat center center;
	-webkit-background-size: 17px;
	     -o-background-size: 17px;
	        background-size: 17px;
	right: 0;
	top: 0;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0px;
	padding: 0;
	border: 1px solid #ddd;
	background: #FFF;
}
.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: 5px 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: #2243AA;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #2243AA;
	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/flagman/css/jquery.fancybox.min.css?168171497612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/flagman/css/custom.css?17624341252536*/
.floor_nav li:first-child,
.floor_nav li + li {
    padding: 0;
}
.floor_nav li > a {
    padding: 21px 33px;
    width: 100%;
}
@media screen and (max-width: 740px) {
    .floor_nav li:first-child,
    .floor_nav li + li {
        padding: 0;
    }
    .floor_nav li > a {
        padding: 21px 25px;
    }
    .floor_nav li.act a {
        padding: 13px 25px;
    }
}
.breadcrumbs{
    margin: 0;
}
.breadcrumbs__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px solid #d8e2ec;
}
.breadcrumbs__item{
    padding: 0 28px 0 0;
    margin: 0 11px 0 0;
    position: relative;
    list-style: none;
}
.breadcrumbs__item a{
    color: #373F57;
    text-decoration: none;
    text-transform: lowercase;
}
.breadcrumbs__item span{
    color: #818693;
    text-transform: lowercase;
}
.breadcrumbs__item::after{
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background-image: url(/local/templates/flagman/css/../img/arrow-right.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 15px;
    height: 10px;
    display: block;
}
.breadcrumbs__item:last-child{
    padding: 0;
}
.breadcrumbs__item:last-child::after{
    display: none;
}
.breadcrumbs__link{
    font-size: 12px;
    line-height: 20px;
    color: #320c5e;
    display: inline;
    text-decoration: none;
}
.breadcrumbs__link--active{
    border: 0;
    color: #2b1d3a;
}
@media(max-width:1023px){
    .breadcrumbs{
        display: none;
    }
}
.arenda_head.seo_head{
    padding-bottom: 0;
}
.seo_head .ahc_text{
    padding: 80px 0 80px 80px;
}
.seo_head .arenda_head_img{
    left: -32px;
    right: 50%;
    width: auto;
}
.seo_head .chair .arenda_head_img{
    right: -32px;
    left: 50%;
}
.seo_head .chair .arenda_head_content{
    margin-right: 50%;
    padding-right: 32px;
    margin-left: 0;
    padding-left: 0;
}
.seo_head .chair .ahc_text{
    padding: 80px 80px 80px 0;
}
.seo_head .arenda_head_inner + .arenda_head_inner{
    margin-top: 6px;
}
.osb_img img {
	height: auto;
}
/* End */


/* Start:/local/templates/flagman/template_styles.css?1730972622111232*/
/*fonts*/
@font-face {
    font-family: 'Bebas Neue';
    src: url('/local/templates/flagman/fonts/BebasBold.eot');
    src: local('☺'), url('/local/templates/flagman/fonts/BebasBold.woff') format('woff'), url('/local/templates/flagman/fonts/BebasBold.ttf') format('truetype'), url('/local/templates/flagman/fonts/BebasBold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* montserrat-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-900.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-900.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/flagman/fonts/montserrat-v25-cyrillic_latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* roboto-regular - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-700.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-900.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-900.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/local/templates/flagman/fonts/roboto-v30-cyrillic_latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', 'sans-serif', 'arial', 'helvetica';
    -webkit-font-smoothing: antialiased;
}

input, textarea, select, button {
    font-family: 'Roboto', 'sans-serif', 'arial', 'helvetica';
}

a:hover {
    text-decoration: none;
}

img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
    border-radius: 0;
    outline-style: none;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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: 1312px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.head_main {
    position: relative;
    padding-right: 32px;
}

.head_main_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 42%;
    height: 100%;
}

.hms_img {
    -webkit-transition: 10s linear;
    -moz-transition: 10s linear;
    -ms-transition: 10s linear;
    -o-transition: 10s linear;
    transition: 10s linear;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    -webkit-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

.head_main_load .slick-active .hms_img {
    -webkit-transition: 15s linear;
    -moz-transition: 15s linear;
    -ms-transition: 15s linear;
    -o-transition: 15s linear;
    transition: 15s linear;
    background-position: -400px center !important;
}

.head_content {
    display: flex;
    position: relative;
    z-index: 100;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 51%;
}

.hms_img, .head_content {
    min-height: 920px;
}

.head_title {
    font-size: 48px;
    color: #2243AA;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 56px;
    font-family: "Bebas Neue";
    position: relative;
    padding-bottom: 30px;
}
.head_title_404{
    padding-bottom: 20px;
}

.head_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 4000px;
    height: 1px;
    background: #D6E0EE;
    left: 0;
    bottom: 0;
}

.head_content .wmain {
    width: 700px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head_ico_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 34px;
    display: flex;
}

.head_ico_list li {
    display: block;
    width: 33.33333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hil_ico {
    display: flex;
    height: 62px;
    opacity: 0.7;
    -webkit-align-items: center;
    align-items: center;
}

.hil_name {
    font-size: 14px;
    line-height: 16px;
    color: #848894;
    margin-top: 9px;
}
.map-address{
    font-size: 14px;
    color: #848894;
    padding-top: 10px;
}

.hil_num {
    font-size: 64px;
    color: #D71D24;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 11px;
    font-family: "Bebas Neue";
}

.hil_num sup {
    line-height: 4px;
    font-size: 20px;
    position: relative;
    top: 8px;
    margin-left: 1px;
}

.hil_num span {
    font-size: 32px;
}


.hl_top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300;
}

.hl_top .wmain {
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

.logo {
    display: block;
    text-decoration: none;
    float: left;
    overflow: hidden;
}

.logo img {
    display: block;
    width: 240px;
    float: left;
}

.logo span {
    display: block;
    float: left;
    margin-left: 16px;
    font-size: 8px;
    color: #213A86;
    font-weight: 900;
    line-height: 14px;
    padding-top: 12px;
    text-transform: uppercase;
    font-family: "Montserrat";
}


.hl_th_right {
    float: right;
    overflow: hidden;
    padding-top: 14px;
}

.hl_top_head {
    overflow: hidden;
}

.hl_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: left;
    padding-top: 4px;
}

.hl_nav li {
    display: block;
    float: left;
}

.hl_nav li + li {
    margin-left: 52px;
}

.hl_nav li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #373F57;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hl_nav li a:hover {
    color: #B61016;
}


.hl_phone {
    float: right;
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #D71D24;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-left: 163px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hl_phone:before, .hl_phone:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 16px;
    left: 0;
    top: 10px;
    background: url("/local/templates/flagman/img/hl_call_ico.svg") no-repeat left top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hl_phone:after {
    opacity: 0;
    background: url("/local/templates/flagman/img/hl_call_ico_act.svg") no-repeat left top;
}

.hl_phone:hover {
    color: #2243AA;
}

.hl_phone:hover:before {
    opacity: 0;
}

.hl_phone:hover:after {
    opacity: 1;
}


.head_nav_main {
    background: #2243AA;
    padding-left: 32px;
    padding-right: 32px;
}

.head_nav_main .wmain {
    padding: 0 !important;
}


.head_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.head_nav li {
    display: block;
    height: 72px;
    width: 16.666666666%;
    padding: 8px;
    cursor: pointer;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.head_nav li:hover {
    background: #D71D24;
}

.head_nav li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 20;
    border: 1px solid transparent;
    height: 56px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.head_nav li:hover a {
    border-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}

.hn_inner {
    display: flex;
    height: 54px;
    padding-left: 14px;
    -webkit-align-items: center;
    align-items: center;
}

.hn_img {
    width: 58px;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.hn_img img {
    display: block;
}

.hn_name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 100%;
}

.hn_name span {
    display: block;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    margin-top: 5px;
    line-height: 100%;
}


.head_filtr {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 88px;
    z-index: 100;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-search-page{
    position: inherit;
}

.head_filtr .wmain {
    background: #FFF;
    position: relative;
}

.head_filtr .form_style {
    display: block;
    height: 144px;
    border: 1px solid #D6E0EE;
    display: flex;
    border-right: none;
    background: #FFF;
}

.hf_block {
    width: 24.4%;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hf_block + .hf_block {
    width: 29.2%;
    border-left: 1px solid #D6E0EE;
}


.hf_btn {
    width: 17.2%;
    float: left;
}

.hfb_name {
    font-size: 14px;
    line-height: 120%;
    color: #848894;
    padding-bottom: 14px;
}

.hfb_name sup {
    line-height: 4px;
    font-size: 8px;
    position: relative;
    top: 2px;
    vertical-align: top;
}


.hf_btn_inner {
    display: block;
    margin: 0;
    padding: 0;
    padding: 8px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 146px;
    margin-top: -1px;
    margin-right: -1px;
    background: #2243AA;
    text-align: left;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Bebas Neue";
    border: 1px solid #2243AA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hf_btn_inner span {
    display: block;
    height: 128px;
    width: 100%;
    padding-left: 23px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hf_btn_inner:hover {
    -webkit-box-shadow: 0px 0px 0px 8px #2243AA;
    box-shadow: 0px 0px 0px 8px #2243AA;
}

.hf_btn_inner:hover span {
    border-color: transparent;
}

.hf_btn_inner:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.hf_btn_inner span:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    right: 31px;
    background: url("/local/templates/flagman/img/head_filtr_str.svg") no-repeat center center;
    -webkit-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
}


.hfb_select_2 {
    height: 40px;
}

.hfb_select_2 .hfb_select_2_inner {
    float: left;
    width: 50%;
    padding-right: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hfb_select_2 .hfb_select_2_inner + .hfb_select_2_inner {
    border-left: 1px solid #D6E0EE;
    padding-right: 0;
    padding-left: 31px;
}


.hfb_select_2 {
    height: 40px;
}

.form_style input{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #373F57;
    font-weight: bold;
    height: 40px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form_style input::-webkit-input-placeholder{
    color: #373F57;
    opacity: 1;
}
.form_style input:-ms-input-placeholder{
    color: #373F57;
    opacity: 1;
}
.form_style input::-ms-input-placeholder{
    color: #373F57;
    opacity: 1;
}
.form_style input::placeholder{
    color: #373F57;
    opacity: 1;
}
.head_spec_btn {
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 35px;
    font-size: 14px;
    color: #2243AA;
    height: 18px;
    line-height: 18px;
    padding-left: 32px;
    background: url("/local/templates/flagman/img/spec_str.svg") no-repeat left 5px;
    -webkit-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.head_spec_btn:hover {
    background-position: 5px 5px;
}


.obj {
    background: #F7F9FC;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
}

.tm {
    position: relative;
    font-size: 40px;
    color: #2243AA;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "Bebas Neue";
}

.tm:before {
    content: "";
    display: block;
    position: absolute;
    width: 2000px;
    height: 1px;
    background: #D6E0EE;
    left: -2024px;
    top: 50%;
    margin-top: -2px;
    z-index: 5;
}


.obj_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -32px;
    display: flex;
    margin-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.obj_list li {
    width: 33.33333333%;
    padding-left: 32px;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.obj_list li a {
    display: block;
    text-decoration: none;
    position: relative;
}

.ol_img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.obj_list li a:hover .ol_img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.ol_img img {
    display: block;
    width: 100%;
}

.ol_plashka_main {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ol_plashka {
    background: #2243AA;
    color: #FFF;
    padding: 14px 14px 14px 16px;
    -webkit-box-shadow: 0px 0px 0px 8px #2243AA;
    box-shadow: 0px 0px 0px 8px #2243AA;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ol_name {
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    font-family: "Bebas Neue";
}

.ol_street {
    font-size: 14px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 5px;
    padding-bottom: 10px;
}

.ol_price {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    font-family: "Bebas Neue";
}
.map-price{
    color: #2243AA;
    font-size: 18px;
    font-family: "Bebas Neue";
    text-transform: uppercase;
    padding-top: 7px;
}
.map-price .rub-symbol{
    font-size: 18px;
}
.map-price .numb{
    font-size: 24px;
}
.ymaps-b-balloon{
    border-radius: 2px;
}

.ol_price sup {
    line-height: 6px;
    font-size: 14px;
    display: inline-block;
    margin-left: 1px;
    position: relative;
    top: 2px;
}


.ol_btn_main {
    height: 0;
    opacity: 0;
    padding-left: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.obj_list li a:hover .ol_btn_main {
    opacity: 1;
    margin-top: 14px;
}

.ol_btn {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    height: 32px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    background: #D71D24;
    -webkit-box-shadow: 0px 0px 0px 8px #D71D24;
    box-shadow: 0px 0px 0px 8px #D71D24;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ol_price img {
    height: 17px;
    display: inline-block;
}

#map {
    height: 600px !important;
    margin-top: 35px;
}

.map_obj {
    background: #F7F9FC;
    padding-top: 10px;
}

.map_obj .wmain {
    padding-left: 32px;
    padding-right: 32px;
}

.arenda_info {
    padding-left: 32px;
    padding-right: 32px;
}

.arenda_info .wmain {
    position: relative;
}

.arenda_info .tm {
    height: 112px;
    line-height: 112px;
    background: #FFF;
    padding-right: 116px;
    display: inline-block;
    background: #FFF;
    position: absolute;
    top: -112px;
    min-width: 528px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arenda_info .tm:after {
    content: "";
    display: block;
    position: absolute;
    width: 2000px;
    height: 100%;
    left: -2000px;
    top: 0;
    background: #FFF;
    z-index: 1;
}


.arenda_info_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 69px;
    margin-left: -32px;
    overflow: hidden;
}

.arenda_info_list li {
    display: block;
    float: left;
    padding-left: 32px;
    width: 33.333333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.ail_head {
    display: flex;
    height: 74px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

.ail_head:before {
    content: "";
    display: block;
    position: absolute;
    width: 192px;
    height: 1px;
    background: #D6E0EE;
    left: 0;
    bottom: 0;
}

.ail_ico {
    width: 113px;
}

.ail_ico img {
    display: block;
    opacity: 0.7;
}

.ail_name{
    font-size: 24px;
    color: #D71D24;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    padding-top: 5px;
    font-family: "Bebas Neue";
}
.map-head{
    font-size: 24px;
    color: #D71D24;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 11px;
    /*width: 240px;*/
}
.map-head:after{
    content: '';
    display: block;
    height: 1px;
    width: 140px;
    position: absolute;
    background: #d8e2ec;
    bottom: 0;
    left: -24px;
}
.ymaps-b-balloon__content-holster{
    padding: 10px 24px !important;
}

.ail_text {
    font-size: 16px;
    line-height: 24px;
    color: #848894;
    margin-top: 16px;
    padding-left: 113px;
}

.ss_block_inner {
    position: relative;
    background: #FFF;
    padding: 23px;
    padding-bottom: 63px;
    border: 1px solid #D6E0EE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ss_block_inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #FFF;
    opacity: 0;
    padding: 0px;
    left: -0px;
    top: -0px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_block_inner:hover:before {
    opacity: 1;
    border-color: #D6E0EE;
    padding: 8px;
    left: -8px;
    top: -8px;
}

.ss_block {
    padding-left: 32px;
}

.ss_img {
    overflow: hidden;
}

.ss_img, .ss_name, .ss_street, .ss_info, .ss_info_btn, .ss_btn_shem {
    position: relative;
    z-index: 20;
}

.ss_img img {
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_block_inner:hover .ss_img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.spec {
    margin-top: 90px;
    background: #F7F9FC;
    padding-top: 41px;
    padding-bottom: 40px;
}

.spec .wmain {
    padding-left: 32px;
    padding-right: 32px;
}

.spec_slider {
    max-width: 1340px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    overflow: hidden;
}

.spec_slider_main {
    margin-top: 24px;
    padding-left: 17px;
    padding-right: 17px;
}

.spec_slider .slick-list {
    margin-left: -32px;
    padding-right: 1px;
}

.spec_slider .slick-track {
    padding-top: 10px;
    padding-bottom: 20px;
}

.spec_slider .slick-list {
    overflow: visible;
}

.ss_name {
    display: block;
    text-decoration: none;
    font-family: "Bebas Neue";
    font-size: 24px;
    color: #D71D24;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_block:hover .ss_name {
    color: #2243AA;
}

.ss_street {
    font-size: 16px;
    color: #373F57;
    line-height: 120%;
    margin-top: 18px;
    position: relative;
    padding-top: 17px;
}

.ss_street:before {
    content: "";
    display: block;
    position: absolute;
    width: 192px;
    height: 1px;
    background: #D6E0EE;
    left: -24px;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_block:hover .ss_street:before {
    left: -30px;
}


.ss_info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 16px;
    overflow: hidden;
}

.ss_info li {
    display: block;
    float: left;
    width: 50%;
}

.ss_info_title {
    font-size: 14px;
    color: #373F57;
    opacity: 0.7;
    line-height: 100%;
}

.ss_info_price {
    font-size: 32px;
    color: #2243AA;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: bold;
    font-family: "Bebas Neue";
    margin-top: 14px;
    white-space: nowrap;
}

.ss_info_price sup {
    line-height: 10px;
    font-size: 16px;
    position: relative;
    top: -1px;
    left: 1px;
}

.ss_info_price img {
    display: inline-block !important;
    height: 22px;
}

.ss_info_price span {
    display: block;
    font-size: 14px;
    color: #848894;
    line-height: 120%;
    text-transform: none;
    font-weight: normal;
    font-family: "Roboto";
}

.ss_info_price span sup {
    line-height: 4px;
    font-size: 10px;
}


.ss_info_btn {
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 8px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -32px;
    margin-top: 22px;
}

.ss_info_btn li {
    display: block;
    float: left;
    width: 50%;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_main {
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    background: #D71D24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D71D24;
    padding: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn_404{
    display: inline-block;
    margin-top: 40px;
    margin-left: 8px;
    -webkit-box-shadow: 0px 0px 0px 8px #D71D24;
    box-shadow: 0px 0px 0px 8px #D71D24;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.btn_main:hover {
    -webkit-box-shadow: 0px 0px 0px 8px #D71D24;
    box-shadow: 0px 0px 0px 8px #D71D24;
}

.btn_main span {
    display: block;
    height: 32px;
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn_main:hover span {
    border-color: transparent;
}

.btn_main:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
}


.btn_blue {
    border-color: #2243AA;
    background: #2243AA;
}

.btn_blue:hover {
    -webkit-box-shadow: 0px 0px 0px 8px #2243AA;
    box-shadow: 0px 0px 0px 8px #2243AA;
}

.ss_btn_shem_main {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 30;
    overflow: hidden;
    background: #F7F9FC;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_block_inner:hover .ss_btn_shem_main {
    padding-left: 15px;
    padding-right: 18px;
    left: -23px;
    bottom: -9px;
}

.ss_btn_shem {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 0;
    bottom: 0;
    z-index: 30;
    border-top: 1px solid #D6E0EE;
    font-size: 12px;
    color: #373F57;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 72px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_block_inner:hover .ss_btn_shem {
    background: #2243AA;
    color: #FFF;
    border-color: transparent;
}

.ss_block_inner:hover .ss_btn_shem:before {
    opacity: 0;
}

.ss_block_inner:hover .ss_btn_shem:after {
    opacity: 1;
}

.ss_block_inner:hover .ss_btn_shem {
    padding-left: 80px;
}

.ss_block_inner:hover .ss_btn_shem:before, .ss_block_inner:hover .ss_btn_shem:after {
    left: 24px;
}

.ss_btn_shem:before, .ss_btn_shem:after {
    content: "";
    display: block;
    position: absolute;
    background: url("/local/templates/flagman/img/btn_shem_ico.svg") no-repeat center 6px;
    height: 100%;
    top: 0;
    left: 16px;
    width: 46px;
    -webkit-background-size: 30px !important;
    -o-background-size: 30px !important;
    background-size: 30px !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ss_btn_shem:after {
    opacity: 0;
    background: url("/local/templates/flagman/img/btn_shem_ico_act.svg") no-repeat center 6px;
}

.slider_str {
    overflow: hidden;
    overflow: hidden;
    padding: 8px;
    max-width: 1310px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

.slider_str_l, .slider_str_r {
    float: left;
    cursor: pointer;
    position: relative;
}

.slider_str_l span, .slider_str_r span {
    display: block;
    width: 56px;
    height: 56px;
    border: 1px solid #D6E0EE;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider_str_l:hover span, .slider_str_r:hover span {
    border-color: #435FB7;
    background: #2243AA;
    -webkit-box-shadow: 0px 0px 0px 8px #2243AA;
    box-shadow: 0px 0px 0px 8px #2243AA;
}

.slider_str_l span:before, .slider_str_r span:before,
.slider_str_l span:after, .slider_str_r span:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    left: 19px;
    top: 22px;
    background: url("/local/templates/flagman/img/slider_str.svg") no-repeat left top;
    -webkit-background-size: 32px !important;
    -o-background-size: 32px !important;
    background-size: 32px !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slider_str_r span:before {
    background-position: right top;
}

.slider_str_l span:after {
    background-position: left bottom;
}

.slider_str_r span:after {
    background-position: right bottom;
}

.slider_str_l span:after, .slider_str_r span:after {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

.slider_str_l:hover span:before, .slider_str_r:hover span:before {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.slider_str_l:hover span:after, .slider_str_r:hover span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slider_str_r {
    margin-left: 16px;
}

.slider_str .btn_main {
    float: right;
}

.slider_str .btn_main span {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
}


.zahvat {
    position: relative;
    overflow: hidden;
    padding-right: 32px;
}

.zahvat_bg {
    position: absolute;
    height: 100%;
    width: 42%;
    background: url("/local/templates/flagman/img/zahvat_podbor_bg.webp") no-repeat left top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.zahvat_content {
    margin-left: 51%;
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 750px;
}

.zahvat_content .wmain {
    width: 640px;
    margin: 0;
}

.zahvat_title {
    font-size: 48px;
    color: #2243AA;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "Bebas Neue";
}

.zahvat_title span {
    display: block;
    font-size: 24px;
    line-height: 120%;
    color: #D71D24;
}


.zahvat .form_style {
    display: block;
    position: relative;
    border-top: 1px solid #D6E0EE;
    margin-top: 36px;
    padding-top: 36px;
}

.zahvat .form_style:before {
    content: "";
    display: block;
    position: absolute;
    width: 3000px;
    height: 1px;
    background: #D6E0EE;
    left: 0;
    top: -1px;
}

.in_2 {
    height: 68px;
    margin-left: -32px;
}

.in_2 + .in_2 {
    margin-top: 20px;
}


.in_style {
    display: block;
}

.in_2 .in_style {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.in_2 .in_style {
    padding-left: 32px;
}

.in_style input, .in_style textarea {
    width: 100%;
    border: 1px solid #D6E0EE;
    font-weight: normal;
    font-size: 16px;
    color: #373F57;
    padding-left: 23px;
    padding-right: 23px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.in_style input:focus, .in_style input:hover, .in_style textarea:hover, .in_style textarea:focus {
    border-color: #848894;
}

.in_style textarea {
    resize: none;
    height: 120px;
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}


.in_name {
    font-size: 14px;
    color: #848894;
    line-height: 100%;
    padding-bottom: 14px;
}

.in_name sup {
    line-height: 6px;
    font-size: 8px;
}

.in_style .jq-selectbox__select-text {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #373F57;
    font-weight: normal;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.in_style .jq-selectbox__select {
    border: 1px solid #D6E0EE;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.in_style .opened .jq-selectbox__select, .in_style:hover .jq-selectbox__select {
    border-color: #848894;
}

.in_style .jq-selectbox__trigger {
    right: 22px;
}

.in_2 + .in_style {
    margin-top: 19px;
}

.in_style .jq-selectbox__dropdown {
    border-color: #848894;
    margin-top: -1px;
}

.in_style .jq-selectbox li {
    padding-left: 23px;
}


.personal {
    position: relative;
    margin-top: 24px;
    height: 56px;
    padding-top: 17px;
    padding-right: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.personal .btn_main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
}

.personal .btn_main span {
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
}

.personal_l {
    display: block;
    float: left;
    font-size: 14px;
    color: #373F57;
    line-height: 120%;
    padding-left: 41px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 3px;
}

.agreement {
    text-decoration: underline;
}

.personal_l .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 0;
}

.partner {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F7F9FC;
}

.partner .wmain {
    padding-left: 32px;
    padding-right: 32px;
}

.partner_slider {
    position: relative;
    max-width: 1340px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partner_slider_main {
    margin-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
}

.partner_slider .slick-track {
    padding-top: 10px;
    padding-bottom: 20px;
}

.partner_slider .slick-list {
    margin-left: -32px;
    overflow: visible;
}


.ps_block {
    display: block;
    text-decoration: none;
    margin-left: 32px;
    position: relative;
}

.ps_block:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 8px;
    border: 1px solid #D6E0EE;
    background: #FFF;
    left: -9px;
    top: -9px;
    opacity: 0;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.ps_block:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ps_inner {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 40;
    border: 1px solid #D6E0EE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ps_block:hover .ps_inner {
    border-color: transparent;
}

.ps_img {
    display: flex;
    width: 100%;
    height: 199px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ps_img img {
    display: block;
    max-width: 100%;
}


.ps_name {
    position: relative;
    font-size: 24px;
    color: #373F57;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "Bebas Neue";
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 23px;
    padding-right: 10px;
}

.ps_name:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #D6E0EE;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ps_block:hover .ps_name:before {
    left: -9px;
}


.footer {

}

.f_inner {
    background: #373F57;
    padding-left: 32px;
    padding-right: 32px;
}

.f_inner .wmain {
    overflow: hidden;
}


.f_left {
    float: left;
    padding-top: 27px;
    padding-bottom: 24px;
}

.f_copy {
    font-size: 14px;
    color: #CCCFDE;
    line-height: 102%;
}

.f_copy span {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}


.f_create {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    color: #CCCFDE;
    line-height: 120%;
    margin-top: 19px;
}

.f_create span {
    color: #FFF;
    text-decoration: underline;
}

.f_create:hover span {
    text-decoration: none;
}


.f_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right;
    padding-top: 37px;
}

.f_nav li {
    display: block;
    float: left;
}

.f_nav li + li {
    margin-left: 35px;
}

.f_nav li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    font-weight: 900;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.f_nav li a:hover {
    color: #D71D24;
}


.f_call {
    position: relative;
    padding-right: 33px;
}


.f_call:before, .f_call:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 16px;
    background: url("/local/templates/flagman/img/f_call_white.svg") no-repeat left top;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.f_call:after {
    opacity: 0;
    background: url("/local/templates/flagman/img/hl_call_ico.svg") no-repeat left top;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}

.f_call:hover:before {
    opacity: 0;
}

.f_call:hover:after {
    opacity: 1;
}


.nav_mobile_ico {
    position: absolute;
    right: 16px;
    top: 32px;
    width: 40px;
    height: 40px;
    background: #2243AA url("/local/templates/flagman/img/nav_mobile_ico.svg") no-repeat center center;
    display: none;
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
}

.nav_mobile_ico span {
    position: absolute;
    width: 93px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #373F57;
    top: 0;
    right: 0;
}


.nav_mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background: #FFF;
    z-index: 9000000;
    display: none;
}

.nav_mobile_top {
    background: #2243AA;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 152px;
    padding-bottom: 94px;
}

.close_nav {
    position: absolute;
    right: 16px;
    top: 32px;
    width: 40px;
    height: 40px;
    background: url("/local/templates/flagman/img/close_nav_mobile.svg") no-repeat center center;
    -webkit-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_mobile_bottom {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 43px;
    padding-bottom: 43px;
}

.nmb_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nmb_list li {
    display: block;
}

.nmb_list li + li {
    border-top: 1px solid #D6E0EE;
}

.nmb_list li a {
    display: block;
    text-decoration: none;
    height: 93px;
    line-height: 93px;
    font-size: 24px;
    color: #373F57;
    padding-left: 16px;
    position: relative;
}

.nmb_list li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 100%;
    right: 16px;
    top: 0;
    background: url("/local/templates/flagman/img/nav_mobile_str.svg") no-repeat center center;
    -webkit-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
}

.nmb_list li .nmb_call:before {
    background: url("/local/templates/flagman/img/hl_call_ico.svg") no-repeat center center;
    width: 15px;
    -webkit-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}

.nmb_list li .nmb_call {
    color: #D71D24;
}


.head_spec_btn_mobile {
    display: none;
}

#block_scroll {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
}

.object_head {
    padding-top: 45px;
    background: #F7F9FC;
    padding-left: 32px;
    padding-right: 32px;
}

.object_head_inner {
    display: flex;
    margin-top: 42px;
}

.object_slider, .object_info {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.object_slider {
    padding-right: 16px;
}

.object_info {
    padding-left: 16px;
}

.content_inner {
    margin-top: 175px;
}

.osb_img img {
    display: block;
    width: 100%;
}

.os_th {
    margin-top: 16px;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
}

.ost_img img {
    display: block;
    width: 100%;
}

.ost_img {
    margin-left: 16px;
    position: relative;
    padding-bottom: 8px;
}

.ost_img:before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #D71D24;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-current .ost_img:before {
    width: 100%;
    height: 4px;
}

.os_th .slick-list {
    margin-left: -16px;
}


.str_style .slick-prev, .str_style .slick-next {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    border: 1px solid rgba(34, 67, 170, 0);
    background: rgba(34, 67, 170, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.str_style .slick-prev:hover, .str_style .slick-next:hover {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #2243AA;
    -webkit-box-shadow: 0px 0px 0px 8px #2243AA;
    box-shadow: 0px 0px 0px 8px #2243AA;
}


.str_style .slick-prev {
    left: 24px;
}

.str_style .slick-next {
    right: 24px;
}

.str_style .slick-prev:before {
    background-position: left bottom;
}

.str_style .slick-next:before {
    background-position: right bottom;
}

.str_style .slick-prev:before, .str_style .slick-next:before {
    opacity: 1;
    right: auto;
    left: 50%;
    margin-left: -8px;
}

.object_info_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px;
    clear: both;
}

.object_info_list li {
    display: block;
    font-size: 18px;
    color: #818693;
    line-height: 24px;
}

.object_info_list li span {
    color: #373F57;
}

.object_info_list li + li {
    margin-top: 21px;
}

.object_info_list li sup {
    font-size: 10px;
    line-height: 6px;
    display: inline-block;
    padding-left: 1px;
}

.oil_map {
    display: inline-block;
    position: relative;
    padding-left: 51px;
    margin-left: 23px;
    border-left: 1px solid #A6ABB7;
    background: url("/local/templates/flagman/img/metka_ico.svg") no-repeat 22px center;
    color: #2243AA;
    text-decoration: none;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.oil_map:hover {
    color: #D71D24;
}

.object_info_btn {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -32px;
    margin-top: 41px;
    height: 74px;
    clear: both;
}

.object_info_btn li {
    width: 33.33333333%;
    float: left;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.object_info_btn .btn_main {

}

.object_info_btn .btn_main span {
    text-align: left;
    height: 56px;
    line-height: 16px;
    display: flex;
    width: 100%;
    padding-left: 55px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

.oib_shem span, .oib_syte span, .oib_call span {
    position: relative;
}

.oib_shem span:before, .oib_syte span:before, .oib_call span:before {
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 100%;
    left: 0;
    top: 0;
}

.oib_shem span:before {
    background: url("/local/templates/flagman/img/obj_btn_ico1.svg") no-repeat center center;
    -webkit-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}

.oib_syte span:before {
    background: url("/local/templates/flagman/img/obj_btn_ico2.svg") no-repeat center center;
    -webkit-background-size: 23px;
    -o-background-size: 23px;
    background-size: 23px;
}

.oib_call span:before {
    background: url("/local/templates/flagman/img/obj_btn_ico3.svg") no-repeat center center;
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
}

.object_text {
    margin-top: 40px;
}

.object_text p {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #818693;
}

.object_text p + p {
    margin-top: 31px;
}


.podbor {
    padding-top: 42px;
    background: #F7F9FC;
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
}

.podbor .head_filtr, .podbor2 .head_filtr{
    position: relative;
    z-index: 30;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
}

.podbor:before {
    content: "";
    display: block;
    position: absolute;
    height: 72px;
    width: 5000px;
    left: 50%;
    margin-left: -2500px;
    bottom: 0;
    background: #FFF;
    z-index: 1;
}

.podbor_head {
    position: relative;
}

.btn_spec {
    display: block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    color: #2243AA;
    height: 30px;
    line-height: 30px;
    padding-left: 32px;
    background: url("/local/templates/flagman/img/spec_str.svg") no-repeat left 11px;
    -webkit-background-size: 16px;
    -o-background-size: 16px;
    background-size: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn_spec:hover {
    background-position: 5px 11px;
    color: #D71D24;
}


.obj_free {
    margin-top: 47px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
}

.obj_free_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -32px;
    margin-top: 41px;
}

.obj_free_list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333%;
    margin-left: -3px;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.obj_free_list > li + li + li + li {
    margin-top: 24px;
}


.btn_load_main {
    text-align: center;
    padding-top: 24px;
}

.btn_load_main .btn_main {
    display: inline-block;
    vertical-align: top;
}

.btn_load_main .btn_main span {
    padding-left: 15px;
    padding-right: 42px;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    position: relative;
}

.btn_load_main .btn_main span:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 15px;
    background: url("/local/templates/flagman/img/btn_str_bottom.svg") no-repeat center center;
    -webkit-background-size: 10px 16px;
    -o-background-size: 10px 16px;
    background-size: 10px 16px;
}

.ss_spec_text {
    position: absolute;
    z-index: 70;
    font-size: 12px;
    color: #FFF;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    background: #D71D24;
    padding-left: 16px;
    padding-right: 16px;
    left: 15px;
    top: 15px;
    text-transform: uppercase;
}

.contact_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 62px;
    margin-left: -32px;
}

.contact_list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding-left: 32px;
    margin-left: -3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_list > li + li + li + li {
    margin-top: 55px;
}

.cl_head {
    display: flex;
    height: 74px;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.cl_head:before {
    content: "";
    display: block;
    position: absolute;
    width: 192px;
    height: 1px;
    background: #D6E0EE;
    left: 0;
    bottom: 0;
}

.cl_logo {
    width: 112px;
}

.cl_logo img {
    display: block;
}


.cl_name {
    font-size: 24px;
    color: #D71D24;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: bold;
    font-family: "Bebas Neue";
}


.cl_street {
    font-size: 16px;
    line-height: 120%;
    color: #848894;
    margin-top: 17px;
}

.cl_phone {
    font-size: 24px;
    color: #373F57;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "Bebas Neue";
    margin-top: 17px;
}

.cl_phone a {
    text-decoration: none;
    color: #373F57;
}

.cl_mail {
    font-size: 16px;
    line-height: 120%;
    color: #818693;
    margin-top: 14px;
}

.cl_mail a {
    color: #2243AA;
    text-decoration: none;
}

.cl_mail a:hover {
    text-decoration: underline;
}


.zahvat_massage {
    background: #F7F9FC;
    margin-top: 73px;
}

.zahvat_massage .in_style .jq-selectbox__select {
    background: #FFF;
}

.zahvat_massage .personal_l .jq-checkbox {
    background: #FFF;
}

.zahvat_massage .zahvat_bg {
    background: url("/local/templates/flagman/img/form_message_bg.webp") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cl_phone br {
    display: none;
}

.contact_map {
    margin-top: 0 !important;
}

.about {
    background: #F7F9FC;
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_img {
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
    background: url("/local/templates/flagman/img/about_img.webp") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_content {
    position: relative;
    z-index: 40;
    padding-top: 48px;
    padding-bottom: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_content .wmain {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_text {
    margin-top: 34px;
    padding-right: 82px;
}

.at_title {
    font-size: 18px;
    color: #373F57;
    font-weight: bold;
    line-height: 24px;
}

.about_text p {
    display: block;
    margin: 0;
    margin-top: 28px;
    font-size: 16px;
    color: #818693;
    line-height: 24px;
}

.about_text p + p {
    margin-top: 27px;
}


.about + .partner {
    background: #FFF;
}


.about_content_inner {
    width: 39%;
}

.arenda_head {
    padding-top: 45px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
}

.arenda_head_inner {
    position: relative;
    margin-top: 42px;
}

.arenda_head_img {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/local/templates/flagman/img/arenda_head_img.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.arenda_head_content {
    margin-left: 50%;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ahc_text {
    margin-top: -7px;
}

.ahc_text p {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #818693;
    line-height: 24px;
    margin-top: 28px;
}

.ahc_title {
    font-size: 18px;
    color: #373F57;
    font-weight: bold;
    line-height: 120%;
}
.ahc_title_red {
    padding-right: 25px;
    font-size: 18px;
    color: #373F57;
    font-weight: bold;
    line-height: 120%;
    position: relative;
    display: inline-block;
}
.ahc_title_red::before{
    content: " ";
    width: 15px;
    height: 2px;
    background: #D71D24;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
}

.ach_list {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    color: #818693
}
.ach_list > li {
    margin-bottom: 23px;
    padding-left: 30px;
    position: relative;
}
.ach_list > li:before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #2243AA;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
}

.arenda_head_info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-left: -20px;
}

.arenda_head_info > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: -3px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.arenda_head ._arenda_head_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.arenda_head ._arenda_head_info > li {
    width: 25%;
}

.arenda_head_info > li + li + li {
    margin-top: 15px;
}


.ahi_ico {
    display: flex;
    width: 100%;
    height: 75px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

.ahi_ico img {
    display: block;
    opacity: 0.7;
}

.ahi_ico:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #D6E0EE;
    left: 0;
    bottom: 0;
}


.ahi_name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    color: #848894;
}

.ahi_info {
    font-size: 24px;
    color: #D71D24;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    font-family: "Bebas Neue";
    margin-top: 11px;
}

.ahi_info sup {
    line-height: 6px;
    font-size: 14px;
    position: relative;
    top: 2px;
    left: 1px;
}

.pu_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
    background: rgba(55, 63, 87, 0.3);
    -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;
}

.pu_inner {
    position: relative;
    background: #FFF;
    max-width: 784px;
    margin: 0 auto;
    padding: 46px 72px 65px 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.closeform {
    cursor: pointer;
    position: absolute;
    background: url("/local/templates/flagman/img/closeform.jpg") no-repeat center center;
    right: 16px;
    top: 16px;
    z-index: 20;
    width: 25px;
    height: 25px;
    z-index: 30;
}

.closeform:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0.7;
}


.pu_title {
    font-size: 32px;
    color: #373F57;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Bebas Neue";
}


.pu_inner .os_big {
    margin-top: 28px;
}


.pu_object_info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -15px;
    margin-top: 28px;
}

.pu_object_info li {
    display: block;
    float: left;
    width: 33.3333333333%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pu_oi_name {
    font-size: 14px;
    line-height: 100%;
    color: #848894;
}

.pu_oi_hum {
    font-size: 32px;
    color: #2243AA;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    font-family: "Bebas Neue";
    margin-top: 7px;
}

.pu_oi_hum sup {
    line-height: 6px;
    font-size: 16px;
    position: relative;
    top: -1px;
    left: 1px;
}


.pu_oi_hum img {
    display: inline-block;
    height: 22px;
}

.pu_oi_text {
    font-size: 14px;
    line-height: 120%;
    color: #848894;
    margin-top: 8px;
}

.pu_oi_text sup {
    line-height: 6px;
    font-size: 10px;
}

.pu_inner .oil_map {
    font-size: 14px;
}

.pu_inner .object_info_list {
    margin-top: 32px;
}

.pu_inner .object_info_btn {
    position: relative;
    margin-top: 18px;
    padding-top: 23px;
    border-top: 1px solid #D7D9DD;
}

.pu_inner .object_info_btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 1px;
    background: #FFF;
    left: 0;
    top: -1px;
}

.pu_inner .object_info_list li + li {
    margin-top: 10px;
}

.pu_oi_hum a {
    display: block;
    text-decoration: none;
    color: #D71D24;
}

.oil_inner {
    display: inline-block;
    margin-left: 37px;
}

.os_th .slick-prev, .os_th .slick-next {
    margin-top: -24px;
}

.floor {
    padding-top: 45px;
    padding-left: 32px;
    padding-right: 32px;
}

.floor_head {
    min-height: 47px;
}

.floor_head .tm {
    float: left;
}

.fh_right {
    float: right;
    padding-top: 3px;
    position: relative;
    z-index: 200;
}

.fh_body {
    display: block;
    height: 40px;
}

.fh_body .jq-selectbox {
    float: right;
    width: 304px;
    border: 1px solid #D6E0EE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fh_body .jq-selectbox__select-text {
    height: 38px;
    line-height: 38px;
    padding-left: 16px;
    padding-right: 10px;
}

.fh_body .jq-selectbox__trigger {
    right: 14px;
}

.fh_body_name {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #373F57;
    font-weight: 900;
    text-transform: uppercase;
    padding-right: 17px;
}

.floor_nav_main {
    padding-top: 36px;
}

.floor_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-top: 1px solid #D6E0EE;
    clear: both;
}

.floor_nav li {
    height: 55px;
    line-height: 120%;
    cursor: pointer;
    width: 16.66666666666%;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #2243AA;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.floor_nav li:hover {
    color: #373F57;
    background: #F7F9FC;
}

.floor_nav li + li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #D6E0EE;
    left: -1px;
    top: 50%;
    margin-top: -12px;
}

.floor_nav li.act:after {
    display: none;
}

.floor_nav li.act + li:after {
    display: none;
}

.floor_nav li + li {
    padding-left: 33px;
}

.floor_nav li.act {
    background: #F7F9FC;
    color: #373F57;
}

.floor_nav li:hover {
    cursor: pointer;
}

.floor_nav li.act:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 9px;
    background: #F7F9FC;
    left: 0;
    top: -9px;
    border-top: 4px solid #D71D24;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.floor_plan {
    background: #F7F9FC;
    padding-top: 80px;
    border-bottom: 1px solid #D6E0EE;
}

.floor_plan .wmain {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

.floor_plan_info {
    background: #FFF;
    margin-top: 44px;
    padding-left: 32px;
    padding-right: 32px;
}

.floor_plan_info .wmain {
    padding-left: 0;
    padding-right: 0;
}

.floor_plan_info_list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floor_plan_info_list li {
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    position: relative;
    padding-left: 41px;
    font-size: 14px;
    color: #848894;
}

.floor_plan_info_list li + li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 24px;
    background: #D6E0EE;
    left: 0;
    top: 50%;
    margin-top: -12px;
}


.floor_plan_info_list li + li {
    margin-left: 26px;
    padding-left: 65px;
}

.fpi_ico1:after, .fpi_ico2:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background: #2243AA;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fpi_ico2:after {
    background: #D71D24;
    left: 24px;
}

.fpi_ico3:after, .fpi_ico4:after, .fpi_ico5:after {
    content: "";
    display: block;
    position: absolute;
    width: 64px;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/local/templates/flagman/img/plan_info_ico1.svg") no-repeat center center;
}

.fpi_ico4:after {
    background: url("/local/templates/flagman/img/plan_info_ico2.svg") no-repeat center center;
}

.floor_plan_info_list li.fpi_ico5 {
    padding-left: 90px;
}

.fpi_ico5:after {
    background: url("/local/templates/flagman/img/plan_info_ico3.svg") no-repeat center center;
    background-size: contain;
    width: 52px;
    height: 40px;
    left: 20px;
    height: 100%;
}

.floor_plan_inner {
    text-align: center;
    position: relative;
}

.floor_plan_inner img {
    display: inline-block;
}


.floor_plan_scroll {
    /*height: 722px;*/
    overflow: auto;
}


.floor_plan_img {
    position: relative;
}

.floor_plan_plashka {
    position: absolute;
    left: 30%;
    top: 20%;
    background: #FFF;
    width: 288px;
    border: 1px solid #D6E0EE;
    padding: 24px;
    text-align: left;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floor_plan_plashka .ss_info_price {
    font-size: 24px;
    margin-top: 10px;
}

.floor_plan_plashka .ss_info_price span {
    margin-top: 2px;
}

.floor_plan_plashka .ss_info_btn {
    margin-top: 8px;
}

.floor_plan_plashka .btn_main span {
    display: flex;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    line-height: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floor_plan_plashka .ss_info_btn {
    margin-left: -16px;
}

.floor_plan_plashka .ss_info_btn li {
    padding-left: 16px;
}

.floor_plan_plashka .ss_info_price img {
    height: 17px;
}

.fpp_img {
    position: relative;
    min-height: 40px;
}

.fpp_img img {
    display: block;
    width: 100%;
}

.fpp_free {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
    background: #2243AA;
}

.fpp_name {
    font-size: 24px;
    color: #D71D24;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "Bebas Neue";
    margin-top: 13px;
}

.floor_plan_plashka .ss_info {
    position: relative;
    overflow: visible;
    padding-top: 12px;
    margin-top: 7px;
}

.floor_plan_plashka .ss_info li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -2px;
}

.floor_plan_plashka .ss_info:before {
    content: "";
    display: block;
    position: absolute;
    width: 144px;
    height: 1px;
    background: #D6E0EE;
    left: -24px;
    top: 0;
}


.floor_plan_hover {
    position: absolute;
    z-index: 40;
    left: 20%;
    top: 10%;
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFF;
    font-size: 12px;
    color: #D71D24;
    text-transform: uppercase;
    font-weight: 900;
    border: 1px solid #D6E0EE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floor_plan_hover_blue {
    color: #2243AA;
    left: 40%;
}

.floor_plan_scroll .mCSB_buttonLeft, .floor_plan_scroll .mCSB_buttonRight, .floor_plan_scroll .mCSB_buttonDown, .floor_plan_scroll .mCSB_buttonUp {
    background: #000;
    opacity: 1 !important;
    width: 56px !important;
    height: 56px !important;
    cursor: pointer;
    z-index: 100;
    background-color: #2243AA !important;
    opacity: 0.6 !important;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 0px #2243AA;
    box-shadow: 0px 0px 0px 0px #2243AA;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}

.floor_plan_scroll .mCSB_buttonLeft:hover, .floor_plan_scroll .mCSB_buttonRight:hover,
.floor_plan_scroll .mCSB_buttonDown:hover, .floor_plan_scroll .mCSB_buttonUp:hover {
    opacity: 1 !important;
    border-color: #647CC3 !important;
    -webkit-box-shadow: 0px 0px 0px 8px #2243AA;
    box-shadow: 0px 0px 0px 8px #2243AA;
}

.floor_plan_scroll .mCSB_buttonLeft:before, .floor_plan_scroll .mCSB_buttonRight:before,
.floor_plan_scroll .mCSB_buttonDown:before, .floor_plan_scroll .mCSB_buttonUp:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
}

.floor_plan_scroll .mCSB_buttonLeft:before {
    background: url("/local/templates/flagman/img/plan_str_lr.svg") no-repeat left top;
    -webkit-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
}

.floor_plan_scroll .mCSB_buttonRight:before {
    background: url("/local/templates/flagman/img/plan_str_lr.svg") no-repeat right top;
    -webkit-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
}

.floor_plan_scroll .mCSB_buttonDown:before, .floor_plan_scroll .mCSB_buttonUp:before {
    width: 10px;
    height: 16px;
    margin-left: -5px;
    margin-top: -8px;
    background: url("/local/templates/flagman/img/plan_str_tb.svg") no-repeat left bottom;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
}

.floor_plan_scroll .mCSB_buttonUp:before {
    background-position: left top;
}

.floor_plan_scroll .mCSB_buttonLeft {
    left: 8px !important;
}

.floor_plan_scroll .mCSB_buttonLeft, .floor_plan_scroll .mCSB_buttonRight {
    margin: 0 !important;
    top: 50% !important;
    margin-top: -28px !important;
}

.floor_plan_scroll .mCSB_buttonRight {
    top: auto;
    bottom: 0;
    right: 8px !important;
}

.floor_plan_scroll .mCSB_buttonDown, .floor_plan_scroll .mCSB_buttonUp {
    margin: 0 !important;
    left: 50% !important;
    margin-left: -28px !important;
}

.floor_plan_scroll .mCSB_buttonDown {
    bottom: 8px !important;
}

.floor_plan_scroll .mCSB_buttonUp {
    right: 0;
    left: auto;
    top: 8px !important;
}

.floor_plan_scroll .mCSB_draggerContainer {
    opacity: 0 !important;
    visibility: hidden;
}

.floor_nav li br {
    display: none;
}


.ss_info_price span.rub-symbol {
    font-family: 'Arial', sans-sarif;
    font-size: 32px;
    color: #2243AA;
    font-weight: bold;
    display: inline;
}

.partner_slider__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.partners-item {
    flex: 0 0 100%;
    padding: 15px;
    box-sizing: border-box;
}

.partners-item .ps_block {
    margin-left: 0;
}

.map-modal__wrapper {
    width: 100%;
    height: 100%;
    background: rgba(55, 63, 87, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    padding: 30px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .3s;
}

.map-modal__wrapper.active {
    opacity: 1;
    visibility: visible;
}

.map-modal {
    position: absolute;
    width: calc(100% - 60px);
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-sizing: border-box;
    padding: 72px;
}

.close-map-modal {
    background: url("/local/templates/flagman/img/close-modal.svg") no-repeat center transparent;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    border: none;
}

.map-modal__title {
    font-family: 'Bebas Neue', sans-sarif;
    font-size: 32px;
    font-weight: bold;
    color: #373F57;
}

.map-modal__address {
    font-family: 'Roboto', sans-sarif;
    font-size: 18px;
    color: #373F57;
}

.map-modal__address-adr {
    color: #818693;
}

#modal-map {
    height: 600px;
    margin-top: 26px;
}

.pu_rgba_call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(55, 63, 87, .3);
}

.result-message {
    display: none;
}

.result-message.active {
    display: block;
}

.result-message.ok {
    color: #88b14b;
}

.result-message.error {
    color: red;
}

.rub-symbol {
    font-family: 'Arial', sans-sarif;
    font-size: 32px;
    color: #2243AA;
    font-weight: bold;
    display: inline;
}

@media (min-width: 1000px) {
    .partners-item {
        flex: 0 0 25%;
    }
}

@media (min-width: 1300px) {
    .map-modal {
        width: 1312px;
    }
}

/*@media*/
@media screen and (max-width: 1300px) {
    .object_info_btn .btn_main span {
        padding-left: 38px;
        padding-right: 0;
    }

    .oib_shem span:before, .oib_syte span:before, .oib_call span:before {
        width: 40px;
    }

    .about_text {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1278px) {
    .oil_map {
        display: block;
        padding-left: 0;
        border: none;
        padding-left: 28px;
        background-position: left center;
        margin-left: 0;
        margin-top: 12px;
    }

    .object_info_btn {
        height: 172px;
    }

    .object_info_btn li {
        width: 50%;
    }

    .object_info_btn .btn_main span {
        padding-left: 55px;
    }

    .oib_shem span:before, .oib_syte span:before, .oib_call span:before {
        width: 56px;
    }

    .object_info_btn li + li + li {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1260px) {
    .head_content {
        margin-left: 43.1%;
        padding-left: 24px;
    }

    .head_spec_btn {
        margin-left: 24px;
    }
}

@media screen and (max-width: 1240px) {
    .hn_img {
        display: none;
    }

    .hn_inner {
        padding-left: 0;
    }

    .head_nav li a {
        border: none !important;
    }

    .ss_info_btn li {
        padding-left: 24px;
    }

    .ss_info_btn {
        margin-left: -24px;
    }
}

@media screen and (max-width: 1230px) {
    .partner_slider .slick-list {
        margin-left: -24px;
    }

    .ps_block {
        margin-left: 24px;
    }
}

@media screen and (max-width: 1220px) {
    .hl_phone {
        margin-left: 60px;
    }

    .hl_nav li + li {
        margin-left: 44px;
    }

    .arenda_info_list li {
        padding-left: 24px;
    }

    .arenda_info_list {
        margin-left: -24px;
    }

    .ail_text {
        padding-left: 0;
    }

    .ail_ico {
        width: 82px;
    }
}

@media screen and (max-width: 1180px) {
    .head_title{
        font-size: 40px;
        line-height: 48px;
    }

    .hil_num {
        font-size: 48px;
        line-height: 120%;
        margin-top: 9px;
    }

    .hil_name {
        margin-top: 7px;
    }

    .hf_block {
        padding-top: 19px;
    }

    .hfb_name {
        padding-bottom: 13px;
    }

    .head_filtr .form_style {
        height: 111px;
    }

    .hf_block {
        padding-left: 16px;
        padding-right: 14px;
    }

    .hfb_select_2 .hfb_select_2_inner {
        padding-right: 15px;
    }

    .hfb_select_2 .hfb_select_2_inner + .hfb_select_2_inner {
        padding-right: 0;
        padding-left: 15px;
    }

    .hf_btn_inner span:before {
        right: 15px;
    }

    .hf_btn_inner {
        height: 113px;
    }

    .hf_btn_inner span {
        height: 95px;
        padding-left: 16px;
    }

    .hf_btn {
        width: 20%;
    }

    .hf_block {
        width: 26.666666666666%;
    }

    .podbor:before {
        height: 55px;
    }
}

@media screen and (max-width: 1160px) {
    .ss_block {
        padding-left: 24px;
    }

    .spec_slider .slick-list {
        margin-left: -23px;
    }

    .zahvat {
        padding-right: 0;
    }

    .zahvat_content .wmain {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .zahvat_content {
        margin-left: 42%;
    }

    .zahvat_content .wmain {
        padding-left: 24px;
        padding-right: 40px;
    }

    .obj_free_list {
        margin-left: -24px;
    }

    .obj_free_list > li {
        width: 50%;
        padding-left: 24px;
        margin-left: -2px;
    }

    .obj_free_list > li + li + li {
        margin-top: 24px;
    }

    .obj_free_list > li {
        width: 50%;
        padding-left: 24px;
    }

    .obj_free_list {
        margin-left: -24px;
    }

    .obj_free_list > li + li + li {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .hms_img, .head_content {
        min-height: 768px;
    }

    .head_filtr {
        bottom: 56px;
    }

    .head_spec_btn {
        bottom: 21px;
    }
}

@media screen and (max-width: 1060px) {
    .obj_list li {
        width: 50%;
    }

    .arenda_info .tm {
        padding-right: 29px;
    }

    .cl_phone br {
        display: block;
    }

    .cl_logo {
        width: 81px;
    }

    .cl_logo img {
        max-width: 100%;
    }

    .arenda_info .tm {
        min-width: 375px;
    }

    .floor_nav li + li {
        padding-left: 25px;
    }

    .fh_body .jq-selectbox {
        width: 216px;
    }
}

@media screen and (max-width: 980px) {
    .f_nav {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .object_head_inner {
        display: block;
    }

    .object_slider, .object_info {
        width: auto;
        padding: 0;
    }

    .object_info_btn li {
        width: 33.33333333%;
    }

    .object_info_btn li + li + li {
        margin-top: 0;
    }

    .object_info_btn {
        height: 74px;
    }

    .object_info {
        margin-top: 33px;
    }

    .object_slider {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media screen and (max-width: 940px) {
    .tm:before {
        display: none;
    }

    .hl_top .wmain, .obj, .head_filtr, .map_obj .wmain, .arenda_info, .spec .wmain, .slider_str,
    .partner .wmain, .head_nav_main, .f_inner, .about, .arenda_head, .floor_plan .wmain, .floor_plan_info, .floor {
        padding-left: 16px;
        padding-right: 16px;
    }

    .floor_plan_info .wmain {
        padding-left: 0;
        padding-right: 0;
    }

    .spec_slider_main, .partner_slider_main {
        padding-left: 1px;
        padding-right: 1px;
    }

    .head_filtr .form_style {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .head_filtr .form_style {
        height: auto;
        width: 100%;
        border: none;
        border-top: 1px solid #D6E0EE;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hf_btn {
        width: 100%;
    }

    .hf_block {
        width: 33.3333333333333% !important;
        border-left: 1px solid #D6E0EE;
        border-right: 1px solid #D6E0EE;
        padding-bottom: 24px;
    }

    .hf_block + .hf_block {
        border-left: none;
    }


    .hf_btn_inner span br {
        display: none;
    }

    .hf_btn_inner span {
        padding-left: 24px;
        height: 48px;
    }

    .hf_btn_inner {
        height: 64px;
    }

    .hf_btn_inner span:before {
        right: 23px;
    }

    .head_content {
        padding-bottom: 40px;
    }

    .object_head, .podbor, .obj_free {
        padding-left: 16px;
        padding-right: 16px;
    }

    .podbor:before {
        height: 32px;
    }

    .arenda_head_img {
        width: 42%;
    }

    .arenda_head_content {
        margin-left: 42%;
    }
}

@media screen and (max-width: 920px) {
    .hl_nav li + li {
        margin-left: 23px;
    }

    .hl_phone {
        margin-left: 32px;
    }
}

@media screen and (max-width: 880px) {
    .arenda_head ._arenda_head_info > li {
        width: 50%;
    }
    .head_nav_main {
        display: none;
    }

    .hl_nav {
        display: none;
    }

    .hl_th_right {
        float: left;
        margin-left: 50px;
    }

    .hl_phone {
        margin-left: 0;
    }

    .hl_top .wmain {
        padding-bottom: 0;
    }

    .head_main_img {
        width: 48.2%;
    }

    .head_content {
        margin-left: 48%;
    }

    .nav_mobile_ico {
        display: block;
    }

    .hl_th_right {
        padding-top: 15px;
    }

    .head_title {
        font-size: 32px;
        line-height: 40px;
    }

    .head_ico_list {
        display: block;
    }

    .head_ico_list li {
        display: block;
        position: relative;
        padding-left: 65px;
        width: auto;
        min-height: 71px;
        overflow: hidden;
    }

    .head_ico_list li + li {
        margin-top: 7px;
    }

    .hil_ico {
        position: absolute;
        left: 0;
        top: 0;
        height: 71px;
    }

    .hil_name {
        margin-top: 9px;
    }

    .hil_num {
        font-size: 32px;
        line-height: 100%;
        margin-top: 5px;
    }

    .hil_num span {
        font-size: 24px;
        line-height: 100%;
        position: relative;
        top: -1px;
        padding-left: 1px;
    }

    .hil_num sup {
        font-size: 16px;
        top: 4px;
    }

    .hil_name br {
        display: none;
    }

    .head_ico_list {
        margin-top: 16px;
    }

    .head_title {
        padding-bottom: 20px;
    }

    .head_content {
        padding-bottom: 145px;
    }

    .head_main {
        padding-right: 20px;
    }

    .head_title br {
        display: none;
    }

    .hn_img {
        display: block;
    }

    .head_nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .head_nav li {
        width: 50%;
        height: 104px;
        position: relative;
        overflow: hidden;
    }

    .head_nav li a {
        border: 1px solid transparent !important;
    }

    .head_nav li:hover a {
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
    }

    .head_nav li a {
        height: 88px;
    }

    .hn_inner {
        height: 86px;
        padding-left: 16px;
    }

    .head_nav li + li + li:before, .head_nav li + li + li:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        left: 24px;
        top: 0;
    }

    .head_nav li + li + li:after {
        width: 7px;
        left: auto;
        right: 0;
        background: #2243AA;
    }

    .content_inner {
        margin-top: 103px;
        border-top: 1px solid #D6E0EE;
    }

    .hl_top_act {
        position: fixed;
        width: 100%;
        background: #FFF;
        padding-bottom: 23px;
        border-bottom: 1px solid #D6E0EE;
    }

    .about_img {
        width: 54%;
    }

    .about_content_inner {
        width: 46%;
    }

    .about_text {
        padding-right: 32px;
    }
}

@media screen and (max-width: 860px) {
    .zahvat_title {
        font-size: 40px;
        line-height: 120%;
    }

    .personal {
        padding-right: 0;
        padding-top: 0;
        margin-top: 24px;
        height: auto;
    }

    .personal .btn_main {
        position: relative;
        margin-top: 32px;
    }

    .personal_l {
        float: none;
    }

    .zahvat_content {
        min-height: 810px;
    }

    .zahvat_content .wmain {
        padding-right: 16px;
    }
}

@media screen and (max-width: 840px) {
    .pu_table, .pu_cell {
        display: block;
        width: 100%;
        height: auto;
    }

    .pu_obj {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .in_2 .in_style {
        padding-left: 24px;
    }

    .in_2 {
        margin-left: -24px;
    }

    .hl_top_act {
        position: fixed;
        background: #FFF;
        border-bottom: 1px solid #D6E0EE;
    }

    .hl_top_act .wmain {
        padding-top: 14px;
        padding-bottom: 13px;
    }

    .hl_top_act .logo span {
        display: none;
    }

    .hl_top_act .logo img {
        width: 186px;
    }

    .hl_th_right {
        position: absolute;
        margin-left: 0;
        left: 50%;
        margin-left: 46px;
    }

    .hl_top_act .hl_th_right {
        margin-left: -28px;
        padding-top: 8px;
    }

    .hl_top_act .nav_mobile_ico {
        top: 16px;
    }

    .hl_top_act {
        padding-bottom: 1px;
    }

    .object_head_inner {
        margin-top: 38px;
    }

    .object_head {
        padding-top: 40px;
    }

    .contact_list > li + li + li + li {
        margin-top: 36px;
    }

    .arenda_info .tm {
        min-width: 286px;
    }

    .floor {
        padding-top: 40px;
    }
}

@media screen and (max-width: 780px) {
    .pu_obj {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 50px;
    }

    .floor_plan_scroll {
        /*height: 660px;*/
    }

    .fh_body .jq-selectbox {
        width: 160px;
    }
}

@media screen and (max-width: 766px) {
    .btn_spec {
        display: none;
    }

    .podbor .head_spec_btn_mobile {
        margin-left: 0;
        height: 56px;
        line-height: 56px;
        display: block;
        position: relative;
        bottom: 0;
        background-position: left center;
    }

    .podbor .hf_block {
        border-bottom: 1px solid #D6E0EE;
        padding-bottom: 16px;
    }

    .head_filtr .form_style {
        background: none;
    }

    .podbor .hf_block {
        background: #FFF;
    }
}

@media screen and (max-width: 760px) {
    .ss_block_inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ss_info_btn {
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
        height: 50px;
        margin-top: 20px;
    }

    .ss_street:before {
        left: -16px;
    }

    .ss_block:hover .ss_street:before {
        left: -23px;
    }
}

@media screen and (max-width: 740px) {
    .floor_nav_main {
        overflow: hidden;
        -ms-overflow-x: scroll;
        overflow-x: scroll;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .floor_nav {
        /*width: 765px;*/
        width: 100%;
    }

    .floor_nav li {
        width: auto;
        padding-right: 25px;
    }

    .floor_nav li br {
        display: block;
    }

    .floor_plan_info_list {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .floor_plan_info {
        margin-top: 25px;
    }

    .floor_plan_info_list li {
        float: none;
        margin-left: 0 !important;
        padding-left: 56px !important;
        height: 40px;
        line-height: 40px;
    }

    .floor_plan_info_list--have-ico5 li {
        padding-left: 82px !important;
    }

    .floor_plan_info_list li:before {
        display: none !important;
    }

    .fpi_ico1:after, .fpi_ico2:after, .fpi_ico3:after, .fpi_ico4:after, .fpi_ico5:after {
        background-position: left center;
        left: 16px;
    }


    .fpi_ico3:after, .fpi_ico4:after {
        width: 30px;
    }
}

@media screen and (max-width: 720px) {
    .arenda_info_list {
        margin-left: 0;
        display: block;
        padding-top: 30px;
    }

    .arenda_info_list li {
        padding-left: 0;
        width: auto;
        float: none;
    }

    .arenda_info_list li + li {
        margin-top: 20px;
    }

    .spec {
        padding-top: 36px;
        margin-top: 38px;
    }

    .spec_slider_main {
        margin-top: 19px;
    }

    .contact_list > li {
        width: 50%;
        margin-left: -2px;
    }

    .contact_list > li + li + li {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 680px) {
    .obj_list li {
        width: auto;
        padding-left: 0;
        margin-bottom: 16px;
    }

    .obj_list {
        margin-left: 0;
        display: block;
    }

    .ss_block {
        padding-left: 0;
    }

    .spec_slider .slick-list {
        margin-left: 0;
    }

    .spec_slider {
        padding-left: 0;
        padding-right: 0;
    }

    .spec_slider_main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ss_block_inner:before {
        display: none;
    }

    .ss_btn_shem_main {
        bottom: 0 !important;
    }

    .spec_slider .slick-list {
        height: auto !important;
    }

    .slider_str {
        margin-top: 0;
    }

    .spec {
        padding-bottom: 32px;
    }

    .ss_block {
        overflow: hidden;
    }

    .ss_block_inner {
        border-right: none;
    }

    .object_info_btn li {
        width: 50%;
    }

    .object_info_btn li + li + li {
        margin-top: 24px;
    }

    .object_info_btn {
        height: 172px;
    }

    .obj_free_list .ss_block_inner {
        border: 1px solid #D6E0EE;
    }

    .obj_free_list {
        margin-left: 0;
    }

    .obj_free_list > li {
        display: block;
        width: auto;
        padding-left: 0;
    }

    .obj_free_list > li + li {
        margin-top: 24px !important;
    }

    .ss_block_inner:hover .ss_btn_shem_main {
        left: 0;
        padding: 0;
    }

    .pu_inner .object_info_btn {
        height: 74px;
    }

    .pu_object_info {
        margin-left: 0;
    }

    .pu_object_info li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .pu_object_info li + li {
        margin-top: 20px;
    }
}

@media screen and (max-width: 660px) {
    .fh_right {
        float: none;
        padding: 0;
        margin-top: 10px;
    }

    .floor_head .tm {
        float: none;
    }

    .fh_body {
        height: auto;
    }

    .fh_body_name {
        float: none;
        padding: 0;
        height: auto;
        line-height: 120%;
    }

    .fh_body .jq-selectbox {
        float: none;
        display: block !important;
        width: 100%;
        margin-top: 14px;
    }
}

@media screen and (max-width: 640px) {
    .hl_th_right {
        display: none;
    }

    .logo span {
        display: none;
    }

    .head_main {
        padding-right: 0;
    }

    .head_main_img {
        width: 100%;
        height: 304px !important;
        min-height: 100px;
        position: relative;
    }

    .hms_img {
        min-height: 100px !important;
        height: 304px !important;
        -webkit-background-size: 170% !important;
        -o-background-size: 170% !important;
        background-size: 170% !important;
    }

    .head_content {
        height: auto !important;
        min-height: 10px !important;
        margin-left: 0;
        padding-left: 0;
    }

    .head_main_load .slick-active .hms_img {
        -webkit-transition: 14s linear;
        -moz-transition: 14s linear;
        -ms-transition: 14s linear;
        -o-transition: 14s linear;
        transition: 14s linear;
        background-position: 70% center !important;
    }

    .head_filtr {
        position: relative;
        bottom: 0;
    }


    .head_content {
        padding-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 28px;
    }

    .head_spec_btn {
        display: none;
    }

    .head_spec_btn_mobile {
        display: block;
        position: relative;
        bottom: 0;
    }

    .head_filtr .form_style {
        border: none;
        margin-top: 20px;
        border-top: 1px solid #D6E0EE;
        padding-top: 28px;
        display: block;
    }

    .hf_block {
        border: none !important;
        padding: 0;
        width: 100% !important;
    }

    .hf_block .jq-selectbox, .hf_block input {
        border: 1px solid #D6E0EE;
    }

    .hf_block input {
        height: 40px;
        padding-right: 15px;
    }

    .hf_block .jq-selectbox__select-text, .hf_block input {
        padding-left: 15px;
    }

    .hfb_select_2 {
        margin-left: -16px;
    }

    .hfb_select_2 .hfb_select_2_inner {
        padding: 0 !important;
        border: none !important;
        padding-left: 16px !important;
    }

    .hf_block + .hf_block {
        margin-top: 20px;
    }

    .hf_block .jq-selectbox__trigger {
        right: 14px;
    }

    .hf_block .jq-selectbox__select {
        padding-right: 36px;
    }

    .head_spec_btn_mobile {
        margin-left: 0;
        height: 56px;
        line-height: 56px;
        background-position: left center;
    }

    .tm {
        font-size: 32px;
        line-height: 120%;
    }

    .obj_list {
        margin-top: 24px;
    }

    .obj {
        margin-top: 40px;
        padding-top: 36px;
    }

    #map {
        height: 304px !important;
        margin-top: 27px;
    }

    .arenda_info .tm {
        position: relative;
        top: 0;
        line-height: 120%;
        height: auto;
        padding-right: 0;
    }

    .arenda_info .tm:after {
        display: none;
    }

    .arenda_info {
        padding-top: 36px;
    }

    .arenda_info_list {
        padding-top: 30px;
    }


    .map_obj {
        padding-top: 38px;
    }

    .obj_list li {
        margin-bottom: 0;
    }

    .obj_list li + li {
        margin-top: 16px;
    }

    .zahvat_bg {
        position: relative;
        width: 100%;
        height: 304px;
    }

    .zahvat_content {
        margin-left: 0;
        display: block;
        height: auto !important;
        min-height: 10px !important;
        margin-top: 37px;
    }

    .zahvat_content .wmain {
        padding-left: 16px;
        padding-right: 16px;
    }

    .zahvat .form_style {
        margin-top: 20px;
        padding-top: 26px;
    }

    .partner .slider_str {
        margin-top: 16px;
    }

    .ps_block {
        margin-left: 0;
    }

    .partner_slider .slick-list {
        margin-left: 0;
    }

    .partner_slider {
        padding-left: 0;
        padding-right: 0;
    }

    .partner_slider_main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ps_block:before {
        display: none;
    }

    .ps_inner {
        border: 1px solid #D6E0EE !important;
    }

    .partner_slider .slick-list {
        height: auto !important;
    }

    .nav_mobile_top, .nav_mobile_bottom {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav_mobile_top {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .nav_mobile_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #block_scroll {
        bottom: auto;
        top: 240px;
    }

    .hf_btn {
        float: none;
    }

    .object_slider {
        padding-left: 0;
        padding-right: 0;
    }

    .podbor .hf_block {
        padding-bottom: 0;
    }

    .object_head_inner {
        margin-top: 23px;
    }

    .object_head {
        padding-top: 32px;
    }

    .object_info_btn {
        margin-top: 32px;
    }

    .object_text {
        margin-top: 30px;
    }

    .object_text p + p {
        margin-top: 23px;
    }

    .podbor .head_filtr, .podbor2 .head_filtr {
        margin-top: 27px;
    }

    .podbor {
        padding-top: 34px;
    }

    .podbor .hf_block {
        background: none;
    }

    .podbor {
        background: #FFF;
    }

    .object_head {
        padding-bottom: 35px;
    }

    .obj_free {
        margin-top: 34px;
    }

    .obj_free_list {
        margin-top: 27px;
    }

    .contact_list {
        padding-top: 24px;
    }

    .zahvat_massage {
        background: #FFF;
        padding-bottom: 40px;
    }

    .about_text {
        padding-right: 0;
    }

    .about_img {
        position: relative;
        height: 304px;
        width: 100%;
    }

    .about_content .wmain {
        padding-right: 0;
    }

    .about {
        margin-top: 32px;
    }

    .about_content {
        padding-top: 36px;
        padding-bottom: 50px;
    }

    .about_text {
        margin-top: 23px;
    }

    .about_text p {
        margin-top: 19px;
    }

    .about_text p + p {
        margin-top: 16px;
    }

    .about_content_inner {
        width: auto;
    }

    .arenda_head_img {
        position: relative;
        width: 100%;
        height: 304px;
    }

    .arenda_head_content {
        margin-top: 32px;
    }

    .ahc_text {
        margin-top: 0;
    }

    .arenda_head_content {
        margin-left: 0;
        padding-left: 0;
    }

    .ahc_text p {
        margin-top: 15px;
    }

    .arenda_head {
        padding-bottom: 43px;
        padding-top: 32px;
    }

    .arenda_head_inner {
        margin-top: 30px;
    }

    .floor {
        padding-top: 32px;
    }
}

@media screen and (max-width: 520px) {
    .head_nav li {
        display: block;
        width: auto;
        float: none;
    }

    .head_nav {
        display: block;
    }

    body .head_nav li + li:before, .head_nav li + li:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        left: 24px;
        top: 0;
    }

    body .head_nav li + li:before {
        left: 0;
    }

    .head_nav li + li:after {
        display: none !important;
    }

    .contact_list {
        margin-left: 0;
    }

    .contact_list > li {
        display: block;
        width: auto;
        padding-left: 0;
    }

    body .contact_list > li + li {
        margin-top: 20px !important;
    }

    .pu_obj {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .pu_inner {
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    .floor_plan_scroll {
        /*height: 320px;*/
    }

    .floor_plan .wmain {
        padding-left: 0;
        padding-right: 0;
    }

    .floor_plan {
        padding-top: 0;
    }

    .floor_plan_info {
        margin-top: 0;
    }

   .floor_plan_img {
        padding: 16px 16px 0;
    } 
}

@media screen and (max-width: 460px) {
    .in_2 {
        height: auto;
        margin-left: 0;
    }

    .in_2 .in_style {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .in_2 .in_style + .in_style {
        margin-top: 12px;
    }

    .personal_btn {
        height: 56px;
        margin-top: 22px;
    }

    .personal_btn .btn_main {
        float: right;
        margin-top: 0;
    }

    .zahvat {
        overflow: visible;
    }

    .partner {
        margin-top: 40px;
    }

    .personal {
        margin-top: 22px;
    }

    .partner .slider_str {
        margin-top: 0;
    }

    .partner_slider .slick-track {
        padding-bottom: 16px;
    }

    .partner {
        padding-bottom: 32px;
    }

    .zahvat_title {
        font-size: 36px;
    }

    .object_info_btn {
        height: auto;
        margin-left: 0;
    }

    .object_info_btn li {
        display: block;
        width: auto;
        float: none;
        padding-left: 0;
    }

    .object_info_btn li + li {
        margin-top: 16px !important;
    }

    .object_info_btn .btn_main span br {
        display: none;
    }

    .str_style .slick-prev {
        left: 8px;
    }

    .str_style .slick-next {
        right: 8px;
    }

    .about + .partner, .arenda_head + .partner {
        margin-top: 0;
    }

    .pu_inner .object_info_btn {
        height: auto;
    }

    .pu_inner .object_info_btn:before {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .ss_spec_text {
        height: 24px;
        line-height: 24px;
        padding-left: 8px;
        padding-right: 8px;
        left: 7px;
        top: 7px;
    }

    .ss_block_inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    .ss_info_btn {
        margin-top: 12px;
    }

    .oil_inner {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .pu_title {
        font-size: 24px;
    }

    .pu_inner .os_big {
        margin-top: 21px;
    }

    .pu_inner .os_th {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pu_inner .ost_img {
        margin-left: 7px;
    }

    .pu_inner .os_th .slick-list {
        margin-left: -7px;
    }
}

@media screen and (max-width: 400px) {
    .head_title {
        font-size: 24px;
        line-height: 32px;
    }

    .head_content {
        margin-top: 23px;
    }

    .contact_list {
        padding-top: 10px;
    }

    .cl_logo {
        width: 64px;
    }

    .zahvat_massage {
        margin-top: 34px;
    }
}

@media screen and (max-width: 380px) {
    .object_info_btn .btn_main span {
        text-align: left;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .nav_mobile_ico span {
        display: none;
    }

    .logo img {
        width: 193px !important;
    }

    .hl_top {
        position: fixed;
        background: #FFF;
        border-bottom: 1px solid #D6E0EE;
    }

    .hl_top .wmain {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .nav_mobile_ico {
        top: 12px !important;
    }

    .close_nav {
        top: 12px;
    }

    .container_main {
        padding-top: 64px;
    }

    .ol_name {
        font-size: 24px;
        line-height: 120%;
    }

    .ol_plashka_main {
        padding: 16px;
        padding-top: 0;
    }

    .zahvat_title {
        font-size: 32px;
        line-height: 120%;
    }

    .ss_info_btn li {
        padding-left: 16px;
    }

    .ss_info_btn {
        margin-left: -16px;
    }

    .btn_main span {
        display: flex;
        line-height: 120%;
        height: 40px;
        font-size: 12px;
        line-height: 16px;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .arenda_info_list {
        padding-top: 10px;
    }

    .ail_head {
        padding-bottom: 6px;
    }

    .nav_mobile_top, .nav_mobile_bottom {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav_mobile_bottom {
        padding-bottom: 0;
    }

    .hn_inner {
        padding-left: 14px;
    }

    .head_nav li {
        padding: 0;
        height: auto;
    }

    .nav_mobile_top {
        padding-top: 70px;
        padding-bottom: 10px;
    }

    .nmb_list li a {
        height: 73px;
        line-height: 73px;
        font-size: 16px;
    }

    .head_nav li a {
        height: 90px;
        border: none !important;
    }

    .content_inner {
        margin-top: 0;
        border: none;
    }

    .object_text p + p {
        margin-top: 17px;
    }

    .ahi_info {
        font-size: 20px;
        line-height: 120%;
    }

    .arenda_head_info > li {
        padding-left: 10px;
    }

    .arenda_head_info {
        margin-left: -10px;
    }

    .pu_oi_hum {
        font-size: 24px;
    }

    .pu_oi_hum img {
        height: 16px;
    }

    .pu_inner .os_big .slick-prev, .pu_inner .os_big .slick-next {
        display: none !important;
    }

    .pu_inner .object_info_list li {
        font-size: 16px;
        line-height: 20px;
    }

    .pu_inner .object_info_list {
        margin-top: 28px;
    }

    .pu_inner .object_info_btn {
        margin-top: 16px;
    }

    .pu_obj {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pu_inner .os_th {
        margin-top: 7px;
    }
}
.btn_podrobno img.btn_podrobno_img{
    width:368px;
    height:272px;
    object-fit: cover;
    object-position: center;
}
/* End */
/* /local/templates/flagman/css/slick.css?15568221053578 */
/* /local/templates/flagman/css/jquery.formstyler.css?155660670412664 */
/* /local/templates/flagman/css/jquery.fancybox.min.css?168171497612795 */
/* /local/templates/flagman/css/custom.css?17624341252536 */
/* /local/templates/flagman/template_styles.css?1730972622111232 */
