

/* Start:/local/templates/main/components/bitrix/news.list/banners/style.min.css?16987405912045*/
.trs{transition:all .3s}.object-slider{display:flex;height:666px}@media (max-width:991.98px){.object-slider{height:400px}}.object-slider .container{position:absolute;padding-top:120px;padding-bottom:40px;top:0;left:50%;z-index:2;transform:translateX(-50%);color:#fff;display:flex;justify-content:space-between}@media (max-width:991.98px){.object-slider .container{height:100%;padding-top:24px;padding-bottom:32px;top:0;flex-direction:column}}.object-slider__item-inner{position:relative;height:100%}.object-slider__item-inner::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.25;z-index:1}.object-slider__info{display:flex;flex-direction:column}.object-slider__info>*{max-width:372px}@media (max-width:991.98px){.object-slider__info>*{max-width:100%}}.object-slider__title{font-size:48px;font-weight:600;line-height:56px;text-transform:uppercase}@media (max-width:991.98px){.object-slider__title{font-size:32px}}@media (max-width:767.98px){.object-slider__title{font-size:24px}}.object-slider__text{margin-top:16px;font-size:20px;font-weight:400;line-height:28px}@media (max-width:767.98px){.object-slider__text{font-size:18px;line-height:25px}}.object-slider__btn{border-radius:20px;text-decoration:none;padding:16px 24px;background:#fc4c02;font-size:13px;font-weight:500;line-height:16px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;margin-top:32px;color:#fff;width:fit-content;width:-moz-fit-content}.object-slider__deadline{display:flex;align-items:center;height:fit-content;height:-moz-fit-content;justify-content:end}@media (max-width:991.98px){.object-slider__deadline{margin-top:32px}}.object-slider__deadline-icon{border-radius:100px;background:#fbe116;width:56px;height:56px;display:flex;justify-content:center;align-items:center;margin-right:16px}.object-slider__deadline-icon svg{width:32px;height:32px}.object-slider__deadline-text{color:#fff;font-size:16px;font-weight:400;line-height:24px}.object-slider img{width:100%;object-fit:cover;height:100%}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.filter/.default/style.css?17061301492039*/
/* main colors */
/* mediaqueries */
.trs {
  transition: all 0.3s;
}
.search-filter {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #252528;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .search-filter {
    flex-direction: column;
    padding-top: 40px;
  }
}
.search-filter__block {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .search-filter__block {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .search-filter__block:last-child {
    margin-bottom: 0;
  }
}
.search-filter .search-filter__radio {
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: flex;
  cursor: pointer;
}
.search-filter .search-filter__radio:last-child {
  margin-right: 0;
}
.search-filter .search-filter__radio span {
  height: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #D9D9D9;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.search-filter .search-filter__radio input {
  height: 0px;
  width: 0px;
  opacity: 0;
  padding: 0;
}
.search-filter .search-filter__radio input:checked ~ span {
  border: 2px solid #FC4C02;
}
.search-filter__prices {
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  height: 48px;
  border-radius: 24px;
}
.search-filter__prices .search-filter__input:first-child {
  border-right: 1px solid #D9D9D9;
}
.search-filter__input {
  padding: 9px 12px;
  display: flex;
  align-items: center;
}
.search-filter__input input {
  border: none;
  outline: none;
  color: #252528;
  width: 90px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 0;
}
.search-filter__input input::placeholder {
  color: #D9D9D9;
}
.search-filter input[type="submit"] {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/rootmedia/super.d7/object-about/style.min.css?16999739103154*/
.trs{transition:all .3s}.object-about{margin-top:80px}@media (max-width:991.98px){.object-about{margin-top:48px}.object-about .container{padding-left:0;padding-right:0}}.object-about__inner{background:#fff;display:flex;justify-content:space-between}@media (max-width:991.98px){.object-about__inner{flex-direction:column-reverse;padding:40px 1rem}}.object-about__left{width:calc(50% - 56px);display:flex;flex-direction:column}@media (max-width:991.98px){.object-about__left{width:100%;margin-top:12px}}.object-about__img{border-radius:20px;overflow:hidden;height:100%}@media (max-width:991.98px){.object-about__img{width:100%}}.object-about__img img{display:block;width:100%;height:100%;object-fit:cover}.object-about__info{width:50%}@media (max-width:991.98px){.object-about__info{width:100%}}.object-about__info-block{margin-top:32px;display:flex;flex-wrap:wrap;width:100%}.object-about__info-item{width:calc((100%/2) - 40px);margin:0 40px 40px 0}@media (max-width:991.98px){.object-about__info-item{width:calc((100%/2) - 24px);margin:0 24px 24px 0}}.object-about__info-title{font-weight:700;font-size:32px;line-height:100%;color:#019846;margin-bottom:4px;white-space:nowrap}@media (max-width:991.98px){.object-about__info-title{font-size:24px}}.object-about__info-text{font-weight:500;font-size:16px;line-height:150%;color:#646464;white-space:nowrap}@media (max-width:991.98px){.object-about__info-text{white-space:initial}}.object-about__title{font-size:48px;font-weight:600;line-height:56px;text-transform:uppercase;color:#252528;display:inline-block}.object-about__text{margin-top:48px;color:#646464;font-size:16px;font-weight:400;line-height:24px}@media (max-width:991.98px){.object-about__text{margin-top:24px}}.object-about__actions{display:flex;justify-content:space-between;align-items:center;margin-top:26px}.object-about__link{font-size:13px;font-weight:500;line-height:16px;text-transform:uppercase;border:2px solid #fc4c02;border-radius:20px;padding:14px 24px;text-decoration:none;color:#252528}@media (max-width:479.98px){.object-about__link{display:none}}.object-about__btn{padding:12px 24px;width:100%;display:flex;justify-content:space-between;color:#fff;background:#019846;border-radius:100px;cursor:pointer;text-decoration:none}.object-about__btn+a{margin-left:16px}.object-about__btn-text{padding-right:6px;font-weight:400;font-size:16px;line-height:150%}@media (max-width:479.98px){.object-about__btn-text{font-size:13px;line-height:110%}}.object-about__to-map{display:flex;align-items:center;padding-left:32px;border-left:2px solid #4db77d;font-size:13px;font-weight:500;line-height:16px;text-transform:uppercase;white-space:nowrap}.object-about__gallery{margin-top:120px;display:flex;overflow:hidden}@media (max-width:991.98px){.object-about__gallery{margin-top:64px}}.object-about__gallery-slide{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.object-about__gallery img{width:auto;height:440px!important;object-fit:cover}@media (max-width:991.98px){.object-about__gallery img{height:300px!important}}@media (max-width:767.98px){.object-about__gallery img{height:220px!important}}
/* End */


/* Start:/local/templates/main/components/skyweb24/interactivepictures/.default/style.min.css?17012717112697*/
@keyframes rotating{to{transform:rotate(360deg)}}.trs{transition:all .3s}.apartment-choice{margin-top:120px}@media (max-width:767.98px){.apartment-choice{margin-top:80px}}.apartment-choice__inner{margin-top:40px;position:relative;overflow:hidden}@media (max-width:767.98px){.apartment-choice__inner{margin:24px -1rem}}.apartment-choice__inner._loading:after,.apartment-choice__inner._loading:before{content:"";position:absolute;border-radius:50%;box-sizing:border-box;width:100px;height:100px;top:calc(50% - 50px);left:calc(50% - 50px)}.apartment-choice__inner._loading:after{border-top:3px solid #019846;animation:rotating 1s ease-in-out infinite;-webkit-font-smoothing:antialiased}.apartment-choice__inner._loading:before{border:3px solid #dcdcdc}.apartment-choice__floor .imp-tooltip{right:10%!important;bottom:17%!important;left:initial!important;top:initial!important;pointer-events:none}@media (max-width:479.98px){.apartment-choice__floor .imp-zoom-wrap{height:288px}.apartment-choice__floor .imp-main-image{object-fit:cover}}.hs-poly-svg foreignObject{pointer-events:none}.imp-tooltip{background:#fff!important;box-shadow:0 2px 15px rgba(0,0,0,.1)!important;border-radius:8px!important;padding:16px 24px;width:260px!important}.imp-tooltip .imp-tooltip-plain-text{color:#252528!important}.hs-arrow.hs-arrow-bottom,.imp-ui{display:none!important}.object-tooltip{color:#252528}.object-tooltip__title{font-weight:700;font-size:35px;line-height:115%}.object-tooltip__count{color:#019846;font-weight:500;font-size:16px;line-height:150%;margin-top:8px}.object-tooltip__rooms{margin-top:16px;padding:16px 0 0;border-top:1px solid #d6d6d6}.object-tooltip__rooms-item{margin-bottom:8px;display:flex;justify-content:space-between}.object-tooltip__room{font-weight:700;font-size:16px;line-height:150%}.object-tooltip__price{font-weight:500;font-size:14px;line-height:150%;color:#646464}.floor-list{position:absolute;top:0;left:0;padding:16px 32px 16px 16px;display:flex;flex-direction:column;height:100%;overflow:auto;z-index:3;background:rgba(0,0,0,.7);transform:translateX(-100%);transition:all .3s}.floor-list.active{transform:translateX(0)}.floor-list__item{background:#fff;border-radius:12px;padding:8px 12px;font-size:16px;display:flex;justify-content:space-between;align-items:center;color:#252528;margin-bottom:6px;text-decoration:none;border:1px solid #d9d9d9;width:186px}.floor-list__item span{color:#019846}.floor-list-btn{display:none!important}@media (max-width:991.98px){.floor-list-btn{display:flex!important;justify-content:center;align-items:center;position:absolute!important;right:0;bottom:0;margin:16px;z-index:2;background:#fff;border-radius:12px;padding:8px 12px;font-size:16px}}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/object-gallery/style.css?17464659172422*/
/* main colors */
/* mediaqueries */
.trs {
  transition: all 0.3s;
}
.object-gallery {
  margin-top: 120px;
margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .object-gallery {
    margin-top: 80px;
  }
}
.object-gallery a {
  color: #252528;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.object-gallery__list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 325px 325px 504px;
  padding-bottom: 10px;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .object-gallery__list {
    overflow: auto;
    grid-template-rows: 180px 180px 260px;
  }
}
@media (max-width: 767.98px) {
  .object-gallery__list {
    margin-top: 24px;
    grid-template-rows: 140px 140px 220px;
    gap: 8px;
  }
}
.object-gallery__list.hide-items + .object-gallery__btn-show {
  display: flex !important;
}
.object-gallery__list.hide-items .object-gallery__item:nth-child(n+6) {
  display: none !important;
}
.object-gallery__btn-show {
  display: none !important;
  margin: 16px auto 0 auto;
}
.object-gallery__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.object-gallery__tab {
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  border: 2px solid #D9D9D9;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.object-gallery__tab.active {
  border: 2px solid #FC4C02;
}
.object-gallery__item {
  display: none;
}
.object-gallery__item.active {
  display: block;
}
.object-gallery__item.active:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.object-gallery__item.active:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
}
.object-gallery__item.active:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
}
.object-gallery__item.active:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
.object-gallery__item.active:nth-child(5) {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
}
.object-gallery__item-inner {
  display: flex;
  flex-direction: column;
}
.object-gallery__item:hover .object-gallery__date {
  color: #019846;
}
.object-gallery__img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/promo/style.min.css?17029757901871*/
.trs{transition:all .3s}.promo-section{margin-top:120px}@media (max-width:991.98px){.promo-section{margin-top:72px}}@media (max-width:767.98px){.promo-section{margin-top:64px}}.promo-section__head{display:flex;justify-content:space-between;align-items:center}.promo-section__head-link{font-size:13px;font-weight:500;line-height:16px;background:#ffac00;color:#252528;padding:16px 24px;border-radius:20px;text-transform:uppercase}.promo-section a{text-decoration:none}.promo-section__list{margin-top:40px;display:flex;flex-wrap:wrap;width:calc(100% + 30px)}@media (max-width:767.98px){.promo-section__list{margin-top:24px;width:100%}}.promo-section__item{position:relative;overflow:hidden;display:flex;justify-content:space-between;flex-direction:column;background:#fc4c02;color:#fff;border-radius:16px;height:280px;padding:32px;margin:0 30px 30px 0;width:calc(100%/2 - 30px)}@media (max-width:767.98px){.promo-section__item{padding:24px;margin:0 0 24px;width:100%;height:240px}}.promo-section__item._green{background:#019846}.promo-section__item-title{font-size:32px;font-weight:500;line-height:40px;z-index:1}@media (max-width:767.98px){.promo-section__item-title{font-size:28px;line-height:36px}}.promo-section__item-title span{color:#646464;font-weight:500;font-size:16px;line-height:150%;display:block;margin-top:8px}.promo-section__item-bg{position:absolute;right:0;bottom:0;height:auto;max-width:70%;z-index:0}.promo-section__item-bg--full-width{height:100%;width:100%;max-width:100%;object-fit:cover}.promo-section__item-bottom{display:flex;justify-content:space-between;align-items:end;z-index:1}.promo-section__item-btn{font-size:13px;font-weight:500;line-height:16px;text-transform:uppercase;padding:16px 24px;border-radius:20px;background:#fff;color:#252528}.promo-section__item-icon{width:72px}@media (max-width:767.98px){.promo-section__item-icon{width:54px}}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/object-advantages/style.min.css?16987405911461*/
.trs{transition:all .3s}.object-advantages{margin-top:120px;background:#f0f1f6;padding-top:80px;overflow:hidden}@media (max-width:767.98px){.object-advantages{margin-top:30px;padding-top:40px;padding-bottom:32px}}.object-advantages__list{margin-top:40px;display:flex;flex-wrap:wrap;width:calc(100% + 48px)}@media (max-width:767.98px){.object-advantages__list{width:100%}}.object-advantages__item{display:flex;flex-direction:column;width:calc(100%/3 - 48px);margin:0 48px 40px 0}@media (max-width:991.98px){.object-advantages__item{width:calc(100%/2 - 48px)}}@media (max-width:767.98px){.object-advantages__item{margin:0 0 40px;width:100%}}.object-advantages__item-head{display:flex;align-items:center}.object-advantages__item-head img{margin-right:24px;height:64px;width:64px}@media (max-width:767.98px){.object-advantages__item-head img{margin-right:16px}}.object-advantages__item-head span{font-size:20px;font-weight:500;line-height:28px}@media (max-width:767.98px){.object-advantages__item-head span{font-size:18px}}.object-advantages__item-text{margin-top:16px;font-size:16px;font-weight:400;line-height:24px;color:#646464}@media (max-width:767.98px){.object-advantages__item-text{margin-top:8px}}.object-advantages__btn-more{margin:0 auto}@media (max-width:767.98px){.object-advantages__btn-more{padding:21px;background:#fbe116;color:#252528;font-weight:700;font-size:13px;line-height:100%;width:100%;margin-top:-8px;border-radius:100px;text-align:center}}
/* End */


/* Start:/local/templates/main/components/rootmedia/main.feedback/booking-flat/style.min.css?16987405911263*/
.trs{transition:all .3s}.excursion-form{margin-top:120px;padding:72px 0 99px;background-size:cover;background-repeat:no-repeat}@media (max-width:767.98px){.excursion-form{margin-top:48px;padding:48px 0 64px}}.excursion-form h2{color:#fff;font-weight:700;font-size:53px;line-height:115%;display:flex;flex-wrap:wrap}@media (max-width:767.98px){.excursion-form h2{font-size:32px}}.excursion-form h2 p{font-weight:700;margin-right:6px;color:#fbe116}.excursion-form .small-form__btn{background:#fbe116}.excursion-form .custom-checkbox{color:#fff}.excursion-form .custom-checkbox__checkmark{border-color:#fff}.api-mf-antibot{border:0!important;font-size:0!important;height:0!important;line-height:0!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;width:0!important}.callback-form{padding:56px;background-color:#f0f1f6}@media (max-width:767.98px){.callback-form{padding:24px}}.callback-form .small-form__input{background:#d9d9d9}.callback-form h2{font-size:40px;font-style:normal;font-weight:600;line-height:61px;color:#fc4c02;display:flex;flex-wrap:wrap;text-transform:uppercase}@media (max-width:767.98px){.callback-form h2{font-size:32px;line-height:50px}}.callback-form h2 p{margin-right:6px;color:#646464;font-weight:600}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/build-progress/style.min.css?16987405912148*/
.trs{transition:all .3s}.build-progress{margin-top:120px}@media (max-width:991.98px){.build-progress{margin-top:72px}}@media (max-width:767.98px){.build-progress{margin-top:64px}}.build-progress__inner{display:flex;justify-content:space-between;margin-top:56px}@media (max-width:767.98px){.build-progress__inner{margin-top:32px}}.build-progress__bar{margin-right:112px;position:relative;width:259px;height:425px;min-width:259px}@media (max-width:991.98px){.build-progress__bar{display:none}}.build-progress__bar-bg{position:absolute;left:50%;bottom:71px;transform:translateX(-50%);width:152px;height:326px;background:#f0f1f6}.build-progress__bar-color{position:absolute;left:0;width:100%;bottom:0;background:#ffac00}.build-progress__bar-text{position:absolute;left:0;top:120px;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-size:16px;font-weight:500;line-height:24px;z-index:3}.build-progress__bar-text span{font-size:48px;font-weight:600;line-height:56px;text-transform:uppercase}.build-progress__bar img{position:relative;z-index:2;width:100%;height:100%;display:block}.build-progress__slide{min-width:240px}.build-progress__slide-img{overflow:hidden;border-radius:0 0 20px 20px;height:384px;width:100%}@media (max-width:767.98px){.build-progress__slide-img{height:280px}}.build-progress__slide-img img{display:block;width:100%;height:100%;object-fit:cover}.build-progress__slide-name{font-size:16px;font-weight:400;line-height:24px;margin-top:24px;text-align:center;color:#252528}.build-progress a{text-decoration:none}.build-progress .swiper-button-next{right:0}.build-progress .swiper-button-prev{left:0}.build-progress .swiper-button-next,.build-progress .swiper-button-prev{color:#fff;background:#ffac00;width:38px;height:46px;-webkit-box-shadow:0 1px 12px 4px rgba(0,0,0,.2);-moz-box-shadow:0 1px 12px 4px rgba(0,0,0,.2);box-shadow:0 1px 12px 4px rgba(0,0,0,.2)}.build-progress .swiper-button-next.swiper-button-disabled,.build-progress .swiper-button-prev.swiper-button-disabled{opacity:0}.build-progress .swiper-button-next:after,.build-progress .swiper-button-prev:after{font-size:26px;font-weight:600}
/* End */


/* Start:/local/templates/main/components/rootmedia/super.d7/object-documents/style.min.css?16987405911205*/
.trs{transition:all .3s}.object-documents{margin-top:120px}@media (max-width:767.98px){.object-documents{margin-top:64px}}.object-documents__inner{background-repeat:no-repeat;background-size:cover;background-position:center;min-height:640px}@media (max-width:991.98px){.object-documents__inner{min-height:500px}}.object-documents__list{margin-top:40px;display:flex;flex-wrap:wrap;flex-direction:column;width:100%;padding:80px 0}@media (max-width:991.98px){.object-documents__list{padding:40px 0}}@media (max-width:767.98px){.object-documents__list{margin-top:24px;width:100%}}.object-documents__item{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#fff;padding:16px 48px;background:rgba(0,0,0,.4);border-radius:16px;margin:0 0 40px;width:fit-content;width:-moz-fit-content}@media (max-width:767.98px){.object-documents__item{margin:0 0 24px;width:100%}}.object-documents__item-text{font-size:16px;font-weight:400;line-height:24px;margin-right:24px}.object-documents__item-icon{display:flex;justify-content:center;align-items:center;background:#fbe116;border-radius:100%;min-width:48px;height:48px;width:48px}.object-documents__item-icon svg{height:24px;width:24px}
/* End */
/* /local/templates/main/components/bitrix/news.list/banners/style.min.css?16987405912045 */
/* /local/templates/main/components/bitrix/catalog.filter/.default/style.css?17061301492039 */
/* /local/templates/main/components/rootmedia/super.d7/object-about/style.min.css?16999739103154 */
/* /local/templates/main/components/skyweb24/interactivepictures/.default/style.min.css?17012717112697 */
/* /local/templates/main/components/bitrix/news.list/object-gallery/style.css?17464659172422 */
/* /local/templates/main/components/bitrix/news.list/promo/style.min.css?17029757901871 */
/* /local/templates/main/components/bitrix/news.list/object-advantages/style.min.css?16987405911461 */
/* /local/templates/main/components/rootmedia/main.feedback/booking-flat/style.min.css?16987405911263 */
/* /local/templates/main/components/bitrix/news.list/build-progress/style.min.css?16987405912148 */
/* /local/templates/main/components/rootmedia/super.d7/object-documents/style.min.css?16987405911205 */
