:root {
    --spacing-s: 20px;
    --spacing-l: 20px;
    --scale: 1px;
    --col: calc(100vw / 2)
}
@media screen and (min-width:980px) and (max-width:1440px) {
    :root {
        --scale: calc(0.5px + 0.5 * ((100vw - 980px) / 460));
        --spacing-s: 20px;
        --spacing-l: calc(20px + 30 * ((100vw - 980px) / 460))
    }
}
@media screen and (min-width:1440px) and (max-width:1920px) {
    :root {
        --spacing-s: calc(20px + 10 * ((100vw - 1440px) / 480));
        --spacing-l: calc(50px + 20 * ((100vw - 1440px) / 480))
    }
}
@media only screen and (min-width:980px) {
    :root {
        --col: calc(100vw / 6)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    :root {
        --spacing-s: 30px;
        --spacing-l: 70px
    }
}
@media print {
    :root {
        --spacing-s: 20px;
        --spacing-l: 50px
    }
}
.apartments-list__more__button, .news-item__date {
    font-weight: 500;
    text-transform: none
}
.debug span {
    font-size: 1rem;
    line-height: 1.2em;
    --lh: 1.2em;
    letter-spacing: .02em
}
.details-modal__article__totals__item sup {
    font-size: 2rem;
    line-height: 1.25em;
    --lh: 1.25em;
    letter-spacing: .02em
}
.apartments-list__more__button {
    font-size: 1.2rem;
    line-height: 1.25em;
    --lh: 1.25em;
    letter-spacing: .02em
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .debug span {
        font-size: 1.2rem;
        line-height: 1.25em;
        --lh: 1.25em;
        letter-spacing: .02em
    }
    .details-modal__article__totals__item sup {
        font-size: 2.7rem;
        line-height: 1.2963em;
        --lh: 1.2963em;
        letter-spacing: .02em
    }
    .apartments-list__more__button {
        font-size: 1.4rem;
        line-height: 1.42857em;
        --lh: 1.42857em;
        letter-spacing: 0
    }
}
@media screen and (min-width:980px) and (max-width:1440px) {
    .debug span {
        font-size: calc(.81667rem + 3.83333 * ((100vw - 980px) / 460))
    }
}
@media screen and (min-width:980px) and (max-width:1440px) {
    .details-modal__article__totals__item sup {
        font-size: calc(1.8375rem + 8.625 * ((100vw - 980px) / 460))
    }
}
@media screen and (min-width:980px) and (max-width:1440px) {
    .apartments-list__more__button {
        font-size: calc(.95278rem + 4.47222 * ((100vw - 980px) / 460))
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .debug span {
        font-size: 1.4rem;
        line-height: 1.42857em;
        --lh: 1.42857em;
        letter-spacing: .02em
    }
    .details-modal__article__totals__item sup {
        font-size: 4rem;
        line-height: 1.125em;
        --lh: 1.125em;
        letter-spacing: 0
    }
}
.apartments-list__more__button, .apartments-list__more__button:hover:active, .details-modal__accordion__heading .has-hover a:hover, .details-modal__accordion__heading a, .details-modal__accordion__heading a.is-active, .details-modal__accordion__heading a:hover:active, .has-hover .apartments-list__more__button:hover, .has-hover .details-modal__accordion__heading a:hover, .has-hover .news-item:hover, .is-active.apartments-list__more__button, .is-active.news-item, .news-item, .news-item:hover:active {
    color: var(--t-heading)
}
.apartments-list__more--open .apartments-list__more__button, .apartments-list__more--open .apartments-list__more__button:hover:active, .apartments-list__more--open .has-hover .apartments-list__more__button:hover, .apartments-list__more--open .is-active.apartments-list__more__button, .has-hover .apartments-list__more--open .apartments-list__more__button:hover {
    color: var(--t-accent)
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    overflow: clip;
    transform: translateZ(0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-height {
    transition: height .5s cubic-bezier(.55, 0, .1, 1)
}
.carousel-owl .carousel-owl__fallback, .carousel-owl .owl-stage {
    display: flex;
    align-items: flex-start
}
.carousel-owl .owl-stage, .carousel-owl .owl-stage-outer {
    width: 100%
}
.carousel-owl .owl-nav {
    display: none
}
.carousel-owl .owl-drag, .carousel-owl .owl-drag .card__overlay {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}
.carousel-owl .owl-grab, .carousel-owl .owl-grab .btn-container, .carousel-owl .owl-grab .card__overlay {
    cursor: grabbing;
    cursor: -webkit-grabbing
}
.carousel-owl-item {
    width: 100%
}
.carousel-owl-item img, .carousel-owl-item picture {
    width: 100%;
    height: auto;
    min-height: 1px
}
@media (max-width:567px) and (max-aspect-ratio:13/9), (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .with-modal.is-safari .carousel-owl-item img, .with-modal.is-safari .carousel-owl-item picture {
        transform: translateZ(0)
    }
}
.carousel-owl--ready {
    position: relative
}
.carousel-owl--full .owl-stage-outer {
    overflow: visible
}
.carousel-owl__side-content {
    position: relative;
    z-index: 2
}
.carousel-owl__side-content a, .carousel-owl__side-content h2, .carousel-owl__side-content h3, .carousel-owl__side-content p {
    position: relative
}
.carousel-owl__side-background {
    position: relative;
    z-index: 1
}
.carousel-owl__side-background:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    top: -1px;
    height: calc(100% + 2px);
    width: 100vw;
    background: var(--t-background)
}
.carousel-owl--not-ready .is-hidden--not-ready {
    display: none!important
}
.image-comparison {
    contain: style
}
.image-comparison, .image-comparison__content {
    position: relative;
    height: 100%;
    border-radius: 50%
}
.image-comparison__content {
    overflow: hidden;
    overflow: clip;
    transform: translateZ(0)
}
@media only screen and (max-width:979px) {
    .image-comparison__content {
        min-height: calc(100vw / 360 * 260)
    }
}
.image-comparison picture {
    display: block;
    width: 100%;
    height: 100%;
    will-change: transform
}
.image-comparison picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.image-comparison__item {
    overflow: hidden;
    overflow: clip;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}
.image-comparison__item~.image-comparison__item {
    transform: translateX(50%)
}
.image-comparison__item~.image-comparison__item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid var(--c-cold-2)
}
.image-comparison__item~.image-comparison__item picture {
    transform: translateX(-50%)
}
.image-comparison__control {
    position: absolute;
    left: 50%;
    top: -15px;
    bottom: -15px;
    border-left: 1px solid var(--c-cold-2)
}
.image-comparison__control--primary {
    border-left: 1px solid var(--t-primary)
}
.image-comparison__control__button {
    cursor: move;
    cursor: ew-resize;
    position: absolute;
    left: -1px;
    top: 50%;
    margin: -15px 0 0 -15px
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .image-comparison__control__button {
        margin: -20px 0 0 -20px
    }
}
@media only screen and (min-width:980px) {
    .image-comparison {
        overflow: hidden;
        overflow: clip
    }
    .has-hover .image-comparison--vertical .image-comparison__item~.image-comparison__item {
        transform: translateY(50%)
    }
    .has-hover .image-comparison--vertical .image-comparison__item~.image-comparison__item:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        border-top: 1px solid var(--c-cold-2)
    }
    .has-hover .image-comparison--vertical .image-comparison__item~.image-comparison__item picture {
        transform: translateY(-50%)
    }
}
.image-comparison__item.image-comparison__item--transition, .image-comparison__item.image-comparison__item--transition picture {
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing)
}
.location-map {
    height: 100%;
    padding: calc(var(--spacing-l) * 2) var(--spacing-l) var(--spacing-l);
    overflow: hidden;
    overflow: clip
}
.location-map__image picture {
    display: block;
    height: 100%
}
.location-map__image picture img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}
@media only screen and (max-width:979px) {
    .location-map__image {
        position: relative;
        min-height: calc(100vw / 360 * 445);
        margin-top: var(--spacing-s)
    }
    .location-map__image picture {
        position: absolute;
        top: 0;
        height: 100%;
        left: 47%;
        transform: translate(-50%)
    }
    .location-map__image picture img {
        height: 200%;
        transform: scale(.5);
        transform-origin: 50% 0
    }
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .location-map__image {
        min-height: 90vh
    }
}
@media only screen and (min-width:980px) {
    .location-map {
        padding-top: var(--spacing-l)
    }
    .location-map__image {
        position: absolute;
        top: var(--spacing-l);
        left: calc(var(--spacing-l) / 50 * 113);
        right: calc(var(--spacing-l) / 50 * 130);
        bottom: calc(var(--spacing-l) / 50 * 38);
        display: flex;
        justify-content: center;
        align-items: center
    }
    .location-map__image img, .location-map__image picture {
        width: 100%;
        max-height: 780px
    }
    .location-map__button {
        position: absolute;
        z-index: 1;
        right: var(--spacing-l);
        bottom: var(--spacing-l)
    }
}
.modal .location-map__button {
    position: absolute;
    z-index: 1;
    left: var(--spacing-l);
    bottom: var(--spacing-l)
}
@media only screen and (min-width:980px) {
    .modal .location-map__button {
        right: auto;
        left: var(--spacing-l)
    }
}
.has-custom-controller, .has-custom-controller body {
    overflow: hidden
}
body::-webkit-scrollbar {
    width: 5px!important;
    height: 5px!important
}
body::-webkit-scrollbar-track {
    background: var(--c-cold-3)!important
}
body::-webkit-scrollbar-thumb {
    background-color: var(--c-warm-1)!important;
    border: 1px solid var(--c-cold-3)!important;
    border-radius: 1px!important
}
.has-custom-controller .scroll-controller-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}
.debug {
    position: fixed;
    z-index: 20;
    left: 10px;
    bottom: 10px
}
.debug a, .debug span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .5)
}
.debug span {
    position: absolute;
    width: auto;
    padding: 0 5px;
    line-height: 20px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    color: var(--t-heading)
}
.has-hover .debug a:hover span {
    pointer-events: all;
    opacity: 1
}
@media (min-aspect-ratio:13/9), only screen and (min-width:568px) {
    .landing-modal-button {
        position: absolute;
        top: calc(var(--spacing-s) * -1);
        right: 0
    }
}
@media only screen and (min-width:980px) {
    .landing-modal-button {
        position: relative;
        top: auto;
        right: auto
    }
}
.intro__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--viewport-height) - var(--spacing-s) * 10)
}
.intro__background img, .intro__background video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.intro__background__left, .intro__top {
    height: calc(var(--viewport-height) - var(--spacing-s) * 10)
}
.intro__top {
    position: relative;
    z-index: 2;
    pointer-events: none
}
.intro__top__logo {
    position: absolute;
    left: var(--spacing-l);
    right: var(--spacing-l);
    bottom: calc(var(--spacing-l) * 2)
}
.intro__top__logo .icon {
    width: 100%;
    height: auto
}
.intro__middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: calc(var(--spacing-s) * 10);
    padding: 0 var(--spacing-s) var(--spacing-s);
    position: relative
}
.intro__middle__deco {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: var(--spacing-s);
    z-index: 3;
    width: calc(var(--spacing-s) * 6);
    height: calc(var(--spacing-s) * 8)
}
.intro__middle__deco .tabs-contents__content {
    overflow: visible!important
}
.intro__middle__deco__button {
    position: absolute;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 4
}
.intro__middle__deco video {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.intro__middle__deco picture, .intro__middle__deco video {
    width: calc(var(--spacing-s) * 6);
    height: calc(var(--spacing-s) * 8)
}
.intro__middle__deco picture img {
    max-width: 100%;
    max-height: 100%
}
.intro__bottom {
    padding: var(--spacing-s) var(--spacing-s) calc(var(--spacing-s) * 2)
}
.intro__text {
    max-width: 530px
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .intro__background, .intro__background__left, .intro__top, .intro__top__left {
        height: 100vh
    }
}
@media only screen and (max-width:979px) {
    .intro__top {
        pointer-events: none
    }
}
@media only screen and (min-width:980px) {
    .intro {
        --clip-path-y: calc((var(--viewport-height) - var(--header-height)) / 2 + var(--header-height));
        --clip-path-w: 80%;
        --clip-path-h: 80%
    }
    .intro__middle {
        position: static
    }
    .intro__background {
        display: flex;
        height: 100%
    }
    .intro__background:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: var(--header-height);
        left: var(--spacing-l);
        right: var(--spacing-l);
        border-top: 1px solid var(--t-line)
    }
    .intro__background__left, .intro__background__right {
        overflow: hidden;
        overflow: clip;
        position: relative;
        z-index: 1;
        flex: 0 0 50%;
        height: auto
    }
    .intro__background__left img {
        -o-object-position: bottom;
        object-position: bottom;
        transform: scale(1.03)
    }
    .intro__background__content, .intro__background__left img {
        --transition-duration: 1.6s;
        --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
        transition-duration: var(--transition-duration);
        transition-timing-function: var(--transition-easing)
    }
    .intro__background__content {
        height: 100%;
        -webkit-clip-path: ellipse(var(--clip-path-w) var(--clip-path-h) at 50% var(--clip-path-y));
        clip-path: ellipse(var(--clip-path-w) var(--clip-path-h) at 50% var(--clip-path-y));
        transition-property: -webkit-clip-path;
        transition-property: clip-path;
        transition-property: clip-path, -webkit-clip-path
    }
    .intro__background__logo {
        position: absolute;
        left: var(--spacing-l);
        width: calc(100vw - var(--spacing-l) * 2);
        height: auto;
        top: calc(var(--header-height) + var(--spacing-s));
        color: var(--t-heading);
        z-index: 1
    }
    .intro__background__right .intro__background__logo {
        left: calc(var(--spacing-l) - 50vw)
    }
    .intro__background__line {
        position: absolute;
        left: var(--spacing-l);
        width: calc(100vw - var(--spacing-l) * 2);
        top: calc(var(--header-height) + var(--spacing-s) * 2 + (100vw - var(--spacing-l) * 2) * .28369)
    }
    .intro__background__right .intro__background__line {
        left: auto;
        right: var(--spacing-l)
    }
    .intro__background__line, .intro__background__logo {
        --transition-duration: 1.6s;
        --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
        transition-duration: var(--transition-duration);
        transition-timing-function: var(--transition-easing);
        transition-property: opacity;
        opacity: 1
    }
    .intro__background__line--inner, .intro__background__logo--inner {
        transition-duration: .4s;
        opacity: 0
    }
    .intro__background--1 .intro__background__right, .intro__background--2 .intro__background__left {
        z-index: 0;
        --clip-path-w: calc((50vw - var(--spacing-l) * 6) / 2);
        --clip-path-h: calc((var(--viewport-height) - var(--header-height) - var(--spacing-l) * 4) / 2)
    }
    .intro__background--1 .intro__background__right .intro__background__line--inner, .intro__background--1 .intro__background__right .intro__background__logo--inner, .intro__background--2 .intro__background__left .intro__background__line--inner, .intro__background--2 .intro__background__left .intro__background__logo--inner {
        opacity: 0
    }
    .intro__background--1 .intro__background__left .intro__background__line--inner, .intro__background--1 .intro__background__left .intro__background__logo--inner, .intro__background--2 .intro__background__right .intro__background__line--inner, .intro__background--2 .intro__background__right .intro__background__logo--inner {
        opacity: 1
    }
    .intro__background--2 .intro__background__left img {
        transform: scale(1)
    }
    .intro__top {
        position: absolute;
        z-index: 1;
        text-align: right;
        height: auto;
        left: var(--spacing-l);
        right: var(--spacing-l);
        top: calc(var(--header-height) + var(--spacing-s));
        bottom: auto
    }
    .intro__top__logo {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        visibility: hidden
    }
    .intro__middle {
        display: block;
        padding: 0;
        height: auto
    }
    .intro__bottom {
        padding: 0
    }
    .intro__next {
        left: calc(50vw + var(--spacing-l))
    }
    .intro__next, .intro__sub-title {
        position: absolute;
        z-index: 1;
        bottom: var(--spacing-l)
    }
    .intro__sub-title {
        right: var(--spacing-l);
        text-align: right
    }
    .intro__sub-title__button {
        position: absolute;
        right: 29.8%;
        bottom: 21%;
        transform: translate(50%, 50%)
    }
    .intro__text {
        position: absolute;
        z-index: 1;
        max-width: calc(var(--col) * 2);
        max-width: min(530px, calc(var(--col) * 2));
        left: var(--spacing-l);
        bottom: var(--spacing-l)
    }
}
@media only screen and (min-width:980px) and (min-aspect-ratio:450/259) {
    .intro__background--1 .intro__background__right, .intro__background--2 .intro__background__left {
        --clip-path-h: calc((var(--viewport-height) - var(--header-height) - var(--spacing-l) * 4) / 2);
        --clip-path-w: calc(var(--clip-path-h) / 650 * 450)
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:780px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:780px) {
    .intro__sub-title br {
        display: none
    }
    .intro__sub-title>span {
        display: inline-block;
        margin-right: .25em
    }
    .intro__sub-title__button {
        right: 14.8%;
        bottom: 50%
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:680px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:680px) {
    .intro .intro__top hr {
        margin-top: calc(var(--spacing-s) * .5)!important;
        margin-bottom: calc(var(--spacing-s) * .5)!important
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:650px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:650px) {
    .intro .intro__top hr {
        display: none
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) and (max-width:1919px) and (max-height:840px) {
    .intro__sub-title br {
        display: none
    }
    .intro__sub-title>span {
        display: inline-block;
        margin-right: .25em
    }
    .intro__sub-title__button {
        right: 14.8%;
        bottom: 50%
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:900px) {
    .intro__text {
        font-size: 2rem;
        line-height: 1.25em;
        --lh: 1.25em;
        letter-spacing: .01em
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1000px) {
    .intro__sub-title br {
        display: none
    }
    .intro__sub-title>span {
        display: inline-block;
        margin-right: .25em
    }
    .intro__sub-title__button {
        right: 15%;
        bottom: 50%
    }
}
.architecture__background {
    height: var(--viewport-height)
}
.architecture__background img {
    height: 100%
}
.architecture__slides {
    position: relative
}
.architecture__title {
    position: absolute;
    bottom: calc(var(--spacing-s) * 4);
    left: 0;
    font-size: 130px !important;
}
.architecture__slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100vw - var(--spacing-l) * 2 - 0px) / 1 * 1 + var(--spacing-l))
}
.architecture__circle {
    padding-left: calc(var(--spacing-l) * .5);
    padding-right: calc(var(--spacing-l) * .5)
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .architecture__title {
        margin-left: -55vw
    }
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .architecture__slider-nav {
        top: calc((100vw - var(--spacing-l) * 2 - 10px) / 2 * 1 + var(--spacing-l))
    }
}
@media (min-aspect-ratio:13/9), only screen and (min-width:568px) {
    .architecture__title {
        left: var(--spacing-l)
    }
}
@media only screen and (min-width:980px) {
    .architecture__background {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: 50% 50%;
        height: var(--layout-height);
        width: var(--layout-height)
    }
    .architecture__background.layout__background--zoom-in {
        transform: translate(-50%, -50%) scale(1.1)
    }
    .layout__part--fullscreen .architecture__background {
        width: max(var(--viewport-height), 100vw);
        height: max(var(--viewport-height), 100vw)
    }
    .layout__part--w4 .architecture__background {
        height: max(var(--layout-width-4), var(--layout-height));
        width: max(var(--layout-width-4), var(--layout-height))
    }
    .architecture__title {
        position: static;
        bottom: auto;
        left: auto
    }
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1);
        font-size: 100px !important;
    }
    .architecture__background-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }
    .architecture__background-overlay--hidden {
        opacity: 0
    }
    .architecture__architecture__quote--hidden {
        transform: translateY(100vh)
    }
    .architecture__next {
        position: absolute;
        left: 0;
        bottom: calc(100% + var(--spacing-s) * 2)
    }
    .architecture__modal-button {
        position: absolute;
        right: 0;
        top: 0
    }
    .architecture__circle {
        padding-left: 0;
        padding-right: 0;
        border-radius: 100%;
        overflow: hidden;
        overflow: clip
    }
    .architecture__circle__zoomed-in {
        transform: scale(1.1)
    }
    .architecture__slides {
        height: 100%!important
    }
    .architecture__slides .tabs-contents__content {
        height: 100%
    }
    .architecture__slides img, .architecture__slides picture {
        display: block;
        width: 100%;
        height: 100%
    }
    .architecture__slides img {
        -o-object-fit: cover;
        object-fit: cover
    }
    .architecture__gallery__close {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }
    .architecture__gallery__content, .architecture__gallery__nav {
        position: absolute;
        left: 0;
        bottom: 0
    }
    .architecture__gallery__content {
        width: 100%
    }
    .architecture__gallery__content .tabs-contents__content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
    .architecture__gallery__counter {
        border-top: 1px solid var(--t-line);
        text-align: right
    }
    .architecture__background-wrapper .architecture__background img {
        --transition-duration: 0.8s;
        --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
        transition-duration: var(--transition-duration);
        transition-timing-function: var(--transition-easing)
    }
    .has-hover .architecture__background-wrapper:hover .architecture__background img {
        transform: scale(1.03)
    }
    .has-hover .architecture__background-wrapper:hover.layout__part--fullscreen .architecture__background img, .has-hover .architecture__background-wrapper:hover.layout__part--w4 .architecture__background img {
        transform: scale(1)
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1); font-size: 100px !important;
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1000px) {
    .architecture__title {
        font-size: 23rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em
    }
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:900px) {
    .architecture__title {
        font-size: 11rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em
    }
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:980px) and (max-height:599px), only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px), only screen and (min-width:980px) and (max-width:1199px) {
    .no-hover .architecture__image-overlay .architecture__image-overlay__cursor {
        display: block!important;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px)
    }
}
@media only screen and (min-width:980px) {
    .architecture--en .architecture__title-wrap {
        transform: scale(.945);
        margin-left: -3%
    }
}
.architecture-quote {
    padding-bottom: calc(var(--spacing-l) / 20 * 75)
}
.architecture-quote__icon {
    position: absolute;
    left: var(--spacing-l);
    top: calc(var(--spacing-l) * 2)
}
.architecture-quote__text {
    margin-top: calc(var(--spacing-s) / 20 * -75)
}
.architecture-quote__image {
    margin: calc(var(--spacing-s) * 2) calc(var(--spacing-s) / 20 * 45) 0;
    overflow: hidden;
    border-radius: 100%
}
.architecture-quote__image picture {
    display: block;
    width: 100%;
    height: 100%
}
.architecture-quote__image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}
.architecture-quote__author {
    margin-top: calc(var(--spacing-s) / 20 * 35)
}
@media only screen and (min-width:980px) {
    .architecture-quote {
        padding-bottom: var(--spacing-l)
    }
    .architecture-quote__icon {
        top: var(--spacing-l)
    }
    .architecture-quote__text {
        position: absolute;
        margin-top: 0;
        left: calc(var(--spacing-l) * 2);
        right: calc(var(--spacing-l) * 2);
        top: 50%;
        transform: translateY(-50%);
        text-align: center
    }
    .architecture-quote__image {
        position: absolute;
        left: 50%;
        top: calc(var(--spacing-l) * 2);
        bottom: calc(var(--spacing-l) * 2);
        transform: translateX(-50%);
        margin: 0
    }
    .architecture-quote__image img {
        width: auto;
        height: 100%
    }
    .architecture-quote__image picture {
        transform: scale(1);
        transform-origin: 50% 50%
    }
    .architecture-quote__image picture.architecture-quote__image__zoomed-in {
        transform: scale(1.25)
    }
    .architecture-quote__author {
        margin-top: 0;
        position: absolute;
        left: var(--spacing-l);
        bottom: var(--spacing-l)
    }
}
.architecture__deco-1 {
    right: 25vw;
    top: calc(var(--viewport-height) - 44px)
}
.architecture__deco-1 img {
    width: 27.77778vw
}
.architecture__deco-2 {
    left: 8.33333vw;
    bottom: calc(194.44444vw + 1000px)
}
.architecture__deco-2 img {
    width: 33.33333vw
}
@media (max-width:667px) and (min-aspect-ratio:13/9) and (orientation:landscape), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) and (orientation:landscape) {
    .architecture__deco-1 img {
        width: 19.44444vw
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .architecture__deco-1 {
        top: calc(var(--viewport-height) + 20px)
    }
}
@media only screen and (min-width:980px) {
    .architecture__deco-1 {
        right: auto;
        left: calc(var(--layout-width) * .29851);
        bottom: auto;
        top: calc(var(--layout-height) * .76712)
    }
    .architecture__deco-1 img {
        width: min(calc(var(--layout-width) * .14925), calc(var(--layout-height) * .27397))
    }
    .architecture__deco-2 {
        z-index: 2;
        left: auto;
        right: calc(var(--layout-width) * .28358);
        bottom: auto;
        top: calc(var(--layout-height) * .49589)
    }
    .architecture__deco-2 img {
        width: min(calc(var(--layout-width) * .18657), calc(var(--layout-height) * .34247))
    }
}
.interior__mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * 3);
    z-index: 3
}
.interior__background img {
    height: var(--viewport-height)
}
.interior__sub-title {
    z-index: 3
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .interior__title {
        margin-left: -17vw
    }
}
@media only screen and (min-width:980px) {
    .interior__background img {
        height: 100%
    }
    .interior__background-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .1), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3))
    }
    .interior__background-overlay--hidden {
        opacity: 0
    }
    .interior__image {
        position: absolute;
        width: 100%;
        z-index: 2
    }
    .interior__image picture {
        position: relative;
        width: 100%;
        height: 100%
    }
    .interior__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .is-resizing .interior__image picture {
        height: auto;
        padding-top: 82.91747%
    }
    .is-resizing .interior__image img {
        position: absolute;
        left: 0;
        top: 0
    }
    .interior__image--full picture {
        height: 100%;
        padding-top: 0
    }
    .interior__image--1 {
        left: 0;
        top: 0
    }
    .interior__image--2 {
        left: calc(50% + var(--spacing-s));
        top: 50%;
        transform: translateY(-50%)
    }
    .interior__image--3 {
        left: calc(100% + var(--spacing-s) * 2);
        bottom: 0
    }
    .interior__image--full {
        top: 0;
        bottom: 0;
        left: 0;
        width: var(--layout-width-4);
        transform: translateY(0);
        pointer-events: none
    }
    .interior__image--top {
        z-index: 3
    }
    .interior__image--bottom {
        z-index: 1
    }
    .interior__image__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
    .interior__modal-button {
        position: absolute;
        right: 0;
        bottom: 0
    }
    .interior__title-wrapper {
        width: var(--layout-width)
    }
    .interior__next {
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        z-index: 1;
        padding-bottom: calc(var(--spacing-s) * 2)
    }
    .interior__title {
        margin-left: -.07em
    }
    .interior__sub-title {
        z-index: 0
    }
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1);
        font-size: 85px !important;
    }
    .interior__gallery .tabs-contents__content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
    .interior__gallery img, .interior__gallery picture {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1);
        font-size: 85px !important;
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:980px) and (max-height:599px), only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px), only screen and (min-width:980px) and (max-width:1199px) {
    .no-hover .interior__image__overlay .btn {
        display: block!important;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px)
    }
}
.interior-comfort__title {
    position: absolute;
    left: var(--spacing-l);
    top: calc(var(--spacing-s) * 2);
    z-index: 1
}
.interior-comfort__image {
    margin: calc(var(--spacing-s) / 20 * 50) calc(var(--spacing-s) / 20 * 45);
    overflow: hidden;
    border-radius: 100%
}
.interior-comfort__image picture {
    display: block;
    width: 100%;
    height: 100%
}
.interior-comfort__image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}
.interior-comfort__logo {
    position: absolute;
    right: var(--spacing-l);
    bottom: calc(var(--spacing-l) * 2);
    width: calc(100% - var(--spacing-l) * 2)
}
@media only screen and (min-width:980px) {
    .interior-comfort__title {
        position: relative;
        left: auto;
        top: auto
    }
    .interior-comfort__image {
        position: absolute;
        left: 50%;
        top: calc(var(--spacing-l) * 2);
        bottom: calc(var(--spacing-l) * 2);
        transform: translateX(-50%);
        margin: 0
    }
    .interior-comfort__image img {
        width: auto;
        height: 100%
    }
    .interior-comfort__image picture {
        transform: scale(1);
        transform-origin: 50% 50%
    }
    .interior-comfort__image picture.interior-comfort__image__zoomed-in {
        transform: scale(1.25)
    }
    .interior-comfort__logo {
        bottom: calc(var(--spacing-l) * 3);
        width: calc(50% - var(--spacing-l));
        height: auto
    }
}
.interior__deco {
    right: calc(100vw / 360 * 160);
    top: calc(var(--viewport-height) + 74px)
}
.interior__deco img {
    width: 70.55556vw
}
@media only screen and (min-width:980px) {
    .interior__deco {
        right: auto;
        left: calc(var(--layout-width) * .32985);
        top: auto;
        bottom: calc(var(--layout-height) * .17534)
    }
    .interior__deco img {
        width: min(calc(var(--layout-width) * .46716), calc(var(--layout-height) * .85753))
    }
}
.territory__mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * 3);
    z-index: 3
}
.territory__background img {
    height: var(--viewport-height)
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .territory__title {
        margin-left: -52vw
    }
}
@media only screen and (min-width:980px) {
    .territory__background img {
        height: 100%
    }
    .territory__next {
        position: absolute;
        left: 0;
        bottom: calc(100% + var(--spacing-s) * 2)
    }
    .territory__title {
        margin-right: -.07em
    }
    .territory__title--en {
        margin-right: .04em
    }
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
    .territory__modal-button {
        position: absolute;
        right: 0;
        bottom: 0
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:700px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:700px) {
    .territory__title {
        font-size: 10.8rem;
        line-height: 1.01852em;
        --lh: 1.01852em;
        letter-spacing: -.02em
    }
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1);
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1);
        font-size: 85px !important;
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1050px) {
    .territory__title {
        font-size: 11rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em;
        margin-right: -.03em
    }
    .territory__title--en {
        margin-right: .04em
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .territory__title {
        margin-right: -.03em
    }
    .territory__title--en {
        margin-right: .04em
    }
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:980px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 4)
    }
}
@media only screen and (min-width:1200px) and (min-height:600px) and (max-height:840px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.5)
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) and (max-height:980px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.5)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1190px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.5)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:980px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.3)
    }
}
@media only screen and (min-width:980px) {
    .territory-nav-border {
        margin: calc(var(--header-height) + var(--spacing-s)) var(--spacing-l) 0
    }
}
.territory-nav-wrapper {
    display: flex;
    flex-direction: column
}
@media only screen and (min-width:980px) {
    .territory-nav-wrapper {
        flex-direction: column-reverse
    }
    .territory-nav-wrapper.layout__part--hidden {
        display: none
    }
}
@media only screen and (max-width:979px) {
    .territory-nav-title {
        color: var(--c-warm-1);
        border-bottom: 1px solid rgba(var(--c-warm-1-rgb), .15);
        padding-bottom: var(--spacing-s);
        margin-bottom: var(--spacing-s)
    }
}
.territory-nav {
    display: flex;
    justify-content: center;
    order: 1
}
.territory-nav__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative
}
.territory-nav__item__text {
    display: none
}
@media only screen and (max-width:979px) {
    .territory-nav__item {
        border-left: 1px solid rgba(var(--c-warm-1-rgb), .15);
        padding-left: calc(var(--spacing-s) / 20 * 15);
        padding-right: calc(var(--spacing-s) / 20 * 15)
    }
    .territory-nav__item:first-child {
        border-left: 0
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px) {
    .territory-nav__item {
        width: 100%;
        justify-content: center;
        align-items: center
    }
}
@media only screen and (min-width:980px) {
    .territory-nav {
        flex-wrap: wrap
    }
    .territory-nav__item {
        width: 50%;
        height: var(--territory-nav-h);
        flex: 0 0 50%;
        color: var(--t-heading)
    }
    .territory-nav__item .btn {
        display: flex
    }
    .territory-nav__item__text {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block
    }
    .territory-nav__item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(var(--spacing-s) * -1);
        border-bottom: 1px solid var(--t-line)
    }
    .territory-nav__item:first-child, .territory-nav__item:nth-child(3) {
        padding-right: var(--spacing-s)
    }
    .territory-nav__item:nth-child(2), .territory-nav__item:nth-child(4) {
        padding-left: var(--spacing-s)
    }
    .territory-nav__item:nth-child(2) .territory-nav__item__text, .territory-nav__item:nth-child(4) .territory-nav__item__text {
        left: var(--spacing-s)
    }
    .territory-nav__item:nth-child(2):before, .territory-nav__item:nth-child(4):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-left: 1px solid var(--t-line)
    }
    .territory-nav__item:nth-child(2):before {
        top: 0
    }
    .territory-nav__item:nth-child(3), .territory-nav__item:nth-child(4) {
        margin-top: calc(var(--spacing-s) * 2)
    }
    .territory-nav__item:nth-child(3) .territory-nav__item__text, .territory-nav__item:nth-child(4) .territory-nav__item__text {
        padding-top: calc(var(--spacing-s) / 20 * 35)
    }
    .has-hover .territory-nav__item:hover {
        color: var(--t-heading)
    }
    .has-hover .territory-nav__item.is-active:hover, .territory-nav__item.is-active {
        color: var(--t-accent)
    }
}
@media only screen and (min-width:980px) {
    .territory-slider-top {
        z-index: 0
    }
    .territory-slider-top, .territory-slider-top .tabs-contents__content {
        height: calc(var(--territory-nav-h) * 2 + var(--spacing-s) * 2)
    }
}
@media only screen and (min-width:980px) {
    .territory-slider-bottom-border {
        top: auto;
        height: 100%
    }
    .territory-slider-bottom-border--small {
        height: calc(var(--layout-height) - var(--territory-nav-h) * 2 - var(--spacing-s) * 4)
    }
}
.territory-slider-bottom {
    overflow: visible!important
}
@media only screen and (min-width:980px) {
    .territory-slider-bottom {
        top: calc(var(--territory-nav-h) * 2 + var(--spacing-s) * 4);
        height: calc(var(--layout-height) - var(--territory-nav-h) * 2 - var(--spacing-s) * 4)
    }
    .territory-slider-bottom .tabs-contents__content {
        height: 100%
    }
}
.territory-slider-title {
    position: absolute;
    left: 50%;
    top: calc(var(--spacing-s) * -2);
    transform: translateX(-50%)
}
@media only screen and (min-width:980px) {
    .territory-slider-title {
        top: calc(var(--spacing-s) * -1.5);
        left: calc(var(--layout-width-2) * -1 - var(--spacing-s) * 2 + var(--spacing-l));
        transform: translateY(-50%)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .territory-slider-title {
        font-size: min(calc(var(--layout-width-4) * .2), 27rem)
    }
}
.territory-slider-text {
    padding-top: calc(var(--spacing-s) * 2.75);
    padding-bottom: calc(var(--spacing-s) * 5)
}
@media only screen and (min-width:980px) {
    .territory-slider-text {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}
.territory__deco-1 {
    left: 5px;
    top: calc(var(--viewport-height) + 200px + 100vw / 360 * 280)
}
.territory__deco-1 img {
    width: 25vw
}
.territory__deco-2 {
    right: calc(100vw / 360 * 90 + 20px);
    top: calc(var(--viewport-height) + 165px)
}
.territory__deco-2 img {
    width: 29.16667vw
}
.territory__deco-1-1 {
    left: 0;
    top: -40px
}
.territory__deco-1-1 img {
    width: 23.88889vw
}
.territory__deco-1-2 {
    right: 15px;
    top: -180px
}
.territory__deco-1-2 img {
    width: 20.83333vw
}
.territory__deco-4-1 {
    left: 5px;
    bottom: 50px
}
.territory__deco-4-1 img {
    width: 23.61111vw
}
@media (min-aspect-ratio:13/9), only screen and (min-width:568px) {
    .territory__deco-4-1 {
        left: 85px;
        bottom: 220px
    }
}
@media only screen and (min-width:980px) {
    .territory__deco-1 {
        right: auto;
        left: calc(var(--layout-width) * -.02239);
        top: auto;
        bottom: calc(var(--layout-height) * .23973)
    }
    .territory__deco-1 img {
        width: min(calc(var(--layout-width) * .18657), calc(var(--layout-height) * .34247))
    }
    .territory__deco-2 {
        left: auto;
        right: calc(var(--layout-width) * .31716);
        bottom: auto;
        top: calc(var(--layout-height) * .42466)
    }
    .territory__deco-2 img {
        width: min(calc(var(--layout-width) * .13507), calc(var(--layout-height) * .24795))
    }
    .territory__deco-1-1 {
        right: auto;
        left: calc(var(--layout-width) * -.1791);
        bottom: auto;
        top: calc(var(--layout-height) * -.21918)
    }
    .territory__deco-1-1 img {
        width: min(calc(var(--layout-width) * .13582), calc(var(--layout-height) * .24932))
    }
    .territory__deco-1-2 {
        left: auto;
        right: calc(var(--layout-width) * .05224);
        bottom: auto;
        top: calc(var(--layout-height) * -.0137)
    }
    .territory__deco-1-2 img {
        width: min(calc(var(--layout-width) * .0806), calc(var(--layout-height) * .14795))
    }
    .territory__deco-4-1 {
        right: auto;
        left: calc(var(--layout-width) * -.20896);
        top: auto;
        bottom: calc(var(--layout-height) * .19863)
    }
    .territory__deco-4-1 img {
        width: min(calc(var(--layout-width) * .17164), calc(var(--layout-height) * .31507))
    }
}
.location__mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * 1.5);
    z-index: 3
}
.location__background, .location__background img, .location__background video {
    height: var(--viewport-height)
}
@media only screen and (max-width:979px) {
    .location {
        overflow: visible
    }
    .location__image {
        padding: var(--spacing-s) calc(var(--spacing-s) * .5)
    }
}
@media only screen and (min-width:980px) {
    .location__background, .location__background img, .location__background video {
        height: 100%
    }
    .location__background-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }
    .location__background-overlay--hidden {
        opacity: 0
    }
    .location__title {
        top: -.04em
    }
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .297), calc(var(--layout-width) * .18))
    }
    .location__modal-button {
        position: absolute;
        right: 0;
        bottom: 0
    }
    .location__sub-title {
        padding-top: 2px
    }
    .location__next {
        position: absolute;
        bottom: 0;
        right: calc(100% + var(--spacing-s) * 2)
    }
    .location__map {
        will-change: transform
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .297), calc(var(--layout-width) * .18))
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .location__title {
        top: 0
    }
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .312), calc(var(--layout-width) * .182))
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .312), calc(var(--layout-width) * .182))
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .location__title {
        font-size: min(calc((var(--layout-height) - var(--spacing-s) * 4 - var(--spacing-l)) * .315), 23rem)
    }
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .312), calc(var(--layout-width) * .182))
    }
}
@media only screen and (min-width:980px) {
    .location--en .location__title-wrap {
        transform: scale(1.13);
        margin-right: 6%
    }
}
@media only screen and (min-width:980px) {
    .location__places-bg {
        --places-height: calc(380 / 730 * var(--layout-height) + var(--spacing-l) * 2);
        height: var(--places-height);
        bottom: calc(var(--spacing-l) * -1)
    }
    .location__places-bg.layout__part--hidden-bottom {
        transform: translateY(var(--places-height))
    }
}
.location__places-wrapper {
    background: var(--c-warm-3)
}
@media only screen and (min-width:980px) {
    .location__places-wrapper {
        background: none
    }
}
.location__places {
    padding-top: 94.44444%;
    margin-top: -155px;
    background: var(--t-background)
}
.location__places__title {
    position: absolute;
    left: var(--spacing-s);
    top: var(--spacing-s)
}
.location__places__text {
    position: absolute;
    right: var(--spacing-s);
    bottom: var(--spacing-s);
    text-align: right
}
.location__places__nav {
    position: absolute;
    z-index: 3;
    right: var(--spacing-s);
    top: var(--spacing-s)
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9), only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px) {
    .location__places {
        padding-top: 35.71429%;
        max-width: 420px;
        padding-top: min(35.71429%, calc(var(--viewport-height) - var(--spacing-s) * 2))
    }
}
@media only screen and (min-width:980px) {
    .location__places {
        --places-height: calc(380 / 730 * var(--layout-height) + var(--spacing-l) * 2);
        height: calc(380 / 730 * var(--layout-height));
        padding-top: 0;
        bottom: 0;
        margin-top: var(--spacing-l);
        background: none
    }
    .location__places.layout__part--hidden-bottom {
        transform: translateY(var(--places-height))
    }
    .location__places__title {
        left: 0;
        top: 0
    }
    .location__places__text {
        right: 0;
        bottom: 0
    }
    .location__places__nav {
        right: 0;
        top: 0
    }
}
.location__deco-mob-1 {
    z-index: 0;
    right: 12.5vw;
    top: calc(var(--viewport-height) + 100vw / 360 * 30)
}
.location__deco-mob-1 img {
    width: 33.05556vw
}
.location__deco-mob-2 {
    left: 2.77778vw;
    top: calc(var(--viewport-height) + 100vw / 360 * 130 + 100px)
}
.location__deco-mob-2 img {
    width: 33.33333vw
}
.location__deco-mob-3 {
    right: 25vw;
    top: calc(var(--viewport-height) + 100vw / 360 * 370 + 100px)
}
.location__deco-mob-3 img {
    width: 33.05556vw
}
.location__deco-mob-4 {
    z-index: 2;
    right: 43.05556vw;
    bottom: calc(100vw / 360 * 790 + 65px)
}
.location__deco-mob-4 img {
    width: 29.44444vw
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .location__deco-mob-3 {
        top: calc(var(--viewport-height) + 100vw / 360 * 370 + 80px)
    }
    .location__deco-mob-3 img {
        max-width: 25vw
    }
    .location__deco-mob-4 {
        right: 10vw;
        bottom: 90vw
    }
    .location__deco-mob-4 img {
        max-width: 20vw
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .location__deco-mob-3 {
        top: calc(var(--viewport-height) + 100vw / 360 * 370 + 30px)
    }
}
@media only screen and (min-width:980px) {
    .location__deco-1 {
        right: auto;
        left: calc(var(--layout-width) * .20149);
        top: auto;
        bottom: calc(var(--layout-height) * .09863)
    }
    .location__deco-1 img {
        width: min(calc(var(--layout-width) * .10746), calc(var(--layout-height) * .19726))
    }
    .location__deco-2 {
        right: auto;
        left: calc(var(--layout-width) * .11418);
        bottom: auto;
        top: calc(var(--layout-height) * .31918)
    }
    .location__deco-2 img {
        width: min(calc(var(--layout-width) * .08209), calc(var(--layout-height) * .15068))
    }
    .location__deco-3 {
        z-index: 0;
        right: auto;
        left: calc(var(--layout-width) * .16418);
        bottom: auto;
        top: calc(var(--layout-height) * .05479)
    }
    .location__deco-3 img {
        width: min(calc(var(--layout-width) * .03582), calc(var(--layout-height) * .06575))
    }
    .location__deco-4 {
        z-index: 0;
        right: auto;
        left: calc(var(--layout-width) * .33582);
        bottom: auto;
        top: calc(var(--layout-height) * .00822)
    }
    .location__deco-4 img {
        width: min(calc(var(--layout-width) * .0903), calc(var(--layout-height) * .16575))
    }
    .location__deco-5 {
        z-index: 0;
        right: auto;
        left: calc(var(--layout-width) * .34851);
        bottom: auto;
        top: calc(var(--layout-height) * -.16164)
    }
    .location__deco-5 img {
        width: min(calc(var(--layout-width) * .07985), calc(var(--layout-height) * .14658))
    }
    .location__deco-6 {
        left: auto;
        right: calc(var(--layout-width) * -.00746);
        bottom: auto;
        top: calc(var(--layout-height) * .23288)
    }
    .location__deco-6 img {
        width: min(calc(var(--layout-width) * .15746), calc(var(--layout-height) * .28904))
    }
    .location__deco-7 {
        z-index: 0;
        left: auto;
        right: calc(var(--layout-width) * .01493);
        bottom: auto;
        top: calc(var(--layout-height) * .31918)
    }
    .location__deco-7 img {
        width: min(calc(var(--layout-width) * .09701), calc(var(--layout-height) * .17808))
    }
    .location__deco-8 {
        left: auto;
        right: calc(var(--layout-width) * .27388);
        top: auto;
        bottom: calc(var(--layout-height) * .10685)
    }
    .location__deco-8 img {
        width: min(calc(var(--layout-width) * .1194), calc(var(--layout-height) * .21918))
    }
}
.apartments__title {
    z-index: 1
}
.apartments__more {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: calc(var(--spacing-l) * 2);
    bottom: calc(var(--spacing-l) * 2);
    transform: translateX(-50%);
    margin: 0;
    overflow: hidden;
    border-radius: 100%
}
.apartments__more img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.apartments__more picture {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: 50% 50%
}
.apartments__more picture.apartments__more__zoomed-in {
    transform: scale(1.25)
}
.apartments__more-button {
    position: absolute;
    z-index: 2;
    transform: translateX(-50%);
    left: var(--layout-width-3);
    bottom: calc(var(--spacing-l) * (2 + 55 / 50))
}
.apartments__mobile-modal-btn {
    position: absolute;
    right: var(--spacing-s);
    top: calc(var(--spacing-s) / 2)
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .apartments__title {
        margin-left: -26vw
    }
}
@media only screen and (min-width:980px) {
    .apartments__modal-button {
        position: absolute;
        left: 0;
        bottom: 0
    }
    .apartments__more {
        z-index: 1
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1050px) {
    .apartments__title {
        font-size: 11rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em
    }
}
.apartments-list__card {
    height: calc(100vw / 360 * 440);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.carousel-owl-item .apartments-list__card__image {
    height: calc(100vw / 360 * 170)
}
.carousel-owl-item .apartments-list__card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.apartments-list__compass {
    position: absolute;
    bottom: var(--spacing-l);
    right: var(--spacing-l);
    z-index: 2;
    width: 40px;
    height: 40px
}
.apartments-list__compass:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--t-line)
}
.apartments-list__compass__direction {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/common/direction.svg);
    background-position: 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    transform: rotate(var(--compass-direction))
}
.apartments-list__compass__direction:after {
    position: absolute;
    content: "N";
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%) rotate(calc(var(--compass-direction) * -1));
    font-size: 1rem;
    line-height: 1.2em;
    --lh: 1.2em;
    letter-spacing: .02em;
    font-weight: 500
}
.apartments-list__more__overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: var(--spacing-l);
    --transition-duration: 0.8s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
    transform: translateY(100%)
}
.apartments-list__more__overlay p {
    max-width: 420px
}
.apartments-list__more__button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: var(--spacing-l)
}
.apartments-list__more__button .btn__icon {
    --transition-duration: 0.8s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing)
}
.apartments-list__more--open .apartments-list__more__overlay {
    transform: translateY(0)
}
.apartments-list__more--open .btn__icon {
    transform: rotate(45deg)
}
.apartments-list__title {
    padding-top: 2px
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .apartments-list__card {
        max-height: 100vh
    }
    .carousel-owl-item .apartments-list__card__image {
        max-height: 40vh
    }
}
@media only screen and (min-width:980px) {
    .apartments-list .tabs-contents, .apartments-list .tabs-contents__content {
        height: 100%
    }
    .apartments-list__container {
        height: calc(100% + var(--spacing-l))
    }
    .apartments-list__inner {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center
    }
    .apartments-list__inner picture {
        width: 100%;
        height: calc((var(--layout-height)) * .6);
        max-height: 820px;
        max-width: 45vw;
        margin: auto
    }
    .apartments-list__inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .apartments-list__info {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 2px
    }
    .apartments-list__feature {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }
    .apartments-list__feature__icon {
        padding-right: var(--spacing-s);
        margin-right: var(--spacing-s);
        border-right: 1px solid var(--t-line)
    }
}
.apartments__deco-1 {
    right: 30px;
    top: 175px
}
.apartments__deco-1 img {
    width: 23.88889vw
}
.apartments__deco-2 {
    left: 18.33333vw;
    top: 0
}
.apartments__deco-2 img {
    width: 15vw;
    transform: translateX(-50%)
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .apartments__deco-1 img {
        max-width: 15vw
    }
    .apartments__deco-2 {
        top: 0
    }
    .apartments__deco-2 img {
        width: 8.33333vw;
        max-width: 7vw
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .apartments__deco-1 {
        right: 20px;
        top: 200px
    }
    .apartments__deco-1 img {
        width: 16.66667vw
    }
    .apartments__deco-2 {
        top: 0
    }
    .apartments__deco-2 img {
        width: 8.33333vw
    }
}
@media only screen and (min-width:980px) {
    .apartments__deco-1 {
        z-index: 2;
        top: auto;
        right: auto;
        left: calc(var(--layout-width) * .33582);
        bottom: auto;
        top: calc(var(--layout-height) * .43014)
    }
    .apartments__deco-1 img {
        width: min(calc(var(--layout-width) * .14179), calc(var(--layout-height) * .26027))
    }
    .apartments__deco-2 {
        z-index: 2;
        top: calc(var(--header-height) * -1 - var(--spacing-s) - 15px);
        left: auto;
        right: calc(var(--layout-width) * .35821)
    }
    .apartments__deco-2 img {
        width: min(calc(var(--layout-width) * .11194), calc(var(--layout-height) * .20548))
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1050px) {
    .apartments__deco-1 {
        bottom: auto;
        top: calc(var(--layout-height) * .36986)
    }
}
.news-item {
    display: block;
    position: relative;
    border-top: 1px solid var(--t-line);
    padding-top: var(--spacing-l);
    margin-top: calc(var(--spacing-l) * 2)
}
.news-item--first {
    margin-top: 0
}
.news-item__date {
    padding: var(--spacing-s) 0;
    opacity: .5
}
.news-item__image {
    display: block;
    width: 100%;
    flex-shrink: 0
}
.news-item__image img, .news-item__image picture {
    display: block;
    width: 100%;
    height: auto
}
.news-item__title {
    padding: 0 0 var(--spacing-s)
}
@media only screen and (min-width:980px) {
    .news-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }
    .news-item__date {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0
    }
    .news-item__title {
        order: 1;
        flex-grow: 1;
        margin: calc(var(--spacing-s) * 2) 0 var(--spacing-s);
        padding: 0
    }
    .news-item__button {
        order: 0
    }
    .news-item__image {
        order: 2;
        overflow: hidden;
        overflow: clip
    }
    .news-item__image, .news-item__image picture {
        will-change: transform
    }
}
.news-list {
    padding: calc(var(--spacing-l) * 2) var(--spacing-l) calc(var(--spacing-l) * 5)
}
.news-list__title h2>span {
    display: block
}
.news-list__more {
    border-top: 1px solid var(--t-line);
    padding-top: var(--spacing-l);
    margin-top: calc(var(--spacing-l) * 2)
}
@media only screen and (min-width:980px) {
    .news-list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0
    }
    .news-list__title {
        border-bottom: 1px solid var(--t-line);
        padding-top: calc(var(--spacing-l) - var(--spacing-s));
        padding-bottom: var(--spacing-l);
        margin-bottom: var(--spacing-l)
    }
    .news-list__title h2>span {
        display: inline
    }
    .news-list__content {
        flex-grow: 1;
        display: flex;
        margin: 0 calc(var(--spacing-s) * -1)
    }
    .news-list__content li {
        flex: 0 0 33.333%;
        width: 33.333%;
        padding: 0 var(--spacing-s);
        position: relative
    }
    @-moz-document url-prefix() {
        .news-list__content li {
            max-width: 33.333%
        }
    }
    .news-list__content li+li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-left: 1px solid var(--t-line)
    }
}
@media only screen and (min-width:980px) {
    .footer-landing {
        transform: translateY(-100%)
    }
}
.details-modal {
    padding-bottom: var(--spacing-l)
}
.details-modal__image {
    padding-top: calc(var(--spacing-l) * 2);
    margin-bottom: var(--spacing-s)
}
.details-modal__image:last-child {
    margin-bottom: 0
}
@media only screen and (min-width:980px) {
    .details-modal__image {
        margin-bottom: calc(var(--spacing-s) * 4)
    }
    .details-modal__image:last-child {
        margin-bottom: 0
    }
}
.details-modal__image picture {
    max-width: 93.33333%
}
.details-modal__image img, .details-modal__image picture {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}
.details-modal__image p {
    text-align: left;
    margin-top: calc(var(--lh) * -2 - var(--lh) / 2)
}
.details-modal__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0
}
.details-modal__list:last-child {
    margin-bottom: 0
}
@media only screen and (min-width:980px) {
    .details-modal__list {
        margin-bottom: calc(var(--spacing-s) * 2)
    }
    .details-modal__list:last-child {
        margin-bottom: 0
    }
}
.details-modal__list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: var(--spacing-s);
    bottom: auto;
    border-bottom: 1px solid var(--t-line)
}
.details-modal__list--last .details-modal__list__item:nth-last-child(-n+2):after {
    border-color: transparent
}
.details-modal__list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative;
    width: 50%;
    height: calc(var(--spacing-l) * 8);
    flex: 0 0 50%;
    color: var(--t-heading);
    margin-top: calc(var(--spacing-s) * 2)
}
.details-modal__list__item__text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .details-modal__list__item__text br {
        display: none
    }
}
.details-modal__list__item .icon {
    --scale: 0.75px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%)
}
.details-modal__list__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * -1);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__list__item:first-child, .details-modal__list__item:first-child .details-modal__list__item__text, .details-modal__list__item:nth-child(3), .details-modal__list__item:nth-child(3) .details-modal__list__item__text {
    padding-right: var(--spacing-s)
}
.details-modal__list__item:nth-child(2), .details-modal__list__item:nth-child(4) {
    padding-left: var(--spacing-s)
}
.details-modal__list__item:nth-child(2) .details-modal__list__item__text, .details-modal__list__item:nth-child(4) .details-modal__list__item__text {
    left: var(--spacing-s)
}
.details-modal__list__item:nth-child(2):before, .details-modal__list__item:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--t-line)
}
.details-modal__list__item:nth-child(2):before {
    top: 0
}
.details-modal__list__item:nth-child(3) .details-modal__list__item__text, .details-modal__list__item:nth-child(4) .details-modal__list__item__text {
    padding-top: calc(var(--spacing-s) / 20 * 35)
}
.details-modal__list+.details-modal__article {
    margin-top: calc(var(--spacing-s) * 3)
}
.details-modal__big-text {
    display: flex;
    flex-wrap: nowrap;
    margin-top: var(--spacing-s);
    padding: calc(var(--spacing-s) * 1.5) 0;
    justify-content: space-between
}
.details-modal__big-text.border-bottom {
    margin-bottom: var(--spacing-s);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__big-text.border-top {
    margin-top: calc(var(--spacing-s) * 3);
    border-top: 1px solid var(--t-line)
}
.details-modal__big-text--xs-column {
    flex-flow: column nowrap
}
.details-modal__big-text--xs-column p {
    text-align: left
}
.details-modal__big-text--xs-column>p+p {
    margin-top: calc(var(--spacing-s) * 2)
}
.details-modal__big-text--xs-revert {
    flex-direction: column-reverse
}
.details-modal__big-text--xs-revert>p+p {
    margin-top: 0;
    margin-bottom: calc(var(--spacing-s) * 2)
}
.details-modal__small-text.border-bottom {
    margin-bottom: var(--spacing-s);
    padding-bottom: var(--spacing-s);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__article {
    margin: var(--spacing-s) 0
}
.details-modal__article:first-child {
    margin-top: 0;
    margin-left: 0
}
.details-modal__article:last-child {
    margin-right: 0;
    margin-bottom: 0
}
@media only screen and (min-width:980px) {
    .details-modal__article {
        margin: var(--spacing-l) 0 var(--spacing-s)
    }
    .details-modal__article:first-child {
        margin-top: 0;
        margin-left: 0
    }
    .details-modal__article:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
}
.details-modal__article img, .details-modal__article picture {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}
.details-modal__article>p {
    margin: calc(var(--spacing-s) * 2) 0
}
.details-modal__article>p:first-child {
    margin-top: 0;
    margin-left: 0
}
.details-modal__article>p:last-child {
    margin-right: 0;
    margin-bottom: 0
}
.details-modal__article__totals {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--t-line);
    margin-top: var(--spacing-s);
    padding: var(--spacing-s) 0 0
}
.details-modal__article__totals__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 50%;
    height: calc(var(--spacing-l) * 8);
    flex: 0 0 50%
}
.details-modal__article__totals__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * -1);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__article__totals__item:first-child, .details-modal__article__totals__item:nth-child(3) {
    padding-right: var(--spacing-s)
}
.details-modal__article__totals__item:nth-child(2), .details-modal__article__totals__item:nth-child(4) {
    padding-left: var(--spacing-s)
}
.details-modal__article__totals__item:nth-child(2):before, .details-modal__article__totals__item:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--t-line)
}
.details-modal__article__totals__item sup {
    line-height: 1em;
    top: .3em;
    bottom: auto;
    transform: none;
    vertical-align: top
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .details-modal__article__totals__item br {
        display: none
    }
}
.details-modal__article .details-modal__list {
    margin-top: 0
}
.details-modal__accordion {
    margin-top: calc(var(--spacing-l) * 2)
}
.details-modal__accordion__heading {
    border-top: 1px solid var(--t-line)
}
.details-modal__accordion__heading a {
    display: flex;
    align-items: center;
    padding: var(--spacing-s) 0
}
.details-modal__accordion__heading a.is-active .details-modal__accordion__heading__btn svg {
    transform: rotate(180deg)
}
.details-modal__accordion__heading__btn {
    margin-left: auto
}
.details-modal__accordion__content>div {
    padding: var(--spacing-s) 0
}
.details-modal__accordion__content.is-active>div {
    border-top: 1px solid var(--t-heading)
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .details-modal__big-text--xs-column {
        flex-flow: row nowrap
    }
    .details-modal__big-text--xs-column p.text--right {
        text-align: right
    }
    .details-modal__big-text--xs-column>p+p {
        margin-top: 0
    }
    .details-modal__big-text--xs-revert {
        flex-direction: row
    }
}
@media only screen and (min-width:980px) {
    .details-modal__image {
        padding-top: var(--spacing-l)
    }
    .details-modal__image--narrow p {
        margin-left: 15px;
        margin-right: 15px
    }
    .details-modal__image--narrow-sm p {
        max-width: 37vw;
        margin-left: auto;
        margin-right: auto
    }
    .details-modal__image--narrow-grid p {
        max-width: calc((100vw - var(--spacing-l) * 2 - var(--spacing-s) * 10) / 6 * 2 + 1 * var(--spacing-s) * 2);
        margin-left: auto;
        margin-right: auto
    }
    .details-modal__image picture {
        max-width: 61.76471%
    }
    .details-modal__image p {
        text-align: center;
        margin-top: calc(var(--lh) * -1 - var(--lh) / 2)
    }
    .details-modal__list__item {
        height: calc(var(--spacing-l) * 6)
    }
    .details-modal__list__item .icon {
        --scale: 1px;
        transform: translate(-50%, 15px)
    }
    .details-modal__list+.details-modal__article {
        margin-top: calc(var(--spacing-s) * 5)
    }
    .details-modal__big-text {
        padding: calc(var(--spacing-l) / 40 * 45) 0;
        margin-top: 0
    }
    .details-modal__list+.details-modal__big-text {
        padding-top: calc(var(--spacing-l) / 40 * 25)
    }
    .details-modal__small-text {
        padding-right: calc(var(--spacing-s) * 1.5)
    }
    .details-modal__accordion {
        margin-top: var(--spacing-l)
    }
    .details-modal__accordion__heading a {
        padding: calc(var(--spacing-s) / 20 * 32) 0
    }
    .details-modal__accordion__content>div {
        padding-top: calc(var(--spacing-s) / 20 * 45);
        padding-bottom: calc(var(--spacing-s) / 20 * 45);
        padding-right: calc(var(--spacing-s) * 1.5)
    }
    .details-modal__article>p {
        padding-right: calc(var(--spacing-l) * 2)
    }
    .details-modal__article__totals__item {
        height: calc(var(--spacing-l) * 4)
    }
    .details-modal__article__totals__item sup {
        top: .45em
    }
    .details-modal__article+.details-modal__image {
        padding-top: calc(var(--spacing-l) - var(--spacing-s))
    }
}
@media only screen and (min-width:1200px) and (min-height:600px) {
    .details-modal__list__item {
        height: calc(var(--spacing-l) * 4)
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .details-modal__image p {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto
    }
    .details-modal__image--narrow p {
        max-width: 650px
    }
    .details-modal__image--narrow-sm p {
        max-width: 533px
    }
    .details-modal__image--narrow-grid p {
        max-width: calc((100vw - var(--spacing-l) * 2 - var(--spacing-s) * 10) / 6 * 2 + 1 * var(--spacing-s) * 2)
    }
    .details-modal__article__totals__item sup {
        top: .3em
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .details-modal__image p {
        max-width: none
    }
    .details-modal__image--narrow p {
        max-width: 680px
    }
    .details-modal__image--narrow-sm p {
        max-width: 740px
    }
    .details-modal__image--narrow-grid p {
        max-width: calc((100vw - var(--spacing-l) * 2 - var(--spacing-s) * 10) / 6 * 2 + 1 * var(--spacing-s) * 2)
    }
    .details-modal__article__totals__item sup {
        top: .25em
    }
}
.intro__background__left__background {
    transform: translateY(100%)
}
.intro__bottom-animation {
    --transition-duration: 1s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
    transition-delay: .9s
}
.intro__bottom-animation--button-down {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}
.animation--landing-animation {
    transition: 3s
}
.animation--landing-animation .header {
    --transition-duration: 1s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
    transition-delay: .6s
}
.animation--landing-animation .intro__background__left__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--c-cold-3)
}
.animation--landing-animation .intro__background--1 .intro__background__right, .animation--landing-animation .intro__background__left__background {
    --transition-duration: 1.6s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing)
}
.animation--landing-animation .intro__background--1 .intro__background__right {
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path
}
.animation--landing-animation--inactive .header {
    transform: translateY(-100%)
}
.animation--landing-animation--inactive .intro__background__left__background {
    transform: translateY(0)
}
.animation--landing-animation--inactive .intro__bottom-animation {
    transform: translateY(calc(100% + var(--spacing-l)))
}
.animation--landing-animation--inactive .intro__bottom-animation--button-down {
    transform: translateY(calc(var(--spacing-l) * 1 + 40px))
}
@media (max-width:567px) and (max-aspect-ratio:13/9), (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .animation--landing-animation--inactive .intro__bottom-animation {
        transform: translateY(200px)
    }
}
.animation--landing-animation--inactive .intro__background--1 .intro__background__right {
    --clip-path-h: 0;
    --clip-path-w: 0
}
:root {
    --spacing-s: 20px;
    --spacing-l: 20px;
    --scale: 1px;
    --col: calc(100vw / 2)
}
@media screen and (min-width:980px) and (max-width:1440px) {
    :root {
        --scale: calc(0.5px + 0.5 * ((100vw - 980px) / 460));
        --spacing-s: 20px;
        --spacing-l: calc(20px + 30 * ((100vw - 980px) / 460))
    }
}
@media screen and (min-width:1440px) and (max-width:1920px) {
    :root {
        --spacing-s: calc(20px + 10 * ((100vw - 1440px) / 480));
        --spacing-l: calc(50px + 20 * ((100vw - 1440px) / 480))
    }
}
@media only screen and (min-width:980px) {
    :root {
        --col: calc(100vw / 6)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    :root {
        --spacing-s: 30px;
        --spacing-l: 70px
    }
}
@media print {
    :root {
        --spacing-s: 20px;
        --spacing-l: 50px
    }
}
.apartments-list__more__button, .news-item__date {
    font-weight: 500;
    text-transform: none
}
.debug span {
    font-size: 1rem;
    line-height: 1.2em;
    --lh: 1.2em;
    letter-spacing: .02em
}
.details-modal__article__totals__item sup {
    font-size: 2rem;
    line-height: 1.25em;
    --lh: 1.25em;
    letter-spacing: .02em
}
.apartments-list__more__button {
    font-size: 1.2rem;
    line-height: 1.25em;
    --lh: 1.25em;
    letter-spacing: .02em
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .debug span {
        font-size: 1.2rem;
        line-height: 1.25em;
        --lh: 1.25em;
        letter-spacing: .02em
    }
    .details-modal__article__totals__item sup {
        font-size: 2.7rem;
        line-height: 1.2963em;
        --lh: 1.2963em;
        letter-spacing: .02em
    }
    .apartments-list__more__button {
        font-size: 1.4rem;
        line-height: 1.42857em;
        --lh: 1.42857em;
        letter-spacing: 0
    }
}
@media screen and (min-width:980px) and (max-width:1440px) {
    .debug span {
        font-size: calc(.81667rem + 3.83333 * ((100vw - 980px) / 460))
    }
}
@media screen and (min-width:980px) and (max-width:1440px) {
    .details-modal__article__totals__item sup {
        font-size: calc(1.8375rem + 8.625 * ((100vw - 980px) / 460))
    }
}
@media screen and (min-width:980px) and (max-width:1440px) {
    .apartments-list__more__button {
        font-size: calc(.95278rem + 4.47222 * ((100vw - 980px) / 460))
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .debug span {
        font-size: 1.4rem;
        line-height: 1.42857em;
        --lh: 1.42857em;
        letter-spacing: .02em
    }
    .details-modal__article__totals__item sup {
        font-size: 4rem;
        line-height: 1.125em;
        --lh: 1.125em;
        letter-spacing: 0
    }
}
.apartments-list__more__button, .apartments-list__more__button:hover:active, .details-modal__accordion__heading .has-hover a:hover, .details-modal__accordion__heading a, .details-modal__accordion__heading a.is-active, .details-modal__accordion__heading a:hover:active, .has-hover .apartments-list__more__button:hover, .has-hover .details-modal__accordion__heading a:hover, .has-hover .news-item:hover, .is-active.apartments-list__more__button, .is-active.news-item, .news-item, .news-item:hover:active {
    color: var(--t-heading)
}
.apartments-list__more--open .apartments-list__more__button, .apartments-list__more--open .apartments-list__more__button:hover:active, .apartments-list__more--open .has-hover .apartments-list__more__button:hover, .apartments-list__more--open .is-active.apartments-list__more__button, .has-hover .apartments-list__more--open .apartments-list__more__button:hover {
    color: var(--t-accent)
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    overflow: clip;
    transform: translateZ(0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-height {
    transition: height .5s cubic-bezier(.55, 0, .1, 1)
}
.carousel-owl .carousel-owl__fallback, .carousel-owl .owl-stage {
    display: flex;
    align-items: flex-start
}
.carousel-owl .owl-stage, .carousel-owl .owl-stage-outer {
    width: 100%
}
.carousel-owl .owl-nav {
    display: none
}
.carousel-owl .owl-drag, .carousel-owl .owl-drag .card__overlay {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}
.carousel-owl .owl-grab, .carousel-owl .owl-grab .btn-container, .carousel-owl .owl-grab .card__overlay {
    cursor: grabbing;
    cursor: -webkit-grabbing
}
.carousel-owl-item {
    width: 100%
}
.carousel-owl-item img, .carousel-owl-item picture {
    width: 100%;
    height: auto;
    min-height: 1px
}
@media (max-width:567px) and (max-aspect-ratio:13/9), (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .with-modal.is-safari .carousel-owl-item img, .with-modal.is-safari .carousel-owl-item picture {
        transform: translateZ(0)
    }
}
.carousel-owl--ready {
    position: relative
}
.carousel-owl--full .owl-stage-outer {
    overflow: visible
}
.carousel-owl__side-content {
    position: relative;
    z-index: 2
}
.carousel-owl__side-content a, .carousel-owl__side-content h2, .carousel-owl__side-content h3, .carousel-owl__side-content p {
    position: relative
}
.carousel-owl__side-background {
    position: relative;
    z-index: 1
}
.carousel-owl__side-background:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    top: -1px;
    height: calc(100% + 2px);
    width: 100vw;
    background: var(--t-background)
}
.carousel-owl--not-ready .is-hidden--not-ready {
    display: none!important
}
.image-comparison {
    contain: style
}
.image-comparison, .image-comparison__content {
    position: relative;
    height: 100%;
    border-radius: 50%
}
.image-comparison__content {
    overflow: hidden;
    overflow: clip;
    transform: translateZ(0)
}
@media only screen and (max-width:979px) {
    .image-comparison__content {
        min-height: calc(100vw / 360 * 260)
    }
}
.image-comparison picture {
    display: block;
    width: 100%;
    height: 100%;
    will-change: transform
}
.image-comparison picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.image-comparison__item {
    overflow: hidden;
    overflow: clip;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}
.image-comparison__item~.image-comparison__item {
    transform: translateX(50%)
}
.image-comparison__item~.image-comparison__item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid var(--c-cold-2)
}
.image-comparison__item~.image-comparison__item picture {
    transform: translateX(-50%)
}
.image-comparison__control {
    position: absolute;
    left: 50%;
    top: -15px;
    bottom: -15px;
    border-left: 1px solid var(--c-cold-2)
}
.image-comparison__control--primary {
    border-left: 1px solid var(--t-primary)
}
.image-comparison__control__button {
    cursor: move;
    cursor: ew-resize;
    position: absolute;
    left: -1px;
    top: 50%;
    margin: -15px 0 0 -15px
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .image-comparison__control__button {
        margin: -20px 0 0 -20px
    }
}
@media only screen and (min-width:980px) {
    .image-comparison {
        overflow: hidden;
        overflow: clip
    }
    .has-hover .image-comparison--vertical .image-comparison__item~.image-comparison__item {
        transform: translateY(50%)
    }
    .has-hover .image-comparison--vertical .image-comparison__item~.image-comparison__item:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        border-top: 1px solid var(--c-cold-2)
    }
    .has-hover .image-comparison--vertical .image-comparison__item~.image-comparison__item picture {
        transform: translateY(-50%)
    }
}
.image-comparison__item.image-comparison__item--transition, .image-comparison__item.image-comparison__item--transition picture {
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing)
}
.location-map {
    height: 100%;
    padding: calc(var(--spacing-l) * 2) var(--spacing-l) var(--spacing-l);
    overflow: hidden;
    overflow: clip
}
.location-map__image picture {
    display: block;
    height: 100%
}
.location-map__image picture img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}
@media only screen and (max-width:979px) {
    .location-map__image {
        position: relative;
        min-height: calc(100vw / 360 * 445);
        margin-top: var(--spacing-s)
    }
    .location-map__image picture {
        position: absolute;
        top: 0;
        height: 100%;
        left: 47%;
        transform: translate(-50%)
    }
    .location-map__image picture img {
        height: 200%;
        transform: scale(.5);
        transform-origin: 50% 0
    }
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .location-map__image {
        min-height: 90vh
    }
}
@media only screen and (min-width:980px) {
    .location-map {
        padding-top: var(--spacing-l)
    }
    .location-map__image {
        position: absolute;
        top: var(--spacing-l);
        left: calc(var(--spacing-l) / 50 * 113);
        right: calc(var(--spacing-l) / 50 * 130);
        bottom: calc(var(--spacing-l) / 50 * 38);
        display: flex;
        justify-content: center;
        align-items: center
    }
    .location-map__image img, .location-map__image picture {
        width: 100%;
        max-height: 780px
    }
    .location-map__button {
        position: absolute;
        z-index: 1;
        right: var(--spacing-l);
        bottom: var(--spacing-l)
    }
}
.modal .location-map__button {
    position: absolute;
    z-index: 1;
    left: var(--spacing-l);
    bottom: var(--spacing-l)
}
@media only screen and (min-width:980px) {
    .modal .location-map__button {
        right: auto;
        left: var(--spacing-l)
    }
}
.has-custom-controller, .has-custom-controller body {
    overflow: hidden
}
body::-webkit-scrollbar {
    width: 5px!important;
    height: 5px!important
}
body::-webkit-scrollbar-track {
    background: var(--c-cold-3)!important
}
body::-webkit-scrollbar-thumb {
    background-color: var(--c-warm-1)!important;
    border: 1px solid var(--c-cold-3)!important;
    border-radius: 1px!important
}
.has-custom-controller .scroll-controller-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}
.debug {
    position: fixed;
    z-index: 20;
    left: 10px;
    bottom: 10px
}
.debug a, .debug span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .5)
}
.debug span {
    position: absolute;
    width: auto;
    padding: 0 5px;
    line-height: 20px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    color: var(--t-heading)
}
.has-hover .debug a:hover span {
    pointer-events: all;
    opacity: 1
}
@media (min-aspect-ratio:13/9), only screen and (min-width:568px) {
    .landing-modal-button {
        position: absolute;
        top: calc(var(--spacing-s) * -1);
        right: 0
    }
}
@media only screen and (min-width:980px) {
    .landing-modal-button {
        position: relative;
        top: auto;
        right: auto
    }
}
.intro__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--viewport-height) - var(--spacing-s) * 10)
}
.intro__background img, .intro__background video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.intro__background__left, .intro__top {
    height: calc(var(--viewport-height) - var(--spacing-s) * 10)
}
.intro__top {
    position: relative;
    z-index: 2;
    pointer-events: none
}
.intro__top__logo {
    position: absolute;
    left: var(--spacing-l);
    right: var(--spacing-l);
    bottom: calc(var(--spacing-l) * 2)
}
.intro__top__logo .icon {
    width: 100%;
    height: auto
}
.intro__middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: calc(var(--spacing-s) * 10);
    padding: 0 var(--spacing-s) var(--spacing-s);
    position: relative
}
.intro__middle__deco {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: var(--spacing-s);
    z-index: 3;
    width: calc(var(--spacing-s) * 6);
    height: calc(var(--spacing-s) * 8)
}
.intro__middle__deco .tabs-contents__content {
    overflow: visible!important
}
.intro__middle__deco__button {
    position: absolute;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 4
}
.intro__middle__deco video {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.intro__middle__deco picture, .intro__middle__deco video {
    width: calc(var(--spacing-s) * 6);
    height: calc(var(--spacing-s) * 8)
}
.intro__middle__deco picture img {
    max-width: 100%;
    max-height: 100%
}
.intro__bottom {
    padding: var(--spacing-s) var(--spacing-s) calc(var(--spacing-s) * 2)
}
.intro__text {
    max-width: 530px
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .intro__background, .intro__background__left, .intro__top, .intro__top__left {
        height: 100vh
    }
}
@media only screen and (max-width:979px) {
    .intro__top {
        pointer-events: none
    }
}
@media only screen and (min-width:980px) {
    .intro {
        --clip-path-y: calc((var(--viewport-height) - var(--header-height)) / 2 + var(--header-height));
        --clip-path-w: 80%;
        --clip-path-h: 80%
    }
    .intro__middle {
        position: static
    }
    .intro__background {
        display: flex;
        height: 100%
    }
    .intro__background:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: var(--header-height);
        left: var(--spacing-l);
        right: var(--spacing-l);
        border-top: 1px solid var(--t-line)
    }
    .intro__background__left, .intro__background__right {
        overflow: hidden;
        overflow: clip;
        position: relative;
        z-index: 1;
        flex: 0 0 50%;
        height: auto
    }
    .intro__background__left img {
        -o-object-position: bottom;
        object-position: bottom;
        transform: scale(1.03)
    }
    .intro__background__content, .intro__background__left img {
        --transition-duration: 1.6s;
        --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
        transition-duration: var(--transition-duration);
        transition-timing-function: var(--transition-easing)
    }
    .intro__background__content {
        height: 100%;
        -webkit-clip-path: ellipse(var(--clip-path-w) var(--clip-path-h) at 50% var(--clip-path-y));
        clip-path: ellipse(var(--clip-path-w) var(--clip-path-h) at 50% var(--clip-path-y));
        transition-property: -webkit-clip-path;
        transition-property: clip-path;
        transition-property: clip-path, -webkit-clip-path
    }
    .intro__background__logo {
        position: absolute;
        left: var(--spacing-l);
        width: calc(100vw - var(--spacing-l) * 2);
        height: auto;
        top: calc(var(--header-height) + var(--spacing-s));
        color: var(--t-heading);
        z-index: 1
    }
    .intro__background__right .intro__background__logo {
        left: calc(var(--spacing-l) - 50vw)
    }
    .intro__background__line {
        position: absolute;
        left: var(--spacing-l);
        width: calc(100vw - var(--spacing-l) * 2);
        top: calc(var(--header-height) + var(--spacing-s) * 2 + (100vw - var(--spacing-l) * 2) * .28369)
    }
    .intro__background__right .intro__background__line {
        left: auto;
        right: var(--spacing-l)
    }
    .intro__background__line, .intro__background__logo {
        --transition-duration: 1.6s;
        --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
        transition-duration: var(--transition-duration);
        transition-timing-function: var(--transition-easing);
        transition-property: opacity;
        opacity: 1
    }
    .intro__background__line--inner, .intro__background__logo--inner {
        transition-duration: .4s;
        opacity: 0
    }
    .intro__background--1 .intro__background__right, .intro__background--2 .intro__background__left {
        z-index: 0;
        --clip-path-w: calc((50vw - var(--spacing-l) * 6) / 2);
        --clip-path-h: calc((var(--viewport-height) - var(--header-height) - var(--spacing-l) * 4) / 2)
    }
    .intro__background--1 .intro__background__right .intro__background__line--inner, .intro__background--1 .intro__background__right .intro__background__logo--inner, .intro__background--2 .intro__background__left .intro__background__line--inner, .intro__background--2 .intro__background__left .intro__background__logo--inner {
        opacity: 0
    }
    .intro__background--1 .intro__background__left .intro__background__line--inner, .intro__background--1 .intro__background__left .intro__background__logo--inner, .intro__background--2 .intro__background__right .intro__background__line--inner, .intro__background--2 .intro__background__right .intro__background__logo--inner {
        opacity: 1
    }
    .intro__background--2 .intro__background__left img {
        transform: scale(1)
    }
    .intro__top {
        position: absolute;
        z-index: 1;
        text-align: right;
        height: auto;
        left: var(--spacing-l);
        right: var(--spacing-l);
        top: calc(var(--header-height) + var(--spacing-s));
        bottom: auto
    }
    .intro__top__logo {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        visibility: hidden
    }
    .intro__middle {
        display: block;
        padding: 0;
        height: auto
    }
    .intro__bottom {
        padding: 0
    }
    .intro__next {
        left: calc(50vw + var(--spacing-l))
    }
    .intro__next, .intro__sub-title {
        position: absolute;
        z-index: 1;
        bottom: var(--spacing-l)
    }
    .intro__sub-title {
        right: var(--spacing-l);
        text-align: right
    }
    .intro__sub-title__button {
        position: absolute;
        right: 29.8%;
        bottom: 21%;
        transform: translate(50%, 50%)
    }
    .intro__text {
        position: absolute;
        z-index: 1;
        max-width: calc(var(--col) * 2);
        max-width: min(530px, calc(var(--col) * 2));
        left: var(--spacing-l);
        bottom: var(--spacing-l)
    }
}
@media only screen and (min-width:980px) and (min-aspect-ratio:450/259) {
    .intro__background--1 .intro__background__right, .intro__background--2 .intro__background__left {
        --clip-path-h: calc((var(--viewport-height) - var(--header-height) - var(--spacing-l) * 4) / 2);
        --clip-path-w: calc(var(--clip-path-h) / 650 * 450)
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:780px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:780px) {
    .intro__sub-title br {
        display: none
    }
    .intro__sub-title>span {
        display: inline-block;
        margin-right: .25em
    }
    .intro__sub-title__button {
        right: 14.8%;
        bottom: 50%
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:680px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:680px) {
    .intro .intro__top hr {
        margin-top: calc(var(--spacing-s) * .5)!important;
        margin-bottom: calc(var(--spacing-s) * .5)!important
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:650px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:650px) {
    .intro .intro__top hr {
        display: none
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) and (max-width:1919px) and (max-height:840px) {
    .intro__sub-title br {
        display: none
    }
    .intro__sub-title>span {
        display: inline-block;
        margin-right: .25em
    }
    .intro__sub-title__button {
        right: 14.8%;
        bottom: 50%
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:900px) {
    .intro__text {
        font-size: 2rem;
        line-height: 1.25em;
        --lh: 1.25em;
        letter-spacing: .01em
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1000px) {
    .intro__sub-title br {
        display: none
    }
    .intro__sub-title>span {
        display: inline-block;
        margin-right: .25em
    }
    .intro__sub-title__button {
        right: 15%;
        bottom: 50%
    }
}
.architecture__background {
    height: var(--viewport-height)
}
.architecture__background img {
    height: 100%
}
.architecture__slides {
    position: relative
}
.architecture__title {
    position: absolute;
    bottom: calc(var(--spacing-s) * 4);
    left: 0
}
.architecture__slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100vw - var(--spacing-l) * 2 - 0px) / 1 * 1 + var(--spacing-l))
}
.architecture__circle {
    padding-left: calc(var(--spacing-l) * .5);
    padding-right: calc(var(--spacing-l) * .5)
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .architecture__title {
        margin-left: -55vw
    }
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .architecture__slider-nav {
        top: calc((100vw - var(--spacing-l) * 2 - 10px) / 2 * 1 + var(--spacing-l))
    }
}
@media (min-aspect-ratio:13/9), only screen and (min-width:568px) {
    .architecture__title {
        left: var(--spacing-l)
    }
}
@media only screen and (min-width:980px) {
    .architecture__background {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: 50% 50%;
        height: var(--layout-height);
        width: var(--layout-height)
    }
    .architecture__background.layout__background--zoom-in {
        transform: translate(-50%, -50%) scale(1.1)
    }
    .layout__part--fullscreen .architecture__background {
        width: max(var(--viewport-height), 100vw);
        height: max(var(--viewport-height), 100vw)
    }
    .layout__part--w4 .architecture__background {
        height: max(var(--layout-width-4), var(--layout-height));
        width: max(var(--layout-width-4), var(--layout-height))
    }
    .architecture__title {
        position: static;
        bottom: auto;
        left: auto
    }
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
    .architecture__background-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
    }
    .architecture__background-overlay--hidden {
        opacity: 0
    }
    .architecture__architecture__quote--hidden {
        transform: translateY(100vh)
    }
    .architecture__next {
        position: absolute;
        left: 0;
        bottom: calc(100% + var(--spacing-s) * 2)
    }
    .architecture__modal-button {
        position: absolute;
        right: 0;
        top: 0
    }
    .architecture__circle {
        padding-left: 0;
        padding-right: 0;
        border-radius: 100%;
        overflow: hidden;
        overflow: clip
    }
    .architecture__circle__zoomed-in {
        transform: scale(1.1)
    }
    .architecture__slides {
        height: 100%!important
    }
    .architecture__slides .tabs-contents__content {
        height: 100%
    }
    .architecture__slides img, .architecture__slides picture {
        display: block;
        width: 100%;
        height: 100%
    }
    .architecture__slides img {
        -o-object-fit: cover;
        object-fit: cover
    }
    .architecture__gallery__close {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }
    .architecture__gallery__content, .architecture__gallery__nav {
        position: absolute;
        left: 0;
        bottom: 0
    }
    .architecture__gallery__content {
        width: 100%
    }
    .architecture__gallery__content .tabs-contents__content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
    .architecture__gallery__counter {
        border-top: 1px solid var(--t-line);
        text-align: right
    }
    .architecture__background-wrapper .architecture__background img {
        --transition-duration: 0.8s;
        --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
        transition-duration: var(--transition-duration);
        transition-timing-function: var(--transition-easing)
    }
    .has-hover .architecture__background-wrapper:hover .architecture__background img {
        transform: scale(1.03)
    }
    .has-hover .architecture__background-wrapper:hover.layout__part--fullscreen .architecture__background img, .has-hover .architecture__background-wrapper:hover.layout__part--w4 .architecture__background img {
        transform: scale(1)
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1000px) {
    .architecture__title {
        font-size: 23rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em
    }
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:900px) {
    .architecture__title {
        font-size: 11rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em
    }
    .architecture__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:980px) and (max-height:599px), only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px), only screen and (min-width:980px) and (max-width:1199px) {
    .no-hover .architecture__image-overlay .architecture__image-overlay__cursor {
        display: block!important;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px)
    }
}
@media only screen and (min-width:980px) {
    .architecture--en .architecture__title-wrap {
        transform: scale(.945);
        margin-left: -3%
    }
}
.architecture-quote {
    padding-bottom: calc(var(--spacing-l) / 20 * 75)
}
.architecture-quote__icon {
    position: absolute;
    left: var(--spacing-l);
    top: calc(var(--spacing-l) * 2)
}
.architecture-quote__text {
    margin-top: calc(var(--spacing-s) / 20 * -75)
}
.architecture-quote__image {
    margin: calc(var(--spacing-s) * 2) calc(var(--spacing-s) / 20 * 45) 0;
    overflow: hidden;
    border-radius: 100%
}
.architecture-quote__image picture {
    display: block;
    width: 100%;
    height: 100%
}
.architecture-quote__image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}
.architecture-quote__author {
    margin-top: calc(var(--spacing-s) / 20 * 35)
}
@media only screen and (min-width:980px) {
    .architecture-quote {
        padding-bottom: var(--spacing-l)
    }
    .architecture-quote__icon {
        top: var(--spacing-l)
    }
    .architecture-quote__text {
        position: absolute;
        margin-top: 0;
        left: calc(var(--spacing-l) * 2);
        right: calc(var(--spacing-l) * 2);
        top: 50%;
        transform: translateY(-50%);
        text-align: center
    }
    .architecture-quote__image {
        position: absolute;
        left: 50%;
        top: calc(var(--spacing-l) * 2);
        bottom: calc(var(--spacing-l) * 2);
        transform: translateX(-50%);
        margin: 0
    }
    .architecture-quote__image img {
        width: auto;
        height: 100%
    }
    .architecture-quote__image picture {
        transform: scale(1);
        transform-origin: 50% 50%
    }
    .architecture-quote__image picture.architecture-quote__image__zoomed-in {
        transform: scale(1.25)
    }
    .architecture-quote__author {
        margin-top: 0;
        position: absolute;
        left: var(--spacing-l);
        bottom: var(--spacing-l)
    }
}
.architecture__deco-1 {
    right: 25vw;
    top: calc(var(--viewport-height) - 44px)
}
.architecture__deco-1 img {
    width: 27.77778vw
}
.architecture__deco-2 {
    left: 8.33333vw;
    bottom: calc(194.44444vw + 1000px)
}
.architecture__deco-2 img {
    width: 33.33333vw
}
@media (max-width:667px) and (min-aspect-ratio:13/9) and (orientation:landscape), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) and (orientation:landscape) {
    .architecture__deco-1 img {
        width: 19.44444vw
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .architecture__deco-1 {
        top: calc(var(--viewport-height) + 20px)
    }
}
@media only screen and (min-width:980px) {
    .architecture__deco-1 {
        right: auto;
        left: calc(var(--layout-width) * .29851);
        bottom: auto;
        top: calc(var(--layout-height) * .76712)
    }
    .architecture__deco-1 img {
        width: min(calc(var(--layout-width) * .14925), calc(var(--layout-height) * .27397))
    }
    .architecture__deco-2 {
        z-index: 2;
        left: auto;
        right: calc(var(--layout-width) * .28358);
        bottom: auto;
        top: calc(var(--layout-height) * .49589)
    }
    .architecture__deco-2 img {
        width: min(calc(var(--layout-width) * .18657), calc(var(--layout-height) * .34247))
    }
}
.interior__mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * 3);
    z-index: 3
}
.interior__background img {
    height: var(--viewport-height)
}
.interior__sub-title {
    z-index: 3
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .interior__title {
        margin-left: -17vw
    }
}
@media only screen and (min-width:980px) {
    .interior__background img {
        height: 100%
    }
    .interior__background-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .1), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3))
    }
    .interior__background-overlay--hidden {
        opacity: 0
    }
    .interior__image {
        position: absolute;
        width: 100%;
        z-index: 2
    }
    .interior__image picture {
        position: relative;
        width: 100%;
        height: 100%
    }
    .interior__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .is-resizing .interior__image picture {
        height: auto;
        padding-top: 82.91747%
    }
    .is-resizing .interior__image img {
        position: absolute;
        left: 0;
        top: 0
    }
    .interior__image--full picture {
        height: 100%;
        padding-top: 0
    }
    .interior__image--1 {
        left: 0;
        top: 0
    }
    .interior__image--2 {
        left: calc(50% + var(--spacing-s));
        top: 50%;
        transform: translateY(-50%)
    }
    .interior__image--3 {
        left: calc(100% + var(--spacing-s) * 2);
        bottom: 0
    }
    .interior__image--full {
        top: 0;
        bottom: 0;
        left: 0;
        width: var(--layout-width-4);
        transform: translateY(0);
        pointer-events: none
    }
    .interior__image--top {
        z-index: 3
    }
    .interior__image--bottom {
        z-index: 1
    }
    .interior__image__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
    .interior__modal-button {
        position: absolute;
        right: 0;
        bottom: 0
    }
    .interior__title-wrapper {
        width: var(--layout-width)
    }
    .interior__next {
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        z-index: 1;
        padding-bottom: calc(var(--spacing-s) * 2)
    }
    .interior__title {
        margin-left: -.07em;font-size: 95px !important;
    }
    .interior__sub-title {
        z-index: 0
    }
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
    .interior__gallery .tabs-contents__content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
    .interior__gallery img, .interior__gallery picture {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1);
        font-size: 95px !important;
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .interior__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:980px) and (max-height:599px), only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px), only screen and (min-width:980px) and (max-width:1199px) {
    .no-hover .interior__image__overlay .btn {
        display: block!important;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px)
    }
}
.interior-comfort__title {
    position: absolute;
    left: var(--spacing-l);
    top: calc(var(--spacing-s) * 2);
    z-index: 1
}
.interior-comfort__image {
    margin: calc(var(--spacing-s) / 20 * 50) calc(var(--spacing-s) / 20 * 45);
    overflow: hidden;
    border-radius: 100%
}
.interior-comfort__image picture {
    display: block;
    width: 100%;
    height: 100%
}
.interior-comfort__image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}
.interior-comfort__logo {
    position: absolute;
    right: var(--spacing-l);
    bottom: calc(var(--spacing-l) * 2);
    width: calc(100% - var(--spacing-l) * 2)
}
@media only screen and (min-width:980px) {
    .interior-comfort__title {
        position: relative;
        left: auto;
        top: auto
    }
    .interior-comfort__image {
        position: absolute;
        left: 50%;
        top: calc(var(--spacing-l) * 2);
        bottom: calc(var(--spacing-l) * 2);
        transform: translateX(-50%);
        margin: 0
    }
    .interior-comfort__image img {
        width: auto;
        height: 100%
    }
    .interior-comfort__image picture {
        transform: scale(1);
        transform-origin: 50% 50%
    }
    .interior-comfort__image picture.interior-comfort__image__zoomed-in {
        transform: scale(1.25)
    }
    .interior-comfort__logo {
        bottom: calc(var(--spacing-l) * 3);
        width: calc(50% - var(--spacing-l));
        height: auto
    }
}
.interior__deco {
    right: calc(100vw / 360 * 160);
    top: calc(var(--viewport-height) + 74px)
}
.interior__deco img {
    width: 70.55556vw
}
@media only screen and (min-width:980px) {
    .interior__deco {
        right: auto;
        left: calc(var(--layout-width) * .32985);
        top: auto;
        bottom: calc(var(--layout-height) * .17534)
    }
    .interior__deco img {
        width: min(calc(var(--layout-width) * .46716), calc(var(--layout-height) * .85753))
    }
}
.territory__mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * 3);
    z-index: 3
}
.territory__background img {
    height: var(--viewport-height)
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .territory__title {
        margin-left: -52vw
    }
}
@media only screen and (min-width:980px) {
    .territory__background img {
        height: 100%
    }
    .territory__next {
        position: absolute;
        left: 0;
        bottom: calc(100% + var(--spacing-s) * 2)
    }
    .territory__title {
        margin-right: -.07em
    }
    .territory__title--en {
        margin-right: .04em
    }
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1);font-size: 90px !important;
    }
    .territory__modal-button {
        position: absolute;
        right: 0;
        bottom: 0
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:749px) and (max-height:700px), only screen and (min-width:1200px) and (min-height:600px) and (max-width:1439px) and (max-height:700px) {
    .territory__title {
        font-size: 10.8rem;
        line-height: 1.01852em;
        --lh: 1.01852em;
        letter-spacing: -.02em
    }
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1050px) {
    .territory__title {
        font-size: 11rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em;
        margin-right: -.03em
    }
    .territory__title--en {
        margin-right: .04em
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .territory__title {
        margin-right: -.03em
    }
    .territory__title--en {
        margin-right: .04em;
        font-size: 110px !important;
    }
    .territory__title--large {
        font-size: calc(var(--layout-width) * .1)
    }
}
@media only screen and (min-width:980px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 4)
    }
}
@media only screen and (min-width:1200px) and (min-height:600px) and (max-height:840px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.5)
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) and (max-height:980px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.5)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1190px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.5)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:980px) {
    .territory {
        --territory-nav-h: calc(var(--spacing-l) * 2.3)
    }
}
@media only screen and (min-width:980px) {
    .territory-nav-border {
        margin: calc(var(--header-height) + var(--spacing-s)) var(--spacing-l) 0
    }
}
.territory-nav-wrapper {
    display: flex;
    flex-direction: column
}
@media only screen and (min-width:980px) {
    .territory-nav-wrapper {
        flex-direction: column-reverse
    }
    .territory-nav-wrapper.layout__part--hidden {
        display: none
    }
}
@media only screen and (max-width:979px) {
    .territory-nav-title {
        color: var(--c-warm-1);
        border-bottom: 1px solid rgba(var(--c-warm-1-rgb), .15);
        padding-bottom: var(--spacing-s);
        margin-bottom: var(--spacing-s)
    }
}
.territory-nav {
    display: flex;
    justify-content: center;
    order: 1
}
.territory-nav__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative
}
.territory-nav__item__text {
    display: none
}
@media only screen and (max-width:979px) {
    .territory-nav__item {
        border-left: 1px solid rgba(var(--c-warm-1-rgb), .15);
        padding-left: calc(var(--spacing-s) / 20 * 15);
        padding-right: calc(var(--spacing-s) / 20 * 15)
    }
    .territory-nav__item:first-child {
        border-left: 0
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px) {
    .territory-nav__item {
        width: 100%;
        justify-content: center;
        align-items: center
    }
}
@media only screen and (min-width:980px) {
    .territory-nav {
        flex-wrap: wrap
    }
    .territory-nav__item {
        width: 50%;
        height: var(--territory-nav-h);
        flex: 0 0 50%;
        color: var(--t-heading)
    }
    .territory-nav__item .btn {
        display: flex
    }
    .territory-nav__item__text {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block
    }
    .territory-nav__item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(var(--spacing-s) * -1);
        border-bottom: 1px solid var(--t-line)
    }
    .territory-nav__item:first-child, .territory-nav__item:nth-child(3) {
        padding-right: var(--spacing-s)
    }
    .territory-nav__item:nth-child(2), .territory-nav__item:nth-child(4) {
        padding-left: var(--spacing-s)
    }
    .territory-nav__item:nth-child(2) .territory-nav__item__text, .territory-nav__item:nth-child(4) .territory-nav__item__text {
        left: var(--spacing-s)
    }
    .territory-nav__item:nth-child(2):before, .territory-nav__item:nth-child(4):before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-left: 1px solid var(--t-line)
    }
    .territory-nav__item:nth-child(2):before {
        top: 0
    }
    .territory-nav__item:nth-child(3), .territory-nav__item:nth-child(4) {
        margin-top: calc(var(--spacing-s) * 2)
    }
    .territory-nav__item:nth-child(3) .territory-nav__item__text, .territory-nav__item:nth-child(4) .territory-nav__item__text {
        padding-top: calc(var(--spacing-s) / 20 * 35)
    }
    .has-hover .territory-nav__item:hover {
        color: var(--t-heading)
    }
    .has-hover .territory-nav__item.is-active:hover, .territory-nav__item.is-active {
        color: var(--t-accent)
    }
}
@media only screen and (min-width:980px) {
    .territory-slider-top {
        z-index: 0
    }
    .territory-slider-top, .territory-slider-top .tabs-contents__content {
        height: calc(var(--territory-nav-h) * 2 + var(--spacing-s) * 2)
    }
}
@media only screen and (min-width:980px) {
    .territory-slider-bottom-border {
        top: auto;
        height: 100%
    }
    .territory-slider-bottom-border--small {
        height: calc(var(--layout-height) - var(--territory-nav-h) * 2 - var(--spacing-s) * 4)
    }
}
.territory-slider-bottom {
    overflow: visible!important
}
@media only screen and (min-width:980px) {
    .territory-slider-bottom {
        top: calc(var(--territory-nav-h) * 2 + var(--spacing-s) * 4);
        height: calc(var(--layout-height) - var(--territory-nav-h) * 2 - var(--spacing-s) * 4)
    }
    .territory-slider-bottom .tabs-contents__content {
        height: 100%
    }
}
.territory-slider-title {
    position: absolute;
    left: 50%;
    top: calc(var(--spacing-s) * -2);
    transform: translateX(-50%)
}
@media only screen and (min-width:980px) {
    .territory-slider-title {
        top: calc(var(--spacing-s) * -1.5);
        left: calc(var(--layout-width-2) * -1 - var(--spacing-s) * 2 + var(--spacing-l));
        transform: translateY(-50%)
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .territory-slider-title {
        font-size: min(calc(var(--layout-width-4) * .2), 27rem);font-size: 140px !important;
    }
}
.territory-slider-text {
    padding-top: calc(var(--spacing-s) * 2.75);
    padding-bottom: calc(var(--spacing-s) * 5)
}
@media only screen and (min-width:980px) {
    .territory-slider-text {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}
.territory__deco-1 {
    left: 5px;
    top: calc(var(--viewport-height) + 200px + 100vw / 360 * 280)
}
.territory__deco-1 img {
    width: 25vw
}
.territory__deco-2 {
    right: calc(100vw / 360 * 90 + 20px);
    top: calc(var(--viewport-height) + 165px)
}
.territory__deco-2 img {
    width: 29.16667vw
}
.territory__deco-1-1 {
    left: 0;
    top: -40px
}
.territory__deco-1-1 img {
    width: 23.88889vw
}
.territory__deco-1-2 {
    right: 15px;
    top: -180px
}
.territory__deco-1-2 img {
    width: 20.83333vw
}
.territory__deco-4-1 {
    left: 5px;
    bottom: 50px
}
.territory__deco-4-1 img {
    width: 23.61111vw
}
@media (min-aspect-ratio:13/9), only screen and (min-width:568px) {
    .territory__deco-4-1 {
        left: 85px;
        bottom: 220px
    }
}
@media only screen and (min-width:980px) {
    .territory__deco-1 {
        right: auto;
        left: calc(var(--layout-width) * -.02239);
        top: auto;
        bottom: calc(var(--layout-height) * .23973)
    }
    .territory__deco-1 img {
        width: min(calc(var(--layout-width) * .18657), calc(var(--layout-height) * .34247))
    }
    .territory__deco-2 {
        left: auto;
        right: calc(var(--layout-width) * .31716);
        bottom: auto;
        top: calc(var(--layout-height) * .42466)
    }
    .territory__deco-2 img {
        width: min(calc(var(--layout-width) * .13507), calc(var(--layout-height) * .24795))
    }
    .territory__deco-1-1 {
        right: auto;
        left: calc(var(--layout-width) * -.1791);
        bottom: auto;
        top: calc(var(--layout-height) * -.21918)
    }
    .territory__deco-1-1 img {
        width: min(calc(var(--layout-width) * .13582), calc(var(--layout-height) * .24932))
    }
    .territory__deco-1-2 {
        left: auto;
        right: calc(var(--layout-width) * .05224);
        bottom: auto;
        top: calc(var(--layout-height) * -.0137)
    }
    .territory__deco-1-2 img {
        width: min(calc(var(--layout-width) * .0806), calc(var(--layout-height) * .14795))
    }
    .territory__deco-4-1 {
        right: auto;
        left: calc(var(--layout-width) * -.20896);
        top: auto;
        bottom: calc(var(--layout-height) * .19863)
    }
    .territory__deco-4-1 img {
        width: min(calc(var(--layout-width) * .17164), calc(var(--layout-height) * .31507))
    }
}
.location__mobile-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * 1.5);
    z-index: 3
}
.location__background, .location__background img, .location__background video {
    height: var(--viewport-height)
}
@media only screen and (max-width:979px) {
    .location {
        overflow: visible
    }
    .location__image {
        padding: var(--spacing-s) calc(var(--spacing-s) * .5)
    }
}
@media only screen and (min-width:980px) {
    .location__background, .location__background img, .location__background video {
        height: 100%
    }
    .location__background-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent 50%), linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
    }
    .location__background-overlay--hidden {
        opacity: 0
    }
    .location__title {
        top: -.04em
    }
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .297), calc(var(--layout-width) * .18))
    }
    .location__modal-button {
        position: absolute;
        right: 0;
        bottom: 0
    }
    .location__sub-title {
        padding-top: 2px
    }
    .location__next {
        position: absolute;
        bottom: 0;
        right: calc(100% + var(--spacing-s) * 2)
    }
    .location__map {
        will-change: transform
    }
}
@media (min-width:1200px) and (min-height:600px) and (max-height:760px) {
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .297), calc(var(--layout-width) * .18))
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .location__title {
        top: 0
    }
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .312), calc(var(--layout-width) * .182))
    }
}
@media (min-width:1440px) and (min-height:750px) and (max-height:920px) {
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .312), calc(var(--layout-width) * .182))
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .location__title {
        font-size: min(calc((var(--layout-height) - var(--spacing-s) * 4 - var(--spacing-l)) * .315), 23rem)
    }
    .location__title--large {
        font-size: min(calc(var(--layout-height) * .312), calc(var(--layout-width) * .182))
    }
}
@media only screen and (min-width:980px) {
    .location--en .location__title-wrap {
        transform: scale(1.13);
        margin-right: 6%
    }
}
@media only screen and (min-width:980px) {
    .location__places-bg {
        --places-height: calc(380 / 730 * var(--layout-height) + var(--spacing-l) * 2);
        height: var(--places-height);
        bottom: calc(var(--spacing-l) * -1)
    }
    .location__places-bg.layout__part--hidden-bottom {
        transform: translateY(var(--places-height))
    }
}
.location__places-wrapper {
    background: var(--c-warm-3)
}
@media only screen and (min-width:980px) {
    .location__places-wrapper {
        background: none
    }
}
.location__places {
    padding-top: 94.44444%;
    margin-top: -155px;
    background: var(--t-background)
}
.location__places__title {
    position: absolute;
    left: var(--spacing-s);
    top: var(--spacing-s)
}
.location__places__text {
    position: absolute;
    right: var(--spacing-s);
    bottom: var(--spacing-s);
    text-align: right
}
.location__places__nav {
    position: absolute;
    z-index: 3;
    right: var(--spacing-s);
    top: var(--spacing-s)
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9), only screen and (min-width:568px) and (max-aspect-ratio:13/9) and (max-width:979px), only screen and (min-width:668px) and (min-height:416px) and (max-width:979px) {
    .location__places {
        padding-top: 35.71429%;
        max-width: 420px;
        padding-top: min(35.71429%, calc(var(--viewport-height) - var(--spacing-s) * 2))
    }
}
@media only screen and (min-width:980px) {
    .location__places {
        --places-height: calc(380 / 730 * var(--layout-height) + var(--spacing-l) * 2);
        height: calc(380 / 730 * var(--layout-height));
        padding-top: 0;
        bottom: 0;
        margin-top: var(--spacing-l);
        background: none
    }
    .location__places.layout__part--hidden-bottom {
        transform: translateY(var(--places-height))
    }
    .location__places__title {
        left: 0;
        top: 0
    }
    .location__places__text {
        right: 0;
        bottom: 0
    }
    .location__places__nav {
        right: 0;
        top: 0
    }
}
.location__deco-mob-1 {
    z-index: 0;
    right: 12.5vw;
    top: calc(var(--viewport-height) + 100vw / 360 * 30)
}
.location__deco-mob-1 img {
    width: 33.05556vw
}
.location__deco-mob-2 {
    left: 2.77778vw;
    top: calc(var(--viewport-height) + 100vw / 360 * 130 + 100px)
}
.location__deco-mob-2 img {
    width: 33.33333vw
}
.location__deco-mob-3 {
    right: 25vw;
    top: calc(var(--viewport-height) + 100vw / 360 * 370 + 100px)
}
.location__deco-mob-3 img {
    width: 33.05556vw
}
.location__deco-mob-4 {
    z-index: 2;
    right: 43.05556vw;
    bottom: calc(100vw / 360 * 790 + 65px)
}
.location__deco-mob-4 img {
    width: 29.44444vw
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .location__deco-mob-3 {
        top: calc(var(--viewport-height) + 100vw / 360 * 370 + 80px)
    }
    .location__deco-mob-3 img {
        max-width: 25vw
    }
    .location__deco-mob-4 {
        right: 10vw;
        bottom: 90vw
    }
    .location__deco-mob-4 img {
        max-width: 20vw
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .location__deco-mob-3 {
        top: calc(var(--viewport-height) + 100vw / 360 * 370 + 30px)
    }
}
@media only screen and (min-width:980px) {
    .location__deco-1 {
        right: auto;
        left: calc(var(--layout-width) * .20149);
        top: auto;
        bottom: calc(var(--layout-height) * .09863)
    }
    .location__deco-1 img {
        width: min(calc(var(--layout-width) * .10746), calc(var(--layout-height) * .19726))
    }
    .location__deco-2 {
        right: auto;
        left: calc(var(--layout-width) * .11418);
        bottom: auto;
        top: calc(var(--layout-height) * .31918)
    }
    .location__deco-2 img {
        width: min(calc(var(--layout-width) * .08209), calc(var(--layout-height) * .15068))
    }
    .location__deco-3 {
        z-index: 0;
        right: auto;
        left: calc(var(--layout-width) * .16418);
        bottom: auto;
        top: calc(var(--layout-height) * .05479)
    }
    .location__deco-3 img {
        width: min(calc(var(--layout-width) * .03582), calc(var(--layout-height) * .06575))
    }
    .location__deco-4 {
        z-index: 0;
        right: auto;
        left: calc(var(--layout-width) * .33582);
        bottom: auto;
        top: calc(var(--layout-height) * .00822)
    }
    .location__deco-4 img {
        width: min(calc(var(--layout-width) * .0903), calc(var(--layout-height) * .16575))
    }
    .location__deco-5 {
        z-index: 0;
        right: auto;
        left: calc(var(--layout-width) * .34851);
        bottom: auto;
        top: calc(var(--layout-height) * -.16164)
    }
    .location__deco-5 img {
        width: min(calc(var(--layout-width) * .07985), calc(var(--layout-height) * .14658))
    }
    .location__deco-6 {
        left: auto;
        right: calc(var(--layout-width) * -.00746);
        bottom: auto;
        top: calc(var(--layout-height) * .23288)
    }
    .location__deco-6 img {
        width: min(calc(var(--layout-width) * .15746), calc(var(--layout-height) * .28904))
    }
    .location__deco-7 {
        z-index: 0;
        left: auto;
        right: calc(var(--layout-width) * .01493);
        bottom: auto;
        top: calc(var(--layout-height) * .31918)
    }
    .location__deco-7 img {
        width: min(calc(var(--layout-width) * .09701), calc(var(--layout-height) * .17808))
    }
    .location__deco-8 {
        left: auto;
        right: calc(var(--layout-width) * .27388);
        top: auto;
        bottom: calc(var(--layout-height) * .10685)
    }
    .location__deco-8 img {
        width: min(calc(var(--layout-width) * .1194), calc(var(--layout-height) * .21918))
    }
}
.apartments__title {
    z-index: 1
}
.apartments__more {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: calc(var(--spacing-l) * 2);
    bottom: calc(var(--spacing-l) * 2);
    transform: translateX(-50%);
    margin: 0;
    overflow: hidden;
    border-radius: 100%
}
.apartments__more img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.apartments__more picture {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: 50% 50%
}
.apartments__more picture.apartments__more__zoomed-in {
    transform: scale(1.25)
}
.apartments__more-button {
    position: absolute;
    z-index: 2;
    transform: translateX(-50%);
    left: var(--layout-width-3);
    bottom: calc(var(--spacing-l) * (2 + 55 / 50))
}
.apartments__mobile-modal-btn {
    position: absolute;
    right: var(--spacing-s);
    top: calc(var(--spacing-s) / 2)
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .apartments__title {
        margin-left: -26vw
    }
}
@media only screen and (min-width:980px) {
    .apartments__modal-button {
        position: absolute;
        left: 0;
        bottom: 0
    }
    .apartments__more {
        z-index: 1
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1050px) {
    .apartments__title {
        font-size: 11rem;
        line-height: 1em;
        --lh: 1em;
        letter-spacing: -.04em
    }
}
.apartments-list__card {
    height: calc(100vw / 360 * 440);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.carousel-owl-item .apartments-list__card__image {
    height: calc(100vw / 360 * 170)
}
.carousel-owl-item .apartments-list__card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.apartments-list__compass {
    position: absolute;
    bottom: var(--spacing-l);
    right: var(--spacing-l);
    z-index: 2;
    width: 40px;
    height: 40px
}
.apartments-list__compass:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--t-line)
}
.apartments-list__compass__direction {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/common/direction.svg);
    background-position: 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    transform: rotate(var(--compass-direction))
}
.apartments-list__compass__direction:after {
    position: absolute;
    content: "N";
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%) rotate(calc(var(--compass-direction) * -1));
    font-size: 1rem;
    line-height: 1.2em;
    --lh: 1.2em;
    letter-spacing: .02em;
    font-weight: 500
}
.apartments-list__more__overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: var(--spacing-l);
    --transition-duration: 0.8s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
    transform: translateY(100%)
}
.apartments-list__more__overlay p {
    max-width: 420px
}
.apartments-list__more__button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: var(--spacing-l)
}
.apartments-list__more__button .btn__icon {
    --transition-duration: 0.8s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing)
}
.apartments-list__more--open .apartments-list__more__overlay {
    transform: translateY(0)
}
.apartments-list__more--open .btn__icon {
    transform: rotate(45deg)
}
.apartments-list__title {
    padding-top: 2px
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .apartments-list__card {
        max-height: 100vh
    }
    .carousel-owl-item .apartments-list__card__image {
        max-height: 40vh
    }
}
@media only screen and (min-width:980px) {
    .apartments-list .tabs-contents, .apartments-list .tabs-contents__content {
        height: 100%
    }
    .apartments-list__container {
        height: calc(100% + var(--spacing-l))
    }
    .apartments-list__inner {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center
    }
    .apartments-list__inner picture {
        width: 100%;
        height: calc((var(--layout-height)) * .6);
        max-height: 820px;
        max-width: 45vw;
        margin: auto
    }
    .apartments-list__inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
    .apartments-list__info {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 2px
    }
    .apartments-list__feature {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }
    .apartments-list__feature__icon {
        padding-right: var(--spacing-s);
        margin-right: var(--spacing-s);
        border-right: 1px solid var(--t-line)
    }
}
.apartments__deco-1 {
    right: 30px;
    top: 175px
}
.apartments__deco-1 img {
    width: 23.88889vw
}
.apartments__deco-2 {
    left: 18.33333vw;
    top: 0
}
.apartments__deco-2 img {
    width: 15vw;
    transform: translateX(-50%)
}
@media (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .apartments__deco-1 img {
        max-width: 15vw
    }
    .apartments__deco-2 {
        top: 0
    }
    .apartments__deco-2 img {
        width: 8.33333vw;
        max-width: 7vw
    }
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .apartments__deco-1 {
        right: 20px;
        top: 200px
    }
    .apartments__deco-1 img {
        width: 16.66667vw
    }
    .apartments__deco-2 {
        top: 0
    }
    .apartments__deco-2 img {
        width: 8.33333vw
    }
}
@media only screen and (min-width:980px) {
    .apartments__deco-1 {
        z-index: 2;
        top: auto;
        right: auto;
        left: calc(var(--layout-width) * .33582);
        bottom: auto;
        top: calc(var(--layout-height) * .43014)
    }
    .apartments__deco-1 img {
        width: min(calc(var(--layout-width) * .14179), calc(var(--layout-height) * .26027))
    }
    .apartments__deco-2 {
        z-index: 2;
        top: calc(var(--header-height) * -1 - var(--spacing-s) - 15px);
        left: auto;
        right: calc(var(--layout-width) * .35821)
    }
    .apartments__deco-2 img {
        width: min(calc(var(--layout-width) * .11194), calc(var(--layout-height) * .20548))
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) and (max-height:1050px) {
    .apartments__deco-1 {
        bottom: auto;
        top: calc(var(--layout-height) * .36986)
    }
}
.news-item {
    display: block;
    position: relative;
    border-top: 1px solid var(--t-line);
    padding-top: var(--spacing-l);
    margin-top: calc(var(--spacing-l) * 2)
}
.news-item--first {
    margin-top: 0
}
.news-item__date {
    padding: var(--spacing-s) 0;
    opacity: .5
}
.news-item__image {
    display: block;
    width: 100%;
    flex-shrink: 0
}
.news-item__image img, .news-item__image picture {
    display: block;
    width: 100%;
    height: auto
}
.news-item__title {
    padding: 0 0 var(--spacing-s)
}
@media only screen and (min-width:980px) {
    .news-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }
    .news-item__date {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0
    }
    .news-item__title {
        order: 1;
        flex-grow: 1;
        margin: calc(var(--spacing-s) * 2) 0 var(--spacing-s);
        padding: 0
    }
    .news-item__button {
        order: 0
    }
    .news-item__image {
        order: 2;
        overflow: hidden;
        overflow: clip
    }
    .news-item__image, .news-item__image picture {
        will-change: transform
    }
}
.news-list {
    padding: calc(var(--spacing-l) * 2) var(--spacing-l) calc(var(--spacing-l) * 5)
}
.news-list__title h2>span {
    display: block
}
.news-list__more {
    border-top: 1px solid var(--t-line);
    padding-top: var(--spacing-l);
    margin-top: calc(var(--spacing-l) * 2)
}
@media only screen and (min-width:980px) {
    .news-list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0
    }
    .news-list__title {
        border-bottom: 1px solid var(--t-line);
        padding-top: calc(var(--spacing-l) - var(--spacing-s));
        padding-bottom: var(--spacing-l);
        margin-bottom: var(--spacing-l)
    }
    .news-list__title h2>span {
        display: inline
    }
    .news-list__content {
        flex-grow: 1;
        display: flex;
        margin: 0 calc(var(--spacing-s) * -1)
    }
    .news-list__content li {
        flex: 0 0 33.333%;
        width: 33.333%;
        padding: 0 var(--spacing-s);
        position: relative
    }
    @-moz-document url-prefix() {
        .news-list__content li {
            max-width: 33.333%
        }
    }
    .news-list__content li+li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-left: 1px solid var(--t-line)
    }
}
@media only screen and (min-width:980px) {
    .footer-landing {
        transform: translateY(-100%)
    }
}
.details-modal {
    padding-bottom: var(--spacing-l)
}
.details-modal__image {
    padding-top: calc(var(--spacing-l) * 2);
    margin-bottom: var(--spacing-s)
}
.details-modal__image:last-child {
    margin-bottom: 0
}
@media only screen and (min-width:980px) {
    .details-modal__image {
        margin-bottom: calc(var(--spacing-s) * 4)
    }
    .details-modal__image:last-child {
        margin-bottom: 0
    }
}
.details-modal__image picture {
    max-width: 93.33333%
}
.details-modal__image img, .details-modal__image picture {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}
.details-modal__image p {
    text-align: left;
    margin-top: calc(var(--lh) * -2 - var(--lh) / 2)
}
.details-modal__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0
}
.details-modal__list:last-child {
    margin-bottom: 0
}
@media only screen and (min-width:980px) {
    .details-modal__list {
        margin-bottom: calc(var(--spacing-s) * 2)
    }
    .details-modal__list:last-child {
        margin-bottom: 0
    }
}
.details-modal__list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: var(--spacing-s);
    bottom: auto;
    border-bottom: 1px solid var(--t-line)
}
.details-modal__list--last .details-modal__list__item:nth-last-child(-n+2):after {
    border-color: transparent
}
.details-modal__list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative;
    width: 50%;
    height: calc(var(--spacing-l) * 8);
    flex: 0 0 50%;
    color: var(--t-heading);
    margin-top: calc(var(--spacing-s) * 2)
}
.details-modal__list__item__text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .details-modal__list__item__text br {
        display: none
    }
}
.details-modal__list__item .icon {
    --scale: 0.75px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%)
}
.details-modal__list__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * -1);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__list__item:first-child, .details-modal__list__item:first-child .details-modal__list__item__text, .details-modal__list__item:nth-child(3), .details-modal__list__item:nth-child(3) .details-modal__list__item__text {
    padding-right: var(--spacing-s)
}
.details-modal__list__item:nth-child(2), .details-modal__list__item:nth-child(4) {
    padding-left: var(--spacing-s)
}
.details-modal__list__item:nth-child(2) .details-modal__list__item__text, .details-modal__list__item:nth-child(4) .details-modal__list__item__text {
    left: var(--spacing-s)
}
.details-modal__list__item:nth-child(2):before, .details-modal__list__item:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--t-line)
}
.details-modal__list__item:nth-child(2):before {
    top: 0
}
.details-modal__list__item:nth-child(3) .details-modal__list__item__text, .details-modal__list__item:nth-child(4) .details-modal__list__item__text {
    padding-top: calc(var(--spacing-s) / 20 * 35)
}
.details-modal__list+.details-modal__article {
    margin-top: calc(var(--spacing-s) * 3)
}
.details-modal__big-text {
    display: flex;
    flex-wrap: nowrap;
    margin-top: var(--spacing-s);
    padding: calc(var(--spacing-s) * 1.5) 0;
    justify-content: space-between
}
.details-modal__big-text.border-bottom {
    margin-bottom: var(--spacing-s);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__big-text.border-top {
    margin-top: calc(var(--spacing-s) * 3);
    border-top: 1px solid var(--t-line)
}
.details-modal__big-text--xs-column {
    flex-flow: column nowrap
}
.details-modal__big-text--xs-column p {
    text-align: left
}
.details-modal__big-text--xs-column>p+p {
    margin-top: calc(var(--spacing-s) * 2)
}
.details-modal__big-text--xs-revert {
    flex-direction: column-reverse
}
.details-modal__big-text--xs-revert>p+p {
    margin-top: 0;
    margin-bottom: calc(var(--spacing-s) * 2)
}
.details-modal__small-text.border-bottom {
    margin-bottom: var(--spacing-s);
    padding-bottom: var(--spacing-s);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__article {
    margin: var(--spacing-s) 0
}
.details-modal__article:first-child {
    margin-top: 0;
    margin-left: 0
}
.details-modal__article:last-child {
    margin-right: 0;
    margin-bottom: 0
}
@media only screen and (min-width:980px) {
    .details-modal__article {
        margin: var(--spacing-l) 0 var(--spacing-s)
    }
    .details-modal__article:first-child {
        margin-top: 0;
        margin-left: 0
    }
    .details-modal__article:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
}
.details-modal__article img, .details-modal__article picture {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}
.details-modal__article>p {
    margin: calc(var(--spacing-s) * 2) 0
}
.details-modal__article>p:first-child {
    margin-top: 0;
    margin-left: 0
}
.details-modal__article>p:last-child {
    margin-right: 0;
    margin-bottom: 0
}
.details-modal__article__totals {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--t-line);
    margin-top: var(--spacing-s);
    padding: var(--spacing-s) 0 0
}
.details-modal__article__totals__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 50%;
    height: calc(var(--spacing-l) * 8);
    flex: 0 0 50%
}
.details-modal__article__totals__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--spacing-s) * -1);
    border-bottom: 1px solid var(--t-line)
}
.details-modal__article__totals__item:first-child, .details-modal__article__totals__item:nth-child(3) {
    padding-right: var(--spacing-s)
}
.details-modal__article__totals__item:nth-child(2), .details-modal__article__totals__item:nth-child(4) {
    padding-left: var(--spacing-s)
}
.details-modal__article__totals__item:nth-child(2):before, .details-modal__article__totals__item:nth-child(4):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--t-line)
}
.details-modal__article__totals__item sup {
    line-height: 1em;
    top: .3em;
    bottom: auto;
    transform: none;
    vertical-align: top
}
@media only screen and (max-width:567px) and (max-aspect-ratio:13/9) {
    .details-modal__article__totals__item br {
        display: none
    }
}
.details-modal__article .details-modal__list {
    margin-top: 0
}
.details-modal__accordion {
    margin-top: calc(var(--spacing-l) * 2)
}
.details-modal__accordion__heading {
    border-top: 1px solid var(--t-line)
}
.details-modal__accordion__heading a {
    display: flex;
    align-items: center;
    padding: var(--spacing-s) 0
}
.details-modal__accordion__heading a.is-active .details-modal__accordion__heading__btn svg {
    transform: rotate(180deg)
}
.details-modal__accordion__heading__btn {
    margin-left: auto
}
.details-modal__accordion__content>div {
    padding: var(--spacing-s) 0
}
.details-modal__accordion__content.is-active>div {
    border-top: 1px solid var(--t-heading)
}
@media only screen and (min-width:568px) and (max-aspect-ratio:13/9), only screen and (min-width:668px) and (min-height:416px), only screen and (min-width:980px) {
    .details-modal__big-text--xs-column {
        flex-flow: row nowrap
    }
    .details-modal__big-text--xs-column p.text--right {
        text-align: right
    }
    .details-modal__big-text--xs-column>p+p {
        margin-top: 0
    }
    .details-modal__big-text--xs-revert {
        flex-direction: row
    }
}
@media only screen and (min-width:980px) {
    .details-modal__image {
        padding-top: var(--spacing-l)
    }
    .details-modal__image--narrow p {
        margin-left: 15px;
        margin-right: 15px
    }
    .details-modal__image--narrow-sm p {
        max-width: 37vw;
        margin-left: auto;
        margin-right: auto
    }
    .details-modal__image--narrow-grid p {
        max-width: calc((100vw - var(--spacing-l) * 2 - var(--spacing-s) * 10) / 6 * 2 + 1 * var(--spacing-s) * 2);
        margin-left: auto;
        margin-right: auto
    }
    .details-modal__image picture {
        max-width: 61.76471%
    }
    .details-modal__image p {
        text-align: center;
        margin-top: calc(var(--lh) * -1 - var(--lh) / 2)
    }
    .details-modal__list__item {
        height: calc(var(--spacing-l) * 6)
    }
    .details-modal__list__item .icon {
        --scale: 1px;
        transform: translate(-50%, 15px)
    }
    .details-modal__list+.details-modal__article {
        margin-top: calc(var(--spacing-s) * 5)
    }
    .details-modal__big-text {
        padding: calc(var(--spacing-l) / 40 * 45) 0;
        margin-top: 0
    }
    .details-modal__list+.details-modal__big-text {
        padding-top: calc(var(--spacing-l) / 40 * 25)
    }
    .details-modal__small-text {
        padding-right: calc(var(--spacing-s) * 1.5)
    }
    .details-modal__accordion {
        margin-top: var(--spacing-l)
    }
    .details-modal__accordion__heading a {
        padding: calc(var(--spacing-s) / 20 * 32) 0
    }
    .details-modal__accordion__content>div {
        padding-top: calc(var(--spacing-s) / 20 * 45);
        padding-bottom: calc(var(--spacing-s) / 20 * 45);
        padding-right: calc(var(--spacing-s) * 1.5)
    }
    .details-modal__article>p {
        padding-right: calc(var(--spacing-l) * 2)
    }
    .details-modal__article__totals__item {
        height: calc(var(--spacing-l) * 4)
    }
    .details-modal__article__totals__item sup {
        top: .45em
    }
    .details-modal__article+.details-modal__image {
        padding-top: calc(var(--spacing-l) - var(--spacing-s))
    }
}
@media only screen and (min-width:1200px) and (min-height:600px) {
    .details-modal__list__item {
        height: calc(var(--spacing-l) * 4)
    }
}
@media only screen and (min-width:1440px) and (min-height:750px) {
    .details-modal__image p {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto
    }
    .details-modal__image--narrow p {
        max-width: 650px
    }
    .details-modal__image--narrow-sm p {
        max-width: 533px
    }
    .details-modal__image--narrow-grid p {
        max-width: calc((100vw - var(--spacing-l) * 2 - var(--spacing-s) * 10) / 6 * 2 + 1 * var(--spacing-s) * 2)
    }
    .details-modal__article__totals__item sup {
        top: .3em
    }
}
@media only screen and (min-width:1920px) and (min-height:750px) {
    .details-modal__image p {
        max-width: none
    }
    .details-modal__image--narrow p {
        max-width: 680px
    }
    .details-modal__image--narrow-sm p {
        max-width: 740px
    }
    .details-modal__image--narrow-grid p {
        max-width: calc((100vw - var(--spacing-l) * 2 - var(--spacing-s) * 10) / 6 * 2 + 1 * var(--spacing-s) * 2)
    }
    .details-modal__article__totals__item sup {
        top: .25em
    }
}
.intro__background__left__background {
    transform: translateY(100%)
}
.intro__bottom-animation {
    --transition-duration: 1s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
    transition-delay: .9s
}
.intro__bottom-animation--button-down {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}
.animation--landing-animation {
    transition: 3s
}
.animation--landing-animation .header {
    --transition-duration: 1s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing);
    transition-delay: .6s
}
.animation--landing-animation .intro__background__left__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--c-cold-3)
}
.animation--landing-animation .intro__background--1 .intro__background__right, .animation--landing-animation .intro__background__left__background {
    --transition-duration: 1.6s;
    --transition-easing: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-property: transform;
    transition-duration: var(--transition-duration);
    transition-timing-function: var(--transition-easing)
}
.animation--landing-animation .intro__background--1 .intro__background__right {
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path
}
.animation--landing-animation--inactive .header {
    transform: translateY(-100%)
}
.animation--landing-animation--inactive .intro__background__left__background {
    transform: translateY(0)
}
.animation--landing-animation--inactive .intro__bottom-animation {
    transform: translateY(calc(100% + var(--spacing-l)))
}
.animation--landing-animation--inactive .intro__bottom-animation--button-down {
    transform: translateY(calc(var(--spacing-l) * 1 + 40px))
}
@media (max-width:567px) and (max-aspect-ratio:13/9), (max-width:667px) and (min-aspect-ratio:13/9), only screen and (max-width:979px) and (max-height:415px) and (min-aspect-ratio:13/9) {
    .animation--landing-animation--inactive .intro__bottom-animation {
        transform: translateY(200px)
    }
}
.animation--landing-animation--inactive .intro__background--1 .intro__background__right {
    --clip-path-h: 0;
    --clip-path-w: 0
}