

/* Start:/local/templates/.default/components/bitrix/news.list/first-screen-slider/style.css?173979203814421*/
.first-screen-slider .swiper-lazy {
  background-color: transparent;
  position: relative;
  z-index: 3;
}

.custom-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.custom-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.custom-banner__about,
.custom-banner__box,
.custom-banner__line {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.custom-banner__box,
.custom-banner__box ~ .custom-banner__btn {
  transform: translateY(3vh);
}

.custom-banner__line, 
.custom-banner__line ~ .custom-banner__btn {
  transform: translateY(7vh);
}

.custom-banner__box {
  padding-bottom: 15px;
}

.custom-banner__about .wrap,
.custom-banner__box .wrap,
.custom-banner__line .wrap {
  width: 100%;
}

.custom-banner__about-content {
  width: 755px;
}

.custom-banner__line-content {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.custom-banner__line-content::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 90vw;
  -webkit-transform: translateX(-20vw);
      -ms-transform: translateX(-20vw);
          transform: translateX(-20vw);
  top: 0;
  right: 0;
  border-radius: 20px;
  background: #FFF;
}

.custom-banner__about-title {
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 20px;
  background: #FFF;
  padding: 18px 10px;
  color: #E53F25;
  font-size: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 5;
}

.custom-banner__about-price {
  border-radius: 20px;
  background: rgba(229, 63, 37, 0.85);
  padding: 34px 10px 14px;
  margin-top: -34px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 90px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.custom-banner__box-title {
  color: #FFF;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.45);
  font-size: 130px;
  font-style: normal;
  font-weight: 800;
  line-height: 0.7;
  font-family: Montserrat;
}

.custom-banner__box-title:not(:last-child) {
  margin-bottom: 40px;
}

.custom-banner__line-title {
  color: #E53F25;
  font-size: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  z-index: 3;
  margin: 0;
}

.custom-banner__line-title span {
  color: #000;
  font-weight: 500;
}

.custom-banner__box-info {
  border-radius: 39px;
  background: rgba(229, 63, 37, 0.85);
  padding: 35px 76px;
  margin-left: -76px;
  width: 836px;
  height: 354px;
  max-width: 100%;
}

.custom-banner__box-text {
  color: #FFF;
  font-size: 55px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.custom-banner__box-text:not(:last-child) {
  margin-bottom: 25px;
}

.custom-banner__btn {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 11;
  top: 55vh;
}

.custom-banner__about ~ .custom-banner__btn {
  left: 5vw;
  top: 60vh;
}

.custom-banner__btn a {
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-decoration: none;
  border: none;
  padding: 40px;
  height: auto;
}

.custom-banner__btn--glass a {
  background: rgba(53, 53, 53, 0.35);
  color: #fff;
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.custom-banner__btn a:hover {
  color: #fff;
}

.custom-banner__info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-banner__info span {
  font-size: 7px;
  font-weight: normal;
}

.first-screen-wrap .btn-transparent {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  height: auto;
  margin-bottom: 15px !important;
}

.first-screen-wrap .btn-transparent span {
  font-weight: 700;
  color: #fff;
}

.first-screen-wrap--smaller {
  max-width: 1200px;
  left: 50% !important;
  transform: translateX(-50%);
}
.first-screen-wrap--smaller .letters,
.first-screen-wrap--smaller .page-title,
.first-screen-wrap--smaller .first-screen-info,
.first-screen-wrap--smaller .btns  {
  margin-left: 0 !important;
  text-align: left;
}
.first-screen-wrap--smaller .page-title {
  /* max-width: 700px !important; */
  max-width: 600px !important;
  line-height: 111% !important;
}
.first-screen-wrap--smaller .page-title h1, .first-screen-wrap--smaller .page-title .h1 {
  font-size: 50px !important;
  text-shadow: 6px 6px 20px rgba(0, 0, 0, 0.80) !important;
}
.first-screen-wrap--smaller .first-screen-info {
  max-width: 665px !important;
  font-size: 20px !important;
  line-height: 118% !important;
}
.first-screen-wrap--smaller .first-screen-info:not(:last-child) {
  margin-bottom: 0;
}
.first-screen-wrap--smaller .btns:not(:first-child) {
  margin-top: 50px;
}

.gallery-section--fullscreen .first-screen-slider.--flats .swiper-lazy {
  background-position: 50% 75%;
}

@media screen and (min-width: 1921px) {
  .custom-banner__line-content::before {
    -webkit-transform: translateX(-10vw);
        -ms-transform: translateX(-10vw);
            transform: translateX(-10vw);
  }

  .custom-banner__btn {
    top: 52vh;
  }
}

@media screen and (max-width: 1399px) {
  .first-screen-wrap--smaller {
    padding-top: 100px !important;
    padding-left: 85px;
    padding-right: 85px;
  }
  .first-screen-wrap--smaller .page-title h1, .first-screen-wrap--smaller .page-title .h1 {
    font-size: 50px !important;
  }
  .first-screen-wrap--smaller .first-screen-info {
    font-size: 16px;
  }
  .first-screen-wrap--smaller .first-screen-info:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .first-screen-wrap--smaller .page-title {
    max-width: 700px !important;
  }
  .first-screen-wrap--smaller .page-title h1, .first-screen-wrap--smaller .page-title .h1 {
    font-size: 50px !important;
  }
  .first-screen-wrap--smaller .first-screen-info {
    max-width: 540px !important;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1299px) {
  .first-screen-wrap--smaller .page-title {
    max-width: 500px !important;
  }
  .first-screen-wrap--smaller .page-title h1, .first-screen-wrap--smaller .page-title .h1 {
    font-size: 44px !important;
  }
  .first-screen-wrap--smaller .first-screen-info {
    max-width: 440px !important;
    font-size: 14px !important;
    /* 57
    197
    12 */
  }
}
@media screen and (max-width: 1025px) {
  .first-screen-wrap--smaller .first-screen-info {
    max-width: 100% !important;
    /* 57
    197
    12 */
  }
}


@media (min-width: 992px) and (max-width: 1299px) and (max-height: 720px) {
  .gallery-section--fullscreen .first-screen-slider.--flats .swiper-lazy {
    background-position: 50% 90%;
  }
}

@media screen and (max-width: 1025px) {
  .first-screen-wrap--smaller .letters {
    flex: 1 1 auto !important;
  }
  .first-screen-wrap--smaller .page-title h1, .first-screen-wrap--smaller .page-title .h1 {
    font-size: 50px !important;
  }
  .first-screen-wrap--smaller .first-screen-info {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1025px) and (max-width: 1399px) {
  .first-screen-wrap--smaller .screen-bottom .btn {
    max-width: 320px;
  }
}

@media (min-width: 901px) and (max-width: 1920px) and (max-height: 1100px) {
  .custom-banner__box {
    padding-bottom: 1.5vh;
  }

  .custom-banner__about-content {
    width: 77.12vh;
  }

  .custom-banner__line-content {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .custom-banner__about-title {
    padding: 1.84vh 1.02vh;
    font-size: 5.12vh;
  }
  
  .custom-banner__about-price {
    padding: 3.47vh 1.02vh 1.43vh;
    margin-top: -3.47vh;
    font-size: 9.19vh;
  }

  .custom-banner__box-title {
    font-size: 13vh;
  }

  .custom-banner__line-title {
    font-size: 5.12vh;
  }

  .custom-banner__box-info {
    padding: 3.58vh 7.92vh;
    margin-left: -7.92vh;
    width: 85.39vh;
    height: 36.16vh;
  }

  .custom-banner__box-text {
    font-size: 5.62vh;
  }

  .custom-banner__box-text:not(:last-child) {
    margin-bottom: 2.55vh;
  }

  .custom-banner__btn a {
    font-size: 3.06vh;
    padding: 4.09vh;
  }

  .first-screen-wrap .btn-transparent {
    padding-top: 2.04vh;
    padding-bottom: 2.04vh;
    margin-bottom: 1.53vh !important;
  }
}

@media (min-width: 901px) and (max-width: 1300px) and (max-height: 800px) {
  .custom-slide__bg {
    background-position: 50% -10% !important;
  }

  .custom-banner__box, 
  .custom-banner__box ~ .custom-banner__btn {
    transform: translateY(7vh);
  }

  .custom-banner__box {
    padding-bottom: 1.5vh;
  }

  .custom-banner__line-content {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .custom-banner__box-title {
    font-size: 10vh;
  }

  .custom-banner__line-title {
    font-size: 5.12vh;
  }

  .custom-banner__box-info {
    padding: 2.58vh 10.92vh;
    margin-left: -10.92vh;
    width: 73.39vh;
    height: 28.16vh;
  }

  .custom-banner__box-text {
    font-size: 4.62vh;
  }

  .custom-banner__box-text:not(:last-child) {
    margin-bottom: 2.55vh;
  }

  .custom-banner__btn {
    top: 53vh;
  }

  .custom-banner__btn a {
    font-size: 2.06vh;
    padding: 3.09vh;
  }

  .first-screen-wrap .btn-transparent {
    padding-top: 2.04vh;
    padding-bottom: 2.04vh;
    margin-bottom: 1.53vh !important;
  }
}

@media screen and (max-width: 1025px) {
  .first-screen-slider .swiper-slide:before {
    height: 125px !important;
  }

  .first-screen-slider .swiper-slide:after {
    height: 274px !important;
  }

  .custom-banner__box {
    transform: translateY(-10%);
  }

  .custom-banner__box ~ .custom-banner__btn {
    transform: none;
  }

  .custom-banner__box-title {
    font-size: 42px;
  }

  .custom-banner__box-title:not(:last-child) {
    margin-bottom: 20px;
  }

  .custom-banner__box-info {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    border-radius: 10px;
    width: 300px;
  }

  .custom-banner__box-text {
    font-size: 20px;
  }

  .custom-banner__about {
    height: auto;
    width: auto;
    left: auto;
    right: 15px;
    top: 80px;
    /* z-index: 11; */
  }

  .custom-banner__about .wrap {
    padding: 0;
  }

  .custom-banner__about-content {
    width: auto;
  }

  .custom-banner__about-title {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 14px;
  }

  .custom-banner__about-price {
    margin-top: -30px;
    font-size: 24px;
    padding: 34px 10px 8px;
    border-radius: 10px;
  }

  .custom-banner__line {
    height: auto;
    width: auto;
    left: auto;
    right: 15px;
    top: 80px;
    z-index: 11;
  }

  .custom-banner__line, 
  .custom-banner__line ~ .custom-banner__btn {
    transform: none;
  }

  .custom-banner__line-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-banner__line-content::before {
    content: none;
  }

  .custom-banner__line-title {
    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;
    color: #FFF;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 27px;
  }

  .custom-banner__line-title span {
    font-size: 22px;
    text-shadow: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    background: #E53F25;
  }

  .custom-banner__bg ~ .wrap .first-screen-wrap.estate-page .screen-bottom .btn {
    padding: 0 10px;
  }

  .first-screen-wrap--smaller {
    padding-top: 100px !important;
    padding-bottom: 35px !important;
  }
  .first-screen-wrap--smaller .page-title,
  .first-screen-wrap--smaller .first-screen-info {
    text-align: center;
  }
  .first-screen-wrap--smaller .page-title {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: auto !important;
  }
  .first-screen-wrap--smaller .screen-bottom .btn {
    min-height: 46px !important;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  .first-screen-wrap--smaller .page-title h1, .first-screen-wrap--smaller .page-title .h1 {
    font-size: 36px !important;
    line-height: 130% !important;
  }
  .first-screen-wrap--smaller {
    padding-top: 80px !important;
    padding-bottom: 10px !important;
  }
}

.additional-text{
  text-align: center;
  position:absolute;
  width:100%;
  bottom:15px;
  color: #fff;
  font-size: 1.4vh;
  z-index:1000;
  opacity: .7;
  max-width: 1200px;
  left: 50% !important;
  transform: translateX(-50%);
}

@media screen and (max-width: 1025px) {
  .additional-text{
    bottom:10px;
    font-size: 1vh;
  }

}
/* End */


/* Start:/local/media/estate-3d/css/style.css?172501067024198*/
.breadcrumbs {
    position: absolute;
    left: 32px;
    top: 24px;
    height: 48px; 
    overflow: hidden;
    z-index: 3;
}
.breadcrumbs ol,
.breadcrumbs ol li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.breadcrumbs ol li:before {
    content: none;
} 
.breadcrumbs ol li a {
    border: 0;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #2d3741;
}
.btn--sm>.btn__content {
    margin-top: 0;
    padding-top: 0;
    height: 24px;
}
.breadcrumbs ol li a .btn.btn--square {
    padding: 0;
    width: 24px;
    height: 24px;
    background: #1c9673;
    color: #fff;
    border: 0;
}
.breadcrumbs__item {
    display: block;
    position: relative;
    padding: 8px 10px 8px 0;
    transition-property: color;
    margin-left: 16px;
}
.plan-label,
.animation--fade-in, .animation--fade-out, .animation--height, .animation--lightbox-in, .animation--lightbox-in .lightbox__background, .animation--lightbox-in .lightbox__close, .animation--lightbox-in .lightbox__scroller, .animation--lightbox-out, .animation--lightbox-out .lightbox__background, .animation--lightbox-out .lightbox__close, .animation--lightbox-out .lightbox__scroller, .animation--tabs-in, .animation--tabs-out, .animation--tooltip-in, .animation--tooltip-in .plan-tooltip__content, .btn, .btn.icon, .btn:after, .btn:before, .form-control--float .form-label, .form-control--input input, .form-control--select select, .form-control--textarea textarea, .form-control-checkbox__icon, .form-control-checkbox__icon:before, .icon, .plan-area__svg__hoverable, .plan-marker, .plan-tooltip--animated .plan-tooltip__content, .plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__sub-title, .plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__title, .plan-tooltip--hoverable .plan-tooltip__content, .plan-tooltip--plain .plan-tooltip__content, .plan-tooltip--synced, .plan-tooltip__content:before, a, button, input[type=submit] {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
}

.plan-area__svg__hoverable--disabled {
    opacity: .5!important;
    pointer-events: none!important;
}
.is-invisible,.js .is-invisible--js {
    opacity: 0;
    pointer-events: none
}
.main-content, .plan-area, .plan-area__content {
    position: relative;
}
.plan-area {
    /*min-height: calc(100vh - 160px);*/
    padding-bottom: 0;
    width: 100%;
}
.plan-area__image {
    display: block
}

.plan-area__image img {
    display: block;
    width: 100%;
    height: auto
}

.plan-area__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.plan-area__svg * {
    pointer-events: none
}

.plan-area__svg .plan-area__svg__hoverable,
.plan-area__svg .plan-area__svg__hoverable *,
.plan-area__svg g {
    pointer-events: auto;
    pointer-events: unset
}

.plan-area__svg__anchor {
    opacity: 0 !important;
}

.plan-area__svg__hoverable {
    fill: #000;
    transition-property: opacity;
    opacity: 0;    
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
}
@media screen and (max-width: 900px) {
    .plan-area__svg__hoverable {
        fill: #1e9473;
    }
    .plan-area__svg__hoverable--disabled,
    .plan-area__svg__hoverable--sold {
        fill: #000;
    }
}
.plan-area__svg__hoverable--active,
.plan-area__svg__hoverable.-active,
.plan-area__svg__hoverable:hover {
    opacity: .5
}

.plan-area__svg__hoverable--static:hover {
    opacity: 0 !important;
}

.fancybox-container .plan-area__svg .plan-area__svg__hoverable {
    fill: #199473;
}

.fancybox-container .plan-area__svg .plan-area__svg__hoverable-dark {
    opacity: 0.5 !important;
    fill: #000;
}
.fancybox-container .plan-area__svg .plan-area__svg__hoverable-dark:active {
    pointer-events: none;
}

.plan-area-text {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 16px 0;
    text-align: center
}

.plan-area-text .h1,.plan-area-text h1,.plan-area-text p {
    margin-top: .8rem;
    margin-bottom: .8rem
}

.plan-area-text .h1:first-child,.plan-area-text h1:first-child,.plan-area-text p:first-child {
    margin-top: 0
}

.plan-area-text .h1:last-child,.plan-area-text h1:last-child,.plan-area-text p:last-child {
    margin-bottom: 0
}

/* .plan-area-compass {
    position: absolute;
    right: 16px;
    bottom: 16px
}

.plan-area-compass img {
    display: block
}

.compass {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    font-size: 11px;
}

.compass--light {
    color: #2d3741;
    background-color: #fff
}

.compass--light .compass__dotted {
    fill: #8d8e8e
}

.compass--dark {
    color: #fff;
    background-color: rgba(45,55,65,.8)
}

.compass--dark .compass__dotted {
    fill: #f4f4f4;
    opacity: .5
}

.compass svg {
    position: absolute;
    top: 0;
    left: 0
}

.compass__rotate {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(var(--direction))
}

.compass__text {
    position: absolute
}

.compass__text span {
    --direction-back:calc(var(--direction)*-1);display: block;
    transform: rotate(var(--direction-back))
}

.compass__text--north {
    left: 50%;
    top: 7px;
    transform: translateX(-50%)
}

.compass__text--west {
    top: 50%;
    left: 11px;
    transform: translateY(-50%)
}

.compass__text--east {
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
} */

.plan-marker {
    display: block;
    margin: 0;
    border-radius: 4px;
    min-width: 43px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    cursor: default;
    color: #2d3741;
    text-align: center;
    background: #fff;
    transition-property: color,background-color,opacity;
}

.plan-area__content--flats .plan-marker {
    background: #1c9673;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.plan-marker__content {
    display: block;
    padding: 6px 11px;
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 1399px) {
    .plan-marker__content {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 992px) {
    .plan-marker__content {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 565px) {
    .plan-marker__content {
        font-size: 8px !important;
        padding: 3px 6px !important;
    }
}

.plan-marker__description {
    position: absolute;
    bottom: 100%;
    left: 50%;
    white-space: nowrap;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 8px;
    text-shadow: 0 0 6px #000;
    font-weight: 400;
    font-size: 14px;
}

.plan-marker a {
    color: #2d3741
}

.plan-area__content--flats .plan-marker::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition-property: border-color;
    will-change: border-color;
    left: 50%;
    bottom: 100%;
    margin-left: -4px;
    border-width: 0 4px 5px;
    border-color: transparent transparent #fff;
}

.plan-area__content--flats .plan-marker[data-nr="1"] {
    left: -50px;
    top: 30px;
}

.plan-area__content--flats .plan-marker a {
    color: #fff
}

.plan-marker--cliclable {
    cursor: pointer
}

.plan-marker__content ~ .plan-tooltip__sub-title {
    color: #1c9673;
    padding: 0 20px 10px;
    overflow: hidden;
    margin-top: 0;
}

.plan-marker:hover,.plan-marker--active {
    background: #1c9673;
    color: #fff;
    opacity: 1;
    pointer-events: auto;
}

.plan-area__content--flats .plan-marker:hover,
.plan-area__content--flats .plan-marker--active {
    background: #ffffff;
    color: #1c9673;
    opacity: 1;
    pointer-events: auto;
}

.plan-marker:hover a,.plan-marker--active a {
    color: #fff
}

.plan-area__content--flats .plan-marker:hover a,
.plan-area__content--flats .plan-marker--active a {
    color: #1c9673;
}

.plan-marker--disabled,
.plan-marker--sold {
    background: #8d8e8e;
    color: #fff;
    pointer-events: none
}

.plan-marker--disabled a,
.plan-marker--sold a {
    color: #fff
}

.plan-tooltip {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}
.plan-tooltip.plan-tooltip--active {
    z-index: 3;
}

@media screen and (max-width: 900px) {
    .plan-tabs-content--uchastki .plan-tooltip.plan-tooltip--active,
    .plan-tabs-content--uchastkivip .plan-tooltip.plan-tooltip--active {
        display: none;
    }
}

.plan-tooltip__content {
    box-shadow: 0 2px 8px rgba(45,55,65,.18);
    background: #fff;
    border-radius: 4px;
    padding: 13px 16px 15px
}

.plan-tooltip__content:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition-property: border-color;
    will-change: border-color
}
.plan-tooltip__title {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
}
.plan-tooltip__sub-title {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
}
.plan-tooltip__sub-title,.plan-tooltip__title {
    color: #1c9673;
    margin: 0
}

.plan-tooltip__sub-title:not(:first-child) {
    margin-top: 3px
}
.plan-tooltip__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plan-tooltip__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 1;
}
.plan-tooltip__list li:before {
    content: none;
}

.plan-tooltip__list li+li {
    margin-top: 4px
}

.plan-tooltip__list li>:first-child {
    padding-right: 40px
}

.plan-tooltip__list i {
    color: #8d8e8e;
    font-style: normal
}

.plan-tooltip__list:not(:first-child) {
    border-top: 1px solid #f4f4f4;
    margin-top: 14px;
    padding-top: 14px
}

.plan-tooltip__text {
    margin: 0;
    font-size: 14px;
}

.plan-tooltip__text b {
    color: #2d3741
}

.plan-tooltip__text small {
    color: #8d8e8e
}

.plan-tooltip__text .text--color-primary {
    color: #1c9673
}

.plan-tooltip__text:not(:first-child) {
    margin-top: 5px
}

.plan-tooltip--synced {
    transition-property: transform;
    will-change: transform
}

.plan-tooltip--disabled .plan-tooltip__content,
.plan-tooltip--sold .plan-tooltip__content {
    color: #fff;
    background: #8d8e8e
}

.plan-tooltip--soon .plan-tooltip__content {
    background: #fff;
    color: #2d3741
}

.plan-tooltip--hoverable .plan-tooltip__content {
    transition-property: color,background,transform,opacity;
    will-change: color,background,transform,opacity
}

.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__content {
    color: #fff;
    background: #1c9673;
    cursor: pointer;
}

.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__content .plan-tooltip__text-pay strong {
    color: #fff;
}

.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__sub-title,.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__title {
    color: #fff;
    transition-property: color;
    will-change: color
}

.plan-tooltip--top .plan-tooltip__content:before {
    left: 50%;
    top: 100%;
    margin-left: -4px;
    border-width: 5px 4px 0;
    border-color: #fff transparent transparent
}

.plan-tooltip--top.plan-tooltip--disabled .plan-tooltip__content:before,
.plan-tooltip--top.plan-tooltip--sold .plan-tooltip__content:before {
    border-color: #8d8e8e transparent transparent
}

.plan-tooltip--top.plan-tooltip--soon .plan-tooltip__content:before {
    border-color: #fff transparent transparent
}

.plan-tooltip--top.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__content:before {
    border-color: #1c9673 transparent transparent
}

.plan-tooltip--bottom .plan-tooltip__content:before {
    left: 50%;
    bottom: 100%;
    margin-left: -4px;
    border-width: 0 4px 5px;
    border-color: transparent transparent #fff
}

.plan-tooltip--bottom.plan-tooltip--disabled .plan-tooltip__content:before,
.plan-tooltip--bottom.plan-tooltip--sold .plan-tooltip__content:before {
    border-color: transparent transparent #8d8e8e
}

.plan-tooltip--bottom.plan-tooltip--soon .plan-tooltip__content:before {
    border-color: transparent transparent #fff
}

.plan-tooltip--bottom.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__content:before {
    border-color: transparent transparent #1c9673
}

.plan-tooltip--right .plan-tooltip__content:before {
    right: 100%;
    top: 50%;
    margin-top: -4px;
    border-width: 4px 4px 4px 0;
    border-color: transparent #fff transparent transparent
}

.plan-tooltip--right.plan-tooltip--disabled .plan-tooltip__content:before,
.plan-tooltip--right.plan-tooltip--sold .plan-tooltip__content:before {
    border-color: transparent #8d8e8e transparent transparent
}

.plan-tooltip--right.plan-tooltip--soon .plan-tooltip__content:before {
    border-color: transparent #fff transparent transparent
}

.plan-tooltip--right.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__content:before {
    border-color: transparent #1c9673 transparent transparent
}

.plan-tooltip--left .plan-tooltip__content:before {
    left: 100%;
    top: 50%;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff
}

.plan-tooltip--left.plan-tooltip--disabled .plan-tooltip__content:before,
.plan-tooltip--left.plan-tooltip--sold .plan-tooltip__content:before {
    border-color: transparent transparent transparent #8d8e8e
}

.plan-tooltip--left.plan-tooltip--soon .plan-tooltip__content:before {
    border-color: transparent transparent transparent #fff
}

.plan-tooltip--left.plan-tooltip--hoverable.plan-tooltip--active .plan-tooltip__content:before {
    border-color: transparent transparent transparent #1c9673
}

.plan-tabs-content--first-area .plan-tooltip--animated {
    display: none !important;
    pointer-events: none
}

.plan-tooltip--animated .plan-tooltip__content {
    transition-property: opacity,transform;
    will-change: opacity,transform;
    opacity: 0;
    transform: translateY(20px)
}

.plan-tooltip--animated.plan-tooltip--active .plan-tooltip__content {
    opacity: 1;
    transform: translateY(0)
}

.plan-tooltip--animated.plan-tooltip--synced .plan-tooltip__content {
    transition-delay: .15s;
    transition-property: opacity,transform;
    will-change: opacity,transform;
    transform: none
}

.plan-tooltip--animated.plan-tooltip--synced.plan-tooltip--active .plan-tooltip__content {
    transition-delay: 0ms
}

.plan-tooltip--small .plan-tooltip__content {
    padding: 11px 16px;
    min-width: 112px
}

.plan-tooltip--small .plan-tooltip__text:not(:first-child) {
    margin-top: 0
}

.plan-tooltip--smaller .plan-tooltip__content {
    padding: 10px 12px 7px;
    min-width: 92px
}

.plan-tooltip--smaller .plan-tooltip__text:not(:first-child) {
    margin-top: -3px
}

.plan-tooltip--smaller.plan-tooltip--disabled .plan-tooltip__content {
    padding: 7px 12px 6px;
    min-width: 0
}

.plan-tooltip--smaller.plan-tooltip--sold .plan-tooltip__content {
    padding: 10px 12px 7px;
    min-width: 0
}

.plan-tooltip--center .plan-tooltip__content {
    text-align: center
}

.plan-tooltip--large .plan-tooltip__content {
    padding: 15px 16px 17px;
    min-width: 112px
}

.plan-tooltip--large .plan-tooltip__list li+li {
    margin-top: 6px
}

.plan-tooltip--large .plan-tooltip__list:not(:first-child) {
    margin-top: 17px;
    padding-top: 18px;
    margin-bottom: 0;
}

.plan-tooltip--plain {
    pointer-events: none
}

.plan-tooltip--plain .plan-tooltip__content {
    transition-property: opacity;
    will-change: opacity;
    opacity: 0;
    background: none;
    box-shadow: none;
    padding: 0 0 0 16px
}

.plan-tooltip--plain .plan-tooltip__content:before {
    display: none
}

.plan-tooltip--plain .plan-tooltip__sub-title {
    margin: 0
}

.plan-tooltip--plain .plan-tooltip__text:not(:first-child) {
    margin-top: -3px
}

.plan-tooltip--plain.plan-tooltip--active .plan-tooltip__content {
    opacity: 1
}

.plan-label,.plan-label__content {
    position: absolute;
    left: 0;
    top: 0
}

.plan-label__content {
    transform: translate(-50%,-50%);
    color: #8d8e8e;
    white-space: nowrap
}

.plan-label--left .plan-label__content,.plan-label--right .plan-label__content {
    transform: translate(-50%,-50%) rotate(-90deg)
}

.buildings-plan__hidden-with-tooltip,.buildings-plan__visible-with-tooltip {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
    transition-property: opacity;
    will-change: opacity
}

.buildings-plan--tooltip .buildings-plan__hidden-with-tooltip,.buildings-plan--tooltip .plan-marker,.buildings-plan__visible-with-tooltip {
    opacity: 0;
    visibility: hidden;
}

.buildings-plan--tooltip .buildings-plan__visible-with-tooltip {
    opacity: 1
}

.buildings-plan__text {
    display: block
}

.buildings-plan__alt-text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}



.plan-area__svg__hoverable--clickable {
    cursor: pointer
}

.plan-area__svg__hoverable--disabled {
    opacity: .5!important;
    pointer-events: none!important
}

.plan-area--svg-only {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch
}

.plan-area {
    overflow: hidden;
}
.plan-area .can-move {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(42, 136, 89, .5);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
}
.plan-area .can-move i {
    width: 40px;
    display: block;
    margin-bottom: 10px;
}
.plan-area__content {
    touch-action: none;
    /*min-width: 800px;*/
}

.plan-area--svg-only .plan-area__content {
    padding: 160px 0 120px
}

.plan-area--svg-only .plan-area__svg {
    position: relative;
    height: auto
}

.plan-area-text {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 16px 0;
    text-align: center
}

.plan-area-text .h1,.plan-area-text h1,.plan-area-text p {
    margin-top: .8rem;
    margin-bottom: .8rem
}

.plan-area-text .h1:first-child,.plan-area-text h1:first-child,.plan-area-text p:first-child {
    margin-top: 0
}

.plan-area-text .h1:last-child,.plan-area-text h1:last-child,.plan-area-text p:last-child {
    margin-bottom: 0
}

.plan-area--floor .plan-area__svg__hoverable {
    fill: #1c9673;
    opacity: .16
}

.plan-area--floor .plan-area__svg__hoverable--active,
.plan-area--floor .plan-area__svg__hoverable:hover {
    opacity: .36
}

.plan-area--floor .plan-area__svg__hoverable--disabled,
.plan-area--floor .plan-area__svg__hoverable--sold {
    opacity: .16!important;
    fill: url(#disabled-pattern)
}

.floor-navigation {
}

.floor-navigation,.floor-navigation:first-child {
    margin-top: 0;
    margin-left: -16px
}

.floor-navigation>*,.floor-navigation>:first-child {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 16px;
    max-width: calc(100% - 16px)
}

.floor-navigation__list,.floor-navigation__list:first-child {
    margin-top: 0;
    margin-left: -8px
}

.floor-navigation__list>*,.floor-navigation__list>:first-child {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 8px;
    max-width: calc(100% - 8px)
}

.animation--tooltip-in {
    transition-property: transform;
    will-change: transform;
}

.animation--tooltip-in .plan-tooltip__content {
    transition-property: opacity,transform;
    will-change: opacity,transform
}

.animation--tooltip-in--inactive .plan-tooltip__content {
    opacity: 0;
    transform: translateY(20px)
}

.animation--tooltip-in--inactive.plan-tooltip--top .plan-tooltip__content {
    transform: translateY(-20px)
}

.btn.btn--square {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
        color: #2d3741;
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 50%;
    background:  #f4f4f4;
}
.btn.btn--square.is-active {
    background: #1c9673;
    color: #fff;
}



@media screen and (max-width: 768px) {
    .plan-tooltip--smaller.plan-tooltip--disabled .plan-tooltip__content,
    .plan-tooltip--smaller.plan-tooltip--sold .plan-tooltip__content {
        padding: 5px 8px 4px;
    }
    .plan-tooltip__sub-title {
        font-size: 11px;
    }
}

.pop.svg-map {
    max-width: 80vw !important;
    width: 100%;
    position: relative;
    padding: 0 !important;
    overflow: visible;
    background: none !important;
}
.pop.svg-map .fancybox-close-small {
    display: none;
}

@media screen and (max-width: 900px) {
    .pop.svg-map {
        overflow: hidden;
        height: auto;
        max-width: 98vw !important;
    }
}

.plan-marker.plan-area__svg__not_active,
.plan-marker.plan-area__svg__not_active:hover {
    background-color: rgba(100, 102, 101, 0.8);
}

.plan-marker.plan-area__svg__not_active::before {
    border-color: transparent transparent rgba(100, 102, 101, 0.8);
}

.plan-marker.plan-area__svg__not_active a,
.plan-marker.plan-area__svg__not_active:hover a,
.plan-marker.plan-area__svg__not_active .plan-marker__content ~ .plan-tooltip__sub-title,
.plan-marker.plan-area__svg__not_active:hover .plan-marker__content ~ .plan-tooltip__sub-title {
    color: #ffffff;
}

.plan-area__svg__not_active:not(.plan-marker) {
    fill: #000;
    transition-property: opacity;
    opacity: 0.5;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
}

@media screen and (max-width: 600px) {
    .plan-area__svg__not_active:not(.plan-marker) {
        pointer-events: none;
    }
}

@media screen and (max-width: 600px) {
    .plan-tooltip--sold {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }

    .plan-tooltip--sold.plan-tooltip--mobile-view {
        opacity: 1;
    }

    .plan-tooltip--sold .plan-tooltip__content:before {
        content: none;
    }
}


/* @media screen and (min-width: 1200px) {
    #townhouses-block .plan-area.plan-area--flats.plan-area--fullimg .plan-item {
        max-height: 74vh;
        display: flex;
        align-items: center;
    }

    #building-block .plan-area.plan-area--flats.plan-area--fullimg .plan-item {
        max-height: 74vh;
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1300px) {
    #townhouses-block .plan-area.plan-area--flats.plan-area--fullimg .plan-item {
        max-height: 77vh;
    }

    #building-block .plan-area.plan-area--flats.plan-area--fullimg .plan-item {
        max-height: 77vh;
    }
}

@media screen and (min-width: 1400px) {
    #townhouses-block .plan-area.plan-area--flats.plan-area--fullimg .plan-item {
        max-height: 80vh;
    }

    #building-block .plan-area.plan-area--flats.plan-area--fullimg .plan-item {
        max-height: 85vh;
    }
} */

@media (min-width: 1200px) and (max-width: 1366px) {
    #building-block .section-title .h1,
    #townhouses-block .section-title .h1 {
        font-size: 28px;
    }

    #building-block .amount-control,
    #townhouses-block .amount-control {
        font-size: 16px;
    }

    #building-block .amount-control ~ .switcher,
    #townhouses-block .amount-control ~ .switcher {
        height: 21px;
    }

    #building-block .amount-control:first-child input[type='radio'] + label:before,
    #townhouses-block .amount-control:first-child input[type='radio'] + label:before {
        top: 4px;
    }
}

#building-block .section-title,
#townhouses-block .section-title {
    margin-bottom: 0;
}

#building-block .maps-group__buttons,
#townhouses-block .maps-group__buttons {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

[data-tippy-root]:not(#tippy-1),
[data-tippy-root]:not(#tippy-1) {
    z-index: 3 !important;
}
[data-tippy-root].tippy--hoverabled:not(#tippy-1),
[data-tippy-root].tippy--hoverabled:not(#tippy-1) {
    z-index: 10 !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/lands.list-new/style.css?1701679210164*/
.lands__title {
    font-weight: bold;
    color: #1c9673;
    font-size: 18px;
}
.lands__price {
    font-size: 24px;
}
.lands__area {
    color: #999;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/lands-for-row-list/style.css?17296845903992*/
.uchastki-list--container .plan-area__svg__hoverable {
    fill: rgba(28, 150, 115, .5) !important;
    opacity: 1 !important;
    stroke: #fff !important;
    stroke-width: 1px !important;
}
.uchastki-list--container .plan-area__svg__hoverable.plan-area__svg__hoverable--active-show {
    fill: rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    stroke-width: 5px !important;
}
.map-inside {
    pointer-events: none;
}

.map-drop-item {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .map-drop-item .plan-interact {
        margin: 0 0 -12%;
    }
}

.map-inside .plan-uchastki-new:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
}
@media (max-width: 600px) {
    .map-inside .plan-uchastki-new:after {
        opacity: 0.5;
    }

    .map-inside {
        margin-bottom: -8px;
    }
}
.plan-area__svg__hoverable--active,
.plan-area__svg__hoverable--touched {
    fill: rgba(255,255,255,0.5) !important;
    opacity: 1 !important;
}
.plan-tooltip--animated button {
    pointer-events: all !important;
}
.plan-area__content {
    min-width: inherit !important;
}
.lands__title {
    font-weight: bold;
    color: #1c9673;
    font-size: 15px;
}

.close-tlp {
    position: absolute;
    right: 4px;
    top: 4px;
}
.close-tlp svg {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    position: relative !important;
}

.lands__price {
    font-size: 20px;
    font-weight: 600;
}
.lands__area {
    color: #999;
}

.plan-tooltip__content .btn-tiny {
    height: 40px;
    font-size: 14px;
}
.maps-group__maps-body {
    max-width: 1200px;
    margin: 0 auto;
}
.maps-group__maps-body .plan-item{
    overflow: visible;
}
.maps-group__maps-body .plan-tabs-content--first-area .plan-group{
    min-height: auto;
}

.plan-tooltip--large .plan-tooltip__content {
    padding: 10px;
}

.plan-area__svg__hoverable:not(.plan-area__svg__hoverable--disabled) {
    cursor: pointer;
}
.plan-area__svg__hoverable--disabled {
    opacity: 0 !important;
    display: none;
}
@media screen and (max-width: 1025px) {
    .section-title.uch-title .h1 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .uch-title .uch-title-btn, .uch-title .uch-title-btn .btn{
        width: 100%;
        text-align: center;
    }
}


.plan-area__streets {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -3%;
    left: 0;
}

.plan-area__streets img {
    width: 100%;
    height: 100%;
}

.plan-list__item--mobile {
    position: relative;
}

.plan-list__item--mobile .close-tlp {
    position: absolute;
    top: 10px;
    right: 10px;
}

#location-map-2 .compass {
    --direction: 85deg;
}
@media screen and (max-width: 600px) {
    #location-map-2 .compass {
        --direction: 0deg;
    }
    #location-map-2 .plan-area-compass {
        bottom: 9px;
    }
}

.plan-area__content {
    width: 100%;
    height: 100%;
}
.favorite-map-plants  {
    height: 370px;
    width: 370px;
    line-height: 370px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 9px;
    pointer-events: none;
}
@media screen and (max-width: 1025px) {
    .favorite-map-plants  {
        margin: 10px auto;
        height: 300px;
        width: 300px;
        line-height: 300px;
    }
}
.svg-uchastki-mobile {
    top: 0 !important;
    left: 0 !important;
}
[data-type="lands"] .plan-uchastki-new:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
}
[data-type="lands"] .plan-uchastki-new:after {
    opacity: 0.4;
}

.plan-interact {
    cursor: default !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/lands-v2/style.css?17255427282555*/
.plan-area__svg__hoverable {
    fill: rgba(28, 150, 115, .5) !important;
    opacity: 1 !important;
    stroke: #fff !important;
    stroke-width: 1px !important;
}
.plan-area__svg__hoverable--active,
.plan-area__svg__hoverable--touched {
    fill: rgba(255,255,255,0.8) !important;
    opacity: 1 !important;
    stroke-width: 5px !important;
}
.plan-tooltip--animated button {
    pointer-events: all !important;
}
.plan-area__content {
    min-width: inherit !important;
}
.lands__title {
    font-weight: bold;
    color: #1c9673;
    font-size: 15px;
}

.close-tlp {
    position: absolute;
    right: 4px;
    top: 4px;
}
.close-tlp svg {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    position: relative !important;
}

.lands__price {
    font-size: 20px;
    font-weight: 600;
}
.lands__area {
    color: #999;
}

.plan-tooltip__content .btn-tiny {
    height: 40px;
    font-size: 14px;
}
.maps-group__maps-body {
    max-width: 1200px;
    margin: 0 auto;
}
.maps-group__maps-body .plan-item{
    overflow: visible;
}
.maps-group__maps-body .plan-tabs-content--first-area .plan-group{
    min-height: auto;
}

.plan-tooltip--large .plan-tooltip__content {
    padding: 10px;
}

.plan-area__svg__hoverable:not(.plan-area__svg__hoverable--disabled) {
    cursor: pointer;
}
.plan-area__svg__hoverable--disabled {
    opacity: 0 !important;
    display: none;
}
.section-title.uch-title .subtitle {
    font-weight: 500;
    line-height: 130%;
    font-size: 16px;
    margin-top: 10px;
}
@media screen and (max-width: 1025px) {
    .section-title.uch-title .h1 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .section-title.uch-title .subtitle {
        font-size: 14px;
    }
    .uch-title .uch-title-btn, .uch-title .uch-title-btn .btn{
        width: 100%;
        text-align: center;
    }
}


.plan-area__streets {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.plan-area__streets img {
    width: 100%;
    height: 100%;
}

.plan-list__item--mobile {
    position: relative;
}

.plan-list__item--mobile .close-tlp {
    position: absolute;
    top: 10px;
    right: 10px;
}

#location-map-2 .compass {
    --direction: 85deg;
}
@media screen and (max-width: 600px) {
    #location-map-2 .compass {
        --direction: 0deg;
    }
    #location-map-2 .plan-area-compass {
        bottom: 9px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/lands.list/style.css?1701679210164*/
.lands__title {
    font-weight: bold;
    color: #1c9673;
    font-size: 18px;
}
.lands__price {
    font-size: 24px;
}
.lands__area {
    color: #999;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/lands.farmstead/style.css?17859188421211*/
.plan-land-item-svg {
    cursor: pointer;
    pointer-events: unset;
    fill: rgba(28, 150, 115, .5);
    opacity: 1;
    stroke: #fff;
    stroke-width: 1px;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
}

.plan-land-item-svg.is-active {
    fill: rgba(255, 255, 255, 0.8);
    opacity: 1;
    stroke-width: 2px;
}

.plan-land-item-tippy {
    pointer-events: auto !important;
}

.plan-land-item-tippy[data-tippy-root]:not(#tippy-1) {
    z-index: 10 !important;
}

.plan-land-item-tippy .tippy-box {
    color: #2e3642;
}

.plan-land-item-tippy .btn {
    cursor: pointer;
}

.plan-tabs-content--farmstead .plan-item:before,
.plan-tabs-content--farmstead .plan-item:after {
    display: none;
}

.plan-tabs-content--farmstead .plan-item img {
    height: auto !important;
}

@media screen and (max-width: 1025px) {
    .plan-land-item-content {
        position: relative;
        background: #fff;
        padding: 20px;
        border-radius: 6px;
        border: 1px solid #e8e8e8;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main-gallery/style.css?17080976891753*/
.gallery-thumbs.left .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
}
.gallery-slider .swiper-slide .swiper-lazy.-bg-contain {background-size: contain;}
.gallery-slider .swiper-slide .swiper-lazy.-black {background-color: black;}

.gallery-slider .swiper-slide {height:810px !important;max-height:100vh !important}

@media screen and (max-width: 1025px) {
    .gallery-slider .swiper-slide {height:550px !important;}
}
.gallery-item {
    position: relative;
}
.gallery-item.video-slider .gallery-slider:before {
    display: none;
}
.gallery-slider .swiper-slide {
    height: auto !important;
    min-height: 667px;
}

.gallery-thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-item .gallery-slider .swiper-slide .swiper-lazy {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
}
.gallery-section .nav-slider li {font-size: 14px; font-weight: normal; color: #000 !important;}
.gallery-section .nav-slider li.active {color: #000 !important; font-weight: bold;}

/*.gallery-item .gallery-slider .swiper-slide {
    max-height: 70vh;
}*/

.nav-slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.nav-slider .swiper-wrapper {
    width: auto;
}
@media (max-width:600px){
    .gallery-slider .swiper-slide {
        min-height: 210px;
    }
    .nav-slider.swiper-container-horizontal {
        padding-bottom: 10px;
        display: block;
    }
    .swiper-container-horizontal .swiper-scrollbar {
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/first-screen-slider/style.css?173979203814421 */
/* /local/media/estate-3d/css/style.css?172501067024198 */
/* /local/templates/.default/components/bitrix/news.list/lands.list-new/style.css?1701679210164 */
/* /local/templates/.default/components/bitrix/news.list/lands-for-row-list/style.css?17296845903992 */
/* /local/templates/.default/components/bitrix/news.list/lands-v2/style.css?17255427282555 */
/* /local/templates/.default/components/bitrix/news.list/lands.list/style.css?1701679210164 */
/* /local/templates/.default/components/bitrix/news.list/lands.farmstead/style.css?17859188421211 */
/* /local/templates/.default/components/bitrix/news.list/main-gallery/style.css?17080976891753 */
