

/* Start:/bitrix/templates/center/js/fancybox/jquery.fancybox.css?14651980484895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/center/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/center/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/center/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/center/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/center/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/center/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/center/js/jquery.bxslider/jquery.bxslider.css?14652018353801*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	
}

/** THEME
===================================*/

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/center/js/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 7px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #777;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/center/js/jquery.bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/center/js/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/center/js/jquery.bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/center/js/jquery.bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/bitrix/templates/center/styles.css?158754368126820*/
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'PT Sans Narrow';
    font-weight: normal;
    font-size: 18px;
    min-height: 100%;
    color: #444444;
    -webkit-font-smoothing: antialiased
}

.wrap {
    width: 1120px;
    margin: 0 auto;
    padding: 0 55px 0 50px;
    box-sizing: border-box
}

h2.title,
h1.title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0 5px;
    margin: 0
}

h2.title.left-title {
    text-align: left
}

a {
    color: #444
}

p>a {
    color: #E54646
}

.gray_bg {
    background: #F6F6F6;
    clear: both
}


.gal_block {
    width: 245px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-position: center;
}

.clr {
    clear: both
}

header.wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

header>div {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}


header .top_menu {
    text-align: center;
}

header .top_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .top_menu ul>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

header .top_menu ul>li:first-child {
    margin-left: 0
}

header .top_menu ul>li:last-child {
    margin-right: 0
}

header .top_menu ul>li a {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none
}

header .top_menu ul>li a:hover {
    text-decoration: underline
}

header .contacts {
    text-align: right;
}

header .contacts a {
    display: block
}

header .contacts a.phone {
    color: #444444;
    font-size: 21px;
    text-decoration: none;
    font-weight: bold
}

header .contacts a.phone span {
    color: #878787;
    margin-right: 5px
}

header .contacts a.request_call {
    color: #E64848;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer
}

.banner_slider {
    padding: 0;
    margin: 0;
    list-style: none
}

.banner_slider li {
    width: 100%;
    display: block;
    height: 701px
}

.banner_slider li a {
    height: 100% !important;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}

.banner_slider li a img {
    text-align: center
}

.objects {
    text-align: center;
    padding-bottom: 34px
}

.objects .obj {
    display: inline-block;
    width: 453px;
    height: 380px;
    background: #fff;
    border-bottom: 4px solid #DBDDD2;
    padding: 20px 17px;
    box-sizing: border-box;
    position: relative;
    margin: 5px;
}

.objects .obj .image {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 420px;
    height: 223px;
}

.objects .obj .image img {
    max-width: 100%;
    max-height: 100%
}

.objects .obj .name {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    text-align: left;
}

.objects .obj .descr {
    margin: 5px 0;
    text-align: left;
}

.objects .obj .more {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #1B86C2;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -65px;
}

.advantages {
    padding-bottom: 30px
}

.gray_bg .wrap.poselok {
    padding-bottom: 30px
}

.gray_bg .wrap.poselok h3 {
    margin: 0;
    padding: 20px 0 0;
    text-align: center
}

.advantages table,
.poselok>table {
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 45px
}

.advantages table td,
.poselok>table td {
    width: 130px;
    text-align: center;
    padding: 5px 45px
}

.ask {
    height: 382px;
    background-image: url(/bitrix/templates/center/images/footer_form.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff
}

.ask form {
    text-align: center;
    padding-top: 80px;
}

.ask form h2 {}

.ask form input[type=text] {
    height: 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    background: transparent;
    width: 272px;
    margin-right: 70px;
    font-size: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    outline: none;
    font-family: 'PT Sans Narrow';
}

.ask form .submit {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    cursor: pointer
}

.ask form p {
    margin: 35px 0
}

.search {
    padding-bottom: 20px
}

.search form {
    text-align: center
}

.search form>div {
    display: inline-block;
    padding: 25px 0 30px
}

.search label {
    margin-left: 45px
}

.search input[type=text] {
    height: 40px;
    border: none;
    border-bottom: 2px solid #DBDDD2;
    background: #fff;
    padding-left: 15px;
    font-size: 18px;
    width: 127px;
    margin-left: 15px;
    font-family: 'PT Sans Narrow';
}

.search .search_btn {
    background: #1B86C2;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 16px;
    border: none;
    font-family: "PT Sans Narrow"
}

.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery ul li {
    width: 237px;
    height: 237px;
    display: inline-block;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
}

.gallery ul li:nth-child(4n+4) {
    margin-right: 0
}


/*.gallery ul li:nth-child(5n+5){clear: both} */

.gallery ul li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.gallery ul li a img {
    max-width: 100%;
    max-height: 100%;
    opacity: .53
}

.gallery ul li a img:hover {
    opacity: 1
}

.gallery p {
    clear: both
}
footer>.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer {
    clear: both;
    background: #333333;
    color: #fff;
    margin-top: 100px;
}

footer .wrap>div {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

footer .copy {
    font-weight: bold;
    font-size: 20px
}

footer .btn_menu {
}

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

footer .btn_menu ul>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

footer .btn_menu ul>li:first-child {
    margin-left: 0
}

footer .btn_menu ul>li:last-child {
    margin-right: 0
}

footer .btn_menu ul>li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none
}

footer .btn_menu ul>li a:hover {
    text-decoration: underline
}

footer .contacts {
    text-align: right;
}

footer .contacts a {
    display: block
}

footer .contacts a.phone {
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: bold
}

footer .contacts a.phone span {
    color: #878787;
    margin-right: 5px
}

footer .contacts a.request_call {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer
}

.popup {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*display: none;*/
}

.popup>div {
    width: 128px;
    margin: 10% auto 0 auto;
    background-color: white;
    border: 1px solid black;
    border-radius: 2px;
    color: black;
    font-size: larger
}

.popup>div.loaded {
    width: 500px;
}

.popup>div.loaded.long {
    width: 900px;
}

.popup>div.loaded.clicked {
    /*width: 450px;*/
    height: auto!important;
}

.popup>div>h1 {
    margin: 0;
    font-size: 16px;
    background-color: #333333;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    text-transform: uppercase;
}

.popup>div>h1+p,
.popup>div>h1+p+p {
    padding: 15px 30px 0;
    margin: 0;
    font-size: 16px;
}

.popup>div>h1+p {
    font-size: 18px
}

.popup>div>font {
    margin-bottom: 0px;
    float: right;
    font-size: 20px;
    margin-top: 2px;
    margin-right: 12px;
    cursor: pointer;
    color: #fff;
}

.popup>div>span {
    color: black;
    margin-bottom: 10px;
}

.popup>div table {
    color: black;
    width: 100%;
    padding: 15px 30px;
}

.popup>div table td {
    color: black;
    font-size: 16px;
    padding: 0
}

.popup>div table td.first {
    width: 150px;
}

.popup>div table td>div {
    height: 29px;
}

.popup>div table td input {
    border: 0;
    color: black;
    width: 99%;
    font-size: 16px;
    padding: 1px 3px;
    background-color: #eee;
    outline: 0;
    height: 23px;
    font-family: 'PT Sans Narrow';
}

.popup>div table td input.error {
    color: red;
    font-size: 14px
}

.popup>div table td input[type="button"] {
    border: none;
    border-radius: 5px;
    background: #333333;
    color: #fff;
    width: 54%;
    font-size: 16px;
    color: white;
    padding: 5px;
    height: 30px;
}

.popup>div table td textarea {
    background-color: #eee;
    border: none;
    color: #333;
    width: 99%;
    resize: none;
    font-size: 14px;
    height: 75px;
    padding: 1px 3px;
}

.popup>div table td span {
    color: black;
    font-size: 11px;
    margin-left: 30px;
}

.popup>div table td font {
    color: red;
}

.poselok .content {
    position: relative;
    min-height: 250px
}

.poselok #map_svg {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    cursor: -webkit-zoom-in;
    transition: all 1s ease;
    overflow: hidden
}

.poselok #map_svg.separate {
    display: none;
    background-repeat: no-repeat;
}

.poselok #map_svg svg {
    opacity: 0;
    z-index: -1;
    position: absolute
}

.poselok #map_svg.open {
    cursor: default
}

.poselok #map_svg.separate.open {
    display: inline-block;
    background-repeat: no-repeat;
}

.poselok #map_svg.open svg.open {
    opacity: 1;
    z-index: auto
}

.poselok #map_svg .close {
    display: none;
    z-index: 99
}

.poselok #map_svg .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.poselok #map_svg.open .mask {
    display: none
}

.poselok #map_svg.open .close {
    display: inline-block;
    font-family: sans-serif;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 21px;
    cursor: pointer
}

.poselok #map_svg.ilinka {
    background: url(/bitrix/templates/center/images/ilinka.jpg) no-repeat;
    background-size: 100%
}
.poselok #map_svg.yamn {
    background: url(/bitrix/templates/center/images/yamn.jpg) no-repeat;
    background-size: 100%
}
.poselok #map_svg.yamn.open {
    width: 900px;
    height: 700px;
    left: 0;
}
.poselok #map_svg.ilinka.open {
    width: 100%;
    height: 760px;
    left: 0;
}
.poselok #map_svg.ilinka.open svg {
    width: 100%;
    height: inherit;
    left: 0;
}

.poselok #map_svg.kvartal {
    background: url(/bitrix/templates/center/images/kvart.jpg) no-repeat;
    background-size: 100%
}

.poselok #map_svg.kvartal.open {
    width: 100%;
    height: 760px;
}
.poselok #map_svg.kvartal.open svg {
    left: 122px !important;
    width: 100%;
    height: 760px;
    top: -49px !important;
}

.demid svg.open {
    height: 665px;
}

.poselok #map_svg.molod {
    background: url(/bitrix/templates/center/images/molod.png) no-repeat;
    background-size: 100%
}

.poselok #map_svg.molod.open {
    width: 100%;
    height: auto;
}
.poselok #map_svg.palisad {
    background: url(/bitrix/templates/center/images/map_small.jpg) no-repeat;
    background-size: 100%
}

.poselok #map_svg.palisad.open {
    width: 1015px;
    height: 621px;
}

.poselok #map_svg.demid {
    background: url(/bitrix/templates/center/images/demid.jpg) no-repeat;
    background-size: 99.9% 99.9%;
}

.poselok #map_svg.demid.open {
    width: 100%;
    height: 760px;
}

.poselok #map_svg.arch {
    background: url(/bitrix/templates/center/images/arch.png) no-repeat;
    background-size: 99.9% 99.9%;
}

.poselok #map_svg.arch.open {
    width: 100%;
    height: 760px;
}

.poselok #map_svg.inshinka {
    background: url(/bitrix/templates/center/images/map_small3.jpg) no-repeat;
    background-size: 100%
}

.poselok #map_svg.inshinka.open {
    width: 100%;
    height: auto;
}

.poselok #map_svg.bushev {
    background: url(/bitrix/templates/center/images/map_small4.jpg) no-repeat;
    background-size: 406px 500px;
    height: 500px
}

.poselok #map_svg.bushev.open {
    width: 406px;
    height: 500px;
}

.poselok #map_svg.bushev svg {
    opacity: 1!important;
    z-index: auto!important
}

.poselok #map_svg.bushev.open.area1 {
    background-size: 565px 787px;
    width: 582px;
    height: 787px;
    background-color: #eee;
}

.poselok #map_svg.bushev.open.area2 {
    background-size: 650px 787px;
    width: 670px;
    height: 787px;
    background-color: #eee;
}

.poselok #map_svg.bushev.open.area3 {
    background-size: 650px 787px;
    width: 670px;
    height: 787px;
    background-color: #eee;
}

.poselok #map_svg.bushev.open.area4 {
    background-size: 700px 787px;
    width: 716px;
    height: 787px;
    background-color: #eee;
}

.poselok #map_svg.bushev.open.area5 {
    background-size: 570px 787px;
    width: 582px;
    height: 787px;
    background-color: #eee;
}

.poselok #map_svg path {
    cursor: pointer
}

.poselok #area1 path,
.poselok #area2 path,
.poselok #area3 path,
.poselok #area4 path,
.poselok #area5 path {
    cursor: pointer
}

.poselok #area1,
.poselok #area2,
.poselok #area3,
.poselok #area4,
.poselok #area5 {
    width: 0%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    height: 248px;
    z-index: 1;
    cursor: -webkit-zoom-in;
    transition: width 1s ease;
    overflow: hidden;
    top: 20%;
    left: 15%;
}

.poselok #area1.separate,
.poselok #area2.separate,
.poselok #area3.separate,
.poselok #area4.separate,
.poselok #area5.separate {
    display: none;
    background-repeat: no-repeat;
}

.poselok #area1 svg,
.poselok #area2 svg,
.poselok #area3 svg,
.poselok #area4 svg,
.poselok #area5 svg,
{
    opacity: 0;
    z-index: -1;
    position: absolute
}

.poselok #area1.open,
.poselok #area2.open,
.poselok #area3.open,
.poselok #area4.open,
.poselok #area5.open {
    cursor: default
}

.poselok #area1.separate.open,
.poselok #area2.separate.open,
.poselok #area3.separate.open,
.poselok #area4.separate.open,
.poselok #area5.separate.open {
    display: inline-block;
    background-repeat: no-repeat;
    width: 40%;
    transition: width 1s ease;
}

.poselok #area1.open svg.open,
.poselok #area2.open svg.open,
.poselok #area3.open svg.open,
.poselok #area4.open svg.open,
.poselok #area5.open svg.open {
    opacity: 1;
    z-index: auto
}

.poselok #area1 .close,
.poselok #area2 .close,
.poselok #area3 .close,
.poselok #area4 .close,
.poselok #area5 .close {
    display: none;
    z-index: 99
}

.poselok #area1 .mask,
.poselok #area1 .mask,
.poselok #area1 .mask,
.poselok #area1 .mask,
.poselok #area1 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.poselok #area1.open .mask,
.poselok #area2.open .mask,
.poselok #area3.open .mask,
.poselok #area4.open .mask,
.poselok #area5.open .mask {
    display: none
}

.poselok #area1.open .close,
.poselok #area2.open .close,
.poselok #area3.open .close,
.poselok #area4.open .close,
.poselok #area5.open .close {
    display: inline-block;
    font-family: sans-serif;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 21px;
    cursor: pointer
}

.poselok #area1.bushev.open.area1 {
    background-size: 565px 787px;
    width: 582px;
    height: 787px;
    background-color: #eee;
    transition: width 1s ease;
}

.poselok #area2.bushev.open.area2 {
    background-size: 650px 787px;
    width: 670px;
    height: 787px;
    background-color: #eee;
    transition: width 1s ease;
}

.poselok #area3.bushev.open.area3 {
    background-size: 650px 787px;
    width: 670px;
    height: 787px;
    background-color: #eee;
    transition: width 1s ease;
}

.poselok #area4.bushev.open.area4 {
    background-size: 700px 787px;
    width: 716px;
    height: 787px;
    background-color: #eee;
    transition: width 1s ease;
}

.poselok #area5.bushev.open.area5 {
    background-size: 570px 787px;
    width: 582px;
    height: 787px;
    background-color: #eee;
    transition: width 1s ease;
}

.poselok .description {
    display: inline-block;
    width: 610px;
    vertical-align: top;
    /*left: 40%;*/
    /*position: relative;*/
    padding-left: 30px;
    box-sizing: border-box
}

.poselok .description h2 {
    padding-top: 0
}

.text {
    font-size: 16px;
    color: #fff;
}

.fucus {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.61);
}

.container-row {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 25px calc(100vw - 81%);
    flex-wrap: wrap;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    cursor:pointer;
}

.row__col {
    width: 25%;
}

.fucus figure {
    width: 100%;
    height: auto
}

.fucus span.title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

figure {
    margin: 0;
}

.row__col_card {
    width: 24%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow .5s cubic-bezier(0.4, 0, 1, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor:pointer;
    margin-bottom:20px;
    margin-right:10px;
}

.row__col_card img {
    filter: sepia(100%);
    transition: filter 1s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
}

.row__col_card div {
    margin-bottom: 35px;
}

.row__col_card p {
    margin: 0;
}

.row__col_card:hover img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow, filter .5s cubic-bezier(0.4, 0, 1, 1);
    filter: sepia(0%);
}

.row__col_card:hover {
    box-shadow: 9px 13px 9px 4px rgba(0, 0, 0, 0.3);
    transition: box-shadow .5s cubic-bezier(0.4, 0, 1, 1);
}

.container-row .more {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #1B86C2;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.sale {
    font-size: 22px;
}

.price {
    font-size: 36px;
}

.small {
    font-size: 18px;
}

.text {
    font-size: 14px;
}

.footer_map h2 {
    margin: 0;
    padding: 35px 0;
    text-align: center;
}

.footer_map .row {
    margin: 0 auto;
    width: 60%;
    padding: 25px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_map .row .row__col {
    text-align: center;
    font-size: 25px;
    color: #e64848;
}

#map {
    filter: grayscale(100%);
    transition: filter .5s ease-in-out;
}

#map:hover {
    filter: grayscale(0);
    transition: filter .5s ease-in-out;
}

.footer_map div:focus {
    outline: none;
    background-color: #e64848;
    color: #fff !important;
    transition: all .5s ease;
}

.footer_map div {
    transition: all .5s ease;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main {
    flex: 1 0 auto;
}

ul.galery {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

ul.galery>li {
    flex: 0 0 24%;
}

ul.galery>li img {
    width: 100%;
}

.sub-nuv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-nuv>div {
    margin-right: 20px;
    padding: 4px 50px;
    border-radius: 0 0 5px 5px;
    background-color: #eb6d6d;
}

.sub-nuv>div>a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.pros-coms {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.pros-coms>div {
    box-shadow: 0px 0px 3px 0px rgb(185, 146, 146);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 0 0 45%;
}

.pros-coms>div>div {
    padding: 10px 10px;
    background-color: #e64848;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.pros-coms>div>ul {
    padding: 5px 35px;
    list-style: none;
}

.pros-coms>div>ul>li:before {
    content: '\002022';
    color: #0070b0;
    font-weight: 700;
    margin-right: 5px;
}

.stickly {
    position: sticky;
    z-index: 25;
    top: 0;
}

.over {
    position: fixed;
    width: 100vw;
    top: 0;
    height: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
}

div[tabindex] {
    cursor: pointer;
}

#ma {
    filter: grayscale(100%);
    transition: filter .5s ease-in-out;
}

#ma:hover {
    filter: grayscale(0);
    transition: filter .5s ease-in-out;
}

.vohm {
    display: flex;
    align-items: center;
}

.vohm>div {
    flex: 25% 0 0;
    margin-right: 50px;
}
.banner {
    background-image: url(/banner.png);
    background-size: contain;
    width: 100%;
    height: 517px;
    background-repeat: no-repeat;
    margin-top: 25px;
}
nav {
    display: none;
}
.burger-menu {
    display:none;
}
@media (max-width: 1100px) {
    .row__col_card {
        width: 45%;
    }
    .wrap {
        width: 960px;
    }
    .fucus .row__col {
        width: 30%;
    }
    svg {
        display: none;
    }
}
@media (max-width: 768px) {
    .row__col_card {
        width: 45%;
    }
    .wrap {
        width: 85%;
    }
    .fucus {
        display: none;
    }
    .container-row {
        padding: 25px calc(100vw - 90%);
    }
    .wrap .top_menu {
        order: 1;
    }
    header.wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    footer .btn_menu {
        order: 1;
    }
    footer>.wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .ask {
        height: auto;
    }
    .ask form {
        text-align: center;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ask form input[type=text] {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer_map .row {
        width: 90%;
    }
    .pros-coms {
        flex-direction: column;
    }
    .sub-nuv>div {
        padding: 4px 30px;
    }
    .poselok #map_svg {
        height: 52vw !important;
    }
    .poselok #map_svg {
        background-size: contain !important;
    }
    svg {
        display: none;
    }
    .vohm>div {
        flex: 45% 0 0;
    }
}
@media (max-width: 500px) {
    .wrap {
        width: 90%;
        padding: 0;
    }
    svg {
        display: none;
    }
    header.wrap {
        position: sticky;
        top: 0;
        background-color: #fff;
        width: 100%;
        padding: 0 5%;
        z-index: 10;
        box-shadow: 1px 0 3px 0 #00000059;
    }
    .fucus {
        display: none;
    }
    .row__col_card {
        flex-direction: column;
        width: 100%;
    }
    .ask {
        height: auto;
    }
    .ask form {
        text-align: center;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ask form input[type=text] {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer_map .row {
        width: 90%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .logo img {
        max-width:100%;
    }
    footer {
        margin-top: 35px;
    }
    .footer_map .row__col {
        width: auto;
    }
    footer .btn_menu {
        order: 1;
    }
    footer>.wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    footer .top-menu {
        display:flex;
    }
    footer .btn_menu ul>li {
        margin: 0 5px;
    }
    .container-row {
        padding: 25px calc(100vw - 95%);
    }
    header .top_menu {
        display:none;
    }
    nav {
        display: block;
    }
    .burger-menu {
        display:block;
    }
    .icon-menu {
        background-image: url(/bitrix/templates/center/images/burger.png);
        width: 48px;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    nav {
        opacity: 1;
        display: flex;
        position: fixed;
        z-index: 20;
        background-color: #fffffffa;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateX(-100%);
        transition: transform .5s ease;
    }
    nav ul.top-menu {
        padding: 0;
        margin: 0;
        font-size: 38px;
        list-style: none;
    }
    nav ul.top-menu li {
        margin-bottom: 22px;
    }
    nav a {
        color: #4c7da6;
    }
    nav header .close {
        background-image: url(/bitrix/templates/center/images/close.png);
        width: 48px;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }
    nav.active {
        transform: translateX(0%);
    }
    header {
        position: absolute;
        top: 0;
        right: 0;
        margin: 30px;
    }
    .sub-nuv {
        justify-content: space-between;
    }
    .sub-nuv>div {
        margin-right: 0;
        padding: 4px 20px;
    }
    .pros-coms {
        flex-direction: column;
    }
    .stickly {
        top: 95px;
    }
    .poselok #map_svg{
        width: 100% !important;
        background-size: contain !important;
        height: 278px !important;
    }
    .popup>div.loaded {
        width: 80vw;
    }

}
.action a{
display:block;
}
.action img { width:100%;}
.action {
    position: relative;
}
.action img {
    width: 100%;
;
}

}
.action-header{
	width: 100vw;
	height: 40vh;
	background-size: cover;
	background-position: 0 30%;
	background-color: #03A9F4;
	background-blend-mode: overlay;
	display: flex;
	justify-content: center;
	align-items: center;
}
.action-header h1 {
	color: #fff;
	font-size: 40px;
    text-align: center;
    width: 58%;
}
.uslugi-section .pros-coms>div {
    flex: 0 0 33%;
}
.uslugi-header{
	width: 100vw;
	height: 10vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uslugi-header h1 {
	color: #000;
	font-size: 40px;
    text-align: center;
    width: 58%;
}
@media (max-width: 500px) {
.uslugi-header,.action-header {
    position: relative;
	height: 5vh;
}
}

/* End */


/* Start:/bitrix/templates/center/components/bitrix/menu/top_menu/style.min.css?1465200010490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/center/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/center/js/fancybox/jquery.fancybox.css?14651980484895 */
/* /bitrix/templates/center/js/jquery.bxslider/jquery.bxslider.css?14652018353801 */
/* /bitrix/templates/center/styles.css?158754368126820 */
/* /bitrix/templates/center/components/bitrix/menu/top_menu/style.min.css?1465200010490 */
