@import url(https://fonts.googleapis.com/css2?family=Inter&family=Manrope:wght@200;300;400;500;600;800&family=Prata&family=Raleway:wght@300&display=swap);

:root {
    --manrope: "Manrope", Tahoma, sans-serif;
    --prata: "Prata", serif;
    --inter: "Inter", sans-serif;
    --raleway: "Raleway", sans-serif;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --white: #F8F4F0;
    --black: #131822;
    --brown: #A58563
}







.custom-checkbox__field:checked+.custom-checkbox__content::after {
    opacity: 1
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
    outline: red solid 2px;
    outline-offset: 2px
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
    opacity: .4;
    pointer-events: none
}

@font-face {
    font-family: Denistina;
    src: url(../fonts/Denistina.woff2) format("woff2");
    src: url(../fonts/Denistina.woff) format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.page {
    height: 100%;
    font-family: var(--manrope);
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    font-size: .5208333333vw
}

@media (max-width:852px) {
    .page {
        font-size: 1.1737089202vw
    }
}

@media (max-width:390px) {
    .page {
        font-size: 2.5641025641vw
    }
}

.page__body {
    margin: 0;
    min-width: 32rem;
    min-height: 100%;
    font-size: 1.6rem;
    background-color: var(--black);
    color: var(--white);
    line-height: 1.4;
    font-weight: 200;
    overflow-x: hidden
}

.page__body--noscroll {
    overflow: hidden
}

.main {
    padding-top: 0
}

.main__inner {
    border-bottom: .1rem solid rgba(64, 73, 91, .25);
    position: relative
}

.main__inner::after,
.main__inner::before {
    position: absolute;
    z-index: 100;
    content: "";
    top: 0;
    bottom: 0;
    width: .1rem;
    background-color: rgba(64, 73, 91, .25)
}

.main__inner::after {
    left: 2rem
}

.main__inner::before {
    right: 2rem
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    /* position: relative; */
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

a,
button {
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

.is-hidden {
    display: none !important
}

.btn-reset {
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff
}

.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
    display: none
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.container {
    margin: 0 auto;
    width: 143rem;
    padding: 0 1.5rem;
    max-width: 100%
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

.centered {
    text-align: center
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.page--ios .dis-scroll {
    position: relative
}

.padding40 {
    padding: 4rem
}

.ellipse {
    width: 76.2rem;
    height: 61.9rem;
    border-radius: 50%;
    -webkit-filter: blur(14.2rem);
    filter: blur(14.2rem);
    background-color: rgba(19, 24, 34, .8);
    position: absolute;
    left: 1.7rem;
    bottom: -12rem
}

@media (max-width:852px) {
    .ellipse {
        width: 60rem;
        height: 48.8rem;
        left: 0
    }
}

.tooltip {
    display: none;
    position: absolute;
    top: 5rem;
    left: left(50);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2.7rem 2.4rem 2rem;
    background-color: var(--white);
    border-radius: 5rem;
    color: #131822;
    z-index: 500
}

@media (max-width:852px) {
    .tooltip {
        display: block;
        top: 10%
    }
}

.tooltip::after {
    position: absolute;
    content: "";
    top: -1.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 2rem solid var(--white)
}

.tooltip__caption {
    display: block;
    max-width: 12rem;
    margin-bottom: 1rem;
    letter-spacing: .03em;
    font-size: 1.4rem
}

.tooltip__num {
    display: block;
    letter-spacing: -.02em;
    font-family: var(--prata);
    font-size: 2.5rem;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.flat-panorama {
    height: 100vh !important;
    width: 100%
}

.flat-panorama a {
    color: var(--black) !important
}

.main-screen {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--black);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999
}

.main-screen__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 8rem);
    border: .1rem solid rgba(139, 150, 172, .25)
}

.main-screen svg {
    width: 63.8rem;
    height: 33.1rem
}

.title {
    width: 100%;
    text-align: center;
    font-family: var(--prata);
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.35;
    position: relative;
    margin: 0 auto 2rem
}

.title--line {
    padding: 0 3rem 1.1rem
}

/* .title--line::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #313a4a;
    height: .2rem
} */

.title--line::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.1rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #313a4a
}

.slogan {
    text-align: center;
    font-family: Denistina, sans-serif;
    display: block;
    color: var(--brown);
    letter-spacing: .1em;
    font-size: 3.6rem;
    line-height: 1.13
}

.slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.slider-arrows__arrow {
    width: 5.5rem;
    height: 5.5rem;
    background-color: #fff;
    border-radius: 50%;
    position: relative
}

.slider-arrows__arrow::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    inset: 0;
    margin: auto;
    width: 1.1rem;
    height: .9rem
}

.slider-arrows__arrow:hover {
    background-color: var(--brown)
}

.slider-arrows__arrow--prev::before {
    background-image: url(../img/slider-mission/slider-arrow.svg)
}

.slider-arrows__arrow--next::before {
    background-image: url(../img/slider-mission/slider-arrow.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem
}

.socials__link {
    display: block;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.socials__link:hover {
    opacity: 1
}

.socials__link--insta {
    background-image: url(../img/socials/icon-insta.svg)
}

.socials__link--fb {
    background-image: url(../img/socials/icon-fb.svg)
}

.socials__link--yt {
    background-image: url(../img/socials/icon-yt.svg)
}

.contact-us__caption {
    display: block;
    margin-bottom: 1.8rem
}

.contact-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem
}

.contact-us__link {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border: .1rem solid #a58563;
    border-radius: 50%;
    position: relative
}

.contact-us__link:hover {
    border-color: transparent;
    background-color: #a58563
}

.contact-us__link:hover::after,
.contact-us__link:hover .contact-us__link--after {
    background-color: #c4c4c4
}

.contact-us__link--tel::after,
.contact-us__link--after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #a58563;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    /* border-radius: 50%; */
}

/* .contact-us__link--after {
    border-radius: 50%;
} */

.contact-us__link--tel::after {
    width: 1.9rem;
    height: 1.9rem;
    -webkit-mask-image: url(../img/contact-us/icon1.svg);
    mask-image: url(../img/contact-us/icon1.svg)
}

.contact-us__link--after {
    width: 2.1rem;
    height: 2.1rem;
}

.contact-us__link--tg::after {
    width: 1.6rem;
    height: 1.3rem;
    -webkit-mask-image: url(../img/contact-us/icon3.svg);
    mask-image: url(../img/contact-us/icon3.svg)
}

.contact-us__link--email::after {
    width: 1.6rem;
    height: 1.1rem;
    -webkit-mask-image: url(../img/contact-us/icon4.svg);
    mask-image: url(../img/contact-us/icon4.svg)
}

.header {
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 4rem 0
}

.video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    left: 0;
    top: 0;
}

.header__inner {
    height: calc(100vh - 3.8rem);
    position: relative;
    border-top: .1rem solid rgba(64, 73, 91, .25);
    border-bottom: 0
}

@media (max-width:852px) {
    .main-screen svg {
        width: 52.9rem;
        height: 27.4rem
    }

    .header__inner {
        border-top: .1rem solid rgba(64, 73, 91, .25)
    }

    .header__line-left,
    .header__line-right {
        background-color: rgba(64, 73, 91, .25)
    }
}

@media (max-width:390px) {
    .main-screen svg {
        width: 25.8rem;
        height: 13.4rem
    }

    .header {
        padding: 2rem 2rem 0
    }

    .header__inner {
        height: 90vh
    }
}

.header__line-left,
.header__line-right {
    z-index: 101;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 13.7rem;
    width: .1rem;
    background-color: rgba(64, 73, 91, .25)
}

.header__line-left::after,
.header__line-right::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-.145rem);
    -ms-transform: translateX(-.145rem);
    transform: translateX(-.145rem);
    background-color: rgba(64, 73, 91, .25);
    width: .4rem;
    height: .4rem;
    border-radius: 50%
}

.header__line-left--bottom,
.header__line-right--bottom {
    height: 100%;
    top: 23rem
}

.header__line-left--bottom::after,
.header__line-right--bottom::after {
    top: 0;
    -webkit-transform: translateX(-.145rem);
    -ms-transform: translateX(-.145rem);
    transform: translateX(-.145rem)
}

.header__line-left {
    left: 0
}

.header__line-right {
    right: 0
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto 0;
    width: 5.6rem;
    height: 7.4rem
}

.header__main-text {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: calc(50vh - 20rem);
}

.header__title {
    font-size: 6rem;
    padding: 0;
    margin: 0 0 1rem;
    text-transform: uppercase
}



@media (max-width:852px) {

    .header__line-left::after,
    .header__line-right::after {
        background-color: #40495b
    }

    .header__main-text {
        left: 3rem;
        bottom: 29rem
    }

    .header__title {
        font-size: 6.3rem
        
    }
}





/* .header__title::after,
.header__title::before {
    background-color: #fff;
    opacity: .3
} */

.header .slogan {
    font-size: 4.5rem;
    color: #fff
}






@media (max-width:852px) {
    .header .slogan {
        font-size: 3.5rem
    }
}

@media (max-width:390px) {
    .header__logo {
        width: 4.3rem;
        height: 5.7rem
    }

    .header__main-text {
        bottom: 3.5rem
    }

    .header__title {
        font-size: 3.6rem
    }

    .header .slogan {
        font-size: 2rem
    }
}

.header__box {
    position: absolute;
    z-index: 5;
    left: -1.6rem;
    top: 16.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    background-color: transparent;
    -webkit-transition: background-color .2s, padding .2s, top .2s, left .2s;
    -o-transition: background-color .2s, padding .2s, top .2s, left .2s;
    transition: background-color .2s, padding .2s, top .2s, left .2s
}

/* .header__box--sticky {
    position: fixed;
    background-color: var(--black);
    padding: 1rem;
    top: 1.6rem;
    left: 2.4rem;
    border-radius: 50%;
} */
.header__box--sticky {
    background-color: var(--black);
    border-radius: 50%;
    padding: 1rem
}

.header__burger {
    width: 3.3rem;
    height: 3rem;
    background-image: url(../img/icon-burger.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.header__text {
    text-transform: uppercase;
    color: var(--brown);
    font-weight: 300;
    font-family: var(--raleway)
}

.header .header-menu {
    padding: 4rem 0 0 4rem;
    z-index: 1000;
    position: fixed;
    background-color: #131822;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 78.9rem;
    width: 100%;
    -webkit-transform: translateX(-100rem);
    -ms-transform: translateX(-100rem);
    transform: translateX(-100rem);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

@media (max-width:390px) {
    .header .header-menu {
        padding: 2rem;
        overflow: auto
    }
}

.header .header-menu--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header .header-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100vh;
    padding-top: 15rem;
    position: relative;
    -webkit-column-gap: 5.5rem;
    -moz-column-gap: 5.5rem;
    column-gap: 5.5rem
}

.header .header-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-menu__burger-close {
    width: 3.3rem;
    height: 3rem;
    background-image: url(../img/icon-burger-close.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5.5rem
}

@media (max-width:390px) {
    .header .header-menu__inner {
        border-top: 0;
        text-align: center;
        padding-top: 3rem;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .header .header-menu__burger-close {
        margin-right: 1.5rem;
        width: 2.7rem;
        height: 2.5rem
    }
}

.header .header-menu__line {
    border: 1px solid rgba(195, 172, 158, .25);
    width: 9.5rem;
    height: .1rem
}

.header .header-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header .header-menu__caption {
    margin-top: .4rem;
    margin-bottom: 7.6rem;
    text-transform: uppercase;
    font-family: var(--raleway);
    font-weight: 300
}

.header .header-menu__list {
    margin-bottom: 15.5rem
}

.header .header-menu__item:not(:last-child) {
    margin-bottom: 2rem
}

.header .header-menu__link {
    font-size: 3rem;
    line-height: 1.36;
    font-family: var(--prata)
}

.header .header-menu__link--active,
.header .header-menu__link:hover {
    color: var(--brown)
}

.header .header-menu .contact-us__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem
}

.header .header-menu .contact-us__link {
    width: 7.5rem;
    height: 7.5rem
}

.header__location {
    display: block;
    position: absolute;
    right: -1.1rem;
    top: 16.1rem;
    width: 2.2rem;
    height: 3.3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/header/icon-marker.svg)
}

.header__icons {
    position: fixed;
    z-index: 101;
    right: 7.3rem;
    bottom: 5rem
}

@media (max-width:390px) {
    .header .header-menu__line {
        width: 1rem
    }

    .header .header-menu__nav {
        text-align: left
    }

    .header .header-menu__list {
        margin-bottom: 10rem
    }

    .header .header-menu__link {
        font-size: 2.5rem
    }

    .header .header-menu .contact-us__link {
        width: 6rem;
        height: 6rem
    }

    .header__icons {
        right: 1.5rem;
        bottom: 1.5rem
    }
}

.header__icon:not(:last-child) {
    margin-bottom: 2rem
}

.header__link {
    display: block;
    background-color: var(--brown);
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    position: relative;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.header__link:hover {
    opacity: .75
}

.header__link::after {
    content: "";
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    inset: 0;
    margin: auto
}

.header__link--tel::after {
    background-image: url(../img/header/icon-phone-arrow.svg);
    width: 2.7rem;
    height: 2.7rem
}

@media (max-width:390px) {
    .header__link {
        width: 6rem;
        height: 6rem
    }

    .header__link--tel::after {
        background-image: url(../img/header/icon-phone.svg)
    }
}

.header__link--tel-circle::after {

    width: 3.8rem;
    height: 4rem
}


.header-sticky {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    padding: 2.5rem 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--black);
    z-index: 999;
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s
}

.header-sticky--3d,
.header-sticky--active {
    opacity: 1;
    visibility: visible
}

.header-sticky__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-sticky__logo {
    height: 5rem;
    margin: 0 auto
}

.header-sticky__logo img {
    height: 100%
}

.header-sticky__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-sticky__back {
    width: 4rem;
    height: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../img/concept/icon-arrow.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    border: .1rem solid var(--brown);
    border-radius: 50%;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.header-sticky__back:hover {
    opacity: .8
}

.header-sticky__text {
    text-transform: uppercase;
    color: var(--brown);
    font-family: var(--raleway)
}

.section-facts {
    padding: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
    
}

.section-facts .main-text {
    margin-bottom: 0.5rem
}

@media (max-width:852px) {
    .section-facts {
        padding-top: 6rem;
        padding-bottom: 12rem
    }

    .section-facts .main-text {
        margin-bottom: 0rem
    }
}

@media (max-width:390px) {
    .header-sticky__logo {
        margin: initial;
        height: 4rem
    }

    .header-sticky__box {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .section-facts .main-text {
        margin-bottom: 5rem
    }

    .section-facts .title {
        font-size: 3.6rem
    }

    .section-facts .slogan {
        font-size: 2.6rem
    }
}

.section-facts__list {
    margin-bottom: 13rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 31rem 34.5rem 28.5rem;
    grid-template-columns: 31rem 34.5rem 28.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-rows: 26.5rem
}

.section-facts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 7rem
}

.section-facts__item:not(:nth-child(n+4)) {
    border-bottom: .1rem solid #40495b;
    padding-bottom: 6rem;
    padding-top: 3rem
}

.section-facts__item:nth-child(3n+2) {
    border-left: .1rem solid #40495b;
    border-right: .1rem solid #40495b
}

.section-facts__item:nth-child(1),
.section-facts__item:nth-child(4) {
    padding-left: 0
}

@media (max-width:852px) {
    /* .section-facts {
        padding-top: 6rem;
        padding-bottom: 12rem
    }

    .section-facts .main-text {
        margin-bottom: 6rem
    } */

    .section-facts__list {
        -ms-grid-columns: (26.5rem)[2];
        grid-template-columns: repeat(2, 26.5rem);
        grid-auto-rows: auto
    }

    .section-facts__item:not(:nth-child(n+4)) {
        padding: 0;
        border-bottom: 0
    }

    .section-facts__item:nth-child(3n+2) {
        border: 0
    }

    .section-facts__item:nth-child(1),
    .section-facts__item:nth-child(4) {
        padding: 0
    }
}

.section-facts__item:nth-child(n+4) {
    padding-top: 5rem
}

@media (max-width:852px) {
    .section-facts__item:nth-child(n+1) {
        border-bottom: .1rem solid #40495b;
        padding: 6rem 0 5rem
    }

    .section-facts__item:nth-last-child(-n+2) {
        border-bottom: 0
    }

    .section-facts__item:nth-child(even) {
        padding-left: 7rem
    }

    .section-facts__item:nth-child(odd) {
        border-right: .1rem solid #40495b;
        padding-right: 5rem
    }
}

@media (max-width:390px) {
    /* .section-facts .main-text {
        margin-bottom: 5rem
    }

    .section-facts .title {
        font-size: 3.6rem
    }

    .section-facts .slogan {
        font-size: 2.6rem
    } */

    .section-facts__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        row-gap: 5rem;
        max-width: 25.1rem;
        margin: 0 auto 10rem
    }

    .section-facts__item:not(:nth-child(n+4)),
    .section-facts__item:nth-child(1),
    .section-facts__item:nth-child(4),
    .section-facts__item:nth-child(even),
    .section-facts__item:nth-child(n+1),
    .section-facts__item:nth-child(n+4),
    .section-facts__item:nth-child(odd),
    .section-facts__item:nth-last-child(-n+2) {
        padding: 0;
        border: 0
    }

    .section-facts__item:not(:last-child) {
        padding-bottom: 5rem;
        border-bottom: .1rem solid #40495b
    }
}

.section-facts__label {
    font-family: var(--raleway);
    display: block;
    margin-bottom: .9rem;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    letter-spacing: .03em
}

.section-facts__num {
    font-family: var(--prata);
    display: block;
    font-size: 4rem;
    font-weight: 400
}

.section-facts__num span {
    display: block;
    text-transform: uppercase;
    color: var(--brown);
    font-family: var(--manrope);
    letter-spacing: .03em;
    margin-bottom: .5rem;
    font-size: 1.6rem
}

.section-facts__text {
    font-weight: 300;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    max-width: 18.8rem
}

.section-facts__heading {
    text-transform: uppercase;
    margin-bottom: 10rem;
    font-size: 4rem
}

@media (max-width:852px) {
    .section-facts__heading {
        font-size: 3rem;
        margin-bottom: 5rem
    }
}

.section-facts__heading::after,
.section-facts__heading::before {
    display: none
}

.section-facts .partners-slider__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-facts .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.section-mission {
    padding-bottom: 17.5rem;
    margin-bottom: 10rem;
    overflow: hidden
}

@media (max-width:390px) {
    .section-facts__heading {
        font-size: 2.5rem !important
    }

    .section-mission {
        padding-bottom: 6rem;
        margin-bottom: 5rem
    }
}

.section-mission__text {
    max-width: 117.2rem;
    margin: 0 auto 13rem;
    text-align: center;
    font-size: 5rem;
    line-height: 1.2
}

.section-mission__text span {
    font-size: 6.5rem;
    font-family: Denistina, sans-serif;
    color: var(--brown)
}

@media (max-width:852px) {
    .section-mission__text {
        max-width: 62.9rem;
        font-size: 4.2rem;
        line-height: 1.3;
        margin-bottom: 8rem
    }

    .section-mission__text span {
        font-size: 5.5rem
    }

    .mission-slider__slide {
        width: 51.5rem !important;
        height: 33.7rem
    }
}

@media (max-width:390px) {
    /* .section-mission {
        padding-bottom: 10rem
    } */

    .section-mission__text {
        max-width: 29.5rem;
        font-size: 2.6rem;
        margin-bottom: 3rem
    }

    .section-mission__text span {
        font-size: 3.5rem
    }
}

.mission-slider {
    overflow: visible;
    position: relative
}

.mission-slider__slide {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding: 0;
    max-width: 53rem;
    -webkit-box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5)
}

.mission-slider__slide img {
    width: 54.9rem;
    height: 37.3rem
}

.mission-slider__slide--video .mission-slider__images::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: var(--white);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.mission-slider__slide--video .mission-slider__images::before {
    content: "";
    position: absolute;
    left: .4rem;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/slider-mission/icon-play.svg);
    width: 2rem;
    height: 2rem;
    z-index: 10
}

.mission-slider__slide--video .mission-slider__images:hover::after {
    background-color: var(--brown)
}

.mission-slider .swiper-slide-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 10
}

.mission-slider__arrows {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%
}

.mission-slider__arrows .slider-arrows__arrow {
    position: absolute
}

.mission-slider__arrows .slider-arrows__arrow--prev {
    left: 44.8rem
}

.mission-slider__arrows .slider-arrows__arrow--next {
    right: 44.8rem
}

.application-directors {
    padding-bottom: 6.6rem;
    margin-bottom: 19rem
}

@media (max-width:852px) {
    .mission-slider__arrows .slider-arrows__arrow--prev {
        left: 19.3rem
    }

    .mission-slider__arrows .slider-arrows__arrow--next {
        right: 19.3rem
    }

    .application-directors {
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }
}

@media (max-width:390px) {
    .mission-slider__slide {
        width: 35rem !important;
        height: 34.5rem
    }

    .mission-slider__slide img {
        width: 35rem;
        height: 100%
    }

    .mission-slider .swiper-slide-active {
        height: 34.5rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .mission-slider .swiper-pagination-bullets {
        bottom: -4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .mission-slider .swiper-pagination-bullet {
        margin: 0;
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        opacity: 1
    }

    .mission-slider .swiper-pagination-bullet-active {
        background-color: #cbad85
    }

    .mission-slider__arrows {
        display: none
    }

    .application-directors {
        padding-bottom: 11rem;
        margin-bottom: 8rem
    }

    .application-directors__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.application-directors__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 11.2rem;
    -moz-column-gap: 11.2rem;
    column-gap: 11.2rem
}

.application-directors__images {
    max-width: 48.5rem;
    width: 100%;
    height: 47.8rem;
    position: relative
}

.application-directors__images::after {
    content: "";
    position: absolute;
    top: 24rem;
    bottom: 0;
    left: -4.4rem;
    width: 55.6rem;
    height: 2px;
    background-color: var(--brown);
    -webkit-transform: rotate(103.06deg);
    -ms-transform: rotate(103.06deg);
    transform: rotate(103.06deg)
}

@media (max-width:852px) {
    .application-directors__inner {
        -webkit-column-gap: 3.5rem;
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem
    }

    .application-directors__images {
        max-width: 30rem
    }

    .application-directors__images::after {
        width: 34.6rem;
        top: 13rem;
        bottom: 0;
        left: -2.3rem
    }
}

@media (max-width:390px) {
    .application-directors__images {
        height: 32rem
    }

    .application-directors__images::after {
        left: -2.8rem;
        -webkit-transform: rotate(104.06deg);
        -ms-transform: rotate(104.06deg);
        transform: rotate(104.06deg)
    }

    .application-directors .main-text {
        display: none
    }
}

.application-directors__img {
    position: absolute;
    top: 0;
    height: 39.5rem
}

.application-directors__img--top {
    width: 29.1rem
}

@media (max-width:852px) {
    .application-directors__img {
        height: 24.5rem
    }

    .application-directors__img--top {
        width: 18.1rem
    }
}

.application-directors__img--bottom {
    top: 8rem;
    width: 30.5rem;
    right: 0
}

.application-directors__content {
    max-width: 81rem
}

.application-directors .main-text {
    margin-bottom: 4rem
}

.application-directors .main-text--mobile {
    display: none
}

.application-directors .title {
    margin: 0;
    font-size: 8rem;
    line-height: 1.12
}

@media (max-width:852px) {
    .application-directors__img--bottom {
        width: 19rem;
        top: 3rem
    }

    .application-directors .title {
        font-size: 4.2rem
    }
}

.application-directors .slogan {
    text-align: left;
    font-size: 8rem;
    line-height: 1.12
}

.application-directors__text {
    margin: 0;
    font-size: 2.8rem;
    max-width: 71.4rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    position: relative
}

.application-directors__text::after {
    content: "";
    position: absolute;
    background-image: url(../img/application-directors/icon-quote.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30.7rem;
    height: 22.5rem;
    opacity: .25
}

.what-this {
    position: relative;
    margin-bottom: 17rem
}

.what-this__content {
    max-width: 54.5rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 82rem
}

@media (max-width:852px) {
    .application-directors .slogan {
        font-size: 4.2rem
    }

    .application-directors__text {
        font-size: 1.8rem;
        line-height: 1.7
    }

    .application-directors__text::after {
        width: 19.5rem;
        height: 14.2rem;
        right: 0;
        bottom: -8rem
    }

    .what-this__content {
        min-height: 47.4rem;
        max-width: 29rem;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .what-this__title {
        display: none
    }
}

@media (max-width:390px) {
    .application-directors .main-text--mobile {
        display: block
    }

    .application-directors__text::after {
        left: 0;
        margin: 0 auto
    }

    .what-this {
        margin-bottom: 7rem
    }

    .what-this__content {
        min-height: 100%
    }
}

.what-this__title {
    margin: 0 0 4rem;
    font-size: 5rem;
    line-height: 1.12
}

.what-this__title span {
    text-transform: uppercase;
    color: var(--brown)
}

.what-this__title--mobile {
    display: none
}

@media (max-width:852px) {
    .what-this__title--mobile {
        display: block;
        margin: 0 auto 4.5rem
    }
}

@media (max-width:390px) {
    .what-this__title--mobile {
        font-size: 3rem
    }

    .what-this__text {
        display: none
    }
}

.what-this__text {
    font-size: 2.8rem;
    line-height: 1.7;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.what-this__text p:not(:last-child) {
    margin-bottom: 3.5rem
}

.what-this__text--mobile {
    display: none
}

.what-this .this-slider {
    position: absolute;
    max-width: 101rem;
    width: 100%;
    height: 81.5rem;
    top: 0;
    left: 0;
    padding-bottom: 3.5rem
}

@media (max-width:852px) {
    .what-this__text {
        font-size: 1.8rem
    }

    .what-this .this-slider {
        top: 11.5rem;
        height: auto;
        max-width: 47.4rem;
        padding-bottom: 10rem
    }
}

@media (max-width:390px) {
    .what-this__text--mobile {
        display: block;
        max-width: 27.7rem;
        text-align: center;
        margin: 0 auto 4.5rem
    }

    .what-this .this-slider {
        padding-bottom: 5rem;
        position: static
    }

    .what-this .this-slider__arrows {
        display: none
    }
}

.what-this .this-slider__arrows {
    position: absolute;
    max-width: 23rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 3.3rem;
    z-index: 50
}

.what-this .this-slider__images img {
    height: 81.5rem
}

.what-this .this-slider .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: .6;
    bottom: 5rem;
    font-family: var(--prata);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 3rem
}

.what-this .this-slider .swiper-pagination-total {
    font-size: 1.2rem
}

.architectural-fusion {
    margin-bottom: 17rem;
    overflow: hidden
}

.architectural-fusion .title {
    margin-bottom: 13rem;
    font-size: 5rem;
    line-height: 1.12
}

@media (max-width:852px) {
    .what-this .this-slider__arrows {
        bottom: 0
    }

    .what-this .this-slider__images img {
        height: 100%;
        -webkit-box-shadow: 0 2rem 3rem -.6rem rgba(0, 0, 0, .3);
        box-shadow: 0 2rem 3rem -.6rem rgba(0, 0, 0, .3)
    }

    .what-this .this-slider .swiper-pagination-fraction {
        bottom: 1.5rem
    }

    .architectural-fusion {
        margin-bottom: 10rem
    }

    .architectural-fusion .title {
        margin-bottom: 4rem;
        font-size: 4.2rem
    }
}

@media (max-width:390px) {
    .what-this .this-slider .swiper-pagination-bullets {
        top: 37.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .what-this .this-slider .swiper-pagination-bullet {
        margin: 0;
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        opacity: 1
    }

    .what-this .this-slider .swiper-pagination-bullet-active {
        background-color: #cbad85
    }

    .architectural-fusion {
        margin-bottom: 8.5rem
    }

    .architectural-fusion .title {
        font-size: 3rem;
        max-width: 27.4rem;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 2rem
    }
}

.architectural-fusion .title span {
    text-transform: uppercase;
    color: var(--brown)
}

.architectural-fusion__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem
}

@media (max-width:852px) {
    .architectural-fusion__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 7rem
    }
}

@media (max-width:852px) and (max-width:390px) {
    .architectural-fusion__inner {
        row-gap: 5rem;
        max-width: 32rem;
        margin: 0 auto
    }
}

.architectural-fusion__list {
    max-width: 53.4rem;
    width: 100%
}

.architectural-fusion__images {
    position: relative
}

.architectural-fusion__img {
    width: 75.9rem;
    height: 127.9rem
}

@media (max-width:390px) {
    .architectural-fusion__img {
        width: 34rem;
        height: 100%
    }
}

.architectural-fusion__box {
    right: 0;
    top: -2rem;
    position: absolute;
    width: 35rem
}

@media (max-width:390px) {
    .architectural-fusion__box {
        top: 0;
        height: 100%;
        width: 19rem
    }
}

.architectural-fusion__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 8rem;
    width: 100%
}

.architectural-fusion__row:nth-child(1) {
    top: 15.4rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(1) {
        top: 5rem
    }
}

.architectural-fusion__row:nth-child(2) {
    top: 31.5rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(2) {
        top: 13rem
    }
}

.architectural-fusion__row:nth-child(3) {
    top: 49rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(3) {
        top: 20.5rem
    }
}

.architectural-fusion__row:nth-child(4) {
    top: 71.7rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(4) {
        top: 31.2rem
    }
}

.architectural-fusion__row:nth-child(5) {
    top: 90.3rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(5) {
        top: 39rem
    }
}

.architectural-fusion__row:nth-child(6) {
    top: 113.7rem
}

.architectural-fusion__vertical {
    position: absolute;
    left: -19.5rem;
    top: -4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 109.3rem;
    width: 5rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(6) {
        top: 50rem
    }

    .architectural-fusion__row {
        right: .5rem
    }

    .architectural-fusion__vertical {
        height: 49.8rem;
        top: -1rem;
        left: -8.7rem
    }
}

.architectural-fusion__circle-vertical {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--white)
}

@media (max-width:390px) {
    .architectural-fusion__circle-vertical {
        height: .8rem;
        width: .8rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.architectural-fusion__line-vertical {
    width: 1.2rem;
    border-left: .2rem dashed #f8f4f0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 107.5rem;
    margin-left: .5rem
}

@media (max-width:852px) {
    .architectural-fusion__line-vertical {
      margin-left: 0.3rem;
    }
}

.architectural-fusion__circle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--white);
    margin-right: .2rem
}

@media (max-width:390px) {
    .architectural-fusion__row:nth-child(6) {
        top: 50rem
    }

    .architectural-fusion__row {
        right: .5rem
    }

    .architectural-fusion__circle {
        height: .8rem;
        width: .8rem
    }
}

.architectural-fusion__line {
    border-top: .2rem dashed #f8f4f0;
    max-width: 21.6rem;
    width: 100%;
    margin-right: 2rem
}

.architectural-fusion__text {
    letter-spacing: .03em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #a58563;
    max-width: 12.7rem;
    line-height: 1.6
}

@media (max-width:390px) {
    .architectural-fusion__line {
        width: 50%;
        margin-right: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .architectural-fusion__text {
        font-size: 1.2rem;
        max-width: 10rem
    }
}

.info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-list__item:not(:last-child) {
    padding-bottom: 2.8rem;
    margin-bottom: 3rem;
    border-bottom: .1rem solid #40495b
}

.info-list__text {
    width: 28rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: var(--brown);
    padding-right: 7rem;
    margin-right: 2rem;
    text-transform: uppercase;
    position: relative
}

@media (max-width:390px) {
    .info-list__item:not(:last-child) {
        margin-bottom: 2rem;
        padding-bottom: 1.7rem
    }

    .info-list__text {
        font-size: 1.1rem;
        width: 18rem;
        padding-right: 2rem
    }
}

.info-list__text::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
    width: .2rem;
    height: 4.8rem;
    background-color: rgba(248, 244, 240, .4)
}

.info-list__value {
    font-family: var(--prata);
    font-size: 4rem;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.section-location {
    margin-bottom: 17rem;
    padding-bottom: 10rem;
    overflow: hidden
}

@media (max-width:852px) {
    .section-location {
        margin-bottom: 8rem
    }
}

@media (max-width:390px) {
    .info-list__text::after {
        height: 3rem
    }

    .info-list__value {
        font-size: 2.4rem
    }
}

.section-location {
    margin-bottom: 17rem;
    padding-bottom: 10rem;
    overflow: hidden
}

@media (max-width:852px) {
    .section-location {
        margin-bottom: 8rem
    }
}

.section-location__title {
    margin-bottom: 0;
    font-size: 8rem
}

@media (max-width:852px) {
    .section-location__title {
        font-size: 4.2rem
    }
}

@media (max-width:390px) {
    .section-location__title {
        font-size: 3rem
    }
}

.section-location__slogan {
    font-size: 8rem;
    margin-bottom: 1rem
}

@media (max-width:852px) {
    .section-location__slogan {
        font-size: 4.2rem
    }
}

@media (max-width:390px) {
    .section-location__slogan {
        font-size: 3.1rem
    }
}

.section-location__text {
    max-width: 115rem;
    margin: 0 auto 13.7rem;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.section-location .location-slider {
    position: relative;
    overflow: visible
}

.section-location .location-slider__slide {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding: 0;
    max-width: 53rem;
    -webkit-box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5)
}

.section-location .location-slider__slide img {
    width: 54.9rem;
    height: 37.3rem
}

.section-location .location-slider__slide--video .location-slider__images::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: var(--white);
    inset: 0;
    margin: auto
}

.section-location .location-slider__slide--video .location-slider__images::after:hover {
    background-color: var(--brown)
}

.section-location .location-slider__slide--video .location-slider__images::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/slider-mission/icon-play.svg);
    width: 2rem;
    height: 2rem;
    z-index: 10
}

.section-location .location-slider .swiper-slide-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 10
}

.section-location .location-slider__arrows {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%
}

.section-location .location-slider__arrows .slider-arrows__arrow {
    position: absolute
}

.section-location .location-slider__arrows .slider-arrows__arrow:hover {
    background-color: var(--brown)
}

.section-location .location-slider__arrows .slider-arrows__arrow--prev {
    left: 44.8rem
}

.section-location .location-slider__arrows .slider-arrows__arrow--next {
    right: 44.8rem
}

@media (max-width:852px) {
    .section-location__text {
        font-size: 1.8rem;
        max-width: 64.2rem;
        margin-bottom: 7rem
    }

    .section-location .location-slider__slide {
        width: 51.5rem !important;
        height: 33.7rem
    }

    .section-location .location-slider__arrows .slider-arrows__arrow--prev {
        left: 19.3rem
    }

    .section-location .location-slider__arrows .slider-arrows__arrow--next {
        right: 19.3rem
    }
}

.environment {
    overflow: hidden;
    margin-bottom: 5rem
}

.environment .environment-slider__slide {
    background-color: var(--black)
}

@media (max-width:390px) {
    .section-location__text {
        max-width: 31rem;
        font-size: 1.6rem
    }

    .section-location .location-slider__slide {
        /* padding-bottom: 4rem; */
        width: 35rem !important;
        height: 32.2rem
    }

    .section-location .location-slider__slide img {
        width: 35rem;
        height: 32.2rem
    }

    .section-location .location-slider .swiper-slide-active {
        height: 32.2rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .section-location .location-slider .swiper-pagination-bullets {
        bottom: -4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .section-location .location-slider .swiper-pagination-bullet {
        margin: 0;
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        opacity: 1
    }

    .section-location .location-slider .swiper-pagination-bullet-active {
        background-color: #cbad85
    }

    .section-location .location-slider__arrows {
        display: none
    }

    .environment {
        margin-bottom: 0
    }

    .environment .environment-slider {
        max-width: 34.8rem
    }

    .environment .environment-slider__slide .container {
        padding: 0
    }
}

.environment .environment-slider__slide {
    background-color: var(--black)
}

.environment .environment-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
}

.environment .environment-slider__img {
    width: 50rem;
    height: 69.9rem
}

@media (max-width:852px) {
    .environment .environment-slider__inner {
        -webkit-column-gap: 6.5rem;
        -moz-column-gap: 6.5rem;
        column-gap: 6.5rem;
        padding-bottom: 8rem
    }

    .environment .environment-slider__img {
        width: 43.6rem;
        height: 100%
    }
}

@media (max-width:390px) {
    .environment .environment-slider__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        margin: 0 auto
    }

    .environment .environment-slider__img {
        margin-bottom: 3rem;
        width: 36.4rem;
        height: 34.8rem
    }
}

.environment .environment-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20
}

.environment .environment-slider__content--flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:390px) {
    .environment .environment-slider__content {
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-width: 29.7rem;
        margin: 0 auto
    }

    .environment .environment-slider__title {
        display: none
    }
}

.environment .environment-slider__title {
    margin-bottom: auto;
    font-family: Denistina, sans-serif;
    font-size: 8rem;
    font-weight: 400;
    color: var(--brown);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

@media (max-width:852px) {
    .environment .environment-slider__title {
        font-size: 4rem;
        margin-bottom: 3.5rem
    }
}

.environment .environment-slider__title--mobile {
    display: none
}

@media (max-width:390px) {
    /* .environment .environment-slider__content--flex-end {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .environment .environment-slider__title {
        display: none
    } */

    .environment .environment-slider__title--mobile {
        display: block;
        text-align: center;
        font-size: 5rem;
        margin-bottom: 2rem
    }
}

.environment .environment-slider__heading {
    font-weight: 400;
    font-size: 4rem;
    max-width: 33.2rem;
    line-height: 1.3;
    margin-bottom: 5rem;
    font-family: var(--prata)
}

@media (max-width:390px) {
    .environment .environment-slider__heading {
        max-width: 24.5rem;
        margin-bottom: 2rem
    }
}

.environment .environment-slider__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 11rem
}

@media (max-width:852px) {
    .environment .environment-slider__heading {
        font-size: 3rem
    }

    .environment .environment-slider__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.environment .environment-slider__item {
    max-width: 26.8rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    position: relative;
    padding-left: 26px
}

.environment .environment-slider__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background-color: var(--brown)
}

.environment .environment-slider__caption {
    font-weight: 200;
    font-size: 2rem
}

.environment .environment-slider__text {
    font-weight: 200;
    display: block;
    font-size: 1.4rem;
    line-height: 2;
    color: #687288
}

.environment .environment-slider__arrows {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 1rem
}

@media (max-width:852px) {
    .environment .environment-slider__arrows {
        position: absolute;
        bottom: 0;
        left: 10rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-column-gap: 11.4rem;
        -moz-column-gap: 11.4rem;
        column-gap: 11.4rem
    }
}

@media (max-width:390px) {
    .environment .environment-slider__arrows {
        display: none
    }
}

.environment .environment-slider__label {
    z-index: -1;
    display: block;
    position: absolute;
    font-size: 15.1rem;
    font-family: Denistina, sans-serif;
    color: #283143;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    line-height: .6;
    left: 90rem;
    top: 30%;
    margin: auto 0;
    max-width: 83.4rem
}

@media (max-width:852px) {
    .environment .environment-slider__label {
        display: none
    }
}

.environment .environment-slider__label--fz182 {
    font-size: 18.2rem
}

.environment .environment-slider__label--fz140 {
    font-size: 14rem;
    line-height: 1;
    top: 20%
}

.environment .environment-slider__label--fz98 {
    font-size: 9.8rem;
    line-height: 1.2;
    top: 23%
}

.environment .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: .6;
    bottom: 5rem;
    left: 19.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: var(--prata);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 3rem
}

.environment .swiper-pagination-total {
    font-size: 1.2rem
}

.environment__map {
    text-align: center;
    position: relative;
}

@media (max-width:852px) {
  .environment__map {
    overflow: scroll;
}
}

.environment__locations {
    width: 178.9rem;
    height: 136rem
}

.environment__area-1,
.environment__area-2,
.environment__cursor,
.environment__logo-1,
.environment__logo-2,
.environment__mark-N,
.environment__prime-park {
    position: absolute
}

.environment__mark-N {
  bottom: 41.1rem;
  left: 58.8rem;
  z-index: 10;
}

.environment__mark-N img {
  width: 9.9rem;
  height: 11.1rem;
}

@media (max-width:852px) {
    .environment .swiper-pagination-fraction {
        bottom: 1.5rem
    }

    .environment__locations {
        width: 120rem;
        height: 100%;
    }

    .environment__mark-N img {
        width: 7.1rem;
        height: 7.1rem;
    }

    .environment__mark-N {
      bottom: 27.7rem;
      left: 36.2rem;
      width: 7.1rem;
      height: 7.1rem;
    }
}

.environment__prime-park {
  right: 68.8rem;
  bottom: 42rem;
  z-index: 10
}

.environment__prime-park img {
  width: 14.1rem;
  height: 15.8rem
}

@media (max-width:852px) {
    .environment__prime-park img {
        width: 10.1rem;
        height: 10rem
    }

    .environment__prime-park {
      bottom: 29rem;
      right: 6.9rem;
    }
}

@media (max-width:390px) {
    .environment .swiper-pagination-bullets {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        margin-bottom: 3rem
    }

    .environment .swiper-pagination-bullet {
        margin: 0;
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        opacity: 1
    }

    .environment .swiper-pagination-bullet-active {
        background-color: #cbad85
    }

    .environment__prime-park {
      bottom: 28.5rem;
      right: -39rem
    }

    .environment__area-1 {
      bottom: 31rem;
      left: 54rem
    }

    .environment__area-1 svg {
      width: 13.1rem;
      height: 13.1rem
    }

}

.environment__area-1 {
    bottom: 31rem;
    left: 54rem
}

.environment__area-1 svg {
    width: 13.1rem;
    height: 13.1rem
}

@media (max-width:852px) {
    .environment__area-1 svg {
        width: 9.2rem;
        height: 9.2rem
    }

    .environment__area-1 {
      bottom: 20rem;
      left: 33rem
    }
}

.environment__area-2 {
    right: 73.5rem;
    bottom: 31.5rem
}

.environment__area-2 svg {
    width: 12rem;
    height: 13.8rem
}

@media (max-width:852px) {
    .environment__area-2 svg {
        width: 8.5rem;
        height: 9.8rem
    }

    .environment__area-2 {
      bottom: 21.1rem;
      right: 10.2rem
    }
}

@media (max-width:390px) {
  .environment__area-2 {
    bottom: 20.5rem;
    right: -35.6rem
  }
}

.environment__logo-1 {
    right: 69rem;
    bottom: 34rem
}

.environment__logo-1 svg {
    width: 5.3rem;
    height: 7.8rem
}

@media (max-width:852px) {
    .environment__logo-1 svg {
        width: 3.7rem;
        height: 5.4rem
    }

    .environment__logo-1 {
      bottom: 23rem;
      right: 7.7rem
    }
}

@media (max-width:390px) {
  .environment__logo-1 {
    bottom: 23rem;
    right: -39rem
  }
}

.environment__logo-2 {
    right: 62.5rem;
    bottom: 39rem
}

.environment__logo-2 svg {
    width: 5.2rem;
    height: 7.7rem
}

@media (max-width:852px) {
    .environment__logo-2 svg {
        width: 3.6rem;
        height: 6.5rem
    }

    .environment__logo-2 {
      bottom: 26rem;
      right: 3.4rem
    }
}

@media (max-width:390px) {
  .environment__logo-2 {
    bottom: 26rem;
    right: -42.8rem
  }

    .environment__cursor {
        display: none
    }
}

.environment__cursor {
    bottom: 33rem;
    left: 63rem
}

.environment__cursor svg {
    display: none;
    /* width: 3.6rem;
    height: 3.7rem */
}

.parks {
    margin-bottom: 16rem
}

.parks .parks-slider {
    max-width: 170.6rem;
    margin: 0 auto
}

.parks .parks-slider__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.parks .parks-slider .swiper-pagination-bullets {
    position: absolute;
    bottom: 41%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:852px) {
    /* .environment__cursor svg {
        width: 2rem;
        height: 2.2rem
    } */

    .environment__cursor {
        bottom: 22rem;
        left: 23.5rem
    }

    .parks {
        margin-bottom: 10rem
    }

    .parks .parks-slider .swiper-pagination-bullets {
        bottom: 52%
    }
}

@media (max-width:390px) {
    .parks {
        margin-bottom: 8rem
    }

    .parks .parks-slider__slide {
        background-position: top;
        background-size: auto 41rem
    }

    .parks .parks-slider .swiper-pagination-bullets {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        bottom: 57%
    }
}

.parks .parks-slider .swiper-pagination-bullet {
    background-color: #f8f4f0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: .3rem;
    margin: 0;
    border-radius: 0
}

@media (max-width:390px) {
    .parks .parks-slider .swiper-pagination-bullet {
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        opacity: 1
    }

    .parks .parks-slider .swiper-pagination-bullet-active {
        background-color: #cbad85
    }
}

.parks .parks-slider__inner {
    height: 95.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 8.5rem;
    position: relative
}

.parks .parks-slider__title {
    font-family: var(--prata);
    font-size: 8rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

/* .parks .parks-slider__title--mobile {
    display: none
}

.parks .parks-slider__text {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 88.9rem;
    width: 100%;
    background-color: #131822;
    padding: 3.4rem 4.1rem 2rem 3.4rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    line-height: 2
} */

@media (max-width:852px) {
    .parks .parks-slider__inner {
        height: 93.4rem
    }

    .parks .parks-slider__title {
        font-size: 4.2rem;
        margin-bottom: 17rem;
        margin-left: 5rem
    }

    .parks .parks-slider__title br {
        display: none
    }

    /* .parks .parks-slider__text {
        max-width: 80rem;
        padding: 2.8rem 8rem 1.5rem 3.3rem
    } */
}

.parks .parks-slider__title--mobile {
    display: none
}

@media (max-width:390px) {
    .parks .parks-slider__inner {
        height: 41rem;
        padding-bottom: 0
    }

    .parks .parks-slider__title {
        display: none
    }

    .parks .parks-slider__title--mobile {
        display: block;
        font-size: 3rem;
        margin-bottom: 1.5rem;
        margin-left: 0
    }
}

.parks .parks-slider__text {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 88.9rem;
    width: 100%;
    background-color: #131822;
    padding: 3.4rem 4.1rem 2rem 3.4rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    line-height: 2
}

@media (max-width:852px) {
    .parks .parks-slider__text {
        max-width: 80rem;
        padding: 2.8rem 8rem 1.5rem 3.3rem
    }
}

@media (max-width:390px) {

    .parks .parks-slider__text {
        position: static;
        padding: 6.5rem 0 0;
        max-width: 100%;
        text-align: center
    }

    .parks .parks-slider__text p {
        font-size: 1.6rem;
        max-width: 27.7rem;
        margin: 0 auto
    }
}

.parks .parks-slider__arrows {
    position: absolute;
    right: 0;
    top: 17rem;
    bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 4rem
}

@media (max-width:852px) {
    .parks .parks-slider__arrows {
        bottom: 20rem
    }
}

@media (max-width:390px) {
    .parks .parks-slider__arrows {
        display: none
    }
}

.parks .parks-slider__count {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: end;
    line-height: .6;
    position: absolute;
    bottom: 20%;
    right: 13rem;
    left: 0;
    margin: 0 auto;
    font-family: var(--prata);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 3rem
}

.parks .parks-slider__total {
    font-size: 1.2rem
}

.concept {
    overflow: hidden;
    margin-bottom: 12rem;
    padding-bottom: 4rem
}

@media (max-width:852px) {
    .parks .parks-slider__count {
        left: initial;
        right: 2.5rem;
        bottom: 30%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .concept {
        margin-bottom: 8rem
    }
}

@media (max-width:390px) {
    .parks .parks-slider__count {
        display: none
    }

    .concept {
        padding-bottom: 2rem;
        margin-bottom: 6rem
    }
}

.concept__title {
    margin-bottom: 0;
    font-size: 8rem
}

@media (max-width:852px) {
    .concept__title {
        font-size: 4.2rem
    }
}

@media (max-width:390px) {
    .concept__title {
        font-size: 3rem
    }
}

.concept__slogan {
    font-size: 8rem;
    margin-bottom: 1rem
}

@media (max-width:852px) {
    .concept__slogan {
        font-size: 4.2rem
    }
}

@media (max-width:390px) {
    .concept__slogan {
        font-size: 3rem
    }
}

.concept__text {
    max-width: 115rem;
    margin: 0 auto 13.7rem;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.concept .concept-slider {
    overflow: visible;
    margin-bottom: 17rem;
    -webkit-box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5)
}

@media (max-width:852px) {
    .concept__text {
        font-size: 1.8rem;
        max-width: 64.6rem;
        margin-bottom: 4rem
    }

    .concept .concept-slider {
        margin-bottom: 11rem
    }
}

.concept .concept-slider__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    opacity: .3;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.concept .concept-slider__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67.26%, rgba(0, 0, 0, 0)), color-stop(101.74%, #131822));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 67.26%, #131822 101.74%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.26%, #131822 101.74%)
}

.concept .concept-slider .swiper-pagination-bullets {
    position: absolute;
    bottom: 31.5%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:390px) {
    .concept__text {
        max-width: 31rem;
        font-size: 1.6rem
    }

    .concept .concept-slider {
        max-width: 35rem
    }

    .concept .concept-slider__slide::after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(90%, #131822));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #131822 90%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #131822 90%)
    }

    .concept .concept-slider .swiper-pagination-bullets {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: -3rem;
        -webkit-column-gap: .5rem;
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }
}

.concept .concept-slider .swiper-pagination-bullet {
    background-color: #f8f4f0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: .3rem;
    margin: 0;
    border-radius: 0
}

@media (max-width:390px) {
    .concept .concept-slider .swiper-pagination-bullet {
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        opacity: 1
    }

    .concept .concept-slider .swiper-pagination-bullet-active {
        background-color: #cbad85
    }

    .concept .concept-slider__inner {
        text-align: center
    }
}

.concept .concept-slider .swiper-slide-active {
    opacity: 1
}

.concept .concept-slider__inner {
    height: 95.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 5rem;
    position: relative;
    z-index: 5
}

.concept .concept-slider__title {
    padding-left: 5.8rem;
    font-family: var(--prata);
    font-size: 7rem;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 1.5rem
}

@media (max-width:852px) {
    .concept .concept-slider__inner {
        height: 62.1rem
    }

    .concept .concept-slider__title {
        font-size: 4.2rem;
        padding-left: 2.7rem
    }
}

@media (max-width:390px) {
    .concept .concept-slider__title {
        font-size: 3rem;
        padding-left: 0
    }
}

.concept .concept-slider__text {
    padding-left: 58px;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    max-width: 85rem
}

.concept .concept-slider__arrows {
    position: absolute;
    right: 5rem;
    bottom: 22.7rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 4rem
}

@media (max-width:852px) {
    .concept .concept-slider__text {
        max-width: 47.5rem;
        padding-left: 2.7rem
    }

    .concept .concept-slider__arrows {
        bottom: 13rem
    }
}

@media (max-width:390px) {
    .concept .concept-slider__text {
        padding-left: 0;
        line-height: 1.6
    }

    .concept .concept-slider__arrows {
        display: none
    }
}

.concept .concept-slider__count {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: end;
    line-height: .6;
    position: absolute;
    bottom: 15.4rem;
    right: 5.5rem;
    left: initial;
    font-family: var(--prata);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 3rem
}

@media (max-width:852px) {
    .concept .concept-slider__count {
        bottom: 4rem
    }
}

.concept .concept-slider__total {
    font-size: 1.2rem
}

.concept-list {
    padding-bottom: 13rem
}

@media (max-width:390px) {
    .concept .concept-slider__count {
        display: none
    }

    .concept-list {
        padding-bottom: 4rem;
        max-width: 32.7rem
    }
}

.concept-list__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.concept-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 53rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    padding: 4rem 3rem;
    -webkit-box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5);
    box-shadow: 0 2rem 4rem -1rem rgba(0, 0, 0, .5)
}

.concept-list__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.47%, rgba(11, 16, 26, 0)), color-stop(91.62%, rgba(11, 16, 26, .9)));
    background: -o-linear-gradient(top, rgba(11, 16, 26, 0) 42.47%, rgba(11, 16, 26, .9) 91.62%);
    background: linear-gradient(180deg, rgba(11, 16, 26, 0) 42.47%, rgba(11, 16, 26, .9) 91.62%)
}

.concept-list__box {
    padding: 4rem 3rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 16, 26, .9)), to(rgba(11, 16, 26, .9)));
    background: -o-linear-gradient(bottom, rgba(11, 16, 26, .9), rgba(11, 16, 26, .9));
    background: linear-gradient(0deg, rgba(11, 16, 26, .9), rgba(11, 16, 26, .9));
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s
}

.concept-list__box--active {
    opacity: 1;
    visibility: visible
}

.concept-list__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100;
    width: 2rem;
    height: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/icon-burger-close.svg)
}

.concept-list__descr {
    line-height: 1.75
}

.concept-list__descr p:not(:last-child) {
    margin-bottom: 2.5rem
}

.concept-list__heading,
.concept-list__link {
    z-index: 10;
    font-family: var(--prata);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.concept-list__heading {
    font-size: 3.4rem;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 2rem;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    opacity: 0;
    z-index: 101
}

.concept-list__heading--opacity {
    opacity: 1
}

.concept-list__link {
    line-height: 1.5;
    color: var(--brown);
    font-size: 1.8rem;
    position: relative;
    padding-right: 3.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.concept-list__link:hover {
    color: var(--brown)
}

.concept-list__link:hover::after {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem)
}

.concept-list__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/concept/icon-arrow.svg);
    width: 2.4rem;
    height: 1.5rem;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.concept-list__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    position: absolute;
    bottom: 0
}

@media (max-width:390px) {
    .concept-list__arrows {
        bottom: 10%;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .concept-list__arrows .slider-arrows__arrow {
        display: none
    }
}

.concept-list__arrows .slider-arrows__arrow:hover {
    background-color: var(--brown)
}

.concept-list .swiper-pagination-fraction {
    position: static;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: end;
    line-height: .6;
    font-family: var(--prata);
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 3rem;
    color: var(--brown)
}

.concept-list .swiper-pagination-total {
    font-size: 1.2rem;
    color: var(--white)
}

.concept-list .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 16rem
}

@media (max-width:390px) {
    .concept-list .swiper-pagination-bullets {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem .5rem;
        bottom: -5rem
    }

    .concept-list .swiper-pagination-bullet {
        display: block;
        background-color: #131822;
        border: 1px solid #cbad85;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
        opacity: 1
    }

    .concept-list .swiper-pagination-bullet-active {
        background-color: #cbad85
    }

    .area {
        margin-bottom: 8.5rem
    }
}

.area__inner {
    height: 95.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.area .main-text {
    margin-bottom: 25rem;
    z-index: 5
}

@media (max-width:390px) {
    .area__inner {
        height: 41rem
    }

    .area .main-text {
        margin: 0 auto 12rem
    }
}

.area .title {
    max-width: 76.3rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 7rem
}

@media (max-width:852px) {
    .area .title {
        font-size: 4.6rem;
        max-width: 50.9rem
    }
}

@media (max-width:390px) {
    .area .title {
        font-size: 3rem;
        max-width: 21.6rem;
        text-align: center;
        margin: 0 auto
    }
}

.area .title::after,
.area .title::before {
    background-color: rgba(255, 255, 255, .3)
}

.area .slogan {
    text-align: left;
    color: var(--white);
    font-size: 6.5rem
}

.area .ellipse {
    width: 107.5rem;
    height: 47rem;
    left: -20rem;
    bottom: 2rem;
    top: initial !important;
    z-index: 1
}

.apartments {
    overflow: hidden;
    padding-bottom: 8rem;
    border-bottom: .1rem solid #40495b;
    margin-bottom: 11.7rem
}

@media (max-width:852px) {
    .area .slogan {
        font-size: 4.8rem
    }

    .area .ellipse {
        width: 60rem;
        height: 48.8rem;
        left: 0
    }

    .apartments {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 7.5rem
    }
}

@media (max-width:390px) {
    .area .slogan {
        font-size: 2.6rem
    }

    .area .ellipse {
        width: 100%;
        height: 35rem;
        -webkit-filter: blur(92rem);
        filter: blur(92rem)
    }

    .apartments {
        margin-bottom: 5.5rem
    }
}

.apartments .apartments-slider {
    overflow: visible
}

.apartments .apartments-slider__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.apartments .apartments-slider__text {
    margin-bottom: 5rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 8rem;
    text-align: center
}

@media (max-width:852px) {
    .apartments .apartments-slider__text {
        font-size: 4.2rem
    }
}

.apartments .apartments-slider__slogan,
.apartments .apartments-slider__title {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.12
}

.apartments .apartments-slider__title {
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.apartments .apartments-slider__box {
    position: relative
}

.apartments .apartments-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    position: relative
}

.apartments .apartments-slider__flat {
    height: 100%
}

.apartments .apartments-slider__area {
    opacity: 0
}

.apartments .apartments-slider__area--active {
    opacity: 0.5
}

.apartments .apartments-slider__list {
    max-width: 49.3rem;
    width: 100%
}

@media (max-width:852px) {
    .apartments .apartments-slider__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 5rem
    }

    .apartments .apartments-slider__flat {
        width: 95%
    }

    .apartments .apartments-slider picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .apartments .apartments-slider__list {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.apartments .apartments-slider__list .info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4rem 0 1.4rem 3.5rem;
    height: 5.5rem;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer
}

.apartments .apartments-slider__list .info-list__item--active,
.apartments .apartments-slider__list .info-list__item:hover {
    background-color: var(--brown)
}

.apartments .apartments-slider__list .info-list__item--active .info-list__text,
.apartments .apartments-slider__list .info-list__item:hover .info-list__text {
    color: var(--white)
}

.apartments .apartments-slider__list .info-list__item:not(:last-child) {
    margin-bottom: 0
}

.apartments .apartments-slider__list .info-list__text {
    padding-right: 3.5rem;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

@media (max-width:390px) {

    .apartments .apartments-slider__slogan,
    .apartments .apartments-slider__title {
        font-size: 3rem
    }

    .apartments .apartments-slider__content {
        row-gap: 4rem
    }

    .apartments .apartments-slider__list .info-list__item {
        padding-left: 1rem
    }

    .apartments .apartments-slider__list .info-list__text {
        width: 20.7rem;
        padding-right: 1rem
    }
}

.apartments .apartments-slider__list .info-list__text::after {
    height: 3.2rem
}

.apartments .apartments-slider__list .info-list__value {
    font-size: 2rem
}

.apartments .apartments-slider .apartments-tour {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.apartments .apartments-slider .apartments-tour__img {
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem)
}

.apartments .apartments-slider .apartments-tour__btn {
    border-radius: 3.8rem;
    display: block;
    border: .1rem solid #b3916e;
    background-color: #a58563;
    -webkit-box-shadow: 0 .2rem 0 #664726, 0 1.4rem 3.4rem rgba(162, 130, 96, .3);
    box-shadow: 0 .2rem 0 #664726, 0 1.4rem 3.4rem rgba(162, 130, 96, .3);
    font-family: var(--prata);
    font-size: 3rem;
    line-height: 1.6;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #131822;
    padding: 1.5rem 7.4rem;
    position: relative;
    z-index: 5;
    margin-bottom: 1rem
}

.apartments .apartments-slider .apartments-tour__btn:hover {
    background-color: #876b4e;
    color: rgb(255 255 255 / 80%);
}

.apartments .apartments-slider .apartments-tour__label {
    font-family: var(--prata);
    letter-spacing: .24em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.apartments .apartments-slider__arrows {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 1rem;
    max-width: 96rem;
    width: 95%
}

.apartments .apartments-slider__arrows .slider-arrows__arrow:hover {
    background-color: var(--brown)
}

.apartments .apartments-slider .apartments-tour,
.apartments .apartments-slider__content,
.apartments .apartments-slider__slogan {
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.apartments .apartments-slider .swiper-slide-active .apartments-slider__content,
.apartments .apartments-slider .swiper-slide-active .apartments-slider__slogan,
.apartments .apartments-slider .swiper-slide-active .apartments-tour {
    opacity: 1
}

.apartments .apartments-slider .swiper-slide-active .apartments-slider__title {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.apartments .apartments-slider .swiper-slide-prev .apartments-slider__title {
    -webkit-transform: translateX(60rem);
    -ms-transform: translateX(60rem);
    transform: translateX(60rem);
    opacity: .3
}

@media (max-width:852px) {
    .apartments .apartments-slider .apartments-tour__img {
        width: 12.7rem;
        height: 12.7rem
    }

    .apartments .apartments-slider .apartments-tour__btn {
        font-size: 1.9rem;
        padding: 1rem 4.9rem
    }

    .apartments .apartments-slider .apartments-tour__label {
        font-size: 1.4rem
    }

    .apartments .apartments-slider__arrows {
        max-width: 56.7rem
    }

    .apartments .apartments-slider .swiper-slide-prev .apartments-slider__title {
        -webkit-transform: translateX(40rem);
        -ms-transform: translateX(40rem);
        transform: translateX(40rem)
    }
}

@media (max-width:390px) {
    .apartments .apartments-slider .apartments-tour__img {
        width: 15rem;
        height: 15rem
    }

    .apartments .apartments-slider__arrows .slider-arrows__arrow {
        width: 4rem;
        height: 4rem
    }

    .apartments .apartments-slider .swiper-slide-prev .apartments-slider__title {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.apartments .apartments-slider .swiper-slide-next .apartments-slider__title {
    -webkit-transform: translateX(-60rem);
    -ms-transform: translateX(-60rem);
    transform: translateX(-60rem);
    opacity: .3
}

.place-business {
    margin-bottom: 15rem
}

@media (max-width:852px) {
    .apartments .apartments-slider .swiper-slide-next .apartments-slider__title {
        -webkit-transform: translateX(-40rem);
        -ms-transform: translateX(-40rem);
        transform: translateX(-40rem)
    }

    .place-business {
        margin-bottom: 11rem
    }
}

@media (max-width:390px) {
    .apartments .apartments-slider .swiper-slide-next .apartments-slider__title {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .place-business {
        margin-bottom: 9rem
    }
}

.place-business__text {
    margin-bottom: 5rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 8rem;
    text-align: center
}

@media (max-width:852px) {
    .place-business__text {
        font-size: 4.2rem
    }
}

.place-business__slogan,
.place-business__title {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.12
}

/*  */


.place-business .business-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 852px) {
  .place-business .business-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 5rem;
  }
}

.place-business .business-slider__wrapper {
  width: 80%;
}
@media (max-width: 852px) {
  .place-business .business-slider__wrapper {
    width: 100%;
  }
}

.place-business .business-slider__slide {
    background-color: var(--black)
}

.place-business .business-slider__img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto
}

.place-business .business-slider__img--offset {
    -webkit-transform: translateX(-10rem);
    -ms-transform: translateX(-10rem);
    transform: translateX(-10rem)
}

.place-business .business-slider__title {
    text-align: center;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 7.5rem
}

.place-business .business-slider__title span {
    color: var(--brown)
}

.place-business .business-slider__arrows {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    height: 0;
    top: 0
}

.place-business .business-slider__arrows .slider-arrows__arrow--prev {
    left: 28rem
}

@media (max-width:852px) {
    .place-business .business-slider__img--offset {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .place-business .business-slider__title {
        font-size: 1.8rem
    }

    .place-business .business-slider__arrows {
        top: 2.5rem
    }

    .place-business .business-slider__arrows .slider-arrows__arrow {
        width: 4rem;
        height: 4rem
    }

    .place-business .business-slider__arrows .slider-arrows__arrow--prev {
        left: 16rem
    }
}

@media (max-width:390px) {

    .place-business__slogan,
    .place-business__title {
        font-size: 3rem
    }

    .place-business .business-slider__title {
        font-size: 1.6rem;
        max-width: 23.3rem;
        margin: 0 auto 25px
    }

    .place-business .business-slider__arrows {
        top: 3.2rem
    }

    .place-business .business-slider__arrows .slider-arrows__arrow--prev {
        left: 0
    }
}

.place-business .business-slider__arrows .slider-arrows__arrow--next {
    left: 100rem
}

@media (max-width:852px) {
    .place-business .business-slider__arrows .slider-arrows__arrow--next {
        left: 53rem
    }

    .place-business .business-slider__arrows {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 4.5rem;
        -moz-column-gap: 4.5rem;
        column-gap: 4.5rem
    }
}

@media (max-width:390px) {
    .place-business .business-slider__arrows .slider-arrows__arrow--next {
        left: 25.7rem
    }

    .place-business .business-slider__arrows {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .place-business .business-slider__arrows .slider-arrows__arrow {
        width: 4rem;
        height: 4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.place-business .business-slider__arrows .slider-arrows__arrow:hover {
    background-color: var(--brown)
}

.place-business .business-slider__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[3];
  -ms-grid-columns: (max-content)[3];
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  -ms-flex-line-pack: end;
  align-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  z-index: 100;
}
@media (max-width: 852px) {
  .place-business .business-slider__tabs {
    -ms-grid-columns: (-webkit-max-content)[4];
    -ms-grid-columns: (max-content)[4];
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.place-business .business-slider__tab {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: transparent;
  border-radius: 0;
  margin: 0 !important;
}
.place-business .business-slider__tab:nth-child(2) {
  position: absolute;
  -webkit-transform: translateX(2.5rem);
  -ms-transform: translateX(2.5rem);
  transform: translateX(2.5rem);
}
@media (max-width: 852px) {
  .place-business .business-slider__tab:nth-child(2) {
    left: 25rem;
  }
}
@media (max-width: 390px) {
  .place-business .business-slider__tab:nth-child(2) {
    left: 2rem;
  }
}
.place-business .business-slider__tab.swiper-pagination-bullet-active svg {
  fill: var(--white);
}
.place-business .business-slider__tab svg {
  width: 7.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.place-business .business-slider__label {
  display: block;
  color: var(--white);
}

.return-call {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
}

.return-call__inner {
    height: 82rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.return-call__slogan,
.return-call__title {
    margin-bottom: 0;
    line-height: 1.12;
    font-size: 8rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.return-call__slogan {
    margin-bottom: 6rem
}

.return-call .call-form {
    max-width: 66.5rem;
    width: 100%
}

.return-call .call-form__inner {
    margin-bottom: 6rem
}

.return-call .call-form__field {
    display: block;
    width: 100%;
    background-color: transparent;
    color: var(--white);
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    padding-bottom: 1.7rem;
    border-bottom: .1rem solid rgba(248, 244, 240, .3);
    outline: transparent
}

@media (max-width:852px) {
    .return-call__inner {
        height: 70.5rem
    }

    .return-call__slogan,
    .return-call__title {
        font-size: 4.2rem
    }

    .return-call .call-form {
        max-width: 58.1rem
    }

    .return-call .call-form__field {
        font-size: 1.8rem
    }
}

.return-call .call-form__field::-webkit-input-placeholder {
    opacity: 1
}

.return-call .call-form__field::-moz-placeholder {
    opacity: 1
}

.return-call .call-form__field:-ms-input-placeholder {
    opacity: 1
}

.return-call .call-form__field::-ms-input-placeholder {
    opacity: 1
}

.return-call .call-form__field::placeholder {
    opacity: 1
}

.return-call .call-form__field:not(:last-child) {
    margin-bottom: 5rem
}

.return-call .call-form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:390px) {
    .return-call__inner {
        height: 61.5rem
    }

    .return-call__slogan,
    .return-call__title {
        font-size: 3rem;
        max-width: 24.5rem;
        text-align: center
    }

    .return-call__slogan {
        margin-bottom: 3rem
    }

    .return-call .call-form__field {
        font-size: 1.6rem
    }

    .return-call .call-form__field:not(:last-child) {
        margin-bottom: 3.5rem
    }

    .return-call .call-form__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        row-gap: 3rem
    }
}

.return-call .call-form__text {
    font-weight: 300;
    font-size: 1.8rem;
    max-width: 32.1rem;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #a58563
}

@media (max-width:852px) {
    .return-call .call-form__text {
        font-size: 1.6rem
    }
}

.return-call .call-form__btn {
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: var(--white);
    font-size: 2.2rem;
    font-family: var(--prata);
    position: relative;
    padding-right: 2.8rem
}

.return-call .call-form__btn:hover {
    color: var(--brown)
}

.return-call .call-form__btn:hover::after {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem)
}

.return-call .call-form__btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/concept/icon-arrow.svg);
    width: 2.4rem;
    height: 1.5rem;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.return-call .call-form__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.return-call .call-form__icon:hover .call-form__arrow {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem)
}

.return-call .call-form__btn {
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: var(--white);
    font-size: 2.2rem;
    font-family: var(--prata);
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.return-call .call-form__btn:hover {
    color: var(--brown);
}

.return-call .call-form__arrow {
    width: 2.4rem;
    height: 1.5rem;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.return-call .call-form__arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/concept/icon-arrow.svg");
    width: 2.4rem;
    height: 1.5rem;
}

.return-call--popup {
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    -o-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s
}

.return-call--popup-active {
    opacity: 1;
    visibility: visible
}

.return-call--popup::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2
}

.return-call--popup .return-call__inner {
    height: 100vh;
    position: relative;
    z-index: 10
}

.return-call--popup .return-call__close {
    position: absolute;
    top: 4rem;
    right: 7rem;
    z-index: 100;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/icon-burger-close.svg)
}

.address-office {
    overflow: hidden;
    margin-bottom: 15rem
}

@media (max-width:852px) {
    .address-office {
        margin-bottom: 10rem
    }

    .address-office__image {
        width: 84.6rem;
        height: 68.4rem
    }
}

.address-office__image {
    margin-bottom: 3rem
}

.address-office__title {
    margin: 0 0 2rem;
    font-size: 4rem;
    line-height: 1.9;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

@media (max-width:852px) {
    .address-office__title {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:390px) {
    .address-office__title {
        max-width: 38rem;
        font-size: 3rem;
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.address-office__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.address-office__item {
    width: 100%
}

.address-office__item:nth-child(1) {
    margin-right: 16rem;
    max-width: 41.8rem
}

@media (max-width:852px) {
    .address-office__list {
        padding-left: 4rem;
        padding-right: 4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 3rem;
        -webkit-column-gap: 7rem;
        -moz-column-gap: 7rem;
        column-gap: 7rem
    }

    .address-office__item:nth-child(1) {
        margin-right: 0;
        max-width: 100%
    }
}

.address-office__item:nth-child(2) {
    margin-right: 22.2rem;
    max-width: 20.5rem
}

@media (max-width:852px) {
    .address-office__item:nth-child(2) {
        margin-right: 0
    }
}

@media (max-width:390px) {
    .address-office__list {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .address-office__item:nth-child(2) {
        max-width: 100%
    }
}

.address-office__item:nth-child(3) {
    margin-right: 22.2rem;
    max-width: 17.1rem
}

.address-office__caption {
    font-size: 1.8rem;
    display: block;
    color: var(--brown);
    font-weight: 300;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    margin-bottom: 1.4rem
}

.address-office__link,
.address-office__time {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.address-office__link:hover {
    color: var(--brown)
}

.footer {
    background-color: #090c11
}

.footer__top {
    padding: 4.7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:852px) {
    .address-office__item:nth-child(3) {
        margin-right: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 7rem
    }
}

.footer__box {
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.footer__logo {
    display: inline-block;
    margin-bottom: 3rem
}

.footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:390px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        margin: 0 auto;
        row-gap: 4rem
    }
}

.footer__list {
    margin-right: 13.6rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (-webkit-max-content)[2];
    -ms-grid-columns: (max-content)[2];
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    gap: 1rem 13.6rem
}

.footer__link:hover {
    color: #a58563
}

.footer__bottom {
    border-top: .1rem solid #1e2633;
    padding: 1.5rem 0
}

.footer__text {
    text-align: center;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .03em;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #59606f
}

@media (max-width:390px) {
    .footer__list {
        margin-right: 0;
        -webkit-column-gap: 5.5rem;
        -moz-column-gap: 5.5rem;
        column-gap: 5.5rem
    }

    .footer__text {
        text-align: center;
        max-width: 31rem;
        margin: 0 auto;
        line-height: 1.4
    }
}

.call-form__inner br,
.call-form__icon br {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
}

.blockmaps {
    pointer-events: none;
}
@media (min-width: 834px) {
  .apartments .apartments-slider__area:hover {
    opacity: 0.5;
  }
}

.anchor-fix {
    padding-top: 11.1rem;
    margin-top: -11.1rem;
}



/* Добавлен логотип 04.04.23 */
.main-text__logo{
    float: right;                                                   
    max-width: 30rem;
    width: 100%;
    margin-right: 3rem;
}
.header__title--modified{
    clear:both    
}

@media (max-width: 852px)  {
    .main-text__logo {
        margin-right: 1.5rem;
        max-width: 25rem;
    }
} 
@media (max-width: 390px)  {
    .main-text__logo {
        margin-right: 1rem;
        max-width: 18rem;
    }
} 


/* Добавлен логотип 04.04.23 */
