

/* 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?17546279254139*/
.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/luxar/super/catalog-pdf/style.css?17539354822604*/
.catalog-pdf {
  padding: 50px 0;
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 425px) {
  .catalog-pdf {
    padding: 20px 0 40px 0;
    min-height: auto;
  }
}
.catalog-pdf__content {
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.catalog-pdf__content .h1 {
  font-size: 70px;
  line-height: 1em;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .catalog-pdf__content .h1 {
    font-size: 40px;
  }
}
.catalog-pdf__content .h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background-color: #C7CDDA;
}
.catalog-pdf__text {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .catalog-pdf__text {
    font-size: 19px;
  }
}
.catalog-pdf__pics {
  width: 1920px;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: right;
  padding-right: 50px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .catalog-pdf__pics {
    padding-right: 200px;
  }
}
@media screen and (max-width: 425px) {
  .catalog-pdf__pics {
    width: calc(100% + 400px);
    height: 380px;
    position: relative;
    margin-left: -200px;
    margin-right: -200px;
    left: inherit;
    right: inherit;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.catalog-pdf__pics img {
  opacity: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 425px) {
  .catalog-pdf__pics img {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.catalog-pdf__control {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 425px) {
  .catalog-pdf__control {
    text-align: center;
    display: block;
  }
}
.catalog-pdf__control .btn {
  padding: 0 30px;
}
.catalog-pdf__control .btn span {
  display: flex;
  align-items: center;
}
.catalog-pdf__control .btn span svg {
  margin-right: 20px;
}
.catalog-pdf--full-width .catalog-pdf__pics {
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  width: 100vw;
}
.catalog-pdf--full-width .catalog-pdf__pics .show_catalog {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .catalog-pdf--full-width .catalog-pdf__pics .show_catalog {
    bottom: -30px;
    margin-bottom: 0;
  }
}
.catalog-pdf--full-width .catalog-pdf__pics a {
  max-width: 100%;
}
.catalog-pdf--full-width .catalog-pdf__pics a img {
  max-width: 100%;
}

/*# 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 */
/* /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?17546279254139 */
/* /local/templates/devvesna.ru/components/luxar/super/catalog-pdf/style.css?17539354822604 */
/* /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 */
