@font-face {
    font-family: "Inter",sans-serif;
    src: url(../fonts/src/Inter-Bold.ttf)
}
@font-face {
  font-family: 'YesevaOne';
  src: url('../fonts/YesevaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@keyframes bounce {
  0% {
    transform: translateY(0); /* Start at the bottom */
  }
  50% {
    transform: translateY(-30px); /* Bounce up */
    animation-timing-function: ease-in; /* Slow down as it reaches the peak */
  }
  100% {
    transform: translateY(0); /* Return to the bottom */
    animation-timing-function: ease-out; /* Speed up as it falls */
  }
}

:root {
    --swiper-theme-color: #007aff;
    --main-gradient: linear-gradient(to right, #1a1a33, #1a1a33);
    --gold: linear-gradient(to right, #ecbf79, #c7924c);
    --gold2: linear-gradient(to right, #edab44, #956322);
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,:active {
    outline: none
}

a:focus,a:active {
    outline: none
}

nav,footer,header,aside {
    display: block
}

html,body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#hellopreloader_preload {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: #000000;*/
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.preloadgif {
    background-image: url(../images/dist/astorius-korporaciya-elitnaya-nedvizhimost.gif);
    background-size: cover;
    background-position: center;
    z-index: 99999;
    width: 100%;
    height: 100vh;
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-position: 50% 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .9s,visibility .9s,-webkit-transform .9s;
    transition: opacity .9s,visibility .9s,-webkit-transform .9s;
    transition: transform .9s,opacity .9s,visibility .9s;
    transition: transform .9s,opacity .9s,visibility .9s,-webkit-transform .9s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.menu__close {
    width: 82px;
    height: 82px;
    position: absolute;
    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;
    left: 5.88vw;
    top: 6vh;
    padding: 20px;
    margin: -20px 0 0 -20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.menu__close svg {
    width: 100%;
    height: auto;
    display: block;
}

.menu__in {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12.9vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__list {
    color: #cfc7bf;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
}

.menu__list div {
    margin-bottom: 55px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}

.menu__logo {
    display: block;
    width: 444px;
    height: auto;
    margin-bottom: 144px;
}

.menu__phone {
    color: #a66e61;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 17px;
    display: block;
    background-image: linear-gradient(to right, #ecbf79, #c7924c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.menu__addr {
    font-size: 10px;
    line-height: 1.4;
    color: #cfc7bf;
    text-transform: uppercase;
    margin-bottom: 47px;
}

.menu .btn {
    color: #a66e61;
    background-image: linear-gradient(to right, #ecbf79, #c7924c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.menu .f_socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}




input,button,textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: "Sofia Sans", sans-serif;
    overflow: auto;
    scroll-behavior: smooth
}

.element-animation {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.element-animation.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 5s;
}

.wrap {
    height: 100%;
    position: relative;
    overflow-x: hidden
}

.wrap::-webkit-scrollbar {
    width: 0;
    height: 0
}

.section__content {
    -webkit-transition: all 2s ease 1s;
    transition: all 2s ease 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    width: 100%
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main__title-1 {
    opacity: 1;
    -webkit-transform: translateX(-520px);
    -ms-transform: translateX(-520px);
    transform: translateX(-520px)
}

.main__title-1.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition-delay: 5s;
}

.main__title-2 {
    opacity: 1;
    -webkit-transform: translateX(-1220px);
    -ms-transform: translateX(-1220px);
    transform: translateX(-1220px)
}

.main__title-2.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transition-delay: 5s;
}

.main__title-3 {
    opacity: 1;
    -webkit-transform: translateX(-920px);
    -ms-transform: translateX(-920px);
    transform: translateX(-920px)
}

.main__title-3.element-show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    transition-delay: 5s;
}

.main__list-item-img {
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    opacity: 1
}

.main__desc {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.architecture {
    width: 100%;
    background: url(../images/dist/art-4.webp) bottom no-repeat;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    z-index: 110
}

.architecture__line {
    width: 1680px;
    height: .5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border-radius: 1px;
    opacity: .8;
    margin-bottom: 359px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.architecture::after {
    content: "";
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.architecture.after {
    z-index: 3
}

.architecture.after .section__title {
    width: 100%
}

.architecture.after .architecture__line {
    opacity: 0
}

.architecture.after::after {
    opacity: 0
}

.section__title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 317px;
    font-style: normal;
    font-weight: 300;
    line-height: 75%;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    position: fixed;
    bottom: 70px;
    z-index: 110;
    letter-spacing: -25px
}

.architecture__title.active {
    background-position: 0 0
}

.architecture__title.bottom {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px)
}

.architecture__title.after {
    color: #262626;
    text-align: center;
    font-size: 166px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    left: 100px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 79px;
    width: 1012px;
    letter-spacing: normal
}

.architecture__after {
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: 2;
    padding: 155px 65px 181px 120px
}

.architecture__after-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.architecture__after-body-left {
    background: url(../images/dist/after__archit.png) center no-repeat;
    background-size: 100%;
    width: 533px;
    height: 299px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s
}

.architecture__after-body-right {
    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: 10;
}

.architecture__after-body-right-title {
    color: #000;
    font-size: 58px;
    font-style: normal;
    font-weight: 300;
    line-height: 104.7%;
    text-transform: uppercase;
    width: 587px;
    opacity: 0;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0)
}

.architecture__after-body-right-button {
    width: 487px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    /*margin-top: 209px;*/
    opacity: 0;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    z-index: 10000;
    position: relative
}

.architecture__after-body-right-button .architecture__after-body-right-btn {
    width: 123px;
    height: 123px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(0,0,0,0);
    border-radius: 50%
}

.architecture__after-body-right-button .architecture__after-body-right-btn svg {
    width: 123px;
    height: 123px
}

.architecture__after-body-right-desc {
    /*margin-top: 261px;*/
    width: 506px;
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 103.7%;
    text-transform: uppercase;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px)
}

.architecture__after-decor-right {
    width: 143px;
    height: 143px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    background: url(../images/dist/golden-earth.png) center no-repeat;
    background-size: 100%;
    bottom: 232px;
    left: 455px;
    opacity: 0
}

.architecture__after.show .architecture__after-body-left {
    opacity: 1
}

.architecture__after.show .architecture__after-body-right-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.architecture__after.show .architecture__after-body-right-button {
    opacity: 1
}

.architecture__after.show .architecture__after-body-right-desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.architecture__after-decor-left {
    width: 206px;
    height: 206px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    background: url(../images/dist/deco-2-lg\ 1.svg) center no-repeat;
    background-size: 100%;
    bottom: 416px;
    right: 533px;
    z-index: 101;
    opacity: 0
}

.architecture__after-decor-left.active {
    z-index: 5
}

.architecture__after.active {
    opacity: 1;
    height: 100vh
}

.accordion__architecture {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    background: rgba(0,0,0,.7);
    z-index: 1000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden
}

.accordion__architecture .accordion__body {
    position: fixed;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    right: 121px;
    bottom: -929px;
    width: 1392px;
    height: 929px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.accordion__architecture .accordion__body .accordion__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 128px;
    height: 929px;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding-left: 137px;
    cursor: pointer
}

.accordion__architecture .accordion__body .accordion__body-item .accordion__title {
    color: #fff;
    font-size: 42.32px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 39px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-title {
    color: #fff;
    font-size: 95.48px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-line {
    width: 795px;
    height: 1px;
    margin-top: 50px;
    background: rgba(255,255,255,.4);
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__architecture .accordion__body .accordion__body-item p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 103.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 432px;
    margin-top: 33px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-img {
    width: 795px;
    height: 304px;
    border-radius: 50%;
    background: url(../images/dist/Ellipse\ 20.png) center no-repeat;
    background-size: 100%;
    margin-top: 8px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-desc {
    margin-top: 33px;
    color: #fff;
    font-size: 37.91px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    cursor: pointer
}

.accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-desc::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 98px;
    left: 107px;
    bottom: -10px;
    position: absolute
}

.accordion__architecture .accordion__body .accordion__body-item:nth-child(1) {
    background: #2a3660
}

.accordion__architecture .accordion__body .accordion__body-item:nth-child(2) {
    background: #222b4d
}

.accordion__architecture .accordion__body .accordion__body-item:nth-child(3) {
    background: #19203a
}

.accordion__architecture .accordion__body .accordion__body-item:nth-child(4) {
    background: #141a30
}

.accordion__architecture .accordion__exit {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    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;
    right: 121px;
    background: #121b39;
    bottom: 945px;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    cursor: pointer
}

.accordion__architecture .accordion__exit .cross {
    background: url(../images/dist/cross_ac.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px
}

.accordion__architecture.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1000
}

.accordion__architecture.show .accordion__exit {
    opacity: 1
}

.accordion__body.show {
    bottom: 0 !important
}

.accordion__body-item.active {
    width: 1009px !important;
    padding-left: 107px !important;
    cursor: context-menu !important
}

.accordion__body-item.active .accordion__title {
    opacity: 0;
    left: -39px !important
}

.accordion__body-item.active .accordion__body-item-title {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-line {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-img {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-desc {
    opacity: 1 !important
}

.accordion__body-item-desc.hide {
  /*display: none;*/
  font-size: 0 !important;
  transition: all 1.5s ease;
}

.info {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 0;
  padding: 50px;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  overflow-y: scroll;
}

.info.show {
  opacity: 1;
  height: 80%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  
}

.info p{
  width: 100% !important;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #19203a;
    box-shadow: 0px 1px 1px #000 inset;
    background-position: center;
    background-repeat: no-repeat;
}

::-webkit-scrollbar {
    width: 5px;
}

.bit {
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 500;
    background: #181818
}

.bit__body {
    padding: 191px 41px 0px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 889px;
    cursor: pointer
}

.bit__body-item {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 889px;
    border-right: 1px solid #464646;
    position: relative;
    cursor: none
}

.bit__body-item span {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    font-size: 86px;
    font-weight: 300;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
    background-image: linear-gradient(to right, #ecbf79, #c7924c);
    /*background-position: 0 -300%;*/
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all 2s ease;
    transition: all 2s ease
}

.bit__body-item:nth-child(1) span:nth-child(1) {
    margin-bottom: 200px
}

.bit__body-item:nth-child(2) span:nth-child(2) {
    margin-bottom: 350px
}

.bit__body-item:nth-child(3) span:nth-child(1) {
    margin-bottom: -150px
}

.bit__body-item:nth-child(3) span:nth-child(2) {
    margin-bottom: 150px
}

.bit__body-item:nth-child(4) span:nth-child(1) {
    margin-bottom: 150px
}

.bit__body-item:nth-child(4) span:nth-child(2) {
    margin-bottom: -160px
}

.bit__body-item:nth-child(5) span:nth-child(1) {
    margin-bottom: 150px
}

.bit__body-item:nth-child(5) span:nth-child(2) {
    margin-bottom: -160px
}

.bit__body-item:nth-child(6) span:nth-child(1) {
    margin-bottom: -180px
}

.bit__body-item:nth-child(6) span:nth-child(2) {
    margin-bottom: -50px
}

.bit__body-item:nth-child(7) span:nth-child(1) {
    margin-bottom: 150px
}

.bit__body-item:nth-child(7) span:nth-child(2) {
    margin-bottom: -160px
}

.bit__body-item:nth-child(8) span:nth-child(1) {
    margin-bottom: -180px
}

.bit__body-item:nth-child(8) span:nth-child(2) {
    margin-bottom: 150px
}

.bit.active span {
    background-position: 0 0
}

.animate__block {
    position: absolute;
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -150px;
    margin-top: -150px;
    overflow: hidden;
    pointer-events: none
}

.bitOne .animate__block.animate {
    background: url(../images/dist/winner.png) center no-repeat;
    background-size: 100%
}

.bitTwo {
    position: relative
}

.bitTwo .animate__block.animate {
    background: url(../images/dist/plan.png) center no-repeat;
    background-size: 100%
}

.bitThree {
    position: relative
}

.bitThree .animate__block.animate {
    background: url(../images/dist/bitpic.png) center no-repeat;
    background-size: 100%
}

.bitFour {
    position: relative
}

.bitFour .animate__block.animate {
    background: url(../images/dist/winner.png) center no-repeat;
    background-size: 100%
}

.bitFive {
    position: relative
}

.bitFive .animate__block.animate {
    background: url(../images/dist/plan.png) center no-repeat;
    background-size: 100%
}

.bitSix {
    position: relative
}

.bitSix .animate__block.animate {
    background: url(../images/dist/bitpic.png) center no-repeat;
    background-size: 100%
}

.bitSeven {
    position: relative
}

.bitSeven .animate__block.animate {
    background: url(../images/dist/winner.png) center no-repeat;
    background-size: 100%
}

.bitEight {
    position: relative
}

.bitEight .animate__block.animate {
    background: url(../images/dist/plan.png) center no-repeat;
    background-size: 100%
}

.bitOne .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitOne .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitOne .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitTwo .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitTwo .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitTwo .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitThree .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitThree .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitThree .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitFour .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitFour .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitFour .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitFive .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitFive .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitFive .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitSix .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitSix .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitSix .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitSeven .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitSeven .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitSeven .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitEight .span__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 240px;
    left: 0;
    height: auto;
    -webkit-clip-path: circle(0px at 0 0);
    clip-path: circle(0px at 0 0);
    z-index: 10;
    height: 889px
}

.bitEight .span__top span:nth-child(1) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.bitEight .span__top span:nth-child(2) {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    font-size: 86px;
    font-weight: 400;
    line-height: 114.7%;
    text-align: center;
    text-transform: uppercase
}

.building {
    width: 100%;
    background: url(../images/dist/H-072_Photo\ -\ 9.jpg) bottom no-repeat;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    z-index: 311
}

.building .building__line {
    margin-bottom: 336px;
    opacity: 1;
    width: 1680px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.building__title {
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: -14px;
    font-size: 250px;
    font-style: normal;
    font-weight: 300;
    /*line-height: 75%;*/
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    leading-trim: both;
    text-edge: cap;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 1;
    position: static;
    position: fixed;
    bottom: 91px;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    z-index: 311
}

.building::after {
    content: "";
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.building__title.active {
    background-position: 0 0;
    z-index: 311
}

.building__title.bottom {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.building__title.after {
    color: #262626;
    text-align: center;
    font-size: 166px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    left: 494px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 116px;
    width: 1254px;
    letter-spacing: normal
}

.building.after {
    z-index: 311
}

.building.after .section__title {
    width: 100%
}

.building.after .building__line {
    opacity: 0
}

.building.after::after {
    opacity: 0
}

.building__section {
    width: 1107px;
    height: 929px;
    position: fixed;
    left: 122px;
    bottom: -929px;
    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;
    /*background: #3a342e;*/
    background: #1a1a33 !important;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 320
}

.building__section p {
    color: #fff;
    font-size: 33.86px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    z-index: 100
}

.building__section-img {
    width: 394px;
    height: 539px;
    position: absolute;
    left: 335px;
    top: 181px;
    background: url(../images/dist/section__img.png) center no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 1
}

.building__section.active {
    bottom: 0
}

.building__section.active p {
    opacity: 1
}

.building__section.active .interior__section-img {
    opacity: 1
}

.building__after {
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: 330;
    padding: 169px 120px 0px 693px;
    overflow: hidden
}

.building__after-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

.building__after-body .building__decor {
    position: absolute;
    width: 390px;
    background: url(../images/dist/building.png) center no-repeat;
    height: 551px;
    border-radius: 50%;
    left: 534px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 2s ease;
    transition: all 2s ease
}

.building__after-body .building__decor-top {
    position: absolute;
    background: url(../images/dist/deco-1-xxl\ 1.png) center no-repeat;
    top: 0;
    left: -60px;
    width: 178px;
    height: 173px;
    background-size: cover;
    top: 40px
}

.building__after-body .building__decor-bottom {
    position: absolute;
    background: url(../images/dist/deco-2-xxl\ 1.png) center no-repeat;
    bottom: 10px;
    left: 265px;
    width: 217px;
    height: 241px;
    background-size: cover
}

.building__after-body-title {
    color: #000;
    font-size: 58px;
    font-weight: 300;
    line-height: 104.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 2s ease 1s;
    transition: all 2s ease 1s;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    width: 407px
}

.building__after-body-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -31px;
    opacity: 0;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0)
}

.building__after-body-button .building__after-body-btn {
    width: 123px;
    height: 123px;
    /*background: #c25c3c;*/
    background: var(--gold) !important;
    border-radius: 50%;
    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;
    position: relative
}

.building__after-body-button .building__after-body-btn span {
    width: 32px;
    height: 2px !important;
    background: #1a1a33 !important;
    position: absolute;
    left: 46px
}

.building__after-body-button .building__after-body-btn span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.building__after-body-desc {
    margin-top: 108px;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 356px;
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.building__after.active {
    opacity: 1;
    height: 100vh;
    z-index: 310
}

.building__after.show .building__after-body-desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.building__after.show .building__after-body-button {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.building__after.show .building__after-body-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.building__after.show .building__decor {
    opacity: 1
}

.accordion__building {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    background: rgba(0,0,0,.7);
    z-index: 1000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden
}

.accordion__building .accordion__body {
    position: fixed;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    right: 121px;
    bottom: -929px;
    width: 1392px;
    height: 929px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.accordion__building .accordion__body .accordion__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 128px;
    height: 929px;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding-left: 137px;
    cursor: pointer
}

.accordion__building .accordion__body .accordion__body-item .accordion__title {
    color: #fff;
    font-size: 42.32px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 39px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__building .accordion__body .accordion__body-item .accordion__body-item-title {
    color: #fff;
    font-size: 95.48px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__building .accordion__body .accordion__body-item .accordion__body-item-line {
    width: 795px;
    height: 1px;
    margin-top: 50px;
    background: rgba(255,255,255,.4);
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__building .accordion__body .accordion__body-item p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 103.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 556px;
    margin-top: 33px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__building .accordion__body .accordion__body-item .accordion__body-item-img {
    width: 795px;
    height: 304px;
    border-radius: 50%;
    background: url(../images/dist/bui-ac.png) center no-repeat;
    background-size: 100%;
    margin-top: 31px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__building .accordion__body .accordion__body-item .accordion__body-item-desc {
    margin-top: 33px;
    color: #fff;
    font-size: 37.91px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    cursor: pointer
}

.accordion__building .accordion__body .accordion__body-item .accordion__body-item-desc::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 98px;
    left: 107px;
    bottom: -10px;
    position: absolute
}

.accordion__building .accordion__body .accordion__body-item:nth-child(1) {
    background: #555
}

.accordion__building .accordion__body .accordion__body-item:nth-child(2) {
    background: #555
}

.accordion__building .accordion__body .accordion__body-item:nth-child(3) {
    background: #2a2a2a
}

.accordion__building .accordion__body .accordion__body-item:nth-child(4) {
    background: #2a2a2a
}

.accordion__building .accordion__exit {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    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;
    right: 121px;
    background: #1e1b18;
    bottom: 945px;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    cursor: pointer
}

.accordion__building .accordion__exit .cross {
    background: url(../images/dist/cross_ac.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px
}

.accordion__building.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1000
}

.accordion__building.show .accordion__exit {
    opacity: 1
}

.accordion__body.show {
    bottom: 0 !important
}

.accordion__body-item.active {
    width: 1009px !important;
    padding-left: 107px !important;
    cursor: context-menu !important
}

.accordion__body-item.active .accordion__title {
    opacity: 0;
    left: -39px !important
}

.accordion__body-item.active .accordion__body-item-title {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-line {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-img {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-desc {
    opacity: 1 !important
}

.accordion__body-item.active p {
    opacity: 1 !important
}

.footer {
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 501;
    background: #121212
}

.footer__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer__marque {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-animation: scroll 24s linear infinite;
    animation: scroll 24s linear infinite;
    gap: 50px;
    margin-top: 180px
}

.footer__marque span {
    font-size: 254px;
    font-weight: 300;
    line-height: 114.7%;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, rgb(74, 74, 74)));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, rgb(74, 74, 74) 65%);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.footer__marque span:nth-child(1) {
    margin-left: 3200px
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 53px
}

.footer__menu-office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-right: 215px
}

.footer__menu-office-title {
    color: #767676;
    font-size: 22px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px
}

.footer__menu-office a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase
}

.footer__menu-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 237px
}

.footer__menu-tel-title {
    color: #767676;
    font-size: 22px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 39px
}

.footer__menu-tel a {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase
}

.footer__menu-mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
    margin-right: 205px
}

.footer__menu-mess-title {
    color: #767676;
    font-size: 22px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 26px
}

.footer__menu-mess a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase
}

.footer__menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__menu-social-title {
    color: #767676;
    font-size: 22px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 39px
}

.footer__menu-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.footer__menu-social-list li:nth-child(1) {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu-social-list li:nth-child(1) a {
    width: 40px;
    height: 40px;
    background: url(../images/dist/Icon.svg) center no-repeat
}

.footer__menu-social-list li:nth-child(2) {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu-social-list li:nth-child(2) a {
    width: 40px;
    height: 40px;
    background: url(../images/dist/mingcute_youtube-fill.svg) center no-repeat
}

.footer__menu-social-list li:nth-child(3) {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu-social-list li:nth-child(3) a {
    width: 40px;
    height: 40px;
    background: url(../images/dist/oki.svg) center no-repeat
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 83px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 380px
}

.footer__copyright span {
    color: #767676;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-38%);
        transform: translateX(-38%)
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-38%);
        transform: translateX(-38%)
    }
}

.footer.active .footer__marque span {
    background-position: 0 0
}

.form {
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 501;
    background: #121212;
    padding-left: 120px;
    padding-right: 123px
}

.form__title {
    margin-top: 274px;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ecbf79, #c7924c);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 143px;
    margin-top: 180px
}

.form__body .input {
    width: 430px;
    height: 39px;
    background: rgba(0,0,0,0);
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #c7924c;
    background-image: linear-gradient(to right, #ecbf79, #c7924c);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.form__body-btn {
    margin-left: 30px;
    background: rgba(0,0,0,0);
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    background-image: linear-gradient(to right, #ecbf79, #c7924c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.form__body-btn::after {
    content: "";
    background: #fff;
    width: 202px;
    height: 1px;
    position: absolute;
    bottom: -14px;
    left: 226px
}

.header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    padding: 0 120px;
    z-index: 999;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    overflow: hidden
}

.header .header-top {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.header .header-top div:nth-child(2) a {
    color: rgba(0,0,0,0);
    font-size: 24px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.header .header-top div:nth-child(2) {
    /*margin-left: 605px*/
}

.header .header-top div:nth-child(3) a {
    color: rgba(0,0,0,0);
    font-size: 32px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.header .header-top div:nth-child(3) {
    /*margin-left: 693px*/
}

.header .header-top div .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 70px;
    gap: 7px;
    background: rgba(0,0,0,0);
    z-index: 1000
}

.header .header-top div .header__burger span {
    width: 70px;
    height: 2px;
    background: #000;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.header__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 127.65px
}

.header__bottom-left div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 66.45px
}

.header__bottom-left div:nth-child(1) a {
    color: #121212;
    font-size: 56px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -8%;
    text-align: left;
    text-transform: uppercase
}

.header__bottom-left div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__bottom-left div:nth-child(2) a {
    color: #121212;
    font-size: 40px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: -8%;
    text-align: center;
    text-transform: uppercase
}

.header__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__bottom-right .maps__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__bottom-right .maps__column span {
    color: #121212;
    font-size: 40px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: -8%;
    text-align: center;
    text-transform: uppercase
}

.header__bottom-right .contact__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 51px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__bottom-right .contact__column .contact__link {
    color: #121212;
    font-size: 32px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -8%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.header__bottom-right .contact__column .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 33px
}

.header__bottom-right .contact__column .header__social a:nth-child(1) {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background: url(../images/dist/vk.svg) center no-repeat
}

.header__bottom-right .contact__column .header__social a:nth-child(2) {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background: url(../images/dist/yt.svg) center no-repeat
}

.header__bottom-right .contact__column .header__social a:nth-child(3) {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background: url(../images/dist/okihed.svg) center no-repeat
}

.header.white .header-top .header__menu-list-item a {
    color: #fff
}

.header.white .header-top .header__menu-list-item .header__burger span {
    background: #fff
}

.header.black .header-top .header__menu-list-item a {
    color: #000
}

.header.black .header-top .header__menu-list-item .header__burger span {
    background: #000
}

.header.active {
    height: 100vh;
    background: #fff
}

.ymaps-2-1-79-ground-pane ymaps:nth-child(1) {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1)
}

.interior {
    width: 100%;
    background: url(../images/dist/photo-1602872030490-4a484a7b3ba6.png) bottom no-repeat;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    z-index: 201
}

.interior .architecture__line {
    margin-bottom: 454px;
    opacity: 1
}

.interior__title {
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: -25.36px;
    font-size: 415px;
    font-style: normal;
    font-weight: 300;
    /*line-height: 75%;*/
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    leading-trim: both;
    text-edge: cap;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
    position: static;
    position: fixed;
    bottom: 100px;
    z-index: 110;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px)
}

.interior::after {
    content: "";
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.interior__title.active {
    background-position: 0 0;
    z-index: 210
}

.interior__title.bottom {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.interior__title.after {
    color: #262626;
    text-align: center;
    font-size: 166px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    left: 120px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 79px;
    width: 764px;
    letter-spacing: normal
}

.interior.after {
    z-index: 201
}

.interior.after .section__title {
    width: 100%
}

.interior.after .architecture__line {
    opacity: 0
}

.interior.after::after {
    opacity: 0
}

.interior__section {
    width: 1107px;
    height: 929px;
    position: fixed;
    right: 122px;
    bottom: -929px;
    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;
    /*background: #3a342e;*/
    background: #1a1a33;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 210
}

.interior__section p {
    color: #fff;
    font-size: 33.86px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
    z-index: 100
}

.interior__section-img {
    width: 394px;
    height: 539px;
    position: absolute;
    left: 335px;
    top: 181px;
    background: url(../images/dist/section__img.png) center no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 1
}

.interior__section.active {
    bottom: 0
}

.interior__section.active p {
    opacity: 1
}

.interior__section.active .interior__section-img {
    opacity: 1
}

.interior__after {
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: 200;
    padding: 203px 0px 0px 120px
}

.interior__after-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 600px
}

.interior__after-body-title {
    color: #000;
    font-size: 58px;
    font-weight: 300;
    line-height: 104.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px)
}

.interior__after-body-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 77px;
    margin-top: 87px;
    opacity: 0;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0)
}

.interior__after-body-button .interior__after-body-btn {
    width: 123px;
    height: 123px;
    /*background: #95634b;*/
    background: var(--gold) !important;
    border-radius: 50%;
    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;
    position: relative
}

.interior__after-body-button .interior__after-body-btn span {
    width: 32px;
    height: 2px !important;
    /*background: #fff;*/
    background: #1a1a33 !important;
    position: absolute;
    left: 46px
}

.interior__after-body-button .interior__after-body-btn span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.interior__after-body-desc {
    margin-top: 68px;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 506px;
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.interior__after.active {
    opacity: 1;
    height: 100vh
}

.interior__after.show .interior__after-body-desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.interior__after.show .interior__after-body-button {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.interior__after.show .interior__after-body-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.interior__after-decor {
    position: fixed;
    width: 555.4px;
    height: 685px;
    right: 86.6px;
    background: url(../images/dist/lamp.png) center no-repeat;
    background-size: 100%;
    opacity: 0
}

.interior__after-decor.active {
    z-index: 210
}

.accordion__interior {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    background: rgba(0,0,0,.7);
    z-index: 1000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden
}

.accordion__interior .accordion__body {
    position: fixed;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    left: 121px;
    bottom: -929px;
    width: 1392px;
    height: 929px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.accordion__interior .accordion__body .accordion__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 128px;
    height: 929px;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding-left: 137px;
    cursor: pointer
}

.accordion__interior .accordion__body .accordion__body-item .accordion__title {
    color: #fff;
    font-size: 42.32px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 39px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__interior .accordion__body .accordion__body-item .accordion__body-item-title {
    color: #fff;
    font-size: 95.48px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__interior .accordion__body .accordion__body-item .accordion__body-item-line {
    width: 795px;
    height: 1px;
    margin-top: 50px;
    background: rgba(255,255,255,.4);
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__interior .accordion__body .accordion__body-item p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 103.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 432px;
    margin-top: 33px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__interior .accordion__body .accordion__body-item .accordion__body-item-img {
    width: 795px;
    height: 304px;
    border-radius: 50%;
    background: url(../images/dist/int-ac.png) center no-repeat;
    background-size: 100%;
    margin-top: 8px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__interior .accordion__body .accordion__body-item .accordion__body-item-desc {
    margin-top: 33px;
    color: #fff;
    font-size: 37.91px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    cursor: pointer
}

.accordion__interior .accordion__body .accordion__body-item .accordion__body-item-desc::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 98px;
    left: 107px;
    bottom: -10px;
    position: absolute
}

.accordion__interior .accordion__body .accordion__body-item:nth-child(2) .accordion__body-item-title {
    white-space: nowrap
}

.accordion__interior .accordion__body .accordion__body-item:nth-child(3) .accordion__body-item-title {
    white-space: nowrap
}

.accordion__interior .accordion__body .accordion__body-item:nth-child(1) {
    background: #3a342e
}

.accordion__interior .accordion__body .accordion__body-item:nth-child(2) {
    background: #2e2a25
}

.accordion__interior .accordion__body .accordion__body-item:nth-child(3) {
    background: #25221e
}

.accordion__interior .accordion__body .accordion__body-item:nth-child(4) {
    background: #1e1b18
}

.accordion__interior .accordion__exit {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    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;
    left: 121px;
    background: #1e1b18;
    bottom: 945px;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    cursor: pointer
}

.accordion__interior .accordion__exit .cross {
    background: url(../images/dist/cross_ac.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px
}

.accordion__interior.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1000
}

.accordion__interior.show .accordion__exit {
    opacity: 1
}

.accordion__body.show {
    bottom: 0 !important
}

.accordion__body-item.active {
    width: 1009px !important;
    padding-left: 107px !important;
    cursor: context-menu !important
}

.accordion__body-item.active .accordion__title {
    opacity: 0;
    left: -39px !important
}

.accordion__body-item.active .accordion__body-item-title {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-line {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-img {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-desc {
    opacity: 1 !important
}

.accordion__body-item.active p {
    opacity: 1 !important
}

.landscape {
    width: 100%;
    background: url(../images/dist/lan.jpg) bottom no-repeat;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: fixed;
    bottom: 0;
    height: 0;
    overflow: hidden;
    z-index: 301
}

.landscape .landscape__line {
    margin-bottom: 454px;
    opacity: 1;
    width: 1680px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.landscape__title {
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: -25.36px;
    font-size: 370px;
    font-style: normal;
    font-weight: 300;
    /*line-height: 75%;*/
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
    background-position: 0 -300%;
    -webkit-background-clip: text;
    background-clip: text;
    leading-trim: both;
    text-edge: cap;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    position: static;
    position: fixed;
    bottom: 112px;
    z-index: 302;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.landscape::after {
    content: "";
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.landscape__title.active {
    background-position: 0 0;
    bottom: 112px
}

.landscape__title.bottom {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.landscape__title.after {
    color: #262626;
    text-align: center;
    font-size: 166px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    left: 246px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 105px;
    width: 764px;
    letter-spacing: normal;
    z-index: 302
}

.landscape.after {
    z-index: 301
}

.landscape.after .landscape__title {
    width: 100%
}

.landscape.after .landscape__line {
    opacity: 0
}

.landscape.after::after {
    opacity: 0
}

.landscape__after {
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: 200;
    padding: 169px 120px 0px 121px;
    overflow: hidden
}

.landscape__after-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.landscape__after-body-title {
    color: #000;
    font-size: 58px;
    font-weight: 300;
    line-height: 104.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    width: 587px
}

.landscape__after-body-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -31px;
    opacity: 0;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0)
}

.landscape__after-body-button .landscape__after-body-btn {
    width: 123px;
    height: 123px;
    /*background: #616c65;*/
    background: var(--gold) !important;
    border-radius: 50%;
    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;
    position: relative
}

.landscape__after-body-button .landscape__after-body-btn span {
    width: 32px;
    height: 2px !important;
    /*background: #fff;*/
    background: #1a1a33 !important;
    position: absolute;
    left: 46px
}

.landscape__after-body-button .landscape__after-body-btn span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.landscape__after-body-desc {
    margin-top: 108px;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 506px;
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.landscape__after.active {
    opacity: 1;
    height: 100vh;
    z-index: 300
}

.landscape__after.show .landscape__after-body-desc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.landscape__after.show .landscape__after-body-button {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.landscape__after.show .landscape__after-body-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.landscape__decor-top {
    background: url(../images/dist/top.png) center no-repeat;
    background-size: 100%;
    position: fixed;
    top: -90px;
    width: 460px;
    height: 382px;
    left: 1045px;
    opacity: 0;
    z-index: 303;
    -webkit-transition: all 0s ease;
    transition: all 0s ease
}

.landscape__decor-bottom {
    background: url(../images/dist/bottom.png) center no-repeat;
    background-size: 100%;
    position: fixed;
    width: 501px;
    height: 398px;
    left: 967px;
    bottom: -50px;
    opacity: 0;
    top: 800px;
    z-index: 303;
    -webkit-transition: all 0s ease;
    transition: all 0s ease
}

.landscape__decor-left {
    background: url(../images/dist/left.png) center no-repeat;
    background-size: 100%;
    position: fixed;
    width: 107px;
    height: 365px;
    left: 930px;
    bottom: 406px;
    opacity: 0;
    z-index: 300;
    -webkit-transition: all 0s ease;
    transition: all 0s ease
}

.landscape__decor-right {
    background: url(../images/dist/right.png) center no-repeat;
    background-size: 100%;
    position: fixed;
    width: 460px;
    height: 382px;
    left: 1178px;
    bottom: 262px;
    opacity: 0;
    z-index: 300;
    -webkit-transition: all 0s ease;
    transition: all 0s ease
}

.accordion__landscape {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    background: rgba(0,0,0,.7);
    z-index: 1000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden
}

.accordion__landscape .accordion__body {
    position: fixed;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    right: 121px;
    bottom: -929px;
    width: 1392px;
    height: 929px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.accordion__landscape .accordion__body .accordion__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 128px;
    height: 929px;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding-left: 137px;
    cursor: pointer
}

.accordion__landscape .accordion__body .accordion__body-item .accordion__title {
    color: #fff;
    font-size: 42.32px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 39px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-title {
    color: #fff;
    font-size: 95.48px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-line {
    width: 795px;
    height: 1px;
    margin-top: 50px;
    background: rgba(255,255,255,.4);
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__landscape .accordion__body .accordion__body-item p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 103.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    width: 556px;
    margin-top: 33px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-img {
    width: 795px;
    height: 304px;
    border-radius: 50%;
    background: url(../images/dist/lan-ac.png) center no-repeat;
    background-size: 100%;
    margin-top: 31px;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-desc {
    margin-top: 33px;
    color: #fff;
    font-size: 37.91px;
    font-weight: 300;
    line-height: 114.7%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    cursor: pointer
}

.accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-desc::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 98px;
    left: 107px;
    bottom: -10px;
    position: absolute
}

.accordion__landscape .accordion__body .accordion__body-item:nth-child(1) .accordion__body-item-title {
    white-space: nowrap
}

.accordion__landscape .accordion__body .accordion__body-item:nth-child(4) .accordion__body-item-title {
    white-space: nowrap
}

.accordion__landscape .accordion__body .accordion__body-item:nth-child(1) {
    background: #55655b
}

.accordion__landscape .accordion__body .accordion__body-item:nth-child(2) {
    background: #5a6d61
}

.accordion__landscape .accordion__body .accordion__body-item:nth-child(3) {
    background: #48574e
}

.accordion__landscape .accordion__body .accordion__body-item:nth-child(4) {
    background: #3a463e
}

.accordion__landscape .accordion__exit {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    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;
    right: 121px;
    background: #1e1b18;
    bottom: 945px;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
    cursor: pointer
}

.accordion__landscape .accordion__exit .cross {
    background: url(../images/dist/cross_ac.png) center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px
}

.accordion__landscape.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1000
}

.accordion__landscape.show .accordion__exit {
    opacity: 1
}

.accordion__body.show {
    bottom: 0 !important
}

.accordion__body-item.active {
    width: 1009px !important;
    padding-left: 107px !important;
    cursor: context-menu !important
}

.accordion__body-item.active .accordion__title {
    opacity: 0;
    left: -39px !important
}

.accordion__body-item.active .accordion__body-item-title {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-line {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-img {
    opacity: 1 !important
}

.accordion__body-item.active .accordion__body-item-desc {
    opacity: 1 !important
}

.accordion__body-item.active p {
    opacity: 1 !important
}

.main {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100vh;
    background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../images/dist/astorius-elitnaya-nedvizhimost-0.webp);
    background-size: cover;
}

.main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 37px
}

.main__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 29px;
    overflow: hidden
}

.main__list-item-img {
    background: url(../images/dist/main-img.avif) center no-repeat;
    background-size: 100%;
    width: 653px;
    height: 100vh;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main__list-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main__list-item-title span {
    color: #121212;
    font-size: 270px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase
}

.main__list-item p {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 103.7%;
    text-transform: uppercase
}

.main__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 55px;
    right: 120px;
    background: rgba(0,0,0,0);
    z-index: 1000
}

.main__menu span {
    width: 70px;
    height: 2px;
    background: #121212
}

.order {
    width: 100%;
    height: 0;
    background: url(../images/dist/order-img.webp) bottom no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    overflow: hidden
}

.order .order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.order .order__content span {
    color: #fff;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 103.7%;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: 300% 100%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text
}

.order .order__content span:nth-child(1) {
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s
}

.order .order__content span:nth-child(2) {
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.order .order__content span:nth-child(3) {
    -webkit-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s
}

.order .order__content span:nth-child(4) {
    -webkit-transition: all 1s ease 2s;
    transition: all 1s ease 2s
}

.order.active {
    height: 100vh
}

.order.active span {
    background-position: 0 0
}

.project {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    height: 0;
    overflow: hidden;
    z-index: 110;
    background: #141a30
}

.project__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 200px;
    margin-left: 1087px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.project__body-item {
    width: 812.875px;
    height: 587.076px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/dist/pic.png) center no-repeat;
    background-size: 100%;
    position: relative;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.project__body-item p {
    width: 1114px;
    color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    text-transform: uppercase;
    margin-left: -91px;
    margin-top: 484px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: var(--gold);
    background-clip: text;
    color: transparent !important;
}

.project__body .project__itemOne {
    width: 946.999px;
    height: 680px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.project__body .project__itemOne p {
    opacity: 1
}

.project__title {
    /*color: #fff;*/
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    position: absolute;
    left: 119px;
    bottom: 100px;
    color: transparent !important;
    background: var(--gold);
    background-clip: text;
}

.project__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*background: #fff;*/
    background: var(--gold) !important;
    left: 115px
}

.project__body.firstScroll {
    -webkit-transform: translate(-960px, 0);
    -ms-transform: translate(-960px, 0);
    transform: translate(-960px, 0)
}

.project__body.SecondScroll {
    -webkit-transform: translate(-1920px, 0);
    -ms-transform: translate(-1920px, 0);
    transform: translate(-1920px, 0)
}

.project__body-item.main {
    width: 946.999px;
    height: 680px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.project__body-item.main p {
    opacity: 1
}

.project__body-item.soft {
    width: 812.875px;
    height: 587.076px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.project__body-item.soft p {
    opacity: 0
}

.project.active {
    height: 100vh
}

.project.active .project__body {
    opacity: 1
}

.project__building {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    height: 0;
    overflow: hidden;
    z-index: 321;
    background: var(--main-gradient) !important
}

.project__building-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 200px;
    margin-left: 1090px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.project__building-body-item {
    width: 812.875px;
    height: 587.076px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/dist/pic.png) center no-repeat;
    background-size: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: relative
}

.project__building-body-item p {
    width: 1114px;
    color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    text-transform: uppercase;
    margin-left: -91px;
    margin-top: 484px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: var(--gold);
    background-clip: text;
    color: transparent !important;
}

.project__building__title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    position: absolute;
    left: 119px;
    bottom: 100px
}

.project__building__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    left: 115px
}

.project__building-body.firstScroll {
    -webkit-transform: translate(-930px, 0);
    -ms-transform: translate(-930px, 0);
    transform: translate(-930px, 0)
}

.project__building-body.SecondScroll {
    -webkit-transform: translate(-1860px, 0);
    -ms-transform: translate(-1860px, 0);
    transform: translate(-1860px, 0)
}

.project__building.active {
    height: 100vh
}

.project__building.active .project__building-body {
    opacity: 1
}

.project__interior {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    height: 0;
    overflow: hidden;
    z-index: 211;
    background: #1e1b18
}

.project__interior-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 200px;
    margin-left: 1087px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.project__interior-body-item {
    width: 812.875px;
    height: 587.076px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/dist/pic.png) center no-repeat;
    background-size: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: relative
}

.project__interior-body-item p {
    width: 1114px;
    color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    text-transform: uppercase;
    margin-left: -91px;
    margin-top: 484px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: var(--gold);
    background-clip: text;
    color: transparent !important;
}

.project__interior__title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    position: absolute;
    left: 119px;
    bottom: 100px
}

.project__interior__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    left: 115px
}

.project__interior-body.firstScroll {
    -webkit-transform: translate(-930px, 0);
    -ms-transform: translate(-930px, 0);
    transform: translate(-930px, 0)
}

.project__interior-body.SecondScroll {
    -webkit-transform: translate(-1860px, 0);
    -ms-transform: translate(-1860px, 0);
    transform: translate(-1860px, 0)
}

.project__interior.active {
    height: 100vh
}

.project__interior.active .project__interior-body {
    opacity: 1
}

.project__landscape {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    height: 0;
    overflow: hidden;
    z-index: 310;
    background: var(--main-gradient) !important
}

.project__landscape-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 200px;
    margin-left: 1090px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.project__landscape-body-item {
    width: 812.875px;
    height: 587.076px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/dist/pic.png) center no-repeat;
    background-size: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position: relative;
    top: auto
}

.project__landscape-body-item p {
    width: 1114px;
    color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 90%;
    text-transform: uppercase;
    margin-left: -91px;
    margin-top: 484px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: var(--gold);
    background-clip: text;
    color: transparent !important;
}

.project__landscape__title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    position: absolute;
    left: 119px;
    bottom: 100px
}

.project__landscape__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    left: 115px
}

.project__landscape-body.firstScroll {
    -webkit-transform: translate(-930px, 0);
    -ms-transform: translate(-930px, 0);
    transform: translate(-930px, 0)
}

.project__landscape-body.SecondScroll {
    -webkit-transform: translate(-1860px, 0);
    -ms-transform: translate(-1860px, 0);
    transform: translate(-1860px, 0)
}

.project__landscape.active {
    height: 100vh
}

.project__landscape.active .project__landscape-body {
    opacity: 1
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,:active {
    outline: none
}

a:focus,a:active {
    outline: none
}

nav,footer,header,aside {
    display: block
}

html,body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,button,textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit
}

.sections {
    height: 0;
    width: 100%;
    background: #121212;
    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;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    z-index: 400
}

.sections__image {
    background: url(../images/dist/Rectangle\ 15.png) center no-repeat;
    width: 1342px;
    height: 661px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sections__body {
    position: absolute;
    left: 653px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 100%
}

.sections__body-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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 600px;
    height: 600px;
    background: #fff;
    padding: 107px 44px 0px 45px
}

.sections__body-item-title {
    color: #000;
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    width: 511px
}

.sections__body-item p {
    color: #000;
    text-align: center;
    font-family: "Inter",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.7%;
    margin-top: 34px
}

.sections__body-item-link {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 114.7%;
    text-transform: uppercase;
    position: relative;
    height: 25px;
    width: 119px;
    margin-top: 60px
}

.sections__body-item-link::after {
    content: "";
    position: absolute;
    width: 82.5px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #000;
    left: 56px;
    bottom: 2.5px
}

@media(max-width: 1920px)and (min-width: 780px) {
    .mobile__content {
        display:none !important
    }

    html {
        font-size: .0520833333vw
    }

    .main__title-1 {
        opacity: 1;
        -webkit-transform: translateX(-520rem);
        -ms-transform: translateX(-520rem);
        transform: translateX(-520rem)
    }

    .main__title-1.element-show {
        opacity: 1;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem)
        
    }

    .main__title-2 {
        opacity: 1;
        -webkit-transform: translateX(-1220rem);
        -ms-transform: translateX(-1220rem);
        transform: translateX(-1220rem)
    }

    .main__title-2.element-show {
        opacity: 1;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem);
        -webkit-transition-duration: 2s;
        transition-duration: 2s;
        transition-delay: 5s;
    }

    .main__title-3 {
        opacity: 1;
        -webkit-transform: translateX(-1220rem);
        -ms-transform: translateX(-1220rem);
        transform: translateX(-1220rem)
    }

    .main__title-3.element-show {
        opacity: 1;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem);
        -webkit-transition-duration: 3s;
        transition-duration: 3s;
        transition-delay: 5s;
    }
    
    .element-show {
        transition-delay: 14s;
    }

    .main__list-item-img {
        -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        transform: translateY(-100vh);
        opacity: 1
    }

    .main__desc {
        opacity: 0;
        -webkit-transform: translateY(50rem);
        -ms-transform: translateY(50rem);
        transform: translateY(50rem)
    }

    .architecture__after {
        width: 100%;
        height: 0;
        background: #fff;
        opacity: 0;
        position: fixed;
        bottom: 0;
        z-index: 2;
        padding: 155rem 65rem 181rem 120rem
    }

    .architecture__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    .architecture__after-body-left {
        background: url(../images/dist/after__archit.webp) center no-repeat;
        background-size: 100%;
        width: 533rem;
        height: 299rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        opacity: 0;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s
    }

    .architecture__after-body-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }

    .architecture__after-body-right-title {
        color: #000;
        font-size: 48rem;
        font-style: normal;
        font-weight: 300;
        line-height: 104.7%;
        text-transform: uppercase;
        width: 587rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s;
        -webkit-transform: translate(30rem, 0);
        -ms-transform: translate(30rem, 0);
        transform: translate(30rem, 0)
    }

    .architecture__after-body-right-button {
        width: 487rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        /*margin-top: 209rem;*/
        opacity: 0;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s;
        z-index: 10000;
        position: relative
    }

    .architecture__after-body-right-button .architecture__after-body-right-btn {
        width: 123rem;
        height: 123rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: rgba(0,0,0,0);
        border-radius: 50%;
        animation: bounce 1.2s infinite ease-out alternate;
        animation-play-state: running;
    }
    
    .architecture__after-body-right-button .architecture__after-body-right-btn:hover {
        animation-play-state: paused;
    }

    .architecture__after-body-right-button .architecture__after-body-right-btn svg {
        width: 123rem;
        height: 123rem
    }

    .architecture__after-body-right-desc {
        /*margin-top: 261rem;*/
        width: 506rem;
        color: #000;
        font-size: 26rem;
        font-style: normal;
        font-weight: 300;
        line-height: 103.7%;
        text-transform: uppercase;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s;
        opacity: 0;
        -webkit-transform: translate(0, 20rem);
        -ms-transform: translate(0, 20rem);
        transform: translate(0, 20rem)
    }

    .architecture__after-decor-right {
        width: 143rem;
        height: 143rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: absolute;
        background: url(../images/dist/golden-earth.png) center no-repeat;
        background-size: 100%;
        /*bottom: 232rem;*/
        top: 200rem;
        left: 250rem;
        opacity: 0
    }

    .architecture__after.show .architecture__after-body-left {
        opacity: 0
    }

    .architecture__after.show .architecture__after-body-right-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .architecture__after.show .architecture__after-body-right-button {
        opacity: 1
    }

    .architecture__after.show .architecture__after-body-right-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .architecture__after-decor-left {
        width: 206rem;
        height: 206rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: absolute;
        /*background: url(../images/dist/deco-2-lg\ 1.svg) center no-repeat;*/
        background: url(../images/dist/diamand.png) center no-repeat;
        background-size: 100%;
        /*bottom: 416rem;*/
        top: 450rem;
        right: 433rem;
        z-index: 101;
        opacity: 0
    }

    .architecture__after-decor-left.active {
        z-index: 5
    }

    .architecture__after.active {
        opacity: 1;
        height: 100vh
    }

    .architecture {
        width: 100%;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-2.webp) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        z-index: 110
    }

    .architecture__line {
        width: 1680rem;
        height: .5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        border-radius: 1rem;
        opacity: .8;
        margin-bottom: 359rem;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .architecture::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .architecture.after {
        z-index: 3
    }

    .architecture.after .section__title {
        width: 100%
    }

    .architecture.after .architecture__line {
        opacity: 0
    }

    .architecture.after::after {
        opacity: 0
    }

    .section__title {
        width: 100%;
        color: #fff;
        text-align: center;
        /*font-size: 317rem;*/
        font-size: 257rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 300%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        position: fixed;
        bottom: 70rem;
        z-index: 110;
        letter-spacing: -25rem
    }

    .architecture__title.active {
        background-position: 0 0
    }

    .architecture__title.bottom {
        -webkit-transform: translate(0, -30rem);
        -ms-transform: translate(0, -30rem);
        transform: translate(0, -30rem)
    }

    .architecture__title.after {
        color: #262626;
        /*text-align: center;*/
        text-align: left;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        left: 100rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 55rem;
        width: 1012rem;
        letter-spacing: normal
    }

    .bit {
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 500;
        background: #181818
    }

    .bit__body {
        padding: 191rem 41rem 0rem 25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 889rem;
        cursor: pointer
    }

    .bit__body-item {
        width: 240rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 889rem;
        border-right: 1rem solid #464646;
        position: relative;
        cursor: none
    }

    .bit__body-item span {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff;
        font-size: 86rem;
        font-weight: 300;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 300%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;        
        -webkit-transition: all 2s ease;
        transition: all 2s ease
    }

    .bit__body-item:nth-child(1) span:nth-child(1) {
        margin-bottom: 200rem
    }

    .bit__body-item:nth-child(2) span:nth-child(2) {
        margin-bottom: 350rem
    }

    .bit__body-item:nth-child(3) span:nth-child(1) {
        margin-bottom: -150rem
    }

    .bit__body-item:nth-child(3) span:nth-child(2) {
        margin-bottom: 150rem
    }

    .bit__body-item:nth-child(4) span:nth-child(1) {
        margin-bottom: 150rem
    }

    .bit__body-item:nth-child(4) span:nth-child(2) {
        margin-bottom: -160rem
    }

    .bit__body-item:nth-child(5) span:nth-child(1) {
        margin-bottom: 150rem
    }

    .bit__body-item:nth-child(5) span:nth-child(2) {
        margin-bottom: -160rem
    }

    .bit__body-item:nth-child(6) span:nth-child(1) {
        margin-bottom: -180rem
    }

    .bit__body-item:nth-child(6) span:nth-child(2) {
        margin-bottom: -50rem
    }

    .bit__body-item:nth-child(7) span:nth-child(1) {
        margin-bottom: 150rem
    }

    .bit__body-item:nth-child(7) span:nth-child(2) {
        margin-bottom: -160rem
    }

    .bit__body-item:nth-child(8) span:nth-child(1) {
        margin-bottom: -180rem
    }

    .bit__body-item:nth-child(8) span:nth-child(2) {
        margin-bottom: 150rem
    }

    .bit.active span {
        background-position: 0 0
    }

    .animate__block {
        position: absolute;
        width: 300rem;
        height: 300rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -150rem;
        margin-top: -150rem;
        overflow: hidden;
        pointer-events: none
    }

    .bitOne .animate__block.animate {
        background: url(../images/dist/winner.png) center no-repeat;
        background-size: 100%
    }

    .bitTwo {
        position: relative
    }

    .bitTwo .animate__block.animate {
        background: url(../images/dist/plan.png) center no-repeat;
        background-size: 100%
    }

    .bitThree {
        position: relative
    }

    .bitThree .animate__block.animate {
        background: url(../images/dist/bitpic.png) center no-repeat;
        background-size: 100%
    }

    .bitFour {
        position: relative
    }

    .bitFour .animate__block.animate {
        background: url(../images/dist/winner.png) center no-repeat;
        background-size: 100%
    }

    .bitFive {
        position: relative
    }

    .bitFive .animate__block.animate {
        background: url(../images/dist/plan.png) center no-repeat;
        background-size: 100%
    }

    .bitSix {
        position: relative
    }

    .bitSix .animate__block.animate {
        background: url(../images/dist/bitpic.png) center no-repeat;
        background-size: 100%
    }

    .bitSeven {
        position: relative
    }

    .bitSeven .animate__block.animate {
        background: url(../images/dist/winner.png) center no-repeat;
        background-size: 100%
    }

    .bitEight {
        position: relative
    }

    .bitEight .animate__block.animate {
        background: url(../images/dist/plan.png) center no-repeat;
        background-size: 100%
    }

    .bitOne .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitOne .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitOne .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitTwo .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitTwo .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitTwo .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitThree .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitThree .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitThree .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFour .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitFour .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFour .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFive .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitFive .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFive .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSix .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitSix .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSix .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSeven .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitSeven .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSeven .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitEight .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitEight .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitEight .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .building__after {
        width: 100%;
        height: 0;
        background: #fff;
        opacity: 0;
        position: fixed;
        bottom: 0;
        z-index: 330;
        padding: 169rem 120rem 0rem 693rem;
        overflow: hidden
    }

    .building__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        position: relative
    }

    .building__after-body .building__decor {
        position: absolute;
        width: 390rem;
        background: url(../images/dist/cotier_house.png) center no-repeat;
        background-size: cover;
        height: 551rem;
        border-radius: 50%;
        left: 534rem;
        top: 0;
        opacity: 0;
        -webkit-transition: all 2s ease;
        transition: all 2s ease
    }

    .building__after-body .building__decor-top {
        position: absolute;
        background: url(../images/dist/decobuild.avif) center no-repeat;
        top: 0;
        left: -60rem;
        width: 178rem;
        height: 173rem;
        background-size: cover;
        top: 40rem
    }

    .building__after-body .building__decor-bottom {
        position: absolute;
        background: url(../images/dist/decobuilding.avif) center no-repeat;
        bottom: 10rem;
        left: 265rem;
        width: 217rem;
        height: 241rem;
        background-size: cover
    }

    .building__after-body-title {
        color: #000;
        font-size: 48rem;
        font-weight: 300;
        line-height: 104.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 2s ease 1s;
        transition: all 2s ease 1s;
        -webkit-transform: translate(0, -30rem);
        -ms-transform: translate(0, -30rem);
        transform: translate(0, -30rem);
        width: 407rem
    }

    .building__after-body-button {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -31rem;
        opacity: 0;
        -webkit-transition: all 1s ease .5s;
        transition: all 1s ease .5s;
        -webkit-transform: translate(50rem, 0);
        -ms-transform: translate(50rem, 0);
        transform: translate(50rem, 0)
    }

    .building__after-body-button .building__after-body-btn {
        width: 123rem;
        height: 123rem;
        background: #c25c3c;
        border-radius: 50%;
        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;
        position: relative
    }

    .building__after-body-button .building__after-body-btn span {
        width: 32rem;
        height: 1rem;
        background: #fff;
        position: absolute;
        left: 46rem
    }

    .building__after-body-button .building__after-body-btn span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .building__after-body-desc {
        margin-top: -20rem;
        color: #000;
        font-size: 26rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 356rem;
        opacity: 0;
        -webkit-transform: translate(-50rem, 0);
        -ms-transform: translate(-50rem, 0);
        transform: translate(-50rem, 0);
        -webkit-transition: all 1s ease 1s;
        transition: all 1s ease 1s
    }

    .building__after.active {
        opacity: 1;
        height: 100vh;
        z-index: 310
    }

    .building__after.show .building__after-body-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__after.show .building__after-body-button {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__after.show .building__after-body-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__after.show .building__decor {
        opacity: 1
    }

    .building {
        width: 100%;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-17.jpg) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        z-index: 311
    }

    .building .building__line {
        margin-bottom: 336rem;
        opacity: 1;
        width: 1680rem;
        height: 1rem;
        background: #fff;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .building__title {
        width: 100%;
        color: #fff;
        text-align: center;
        letter-spacing: -14rem;
        font-size: 250rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 300%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        leading-trim: both;
        text-edge: cap;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        position: static;
        position: fixed;
        bottom: 91rem;
        z-index: 311;
        -webkit-transform: translate(0, 30rem);
        -ms-transform: translate(0, 30rem);
        transform: translate(0, 30rem)
    }

    .building::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .building__title.active {
        background-position: 0 0;
        z-index: 311
    }

    .building__title.bottom {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__title.after {
        color: #262626;
        text-align: right;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        left: 534rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 26rem;
        width: 1254rem;
        letter-spacing: normal
    }

    .building.after {
        z-index: 311
    }

    .building.after .section__title {
        width: 100%
    }

    .building.after .building__line {
        opacity: 0
    }

    .building.after::after {
        opacity: 0
    }

    .building__section {
        width: 1107rem;
        height: 929rem;
        position: fixed;
        left: 122rem;
        bottom: -929rem;
        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
    }

    .building__section p {
        color: #fff;
        font-size: 33.86rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase
    }

    .building__section-img {
        width: 394rem;
        height: 539rem;
        position: absolute;
        left: 335rem;
        top: 181rem;
        background: url(../images/dist/sectionbuilding.webp) center no-repeat;
        background-size: 100%
    }

    .footer {
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 501;
        background: #121212
    }

    .footer__wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .footer__marque {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 100%;
        -webkit-animation: scroll 24s linear infinite;
        animation: scroll 24s linear infinite;
        gap: 50rem;
        margin-top: 180rem
    }

    .footer__marque span {
        font-size: 254rem;
        font-weight: 300;
        line-height: 114.7%;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 300%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, rgb(74, 74, 74)));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, rgb(74, 74, 74) 65%);
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .footer__marque span:nth-child(1) {
        margin-left: 3200rem
    }

    .footer__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 53rem
    }

    .footer__menu-office {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15rem;
        margin-right: 215rem
    }

    .footer__menu-office-title {
        color: #767676;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 24rem
    }

    .footer__menu-office a {
        color: #fff;
        font-size: 18rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    .footer__menu-tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 237rem
    }

    .footer__menu-tel-title {
        color: #767676;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 39rem
    }

    .footer__menu-tel a {
        color: #fff;
        font-size: 36rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    .footer__menu-mess {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 13rem;
        margin-right: 205rem
    }

    .footer__menu-mess-title {
        color: #767676;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 26rem
    }

    .footer__menu-mess a {
        color: #fff;
        font-size: 18rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    .footer__menu-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu-social-title {
        color: #767676;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 39rem
    }

    .footer__menu-social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem
    }

    .footer__menu-social-list li:nth-child(1) {
        width: 40rem;
        height: 40rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu-social-list li:nth-child(1) a {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/Icon.svg) center no-repeat;
        background-size: cover
    }

    .footer__menu-social-list li:nth-child(2) {
        width: 40rem;
        height: 40rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu-social-list li:nth-child(2) a {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/mingcute_youtube-fill.svg) center no-repeat;
        background-size: cover
    }

    .footer__menu-social-list li:nth-child(3) {
        width: 40rem;
        height: 40rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu-social-list li:nth-child(3) a {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/oki.svg) center no-repeat;
        background-size: cover
    }

    .footer__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 83rem;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 380rem
    }

    .footer__copyright span {
        color: #767676;
        font-size: 18rem;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    @-webkit-keyframes scroll {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-38%);
            transform: translateX(-38%)
        }
    }

    @keyframes scroll {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-38%);
            transform: translateX(-38%)
        }
    }

    .footer.active .footer__marque span {
        background-position: 0 0
    }

    .form {
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 501;
        background: #121212;
        padding-left: 120rem;
        padding-right: 123rem
    }

    .form__title {
        margin-top: 274rem;
        color: #fff;
        font-size: 60rem;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .form__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 143rem;
        margin-top: 180rem
    }

    .form__body .input {
        width: 430rem;
        height: 39rem;
        background: rgba(0,0,0,0);
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        border-bottom: 1rem solid #c7924c
    }

    .form__body-btn {
        margin-left: 30rem;
        background: rgba(0,0,0,0);
        color: #fff;
        font-size: 32rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .form__body-btn::after {
        content: "";
        background: #fff;
        width: 202rem;
        height: 1rem;
        position: absolute;
        bottom: -14rem;
        left: 226rem;
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
    }

    .header {
        width: 100%;
        height: 120rem;
        position: fixed;
        top: 0;
        padding: 0 120rem;
        z-index: 999;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        overflow: hidden
    }

    .header .header-top {
        height: 120rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .header .header-top div:nth-child(2) a {
        color: rgba(0,0,0,0);
        font-size: 24rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .header .header-top div:nth-child(2) {
        /*margin-left: 605rem*/
    }

    .header .header-top div:nth-child(3) a {
        color: rgba(0,0,0,0);
        font-size: 32rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .header .header-top div:nth-child(3) {
        /*margin-left: 693rem*/
    }

    .header .header-top div .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        width: 70rem;
        gap: 7rem;
        background: rgba(0,0,0,0);
        z-index: 1000
    }

    .header .header-top div .header__burger span {
        width: 70rem;
        height: 2rem;
        background: #000;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20rem
    }

    .header__bottom-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 127.65rem
    }

    .header__bottom-left div:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16.45rem
    }

    .header__bottom-left div:nth-child(1) a {
        color: #121212;
        font-size: 46rem;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: -8%;
        text-align: left;
        text-transform: uppercase
    }

    .header__bottom-left div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 36rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-left div:nth-child(2) a {
        color: #121212;
        font-size: 40rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: -8%;
        text-align: center;
        text-transform: uppercase
    }

    .header__bottom-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-right .maps__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 36rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-right .maps__column span {
        color: #121212;
        font-size: 40rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: -8%;
        text-align: center;
        text-transform: uppercase
    }

    .header__bottom-right .contact__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 51rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-right .contact__column .contact__link {
        color: #121212;
        font-size: 32rem;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: -8%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .header__bottom-right .contact__column .header__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem;
        margin-top: 33rem
    }

    .header__bottom-right .contact__column .header__social a:nth-child(1) {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/vk.svg) center no-repeat;
        background-size: cover
    }

    .header__bottom-right .contact__column .header__social a:nth-child(2) {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/yt.svg) center no-repeat;
        background-size: cover
    }

    .header__bottom-right .contact__column .header__social a:nth-child(3) {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/okihed.svg) center no-repeat;
        background-size: cover
    }

    .header.white .header-top .header__menu-list-item a {
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .header.white .header-top .header__menu-list-item .header__burger span {
        background: linear-gradient(to right, #ecbf79, #c7924c);
    }

    .header.black .header-top .header__menu-list-item a {
        color: #000
    }

    .header.black .header-top .header__menu-list-item .header__burger span {
        background: #000
    }

    .header.active {
        height: 100vh;
        background: #fff;
        background: linear-gradient(90deg, #ffffffdb, #ffffffa4, #ffffffdb), url(../images/dist/astorius-elitnaya-nedvizhimost-menu-d.webp) bottom no-repeat;
        background-size: 100%;
    }
    
    .ymaps-2-1-79-ground-pane ymaps:nth-child(1) {
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1)
    }

    .interior__after {
        width: 100%;
        height: 0;
        background: #fff;
        opacity: 0;
        position: fixed;
        bottom: 0;
        z-index: 200;
        padding: 203rem 0rem 0rem 120rem
    }

    .interior__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 600rem
    }

    .interior__after-body-title {
        color: #000;
        font-size: 38rem;
        font-weight: 300;
        line-height: 104.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translate(0, -30rem);
        -ms-transform: translate(0, -30rem);
        transform: translate(0, -30rem)
    }

    .interior__after-body-button {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-left: 77rem;
        margin-top: 7rem;
        opacity: 0;
        -webkit-transition: all 1s ease .5s;
        transition: all 1s ease .5s;
        -webkit-transform: translate(50rem, 0);
        -ms-transform: translate(50rem, 0);
        transform: translate(50rem, 0)
    }

    .interior__after-body-button .interior__after-body-btn {
        width: 123rem;
        height: 123rem;
        background: #95634b;
        border-radius: 50%;
        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;
        position: relative
    }

    .interior__after-body-button .interior__after-body-btn span {
        width: 32rem;
        height: 1rem;
        background: #fff;
        position: absolute;
        left: 46rem
    }

    .interior__after-body-button .interior__after-body-btn span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .interior__after-body-desc {
        margin-top: -68rem;
        color: #000;
        font-size: 26rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 506rem;
        opacity: 0;
        -webkit-transform: translate(-50rem, 0);
        -ms-transform: translate(-50rem, 0);
        transform: translate(-50rem, 0);
        -webkit-transition: all 1s ease 1s;
        transition: all 1s ease 1s
    }

    .interior__after.active {
        opacity: 1;
        height: 100vh
    }

    .interior__after.show .interior__after-body-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__after.show .interior__after-body-button {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__after.show .interior__after-body-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__after-decor {
        position: fixed;
        width: 555.4rem;
        height: 685rem;
        right: 86.6rem;
        background: url(../images/dist/lamp.png) center no-repeat;
        background-size: 100%;
        opacity: 0
    }

    .interior__after-decor.active {
        z-index: 210
    }

    .interior {
        width: 100%;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-8.webp) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        z-index: 201
    }

    .interior .architecture__line {
        margin-bottom: 454rem;
        opacity: 1
    }

    .interior__title {
        width: 100%;
        color: #fff;
        text-align: center;
        letter-spacing: -25.36rem;
        font-size: 257rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 300%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        leading-trim: both;
        text-edge: cap;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        z-index: 1;
        position: static;
        position: fixed;
        bottom: 100rem;
        z-index: 110;
        -webkit-transform: translate(0, 50rem);
        -ms-transform: translate(0, 50rem);
        transform: translate(0, 50rem)
    }

    .interior::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .interior__title.active {
        background-position: 0 0;
        z-index: 210
    }

    .interior__title.bottom {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__title.after {
        color: #262626;
        text-align: center;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        left: 120rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 10rem;
        width: 764rem;
        letter-spacing: normal
    }

    .interior.after {
        z-index: 201;
        background: linear-gradient(45deg, #ffffff, transparent), url(../images/dist/astorius-elitnaya-nedvizhimost-8.webp) bottom no-repeat;
        background-size: cover;
    }

    .interior.after .section__title {
        width: 100%
    }

    .interior.after .architecture__line {
        opacity: 0
    }

    .interior.after::after {
        opacity: 0
    }

    .interior__section {
        width: 1107rem;
        height: 929rem;
        position: fixed;
        right: 122rem;
        bottom: -929rem;
        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
    }

    .interior__section p {
        color: #fff;
        font-size: 33.86rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase
    }

    .interior__section-img {
        width: 394rem;
        height: 539rem;
        position: absolute;
        left: 335rem;
        top: 181rem;
        background: url(../images/dist/sectionsint.webp) center no-repeat;
        background-size: 100%
    }

    .landscape__after {
        width: 100%;
        height: 0;
        background: #fff;
        opacity: 0;
        position: fixed;
        bottom: 0;
        z-index: 200;
        padding: 169rem 120rem 0rem 121rem;
        overflow: hidden
    }

    .landscape__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .landscape__after-body-title {
        color: #000;
        font-size: 48rem;
        font-weight: 300;
        line-height: 104.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform: translate(0, -30rem);
        -ms-transform: translate(0, -30rem);
        transform: translate(0, -30rem);
        width: 587rem
    }

    .landscape__after-body-button {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -31rem;
        opacity: 0;
        -webkit-transition: all 1s ease .5s;
        transition: all 1s ease .5s;
        -webkit-transform: translate(50rem, 0);
        -ms-transform: translate(50rem, 0);
        transform: translate(50rem, 0)
    }

    .landscape__after-body-button .landscape__after-body-btn {
        width: 123rem;
        height: 123rem;
        background: #616c65;
        border-radius: 50%;
        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;
        position: relative
    }

    .landscape__after-body-button .landscape__after-body-btn span {
        width: 32rem;
        height: 1rem;
        background: #fff;
        position: absolute;
        left: 46rem
    }

    .landscape__after-body-button .landscape__after-body-btn span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .landscape__after-body-desc {
        margin-top: 10rem;
        color: #000;
        font-size: 26rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 506rem;
        opacity: 0;
        -webkit-transform: translate(-50rem, 0);
        -ms-transform: translate(-50rem, 0);
        transform: translate(-50rem, 0);
        -webkit-transition: all 1s ease 1s;
        transition: all 1s ease 1s
    }

    .landscape__after.active {
        opacity: 1;
        height: 100vh;
        z-index: 300
    }

    .landscape__after.show .landscape__after-body-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__after.show .landscape__after-body-button {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__after.show .landscape__after-body-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__decor-top {
        background: url(../images/dist/top.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        top: -90rem;
        width: 460rem;
        height: 382rem;
        left: 1045rem;
        opacity: 0;
        z-index: 303;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape__decor-bottom {
        background: url(../images/dist/bottom.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        width: 501rem;
        height: 398rem;
        left: 967rem;
        bottom: -50rem;
        opacity: 0;
        top: 800rem;
        z-index: 303;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape__decor-left {
        background: url(../images/dist/left.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        width: 107rem;
        height: 365rem;
        left: 930rem;
        bottom: 406rem;
        opacity: 0;
        z-index: 300;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape__decor-right {
        background: url(../images/dist/right.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        width: 460rem;
        height: 382rem;
        left: 1178rem;
        bottom: 262rem;
        opacity: 0;
        z-index: 300;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape {
        width: 100%;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-13.webp) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: fixed;
        bottom: 0;
        height: 0;
        overflow: hidden;
        z-index: 301
    }

    .landscape .landscape__line {
        margin-bottom: 454rem;
        opacity: 1;
        width: 1680rem;
        height: 1rem;
        background: #fff;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .landscape__title {
        width: 100%;
        color: #fff;
        text-align: center;
        letter-spacing: -25.36rem;
        font-size: 250rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 300%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        background-position: 0 -300%;
        -webkit-background-clip: text;
        background-clip: text;
        leading-trim: both;
        text-edge: cap;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        position: static;
        position: fixed;
        bottom: 112rem;
        z-index: 302;
        -webkit-transform: translate(0, 30rem);
        -ms-transform: translate(0, 30rem);
        transform: translate(0, 30rem)
    }

    .landscape::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .landscape__title.active {
        background-position: 0 0
    }

    .landscape__title.bottom {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__title.after {
        color: #262626;
        text-align: center;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        left: 120rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 55rem;
        width: 764rem;
        letter-spacing: normal;
        z-index: 302
    }

    .landscape.after {
        z-index: 301
    }

    .landscape.after .landscape__title {
        width: 100%
    }

    .landscape.after .landscape__line {
        opacity: 0
    }

    .landscape.after::after {
        opacity: 0
    }

    .main {
        width: 100%;
        position: fixed;
        top: 0;
        height: 100vh;
        background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../images/dist/astorius-elitnaya-nedvizhimost-0.webp);
        background-size: cover;
    }

    .main__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 37rem;
        align-items: center;
    }

    .main__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 29rem;
        overflow: hidden;
        /*justify-content: space-evenly;*/
        justify-content: center;
    }

    .main__list-item-img {
        background: url(../images/dist/ASTORIUS.svg) center no-repeat;
        background-size: contain;
        background-size: 70%;
        width: 653rem;
        height: 100vh;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .main__list-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: end;
        height: 50%;
    }

    .main__list-item-title span {
        /*font-family: "YesevaOne";*/
        color: #ecbf79;
        font-size: 155rem;
        font-style: normal;
        font-weight: 300;
        text-transform: uppercase;
        background-image: linear-gradient(to right, #ecbf79, #c7924c); /* Red to Blue gradient */
        -webkit-background-clip: text; /* For WebKit browsers */
        background-clip: text; /* Standard property */
        -webkit-text-fill-color: transparent; /* For WebKit browsers */
        color: transparent; 
    }

    .main__list-item p {
        color: #ecbf79;
        font-size: 25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 103.7%;
        text-transform: uppercase;
        position: absolute;
        bottom: 100rem;
    }

    .main__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
        position: absolute;
        top: 55rem;
        right: 120rem;
        background: rgba(0,0,0,0);
        z-index: 1000
    }

    .main__menu span {
        width: 70rem;
        height: 2rem;
        background: #121212
    }

    .order {
        width: 100%;
        height: 0;
        background: url(../images/dist/1.webp) bottom no-repeat;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        bottom: 0rem;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        overflow: hidden
    }

    .order .order__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        backdrop-filter: brightness(0.5);
        height: 100%;
        width: 100%;
        justify-content: center;
        padding: 2rem;
        text-align: center
    }

    .order .order__content span {
        color: #fff;
        text-align: center;
        font-size: 54rem;
        font-style: normal;
        font-weight: 300;
        line-height: 103.7%;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-position: 100% 0;
        -webkit-background-clip: text;
        background-clip: text;
        
    }

    .order .order__content span:nth-child(1) {
        -webkit-transition: all 1s ease .5s;
        transition: all 1s ease .5s
    }

    .order .order__content span:nth-child(2) {
        -webkit-transition: all 1s ease 1s;
        transition: all 1s ease 1s
    }

    .order .order__content span:nth-child(3) {
        -webkit-transition: all 1s ease 1.5s;
        transition: all 1s ease 1.5s
    }

    .order .order__content span:nth-child(4) {
        -webkit-transition: all 1s ease 2s;
        transition: all 1s ease 2s
    }
    
    .order .order__content span:nth-child(5) {
        -webkit-transition: all 1s ease 2.5s;
        transition: all 1s ease 2.5s
    }

    .order.active {
        height: 100vh
    }

    .order.active span {
        background-position: 0 0
    }

    .project__building {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 0;
        overflow: hidden;
        z-index: 321;
        background: #2a2a2a
    }

    .project__building-body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1090rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        transition: transform 2s ease-in-out;
        opacity: 0
    }

    .project__building-body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.webp) center no-repeat;
        background-size: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__building-body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__building-body .project__building-itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__building-body .project__building-itemOne p {
        opacity: 1
    }

    .project__building__title {
        color: #fff;
        text-align: center;
        font-size: 38rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: absolute;
        left: 119rem;
        bottom: 100rem
    }

    .project__building__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 115rem
    }

    .project__building-body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0);
        transition: transform 2s ease-in-out
    }

    .project__building-body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0);
        transition: transform 2s ease-in-out
    }

    .project__building.active {
        height: 100vh
    }

    .project__building.active .project__building-body {
        opacity: 1
    }

    .project__building-body-item.mainSlide {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__building-body-item.mainSlide p {
        opacity: 1
    }

    .project__building-body-item.softSlide {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__building-body-item.softSlide p {
        opacity: 0
    }

    .project__interior {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 0;
        overflow: hidden;
        z-index: 211;
        background: #1a1a33
    }

    .project__interior-body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1090rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        transition: transform 2.5s ease-in-out;
    }

    .project__interior-body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.webp) center no-repeat;
        background-size: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__interior-body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__interior-body .project__interior-itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__interior-body .project__interior-itemOne p {
        opacity: 1
    }

    .project__interior__title {
        color: #fff;
        text-align: center;
        font-size: 38rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: absolute;
        left: 119rem;
        bottom: 100rem
    }

    .project__interior__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 115rem
    }

    .project__interior-body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0);
        transition: transform 2s ease-in-out;
    }

    .project__interior-body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0);
        transition: transform 2s ease-in-out;
    }

    .project__interior.active {
        height: 100vh
    }

    .project__interior.active .project__interior-body {
        opacity: 1
    }

    .project__interior-body-item.mainSlide {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__interior-body-item.mainSlide p {
        opacity: 1
    }

    .project__interior-body-item.softSlide {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__interior-body-item.softSlide p {
        opacity: 0
    }

    .project__landscape {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 0;
        overflow: hidden;
        z-index: 310;
        background: #2e3832
    }

    .project__landscape-body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1090rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        transition: transform 2.5s ease-in-out;
        opacity: 0
    }

    .project__landscape-body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.webp) center no-repeat;
        background-size: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__landscape-body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__landscape-body .project__landscape-itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__landscape-body .project__landscape-itemOne p {
        opacity: 1
    }

    .project__landscape__title {
        color: #fff;
        text-align: center;
        font-size: 38rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: absolute;
        left: 119rem;
        bottom: 100rem
    }

    .project__landscape__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 115rem
    }

    .project__landscape-body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0);
        transition: transform 2s ease-in-out
    }

    .project__landscape-body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0);
        transition: transform 2s ease-in-out
    }

    .project__landscape.active {
        height: 100vh
    }

    .project__landscape.active .project__landscape-body {
        opacity: 1
    }

    .project__landscape-body-item.mainSlide {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__landscape-body-item.mainSlide p {
        opacity: 1
    }

    .project__landscape-body-item.softSlide {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__landscape-body-item.softSlide p {
        opacity: 0
    }

    .project {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 0;
        overflow: hidden;
        z-index: 110;
        background: #1a1a33
    }

    .project__body {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1047rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        transition: transform 2.5s ease-in-out;
    }

    .project__body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.webp) center no-repeat;
        background-size: 100%;
        position: relative;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        margin-top: 0;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all 1s ease
    }

    .project__body .project__itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__body .project__itemOne p {
        opacity: 1
    }

    .project__title {
        color: #fff;
        text-align: center;
        font-size: 38rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: absolute;
        left: 119rem;
        bottom: 100rem
    }

    .project__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 115rem
    }

    .project__body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0);
        transition: transform 2s ease-in-out;
    }

    .project__body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0);
        transition: transform 2s ease-in-out;
    }

    .project__body-item.main {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__body-item.main p {
        opacity: 1
    }

    .project__body-item.soft {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__body-item.soft p {
        opacity: 0
    }

    .project.active {
        height: 100vh
    }

    .project.active .project__body {
        opacity: 1
    }

    .sections {
        height: 0;
        width: 100%;
        background: #121212;
        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;
        position: fixed;
        bottom: 0;
        overflow: hidden;
        z-index: 400
    }

    .sections__image {
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-21.webp) center no-repeat;
        background-size: cover;
        width: 1342rem;
        height: 661rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .sections__body {
        position: absolute;
        left: 653rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 100%
    }

    .sections__body-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-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 600rem;
        height: 600rem;
        background: #fff;
        padding: 107rem 44rem 0rem 45rem
    }

    .sections__body-item-title {
        color: #000;
        text-align: center;
        font-size: 58rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        width: 511rem
    }

    .sections__body-item p {
        color: #000;
        text-align: center;
        font-family: "Inter",sans-serif;
        font-size: 18rem;
        font-style: normal;
        font-weight: 400;
        line-height: 114.7%;
        margin-top: 34rem
    }

    .sections__body-item-link {
        color: #000;
        text-align: center;
        font-size: 22rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: relative;
        height: 25rem;
        width: 119rem;
        margin-top: 60rem
    }

    .sections__body-item-link::after {
        content: "";
        position: absolute;
        width: 82.5rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #000;
        left: 56rem;
        bottom: -2.5rem
    }

    .accordion__architecture {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__architecture .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 121rem;
        bottom: -929rem;
        width: 1392rem;
        height: 929rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .accordion__architecture .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 128rem;
        height: 929rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: flex-start;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding-left: 137rem;
        cursor: pointer
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__title {
        color: #fff;
        font-size: 42.32rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 39rem;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        height: 100%;
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 70rem;
        padding-top: 70rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__architecture .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 432rem;
        margin-top: 33rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 795rem;
        height: 304rem;
        border-radius: 50%;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-4.png) center no-repeat;
        background-size: 100%;
        margin-top: 8rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 33rem;
        color: #fff;
        font-size: 37.91rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer;
        bottom: 70rem;
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 98rem;
        left: 107rem;
        bottom: -10rem;
        position: absolute
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(1) {
        background: #2a3660
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(2) {
        background: #222b4d
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(3) {
        background: #19203a
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(4) {
        background: #141a30
    }

    .accordion__architecture .accordion__exit {
        position: absolute;
        width: 44rem;
        height: 44rem;
        border-radius: 50%;
        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;
        right: 121rem;
        background: #121b39;
        bottom: 945rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__architecture .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__architecture.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__architecture.show .accordion__exit {
        opacity: 1
    }

    .accordion__body.show {
        bottom: 0 !important
    }

    .accordion__body-item.active {
        width: 1009rem !important;
        padding-left: 107rem !important;
        cursor: context-menu !important
    }

    .accordion__body-item.active .accordion__title {
        opacity: 0;
        left: -39rem !important
    }

    .accordion__body-item.active .accordion__body-item-title {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-line {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-img {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-desc {
        opacity: 1 !important
    }

    .accordion__building {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__building .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 121rem;
        bottom: -929rem;
        width: 1392rem;
        height: 929rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .accordion__building .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 128rem;
        height: 929rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        /*justify-content: center;*/
        justify-content: flex-start;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding-left: 137rem;
        cursor: pointer
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__title {
        color: #fff;
        font-size: 42.32rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 39rem;
        height: 100%;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 70rem;
        padding-top: 70rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 556rem;
        margin-top: 33rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 795rem;
        height: 304rem;
        border-radius: 50%;
        background: url(../images/dist/bui-ac.png) center no-repeat;
        background-size: 100%;
        margin-top: 31rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 33rem;
        color: #fff;
        font-size: 37.91rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        /*position: relative;*/
        position: absolute;
        bottom: 70rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 98rem;
        left: 107rem;
        bottom: -10rem;
        position: absolute
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(1) {
        background: #555
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(2) {
        background: #393939
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(3) {
        background: #2a2a2a
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(4) {
        background: #2a2a2a
    }

    .accordion__building .accordion__exit {
        position: absolute;
        width: 44rem;
        height: 44rem;
        border-radius: 50%;
        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;
        right: 121rem;
        background: #1e1b18;
        bottom: 945rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__building .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__building.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__building.show .accordion__exit {
        opacity: 1
    }

    .accordion__body.show {
        bottom: 0 !important
    }

    .accordion__body-item.active {
        width: 1009rem !important;
        padding-left: 107rem !important;
        cursor: context-menu !important
    }

    .accordion__body-item.active .accordion__title {
        opacity: 0;
        left: -39rem !important
    }

    .accordion__body-item.active .accordion__body-item-title {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-line {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-img {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-desc {
        opacity: 1 !important
    }

    .accordion__body-item.active p {
        opacity: 1 !important
    }

    .accordion__interior {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__interior .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        left: 121rem;
        bottom: -929rem;
        width: 1392rem;
        height: 929rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .accordion__interior .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 128rem;
        height: 929rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding-left: 137rem;
        cursor: pointer
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__title {
        color: #fff;
        font-size: 42.32rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        height: 100%;
        left: 39rem;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 70rem;
        padding-top: 70rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 432rem;
        margin-top: 33rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 795rem;
        height: 304rem;
        border-radius: 50%;
        background: url(../images/dist/int-ac.png) center no-repeat;
        background-size: 100%;
        margin-top: 8rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 33rem;
        color: #fff;
        font-size: 37.91rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        /*position: relative;*/
        position: absolute;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer;
        bottom: 70rem;
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 98rem;
        left: 107rem;
        bottom: -10rem;
        position: absolute
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(2) .accordion__body-item-title {
        white-space: normal
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(3) .accordion__body-item-title {
        white-space: normal
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(1) {
        background: #3a342e
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(2) {
        background: #2e2a25
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(3) {
        background: #25221e
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(4) {
        background: #1e1b18
    }

    .accordion__interior .accordion__exit {
        position: absolute;
        width: 44rem;
        height: 44rem;
        border-radius: 50%;
        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;
        left: 121rem;
        background: #1e1b18;
        bottom: 945rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__interior .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__interior.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__interior.show .accordion__exit {
        opacity: 1
    }

    .accordion__body.show {
        bottom: 0 !important
    }

    .accordion__body-item.active {
        width: 1009rem !important;
        padding-left: 107rem !important;
        cursor: context-menu !important
    }

    .accordion__body-item.active .accordion__title {
        opacity: 0;
        left: -39rem !important
    }

    .accordion__body-item.active .accordion__body-item-title {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-line {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-img {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-desc {
        opacity: 1 !important
    }

    .accordion__body-item.active p {
        opacity: 1 !important
    }

    .accordion__landscape {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__landscape .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 121rem;
        bottom: -929rem;
        width: 1392rem;
        height: 929rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .accordion__landscape .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 128rem;
        height: 929rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding-left: 137rem;
        cursor: pointer
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__title {
        color: #fff;
        font-size: 42.32rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 39rem;
        height: 100%;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 70rem;
        padding-top: 70rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 556rem;
        margin-top: 33rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 795rem;
        height: 304rem;
        border-radius: 50%;
        background: url(../images/dist/lan-ac.png) center no-repeat;
        background-size: 100%;
        margin-top: 31rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 33rem;
        color: #fff;
        font-size: 37.91rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        /*position: relative;*/
        position: absolute;
        bottom: 70rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 98rem;
        left: 107rem;
        bottom: -10rem;
        position: absolute
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(1) .accordion__body-item-title {
        white-space: normal
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(4) .accordion__body-item-title {
        white-space: normal
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(1) {
        background: #55655b
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(2) {
        background: #5a6d61
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(3) {
        background: #48574e
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(4) {
        background: #3a463e
    }

    .accordion__landscape .accordion__exit {
        position: absolute;
        width: 44rem;
        height: 44rem;
        border-radius: 50%;
        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;
        right: 121rem;
        background: #1e1b18;
        bottom: 945rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__landscape .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__landscape.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__landscape.show .accordion__exit {
        opacity: 1
    }

    .accordion__body.show {
        bottom: 0 !important
    }

    .accordion__body-item.active {
        width: 1009rem !important;
        padding-left: 107rem !important;
        cursor: context-menu !important
    }

    .accordion__body-item.active .accordion__title {
        opacity: 0;
        left: -39rem !important
    }

    .accordion__body-item.active .accordion__body-item-title {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-line {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-img {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-desc {
        opacity: 1 !important
    }

    .accordion__body-item.active p {
        opacity: 1 !important
    }
}

@media(max-width: 780px) {
    .desktop__content {
        display:none !important
    }

    .mobile__content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    html {
        font-size: .2564102564vw;
        overflow: scroll
    }

    body {
        overflow: scroll
    }
    
    .preloadgif {
        height: 70vh;
    }

    .main__title-1 {
        opacity: 1;
        -webkit-transform: translateX(-520rem);
        -ms-transform: translateX(-520rem);
        transform: translateX(-520rem)
    }

    .main__title-1.element-show {
        opacity: 1;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem);
        transition-delay: 5s;
    }

    .main__title-2 {
        opacity: 1;
        -webkit-transform: translateX(-1220rem);
        -ms-transform: translateX(-1220rem);
        transform: translateX(-1220rem)
    }

    .main__title-2.element-show {
        opacity: 1;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem);
        -webkit-transition-duration: 2s;
        transition-duration: 2s;
        transition-delay: 5s;
    }

    .main__title-3 {
        opacity: 1;
        -webkit-transform: translateX(-920rem);
        -ms-transform: translateX(-920rem);
        transform: translateX(-920rem);
        
    }

    .main__title-3.element-show {
        opacity: 1;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        transform: translateX(0rem);
        -webkit-transition-duration: 3s;
        transition-duration: 3s;
        transition-delay: 5s;
    }

    .main__list-item-img {
        -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        transform: translateY(-100vh);
        opacity: 1
    }

    .main__desc {
        opacity: 0;
        -webkit-transform: translateY(50rem);
        -ms-transform: translateY(50rem);
        transform: translateY(50rem)
    }

    .architecture__after {
        width: 100%;
        height: auto;
        background: #fff;
        opacity: 1;
        position: relative;
        padding: 32rem 20rem 129rem 16rem
    }

    .architecture__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .architecture__after-body-left {
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-2o.webp) center no-repeat;
        background-size: 100% 100%;
        width: 358rem;
        height: 267rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        margin-top: 96rem
    }

    .architecture__after-body-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .architecture__after-body-right .line {
        width: 358rem;
        height: 1rem;
        background: #000;
        margin-top: 384rem
    }

    .architecture__after-body-right-title {
        width: 354rem;
        margin-top: -380rem;
        color: #000;
        font-size: 32rem;
        font-style: normal;
        font-weight: 300;
        line-height: 104.7%;
        text-transform: uppercase;
        opacity: 1;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .architecture__after-body-right-button {
        width: 357rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-top: 209rem;
        opacity: 1;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s;
        position: absolute;
        bottom: 57rem;
        right: 57rem
    }

    .architecture__after-body-right-button .architecture__after-body-right-btn {
        width: 52rem;
        height: 52rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: rgba(0,0,0,0);
        border-radius: 50%
    }

    .architecture__after-body-right-button .architecture__after-body-right-btn svg {
        width: 52rem;
        height: 52rem
    }

    .architecture__after-body-right-desc {
        margin-top: 16rem;
        width: 316rem;
        color: #000;
        font-size: 18rem;
        font-style: normal;
        font-weight: 300;
        line-height: 103.7%;
        text-transform: uppercase;
        -webkit-transition: all 1.5s ease 1s;
        transition: all 1.5s ease 1s;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .architecture__after-decor-right {
        width: 113rem;
        height: 113rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: absolute;
        background: url(../images/dist/golden-earth.png) center no-repeat;
        background-size: 100%;
        top: 72rem;
        left: 245rem;
        opacity: 1;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .architecture__after.show .architecture__after-body-left {
        opacity: 1
    }

    .architecture__after.show .architecture__after-body-right-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .architecture__after.show .architecture__after-body-right-button {
        opacity: 1
    }

    .architecture__after.show .architecture__after-body-right-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .architecture__after-decor-left {
        width: 106rem;
        height: 106rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: absolute;
        background: url(../images/dist/deco-2-lg\ 1.svg) center no-repeat;
        background-size: 100%;
        top: 2056rem;
        left: 33rem;
        z-index: 101;
        opacity: 1;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .architecture__after-decor-left.active {
        z-index: 5
    }

    .architecture__after.active {
        opacity: 1;
        height: 100vh
    }

    .architecture {
        width: 100%;
        height: 674rem;
        /*height: 100vh;*/
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-2-m.webp) left no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: relative
    }

    .architecture__line {
        width: 358rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        border-radius: 1rem;
        opacity: .8;
        margin-bottom: 148rem;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .architecture::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .architecture.after {
        z-index: 3
    }

    .architecture.after .section__title {
        width: 100%
    }

    .architecture.after .architecture__line {
        opacity: 0
    }

    .architecture.after::after {
        opacity: 0
    }

    .section__title {
        width: 100%;
        color: #fff;
        text-align: center;
        /*font-size: 140rem;*/
        font-size: 46rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        position: relative;
        z-index: 110;
        /*letter-spacing: -10rem;*/
        letter-spacing: normal;
        margin-left: 16rem;
        /*margin-top: -140rem;*/
        margin-top: -170rem
    }

    .architecture__title.active {
        background-position: 0 0
    }

    .architecture__title.bottom {
        -webkit-transform: translate(0, -30rem);
        -ms-transform: translate(0, -30rem);
        transform: translate(0, -30rem)
    }

    .architecture__title.after {
        color: #262626;
        text-align: center;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        left: 100rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 79rem;
        width: 1012rem;
        letter-spacing: normal
    }

    .bit {
        position: relative;
        bottom: auto;
        height: auto;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 500;
        /*padding: 0rem 24rem 0rem 25rem;*/
        background: #181818
    }

    .bit__body {
        margin-top: 7rem;
        margin-bottom: 7rem;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*height: 564rem;*/
        height: 364rem;
        cursor: pointer
    }

    .bit__body-item {
        /*width: 152rem;*/
        width: 12.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*height: 889rem;*/
        height: 360rem;
        border-right: 1rem solid #464646;
        position: relative;
        cursor: none
    }

    .bit__body-item span {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        /*color: #fff;*/
        /*font-size: 54rem;*/
        font-size: 20rem;
        font-weight: 300;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase;
        /*background-image: none;*/
        -webkit-transition: none;
        transition: none
    }

    .bit__body-item:nth-child(1) span:nth-child(1) {
        /*margin-bottom: 200rem;*/
        margin-bottom: 75rem
    }
    
    .bit__body-item:nth-child(1) span:nth-child(2) {
        /*margin-bottom: 200rem;*/
        margin-bottom: -75rem
    }

    .bit__body-item:nth-child(2) span:nth-child(1) {
        /*margin-bottom: 350rem*/
        margin-bottom: -75rem
    }
    
    .bit__body-item:nth-child(2) span:nth-child(2) {
        /*margin-bottom: 350rem*/
        margin-bottom: 75rem
    }

    .bit__body-item:nth-child(3) span:nth-child(1) {
        /*margin-bottom: -150rem*/
        margin-bottom: -25rem
    }

    .bit__body-item:nth-child(3) span:nth-child(2) {
        /*margin-bottom: 150rem*/
        margin-bottom: 50rem
    }

    .bit__body-item:nth-child(4) span:nth-child(1) {
        margin-bottom: 100rem
    }

    .bit__body-item:nth-child(4) span:nth-child(2) {
        /*margin-bottom: -160rem*/
        margin-bottom: -75rem
    }

    .bit__body-item:nth-child(5) span:nth-child(1) {
        /*margin-bottom: 150rem*/
        margin-bottom: -60rem
    }

    .bit__body-item:nth-child(5) span:nth-child(2) {
        /*margin-bottom: -160rem*/
        margin-bottom: 80rem
    }

    .bit__body-item:nth-child(6) span:nth-child(1) {
        /*margin-bottom: -180rem*/
        margin-bottom: 70rem
    }

    .bit__body-item:nth-child(6) span:nth-child(2) {
        /*margin-bottom: -50rem*/
        margin-bottom: -75rem
    }

    .bit__body-item:nth-child(7) span:nth-child(1) {
        /*margin-bottom: 150rem*/
        margin-bottom: -60rem
    }

    .bit__body-item:nth-child(7) span:nth-child(2) {
        /*margin-bottom: -160rem*/
        margin-bottom: 65rem
    }

    .bit__body-item:nth-child(8) span:nth-child(1) {
        /*margin-bottom: -180rem*/
        margin-bottom: 65rem
    }

    .bit__body-item:nth-child(8) span:nth-child(2) {
        /*margin-bottom: 150rem*/
        margin-bottom: -50rem
    }

    .bit.active span {
        background-position: 0 0
    }

    .animate__block {
        position: absolute;
        width: 300rem;
        height: 300rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -150rem;
        margin-top: -150rem;
        overflow: hidden;
        pointer-events: none
    }

    .bitOne .animate__block.animate {
        background: url(../images/dist/winner.png) center no-repeat;
        background-size: 100%
    }

    .bitTwo {
        position: relative
    }

    .bitTwo .animate__block.animate {
        background: url(../images/dist/plan.png) center no-repeat;
        background-size: 100%
    }

    .bitThree {
        position: relative
    }

    .bitThree .animate__block.animate {
        background: url(../images/dist/bitpic.png) center no-repeat;
        background-size: 100%
    }

    .bitFour {
        position: relative
    }

    .bitFour .animate__block.animate {
        background: url(../images/dist/winner.png) center no-repeat;
        background-size: 100%
    }

    .bitFive {
        position: relative
    }

    .bitFive .animate__block.animate {
        background: url(../images/dist/plan.png) center no-repeat;
        background-size: 100%
    }

    .bitSix {
        position: relative
    }

    .bitSix .animate__block.animate {
        background: url(../images/dist/bitpic.png) center no-repeat;
        background-size: 100%
    }

    .bitSeven {
        position: relative
    }

    .bitSeven .animate__block.animate {
        background: url(../images/dist/winner.png) center no-repeat;
        background-size: 100%
    }

    .bitEight {
        position: relative
    }

    .bitEight .animate__block.animate {
        background: url(../images/dist/plan.png) center no-repeat;
        background-size: 100%
    }

    .bitOne .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        /*width: 240rem;*/
        width: 12.5vw;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        /*height: 889rem*/
        height: 360rem
    }

    .bitOne .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitOne .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitTwo .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitTwo .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitTwo .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitThree .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitThree .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitThree .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFour .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitFour .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFour .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFive .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitFive .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitFive .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSix .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitSix .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSix .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSeven .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitSeven .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitSeven .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitEight .span__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 240rem;
        left: 0;
        height: auto;
        -webkit-clip-path: circle(0rem at 0 0);
        clip-path: circle(0rem at 0 0);
        z-index: 10;
        height: 889rem
    }

    .bitEight .span__top span:nth-child(1) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .bitEight .span__top span:nth-child(2) {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #000;
        font-size: 86rem;
        font-weight: 400;
        line-height: 114.7%;
        text-align: center;
        text-transform: uppercase
    }

    .building__after {
        width: 100%;
        height: auto;
        background: #fff;
        opacity: 1;
        position: relative;
        bottom: 0;
        z-index: 330;
        padding: 0rem 20rem 129rem 16rem;
        overflow: hidden
    }

    .building__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        position: static
    }

    .building__after-body .building__after-body-mobile-img {
        width: 358rem;
        height: 400rem;
        /*background: url(../images/dist/bui-mob.jpg) center no-repeat;*/
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-17.jpg) center no-repeat;
        margin-top: 32rem;
        background-size: cover
    }

    .building__after-body .line {
        width: 358rem;
        height: 1rem;
        background: #000;
        margin-top: 16rem
    }

    .building__after-body .building__decor {
        display: none;
        position: absolute;
        width: 390rem;
        background: url(../images/dist/building.png) center no-repeat;
        height: 551rem;
        border-radius: 50%;
        left: 534rem;
        top: 0;
        opacity: 1;
        -webkit-transition: none;
        transition: none
    }

    .building__after-body .building__decor-top {
        position: absolute;
        background: url(../images/dist/deco-1-xxl\ 1.png) center no-repeat;
        top: 0;
        left: -60rem;
        width: 178rem;
        height: 173rem;
        background-size: cover;
        top: 40rem
    }

    .building__after-body .building__decor-bottom {
        position: absolute;
        background: url(../images/dist/deco-2-xxl\ 1.png) center no-repeat;
        bottom: 10rem;
        left: 265rem;
        width: 217rem;
        height: 241rem;
        background-size: cover
    }

    .building__after-body-title {
        color: #000;
        font-size: 32rem;
        font-weight: 300;
        line-height: 104.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 265rem
    }

    .building__after-body-button {
        -ms-flex-item-align: normal;
        align-self: normal;
        margin-top: -31rem;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute;
        bottom: 57rem;
        right: 57rem
    }

    .building__after-body-button .building__after-body-btn {
        width: 52rem;
        height: 52rem;
        background: #c25c3c;
        border-radius: 50%;
        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
    }

    .building__after-body-button .building__after-body-btn span {
        width: 22rem;
        height: 1rem;
        background: #fff;
        position: absolute;
        left: 16rem
    }

    .building__after-body-button .building__after-body-btn span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .building__after-body-desc {
        margin-top: 16rem;
        color: #000;
        font-size: 18rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 246rem;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        transition: none
    }

    .building__after.active {
        opacity: 1;
        height: 100vh;
        z-index: 310
    }

    .building__after.show .building__after-body-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__after.show .building__after-body-button {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__after.show .building__after-body-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__after.show .building__decor {
        opacity: 1
    }

    .building {
        width: 100%;
        /*background: url(../images/dist/H-072_Photo\ -\ 9.jpg) bottom no-repeat;*/
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-5-m.webp) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: relative;
        bottom: 0;
        height: 674rem;
        overflow: hidden;
        z-index: 311
    }

    .building .building__line {
        margin-bottom: 158rem;
        opacity: 1;
        width: 358rem;
        height: 1rem;
        background: #fff;
        -webkit-transition: none;
        transition: none
    }

    .building__title {
        width: 100%;
        color: #fff;
        text-align: center;
        /*letter-spacing: -8rem;*/
        letter-spacing: normal;
        /*font-size: 140rem;*/
        font-size: 46rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        background-image: none;
        -webkit-transition: none;
        transition: none;
        position: relative;
        z-index: 311;
        margin-top: -150rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .building::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .building__title.active {
        background-position: 0 0;
        z-index: 311
    }

    .building__title.bottom {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .building__title.after {
        color: #262626;
        text-align: center;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        left: 494rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 116rem;
        width: 1254rem;
        letter-spacing: normal
    }

    .building.after {
        z-index: 311
    }

    .building.after .section__title {
        width: 100%
    }

    .building.after .building__line {
        opacity: 0
    }

    .building.after::after {
        opacity: 0
    }

    .building__section {
        width: 390rem;
        height: 496rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: auto;
        left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .building__section p {
        color: #fff;
        font-size: 24rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        opacity: 1;
        width: 318rem
    }

    .building__section-img {
        width: 257rem;
        height: 351rem;
        position: absolute;
        left: 67rem;
        top: 66rem;
        background: url(../images/dist/sectionbuilding.webp) center no-repeat;
        background-size: 100%
    }

    .footer {
        position: relative;
        bottom: auto;
        height: auto;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 501;
        background: #121212
    }

    .footer__wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .footer__marque {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 100%;
        -webkit-animation: scroll 24s linear infinite;
        animation: scroll 24s linear infinite;
        gap: 50rem;
        margin-top: 0
    }

    .footer__marque span {
        font-size: 125rem;
        font-weight: 300;
        line-height: 114.7%;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        background-image: none;
        color: #4a4a4a;
        -webkit-transition: none;
        transition: none;
        background: linear-gradient(to right, #ecbf79, #c7924c);
        background-clip: text;
        color: transparent;
    }

    .footer__marque span:nth-child(1) {
        margin-left: 3200rem
    }

    .footer__menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 11rem;
        padding-left: 17rem;
        row-gap: 34rem;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .footer__menu-office {
        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;
        gap: 15rem;
        margin-right: 0
    }

    .footer__menu-office-title {
        color: #767676;
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 24rem
    }

    .footer__menu-office a {
        color: #fff;
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    .footer__menu-tel {
        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;
        margin-right: 0;
        margin-top: -47rem
    }

    .footer__menu-tel-title {
        color: #767676;
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 39rem
    }

    .footer__menu-tel a {
        color: #fff;
        font-size: 20rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    .footer__menu-mess {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 13rem;
        margin-right: 0
    }

    .footer__menu-mess-title {
        color: #767676;
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 26rem
    }

    .footer__menu-mess a {
        color: #fff;
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    .footer__menu-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu-social-title {
        color: #767676;
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 39rem
    }

    .footer__menu-social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10rem
    }

    .footer__menu-social-list li:nth-child(1) {
        width: 32rem;
        height: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu-social-list li:nth-child(1) a {
        width: 32rem;
        height: 32rem;
        background: url(../images/dist/Icon.svg) center no-repeat;
        background-size: cover
    }

    .footer__menu-social-list li:nth-child(2) {
        width: 32rem;
        height: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu-social-list li:nth-child(2) a {
        width: 32rem;
        height: 32rem;
        background: url(../images/dist/mingcute_youtube-fill.svg) center no-repeat;
        background-size: cover
    }

    .footer__menu-social-list li:nth-child(3) {
        width: 32rem;
        height: 32rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__menu-social-list li:nth-child(3) a {
        width: 32rem;
        height: 32rem;
        background: url(../images/dist/oki.svg) center no-repeat;
        background-size: cover
    }

    .footer__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4rem;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 40rem
    }

    .footer__copyright span {
        color: #767676;
        font-size: 18rem;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase
    }

    @-webkit-keyframes scroll {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-38%);
            transform: translateX(-38%)
        }
    }

    @keyframes scroll {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(-38%);
            transform: translateX(-38%)
        }
    }

    .footer.active .footer__marque span {
        background-position: 0 0
    }

    .form {
        position: relative;
        bottom: auto;
        height: auto;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 501;
        background: #121212;
        padding-left: 16rem;
        padding-right: 16rem;
        padding-top: 95rem;
        padding-bottom: 60rem
    }

    .form__title {
        margin-top: 0;
        /*color: #fff;*/
        font-size: 22rem;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 358rem
    }

    .form__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40rem;
        margin-top: 60rem
    }

    .form__body .input {
        width: 358rem;
        height: 31rem;
        /*background: rgba(0,0,0,0);
        color: #fff;*/
        font-size: 20rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        /*border-bottom: 1rem solid #fff*/
    }

    .form__body-btn {
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 0;
        margin-top: 20rem;
        /*background: rgba(0,0,0,0);
        color: #fff;*/
        font-size: 16rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: relative
    }

    .form__body-btn::after {
        content: "";
        /*background: #fff;*/
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        width: 82rem;
        height: 1rem;
        position: absolute;
        bottom: -4rem;
        left: 102rem
    }

    .header {
        width: 100%;
        height: 64rem;
        position: absolute;
        top: 0;
        padding: 16rem;
        z-index: 999;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        overflow: hidden
    }

    .header .header-top {
        height: 64rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .header .header-top div:nth-child(2) {
        width: 24rem;
        height: 24rem
    }

    .header .header-top div:nth-child(2) a {
        display: none
    }

    .header .header-top div:nth-child(2) a:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/dist/simple-line-icons_call-end.svg) center no-repeat;
        width: 24rem;
        height: 24rem;
        background-size: cover
    }

    .header .header-top div:nth-child(3) {
        margin-left: 95rem;
        margin-left: 0;
        /*width: 134rem*/
        display: none;
    }

    .header .header-top div:nth-child(3) a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        font-size: 28rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        /*width: 134rem*/
    }

    .header .header-top div:nth-child(3) {
        margin-left: 60rem;
        margin-left: 0;
    }

    .header .header-top div .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: auto;
        width: 40rem;
        gap: 7rem;
        background: rgba(0,0,0,0);
        z-index: 1000
    }

    .header .header-top div .header__burger span {
        width: 40rem;
        height: 2rem;
        background: #000;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .header .header-top div:nth-child(3) .header__burger span:nth-child(2) {
        width: 30rem
    }

    .header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20rem
    }

    .header__bottom-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25rem
    }

    .header__bottom-left div:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25rem
    }

    .header__bottom-left div:nth-child(1) a {
        color: #121212;
        font-size: 26rem;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -8%;
        text-align: left;
        text-transform: uppercase;
        text-align: center
    }

    .header__bottom-left div:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40rem
    }

    .header__bottom-left div:nth-child(2) a {
        color: #121212;
        font-size: 26rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: -8%;
        text-align: center;
        text-transform: uppercase
    }

    .header__bottom-left div:nth-child(3) {
        margin-top: 20rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14rem
    }

    .header__bottom-left div:nth-child(3) a:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/dist/simple-line-icons_call-end.png) center no-repeat;
        width: 40rem;
        height: 40rem;
        background-size: cover
    }

    .header__bottom-left div:nth-child(3) .social__line {
        width: 1rem;
        height: 40rem;
        background: #121212
    }

    .header__bottom-left div:nth-child(3) a:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/dist/wts.png) center no-repeat;
        width: 40rem;
        height: 40rem;
        background-size: cover
    }

    .header__bottom-left div:nth-child(3) a:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/dist/teleg.png) center no-repeat;
        width: 40rem;
        height: 40rem;
        background-size: cover
    }

    .header__bottom-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-right .maps__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 36rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-right .maps__column span {
        color: #121212;
        font-size: 40rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: -8%;
        text-align: center;
        text-transform: uppercase
    }

    .header__bottom-right .contact__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 51rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__bottom-right .contact__column .contact__link {
        color: #121212;
        font-size: 32rem;
        font-weight: 300;
        line-height: 110%;
        letter-spacing: -8%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .header__bottom-right .contact__column .header__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20rem;
        margin-top: 33rem
    }

    .header__bottom-right .contact__column .header__social a:nth-child(1) {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/vk.svg) center no-repeat;
        background-size: cover
    }

    .header__bottom-right .contact__column .header__social a:nth-child(2) {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/yt.svg) center no-repeat;
        background-size: cover
    }

    .header__bottom-right .contact__column .header__social a:nth-child(3) {
        width: 40rem;
        height: 40rem;
        background: url(../images/dist/okihed.svg) center no-repeat;
        background-size: cover
    }

    .header.white .header-top .header__menu-list-item a {
        color: #fff
    }

    .header.white .header-top .header__menu-list-item .header__burger span {
        background: linear-gradient(to right, #ecbf79, #c7924c);
    }

    .header.black .header-top .header__menu-list-item a {
        color: #000
    }

    .header.black .header-top .header__menu-list-item .header__burger span {
        background: #000
    }

    .header.active {
        height: 100vh;
        /*background: #fff;*/
        background: linear-gradient(90deg, #ffffffb8, #ffffff94, #ffffffb8), url(../images/dist/astorius-elitnaya-nedvizhimost-menu.webp) bottom no-repeat;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

    .ymaps-2-1-79-ground-pane ymaps:nth-child(1) {
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1)
    }

    .interior__after {
        width: 100%;
        height: auto;
        background: #fff;
        opacity: 1;
        position: relative;
        z-index: 200;
        padding: 0rem 20rem 129rem 16rem
    }

    .interior__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 390rem
    }

    .interior__after-body .line {
        width: 358rem;
        height: 1rem;
        background: #000;
        margin-top: 32rem
    }

    .interior__after-body .interior__after-body-mobile-img {
        width: 358rem;
        height: 312rem;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-8.webp) center no-repeat;
        background-size: 100% 100%;
        margin-top: 32rem
    }

    .interior__after-body-title {
        color: #000;
        font-size: 32rem;
        font-weight: 300;
        line-height: 104.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 281rem;
        margin-top: 0
    }

    .interior__after-body-button {
        -ms-flex-item-align: normal;
        align-self: normal;
        margin-left: 0;
        margin-top: 0;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute;
        bottom: 57rem;
        right: 57rem
    }

    .interior__after-body-button .interior__after-body-btn {
        width: 52rem;
        height: 52rem;
        background: #95634b;
        border-radius: 50%;
        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;
        position: relative
    }

    .interior__after-body-button .interior__after-body-btn span {
        width: 22rem;
        height: 1rem;
        background: #fff;
        position: absolute;
        left: 16rem
    }

    .interior__after-body-button .interior__after-body-btn span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .interior__after-body-desc {
        margin-top: 16rem;
        color: #000;
        font-size: 18rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 358rem;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        transition: none
    }

    .interior__after.active {
        opacity: 1;
        height: 100vh
    }

    .interior__after.show .interior__after-body-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__after.show .interior__after-body-button {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__after.show .interior__after-body-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__after-decor {
        position: fixed;
        width: 555.4rem;
        height: 685rem;
        right: 86.6rem;
        background: url(../images/dist/lamp.png) center no-repeat;
        background-size: 100%;
        opacity: 0
    }

    .interior__after-decor.active {
        z-index: 210
    }

    .interior {
        width: 390rem;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-3-m.webp) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: relative;
        overflow: hidden;
        height: 674rem;
        z-index: 101
    }

    .interior .architecture__line {
        margin-bottom: 188rem;
        opacity: 1;
        height: 1rem
    }

    .interior__title {
        width: 100%;
        color: #fff;
        text-align: center;
        /*letter-spacing: -9.36rem;*/
        letter-spacing: normal;
        /*font-size: 140rem;*/
        font-size: 46rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        background-image: none;
        -webkit-transition: none;
        transition: none;
        position: relative;
        z-index: 110;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        /*margin-top: -70rem;*/
        margin-top: -170rem;
        margin-left: 6rem;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .interior::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .interior__title.active {
        background-position: 0 0;
        z-index: 210
    }

    .interior__title.bottom {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .interior__title.after {
        color: #262626;
        text-align: center;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        left: 120rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 79rem;
        width: 764rem;
        letter-spacing: normal
    }

    .interior.after {
        z-index: 201
    }

    .interior.after .section__title {
        width: 100%
    }

    .interior.after .architecture__line {
        opacity: 0
    }

    .interior.after::after {
        opacity: 0
    }

    .interior__section {
        width: 390rem;
        height: 496rem;
        position: relative;
        right: 0;
        bottom: 0;
        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
    }

    .interior__section p {
        color: #fff;
        font-size: 24rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        opacity: 1;
        -webkit-transition: none;
        transition: none
    }

    .interior__section-img {
        width: 257rem;
        height: 351rem;
        position: absolute;
        left: 67rem;
        top: 72rem;
        background: url(../images/dist/sectionsint.webp) center no-repeat;
        background-size: 100%;
        opacity: 1;
        -webkit-transition: none;
        transition: none
    }

    .landscape__after {
        width: 100%;
        height: auto;
        background: #fff;
        opacity: 1;
        position: relative;
        z-index: 200;
        padding: 12rem 20rem 129rem 16rem;
        overflow: hidden
    }

    .landscape__after-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .landscape__after-body .line {
        width: 358rem;
        height: 1rem;
        background: #000;
        margin-top: 32rem
    }

    .landscape__after-body .landscape__after-body-mobile-img {
        width: 358rem;
        height: 424rem;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-13o.webp) center no-repeat;
        background-size: cover;
    }

    .landscape__after-body-title {
        color: #000;
        font-size: 32rem;
        font-weight: 300;
        line-height: 104.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 328rem
    }

    .landscape__after-body-button {
        -ms-flex-item-align: normal;
        align-self: normal;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: absolute;
        bottom: 59rem;
        right: 59rem
    }

    .landscape__after-body-button .landscape__after-body-btn {
        width: 52rem;
        height: 52rem;
        background: #616c65;
        border-radius: 50%;
        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;
        position: relative
    }

    .landscape__after-body-button .landscape__after-body-btn span {
        width: 22rem;
        height: 1rem;
        background: #fff;
        position: absolute;
        left: 16rem
    }

    .landscape__after-body-button .landscape__after-body-btn span:nth-child(2) {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .landscape__after-body-desc {
        margin-top: 108rem;
        color: #000;
        font-size: 18rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 316rem;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: none;
        transition: none;
        margin-top: 16rem
    }

    .landscape__after.active {
        opacity: 1;
        height: 100vh;
        z-index: 300
    }

    .landscape__after.show .landscape__after-body-desc {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__after.show .landscape__after-body-button {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__after.show .landscape__after-body-title {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__decor-top {
        background: url(../images/dist/top.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        top: -90rem;
        width: 460rem;
        height: 382rem;
        left: 1045rem;
        opacity: 0;
        z-index: 303;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape__decor-bottom {
        background: url(../images/dist/bottom.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        width: 501rem;
        height: 398rem;
        left: 967rem;
        bottom: -50rem;
        opacity: 0;
        top: 800rem;
        z-index: 303;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape__decor-left {
        background: url(../images/dist/left.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        width: 107rem;
        height: 365rem;
        left: 930rem;
        bottom: 406rem;
        opacity: 0;
        z-index: 300;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape__decor-right {
        background: url(../images/dist/right.png) center no-repeat;
        background-size: 100%;
        position: fixed;
        width: 460rem;
        height: 382rem;
        left: 1178rem;
        bottom: 262rem;
        opacity: 0;
        z-index: 300;
        -webkit-transition: all 0s ease;
        transition: all 0s ease
    }

    .landscape {
        width: 100%;
        height: 674rem;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-4-m.webp) bottom no-repeat;
        background-size: cover;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50rem;
        position: relative;
        overflow: hidden;
        z-index: 301
    }

    .landscape .landscape__line {
        margin-bottom: 188rem;
        opacity: 1;
        width: 358rem;
        height: 1rem;
        background: #fff;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .landscape__title {
        width: 100%;
        color: #fff;
        text-align: center;
        /*letter-spacing: -8rem;*/
        letter-spacing: normal;
        /*font-size: 140rem;*/
        font-size: 46rem;
        font-style: normal;
        font-weight: 300;
        /*line-height: 75%;*/
        line-height: 1;
        background-image: none;
        -webkit-transition: none;
        transition: none;
        position: relative;
        bottom: 0;
        z-index: 302;
        -webkit-transform: translate(0, -60rem);
        -ms-transform: translate(0, -60rem);
        transform: translate(0, -60rem);
        /*margin-top: -100rem;*/
        margin-top: -170rem;
        margin-left: 14rem;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .landscape::after {
        content: "";
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        -webkit-transition: all 1s ease;
        transition: all 1s ease
    }

    .landscape__title.active {
        background-position: 0 0
    }

    .landscape__title.bottom {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .landscape__title.after {
        color: #262626;
        text-align: center;
        font-size: 166rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        left: 246rem;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 105rem;
        width: 764rem;
        letter-spacing: normal;
        z-index: 302
    }

    .landscape.after {
        z-index: 301
    }

    .landscape.after .landscape__title {
        width: 100%
    }

    .landscape.after .landscape__line {
        opacity: 0
    }

    .landscape.after::after {
        opacity: 0
    }

    .main {
        width: 100%;
        position: static;
        top: 0;
        /*height: auto;*/
        padding-bottom: 87rem;
        background: linear-gradient(rgb(0 0 0 / 75%), rgb(0 0 0 / 75%)), url(../images/dist/astorius-elitnaya-nedvizhimost-0-m.webp);
        background-size: cover;
    }

    .main__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24rem
    }

    .main__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 29rem;
        overflow: hidden
    }

    .main__list-item-img {
        background: url(../images/dist/ASTORIUS.svg) center no-repeat;
        background-size: 100%;
        width: 390rem;
        height: 409rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .main__list-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 17rem
    }

    .main__list-item-title span {
        /*font-family: "YesevaOne";*/
        /*font-size: 76rem;*/
        font-size: 46rem;
        font-style: normal;
        font-weight: 300;
        text-transform: uppercase;
        background-image: linear-gradient(to right, #ecbf79, #c7924c);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .main__list-item p {
        color: #000;
        /*font-size: 22rem;*/
        font-size: 18rem;
        font-style: normal;
        font-weight: 300;
        line-height: 103.7%;
        text-transform: uppercase;
        margin-left: 17rem;
        color: #ecbf79;
    }

    .main__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10rem;
        position: absolute;
        top: 55rem;
        right: 120rem;
        background: rgba(0,0,0,0);
        z-index: 1000
    }

    .main__menu span {
        width: 70rem;
        height: 2rem;
        background: #121212
    }

    .order {
        display: none;
        width: 100%;
        height: 0;
        height: auto;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-1-m.webp) bottom no-repeat;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*position: fixed;*/
        position: relative;
        bottom: 0rem;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        overflow: hidden
    }

    .order .order__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        backdrop-filter: brightness(0.5);
        height: 100%;
        width: 100%;
        justify-content: center;
        padding: 2rem;
    }

    .order .order__content span {
        color: #fff;
        text-align: center;
        font-size: 34rem;
        font-style: normal;
        font-weight: 300;
        line-height: 103.7%;
        text-transform: uppercase;
        display: inline-block;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        background-size: 300% 100%;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(65%, #fff));
        background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0 35%, #fff 65%);
        background-position: 100% 0;
        -webkit-background-clip: text;
        background-clip: text
    }

    .order .order__content span:nth-child(1) {
        -webkit-transition: all 1s ease .5s;
        transition: all 1s ease .5s
    }

    .order .order__content span:nth-child(2) {
        -webkit-transition: all 1s ease 1s;
        transition: all 1s ease 1s
    }

    .order .order__content span:nth-child(3) {
        -webkit-transition: all 1s ease 1.5s;
        transition: all 1s ease 1.5s
    }

    .order .order__content span:nth-child(4) {
        -webkit-transition: all 1s ease 2s;
        transition: all 1s ease 2s
    }

    .order.active {
        height: 100vh
    }

    .order.active span {
        background-position: 0 0
    }

    .project__building {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        bottom: auto;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 589rem;
        overflow: hidden;
        z-index: 321;
        background: #2a2a2a
    }

    .project__building-body {
        display: none;
        width: 100%;
        display: none;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1090rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0
    }

    .project__building-body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.png) center no-repeat;
        background-size: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__building-body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__building-body .project__building-itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__building-body .project__building-itemOne p {
        opacity: 1
    }

    .project__building .splide {
        margin-top: 50rem;
        width: 100%;
        height: 300rem
    }

    .project__building .splide .splide__track {
        height: 242rem !important;
        overflow: visible !important;
        margin-left: 42rem !important
    }

    .project__building .splide .splide__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .project__building .splide .splide__slide {
        background: url(../images/dist/pic.png) center no-repeat;
        width: 296rem !important;
        height: 300rem !important;
        background-size: cover;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: relative
    }

    .project__building .splide .splide__slide p {
        position: absolute;
        color: #fff;
        font-size: 56px;
        font-weight: 300;
        line-height: 80%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        left: -24rem;
        top: 35rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .project__building .splide .splide__slide.is-active p {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .project__building__title {
        color: #fff;
        text-align: center;
        font-size: 30rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 80rem
    }

    .project__building__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 85rem
    }

    .project__building-body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0)
    }

    .project__building-body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0)
    }

    .project__building.active {
        height: 100vh
    }

    .project__building.active .project__building-body {
        opacity: 1
    }

    .project__building-body-item.mainSlide {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__building-body-item.mainSlide p {
        opacity: 1
    }

    .project__building-body-item.softSlide {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__building-body-item.softSlide p {
        opacity: 0
    }

    .project__interior {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        bottom: auto;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 589rem;
        overflow: hidden;
        z-index: 211;
        background: #1e1b18
    }

    .project__interior-body {
        width: 100%;
        display: none;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1090rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0
    }

    .project__interior-body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.png) center no-repeat;
        background-size: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__interior-body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__interior-body .project__interior-itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__interior-body .project__interior-itemOne p {
        opacity: 1
    }

    .project__interior .splide {
        margin-top: 50rem;
        width: 100%;
        height: 300rem
    }

    .project__interior .splide .splide__track {
        height: 242rem !important;
        overflow: visible !important;
        margin-left: 42rem !important
    }

    .project__interior .splide .splide__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .project__interior .splide .splide__slide {
        background: url(../images/dist/pic.png) center no-repeat;
        width: 296rem !important;
        height: 300rem !important;
        background-size: cover;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: relative
    }

    .project__interior .splide .splide__slide p {
        position: absolute;
        color: #fff;
        font-size: 56px;
        font-weight: 300;
        line-height: 80%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        left: -24rem;
        top: 35rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .project__interior .splide .splide__slide.is-active p {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .project__interior__title {
        color: #fff;
        text-align: center;
        font-size: 30rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 80rem
    }

    .project__interior__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 85rem
    }

    .project__interior-body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0)
    }

    .project__interior-body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0)
    }

    .project__interior.active {
        height: 100vh
    }

    .project__interior.active .project__interior-body {
        opacity: 1
    }

    .project__interior-body-item.mainSlide {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__interior-body-item.mainSlide p {
        opacity: 1
    }

    .project__interior-body-item.softSlide {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__interior-body-item.softSlide p {
        opacity: 0
    }

    .project__landscape {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        bottom: auto;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 589rem;
        overflow: hidden;
        z-index: 310;
        background: #2e3832
    }

    .project__landscape-body {
        width: 100%;
        display: none;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1090rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0
    }

    .project__landscape-body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.png) center no-repeat;
        background-size: 100%;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__landscape-body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__landscape-body .project__landscape-itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__landscape-body .project__landscape-itemOne p {
        opacity: 1
    }

    .project__landscape .splide {
        margin-top: 50rem;
        width: 100%;
        height: 300rem
    }

    .project__landscape .splide .splide__track {
        height: 242rem !important;
        overflow: visible !important;
        margin-left: 42rem !important
    }

    .project__landscape .splide .splide__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .project__landscape .splide .splide__slide {
        background: url(../images/dist/pic.png) center no-repeat;
        width: 296rem !important;
        height: 300rem !important;
        background-size: cover;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: relative
    }

    .project__landscape .splide .splide__slide p {
        position: absolute;
        color: #fff;
        font-size: 56px;
        font-weight: 300;
        line-height: 80%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        left: -24rem;
        top: 35rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .project__landscape .splide .splide__slide.is-active p {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .project__landscape__title {
        color: #fff;
        text-align: center;
        font-size: 30rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 80rem
    }

    .project__landscape__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 85rem
    }

    .project__landscape-body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0)
    }

    .project__landscape-body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0)
    }

    .project__landscape.active {
        height: 100vh
    }

    .project__landscape.active .project__landscape-body {
        opacity: 1
    }

    .project__landscape-body-item.mainSlide {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__landscape-body-item.mainSlide p {
        opacity: 1
    }

    .project__landscape-body-item.softSlide {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__landscape-body-item.softSlide p {
        opacity: 0
    }

    .project {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        bottom: auto;
        -webkit-transition: all 1.2s ease;
        transition: all 1.2s ease;
        height: 589px;
        overflow: hidden;
        z-index: 110;
        background: #141a30
    }

    .project__body {
        width: 100%;
        display: none;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 200rem;
        margin-left: 1047rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0
    }

    .project__body-item {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url(../images/dist/pic.png) center no-repeat;
        background-size: 100%;
        position: relative;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .project__body-item p {
        width: 1114rem;
        color: #fff;
        font-size: 80rem;
        font-style: normal;
        font-weight: 300;
        line-height: 90%;
        text-transform: uppercase;
        margin-left: -71rem;
        margin-top: 444rem;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    .project__body .project__itemOne {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__body .project__itemOne p {
        opacity: 1
    }

    .project .splide {
        margin-top: 50rem;
        width: 100%;
        height: 300rem
    }

    .project .splide .splide__track {
        height: 242rem !important;
        overflow: visible !important;
        margin-left: 42rem !important
    }

    .project .splide .splide__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .project .splide .splide__slide {
        background: url(../images/dist/pic.png) center no-repeat;
        width: 296rem !important;
        height: 300rem !important;
        background-size: cover;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: relative
    }

    .project .splide .splide__slide p {
        position: absolute;
        color: #fff;
        font-size: 56px;
        font-weight: 300;
        line-height: 80%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        left: -24rem;
        top: 35rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .project .splide .splide__slide.is-active p {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .project__title {
        color: #fff;
        text-align: center;
        font-size: 30rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 80rem
    }

    .project__title::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 115rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #fff;
        left: 85rem
    }

    .project__body.firstScroll {
        -webkit-transform: translate(-940rem, 0);
        -ms-transform: translate(-940rem, 0);
        transform: translate(-940rem, 0)
    }

    .project__body.SecondScroll {
        -webkit-transform: translate(-1880rem, 0);
        -ms-transform: translate(-1880rem, 0);
        transform: translate(-1880rem, 0)
    }

    .project__body-item.main {
        width: 880.999rem;
        height: 620rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__body-item.main p {
        opacity: 1
    }

    .project__body-item.soft {
        width: 812.875rem;
        height: 587.076rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .project__body-item.soft p {
        opacity: 0
    }

    .project.active {
        height: 100vh
    }

    .project.active .project__body {
        opacity: 1
    }

    .sections {
        height: 844rem;
        width: 100%;
        background: #121212;
        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;
        position: relative;
        bottom: auto;
        overflow: hidden;
        background: url(../images/dist/astorius-elitnaya-nedvizhimost-6-m.webp) center no-repeat;
        background-size: cover;
        z-index: 400
    }

    .sections__image {
        display: none;
        background: url(../images/dist/Rectangle\ 15.png) center no-repeat;
        width: 1342rem;
        height: 661rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .sections__body {
        position: absolute;
        left: 42rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 120rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 270rem;
        top: auto
    }

    .sections__body-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-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 305rem;
        height: 355rem;
        background: #fff;
        padding: 56rem 23rem 0rem 23rem
    }

    .sections__body-item-title {
        color: #000;
        text-align: center;
        font-size: 29rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        width: 259rem
    }

    .sections__body-item p {
        color: #000;
        text-align: center;
        font-family: "Inter",sans-serif;
        font-size: 12rem;
        font-style: normal;
        font-weight: 400;
        line-height: 114.7%;
        margin-top: 24rem;
        width: 257rem
    }

    .sections__body-item-link {
        color: #000;
        text-align: center;
        font-size: 11rem;
        font-style: normal;
        font-weight: 300;
        line-height: 114.7%;
        text-transform: uppercase;
        position: relative;
        height: 13rem;
        width: 60rem;
        margin-top: 31rem
    }

    .sections__body-item-link::after {
        content: "";
        position: absolute;
        width: 42.5rem;
        height: .5rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: #000;
        left: 18rem;
        bottom: 0rem
    }

    .sections__body-item:not(:first-child) {
        display: none
    }

    .accordion__architecture {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__architecture .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 16rem;
        bottom: -701rem;
        width: 358rem;
        height: 701rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .accordion__architecture .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 358rem;
        height: 80rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding: 25rem 16rem 40rem 16rem;
        cursor: pointer
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__title {
        width: 326rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 16rem;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        top: 27rem
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 36rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        width: 326rem
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        display: none
    }

    .accordion__architecture .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 20rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 326rem;
        margin-top: 28rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 326rem;
        height: 118rem;
        border-radius: 50%;
        background: url(../images/dist/Ellipse\ 20.png) center no-repeat;
        background-size: cover;
        margin-top: 32rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 40rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer
    }

    .accordion__architecture .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 84rem;
        left: 50rem;
        bottom: -1rem;
        position: absolute
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(1) {
        background: #2a3660
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(2) {
        background: #222b4d
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(3) {
        background: #19203a
    }

    .accordion__architecture .accordion__body .accordion__body-item:nth-child(4) {
        background: #141a30
    }

    .accordion__architecture .accordion__exit {
        position: absolute;
        width: 40rem;
        height: 40rem;
        border-radius: 50%;
        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;
        right: 16rem;
        background: #1e1b18;
        bottom: 730rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__architecture .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__architecture.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__architecture.show .accordion__exit {
        opacity: 1
    }

    .accordion__body.show {
        bottom: 19rem !important
    }

    .accordion__body-item.active {
        width: 358rem !important;
        height: 631rem !important;
        padding-left: 16rem !important;
        cursor: context-menu !important
    }

    .accordion__body-item.active .accordion__title {
        opacity: 0;
        top: -39rem !important;
        left: auto !important
    }

    .accordion__body-item.active .accordion__body-item-title {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-line {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-img {
        opacity: 1 !important
    }

    .accordion__body-item.active .accordion__body-item-desc {
        opacity: 1 !important
    }

    .accordion__building {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__building .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 16rem;
        bottom: -701rem;
        width: 358rem;
        height: 701rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .accordion__building .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 358rem;
        height: 80rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding: 25rem 16rem 40rem 16rem;
        cursor: pointer
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__title {
        width: 326rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 16rem;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        top: 27rem
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 36rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        width: 326rem
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        display: none
    }

    .accordion__building .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 20rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 326rem;
        margin-top: 28rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 326rem;
        height: 118rem;
        border-radius: 50%;
        background: url(../images/dist/Ellipse\ 20.png) center no-repeat;
        background-size: cover;
        margin-top: 32rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 40rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer
    }

    .accordion__building .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 84rem;
        left: 50rem;
        bottom: -1rem;
        position: absolute
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(1) {
        background: #555
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(2) {
        background: #555
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(3) {
        background: #2a2a2a
    }

    .accordion__building .accordion__body .accordion__body-item:nth-child(4) {
        background: #2a2a2a
    }

    .accordion__building .accordion__exit {
        position: absolute;
        width: 40rem;
        height: 40rem;
        border-radius: 50%;
        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;
        right: 16rem;
        background: #1e1b18;
        bottom: 730rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__building .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__building.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__building.show .accordion__exit {
        opacity: 1
    }

    .accordion__interior {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__interior .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 16rem;
        bottom: -701rem;
        width: 358rem;
        height: 701rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: auto
    }

    .accordion__interior .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 358rem;
        height: 80rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding: 25rem 16rem 40rem 16rem;
        cursor: pointer
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__title {
        width: 326rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 16rem;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        top: 27rem
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 36rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        width: 326rem
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        display: none
    }

    .accordion__interior .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 20rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 326rem;
        margin-top: 28rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 326rem;
        height: 118rem;
        border-radius: 50%;
        background: url(../images/dist/Ellipse\ 20.png) center no-repeat;
        background-size: cover;
        margin-top: 32rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 40rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer
    }

    .accordion__interior .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 84rem;
        left: 50rem;
        bottom: -1rem;
        position: absolute
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(2) .accordion__body-item-title {
        white-space: nowrap
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(3) .accordion__body-item-title {
        white-space: nowrap
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(1) {
        background: #3a342e
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(2) {
        background: #2e2a25
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(3) {
        background: #25221e
    }

    .accordion__interior .accordion__body .accordion__body-item:nth-child(4) {
        background: #1e1b18
    }

    .accordion__interior .accordion__exit {
        position: absolute;
        width: 40rem;
        height: 40rem;
        border-radius: 50%;
        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;
        right: 16rem;
        background: #1e1b18;
        bottom: 730rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        left: auto;
        cursor: pointer
    }

    .accordion__interior .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__interior.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__interior.show .accordion__exit {
        opacity: 1
    }

    .accordion__landscape {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        box-shadow: 0rem 4rem 4rem 0rem rgba(0,0,0,.25);
        background: rgba(0,0,0,.7);
        z-index: 1000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        overflow: hidden
    }

    .accordion__landscape .accordion__body {
        position: fixed;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        right: 16rem;
        bottom: -701rem;
        width: 358rem;
        height: 701rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .accordion__landscape .accordion__body .accordion__body-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 358rem;
        height: 80rem;
        overflow: hidden;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        padding: 25rem 16rem 40rem 16rem;
        cursor: pointer
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__title {
        width: 326rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 16rem;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        top: 27rem
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-title {
        color: #fff;
        font-size: 36rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        width: 326rem
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-line {
        width: 795rem;
        height: 1rem;
        margin-top: 50rem;
        background: rgba(255,255,255,.4);
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        display: none
    }

    .accordion__landscape .accordion__body .accordion__body-item p {
        color: #fff;
        font-size: 20rem;
        font-weight: 300;
        line-height: 103.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        width: 326rem;
        margin-top: 28rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-img {
        width: 326rem;
        height: 118rem;
        border-radius: 50%;
        background: url(../images/dist/Ellipse\ 20.png) center no-repeat;
        background-size: cover;
        margin-top: 32rem;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-desc {
        margin-top: 40rem;
        color: #fff;
        font-size: 22rem;
        font-weight: 300;
        line-height: 114.7%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        position: relative;
        opacity: 0;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        cursor: pointer
    }

    .accordion__landscape .accordion__body .accordion__body-item .accordion__body-item-desc::after {
        content: "";
        height: 1rem;
        background: #fff;
        width: 84rem;
        left: 50rem;
        bottom: -1rem;
        position: absolute
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(1) .accordion__body-item-title {
        white-space: nowrap
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(4) .accordion__body-item-title {
        white-space: nowrap
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(1) {
        background: #55655b
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(2) {
        background: #5a6d61
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(3) {
        background: #48574e
    }

    .accordion__landscape .accordion__body .accordion__body-item:nth-child(4) {
        background: #3a463e
    }

    .accordion__landscape .accordion__exit {
        position: absolute;
        width: 40rem;
        height: 40rem;
        border-radius: 50%;
        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;
        right: 16rem;
        background: #1e1b18;
        bottom: 730rem;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
        opacity: 0;
        cursor: pointer
    }

    .accordion__landscape .accordion__exit .cross {
        background: url(../images/dist/cross_ac.png) center no-repeat;
        background-size: 100%;
        width: 12rem;
        height: 12rem
    }

    .accordion__landscape.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 1000
    }

    .accordion__landscape.show .accordion__exit {
        opacity: 1
    }
}

@media(max-width: 450px)and (max-height: 800px) {
    .accordion__body.show {
        bottom:-40rem !important
    }

    .accordion__body {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    .accordion__exit {
        bottom: 635rem !important;
        right: 30rem !important;
        left: auto
    }
}