

/* Start:/local/templates/devvesna.ru/components/bitrix/news.detail/object_detail/style.css?17539510112220*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

@media screen and (max-width: 500px) {

	.page .page-inner {
		padding-top: 30px;
		margin-top: -51px;
	}

	.page .breadcrumbs {
		z-index: 10;
		background: transparent;
		position: relative;
	}

	.page .breadcrumbs__item a,
	.page .breadcrumbs__item a span,
	.page .breadcrumbs__item span {
		color: #ffffff;
	}

	.page .breadcrumbs__item {
		padding-right: 12px;
		margin-right: 0;
	}

	.page .breadcrumbs__item:after {
		background-color: #ffffff;
	}
}

.mart .info-item.gap {
	gap: 3%;
}

.mart .info-item:nth-child(even) .info-item__desc {
	padding-left: 0;
	padding-top: 0;
	order: 0;
}

.mart .info-item__desc__video {
	width: 45%;
}
.mart .info-item__desc__video iframe {
	width: 100%;
	min-height: 250px;
	height: 400px;
}
.mart .text_description ul {
	margin: 0 auto;
}
.mart .text_description ul li {
	margin-bottom: 10px;
}

.mart .house-top__logo img {
	min-height: 123px;
}

.mart .title {
	display: none;
}

.mart .additional_text {
	margin-top: 60px;
}

@media screen and (max-width: 1000px) {
	.mart .additional_text {
		margin-top: 60px;
	}

	.mart .info-item__pics {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.mart .text_description ul {
		margin: 10px;
	}

	.mart .info-item__desc__video {
		width: 100%;
	}

	.mart .info-item__desc__video iframe {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.mart .additional_text {
		margin: 15px;
	}

	.mart .text_description ul {
		margin: 10px;
	}
	.mart.info-page--house {
		margin-bottom: 20px;
	}

	.mart .info-item__desc__video {
		width: 100%;
	}

	.mart .info-item__desc__video iframe {
		width: 100%;
		height: auto;
		margin: 0 auto;
		min-height: 250px;
	}

	.mart .info-item__desc .text img {
		display: flex;
		margin: 0 auto;
	}
}

.house-top.top-video {
	overflow: hidden;
	height: fit-content;

	video {
		margin-top: -20px;
	}

	.house-top__inner {
		position: absolute;
		bottom: 20px;
	}
}

@media (width < 500px) {
	.house-top.top-video {
		video {
			margin-top: 0;
			margin-left: 10px;
			margin-right: -10px;
			scale: 1.05;
		}
	}
}
/* End */


/* Start:/local/templates/devvesna.ru/components/luxar/super/vesenniy_banner_block/style.css?17713203384139*/
.banner_map {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  height: 528px;
}
@media (max-width: 1580px) {
  .banner_map {
    margin-left: -205px;
    width: calc(100vw - 20px);
  }
}
@media (max-width: 1440px) {
  .banner_map {
    margin-left: -110px;
    height: auto;
  }
}
@media (max-width: 979px) {
  .banner_map {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .banner_map {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
}
.banner_map:before {
  content: "";
  position: absolute;
  background-color: #f1f5f8;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  margin-left: -245px;
}
@media (max-width: 1680px) {
  .banner_map:before {
    margin-left: -205px;
  }
}
@media (max-width: 1580px) {
  .banner_map:before {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .banner_map:before {
    margin-left: -20px;
  }
}
.banner_map .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner_map .background-wrapper {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.banner_map .background-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/devvesna.ru/components/luxar/super/vesenniy_banner_block/images/maps_maps.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1440px) {
  .banner_map .background-wrapper .background-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .banner_map .background-wrapper .background-image {
    background-image: url("/local/templates/devvesna.ru/components/luxar/super/vesenniy_banner_block/images/maps_maps_mob.png");
    background-position: 50% 40%;
  }
}
.banner_map .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .banner_map .content {
    flex-wrap: wrap;
    row-gap: 320px;
  }
}
.banner_map .content .benefits-left {
  width: 33%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .banner_map .content .benefits-left {
    width: 100%;
  }
}
.banner_map .content .benefits-right {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .banner_map .content .benefits-right {
    width: 100%;
  }
}
.banner_map .content .benefits-right .benefit-item:nth-child(1) {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .banner_map .content .benefits-right .benefit-item:nth-child(1) {
    margin-left: 0;
    width: calc(50% - 10px);
  }
}
.banner_map .content .benefit-item {
  width: 190px;
  height: 190px;
  box-shadow: 0 0 60px 0 rgba(56, 74, 97, 0.1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .banner_map .content .benefit-item {
    width: calc(50% - 10px);
    height: auto;
  }
}
.banner_map .content .benefit-item:hover {
  transform: translateY(-5px);
}
.banner_map .content .benefit-item.wide {
  width: 310px;
}
@media (max-width: 767px) {
  .banner_map .content .benefit-item.wide {
    width: 100%;
  }
}
.banner_map .content .benefit-item .benefit-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #2c3e50;
}
@media (max-width: 767px) {
  .banner_map .content .benefit-item .benefit-icon {
    font-size: 0;
    margin-bottom: 0;
  }
}
.banner_map .content .benefit-item .benefit-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 88%;
  color: #384a61;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner_map .content .benefit-item .benefit-title {
    font-size: 20px;
    margin-top: 0;
  }
}
.banner_map .content .benefit-item .benefit-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #3f5870;
  margin: 0;
}
@media (max-width: 767px) {
  .banner_map .content .benefit-item .benefit-desc {
    font-size: 14px;
  }
}

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

/* End */


/* Start:/local/templates/devvesna.ru/components/bitrix/news.list/const-progress/style.css?16618327981667*/
.const-progress {
	margin-bottom: 80px;
	position: relative;
}


.const-progress .progress-list-img {
	display: block;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.const-progress .progress-list-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0a1633;
	opacity: .3;
	transition: .3s opacity linear;
}

.const-progress .progress-list-img:hover:after {
	opacity: 0;
}

h2.const-progress__title {
	margin-bottom: 10px;
	font-weight: 400;
}

p.const-progress__subtitle {
	margin-top: 0;
	margin-bottom: 30px;
}

.const-progress__wrapper {
	margin-bottom: 20px;
}

.const-progress__link {
	color: #3f5870;
}

.const-progress .slider-arrow--prev,
.const-progress .slider-arrow--next {
	top: calc(50% + 30px);
	position: absolute;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	background-color: rgb(107 121 144);
}

.const-progress .slider-arrow--prev {
	left: -36px;
}

.const-progress .slider-arrow--next {
	right: -36px;
}

.const-progress .slider-arrow--prev.swiper-button-disabled,
.const-progress .slider-arrow--next.swiper-button-disabled {
	display: none;
}

.const-progress .slider-arrow--prev.swiper-button-disabled:hover,
.const-progress .slider-arrow--next.swiper-button-disabled:hover {
	background-color: rgba(100, 119, 149, 0.76);
}


@media screen and (max-width: 425px) {

	.const-progress .slider-arrow--prev,
	.const-progress .slider-arrow--next {
		display: none;
	}

	.const-progress {
		margin: 0 -20px 40px -20px;
	}

	h2.const-progress__title,
	p.const-progress__subtitle,
	.const-progress__link {
		padding: 0 20px;
	}
}

/* End */


/* Start:/local/templates/devvesna.ru/components/bitrix/news.list/index_about/style.css?1636703202574*/
.b-readmore {
    padding: 0 0 0 0;
}
.b-readmore__link {
    color: #000;
    text-decoration: none;
}
.b-readmore__link:hover, .b-readmore__link:focus, .b-readmore__link:active {
    color: #4a4e64;
    text-decoration: none;
}
.b-readmore__open {
    display: inline-block;
}
.b-readmore__close {
    display: none;
}
.b-readmore--opened .b-readmore__open {
    display: none;
}
.b-readmore--opened .b-readmore__close {
    display: inline-block;
}

@media screen and (max-width: 999px) {

    .b-readmore {
        padding-top: 15px;
    }
}
/* End */


/* Start:/local/templates/devvesna.ru/components/bitrix/news.list/infra/style.css?16758279348168*/
.infra__map {
    background-color: #e8e8e8;
}

.infra {
    padding-top: 40px;
}

.infra__map {
    height: 489px;
    position: relative;
    left: -245px;
    top: 0;
    width: 100vw;
}

.infra__container .main-block__title {
    font-size: 60px;
    color: #4c4f63;
    font-weight: 100;
    margin-bottom: 40px;
}

@media screen and (max-width: 749px) {

    .infra__map {
        height: 250px;
    }

    .infra__container .main-block__title {
        font-size: 40px;
    }
}

.infra ul {
    margin: 0;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    align-items: center;
    background-color: #f9fafb;
    position: relative;
}

.infra ul:before {
    content: '';
    background-color: #f9fafb;
    position: absolute;
    left: -245px;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
}

@media screen and (max-width: 1680px) {

    .infra ul:before,
    .infra__map {
        left: -200px;
    }
}

@media screen and (max-width: 1440px) {

    .infra ul:before,
    .infra__map {
        left: -110px;
    }
}

@media screen and (max-width: 999px) {
    .infra ul {
        display: none;
    }
}

.infra ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.infra ul li:first-child a {
    padding-left: 25px;
}

@media screen and (max-width: 1480px) {
    .infra ul li:first-child a {
        padding-left: 10px;
    }
}

.infra ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 42px;
    padding: 0 10px 0 9px;
    border-radius: 25px;
}

.infra ul li a svg path {
    fill: #39405a;
}

.infra ul li a.all.active,
.infra ul li a.all:hover {
    background-color: #3f4b61;
    color: #ffffff;
}

.infra ul li a.all {
    height: 52px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ffffff;
}

@media screen and (max-width: 1480px) {
    .infra ul li a {
        padding: 0 10px;
        text-align: center;
    }
}

.infra ul li a:link, .infra ul li a:visited {
    text-decoration: none;
    font-size: 16px;
    color: #39405a;
    line-height: 1em;
}

.infra ul li a.active span, .infra ul li a:hover span {
    display: inline-block;
}


.infra ul li a.active span:first-child, .infra ul li a:hover span:first-child {
    background-color: #3f4b61;
}

.infra ul li a.active span:first-child svg path {
    fill: black;
    transition: .2s fill ease-in;
}

.infra ul li a.active span:first-child svg path, .infra ul li a:hover span:first-child svg path {
    fill: white;
}

.infra ul li a span:first-child {
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    transition: .2s background ease-in;
    padding: 10px;
}

@media screen and (max-width: 1480px) {
    .infra ul li a span:first-child {
        display: none;
    }
}

.infra__select {
    margin-bottom: 10px;
    padding: 0 10px;
}


.infra__select select {
    line-height: 48px;
    height: 48px;
    border: 2px solid #efeff4;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    width: 100%;
    outline: none;
}


.mobile_only {
    display: none;
}

@media screen and (max-width: 999px) {

    .infra__select {
        display: block;
        padding: 0;
    }

}

@media screen and (max-width: 749px) {
    .mobile_only {
        display: initial;
    }

    .infra__container .container {
        padding: 0;
    }

    .infra ul:before,
    .infra__map {
        left: -20px;
    }

    .infra__select select {
        margin-bottom: 20px;
    }
}

.popover {
    background-image: url("/local/templates/devvesna.ru/components/bitrix/news.list/infra/images/baloon-bg.png");
    width: 264px;
    height: 113px;
    position: relative;
}

.popover-content {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.popover a.close {
    position: absolute;
    color: #ffffff;
    text-decoration: none;
    right: -20px;
    font-size: 30px;
    font-weight: 500;
    top: -10px;
    display: flex;
    background-color: rgb(63 75 97 / 90%);
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    transition: .2s background-color linear;
}

.popover a.close:hover {
    background-color: rgb(63 75 97 / 100%);
}

.popover ul.popover-route {
    background: transparent;
    height: 54px;
    padding: 10px 20px 0 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.popover ul.popover-route li {
    color: #d3d3d3;
    position: relative;
    font-size: 14px;
}

.popover ul.popover-route li:before {
    content: '';
    position: absolute;
    filter: grayscale(1);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.popover ul.popover-route li.distance:before {
    width: 17px;
    height: 22px;
    background-image: url("/local/templates/devvesna.ru/components/bitrix/news.list/infra/images/icon_1.png");
}

.popover ul.popover-route li.distance {
    padding-left: 21px;
}

.popover ul.popover-route li.on-foot {
    padding-left: 14px;
}

.popover ul.popover-route li.by-car {
    padding-left: 25px;
}

.popover ul.popover-route li.on-foot:before {
    width: 10px;
    height: 20px;
    background-image: url("/local/templates/devvesna.ru/components/bitrix/news.list/infra/images/icon_2.png");
}

.popover ul.popover-route li.by-car:before {
    width: 21px;
    height: 15px;
    background-image: url("/local/templates/devvesna.ru/components/bitrix/news.list/infra/images/icon_3.png");
    transform: none;
    top: 0;
}

.popover ul.popover-route:before {
    content: none;
}

.popover-inner ymaps {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {

    .prop-select {
        line-height: 48px;
        height: 48px;
        border: 2px solid #efeff4;
        box-sizing: border-box;
        padding: 0 20px;
        font-size: 18px;
        width: 100%;
        outline: none;
        position: relative;
    }

    .prop-select:before {

        content: '';
        position: absolute; 
        width: 8px;
        height: 8px;
        border: 2px solid #374a62;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
        border-top: 0;
        border-left: 0;
    }

    .new-select__list {
        position: absolute;
        z-index: 100;
        background-color: white;
        width: 100%;
        left: 0;
        padding: 10px;
    }

    .new-select__item {
        line-height: 1.5em;
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .new-select__item svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        opacity: .7;
    }

    .infra__container {
        margin-bottom: 20px;
    }
}
/* End */
/* /local/templates/devvesna.ru/components/bitrix/news.detail/object_detail/style.css?17539510112220 */
/* /local/templates/devvesna.ru/components/luxar/super/vesenniy_banner_block/style.css?17713203384139 */
/* /local/templates/devvesna.ru/components/bitrix/news.list/const-progress/style.css?16618327981667 */
/* /local/templates/devvesna.ru/components/bitrix/news.list/index_about/style.css?1636703202574 */
/* /local/templates/devvesna.ru/components/bitrix/news.list/infra/style.css?16758279348168 */
