

/* Start:/local/templates/default/components/bitrix/news.list/banner/style.css?1497335539150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/default/components/bitrix/news.list/actions/style.css?17020205486154*/
.section-title-block {
    line-height: 1.090909;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-title-block .section-title {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
}
.special-offers-item > a {
    background-position-y: top;
}
.swiper-slide:first-child .special-offers-item > a {
    background-position-x: right;
}
@media (min-width: 992px) {
  .special-offers {
    padding-top: 3.75rem;
  }
}
.special-offers-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.special-offers-item__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.625rem;
          flex: 0 0 15.625rem;
  max-height: 15.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .special-offers-item__picture {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
    max-height: 11.25rem;
  }
}
.special-offers-item__picture img {
  display: block;
  max-width: 100%;
  visibility: hidden;
}
.special-offers-item__bottom-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2.1875rem 2.5rem 2.5rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .special-offers-item__bottom-block {
    padding: 1.5625rem 1.875rem 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .special-offers-item__bottom-block {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.special-offers-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem;
}
.special-offers-item__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.special-offers-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #f58220;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .special-offers-item__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .special-offers-item__title {
    font-size: 1.125rem;
  }
}
.special-offers-item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.71428571;
}
.section-title-block .swiper-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.swiper-container {
  position: relative;
}
.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.swiper-slide {
  height: auto;
}
.swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .swiper-items-slider .swiper-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.swiper-items-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swiper-items-slider .swiper-slide-active .swiper-slide-item,
.swiper-items-slider .swiper-slide-next .swiper-slide-item,
.swiper-items-slider .swiper-slide-next + .swiper-slide .swiper-slide-item {
  -webkit-box-shadow: 0 0.625rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.625rem 2rem 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-items-slider .swiper-slide-next + .swiper-slide .swiper-slide-item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .swiper-items-slider .swiper-slide-item {
    -webkit-box-shadow: 0 0.625rem 2rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 2rem 0 rgba(0, 0, 0, 0.1);
  }
}
/* End */


/* Start:/local/templates/default/components/bitrix/news.list/advantages/style.css?1497335539150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/indexis/map/templates/.default/style.css?176286375628036*/
.ajax-content nav {
    position: absolute;
    background-color: #FFFFFF;
    z-index: 20;
    top: 70px;
    left: 10px;
}

/* убираем отступы и поля, а также list-style для "ul",
 * и добавляем "position:relative" */
.ajax-content .js-slist {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* применяем inline-block позиционирование к элементам навигации */
.ajax-content .js-slist li {
    margin: 0 -7px 0 0;
    display: inline-block;
    background-color: #FFFFFF;
}

/* стилизуем ссылки */
.ajax-content nav a {
    display: block;
    text-decoration: none;
}

/* изменяем цвет фона при наведении курсора */
.ajax-content nav a:hover {
}

/* скрываем выпадающие списки по умолчанию
			 * и задаем абсолютное позиционирование */
.ajax-content .js-slist {
    display: none;
    position: absolute;
    top: 100%;
}

/* первый уровень выпадающего списка */
.ajax-content .js-slist li {
    min-width: 114px;
    float: none;
    display: list-item;
    position: relative;
}

a.btn-back {
    position: absolute;
    z-index: 40;
    top: 10px;
    left: 10px;
}

#genplan-map {
    display: block;
    opacity: 0;
    overflow: auto;
    position: relative;
/*    height: 840px; */
    overflow-y: hidden;
    overflow-x: auto;
}
#genplan-map * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.js-slist label {
    -moz-user-select: none;
    user-select: none;
	line-height: 28px;
}

.js-slist label:hover {
    cursor: pointer;
}

.js-slist label input {
    position: absolute;
    left: -9999px;
}

.color-check {
    z-index: 200;
    display: inline-block;
	vertical-align: top;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    margin: 5px 5px 5px 0;
}
.img-map {
  margin: 0 auto;
}
img.img-map {
  /*  width: auto !important;
    height: 840px !important;*/
    overflow: hidden;
}
.layout__map-controls {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-orient: horizontal; 
	-webkit-box-direction: normal; 
		-ms-flex-direction: row; 
			flex-direction: row;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
	position: relative;
	margin: 0 auto;
	z-index: 10;
}
.layout__map-controls .layout__btn-back {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	margin-right: 30px;
	margin-bottom: 10px;
	position: static;
}
.layout__map-controls .layout__status-list {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	margin-bottom: 10px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.layout-control-btn {
	display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-radius: 23px;
  padding: 12px 15px 12px 8px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  cursor: pointer;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
}
.layout-control-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	margin-right: 7px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.layout-control-btn--back {
	position: absolute;
	left: 20px;
	top: 15px;
}
.layout-control-btn--back:before {
	background-image: url(/img/genplan/icon-back-blue.svg);
}
.layout-control-btn, .layout-control-btn:focus {
 -webkit-box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
  outline: none;
  text-decoration: none;
  background: #fff;
  color: #0b4ea2;
}

.layout-control-btn.active, .layout-control-btn.active:focus {
	color: #fff;
	background: #0b4ea2;
}

.layout-nav {
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.layout-nav-item {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 30px;
	padding-left: 0;
}
.layout-nav-item:last-child {
	margin-right: 0;
}
.layout-control-btn--filter:before {
	background-image: url(/img/genplan/icon-filter-blue.svg);
}
.layout-control-btn--filter.active:before {
	background-image: url(/img/genplan/icon-filter-white.svg);
}
.layout-control-btn--objects:before {
	background-image: url(/img/genplan/icon-objects-blue.svg);
}
.layout-control-btn--objects.active:before {
	background-image: url(/img/genplan/icon-objects-white.svg);
}
.layout-control-btn--status:before {
	background-image: url(/img/genplan/icon-status-blue.svg);
}
.layout-control-btn--status.active:before {
	background-image: url(/img/genplan/icon-status-white.svg);
}

ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	transform: translateY(0);
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #007dc5;
}
#genplan-map ul.layout-nav-item__submenu {
	width: 100%;
	margin: -23px 0 0;
	padding: 45px 15px 20px 15px;
	border-radius: 0 0 23px 23px;
	list-style: none;
	background: #fff;
}

#genplan-map ul.layout-nav-item__submenu li {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
#genplan-map ul.layout-nav-item__submenu li:last-child {
	margin-bottom: 0;
}
#genplan-map ul li:before, #modal-layout-filter ul li:before {
	transform: none;
	border: none;
	width: auto;
	height: auto;
	background-color: transparent;
}
/* --------------------------------------------------------------- */
.tooltip {
	position: absolute;
	opacity: 0;
	background: #fff;
	width: 250px;
	max-width: 90vh;
	padding: 25px;
	top: 0;
	left: 0;
	z-index: -100;
	pointer-events: none;
	margin-top: -10px;
	-webkit-box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
}
.tooltip.show {
	opacity: 1;
	z-index: 20;
	pointer-events: auto;
}

@media (max-width: 991.98px) {
	body > .tooltip {
		left: 50%!important;
		margin-left: -125px!important;
	}
	body > .tooltip:after {
		display: none;
	}
}
.tooltip:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 100%;
	margin-top: -7px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.tooltip-close {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 0;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .tooltip-close {
    width: 20px;
    height: 20px;
  }
}

.tooltip-close:before, .tooltip-close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  margin-left: -10px;
  height: 2px;
  background: #777;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.tooltip-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tooltip-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.html-no-touch .tooltip-close:hover:before, .html-no-touch .tooltip-close:hover:after, .html-no-touch .tooltip-close:focus:hover:before, .html-no-touch .tooltip-close:focus:hover:after {
  background: #000;
}

.html-no-touch .tooltip-close:active:before, .html-no-touch .tooltip-close:active:after, .html-no-touch .tooltip-close:focus:active:before, .html-no-touch .tooltip-close:focus:active:after, .html-no-touch .tooltip-close:hover:active:before, .html-no-touch .tooltip-close:hover:active:after {
  background: #000;
}

.html-touch .tooltip-close.touch-active:before, .html-touch .tooltip-close.touch-active:after {
  background: #000;
}

.tooltip p {margin: 0 0 1.75em 0;}
.tooltip__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  padding-right: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.tooltip__list {margin: 0 0 25px;padding: 0;list-style: none;}
.tooltip__list-item {display: block;margin-bottom: 5px;padding-left: 10px;}
.tooltip__list-item:last-child {margin-bottom: 0;}

li.tooltip__list-item:before {
  content: '-';
  display: inline-block;
  vertical-align: top;
  margin-left: -10px;
  margin-right: 5px;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  border: none;
  width: auto; 
  height: auto;
  background-color: transparent;
}
ul li::before {
	content: '';
	/* position: absolute; */
	left: 0;
	top: 4px;
	transform: translateY(0);
	border-radius: 50%;
	/* width: 12px; */
	/* height: 12px; */
	/* background-color: #007dc5; */
}
.tooltip.top {
	top: auto;
	bottom: 100%;
	margin-bottom: 10px;
	left: 50%;
	margin-left: -125px;
}
.tooltip.top:after {
	left: 50%;
	top: 100%;
}
.tooltip.bottom {
	top: 100%;
	margin-top: 10px;
	left: 50%;
	margin-left: -125px;
}
.tooltip.bottom:after {
	left: 50%;
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -7px;
}
.tooltip.left {
	left: 100%;
	right: auto;
	top: 10px;
	margin-left: 0;
	-webkit-transform: translate(-100%,-50%);
	    -ms-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%);
}
.tooltip.left:after {
	left: 100%;
	top: 10px;
}
.tooltip.right {
	left: 100%;
	right: auto;
	margin-left: 10px;
	top: 10px;
}
.bigpic .tooltip.right {top: -40px;}
.tooltip.right:after {
	left: auto;
	right: 100%;
	top: 10px;
	margin-left: 0;
	margin-right: -7px;
}
.layout-objects__container .bigpic .tooltip.left:after, .layout-objects__container .bigpic .tooltip.right:after {top: unset;bottom: 20px;}
/* --------------------------------------------------------------- */

.layout-objects__container {position: absolute;top: 0;left: 0;width: 0;height: 0;overflow: hidden;}
.layout-objects__container.active {width: 100%;height: 100%;}

.layout-info {
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-radius: 23px;
	padding: 12px 10px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	z-index: 1;
}
.layout-info .orange{color: rgb(255,135,9);}
.layout-info.arrow-up, .layout-info.arrow-down {padding-right: 25px;}
.layout-info.arrow-up:after, .layout-info.arrow-down:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 5px;
	width: 25px;
	height: 30px;
	background: url(/img/genplan/arrow.svg) center center no-repeat;
	background-size: contain;
}
.layout-info.arrow-down:after {transform: rotate(180deg);}
.layout-info .car, .layout-info .pedestrian {
	position: relative;
	display: inline-block;
	overflow: visible;
}
.layout-info .car {width: 35px;}
.layout-info .pedestrian {width: 25px;}
.layout-info .car:after, .layout-info .pedestrian:after {
	content: '';
	position: absolute;
	left: 0;
}

.layout-info .car:after {
	bottom: -8px;
	background: url(/img/genplan/car.svg) center center no-repeat;
	background-size: contain;
	width: 30px;
	height: 25px;
}
.layout-info .pedestrian:after {
	bottom: 0;
	background: url(/img/genplan/pedestrian.svg) center center no-repeat;
	background-size: contain;
	width: 25px;
	height: 20px;
}

.layout-infro-dot {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
}

.tooltip-label {
	position: relative;
	width: 2vw;
	height: 2vw;
	min-width: 20px;
	min-height: 20px;
	max-width: 35px;
	max-height: 35px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.layout-objects__container.active .tooltip-label {opacity: 1;z-index: 6;}
.tooltip-label img {width: 60%;margin: 20%;}

.layout-objects__container .tooltip {
	padding: 10px;
	width: auto;
	font-size: 13px;
	line-height: 15px;
	border-radius: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding-left: 35px;
	visibility: hidden;
}

.layout-objects__container .bigpic .tooltip {border-radius: 0;}

.layout-objects__container .tooltip.top,
.layout-objects__container .tooltip.bottom {
	margin-left: 0;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

.layout-objects__container .tooltip.right {
	margin-left: 0;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
.layout-objects__container .tooltip.left:after,
.layout-objects__container .tooltip.right:after {
	top: 50%;
}

.layout-objects__container .bigpic .tooltip-pic {
	width: 150px;
	margin: -10px -10px 10px -35px;
}

.layout-objects__container .tooltip .icon {
	position: absolute;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	left: 10px;
}
.layout-objects__container .bigpic .tooltip .icon {top: calc(50% + 50px);}

.layout-objects__container.active .tooltip {
/*	opacity: 1; */
	z-index: 5;
	pointer-events: auto;
}

.layout-infro-dot.show_tooltip {z-index: 2;}
.layout-objects__container.active .show_tooltip .tooltip-label {opacity: 0;}
.show_tooltip .tooltip {opacity: 1;visibility: visible;}

.slider-inputs-block {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -20px;
	margin-top: 20px;
}

.slider-inputs-group {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 20px;
	margin-right: 30px;
}
.slider-inputs-group:last-child {margin-right: 0;}

.slider-inputs-group .form-control {
	width: 120px!important;
	margin-left: 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding-left: 15px!important;
	padding-right: 15px!important;
}


.layout-filter__buttons {margin: -5px 0;}
.layout-filter__buttons > * {
	display: inline-block;
	vertical-align: middle!important;
	margin: 5px 30px 5px 0;
}
.layout-filter__buttons > *:last-child {margin-right: 0;}

.genplan-map-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 40;
	background: rgba(0,0,0,0.6);
}

.genplan-map-overlay img {
	position: absolute;
	width: 100px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-animation: drag 4s linear infinite;
        animation: drag 4s linear infinite;
}

@-webkit-keyframes drag {
	0% {
		-webkit-transform: translate(-100%, -50%);
		        transform: translate(-100%, -50%);
	}
	50% {
		-webkit-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
	100% {
		-webkit-transform: translate(-100%, -50%);
		        transform: translate(-100%, -50%);
	}
}
@keyframes drag {
	0% {
		-webkit-transform: translate(-100%, -50%);
		        transform: translate(-100%, -50%);
	}
	50% {
		-webkit-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
	100% {
		-webkit-transform: translate(-100%, -50%);
		        transform: translate(-100%, -50%);
	}
}

.ui-slider {
	position: relative;
	height: 1px;
	background: #dcdcdc;
}
.ui-slider-range {
	position: absolute;
	top: 0;
	height: 1px;
	background: #0b4ea2;
}
.ui-slider-handle {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -8px;
	margin-left: -8px;
	background: #0b4ea2;
	border-radius: 50%;
	cursor: pointer;
}
.ui-slider-handle .handle-value {
	position: absolute;
	bottom: 100%;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	font-size: 13px;
	text-align: center;
	pointer-events: none;
} 
.filter-price-slider .handle-value {display: none !important;}

.layout-filter-block {
	display: none;
	background: #fff;
	padding: 20px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	top: 100%;
	margin-top: 15px;
	position: absolute;
 -webkit-box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 32px 0 rgba(0, 0, 0, 0.1);
}
.layout-filter-block.active {display: block;}

#genplan-map-preloader {
	height: 90vh;
	min-height: 640px;
	position: relative;
	display: block;
	background: #fbfbfb;
}
#genplan-map.active + #genplan-map-preloader {display: none;}
#genplan-map-preloader:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-left-color: #000;
	border-top-color: #000;
	border-right-color: rgba(0, 0, 0, 0.5);
	border-bottom-color: rgba(0, 0, 0, 0.5);
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;	
	-webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
	border-radius: 50%;
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

/* ------------------------------------------ */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
-webkit-overflow-scrolling:touch;
}

.modal-wrapper {
  display: table;
  padding: 50px;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .modal-wrapper {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .modal-wrapper {
    padding: 0;
    display: block;
  }
}

.modal-inner {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .modal-inner {
    display: table;
    width: 100%;
    height: 100%;
  }
}

.modal-content {
  background: #fff;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .modal-content {
    padding: 35px;
  }
}

@media (max-width: 767.98px) {
  .modal-content {
    padding: 30px 20px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    max-width: 100vw;
  }
}

@media (min-width: 992px) {
  .modal-content-lg {
    max-width: 800px;
    padding: 45px;
  }
}

@media (min-width: 1280px) {
  .modal-content-lg {
    max-width: 1000px;
  }
}

.modal-close {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .modal-close {
	  top: 35px;
	  right: 35px;
	}
}

@media (max-width: 767.98px) {
  .modal-close {
    top: 30px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.modal-close:before, .modal-close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  margin-left: -12px;
  height: 2px;
  background: #777;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.html-no-touch .modal-close:hover:before, .html-no-touch .modal-close:hover:after, .html-no-touch .modal-close:focus:hover:before, .html-no-touch .modal-close:focus:hover:after {
  background: #000;
}

.html-no-touch .modal-close:active:before, .html-no-touch .modal-close:active:after, .html-no-touch .modal-close:focus:active:before, .html-no-touch .modal-close:focus:active:after, .html-no-touch .modal-close:hover:active:before, .html-no-touch .modal-close:hover:active:after {
  background: #000;
}

.html-touch .modal-close.touch-active:before, .html-touch .modal-close.touch-active:after {
  background: #000;
}

.modal__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.66em;
  padding-right: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .modal__title {
    font-size: 26px;
  }
}

.modal__title-sm {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16666;
  margin-bottom: 1.5em;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .modal__title-sm {
    font-size: 20px;
  }
}

.modal__title-xs {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .modal__title-xs {
    font-size: 16px;
  }
}

.modal--special-offer__image {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .modal--special-offer__image {
    margin-bottom: 25px;
  }
}

.modal--special-offer__image img {
  display: block;
  margin: 0;
  width: 100%;
}

.modal--special-offer__desc {
  font-size: 14px;
}

.modal--projects {
  font-size: 14px;
  position: relative;
}

.modal--projects b {
  font-weight: 600;
}

.modal--projects__main-image-block {
  position: relative;
}

.modal--projects__main-image {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .modal--projects__main-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .modal--projects__main-image {
    margin-bottom: 25px;
  }
}

.modal--projects__main-image img {
  display: block;
  margin: 0;
  width: 100%;
}

.modal--projects__scheme-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal--projects__scheme {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 48%;
}

.modal--projects__scheme img {
  display: block;
  margin: 0;
  width: 100%;
}

.modal--news__image {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .modal--news__image {
    margin-bottom: 25px;
  }
}

.modal--news__image img {
  display: block;
  margin: 0;
  width: 100%;
}

.modal--news__desc {
  font-size: 14px;
}

.modal--news b {
  font-weight: 600;
}
/* ------------------------------------------ */

.site-form .form-group {margin-bottom: 20px;}
.site-form .form-control {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 25px;
	border: 1px solid #dcdcdc;
	display: block;
	width: 100%;
	border-radius: 0;
	color: #999;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	background: #fff;
	font-family: inherit;
}
.site-form .form-group.has-error .form-control {border-color: #ee1941;}
.site-form .error-message {
	font-size: 12px;
	line-height: 1;
	color: #ee1941;
	display: block;
	margin-top: 5px;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: -100;
	pointer-events: none;
}
.site-form .form-group.has-error .error-message {position: static;opacity: 1;z-index: auto;}
.site-form-label {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.site-form-list li {margin-bottom: 10px;}
.site-form input[type="checkbox"],.site-form input[type="radio"] {display: none;}
.checkbox-label {padding-left: 35px;position: relative;}
.custom-checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #dcdcdc;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: border-color .3s, background .3s;
	-o-transition: border-color .3s, background .3s;
	transition: border-color .3s, background .3s;
}
.custom-checkbox:before {
	content: "";
	line-height: 18px;
	height: 18px;
	width: 18px;
	display: block;
	background-image: url(/img/genplan/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
input[type="checkbox"]:checked + .custom-checkbox {border-color: #0b4ea2;background: #0b4ea2;}
input[type="checkbox"]:checked + .custom-checkbox:before {opacity: 1;}

section.scheme {padding-top: 100px;}

/* -------------------------- */
map[name="3qu"] ~ #genplan-map .layout-control-btn--back,
map[name="3qu"] ~ #genplan-map .layout-nav {top: 2px;}

.layout-control-btn--back.backlinks {width: 160px;}
.layout-control-btn--back.backlinks:before {background-image: none;}
.another {display: block;padding-bottom: 10px;}
.close1 {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 0;
}
.close1 svg {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	stroke: #0b4ea2;
	fill: #0b4ea2;
}

@media (max-width: 767.98px)  {
  #genplan-map .layout__map-controls {margin-top: -15px;}
  map[name="3qu"] ~ #genplan-map .layout__map-controls {margin-top: -5px;}
  #genplan-map .layout__map-controls .layout-control-btn--back,#genplan-map .layout__map-controls .layout-nav-item {margin-top: 5px;}
  #genplan-map .layout__map-controls .layout-control-btn--back {margin-left: 280px;}
  #genplan-map .layout-control-btn {padding: 5px 5px 5px 10px;}
  #genplan-map .layout-control-btn:before {width: 20px;height: 17px;margin: -2px 5px 0 -5px;}
  .close1 {display: block;}
}

@media (max-width: 767.98px) {
  .scheme {overflow: auto !important;}
  .ajax-content {min-width: 768px;} /* потому что иначе кнопки не вмещаются ни с какого края */  
 /* #genplan-map .layout-nav {right: 0;width: 150px;} */
  #genplan-map .layout-nav-item {margin-right: 10px;padding-left: 0;}
/*  #genplan-map .layout-control-btn {padding: 5px;}
  #genplan-map .layout-control-btn--filter:before,
  #genplan-map .layout-control-btn--objects:before,
  #genplan-map .layout-control-btn--status:before {display: none;} */
}

@media (max-width: 767.98px) and (max-aspect-ratio: 99/100) {
  .ajax-content {height: calc(100vh - 60px);}
  .ajax-content {min-width: unset;} 
  #genplan-map {height: 100%;}
  #genplan-map .img-map {height: 100%;}
  #genplan-map img.img-map {max-width: unset;max-height: 100%;}
  #layout-map-container-duplicate {width: calc(202vh - 121px) !important;}
}
.site-form .form-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
/* End */


/* Start:/local/templates/default/components/bitrix/news.list/structure/style.css?1497335539150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/default/components/bitrix/news.list/gallery/style.css?17186681292590*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.gallery__tabs-btn {
        margin-top: 30px !important;
        margin-bottom: 15px !important;
}

@media (min-width: 1200px) {
    .gallery__tabs-btn {
        margin-top: 40px !important;
        margin-bottom: 25px !important;
	}
}

.picture-items-list .row {
	grid-template-columns: repeat(4, 1fr);
    display: grid;
	column-gap: 5px;
    row-gap: 5px;
}

@media (max-width: 991px) {
    .picture-items-list .row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 479px) {
    .picture-items-list .row {
		grid-template-columns: repeat(1, 1fr);
	}
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.picture-items-list [class^="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.picture-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.picture-item__image {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 315px;
}

@media (max-width: 767px) {
    .picture-item__image {
        height: 157.5px;
    }
}

.picture-item__image:before, .picture-item__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.picture-item__image:before {
    background: inherit;
    -webkit-transition: -webkit-transform 0.3s 0.05s;
    transition: -webkit-transform 0.3s 0.05s;
    -o-transition: transform 0.3s 0.05s;
    transition: transform 0.3s 0.05s;
    transition: transform 0.3s 0.05s, -webkit-transform 0.3s 0.05s;
}

.picture-item__image:after {
    background: #000;
    opacity: 0.35;
    -webkit-transition: opacity 0.3s 0.05s;
    -o-transition: opacity 0.3s 0.05s;
    transition: opacity 0.3s 0.05s;
}

.picture-item:hover .picture-item__image:before {
    will-change: transform;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* End */
/* /local/templates/default/components/bitrix/news.list/banner/style.css?1497335539150 */
/* /local/templates/default/components/bitrix/news.list/actions/style.css?17020205486154 */
/* /local/templates/default/components/bitrix/news.list/advantages/style.css?1497335539150 */
/* /local/components/indexis/map/templates/.default/style.css?176286375628036 */
/* /local/templates/default/components/bitrix/news.list/structure/style.css?1497335539150 */
/* /local/templates/default/components/bitrix/news.list/gallery/style.css?17186681292590 */
