@charset "UTF-8";

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Regular.woff2") format("woff2"),
    url("../fonts/Stolzl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Medium.woff2") format("woff2"),
    url("../fonts/Stolzl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Light.woff2") format("woff2"),
    url("../fonts/Stolzl-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Book.woff2") format("woff2"),
    url("../fonts/Stolzl-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Bold.woff2") format("woff2"),
    url("../fonts/Stolzl-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html,
body,
.wrap {
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

:root {
  --app-height: 100%;
}

body {
  background: #fff;
  font-family: "Stolzl", Arial;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
}

@media (orientation: landscape) {
  body::-webkit-scrollbar {
    display: none;
  }
}

@media (orientation: portrait) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

body.noscroll {
  overflow: hidden;
}

@media (orientation: portrait) {
  body.noscroll {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

input,
textarea,
button,
select {
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Stolzl", Arial;
  font-size: 1.4814814815vh;
  color: #333333;
}

@media (orientation: portrait) {
  input,
  textarea,
  button,
  select {
    font-size: 16px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
button:-webkit-autofill,
button:-webkit-autofill:hover,
button:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  color: #333333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #333333;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
button::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #333333;
}

button {
  cursor: pointer;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a[href] {
  cursor: pointer;
}

img {
  outline: none;
}

h1,
h2,
h3,
h4 {
  color: inherit;
  font-weight: inherit;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.overflow {
  overflow: hidden;
}

.wrap {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s;
}

@media (orientation: portrait) {
  .wrap {
    position: relative;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
  }
}

.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}

@media (orientation: portrait) {
  .section {
    position: relative;
  }
}

.section__title {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 13.7592592593vh;
  width: 100%;
  text-align: center;
  font-size: 4.4444444444vh;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@media (orientation: portrait) {
  .section__title {
    position: relative;
    top: 0;
    font-size: 7.4666666667vw;
    padding: 21.3333333333vw 4vw 13.3333333333vw;
  }
}

.section.active {
  opacity: 1;
  pointer-events: auto;
}

.section.lighttheme {
  background: #fff;
}

.section.lighttheme .event__section-title {
  color: #6c554f;
}

.section.lighttheme .event__section-title .text {
  color: #333333;
}

.section.lighttheme .section__title {
  color: #6c554f;
}

.section[data-eventid="1"] {
  z-index: 11;
}

.section[data-eventid="2"] {
  z-index: 12;
}

.section[data-eventid="3"] {
  z-index: 13;
}

.section[data-eventid="4"] {
  z-index: 14;
}

.section[data-eventid="5"] {
  z-index: 15;
}

.section[data-eventid="6"] {
  z-index: 16;
}

.section[data-eventid="7"] {
  z-index: 17;
}

.section[data-eventid="8"] {
  z-index: 18;
}


.button {
  border: 0.3703703704vh solid #fff;
  min-width: 6.3888888889vh;
  height: 6.3888888889vh;
  display: inline-flex;
  align-items: center;
  padding: 0 2.7777777778vh;
  font-size: 1.4814814815vh;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  user-select: none;
}

@media (orientation: portrait) {
  .button {
    height: 15.7333333333vw;
  }
}

.button.disabled {
  pointer-events: none;
}

.button_longarrow {
  width: 100%;
}

.button_longarrow::before {
  content: "";
  position: absolute;
  right: 2.7777777778vh;
  top: 0;
  width: 3.7962962963vh;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-right.svg);
}

.button_shortarrow {
  padding: 0;
}

.button_shortarrow::before {
  content: "";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow-right-short.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 25%;
}

.button_left::before {
  transform: scale(-1, 1);
}

.simplebutton {
  width: 24.0740740741vh;
  height: 5.462962963vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5555555556vh solid #6c554f;
  color: #333333;
  font-size: 1.4814814815vh;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (orientation: portrait) {
  .simplebutton {
    width: 69.3333333333vw;
    height: 15.7333333333vw;
    font-size: 4.2666666667vw;
    border-width: 1.6vw;
  }
}

@media (orientation: landscape) {
  .simplebutton:hover {
    opacity: 0.6;
  }
}

.simplebutton_filled {
  background: #6c554f;
  color: #fff !important;
}

@media (orientation: landscape) {
  .simplebutton_filled:hover {
    opacity: 0.8;
  }
}

.title {
  font-size: 2.2222222222vh;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@media (orientation: portrait) {
  .title {
    font-size: 6.4vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .title {
    font-size: 5.12vw;
  }
}

.text {
  font-family: "Aktiv Grotesk";
  font-size: 1.4814814815vh;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}

@media (orientation: portrait) {
  .text {
    font-size: 4.2666666667vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .text {
    font-size: 2.9866666667vw;
  }
}

.text p {
  margin: 0 0 1.8518518519vh;
}

.text p:last-child {
  margin-bottom: 0;
}

.text ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.text ul li {
  margin-bottom: 0.65em;
}

.top {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.8148148148vh 4.6296296296vh 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s;
}

.top.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (orientation: portrait) {
  .top {
    padding: 4vw 5.3333333333vw 0;
    top: 0;
    position: fixed;
  }

  .top.overlay::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(
      to bottom,
      rgb(33, 33, 33) 0%,
      rgba(33, 33, 33, 0.7) 0%,
      rgba(33, 33, 33, 0) 100%
    );
    transition: background 0.3s;
  }
}

.top > div {
  width: 30%;
}

@media (orientation: portrait) {
  .top > div {
    width: auto;
  }
}

.top__icon {
  text-align: left;
  position: relative;
  top: -0.3703703704vh;
}

@media (orientation: portrait) {
  .top__icon {
    top: -1.3333333333vw;
    position: relative;
    z-index: 1;
  }
}

.top__logo {
  text-align: center;
  transition: color 0.5s;
  font-size: calc(31 / 1080 * 100vh);
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__logo.opennum div {
  width: calc(38 / 1080 * 100vh);
  max-width: calc(50 / 1080 * 100vh);
  opacity: 0;
  animation: fadeInOpacity 0.6s ease-in forwards;
}

.top__logo.opennumtxt div {
  /* width: 100%;
  max-width:max-content;

  transform: scale(1); */
  font-weight: 500;
  font-size: 2.2vh;
  width: 100%;
}

.top__logo.opennumtxt {
  flex-direction: column;
}

.top__logo.opennumtxt:hover .top__section-links {
  opacity: 1;
  pointer-events: all;
}

.top__logo.opennumtxt:hover .top__section-links a {
  opacity: 1;
}

.top__logo div {
  /* overflow: hidden; */
  width: 0;
  animation: fadeIn 0.6s ease-in forwards;
}

.top__logo.opennumtxt div {
  animation: fadeIn 0.6s ease-in forwards;
}

.top__logo.opennumtxt div {
  transition: opacity 0.5s;
  /* position: relative; */
  opacity: 0;
  top: -5vh;
  animation: fadeIn 0.6s ease-in forwards;
}

/* .top__logo.opennumtxt span{
  padding-left: 0px;
} */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    top: 1vh;
  }
}

@keyframes fadeInOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top__logo div span {
  display: block;
  padding-left: calc(16 / 1080 * 100vh);
  padding-bottom: calc(3.5 / 1080 * 100vh);
}

@media (orientation: portrait) {
  .top__logo {
    position: absolute;
    z-index: 1;
    top: 4vw;
    left: 50%;
    transform: translate(-50%);
    font-size: calc(20 / 375 * 100vw);
  }

  .top__logo.opennum div {
    width: calc(26 / 375 * 100vw);
  }

  .top__logo div span {
    padding-left: calc(8 / 375 * 100vw);
    padding-bottom: calc(1.5 / 375 * 100vw);
  }

  .top__logo.opennumtxt div {
    font-size: clamp(12px, 4vw, 20px);
  }
}

.top__logo svg {
  width: 23.8888888889vh;
  height: 4.3518518519vh;
}

@media (orientation: portrait) {
  .top__logo svg {
    width: 44.232vw;
    height: 8vw;
  }
}

.top__phone {
  text-align: right;
  font-size: 1.8518518519vh;
  line-height: 1.2;
  position: relative;
  top: -0.3703703704vh;
  transition: opacity 0.3s, color 0.5s;
}

@media (orientation: portrait) {
  .top__phone {
    display: block;
    top: -1.3333333333vw;
    position: relative;
    z-index: 1;
  }

  .top__phone a {
    display: block;
    font-size: 0;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    overflow: hidden;
  }
}

.top__phone svg {
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .top__phone svg {
    display: none;
  }
}

.top__phone:last-child {
  margin-bottom: 0;
}

@media (orientation: landscape) {
  .top__phone:hover {
    opacity: 0.6;
  }
}

.arrow {
  position: absolute;
  z-index: 80;
  cursor: pointer;
  left: 50%;
  bottom: 1.8518518519vh;
  transform: translate(-50%, 0);
  width: 11.2962962963vh;
  height: 11.2962962963vh;
  user-select: none;
  transition: opacity 0.5s, transform 0.3s;
}

@media (orientation: portrait) {
  .arrow {
    position: fixed;
    width: 40vw;
    height: 40vw;
    bottom: 13.3333333333vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .arrow {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    bottom: 8vw;
  }
}

@media (orientation: landscape) {
  .arrow:hover {
    transform: translate(-50%, 0) scale(1.2);
  }
}

.arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow.svg);
  animation-name: bounce;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.arrow.hide {
  opacity: 0;
  pointer-events: none;
}

.menuicon {
  width: 3.7037037037vh;
  cursor: pointer;
  transition: transform 0.5s;
}

@media (orientation: portrait) {
  .menuicon {
    width: 10.6666666667vw;
  }
}

.menuicon div {
  height: 0.2777777778vh;
  background: #fff;
  margin: 0.7407407407vh 0;
  transition: transform 0.5s, background 0.5s, opacity 0.3s;
}

@media (orientation: portrait) {
  .menuicon div {
    height: 0.8vw;
    margin: 2.1333333333vw 0;
  }
}

@media (orientation: landscape) {
  .menuicon:hover div:nth-child(1) {
    transform: translate(0, -100%);
  }

  .menuicon:hover div:nth-child(3) {
    transform: translate(0, 100%);
  }
}

.menuicon.close div {
  width: 2.962962963vh;
}

@media (orientation: portrait) {
  .menuicon.close div {
    width: 8.5333333333vw;
  }
}

.menuicon.close div:nth-child(1) {
  transform: translate(0, 380%) rotate(45deg);
}

.menuicon.close div:nth-child(2) {
  opacity: 0;
}

.menuicon.close div:nth-child(3) {
  transform: translate(0, -350%) rotate(-45deg);
}

@media (orientation: landscape) {
  .menuicon.close div {
    margin: 0.7407407407vh 0;
  }

  .menuicon.close:hover {
    transform: scale(1.4);
  }
}

div[data-bg] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.house {
  z-index: 0;
}

@media (orientation: portrait) {
  .house {
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    min-height: unset;
    transition: height 0.5s;
  }
}

@media (orientation: landscape) {
  /* .house {
        overflow: hidden;
    }

    .house.move {
        transform: translate(0, -100%);
    }*/
}

.house__s1 {
  z-index: 4;
}

.house__s2 {
  z-index: 3;
}

.house__s3 {
  z-index: 2;
}

.house__s4 {
  z-index: 1;
}

.house__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.house__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.house__bg div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: background-image 0s, opacity 1s, transform 4s;
}

.house__bg div.active {
  opacity: 1;
  transform: scale(1);
}

.house__bg div.fade-out {
  opacity: 0;
}

.house__images {
  position: absolute;
  z-index: 1;
  top: 18.5185185185vh;
  left: 50%;
  width: 44.4444444444vh;
  height: 44.4444444444vh;
  transform: translate(-50%, 0);
}

@media (orientation: portrait) {
  .house__images {
    top: 28.44%;
    left: 50%;
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}

.house__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform 1s cubic-bezier(0.11, 0.67, 0.03, 0.82);
}

.house__img.active,
.house__img.prev {
  transform: scale(1);
}

.house__img.active {
  z-index: 2;
}

.house__img.prev {
  z-index: 1;
}

.house__img div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.house__content {
  position: relative;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  top: 50.8333333333vh;
}

@media (orientation: portrait) {
  .house__content {
    position: absolute;
    top: 52.8%;
    left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: -9.0666666667vw;
  }
}

.house__content-item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.house__content-item.active {
  opacity: 1;
}

.house__title {
  font-size: 18.8268518519vh;
  line-height: 1.25;
  font-weight: 200;
  padding-left: 1.8518518519vh;
  display: flex;
  justify-content: center;
  min-height: 1.5em;
  text-shadow: 0px 0px 10px #000000cf;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .house__title {
    font-size: 14.8148148148vh;
  }

  .house__title div {
    display: flex;
    justify-content: center;
  }
}

@media (orientation: portrait) {
  .house__title {
    font-size: 12vw;
    padding: 0;
    flex-wrap: wrap;
    min-height: 1.25em;
  }

  .house__title .space {
    display: none;
  }

  .house__title div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.house__text {
  margin-top: 2.3148148148vh;
  font-size: 1.8518518519vh;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-shadow: 0px 0px 10px #000000cf;
}

@media (orientation: portrait) {
  .house__text {
    font-size: 4.5333333333vw;
    margin-top: 4vw;
  }
}

.event {
  z-index: 5;
}

.house.prev + .main__countdown {
  opacity: 0;
  pointer-events: none;
}

@media (orientation: landscape) {
  .event {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .event::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
  }

  .event.active {
    transform: translate(0, -100%);
  }

  .event.active .event__block,
  .main-page2 .event__block {
    transform: translate(0, -50%);
  }

  .event.move {
    transform: translate(0, -200%);
  }

  .event .section .event__section-title {
    display: none;
  }

  .event .section::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 95%;
    width: 20%;
    height: 100%;
    background: #fff;
  }

  .event .section.features::after{
    background: #7d7171;
  }
}

@media (orientation: portrait) {
  .event {
    opacity: 1 !important;
    left: 100%;
    position: absolute;
    transition: transform 1s;
  }

  .event.active {
    transform: translate(-100%, 0);
  }

  .event[data-mobstep="2"] .event__mobbg {
    opacity: 1;
  }

  .event[data-mobstep="2"] .event__text {
    opacity: 1;
  }

  .event[data-mobstep="2"] .event__block::before {
    opacity: 0;
  }
}

.event__mobbg {
  display: none;
}

@media (orientation: portrait) {
  .event__mobbg {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
    opacity: 0;
  }
}

.event__titles {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}

@media (orientation: portrait) {
  .event__titles {
    display: none;
  }
}

.event__titles > div {
  transform: translate(0, -50vh);
  transition: transform 2s;
}

.event__titles > div.active {
  transform: translate(0, 0);
}

.event__titles > div.lighttheme {
  color: #6c554f;
}

.event__titles > div.lighttheme .text {
  color: #333333;
}

.event__titles > div.high {
  top: 12.037037037vh;
}

.event__num,
.event__num-repeated {
  font-size: calc(700 / 1080 * 100vh);
  font-weight: 200;
  line-height: 1;
  color: #fff;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: calc(-40 / 1080 * 100vh);
}

@media (orientation: portrait) {
  .event__num,
  .event__num-repeated {
    font-size: calc(300 / 375 * 100vw);
    margin-top: calc(-40 / 375 * 100vw);
  }
}

.event__block {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 9.2592592593vh;
  width: 37.037037037vh;
}

@media (orientation: landscape) {
  .event__block {
    transform: translate(30vw, -50%);
    transition: transform 1s 0.3s;
  }
}

@media (orientation: portrait) {
  .event__block {
    position: relative;
    z-index: 3;
    width: 100%;
    right: 0;
    top: 0;
    transform: none;
    height: 100vh;
    padding: 0 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .event__block::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
  }
}

@media (orientation: landscape) {
  .event__text {
    font-size: 2.037037037vh;
  }
}

@media (orientation: portrait) {
  .event__text {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
  }
}

.event__button {
  margin-top: 4.6296296296vh;
  transition: width 0.5s;
}

@media (orientation: portrait) {
  .event__button {
    position: relative;
    z-index: 1;
    display: none;
  }
}

@media (orientation: landscape) {
  .event__button {
    margin-top: 4.6296296296vh;
  }

  .event__button:hover {
    width: 122.5%;
  }
}

.event__section-title {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 15.787037037vh;
  width: 100%;
  text-align: center;
  font-size: 4.4444444444vh;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-shadow: 0px 0px 10px #000000cf;
}

.section.lighttheme .event__section-title,
.section .event__section-title.lighttheme {
  text-shadow: none;
}

@media (orientation: portrait) {
  .event__section-title {
    position: relative;
    top: 0;
    font-size: 7.4666666667vw;
    padding: 24vw 4vw 13.3333333333vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .event__section-title {
    font-size: 5.9733333333vw;
    padding-top: 19.2vw;
    padding-bottom: 10.6666666667vw;
  }
}

.event__section-title .text {
  margin-top: 2.5925925926vh;
}

@media (orientation: portrait) {
  .event__section-title .text {
    margin-top: 5.3333333333vw;
  }
}

.event__nav {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.5555555556vh;
  display: flex;
  align-items: center;
  padding: 0 4.6296296296vh;
  transition: opacity 0.5s;
}

@media (orientation: portrait) {
  .event__nav {
    display: none;
  }
}

.event__nav.hide {
  opacity: 0;
  pointer-events: none;
}

.event__nav > div,
.event__nav > a {
  margin-right: 4.6296296296vh;
}

.event__nav > div:last-child,
.event__nav > a:last-child {
  margin-right: 0;
}

.event__nav-title {
  font-size: 1.2962962963vh;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition: opacity 0.3s, color 0.5s;
}

@media (orientation: landscape) {
  .event__nav-title:hover {
    opacity: 0.6;
  }
}

.event__nav-line {
  height: 1px;
  flex: 1;
  background: #fff;
  transition: background 0.5s;
}

.event__nav-item {
  font-size: 1.2962962963vh;
  line-height: 1.4;
  transition: all 0.5s, opacity 0.3s;
}

.event__nav-item.hidden{
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (orientation: landscape) {
  .event__nav-item:hover {
    opacity: 0.6;
  }
}

.event__nav-item.active {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.event__arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
}

@media (orientation: portrait) {
  .event__arrow {
    display: none !important;
  }
}

.event__arrow::before {
  transition: all 0.5s;
}

.event__arrow.hide {
  opacity: 0;
}

.event__arrow_left {
  left: 0.9259259259vh;
}

.event__arrow_right {
  right: 0.9259259259vh;
}

.event__arrow:hover {
  width: 9.2592592593vh;
}

.features {
  background: #bdbdbd;
}

@media (orientation: portrait) {
  .features {
    opacity: 1;
    pointer-events: auto;
    left: 100%;
    position: absolute;
    transition: transform 1s;
  }

  .features.active {
    transform: translate(-100%, 0);
  }

  .features[data-mobstep="2"] .features__content {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (orientation: landscape) {
  .features.active {
    transition: opacity 2s, transform 2s;
  }

  .features.prev {
    transform: translate(-100%, 0);
  }

  .features.prev .features__list {
    width: 80%;
  }
}

.features__mobbg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .features__mobbg {
    display: none;
  }
}

.features__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  filter: blur(18.5185185185vh);
  transform: translate3d(0, 0, 0);
}

@media (orientation: portrait) {
  .features__bg {
    display: none;
  }
}

.features__img {
  position: relative;
  overflow: hidden;
  flex: 1;
}

@media (orientation: portrait) {
  .features__img {
    display: none;
  }
}

.features__img > div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

.features__img > div.active {
  opacity: 1;
}

.features__img > div.active div {
  transform: translate(-4.5%, 0);
}

.features__img > div div,
.features__img > div video {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 105%;
  height: 100%;
  transition: transform 3s;
}

@media (orientation: portrait) {
  .features__img > div div,
  .features__img > div video {
    transform: translate(0, 0) !important;
    background-position: 67% top !important;
  }
}

.features__img > div video {
  width: 177vh;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1s, transform 3s;
}

@media (orientation: landscape) {
  .features__img > div video {
    left: auto;
    right: 0;
  }

  .features__img > div video:first-child {
    right: -3.2vh;
  }
}

@media (orientation: portrait) {
  .features__img > div video {
    width: 100%;
    object-position: right;
  }
}

.features__img > div video.active {
  opacity: 1;
}

.features__content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

@media (orientation: portrait) {
  .features__content {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
  }
}

.features__list {
  display: flex;
  justify-content: flex-end;
  padding-top: 32.2222222222vh;
  width: 50%;
}

@media (orientation: landscape) {
  .features__list {
    transition: width 2s;
  }
}

@media (orientation: portrait) {
  .features__list {
    padding-top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50.1333333333vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .features__list {
    top: 40.1066666667vw;
  }
}

.features__list-container {
  width: 47.6851851852vh;
  height: 51.9444444444vh;
  margin-right: 17.1296296296vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .features__list-container {
    margin-right: 9.7222222222vh;
  }
}

@media (orientation: portrait) {
  .features__list-container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.3333333333vw;
  }
}

.features__list-container .button {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 22.2222222222vh;
  border-color: rgba(255, 255, 255, 0.25);
  width: 11.1111111111vh;
}

@media (orientation: portrait) {
  .features__list-container .button {
    width: 26.6666666667vw;
    left: 50%;
    margin-left: 13.3333333333vw;
  }
}

.features__list-container .button_shortarrow::before {
  background-size: auto 22%;
}

@media (orientation: landscape) {
  .features__list-container .button::before {
    transition: transform 0.5s;
    will-change: transform;
  }

  .features__list-container .button:hover::before {
    transform: translate(10%, 0);
  }

  .features__list-container .button:hover.button_left::before {
    transform: scale(-1, 1) translate(10%, 0);
  }
}

.features__list-container .button_left {
  left: 0;
  border-right: none;
}

@media (orientation: portrait) {
  .features__list-container .button_left {
    left: 50%;
    margin-left: -40vw;
  }
}

.features__list-content {
  height: 100%;
}

.features__list-nav.button {
  left: 11.1111111111vh;
  border-right: none;
  justify-content: center;
  cursor: default;
}

@media (orientation: portrait) {
  .features__list-nav.button {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}

.features__list-nav.button span:nth-child(2) {
  margin: 0 0.462962963vh;
}

@media (orientation: portrait) {
  .features__list-item {
    padding-bottom: 18.6666666667vw;
  }
}

@media (orientation: portrait) {
  .features__list-title {
    text-align: center;
  }
}

.features__list-text {
  margin-top: 4.1666666667vh;
  font-size: 1.7592592593vh;
}

@media (orientation: portrait) {
  .features__list-text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .features__list-text {
    font-size: 2.9866666667vw;
  }
}

@media (orientation: portrait) {
  .features__list-text p {
    margin-bottom: 0.25em;
  }

  .features__list-text ul li {
    margin-bottom: 0.25em;
  }
}

.features__award {
  display: flex;
  align-items: center;
}

.features__award img {
  width: 5.8333333333vh;
}

@media (orientation: portrait) {
  .features__award img {
    width: 24vw;
  }
}

.features__award div {
  flex: 1;
  padding: 0 3.7037037037vh 0 2.5vh;
}

@media (orientation: portrait) {
  .features__award div {
    padding: 0 1.3333333333vw 0 4vw;
  }
}

@media (orientation: portrait) {
  .gallery {
    opacity: 1;
    pointer-events: auto;
    left: 100%;
    position: absolute;
    transition: transform 1s;
    display: flex;
    flex-direction: column;
  }

  .gallery.active {
    transform: translate(-100%, 0);
  }

  .gallery .event__section-title .text {
    text-align: left;
    padding: 0 1.3333333333vw;
  }
}

@media (orientation: landscape) {
  .gallery {
    left: 100%;
    transition: transform 2s;
    opacity: 1;
  }

  .gallery.active {
    transform: translate(-100%, 0);
  }

  .gallery.active .gallery__section-bg {
    transform: translate(0, 0);
  }

  .gallery.prev {
    transform: translate(-200%, 0);
  }

  .gallery.prev .gallery__section-bg {
    transform: translate(-20%, 0);
  }
}

.gallery__block {
  position: absolute;
  top: 29.6296296296vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150vh;
  height: 62.037037037vh;
  display: flex;
  justify-content: center;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .gallery__block {
    width: 120.3703703704vh;
  }
}

@media (orientation: portrait) {
  .gallery__block {
    position: relative;
    top: -4vw;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    flex: 1;
    display: block;
    margin-bottom: 60px;
  }

  .gallery__block .button {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 12vw;
    height: 12vw;
    min-width: unset;
    min-height: unset;
    border-width: 0.8vw;
    margin-top: -12vw;
  }

  .gallery__block .button.prev {
    left: 8vw;
  }

  .gallery__block .button.next {
    right: 8vw;
  }

  .gallery__block .slick-list,
  .gallery__block .slick-track {
    height: 100%;
  }
}

.gallery__section {
  width: 36.8055555556vh;
  margin: 0 0.462962963vh;
  font-size: 2.962962963vh;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  padding-top: 51.1111111111vh;
  position: relative;
  overflow: hidden;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .gallery__section {
    font-size: 2.5925925926vh;
  }
}

@media (orientation: portrait) {
  .gallery__section {
    width: 89.3333333333vw;
    margin: 0 0.9259259259vh 0 0;
    padding-top: 0;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
  }
}

.gallery__section[data-gallery] {
  cursor: pointer;
}

.gallery__section:last-child {
  margin-right: 0;
}

@media (orientation: portrait) {
  .gallery__section:last-child {
    margin-bottom: 0;
  }
}

.gallery__section-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  transform: translate(-20%, 0);
  transition: transform 2s;
}

@media (orientation: portrait) {
  .gallery__section-bg {
    width: 100%;
    transform: none;
    height: calc(100% - 12vw);
    background-position: center 70% !important;
  }
}

.gallery__section-title {
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
}

@media (orientation: portrait) {
  .gallery__section-title {
    color: #6c554f;
  }
}

@media (orientation: landscape) {
  .gallery__section:hover .gallery__section-bg {
    transition: transform 0.5s;
    transform: translate(0, 0) scale(1.06);
  }

  .gallery__section:hover .gallery__section-title {
    transform: translate(0, -50%);
  }
}

@media (orientation: portrait) {
  .location {
    opacity: 1;
    pointer-events: auto;
    padding: 0 5.3333333333vw;
    left: 100%;
    position: absolute;
    transition: transform 1s;
  }

  .location.active {
    transform: translate(-100%, 0);
  }
}

@media (orientation: landscape) {
  .location {
    left: 100%;
    transition: transform 2s;
    opacity: 1;
  }

  .location.active {
    transform: translate(-100%, 0);
  }

  .location.active .location__map div {
    transform: translate(0, 0);
  }

  .location.active .location__list {
    transform: translate(0, 0);
  }

  .location.prev {
    transform: translate(-200%, 0);
  }

  .location.prev .location__map div {
    transform: translate(-15%, 0);
    transition: transform 2s;
  }

  .location.prev .location__list {
    transform: translate(-25%, 0);
  }
}

.location__text {
  position: absolute;
  left: 50%;
  margin-left: 40.2777777778vh;
  top: 29.2592592593vh;
  width: 34.7222222222vh;
  color: #333333;
  font-size: 1.8518518519vh;
  text-align: justify;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .location__text {
    width: 34.7222222222vh;
    margin-left: 26.3888888889vh;
  }
}

@media (orientation: portrait) {
  .location__text {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 4vw;
    margin-top: -5.3333333333vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .location__text {
    font-size: 2.9866666667vw;
  }
}

.location__text div {
  font-size: 2.2222222222vh;
  color: #6c554f;
  margin-bottom: 3.2407407407vh;
}

@media (orientation: portrait) {
  .location__text div {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .location__text div {
    font-size: 2.9866666667vw;
  }
}

.location__map {
  position: absolute;
  left: 50%;
  margin-left: -75vh;
  top: 29.2592592593vh;
  width: 102.5vh;
  height: 62.5vh;
  overflow: hidden;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .location__map {
    width: 82.4074074074vh;
    margin-left: -61.1111111111vh;
  }
}

@media (orientation: portrait) {
  .location__map {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    margin: 8vw 0 0;
    height: -webkit-calc(var(--vh, 1vh) * 35);
    height: calc(var(--vh, 1vh) * 35);
  }
}

.location__map div {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  transform: translate(-10%, 0);
  transition: transform 1.5s 0.5s;
}

@media (orientation: portrait) {
  .location__map div {
    width: 200%;
    transform: none;
  }
}

.location__list {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: 2.1296296296vh;
  top: 57.8703703704vh;
  width: 72.7777777778vh;
  height: 23.4259259259vh;
  background: #6c554f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 4.1666666667vh 4.6296296296vh 0;
}

@media (orientation: landscape) {
  .location__list {
    transform: translate(100%, 0);
    transition: transform 2s;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .location__list {
    width: 63.5185185185vh;
  }
}

@media (orientation: portrait) {
  .location__list {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    margin: 5.3333333333vw 0 -24vw;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 2.6666666667vw 4vw;
  }
}

.location__list-item {
  max-width: 19%;
}

.location__list-item span {
  display: block;
}

.location__list-item span:nth-child(1) {
  font-size: 8.8888888889vh;
  line-height: 0.7;
  font-weight: 200;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .location__list-item span:nth-child(1) {
    font-size: 6.9444444444vh;
  }
}

@media (orientation: portrait) {
  .location__list-item span:nth-child(1) {
    font-size: 3.078817734vh;
  }
}

.location__list-item span:nth-child(2) {
  margin-top: 0.9259259259vh;
  line-height: 1;
}

@media (orientation: portrait) {
  .location__list-item span:nth-child(2) {
    margin-top: 0.4926108374vh;
    font-size: 1.1083743842vh;
  }
}

.location__list-item span:nth-child(3) {
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.25em;
  margin-top: 2.7777777778vh;
  text-transform: uppercase;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .location__list-item span:nth-child(3) {
    font-size: 1.3888888889vh;
  }
}

@media (orientation: portrait) {
  .location__list-item span:nth-child(3) {
    margin-top: 0.8620689655vh;
    font-size: 0.9852216749vh;
  }

  .location__list-item span:nth-child(3) br {
    display: none;
  }
}

@media (orientation: portrait) {
  .plans {
    opacity: 1;
    pointer-events: auto;
    left: 100%;
    position: absolute;
    transition: transform 1s;
  }

  .plans.active {
    transform: translate(-100%, 0);
  }
}

@media (orientation: landscape) {
  .plans {
    left: 100%;
    transition: transform 2s;
    opacity: 1;
  }

  .plans.active {
    transform: translate(-100%, 0);
  }

  .plans.active .plans__img,
  .plans.active .plans__desc,
  .plans.active .plans__text-slider {
    transform: translate(0, 0);
  }

  .plans.prev {
    transform: translate(-200%, 0);
  }

  .plans.prev .plans__img {
    transform: translate(-30%, 0);
  }

  .plans.prev .plans__desc {
    transform: translate(-40%, 0);
  }

  .plans.prev .plans__text-slider {
    transform: translate(-60%, 0);
  }
}

.plans__title {
  top: 12.037037037vh;
}

@media (orientation: portrait) {
  .plans__title {
    top: 0;
  }
}

.plans__nav {
  position: absolute;
  z-index: 10;
  top: 23.1481481481vh;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 6.3425925926vh;
  display: flex;
  height: 5.462962963vh;
}

@media (orientation: portrait) {
  .plans__nav {
    position: relative;
    top: -9.3333333333vw;
    left: 0;
    transform: none;
    transform: none;
    height: 12vw;
    margin: 0;
    justify-content: center;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .plans__nav {
    top: -5.3333333333vw;
  }
}

.plans__nav div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.3703703704vh solid #e0e0e0;
  font-size: 1.4814814815vh;
  letter-spacing: 0.25em;
  margin: 0 -0.1851851852vh;
  color: #333333;
  width: 8.7268518519vh;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.3s;
}

@media (orientation: portrait) {
  .plans__nav div {
    width: 18.6666666667vw;
    border-width: 1.0666666667vw;
    margin: 0 -0.5333333333vw;
    font-size: 4vw;
  }
}

@media (orientation: landscape) {
  .plans__nav div:hover {
    z-index: 1;
    border-color: #b3b3b3;
  }
}

.plans__nav div.active {
  z-index: 2;
}

.plans__nav div.active::before {
  content: "";
  position: absolute;
  top: -0.3703703704vh;
  right: -0.1851851852vh;
  bottom: -0.3703703704vh;
  left: -0.1851851852vh;
  border: 0.5555555556vh solid #6c554f;
}

.plans__content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 23.1481481481vh;
  width: 187.4074074074vh;
  height: 60.462962963vh;
  overflow: visible !important;
}

@media (orientation: portrait) {
  .plans__content {
    position: relative;
    width: 100%;
    height: auto;
    top: -10.6666666667vw;
    left: 0;
    transform: none;
    margin-top: 0vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .plans__content {
    top: -8vw;
  }
}

.plans__content .button {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 99.7685185185vh;
  width: 11.1111111111vh;
  border-color: #6c554f;
  user-select: none;
  transition: opacity 0.3s;
}

@media (orientation: portrait) {
  .plans__content .button {
    display: block;
    left: 84vw;
    bottom: auto;
    top: 56.6666666667vw;
    margin-left: 0;
    width: 12vw;
    min-width: 12vw;
    height: 12vw;
    margin-top: 14.1625615764vh;
  }
}

.plans__content .button.hide {
  opacity: 0;
  pointer-events: none;
}

.plans__content .button::before {
  filter: brightness(0.129);
}

.plans__content .button.button_left {
  left: 89.0277777778vh;
}

@media (orientation: portrait) {
  .plans__content .button.button_left {
    left: 16vw;
    margin-left: 0;
    transform: translate(-100%, 0);
  }
}

@media (orientation: landscape) {
  .plans__content .button::before {
    transition: transform 0.5s;
    will-change: transform;
  }

  .plans__content .button:hover::before {
    transform: translate(10%, 0);
  }

  .plans__content .button:hover.button_left::before {
    transform: scale(-1, 1) translate(10%, 0);
  }
}

.plans__flats {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.plans__flats > .plans__slide {
  display: none !important;
}

@media (orientation: portrait) {
  .plans__flats {
    position: relative;
    /*height: 98.6666666667vw;*/
    height: 66vh;
    height: 66dvh;
  }
  .plans__flats .slick-list,
  .plans__flats .slick-track{
    height: 100%;
  }

}

.plans__flats-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.plans__flats-slider.active {
  opacity: 1;
  pointer-events: auto;
}

.plans__slide {
  position: relative;
  width: 187.4074074074vh;
  height: 60.462962963vh;
}

@media (orientation: portrait) {
  .plans__slide {
    width: 92vw;
    height: auto;
    padding: 0 4vw;
    display: flex !important;
    flex-direction: column-reverse;
    height: 100%;
  }
}

.plans__slide[data-rooms="СТ"] .plans__desc-num {
  height: 13.3333333333vh;
  font-size: 8.7962962963vh;
  display: flex;
  align-items: flex-end;
}

@media (orientation: portrait) {
  .plans__slide[data-rooms="СТ"] .plans__desc-num {
    height: 28.8vw;
    font-size: 20vw;
  }
}

.plans__img {
  position: absolute;
  top: 0;
  left: 18.5185185185vh;
  width: 60.462962963vh;
  height: 100%;
  background-size: contain !important;
}

@media (orientation: landscape) {
  .plans__img {
    transition: transform 1.8s;
    transform: translate(40%, 0);
  }
}

@media (orientation: portrait) {
  .plans__img {
    display: flex;
    position: relative;
    top: 0;
    left: 6.6666666667vw;
    margin-top: 0;
    width: 80vw;
    height: 28.3251231527vh;
    flex-direction: column;
    flex-grow: 1;
  }
}

.plans__desc {
  position: absolute;
  top: 13.4259259259vh;
  left: 86.2962962963vh;
  width: 27.3148148148vh;
  color: #333333;
}

@media (orientation: landscape) {
  .plans__desc {
    transition: transform 2s;
    transform: translate(50%, 0);
  }
}

@media (orientation: portrait) {
  .plans__desc {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0vw;
  }
}

.plans__desc-line {
  display: flex;
  position: relative;
  /* left: 0.75vw; */
  padding: 0 2.0555555556vh;
}

@media (orientation: portrait) {
  .plans__desc-line {
    justify-content: center;
    display: none;
  }
}

.plans__desc-num {
  width: 10.7037037037vh;
  font-size: 18.5185185185vh;
  font-weight: 200;
  line-height: 0.72;
  color: #6c554f;
  position: relative;
  top: -0.7407407407vh;
  left: -0.7407407407vh;
}

@media (orientation: portrait) {
  .plans__desc-num {
    width: 32vw;
    font-size: 40vw;
    top: -1.0666666667vw;
  }
}

.plans__desc-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plans__desc-ntext {
  font-size: 1.8518518519vh;
  line-height: 1;
}

.plans__desc-info {
  line-height: 1;
}

.plans__desc-info div {
  margin-top: 0.7407407407vh;
}

.plans__desc-info span {
  font-size: 1.5em;
  font-weight: 700;
}

.plans__desc-table {
  margin-top: 6.0185185185vh;
  padding: 0 3.0555555556vh;
}

@media (orientation: portrait) {
  .plans__desc-table {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding: 0 1.3333333333vw;
  }
}

.plans__desc-table i {
  font-style: normal;
}

.plans__desc-table div {
  display: flex;
  align-items: center;
  margin-bottom: 1.0185185185vh;
}

@media (orientation: landscape) {
  .plans__desc-table div:first-child,
  .plans__desc-table div:last-child {
    display: none;
  }
}

@media (orientation: portrait) {
  .plans__desc-table div:last-child > span:nth-child(3) {
    font-weight: 700;
  }
}

.plans__desc-table div span {
  display: block;
}

.plans__desc-table div span:nth-child(1) {
  width: 8.4259259259vh;
}

@media (orientation: portrait) {
  .plans__desc-table div span:nth-child(1) {
    width: 24.2666666667vw;
  }
}

.plans__desc-table div span:nth-child(2) {
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}

.plans__desc-table div span:nth-child(3) {
  margin-left: 1.8518518519vh;
  text-align: right;
}

.sales-info {
  position: absolute;
  bottom: -7vh;
  z-index: 111;
  color: #000;
  transform: translateX(-50%);
  right: 0px;
  text-align: right;
  max-width: 88vh;
}

@media (orientation: portrait) {
  .sales-info {
    top: 65vh;
    top: 65dvh;
    bottom: initial;
    color: #000;
    font-size: 2vw;
    width: 90vw;
    transform: initial;
    left: initial;
    text-align: right;
    right: 5vw;
  }
}

.plans__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.6666666667vh;
  text-align: justify;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

@media (orientation: portrait) {
  .plans__text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 26.6666666667vw;
    align-items: center;
    font-size: 4.8vw;
    padding: 0 4vw;
  }
}

.plans__text.active {
  opacity: 1;
  pointer-events: auto;
}

@media (orientation: portrait) {
  .plans__text.active {
    position: relative;
  }
}

.plans__text-slider {
  position: absolute;
  top: 0;
  left: 134.1666666667vh;
  width: 34.7222222222vh;
  height: 100%;
}

@media (orientation: landscape) {
  .plans__text-slider {
    transition: transform 2.2s;
    transform: translate(50%, 0);
  }
}

@media (orientation: portrait) {
  .plans__text-slider {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 13.3333333333vw;
  }
}

.plans__text-img {
  width: 100%;
  height: 21.9444444444vh;
  background-size: contain !important;
  background-position: left;
}

@media (orientation: portrait) {
  .plans__text-img {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}

.plans__text-bottom {
  font-size: 2.2222222222vh;
}

@media (orientation: portrait) {
  .plans__text-bottom {
    margin-top: 13.3333333333vw;
    font-size: 6.4vw;
  }
}

@media (orientation: portrait) {
  .plans_center .plans__content {
    padding-bottom: 9.2592592593vh;
  }
}

@media (orientation: landscape) {
  .plans_center .plans__img {
    left: 35.8333333333vh;
    width: 60.462962963vh;
  }

  .plans_center .plans__desc {
    left: 118.7037037037vh;
    width: 27.3148148148vh;
  }

  .plans_center .plans__nav {
    margin-left: 38.75vh;
  }

  .plans_center .plans__content .button {
    left: 132.1759259259vh;
  }

  .plans_center .plans__content .button.button_left {
    left: 121.4351851852vh;
  }
}

@media (orientation: portrait) {
  .request {
    opacity: 1;
    pointer-events: auto;
    min-height: unset;
    padding-bottom: 5.3333333333vw;
    left: 100%;
    position: absolute;
    transition: transform 1s;
  }

  .request.active {
    transform: translate(-100%, 0);
  }
}

@media (orientation: landscape) {
  .request {
    left: 100%;
    transition: transform 2s;
    opacity: 1;
  }

  .request.active {
    transform: translate(-100%, 0);
  }
}

.request.done .request__form {
  opacity: 0;
}

.request.done .request__answer {
  opacity: 1;
}

.request.error .request__answer {
  opacity: 1;
  top: 74.0740740741vh;
  transform: translate(-50%, 0);
}

.request__form {
  position: absolute;
  top: 34.1666666667vh;
  left: 50%;
  transform: translate(-50%, 0);
  width: 73.1481481481vh;
  color: #333333;
  opacity: 1;
  transition: opacity 0.5s;
}

@media (orientation: portrait) {
  .request__form {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: -10.6666666667vw;
    padding: 0 5.3333333333vw 0;
    width: 100%;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .request__form {
    margin-top: -5.3333333333vw;
  }
}

.request__answer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73.1481481481vh;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333333;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}

@media (orientation: portrait) {
  .request__answer {
    width: 100%;
  }
}

.request__input {
  margin-top: 4.6296296296vh;
  border-bottom: 1px solid #333333;
  position: relative;
}

@media (orientation: portrait) {
  .request__input {
    margin-top: 9.3333333333vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .request__input {
    margin-top: 4vw;
  }
}

.request__input.error {
  border-color: red;
}

.request__input:first-child {
  margin-top: 0;
}

.request__input label {
  display: block;
}

@media (orientation: portrait) {
  .request__input label {
    font-size: 4.8vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .request__input label {
    font-size: 4vw;
  }
}

.request__input input[type="text"] {
  display: block;
  width: 100%;
  height: 3.2407407407vh;
  background: none;
}

@media (orientation: portrait) {
  .request__input input[type="text"] {
    font-size: 16px;
    height: 9.3333333333vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .request__input input[type="text"] {
    height: 8vw;
  }
}

.request__input .select {
  margin: 1.8518518519vh 0 1.3888888889vh;
}

@media (orientation: portrait) {
  .request__input .select {
    margin: 5.3333333333vw 0 4vw;
  }
}

.request__bottom {
  margin-top: 9.2592592593vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (orientation: portrait) {
  .request__bottom {
    margin-top: 12vw;
    flex-direction: column;
  }
}

.request__bottom .button {
  border-width: 0.5555555556vh;
  border-color: #6c554f;
  width: 18.4259259259vh;
  font-size: 1.4814814815vh;
  font-weight: 500;
  color: #333333;
  justify-content: center;
}

@media (orientation: portrait) {
  .request__bottom .button {
    border-width: 1.6vw;
    font-size: 4.2666666667vw;
    width: 89.3333333333vw;
  }
}

@media (orientation: landscape) {
  .request__bottom .button {
    transition: width 0.3s;
    border: none;
    position: relative;
  }

  .request__bottom .button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0.5555555556vh solid #6c554f;
    transition: transform 0.3s;
  }

  .request__bottom .button:hover::before {
    transform: scale(1.2, 1);
  }
}

.request__bottom .text {
  font-size: 1.2962962963vh;
  display: flex;
  align-items: center;
  position: relative;
}

@media (orientation: portrait) {
  .request__bottom .text {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}

.request__bottom .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.request__bottom .checkbox input:checked ~ div::before {
  content: "✓";
}

.request__bottom .checkbox div {
  width: 2.3148148148vh;
  height: 2.3148148148vh;
  border: 1px solid #000;
  margin-right: 1.8518518519vh;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6666666667vh;
  font-weight: 700;
  color: #000;
}

@media (orientation: portrait) {
  .request__bottom .checkbox div {
    width: 8vw;
    height: 8vw;
    margin-right: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
}

.request__bottom .checkbox.error div {
  border-color: red;
}

.request__bottom a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

@media (orientation: portrait) {
  .request__bottom a {
    text-underline-offset: 2px;
  }
}

.request__error {
  position: absolute;
  width: 100%;
  color: red;
  right: 0;
  bottom: 100%;
  font-size: 1.2962962963vh;
  margin-bottom: 1.3888888889vh;
  text-align: center;
}

@media (orientation: portrait) {
  .request__error {
    bottom: auto;
    top: 100%;
    font-size: 3.7333333333vw;
    margin-bottom: 0;
    margin-top: 4vw;
  }
}

.select {
  display: flex;
  justify-content: space-between;
}

.select .mCSB_container {
  margin: 0 !important;
}

@media (orientation: portrait) {
  .select .mCSB_container {
    width: 92vw !important;
  }
}

.select .mCSB_1_scrollbar {
  position: absolute;
  top: 0 !important;
  height: 100% !important;
  pointer-events: none !important;
}

@media (orientation: portrait) {
  .select .mCSB_1_scrollbar {
    display: none;
  }
}

.select
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  a
  + .mCSB_draggerContainer {
  opacity: 0 !important;
  pointer-events: none !important;
  top: 100% !important;
}

.select .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 1 !important;
}

.select .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  display: none !important;
}

.select .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  pointer-events: auto !important;
  opacity: 1 !important;
  width: 7.037037037vh !important;
  height: 3.8888888889vh !important;
  bottom: 0;
  background-color: #fff !important;
}

.select
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_buttonRight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url(../img/arrow-select.svg);
  transition: transform 0.3s;
  transform-origin: right;
}

.select
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_buttonRight:hover::before {
  transform: scale(1.4);
}

.select__container {
  flex: 1;
  overflow: hidden;
}

.select__arrow {
  display: none;
  width: 7.037037037vh;
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url(../img/arrow-select.svg);
}

@media (orientation: portrait) {
  .select__arrow {
    display: none;
  }
}

@media (orientation: landscape) {
  .select__arrow {
    transition: transform 0.3s;
  }

  .select__arrow:hover {
    transform: translate(10%, 0);
  }
}

.select__list {
  display: flex;
  height: 3.8888888889vh;
  width: fit-content;
  font-size: 1.2962962963vh;
  padding: 0.0925925926vh 7.4074074074vh 0.0925925926vh 0;
}

@media (orientation: portrait) {
  .select__list {
    width: 100%;
    flex-wrap: wrap;
    font-size: 3.7333333333vw;
    height: auto;
    padding: 0;
  }
}

.select__list div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.6027777778vh;
  border: 0.1851851852vh solid #e0e0e0;
  position: relative;
  z-index: 0;
  margin: 0 -0.1851851852vh 0 0;
  cursor: pointer;
  transition: border-color 0.3s;
}

@media (orientation: portrait) {
  .select__list div {
    width: 33.3%;
    border-width: 0.5333333333vw;
    margin: 0;
    height: 10.6666666667vw;
    user-select: none;
  }
}

@media (orientation: landscape) {
  .select__list div:hover {
    z-index: 1;
    border-color: #b3b3b3;
  }
}

.select__list div.active {
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.select__list div.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.2777777778vh solid #6c554f;
}

.galleryslider {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}

@media (orientation: portrait) {
  .galleryslider {
    display: flex;
    align-items: center;
    padding: 0 5.3333333333vw;
  }
}

.galleryslider.open {
  opacity: 1;
  pointer-events: auto;
}

.galleryslider .button {
  border-color: #333333;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  transition: width 0.5s;
  width: 6.3888888889vh;
}

@media (orientation: portrait) {
  .galleryslider .button {
    background: rgba(255, 255, 255, 0.7);
    top: auto;
    bottom: 0;
    width: 12vw;
    height: 12vw;
    min-width: unset;
    transform: none;
  }
}

.galleryslider .button::before {
  filter: brightness(0.129);
}

.galleryslider .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .galleryslider .button.prev {
    left: 24vw;
  }
}

.galleryslider .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .galleryslider .button.next {
    right: 24vw;
  }
}

@media (orientation: landscape) {
  .galleryslider .button:hover {
    width: 9.2592592593vh;
  }
}

.galleryslider__close {
  position: absolute;
  z-index: 10;
  top: 0.9259259259vh;
  right: 0.9259259259vh;
  width: 9.2592592593vh;
  height: 9.2592592593vh;
  transition: transform 0.3s;
  cursor: pointer;
}

@media (orientation: portrait) {
  .galleryslider__close {
    top: 0;
    right: 0;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    background: rgba(255, 255, 255, 0.7);
  }
}

.galleryslider__close:hover {
  transform: scale(1.2);
}

.galleryslider__close::before,
.galleryslider__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 0.1851851852vh;
  background: #333333;
}

@media (orientation: portrait) {
  .galleryslider__close::before,
  .galleryslider__close::after {
    width: 50%;
  }
}

.galleryslider__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.galleryslider__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.galleryslider__content {
  position: absolute;
  top: 4.5%;
  left: 0;
  width: 100%;
  height: 91%;
}

@media (orientation: landscape) {
  .galleryslider__content .slick-list,
  .galleryslider__content .slick-track {
    height: 100%;
  }
}

@media (orientation: portrait) {
  .galleryslider__content {
    position: relative;
    top: 0 !important;
    padding-top: 15.4666666667vw;
    padding-bottom: 24vw;
    height: auto;
  }

  .galleryslider__content::before {
    content: "Для просмотра полноэкранного изображения переверните телефон в горизонтальный вид.";
    font-size: 3.7333333333vw;
    line-height: 1.2;
    font-weight: 300;
    color: #6c554f;
    text-align: center;
    display: block;
    padding-bottom: 10.6666666667vw;
  }

  .galleryslider__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.8vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/rotate.svg);
  }
}

.galleryslider_plan .galleryslider__item .galleryslider__img {
  background-size: contain;
}

@media (orientation: portrait) {
  .galleryslider_plan .galleryslider__item .galleryslider__img {
    width: 100%;
    background-size: contain;
  }
}

@media (orientation: portrait) {
  .galleryslider_p {
    padding: 0;
  }
}

@media (orientation: portrait) {
  .galleryslider_p .galleryslider__panorama {
    height: 100%;
  }
}

.galleryslider_p .galleryslider__content {
  height: 100%;
  overflow: hidden;
  top: 12.037037037vh;
}

@media (orientation: portrait) {
  .galleryslider_p .galleryslider__content {
    top: 0;
    overflow: auto;
    padding: 0;
  }

  .galleryslider_p .galleryslider__content::before,
  .galleryslider_p .galleryslider__content::after {
    display: none;
  }
}

.galleryslider_p .galleryslider__content .mCSB_container {
  margin-bottom: 1.8518518519vh;
  height: 100%;
}

.galleryslider_p
  .galleryslider__content
  .mCSB_scrollTools
  .mCSB_draggerContainer {
  top: auto !important;
}

.galleryslider_p
  .galleryslider__content
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_draggerRail {
  height: 8px !important;
  background: #e0e0e0 !important;
  opacity: 0.9;
}

.galleryslider_p
  .galleryslider__content
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 8px !important;
  background: #333333 !important;
}

@media (orientation: portrait) {
  .galleryslider_p
    .galleryslider__content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal
    .mCSB_dragger
    .mCSB_dragger_bar {
    margin: 7px auto 0 !important;
    height: 8px !important;
  }
}

@media (orientation: landscape) {
  .galleryslider_p
    .galleryslider__content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 37.037037037vh !important;
    right: 37.037037037vh !important;
    bottom: 13.8888888889vh !important;
  }
}

@media (orientation: portrait) {
  .galleryslider_p
    .galleryslider__content
    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 1.8518518519vh !important;
    right: 1.8518518519vh !important;
    bottom: 5vh;
    bottom: -webkit-calc(var(--vh, 1vh) * 5);
    bottom: calc(var(--vh, 1vh) * 5);
    bottom: 5%;
    height: 16px !important;
  }
}

.galleryslider_p .galleryslider__content img {
  height: 83.3333333333vh;
  display: block;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .galleryslider_p .galleryslider__content img {
    height: 100%;
    margin: 0;
  }
}

.galleryslider__item {
  height: 100%;
}

@media (orientation: portrait) {
  .galleryslider__item {
    height: 89.3333333333vw;
  }
}

.galleryslider__img {
  width: 166.6666666667vh;
  height: 100%;
  max-width: calc(100vw - 25vh);
  margin: 0 auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (orientation: portrait) {
  .galleryslider__img {
    width: 100%;
    height: 100%;
    max-width: unset;
    margin: 0;
  }
}

.galleryslider__img img {
  display: block;
  height: 90.7407407407vh;
}

@media (orientation: portrait) {
  .galleryslider__img img {
    height: 100vh;
  }
}

.menu {
  position: fixed;
  z-index: 90;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(200px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
  padding-top: 0.462962963vh;
}

@media (orientation: portrait) {
  .menu {
    left: -100%;
    width: 100%;
    padding: 32vw 5.3333333333vw 13.3333333333vw;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 0.2s;
    backdrop-filter: none;
    background: url(../img/menumob.jpg) center no-repeat !important;
    background-size: cover !important;
  }
}

.menu.open {
  transform: translate(100%, 0);
}

.menu__container {
  display: flex;
  width: 159.6296296296vh;
  justify-content: space-between;
  white-space: nowrap;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .menu__container {
    width: 134.2592592593vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .menu__container {
    width: 92%;
    flex-wrap: wrap;
  }
}

@media (orientation: portrait) {
  .menu__container {
    width: 100%;
    display: block;
    white-space: normal;
  }
}

.menu__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 4.6296296296vh;
  height: 5.5555555556vh;
  display: flex;
  align-items: center;
}

@media (orientation: portrait) {
  .menu__bottom {
    position: relative;
    height: auto;
    display: block;
    padding: 0;
    margin-top: 13.3333333333vw;
  }
}

.menu__phone {
  display: none;
}

@media (orientation: portrait) {
  .menu__phone {
    display: none;
    font-size: 5.3333333333vw;
    text-transform: uppercase;
    letter-spacing: 0.25em;
  }
}

.menu__address {
  font-size: 1.2962962963vh;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em !important;
  margin-right: 4.6296296296vh;
  transition: color 0.5s;
}

@media (orientation: portrait) {
  .menu__address {
    font-size: 4.2666666667vw;
    margin-right: 0;
    margin-top: 8vw;
    display: none;
  }
}

.menu__line {
  height: 1px;
  flex: 1;
  background: #fff;
  margin-right: 4.6296296296vh;
  transition: background 0.5s;
}

@media (orientation: portrait) {
  .menu__line {
    margin-right: 0;
  }
}

.menu__links {
  font-size: 3.3333333333vh;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  display: flex;
  flex-direction: column;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .menu__links {
    font-size: 2.962962963vh;
  }
}

@media (orientation: portrait) {
  .menu__links,
  .menu__booklets-title {
    font-size: 6.4vw;
    display: block;
  }
}

.menu__links a {
  display: block;
  transition: opacity 0.3s, color 0.5s;
}

@media (orientation: portrait) {
  .menu__links a {
    margin-bottom: 5.3333333333vw;
  }
}

.menu__links a:last-child {
  margin-bottom: 0;
}

@media (orientation: landscape) {
  .menu__links a:hover {
    opacity: 0.5;
  }
}

.menu__firstlinks a {
  margin-bottom: calc(34.5 / 1080 * 100vh);
}

@media (orientation: portrait) {
  .menu__firstlinks a {
    margin-bottom: 5.3333333333vw;
  }
}

.menu__firstlinks a:last-child {
  margin-bottom: 0;
}

.menu__doplinks {
  font-size: 2.2222222222vh;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.menu__bookelts-links {
  font-size: 2.037037037vh;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.menu__bookelts-links a {
  display: block;
  margin-bottom: 0.9259259259vh;
}

.menu__booklets-title {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 3.3333333333vh;
  letter-spacing: 0.25em;
}

.menu__booklets {
  margin-top: 8.3vh;
}

.bookltes__expander {
  position: relative;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.bookltes__expander::before,
.bookltes__expander::after {
  content: "";
  position: absolute;
  height: 25px;
  width: 3px;
  top: 0px;
  left: 12px;
  background-color: #fff;
  transition: 0.3s;
}

.bookltes__expander::after {
  top: 0px;
  left: 12px;
  transform: rotateZ(90deg);
}

body.lighttheme .bookltes__expander::before,
body.lighttheme .bookltes__expander::after {
  background: #333333;
}

.bookltes__expander.expanded::before {
  transform: rotateZ(90deg);
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .menu__doplinks {
    font-size: 2.037037037vh;
  }
}

@media (orientation: portrait) {
  .menu__doplinks {
    font-size: 4vw;
    margin-top: 13.3333333333vw;
  }

  .menu__bookelts-links {
    font-size: 4vw;
  }

  .menu__bookelts-links a {
    margin-bottom: 4.2666666667vw;
  }

  .menu__booklets-title {
    font-size: 6.4vw;
  }
}

.menu__doplinks a {
  display: block;
  margin-bottom: 2.4074074074vh;
  transition: opacity 0.3s, color 0.5s;
}

@media (orientation: portrait) {
  .menu__doplinks a {
    margin-bottom: 4.2666666667vw;
  }
}

.menu__doplinks a:last-child {
  margin-bottom: 0;
}

@media (orientation: landscape) {
  .menu__doplinks a:hover {
    opacity: 0.5;
  }
}

.menu__office {
  font-size: 2.037037037vh;
  font-weight: 200;
  letter-spacing: 0.05em;
}

/* @media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .menu__office {
    margin-top: 7vh;
    width: 100%;
    text-align: center;
  }
} */

@media (orientation: portrait) {
  .menu__office {
    font-size: 4.8vw;
    margin-top: 13.3333333333vw;
    display: none;
  }
}

.menu__office div {
  margin-bottom: 0.9259259259vh;
}

@media (orientation: portrait) {
  .menu__office div {
    margin-bottom: 2.6666666667vw;
  }
}

.menu__office-title {
  font-size: 2.7777777778vh;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 400;
  margin-bottom: 1.8518518519vh !important;
}

@media (orientation: portrait) {
  .menu__office-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw !important;
  }
}

.menu__office a {
  transition: opacity 0.3s;
}

.menu__office a:hover {
  opacity: 0.7;
}

.menu__socials {
  display: flex;
}

@media (orientation: portrait) {
  .menu__socials {
    margin-top: 9.3333333333vw;
    justify-content: center;
  }
}

.menu__social {
  margin-right: 0.9259259259vh;
  width: 2.2222222222vh;
  height: 2.2222222222vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.5s, transform 0.3s;
}

@media (orientation: portrait) {
  .menu__social {
    margin-right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

@media (orientation: landscape) {
  .menu__social:hover {
    transform: scale(1.3);
  }
}

.menu__social.tg {
  background-image: url(../img/telegram.svg);
}

.menu__social.vk {
  background-image: url(../img/vk.svg);
}

.menu__social.yt {
  background-image: url(../img/youtube.svg);
}

.menu__social.dz {
  background-image: url(../img/dzen.svg);
}

.menu__social:last-child {
  margin-right: 0;
}

.mobnav {
  display: none;
}

@media (orientation: portrait) {
  .mobnav {
    position: absolute;
    z-index: 50;
    bottom: -webkit-calc(var(--vh, 1vh) * -1.5);
    bottom: calc(var(--vh, 1vh) * -1.5);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Aktiv Grotesk";
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0 5.3333333333vw 4vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .mobnav {
    font-size: 2.9866666667vw;
  }
}

@media (orientation: portrait) {
  .mobnav__arrow {
    flex: 1;
    max-width: 51.7333333333vw;
    height: 8vw;
    position: relative;
    overflow: hidden;
  }

  .mobnav__arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 3.2vw;
    background-image: url(../img/arrow-mob.svg);
    animation-name: arrowanim;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .mobnav__arrow:first-child {
    transform: scale(-1, 1);
    margin-right: 6.6666666667vw;
  }

  .mobnav__arrow:last-child {
    margin-left: 6.6666666667vw;
  }

  .mobnav__arrow.hidden {
    display: none;
  }

  .mobnav__item {
    display: none;
  }

  .mobnav__item.active {
    display: block;
  }

  .mobnav__item.active + .mobnav__arrow {
    display: none;
  }
}

body .house__title span {
  display: inline-flex;
}

body .house__title span.space {
  width: 5.0925925926vh;
}

@media (orientation: portrait) {
  body .house__title span.space {
    width: 100%;
  }
}

body .house__title span::before,
body .house__title span::after {
  content: "";
  display: block;
  width: 1.3888888889vh;
  will-change: width;
  transition: width 2s;
}

@media (orientation: portrait) {
  body .house__title span::before,
  body .house__title span::after {
    width: 1.3333333333vw;
  }
}

body:not(.init) .section {
  transition: none !important;
}

body.init .wrap {
  opacity: 1;
}

body.init .house__content-item.active .house__title span::before,
body.init .house__content-item.active .house__title span::after {
  width: 0;
}

body.hidearrow .arrow {
  opacity: 0;
}

body.lighttheme .top {
  color: #6c554f;
}

body.lighttheme .top.overlay::before {
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

body.lighttheme .top .menuicon div {
  background: #6c554f;
}

body.lighttheme .event__nav {
  color: #333333;
}

body.lighttheme .event__nav-line {
  background: #333333;
}

body.lighttheme .event__arrow {
  border-color: #333333;
}

body.lighttheme .event__arrow::before {
  filter: brightness(0.129);
}

@media (orientation: portrait) {
  body.lighttheme.menuopened .top {
    color: #fff;
  }

  body.lighttheme.menuopened .top .menuicon div {
    background: #fff;
  }
}

body.lighttheme .menu {
  color: #333333;
  background: rgba(255, 255, 255, 0.3);
}

@media (orientation: portrait) {
  body.lighttheme .menu {
    background: #fff;
    color: #fff;
  }
}

body.lighttheme .menu__bottom {
  color: #333333;
  text-shadow: 1px 1px 1px #fff;
}

@media (orientation: portrait) {
  body.lighttheme .menu__bottom {
    text-shadow: unset;
    color: #fff;
  }
}

body.lighttheme .menu__links a {
  text-shadow: 1px 1px 1px #fff;
}

@media (orientation: portrait) {
  body.lighttheme .menu__links a {
    text-shadow: unset;
    color: #fff;
  }
}

@media (orientation: landscape) {
  body.lighttheme .menu__line {
    background: #333333;
  }
}

@media (orientation: landscape) {
  body.lighttheme .menu__social {
    filter: brightness(0.129);
  }
}

body.lighttheme .arrow {
  filter: brightness(0.129);
}

body.lighttheme .mobnav {
  color: #333333;
}

body:not(.lighttheme) .mobnav__arrow {
  filter: brightness(0) invert(1);
}

body.mobscroll .wrap {
  height: auto;
}

@media (orientation: portrait) {
  body.menuopened .top.hidden {
    opacity: 1;
    pointer-events: auto;
  }

  body.menuopened .top::before {
    opacity: 0 !important;
  }
}

.rouble {
  font-family: "Arial";
  font-size: 1em !important;
}

@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 15%);
  }
}

.select2 {
  position: relative;
  z-index: 0;
  font-size: 1.2962962963vh;
  color: #333333;
  background: #fff;
}

@media (orientation: portrait) {
  .select2 {
    font-size: 4.2666666667vw;
  }
}

.select2 select {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}

@media (orientation: portrait) {
  .select2 select {
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: auto;
  }
}

.select2__value {
  width: 14.537037037vh;
  height: 3.7037037037vh;
  border: 0.3703703704vh solid #e0e0e0;
  padding: 0 4.3518518519vh 0 2.1296296296vh;
  background-image: url(../img/arrow-select2.svg);
  background-position: 10.1851851852vh center;
  background-size: 2.2222222222vh auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

@media (orientation: portrait) {
  .select2__value {
    width: 41.8666666667vw;
    border-width: 1.0666666667vw;
    height: 10.6666666667vw;
    background-position: 32vw center;
    background-size: 5.3333333333vw auto;
    padding: 0 8vw 0 4vw;
  }
}

.select2__list {
  position: absolute;
  z-index: 0;
  top: 3.5185185185vh;
  width: 100%;
  border: 0.3703703704vh solid #e0e0e0;
  background: #fff;
  text-transform: uppercase;
  display: none;
}

@media (orientation: portrait) {
  .select2__list {
    display: none;
  }
}

.select2__option {
  padding: 0.9259259259vh 2.1296296296vh;
  cursor: pointer;
}

.select2__option:hover {
  background: #f5f5f5;
}

.select2__option.active {
  background: #efefef;
}

.select2.open .select2__list {
  display: block;
}

@media (orientation: portrait) {
  .select2.open .select2__list {
    display: none;
  }
}

@media (orientation: landscape) {
  .select2:not(.open):hover {
    z-index: 1;
  }

  .select2:not(.open):hover .select2__value {
    border-color: #b3b3b3;
  }
}

@media (orientation: portrait) {
  .mobcontainer {
    position: absolute;
    z-index: 51;
    left: 0;
    top: 100%;
    width: 100%;
    transition: transform 1s;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobcontainer .section {
    height: auto;
    pointer-events: auto !important;
  }

  .mobcontainer.active {
    transform: translate(0, -100%);
  }
}

.important {
  z-index: 6;
  opacity: 1;
}

@media (orientation: portrait) {
  .important {
    height: auto;
    min-height: unset;
    pointer-events: auto;
    padding: 0 0 10.6666666667vw;
  }

  .important .section__title {
    padding-top: 24vw;
  }

  .important > .button {
    display: none;
  }
}

@media (orientation: landscape) {
  .important {
    top: 100%;
    transition: transform 1s;
  }

  .important > .button {
    display: none;
  }

  .important.active {
    transform: translate(0, -100%);
  }

  .important.active .important__item-bg {
    transform: translate(0, 0);
  }

  .important.prev {
    transform: translate(0, -200%);
  }

  .important.prev .important__item-bg {
    transform: translate(0, 20%);
  }
}

.important__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 132vh;
  margin: 21.9185185185vh auto 0;
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .important__list {
    width: 124.6666666667vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .important__list {
    width: 95%;
  }
}

@media (orientation: portrait) {
  .important__list {
    width: 100%;
    margin: 0;
  }
}

.important__item {
  width: 39.6545925926vh;
  height: 31.7777777778vh;
  position: relative;
  margin-bottom: 6.5185185185vh;
  cursor: pointer;
  overflow: hidden;
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .important__item {
    width: 38.8397777778vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .important__item {
    width: 30vw;
    margin-bottom: 2.3vw;
  }
}

@media (orientation: portrait) {
  .important__item {
    width: 89.3333333333vw;
    height: 61.5763546798vh;
    margin-bottom: 0;
    margin-right: 2.6666666667vw;
  }
}

.important__item_big {
  width: 62.7407407407vh;
}

/* .important__item_big {
  width: 39.6545925926vh;
} */

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .important__item_big {
    width: 59.8888888889vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .important__item_big {
    width: 46.2vw;
  }
}

@media (orientation: portrait) {
  .important__item_big {
    width: 89.3333333333vw;
  }
}

.important__item-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform: translate(0, -20%);
}

@media (orientation: portrait) {
  .important__item-bg {
    transform: translate(0, 0);
  }
}

@media (orientation: landscape) {
  .important__item:hover .important__item-bg {
    transition: transform 0.5s;
    transform: scale(1.05);
  }
}

.important__item-title {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.2592592593vh;
  display: flex;
  align-items: center;
  font-size: 1.9555555556vh;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #00000099;
}

@media (orientation: portrait) {
  .important__item-title {
    font-size: 4.8vw;
  }
}

.important__item-title span {
  flex: 1;
  padding-right: 1.2222222222vh;
}

@media (orientation: portrait) {
  .important__item-title span {
    padding-right: 4vw;
  }
}

@media (orientation: portrait) {
  .important__item-title .button {
    min-width: 12vw;
    width: 12vw;
    height: 12vw;
  }
}

@media (orientation: landscape) {
  .important__item-title .button {
    min-width: 3.6666666667vh;
    width: 3.6666666667vh;
    height: 3.6666666667vh;
    border-width: 0.2444444444vh;
  }
}

.important > .button {
  position: absolute;
  z-index: 100;
  top: 54.2592592593vh;
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .important > .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
  }
}

.important > .button::before {
  filter: brightness(0.129);
}

.important > .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .important > .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.important > .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .important > .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .important > .button:hover {
    width: 9.2592592593vh;
  }
}

.important > .button.hide {
  display: none;
}

.terms {
  z-index: 6;
  background: #f5f5f5 !important;
  color: #333333;
  opacity: 1;
}

@media (orientation: portrait) {
  .terms {
    padding-bottom: 21.3333333333vw;
  }
}

@media (orientation: landscape) {
  .terms {
    top: 100%;
    transition: transform 1s;
    overflow: hidden;
  }

  .terms::-webkit-scrollbar {
    display: none;
  }

  .terms.active {
    transform: translate(0, -100%);
  }

  .terms.prev {
    transform: translate(0, -200%);
  }
}

@media (orientation: landscape) {
  .terms__content {
    padding: 26.6666666667vh 0 16.6666666667vh;
    transition: transform 1s;
  }
}

@media (orientation: portrait) {
  .terms__content {
    transform: none !important;
  }
}

.terms__filters {
  width: 98.5185185185vh;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .terms__filters {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.terms__filter {
  display: flex;
  align-items: center;
  height: 3.5185185185vh;
  font-size: 1.4814814815vh;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 3.7037037037vh;
}

@media (orientation: portrait) {
  .terms__filter {
    flex-wrap: wrap;
    height: auto;
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
    position: relative;
    padding-right: 21.3333333333vw;
    padding-bottom: 9.3333333333vw;
    display: block;
  }
}

.terms__filter:last-child {
  margin-bottom: 0;
}

.terms__filter-name {
  flex: 1;
}

@media (orientation: portrait) {
  .terms__filter-name {
    flex: none;
    display: inline;
  }

  .terms__filter-name::after {
    content: ", ";
  }
}

.terms__filter-value {
  width: 7.4074074074vh;
  margin-left: 1.8518518519vh;
  font-size: 2em;
  letter-spacing: normal;
}

@media (orientation: portrait) {
  .terms__filter-value {
    position: absolute;
    top: 0;
    right: 0;
    width: 21.3333333333vw;
    margin-left: 0;
    font-size: 1.8em;
    text-align: right;
  }
}

.terms__filter-unit {
  width: 6.2962962963vh;
  margin-left: 1.8518518519vh;
  white-space: nowrap;
}

@media (orientation: portrait) {
  .terms__filter-unit {
    width: 26.6666666667vw;
    margin-left: 0;
    display: inline;
    white-space: normal;
  }
}

.terms__filter-range {
  width: 59.4444444444vh;
  margin-left: 1.8518518519vh;
}

@media (orientation: portrait) {
  .terms__filter-range {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 89.3333333333vw;
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}

.terms__filter-range input {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.3703703704vh;
  background: #e0e0e0;
  outline: none;
  cursor: pointer;
}

@media (orientation: portrait) {
  .terms__filter-range input {
    height: 1.0666666667vw;
  }
}

.terms__filter-range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.8518518519vh;
  height: 1.8518518519vh;
  background: #6c554f;
  cursor: pointer;
  border-radius: 0;
  border: none;
}

@media (orientation: portrait) {
  .terms__filter-range input::-webkit-slider-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.terms__filter-range input::-moz-range-thumb {
  width: 1.8518518519vh;
  height: 1.8518518519vh;
  background: #6c554f;
  cursor: pointer;
  border-radius: 0;
  border: none;
}

@media (orientation: portrait) {
  .terms__filter-range input::-moz-range-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.terms__table {
  width: 150vh;
  margin: 9.2592592593vh auto 0;
  font-size: 1.4814814815vh;
  line-height: 1.2;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .terms__table {
    width: 131.4814814815vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .terms__table {
    width: 126.8518518519vh;
  }
}

@media (orientation: portrait) {
  .terms__table {
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.terms__table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10.1851851852vh;
  border-bottom: 1px solid #bdbdbd;
}

@media (orientation: portrait) {
  .terms__table-row {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.terms__table-row.hidden {
  display: none;
}

.terms__table-row.no {
  display: none;
}

.terms__table-header {
  font-size: 1.1111111111vh;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  user-select: none;
}

@media (orientation: portrait) {
  .terms__table-header {
    font-size: 3.2vw;
    display: none;
  }
}

.terms__table-header .terms__table-row {
  height: 6.8518518519vh;
}

@media (orientation: portrait) {
  .terms__table-header .terms__table-row {
    height: 19.7333333333vw;
  }

  .terms__table-header .terms__table-row .terms__table-cell:nth-child(1) {
    padding-left: 4vw;
  }

  .terms__table-header .terms__table-row .terms__table-cell:nth-child(3) {
    text-align: center;
  }

  .terms__table-header .terms__table-row .terms__table-cell:nth-child(4) {
    text-align: center;
  }

  .terms__table-header .terms__table-row .terms__table-cell:nth-child(5) {
    text-align: center;
  }
}

.terms__table-content .terms__table-row .terms__table-cell:nth-child(1) {
  font-size: 1.1111111111vh;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media (orientation: portrait) {
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(1) {
    font-size: 3.2vw;
  }
}

.terms__table-content .terms__table-row .terms__table-cell:nth-child(1) img {
  width: auto !important;
  max-height: 3.7037037037vh;
  max-width: 5.0925925926vh;
  margin-right: 1.8518518519vh;
}

@media (orientation: landscape){
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(1) img {
    height: auto;
  }
}

@media (orientation: portrait) {
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(1) img {
    max-height: 9.3333333333vw;
    max-width: 10.6666666667vw;
    margin-right: 0;
    /* margin-top: -1.3333333333vw; */
    object-fit: contain;
    object-position: 0vw 0vw;
    height: 10vw;
  }
}

.terms__table-content .terms__table-row .terms__table-cell:nth-child(2) {
  font-size: 1.2962962963vh;
  font-weight: 300;
}

@media (orientation: portrait) {
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(2) {
    font-size: 2.6666666667vw;
  }
}

.terms__table-content .terms__table-row .terms__table-cell:nth-child(3) {
  text-align: center;
}

@media (orientation: portrait) {
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(3) {
    font-size: 2.6666666667vw;
  }
}

.terms__table-content .terms__table-row .terms__table-cell:nth-child(4) {
  text-align: center;
}

@media (orientation: portrait) {
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(4) {
    font-size: 2.6666666667vw;
  }
}

.terms__table-content .terms__table-row .terms__table-cell:nth-child(5) {
  text-align: center;
}

@media (orientation: portrait) {
  .terms__table-content .terms__table-row .terms__table-cell:nth-child(5) {
    font-size: 2.6666666667vw;
  }
}

@media (orientation: portrait) {
  .terms__table-cell {
    margin-top: 1.3333333333vw;
  }
}

.terms__table-cell:nth-child(1) {
  width: 21.7592592593vh;
}

@media (orientation: portrait) {
  .terms__table-cell:nth-child(1) {
    width: 16vw;
    position: absolute;
    margin-top: 0;
  }

  .terms__table-cell:nth-child(1) span {
    display: none;
  }
}

.terms__table-cell:nth-child(2) {
  width: 34.2592592593vh;
}

@media (orientation: portrait) {
  .terms__table-cell:nth-child(2) {
    width: 100%;
    margin-top: 0;
    padding-left: 16vw;
    margin-bottom: 4vw;
  }
}

.terms__table-cell:nth-child(3) {
  width: 12.037037037vh;
}

@media (orientation: portrait) {
  .terms__table-cell:nth-child(3) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .terms__table-cell:nth-child(3)::before {
    content: "Первоначальный взнос, %";
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-family: "Stolzl";
  }
}

.terms__table-cell:nth-child(4) {
  width: 26.8518518519vh;
}

@media (orientation: portrait) {
  .terms__table-cell:nth-child(4) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .terms__table-cell:nth-child(4)::before {
    content: "ставка, %";
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-family: "Stolzl";
  }
}

.terms__table-cell:nth-child(5) {
  width: 19.0740740741vh;
}

@media (orientation: portrait) {
  .terms__table-cell:nth-child(5) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .terms__table-cell:nth-child(5)::before {
    content: "платеж, ₽/мес.";
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-family: "Stolzl";
  }
}

.terms__table-cell.sort {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}

@media (orientation: portrait) {
  .terms__table-cell.sort {
    white-space: normal;
    display: block;
  }
}

.terms__table-cell.sort::after {
  content: "";
  display: inline-block;
  margin-left: 0.462962963vh;
  width: 2.037037037vh;
  height: 2.037037037vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow-select2.svg);
}

@media (orientation: portrait) {
  .terms__table-cell.sort::after {
    vertical-align: middle;
    margin-top: -1.3333333333vw;
    margin-left: 1.3333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.terms__table-cell.sort.asc::after {
  transform: scale(1, -1);
}

.terms__button {
  margin: 8.3333333333vh auto 0;
}

.terms__notfound {
  text-align: center;
  padding: 1.8518518519vh 0;
}

@media (orientation: portrait) {
  .terms__notfound {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

.terms__notfound.hidden {
  display: none;
}

.progress {
  z-index: 6;
  background: #fff;
}

@media (orientation: portrait) {
  .progress {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 10.6666666667vw;
    min-height: unset;
    height: auto;
  }

  .progress > .button {
    display: none;
  }
}

@media (orientation: landscape) {
  .progress {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .progress.active {
    transform: translate(0, -100%);
  }

  .progress.active .progress__bg {
    transform: translate(0, 0);
  }

  .progress.prev {
    transform: translate(0, -200%);
  }

  .progress.prev .progress__bg {
    transform: translate(0, 20%);
  }
}

.progress__container {
  position: absolute;
  top: 37.5925925926vh;
  left: 50%;
  width: 150vh;
  height: 100%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .progress__container {
    width: 122.2222222222vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .progress__container {
    width: 112.962962963vh;
  }
}

@media (orientation: portrait) {
  .progress__container {
    position: relative;
    top: 0;
    width: 100%;
    height: 133.33vw;
  }
}

.progress__container .progress__slider,
.progress__slider,
.base-gallery__slider{
  color: #333333;
  position: absolute;
  top: 0;
  left: 50%;
  width: 150.9259259259vh;
  height: 100%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.progress__container .progress__slider.active,
.progress__slider.active,
.base-gallery__slider.active{
  opacity: 1;
  pointer-events: auto;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .progress__container .progress__slider,
  .progress__slider,
  .base-gallery__slider{
    width: 123.1481481481vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .progress__container .progress__slider,
  .progress__slider,
  .base-gallery__slider{
    width: 113.8888888889vh;
  }
}

@media (orientation: portrait) {
  .progress__container .progress__slider,
  .progress__slider,
  .base-gallery__slider{
    width: 100%;
    height: 133.33vw;
  }
}

.progress__item,
.base-gallery__item{
  width: 49.3824074074vh;
  margin: 0 0.462962963vh;
  overflow: hidden;
  position: relative;
  height: 54.537037037vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 5.0925925926vh 5.5555555556vh;
}


@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .progress__item,
  .base-gallery__item{
    width: 40.1231481481vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .progress__item,
  .base-gallery__item{
    width: 37.037037037vh;
  }
}


.base-gallery__item{
  width:initial;
}

@media (orientation: portrait) {
  .progress__item,
  .base-gallery__item{
    height: 133.3333333333vw;
    width: 89.3333333333vw;
    margin-right: 2.6666666667vw;
    margin-left: 0;
    padding: 8vw;
  }
}

@media (orientation: landscape) {
  .progress__item:hover .progress__bg,
  .base-gallery__item:hover .base-gallery__bg{
    transition: transform 0.5s;
    transform: scale(1.05);
  }

  .progress__item:hover .progress__date{
    transform: translate(0, -10%);
  }
}

.progress__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  transform: translate(0, -20%);
  transition: transform 1s;
}

.progress__date {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.962962963vh;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  transition: transform 0.5s;
}

@media (orientation: portrait) {
  .progress__date {
    font-size: 7.4666666667vw;
  }
}

.progress__date span {
  display: block;
  font-size: 15.4814814815vh;
  line-height: 1.2;
  font-weight: 200;
}

@media (orientation: portrait) {
  .progress__date span {
    font-size: 37.3333333333vw;
  }
}

.progress__filters {
  position: absolute;
  top: 26.6666666667vh;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (orientation: portrait) {
  .progress__filters {
    position: relative;
    top: 0;
    margin-bottom: 8vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 4vw;
  }
}

.progress__years,
.progress__sections,
.base-gallery__section{
  position: absolute;
  top: 0;
  right: 50%;
  display: flex;
  height: 3.7037037037vh;
  margin-right: 2.1296296296vh;
}

.progress__sections {
  top: 5vh;
  border: none;
}

.progress__sections div {
  text-wrap: nowrap;
}

@media (orientation: landscape) {
  .progress__years_center,
  .base-gallery_center{
    transform: translate(50%, 0);
    margin-right: 0;
  }
}

@media (orientation: portrait) {
  .progress__years,
  .progress__sections,
  .base-gallery__section{
    position: relative;
    right: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }

  .progress__sections {
    top: 3vh;
  }
}

.progress__years div,
.progress__sections div,
.base-gallery__section div{
  position: relative;
  z-index: 0;
  width: 11.8212962963vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.3703703704vh solid #e0e0e0;
  font-size: 1.2962962963vh;
  margin-left: -0.3703703704vh;
  color: #333333;
  cursor: pointer;
}

.progress__sections div {
  display: none;
}

.progress__sections div.actual {
  display: flex;
}

@media (orientation: portrait) {
  .progress__years div,
  .progress__sections div,
  .base-gallery__section div{
    width: 34.0453333333vw;
    border-width: 1.0666666667vw;
    font-size: 4.2666666667vw;
    margin-left: -1.0666666667vw;
    height: 10.6666666667vw;
  }
}

.progress__years div:hover,
.progress__sections div:hover,
.base-gallery__section div:hover{
  z-index: 1;
  border-color: #b3b3b3;
}

.progress__years div.active,
.progress__sections div.active,
.base-gallery__section div.active{
  border-color: #6c554f;
  z-index: 1;
  font-weight: 700;
}

.progress__selects {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  margin-left: 0;
}

@media (orientation: portrait) {
  .progress__selects {
    position: relative;
    left: 0;
  }
}

.progress__selects .select2 {
  margin-right: -0.3703703704vh;
}

.progress .button {
  position: absolute;
  z-index: 100;
  top: 54.2592592593vh;
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .progress .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
  }
}

.progress .button::before {
  filter: brightness(0.129);
}

.progress .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .progress .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.progress .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .progress .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .progress .button:hover {
    width: 9.2592592593vh;
  }
}

.progress .button.hide {
  display: none;
}

.developer {
  z-index: 6;
}

@media (orientation: portrait) {
  .developer {
    opacity: 1;
    pointer-events: auto;
    min-height: unset;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .developer .event__section-title{
    white-space: nowrap;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .developer {
    min-height: 100vh;
    height: auto !important;
  }
}

@media (orientation: landscape) {
  .developer {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .developer.active {
    transform: translate(0, -100%);
  }

  .developer.active .developer__bg,
  .developer.active .developer__text,
  .developer.active .developer__container {
    transform: translate(0, 0);
  }

  .developer.prev {
    transform: translate(0, -200%);
  }

  .developer.prev .developer__bg {
    transform: translate(0, 20%);
  }
}

.developer__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:gray;
  transform: translate(0, -20%);
  transition: transform 1s;
}

@media (orientation: portrait) {
  .developer__bg {
    transform: none;
  }
}

.developer__bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

@media (orientation: portrait) {
  .developer__bg::before {
    opacity: 0.5;
  }
}

/* .developer .event__section-title {
  z-index: 1;
  top: 11.7592592593vh;
}

@media (orientation: portrait) {
  .developer .event__section-title {
    top: 0;
    font-size: 6.9333333333vw;
    padding-top: 0;
  }
} */
.developer__text {
  position: absolute;
  z-index: 1;
  top: 36.5740740741vh;
  left: 13.8888888889vh;
  width: 46.8518518519vh;
  font-size: 2.2222222222vh;
  transform: translate(0, 100%);
  transition: transform 1s 0.1s;
}

@media (orientation: portrait) {
  .developer__text {
    position: relative;
    width: 100%;
    font-size: 4.8vw;
    top: 0;
    left: 0;
    padding: 0 4vw;
    transform: none;
  }
}

.developer__container {
  position: absolute;
  z-index: 1;
  bottom: 15.5555555556vh;
  left: 13.8888888889vh;
  width: 47.6851851852vh;
  transform: translate(0, 100%);
  transition: transform 1s 0.2s;
}

@media (orientation: portrait) {
  .developer__container {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    margin-top: 13.3333333333vw;
  }
}

.developer__container .button {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 22.2222222222vh;
  border-color: rgba(255, 255, 255, 0.6);
  width: 11.1111111111vh;
}

@media (orientation: portrait) {
  .developer__container .button {
    width: 26.6666666667vw;
    left: 50%;
    margin-left: 13.3333333333vw;
  }
}

.developer__container .button_shortarrow::before {
  background-size: auto 22%;
}

@media (orientation: landscape) {
  .developer__container .button::before {
    transition: transform 0.5s;
    will-change: transform;
  }

  .developer__container .button:hover::before {
    transform: translate(10%, 0);
  }

  .developer__container .button:hover.button_left::before {
    transform: scale(-1, 1) translate(10%, 0);
  }
}

.developer__container .button_left {
  left: 0;
  border-right: none;
}

@media (orientation: portrait) {
  .developer__container .button_left {
    left: 50%;
    margin-left: -40vw;
  }
}

.developer__list-nav.button {
  left: 11.1111111111vh;
  border-right: none;
  justify-content: center;
  cursor: default;
}

@media (orientation: portrait) {
  .developer__list-nav.button {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}

.developer__list-nav.button span:nth-child(2) {
  margin: 0 0.462962963vh;
}

.developer__list-item {
  padding-bottom: 10.6481481481vh;
}

@media (orientation: portrait) {
  .developer__list-item {
    padding-bottom: 0;
  }
}

@media (orientation: portrait) {
  .developer__list-title {
    text-align: center;
    padding: 0 4vw;
  }
}

.developer__list-text {
  margin-top: 4.1666666667vh;
}

@media (orientation: portrait) {
  .developer__list-text {
    margin-top: 10.6666666667vw;
    padding: 0 4vw;
  }
}

.awards {
  z-index: 6;
  background: #fff;
  color: #333333;
}
.awards .slick-list {
  width: 140.5555555556vh;
}
@media (orientation: portrait) {
  .awards {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    min-height: unset;
    padding-bottom: 10.6666666667vw;
  }
}

@media (orientation: landscape) {
  .awards {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .awards.active {
    transform: translate(0, -100%);
  }

  .awards.active .awards__content,
  .awards.active .awards__list-item {
    transform: translate(0, 0);
  }

  .awards.prev {
    transform: translate(0, -200%);
  }
}

.awards .button {
  position: absolute;
  z-index: 100;
  top: 19.2592592593vh;
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .awards .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
  }
}

.awards .button::before {
  filter: brightness(0.129);
}

.awards .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .awards .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.awards .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .awards .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .awards .button:hover {
    width: 9.2592592593vh;
  }
}

.awards .button.hide {
  display: none;
}

.awards__content {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: 40.2777777778vh;
  top: 28.7037037037vh;
  width: 34.7222222222vh;
  transition: transform 1s;
  transform: translate(0, -150%);
}

@media (orientation: portrait) {
  .awards__content {
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    top: 0;
    width: 100%;
    padding: 0 4vw;
  }
}

.awards__title {
  color: #6c554f;
  font-size: 2.2222222222vh;
}

@media (orientation: portrait) {
  .awards__title {
    font-size: 6.4vw;
  }
}

.awards__text {
  margin-top: 2.7777777778vh;
}

@media (orientation: portrait) {
  .awards__text {
    margin-top: 5.3333333333vw;
  }
}

.awards__list {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 36.1481481481vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .awards__list {
    width: 100%;
  }
  .awards .slick-list {
    width: calc(100% - 80px);
}
  }
@media (orientation: portrait) {
  .awards__list {
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    top: 0;
    width: 100%;
    display: block;
    padding: 0 0 26.6666666667vw;
  }
  .awards .slick-list {
    width: 100%;
}
}
.awards__list-item {
  padding: 0 2vw;
  transition: transform 1s;
  transform: translate(0, 100%);
  position: relative;
  text-align: center;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .awards__list-item {
    width: 25.9259259259vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .awards__list-item {
  }
}
@media (orientation: portrait) {
  .awards__list-item {
    transform: none;
  }
  .awards__list-item.empty {
    display: none;
  }
}

.awards__list-item:nth-child(1) {
  transition-delay: 0.2s;
}

.awards__list-item:nth-child(2) {
  transition-delay: 0.3s;
}

.awards__list-item:nth-child(3) {
  transition-delay: 0.4s;
}

.awards__list-item:nth-child(4) {
  transition-delay: 0.5s;
}

.awards__list-item:nth-child(5) {
  transition-delay: 0.3s;
  width: 42.1296296296vh;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .awards__list-item:nth-child(5) {
    width: 40.2777777778vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .awards__list-item:nth-child(5) {
    width: 37.037037037vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .awards__list-item:nth-child(5) {
    width: 31%;
  }
}

.awards__list-item:nth-child(6) {
  transition-delay: 0.4s;
  width: 42.1296296296vh;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .awards__list-item:nth-child(6) {
    width: 40.2777777778vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .awards__list-item:nth-child(6) {
    width: 37.037037037vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .awards__list-item:nth-child(6) {
    width: 31%;
  }
}

.awards__list-item:nth-child(7) {
  transition-delay: 0.5s;
  width: 42.1296296296vh;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .awards__list-item:nth-child(7) {
    width: 40.2777777778vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .awards__list-item:nth-child(7) {
    width: 37.037037037vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .awards__list-item:nth-child(7) {
    width: 31%;
  }
}

.awards__list-item:nth-child(8) {
  transition-delay: 0.6s;
}

.awards__list-img {
  margin: 0 auto 6px;
  width: 21.2962962963vh;
  height: 18.5185185185vh;
  background-size: 100% auto;
  background-size: contain !important;
}
.awards__list-item .text {
  max-width: 370px;
  margin: auto;
}
@media (max-width: 1100px) {
  .awards__list-item .text {
    /* max-width: 38vw; */
	max-width: calc(100vw - 32px);
  margin-bottom: 2vh;
  }

  .awards__list-img{
	  margin-bottom: 2vh;
  }
}
/* @media (orientation: portrait) { */
@media (max-width:787px) {
  .awards__list-img {
    width: 61.3333333333vw;
    height: 48vw;
    background-size: 100% auto;
  }
  /* .awards__list-item .text {
    max-width: initial;
} */
}

.news {
  z-index: 6;
  background: #f5f5f5 !important;
}

@media (orientation: portrait) {
  .news {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 10.6666666667vw;
    min-height: unset;
    height: auto;
  }

  .news > .button {
    display: none;
  }
}

@media (orientation: landscape) {
  .news {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .news.active {
    transform: translate(0, -100%);
  }

  .news.active .news__img div {
    transform: translate(0, 0);
  }

  .news.prev {
    transform: translate(0, -200%);
  }

  .news.prev .news__img div {
    transform: translate(0, 30%);
  }
}

.news__container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 149.9074074074vh;
  height: 100%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .news__container {
    width: 122.2222222222vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .news__container {
    width: 112.962962963vh;
    max-width: 92%;
  }
}

@media (orientation: portrait) {
  .news__container {
    position: relative;
    left: 0;
    width: 100%;
    transform: none;
    height: auto;
  }
}

.news__slider {
  color: #333333;
  position: absolute;
  top: 0;
  left: 50%;
  width: 157.3148148148vh;
  height: 100%;
  transform: translate(-50%, 0);
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .news__slider {
    width: 129.537037037vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .news__slider {
    width: 120.2777777778vh;
    max-width: 100%;
  }
}

@media (orientation: portrait) {
  .news__slider {
    position: relative;
    left: 0;
    width: 100%;
    transform: none;
    height: auto;
  }
}

.news__item {
  width: 45.0305555556vh;
  padding-top: 28.3333333333vh;
  margin: 0 3.7037037037vh;
  display: block;
  cursor: pointer;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .news__item {
    width: 35.7712962963vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .news__item {
    width: 32.7157407407vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .news__item {
    width: 28vw;
    margin: 0 1.5vw;
  }
}

@media (orientation: portrait) {
  .news__item {
    margin: 0 auto;
    padding-top: 0;
    width: 89.3333333333vw;
    margin-right: 2.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}

@media (orientation: landscape) {
  .news__item:hover .news__img div {
    transition: transform 0.5s;
    transform: scale(1.05);
  }

  .news__item:hover .news__title {
    opacity: 0.7;
  }
}

.news__img {
  height: 35.8333333333vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 3.2407407407vh;
}

@media (orientation: portrait) {
  .news__img {
    height: 93.3333333333vw;
  }
}

.news__img div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -30%);
  transition: transform 1s;
  will-change: transform;
}

@media (orientation: portrait) {
  .news__img div {
    transform: none;
    height: 100%;
  }
}

.news__date {
  color: #c5c5c5;
  font-size: 0.9375em;
}

.news__title {
  color: #6c554f;
  font-size: 1.5em;
  margin-bottom: 2.037037037vh;
  transition: opacity 0.3s;
}

@media (orientation: portrait) {
  .news__title {
    margin-bottom: 4vw;
  }

  .news__title br {
    display: none;
  }
}

.news .button {
  position: absolute;
  z-index: 100;
  top: 54.2592592593vh;
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .news .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
  }
}

.news .button::before {
  filter: brightness(0.129);
}

.news .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .news .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.news .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .news .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .news .button:hover {
    width: 9.2592592593vh;
  }
}

.news .button.hide {
  display: none;
}

.contacts {
  z-index: 6;
  background: #fff;
}

@media (orientation: portrait) {
  .contacts {
    opacity: 1;
    pointer-events: auto;
    min-height: unset;
    height: auto;
    padding-bottom: 6.6666666667vw;
  }
}

@media (orientation: landscape) {
  .contacts {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .contacts.active {
    transform: translate(0, -100%);
  }

  .contacts.prev {
    transform: translate(0, -161.6666666667vh);
  }
}

.contacts__map {
  position: absolute;
  left: 50%;
  top: 29.2592592593vh;
  margin-left: -75vh;
  width: 102.5vh;
  height: 56.1111111111vh;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .contacts__map {
    width: 91.6666666667vh;
    margin-left: -65.7407407407vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .contacts__map {
    width: 87.962962963vh;
    margin-left: -62.037037037vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .contacts__map {
    width: 70%;
    margin: 0;
    left: 0;
  }
}

@media (orientation: portrait) {
  .contacts__map {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-top: 12vw;
  }
}

.contacts__map-buttons {
  position: absolute;
  z-index: 1;
  top: 3.5185185185vh;
  left: 3.5185185185vh;
}

.contacts__map-buttons .simplebutton {
  margin-bottom: 1.0185185185vh;
}

@media (orientation: portrait) {
  .contacts__map-buttons {
    position: relative;
    left: 0;
    top: 0;
    margin: 8vw 0;
  }

  .contacts__map-buttons .simplebutton {
    margin: 0 auto 4vw;
  }
}

.contacts__map-container {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (orientation: portrait) {
  .contacts__map-container {
    position: relative;
    height: 133.3333333333vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.contacts__map-container div {
  width: 100%;
  height: 100%;
}

@media (orientation: portrait) {
  .contacts__map-container div {
    width: 200%;
  }
}

.contacts__col {
  position: absolute;
  left: 50%;
  top: 29.2592592593vh;
  margin-left: 40.2777777778vh;
  width: 34.7222222222vh;
  height: 56.1111111111vh;
  color: #333333;
  display: flex;
  flex-direction: column;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .contacts__col {
    width: 34.7222222222vh;
    margin-left: 31.0185185185vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .contacts__col {
    width: 25%;
    margin-left: 23%;
  }
}

@media (orientation: portrait) {
  .contacts__col {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

.contacts__info {
  margin-bottom: 3.2407407407vh;
}

@media (orientation: portrait) {
  .contacts__info {
    margin-bottom: 9.3333333333vw;
  }
}

.contacts__info:first-child {
  margin-top: -0.6481481481vh;
}

@media (orientation: portrait) {
  .contacts__info:first-child {
    margin-top: 0;
  }
}

.contacts__info-title {
  font-size: 1.5em;
  margin-bottom: 0.9259259259vh;
  color: #6c554f;
}

@media (orientation: portrait) {
  .contacts__info-title {
    margin-bottom: 2.6666666667vw;
  }
}

@media (orientation: portrait) {
  .contacts__info .phone {
    font-size: 1.4em;
  }
}

.contacts__socials {
  display: flex;
  margin-top: 1.1111111111vh;
}

@media (orientation: portrait) {
  .contacts__socials {
    margin-top: 1.3333333333vw;
    justify-content: center;
  }
}

.contacts__socials a {
  width: 4.6296296296vh;
  height: 4.6296296296vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99% auto;
  margin-right: 1.4814814815vh;
  transition: transform 0.3s;
  will-change: transform;
}

@media (orientation: portrait) {
  .contacts__socials a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin: 0 4.2666666667vw;
  }
}

.contacts__socials a.vk {
  background-image: url(../img/vk2.svg);
}

.contacts__socials a.tg {
  background-image: url(../img/telegram2.svg);
}

.contacts__socials a.yt {
  background-image: url(../img/youtube2.svg);
}

.contacts__socials a.dz {
  background-image: url(../img/dzen2.svg);
}

.contacts__socials a:hover {
  transform: scale(1.1);
}

.contacts__button {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

@media (orientation: portrait) {
  .contacts__button {
    justify-content: center;
    margin-top: 12vw;
  }
}

.footer {
  z-index: 6;
  background: #6c554f !important;
  color: #fff;
}

@media (orientation: portrait) {
  .footer {
    opacity: 1;
    pointer-events: auto;
    padding: 8vw 4vw;
  }
}

@media (orientation: landscape) {
  .footer {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
    height: 61.6666666667vh;
    padding: 9.2592592593vh 0 10.1851851852vh;
  }

  .footer.active {
    transform: translate(0, -61.6666666667vh);
  }
}

.footer__container {
  position: relative;
  left: 50%;
  width: 150vh;
  height: 100%;
  transform: translate(-50%, 0);
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .footer__container {
    width: 131.4814814815vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 7/5) {
  .footer__container {
    width: 122.2222222222vh;
  }
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .footer__container {
    width: 95%;
  }
}

@media (orientation: portrait) {
  .footer__container {
    position: relative;
    left: 0;
    width: 100%;
    transform: none;
  }
}

.footer__logo {
  position: absolute;
  left: 0;
  top: 0;
}

@media (orientation: portrait) {
  .footer__logo {
    position: relative;
  }
}

.footer__logo svg {
  width: 23.8888888889vh;
  height: 4.3518518519vh;
}

@media (orientation: portrait) {
  .footer__logo svg {
    width: 41.28vw;
    height: 7.52vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.footer__menu {
  position: absolute;
  top: 0;
  left: 42.1296296296vh;
  height: 18.5185185185vh;
  column-count: 2;
  column-gap: 12.962962963vh;
  font-size: 1.5em;
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .footer__menu {
    left: 50%;
    margin-left: -19vh;
    column-gap: 7vh;
  }
}

@media (orientation: portrait) {
  .footer__menu {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
    column-count: 1;
    margin-top: 9.3333333333vw;
    text-align: center;
  }
}

.footer__menu a {
  display: block;
  margin-bottom: 2.5925925926vh;
  transition: opacity 0.3s;
}

@media (orientation: portrait) {
  .footer__menu a {
    margin-bottom: 4vw;
  }
}

.footer__menu a:hover {
  opacity: 0.7;
}

.footer__warning {
  position: absolute;
  left: 0;
  bottom: 6.2037037037vh;
  width: 79.9074074074vh;
}

@media (orientation: landscape) and (max-aspect-ratio: 13/10) {
  .footer__warning {
    width: 70%;
  }
}

@media (orientation: portrait) {
  .footer__warning {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 12vw;
    text-align: center;
  }
}

.footer__links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (orientation: portrait) {
  .footer__links {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12vw;
  }
}

.footer__links div a {
  display: block;
  margin-bottom: 0.1851851852vh;
}

@media (orientation: portrait) {
  .footer__links div a {
    margin-bottom: 4vw;
    text-align: center;
  }
}

.footer__links div a:last-child {
  margin-bottom: 0;
}

@media (orientation: portrait) {
  .footer__links div a:last-child {
    margin-bottom: 4vw;
  }
}

.footer__links a {
  transition: opacity 0.3s;
}

@media (orientation: portrait) {
  .footer__links a {
    margin-bottom: 4vw;
  }
}

.footer__links a:hover {
  opacity: 0.7;
}

.footer__info {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

@media (orientation: portrait) {
  .footer__info {
    position: relative;
    text-align: center;
    margin-top: 9.3333333333vw;
  }
}

.footer__info-title {
  font-size: 1.5em;
  margin-bottom: 1.0185185185vh;
}

@media (orientation: portrait) {
  .footer__info-title {
    margin-bottom: 2.9333333333vw;
  }
}

.footer__info-block {
  margin-bottom: 3.0555555556vh;
}

@media (orientation: portrait) {
  .footer__info-block {
    margin-bottom: 8.8vw;
  }
}

.footer__info a {
  transition: opacity 0.3s;
}

.footer__info a:hover {
  opacity: 0.7;
}

@media (orientation: portrait) {
  .footer__info .phone {
    font-size: 1.4em;
  }
}

.footer__socials {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.5185185185vh;
}

@media (orientation: portrait) {
  .footer__socials {
    margin-top: 12vw;
    justify-content: center;
  }
}

.footer__socials a {
  width: 4.6296296296vh;
  height: 4.6296296296vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99% auto;
  margin-left: 1.4814814815vh;
  transition: transform 0.3s;
  will-change: transform;
  filter: brightness(0) invert(1);
}

@media (orientation: portrait) {
  .footer__socials a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin: 0 4.2666666667vw;
  }
}

.footer__socials a.vk {
  background-image: url(../img/vk2.svg);
}

.footer__socials a.tg {
  background-image: url(../img/telegram2.svg);
}

.footer__socials a.yt {
  background-image: url(../img/youtube2.svg);
}

.footer__socials a.dz {
  background-image: url(../img/dzen2.svg);
}

.footer__socials a:hover {
  opacity: 1;
  transform: scale(1.1);
}

.newspopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #f5f5f5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
  display: none;
}

@media (orientation: portrait) {
  .newspopup {
    background: #fff;
  }
}

.newspopup.display {
  display: block;
}

.newspopup.open {
  opacity: 1;
  pointer-events: auto;
}

.newspopup textarea {
  display: none;
}

.newspopup__close {
  position: absolute;
  z-index: 10;
  top: 0.9259259259vh;
  right: 0.9259259259vh;
  width: 9.2592592593vh;
  height: 9.2592592593vh;
  transition: transform 0.3s;
  cursor: pointer;
}

@media (orientation: portrait) {
  .newspopup__close {
    top: 0;
    right: 0;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    background: rgba(255, 255, 255, 0.7);
  }
}

.newspopup__close:hover {
  transform: scale(1.2);
}

.newspopup__close::before,
.newspopup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 0.1851851852vh;
  background: #333333;
}

@media (orientation: portrait) {
  .newspopup__close::before,
  .newspopup__close::after {
    width: 50%;
  }
}

.newspopup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.newspopup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.newspopup__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150vh;
  height: 81.4814814815vh;
  background: #fff;
}

@media (orientation: portrait) {
  .newspopup__list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}

.newspopup__item {
  width: 150vh;
  height: 81.4814814815vh;
  display: flex;
}

@media (orientation: portrait) {
  .newspopup__item {
    width: 100%;
    height: 100vh;
    display: block;
  }
}

.newspopup__img {
  width: 50%;
}

@media (orientation: portrait) {
  .newspopup__img {
    display: none;
  }
}

.newspopup__content {
  flex: 1;
  padding: 7.4074074074vh;
  color: #333333;
}

@media (orientation: portrait) {
  .newspopup__content {
    padding: 0;
    height: 100%;
  }
}

.newspopup__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 3.7037037037vh;
}

@media (orientation: portrait) {
  .newspopup__content img {
    margin-bottom: 8vw;
  }
}

.newspopup__content p {
  margin: 0 0 3.7037037037vh;
}

@media (orientation: portrait) {
  .newspopup__content p {
    margin-bottom: 8vw;
  }
}

.newspopup__content a {
  text-decoration: underline;
}

.newspopup__title {
  color: #6c554f;
  text-transform: uppercase;
  font-size: 3.3333333333vh;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 3.7037037037vh;
}

@media (orientation: portrait) {
  .newspopup__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.newspopup__scroll {
  height: 100%;
}

@media (orientation: portrait) {
  .newspopup__scroll {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8vw 4vw 24vw;
  }
}

.newspopup__scroll .mCSB_container {
  margin-right: 3.7037037037vh;
}

.newspopup__scroll .mCSB_scrollTools .mCSB_draggerRail {
  background: #f5f5f5;
}

.newspopup__scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #6c554f;
}

.newspopup .button {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .newspopup .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
    display: none;
  }
}

.newspopup .button::before {
  filter: brightness(0.129);
}

.newspopup .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .newspopup .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.newspopup .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .newspopup .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .newspopup .button:hover {
    width: 9.2592592593vh;
  }
}

.newspopup .button.hide {
  display: none;
}

.imppopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
  display: none;
}

.imppopup.display {
  display: block;
}

.imppopup.open {
  opacity: 1;
  pointer-events: auto;
}

.imppopup__close {
  position: absolute;
  z-index: 10;
  top: 0.9259259259vh;
  right: 0.9259259259vh;
  width: 9.2592592593vh;
  height: 9.2592592593vh;
  transition: transform 0.3s;
  cursor: pointer;
}

@media (orientation: portrait) {
  .imppopup__close {
    top: 0;
    right: 0;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    background: rgba(255, 255, 255, 0.7);
  }
}

.imppopup__close:hover {
  transform: scale(1.2);
}

.imppopup__close::before,
.imppopup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 0.1851851852vh;
  background: #333333;
}

.imppopup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.imppopup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.imppopup__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150vh;
  height: 81.4814814815vh;
  background: #f5f5f5;
}

@media (orientation: landscape) {
  .imppopup__list {
    overflow: hidden;
  }

  .imppopup__list .slick-list {
    position: relative;
    left: 1px;
  }
}

@media (orientation: portrait) {
  .imppopup__list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}

.imppopup__item {
  width: 150vh;
  height: 81.4814814815vh;
  display: flex;
}

@media (orientation: portrait) {
  .imppopup__item {
    width: 100%;
    height: 100vh;
    display: block;
  }
}

.imppopup__img {
  width: 50%;
}

@media (orientation: portrait) {
  .imppopup__img {
    display: none;
  }
}

.imppopup__content {
  flex: 1;
  padding: 7.4074074074vh;
  color: #333333;
  display: flex;
  align-items: center;
  /*  font-size: 2.2222222222vh;*/
  font-size: 2vh;
  line-height: 1.4;
}

@media (orientation: portrait) {
  .imppopup__content {
    padding: 8vw 4vw 24vw;
    height: 100%;
    display: block;
    font-size: 5.3333333333vw;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .imppopup__content .imppopup__title {
    width: 77.3333333333vw;
  }

  .imppopup__content .imppopup__img {
    display: block;
    width: 92vw;
    height: 89.3333333333vw;
    margin-bottom: 8vw;
  }
}

.imppopup__content ul li {
  margin-bottom: 0;
}

.imppopup__content ul ol {
  font-size: 1.4814814815vh;
  margin-top: 0.9259259259vh;
  margin-bottom: 1.8518518519vh;
  margin-left: 0;
  padding-left: 1em;
}

@media (orientation: portrait) {
  .imppopup__content ul ol {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.imppopup__content ul ol li {
  margin-bottom: 0.9259259259vh;
}

@media (orientation: portrait) {
  .imppopup__content ul ol li {
    margin-bottom: 2.6666666667vw;
  }
}

.imppopup__content ol li {
  margin-bottom: 0;
}

.imppopup__content ol ul {
  font-size: 1.4814814815vh;
  margin-top: 0.9259259259vh;
  margin-bottom: 1.8518518519vh;
  margin-left: 0;
  padding-left: 1em;
}

@media (orientation: portrait) {
  .imppopup__content ol ul {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.imppopup__content ol ul li {
  margin-bottom: 0.9259259259vh;
}

@media (orientation: portrait) {
  .imppopup__content ol ul li {
    margin-bottom: 2.6666666667vw;
  }
}

.imppopup__content p {
  margin: 0 0 3.7037037037vh;
}

@media (orientation: portrait) {
  .imppopup__content p {
    margin-bottom: 8vw;
  }
}

.imppopup__title {
  color: #6c554f;
  text-transform: uppercase;
  font-size: 3.3333333333vh;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 3.7037037037vh;
}

@media (orientation: portrait) {
  .imppopup__title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}

.imppopup .button {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translate(0, -50%);
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .imppopup .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
    display: none;
  }
}

.imppopup .button::before {
  filter: brightness(0.129);
}

.imppopup .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .imppopup .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.imppopup .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .imppopup .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .imppopup .button:hover {
    width: 9.2592592593vh;
  }
}

.imppopup .button.hide {
  display: none;
}

.formpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #f5f5f5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (orientation: portrait) {
  .formpopup {
    display: block;
    background: #fff;
  }
}

.formpopup.open {
  opacity: 1;
  pointer-events: auto;
}

.formpopup.open .formpopup__content {
  pointer-events: auto;
}

.formpopup__close {
  position: absolute;
  z-index: 10;
  top: 0.9259259259vh;
  right: 0.9259259259vh;
  width: 9.2592592593vh;
  height: 9.2592592593vh;
  transition: transform 0.3s;
  cursor: pointer;
}

.formpopup__close:hover {
  transform: scale(1.2);
}

.formpopup__close::before,
.formpopup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 0.1851851852vh;
  background: #333333;
}

.formpopup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.formpopup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.formpopup .event__section-title {
  color: #6c554f;
  position: relative;
  top: 0;
  margin-bottom: 3.7037037037vh;
}

@media (orientation: portrait) {
  .formpopup .event__section-title {
    margin-bottom: 10.6666666667vw;
  }
}

.formpopup .request__form {
  position: relative;
  top: 0;
}

.formpopup__content {
  padding: 7.4074074074vh 0;
  position: relative;
  z-index: 0;
  left: 0;
  transform: none;
  pointer-events: none;
}

@media (orientation: portrait) {
  .formpopup__content {
    padding: 0 0 10.6666666667vw;
  }
}

.formpopup__content.request.error .request__answer {
  top: 100%;
}

@keyframes arrowanim {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(100%, 0);
  }
}

.plans__promotion {
  position: absolute;
  display: flex;
  z-index: 1;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  border: 0.3703703704vh solid #6c554f;
  margin: 0 -0.1851851852vh;
  color: #333;
  width: 8.7268518519vh;
  height: 5.462962963vh;
  min-width: 55px;
  user-select: none;
  transition: border-color 0.3s;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

@media (orientation: portrait) {
  .plans__promotion {
    bottom: 20vh;
    right: -24px;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .plans__promotion {
    bottom: 10vh;
  }
}

.main__countdown {
  position: absolute;
  right: 4.6296296296vh;
  top: 10.8148148148vh;
  z-index: 16;
}

.countdown {
  color: #fff;
  width: 160px;
}

.countdown__top {
  background-color: var(--bronze-color);
  border-radius: 72px;
}

.countdown__top-info {
  display: flex;
  padding: 4px 0px 0px;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.countdown__middle {
  display: flex;
  justify-content: center;
  min-height: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: 0px;
}

.countdown__bottom {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-size: 0.68rem;
}

.countdown__dpoint {
  padding-left: 6px;
  padding-right: 6px;
}

.countdown__middle.animated .countdown__dpoint {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@media (orientation: portrait) {
  .main__countdown {
    right: calc(50% - 75px);
    top: 20vw;
  }
}

.infrastructure {
  z-index: 6;
  background: #fff;
}

@media (orientation: portrait) {
  .infrastructure {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 10.6666666667vw;
    min-height: unset;
    height: auto;
    left: 100%;
    position: absolute;
    bottom:0px;
    transition: transform 1s;
  }

  .infrastructure.active {
    transform: translate(-100%, 0);
  }

  /*.features[data-mobstep="2"] .features__content {*/
  /*  opacity: 1;*/
  /*  pointer-events: auto;*/
  /*}*/


}

@media (orientation: landscape) {
  .infrastructure {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .infrastructure.active {
    transform: translate(0, -100%);
  }

  .infrastructure.prev {
    transform: translate(0, -200%);
  }
}

.infrastructure__block {
  position: absolute;
  top: calc(318 / 1080 * 100vh);
  left: 50%;
  width: calc(1620 / 1080 * 100vh);
  max-width: 100%;
  height: calc(606 / 1080 * 100vh);
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
}

@media (orientation: portrait) {
  .infrastructure__block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
    display: block;
  }
}

.infrastructure__mapblock {
  width: 68.33%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

@media (orientation: portrait) {
  .infrastructure__mapblock {
    height: calc(500 / 375 * 100vw);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.infrastructure__map {
  width: calc(1107 / 1080 * 100vh);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (orientation: portrait) {
  .infrastructure__map {
    position: relative;
    width: calc(913.37 / 375 * 100vw);
    left: 0;
    top: 0;
    transform: none;
  }
}

.infrastructure__list {
  width: 23.15%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: calc(20 / 1080 * 100vh);
}

@media (orientation: portrait) {
  .infrastructure__list {
    width: 100%;
    padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
  }
}

.infrastructure__item {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "Aktiv Grotesk";
  font-size: calc(24 / 1080 * 100vh);
  line-height: 1.4;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s;
}

.infrastructure__item:hover {
  opacity: 0.6;
}

.infrastructure__item.active {
  opacity: 1;
}

.infrastructure__item div {
  width: calc(34 / 1080 * 100vh);
  height: calc(28 / 1080 * 100vh);
  background-size: contain !important;
  margin-right: calc(10 / 1080 * 100vh);
}

.infrastructure__item span {
  flex: 1;
}

@media (orientation: portrait) {
  .infrastructure__item {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }

  .infrastructure__item:last-child {
    margin-bottom: 0;
  }

  .infrastructure__item div {
    width: calc(34 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}

.infrastructure__logo {
  position: absolute;
  width: calc(64.97 / 1080 * 100vh);
  height: calc(64.97 / 1080 * 100vh);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/infrastructure/logo.svg);
}

@media (orientation: portrait) {
  .infrastructure__logo {
    width: calc(64.97 / 375 * 100vw);
    height: calc(64.97 / 375 * 100vw);
  }
}

.infrastructure__mark {
  width: calc(34 / 1080 * 100vh);
  height: calc(28 / 1080 * 100vh);
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.infrastructure__mark.active {
  opacity: 1;
  pointer-events: auto;
}

.infrastructure__mark:hover {
  z-index: 1;
}

.infrastructure__mark:hover .infrastructure__mark-popup {
  opacity: 1;
}

@media (orientation: portrait) {
  .infrastructure__mark {
    width: calc(34 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
}

.infrastructure__mark-label {
  width: 100%;
  height: 100%;
  background-size: contain !important;
}

.infrastructure__mark-popup {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: calc(11 / 1080 * 100vh);
  margin-bottom: calc(6 / 1080 * 100vh);
  width: calc(282 / 1080 * 100vh);
  min-height: calc(104 / 1080 * 100vh);
  display: flex;
  background: #6c554f;
  font-size: calc(12 / 1080 * 100vh);
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
}

.infrastructure__mark-popup div {
  width: calc(100 / 1080 * 100vh);
}

.infrastructure__mark-popup span {
  flex: 1;
  padding: calc(10 / 1080 * 100vh) calc(30 / 1080 * 100vh);
  display: flex;
  align-items: center;
}

.infrastructure__mark-popup_bottom {
  top: 100%;
  bottom: auto;
  margin-top: calc(6 / 1080 * 100vh);
}

@media (orientation: portrait) {
  .infrastructure__mark-popup {
    left: calc(11 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
    width: calc(282 / 375 * 100vw);
    min-height: calc(104 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }

  .infrastructure__mark-popup div {
    width: calc(100 / 375 * 100vw);
  }

  .infrastructure__mark-popup span {
    padding: calc(10 / 375 * 100vw) calc(30 / 375 * 100vw);
  }

  .infrastructure__mark-popup_bottom {
    margin-top: calc(6 / 375 * 100vw);
  }
}

.main-page2.section::after {
  opacity: 0;
}

.main-page2.section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

@media (orientation: portrait) {
  .main-page2.section {
    position: absolute;
  }

  .main-page2 .event__text {
    opacity: 1;
  }
}

.text.plans__discount {
  margin: 3vh auto 0px;
  padding: 4px 12px;
  width: calc(100% - 8px - 6vh);
  text-align: center;
  color: #fff;
  font-size: 1.4814814815vh;
  text-transform: uppercase;
  background-color: #6c554f;
  box-shadow: 0px 0px 0px 4px #918380;
}

.plans__discount + .plans__desc-table {
  margin-top: 3.0185185185vh;
}

@media (orientation: portrait) and (min-aspect-ratio: 14 / 25) {
  .text.plans__discount {
    margin-top: 4vh;
  }
}

.top__logo .top__section-links {
  display: inline-flex;
  position: absolute;
  /* left: 0px; */
  flex-direction: column;
  padding-top: 0.7vh;
  gap: 0.7vh;
  opacity: 1;
  /* pointer-events: none; */
  transition: 0.3s;
}

.top__section-links a,
.top__section-links div {
  display: flex;
  /* padding: 1vh; */
  opacity: 0;
  width: 5vh;
  height: 5vh;
  align-items: center;
  justify-content: center;
  border: 0.8vh solid #fff;
  transition: 0.3s;
  /* animation: fadeIn 0.6s ease-in forwards; */
}

.top__section-links a:nth-child(1) {
  transition-delay: 0s;
}

.top__section-links a:nth-child(2) {
  transition-delay: 0.15s;
}

.top__section-links a:nth-child(3) {
  transition-delay: 0.3s;
}

.top__logo .top__section-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.infrastructure-screen2 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

@media (orientation: portrait) {
  .infrastructure-screen2 {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
  }
}

.bf {
  display: flex;
  padding-top: 7vh;
  align-items: center;
  justify-content: center;
  background: #000 url("/img/bf/1920x1080.webp") no-repeat center;
  background-size: contain;
  background-origin: content-box;
}

.bfpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: #f5f5f5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #000 url("/img/bf/1920x1080_.webp") no-repeat center;
  background-size: contain;
}

.bfpopup.open {
  opacity: 1;
  pointer-events: auto;
}

.bfpopup__close {
  position: absolute;
  z-index: 10;
  top: 0.9259259259vh;
  right: 0.9259259259vh;
  width: 9.2592592593vh;
  height: 9.2592592593vh;
  transition: transform 0.3s;
  cursor: pointer;
}

.bfpopup__close::before,
.bfpopup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 0.1851851852vh;
  background: #f6f6f6;
}

.bfpopup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bfpopup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (orientation: portrait) {
  .bf {
    background-image: url("/img/bf/mob_1920x1080_.webp");
    padding-top: 13vh;
  }

  .bfpopup {
    background-image: url("/img/bf/mob_1920x1080_.webp");
    /* display: none; */
  }
}

.infrastructure2 {
  z-index: 6;
}

@media (orientation: landscape){
  .infrastructure2 {
    left: 100%;
    transition: left 2s;
    opacity: 1;
  }

  .infrastructure2.active{
    left: 0px;
    transition: left 1s;
  }
}

/*.infrastructure2{*/
/*  left: 100%;*/
/*  transition: left 0.6s;*/
/*  opacity: 1;*/
/*}*/

.infrastructure2__content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.infrastructure3 {
  z-index: 6;
}

.infructructure2__list {
  display: flex;
  justify-content: flex-end;
  padding-top: 32.2222222222vh;
  width: 50%;
}

@media (orientation: landscape) {
  .infructructure2__list {
    transition: width 2s;
  }
}

.infructructure2__img {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.infructructure2__img > div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

.infructructure2__img > div.active {
  opacity: 1;
}

.infructructure2__img > div div,
.infructructure2__img > div video {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 105%;
  height: 100%;
  transition: transform 3s;
}

.infructructure2__list-container {
  width: 47.6851851852vh;
  height: 51.9444444444vh;
  margin-right: 17.1296296296vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media (orientation: landscape) and (max-aspect-ratio: 8/5) {
  .infructructure2__list-container {
    margin-right: 9.7222222222vh;
  }
}

@media (orientation: portrait) {

  .infructructure2__list-container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5.3333333333vw;
  }


}

.infructructure2__list-content {
  height: 100%;
}

@media (orientation: portrait) {
  .infructructure2__list-nav.button {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}

.infructructure2__list-nav.button span:nth-child(2) {
  margin: 0 0.462962963vh;
}

.infructructure2__list-container .button {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 22.2222222222vh;
  border-color: rgba(255, 255, 255, 0.25);
  width: 11.1111111111vh;
}

.infructructure2__list-container .button_left {
  left: 0;
  border-right: none;
}

.infructructure2__list-nav.button {
  left: 11.1111111111vh;
  border-right: none;
  justify-content: center;
  cursor: default;
}

@media (orientation: portrait) {
  .infructructure2__list-item {
    padding-bottom: 18.6666666667vw;
  }
}

@media (orientation: portrait) {
  .infructructure2__list-title {
    text-align: center;
  }
}

.infructructure2__list-text {
  margin-top: 4.1666666667vh;
  font-size: 1.7592592593vh;
}

@media (orientation: portrait) {
  .infructructure2__list-text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 14/25) {
  .infructructure2__list-text {
    font-size: 2.9866666667vw;
  }
}

@media (orientation: portrait) {
  .infructructure2__list-text p {
    margin-bottom: 0.25em;
  }

  .infructructure2__list-text ul li {
    margin-bottom: 0.25em;
  }
}

.plans__bf-logo {
  position: absolute;
  height: 10.7037037037vh;
  width: 10.7037037037vh;
  right: -8vh;
  top: -3vh;
  background: url("../img/logo_ten.png") no-repeat center top;
  background-size: contain;
  z-index: 11;
  pointer-events: none;
  /* opacity: 0; */
  transition: 0.3s;
}

@media (orientation: portrait) {
  .plans__bf-logo {
    margin-top: 1vh;
    position: relative;
    right: 0px;
    top: 0px;
  }

  .plans__bf-logo ~ .plans__discount {
    /* .plans__desc-line + .plans__desc-table{ */
    margin-top: 0vh;
  }
}

@media (orientation: portrait) {
  .plans__desc {
    margin-top: 2vw;
  }

  .plans__flats-bf ~ .button {
    /*margin-top: 12.1625615764vh;*/
    margin-top: initial;
    top: initial;
    bottom: 20vh;
    bottom: 20dvh;
  }
}

@media (orientation: portrait) {
  .infrastructure2.active {
    transform: translate(-100%, 0);
  }

  .infrastructure2 {
    display: flex;
    align-items: center;
    min-height: 100%;
    height: 100%;
    background-color: gray;
    opacity: 1;
    left: 100%;
    position: absolute;
    transition: transform 1s;
  }

  .infrastructure2__content {
    position: relative;
    display: flex;
    height: auto;
    /*top: 2vh;*/
    flex-direction: column;
    gap: 5vh;
  }

  .infructructure2__list {
    padding-top: 0px;
    width: 100%;
    left: 0px;
    top: 0px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50.1333333333vw;*/
  }

  .infructructure2__list-title {
    text-align: center;
  }

  .infructructure2__list-text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }

  .infructructure2__list-container .button {
    width: 26.6666666667vw;
    left: 50%;
    margin-left: 13.3333333333vw;
  }

  .infructructure2__list-nav.button {
    width: 26.6666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }

  .infructructure2__list-container .button_left {
    left: 50%;
    margin-left: -40vw;
  }
}

.request_recaptcha-info {
  margin-top: 10px;
  opacity: 0.2;
}

.recaptcha__block-info {
  text-align: center;
}

.recaptcha-form-link {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.menu__container-c {
  display: flex;
  height: 22vh;
  width: 22vh;

  font-size: 20.5555555vh;
  line-height: 13.555556vh;

  justify-content: center;
  text-align: center;
  border: 2vh solid #fff;
}

.lighttheme .menu__container-c,
.lighttheme .menu__container-link,
.lighttheme .menu__container-top {
  border-color: #fff;
  color: #fff;
}

.menu__container {
  display: none;
}

@media (orientation: landscape) {
  .menu__container.active {
    display: flex;
    position: absolute;
  }
}

@media (orientation: portrait) {
  .menu__container.active {
    display: block;
  }
}

.menu__container--first-page {
  display: flex;
  justify-content: center;
}

@media (orientation: portrait) {
  .menu__container--first-page {
    margin-top: 12vh;
    padding-bottom: 5vh;
  }
}

.menu__container-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  gap: 0.8vh;
}

.menu__container--links {
  display: flex;
  justify-content: space-between;
  gap: 0.5vh;
}

.menu__container-link {
  font-size: 5vh;
  height: 7vh;
  width: 7vh;
  display: flex;
  justify-content: center;
  border: 0.8vh solid #fff;
  line-height: 5vh;
  box-shadow: 0px 0px 0px 0px inset #fff;
  transition: box-shadow 0.5s ease-in-out, color 0.3s, font-size 0.3s;
}

.menu__container-top {
  position: relative;
  margin-bottom: 0.2vh;

  font-size: min(4vh, 8vw);
  text-transform: uppercase;
  z-index: 1;
}

@media (any-hover: hover) {
  .menu__container-link:hover {
    box-shadow: 0px 0px 0px 3vh inset #fff;
    /* font-size: 6vh;
		line-height: 5vh; */
    color: #6c554f;
  }

  .cursor-pointer {
    cursor: pointer;
  }
}

/* .main-page2__text{
	position: relative;
	top: 25vh;

	font-size: 4vh;
	line-height: 4vh;
	text-align: center;
	text-transform: uppercase;
	z-index: 4;
} */

.infructructure2__top {
  position: absolute;
  top: 15vh;
  left: 50.4vw;

  font-size: 4vh;
  line-height: 4vh;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 4;
  display:none;
}

.infructructure2__top a {
  width: 100%;
  text-align: center;
  font-size: 4.4444444444vh;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  z-index: 10;
}

@media (orientation: portrait) {
  .infructructure2__top {
    display: block;
    position: relative;
    top: 0vh;
    font-size: min(7vw, 32px);

    position: relative;
    top: 0;
    font-size: 7.4666666667vw;
    padding: 24vw 4vw 13.3333333333vw;
  }

  .infructructure2__top a {
    font-size: 7.4666666667vw;
    padding: 21.3333333333vw 4vw 13.3333333333vw;
    font-size: min(7vw, 32px);
  }
}

@media  (orientation: portrait) {
  infructructure2-title{
    text-align:center;
  }
}

.home-banner {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #fff inset;
  backdrop-filter: blur(2.5px);
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 10px;
  padding-bottom: 29px;
  right: 50px;
  top: 200px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
}

.home-banner-title {
  color: #fff;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.61);
  font-family: Stolzl;
  font-size: 67.879px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 6.788px;
  text-transform: uppercase;
}

.home-banner-text {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.61);
  font-family: Stolzl;
  font-size: 24.808px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 32.25px */
  letter-spacing: 2.481px;
  text-transform: uppercase;
}

@media (orientation: portrait) {
  .home-banner {
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #fff inset;
    backdrop-filter: blur(2.5px);
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 7px;
    padding-bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    top: 9vh;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
  }

  .home-banner-title {
    font-size: 56px;
  }

  .action-ball.active-ball {
    opacity: 1;
    position: relative;
    display: block !important;
  }
}

.action-ball {
  position: absolute;
  top: 0;
  right: 12.5vh;
  z-index: 101;
  width: 31.11vh;
  height: 37.69vh;
  transition: transform 1s, opacity 600ms;
  transition-delay: 1s, 0ms;
  transform: translateY(-130%);
  display: none;
  opacity: 0;
}

.action-ball.active-ball {
  opacity: 1;
}

.action-ball.active {
  transform: translateY(0);
}

.action-ball-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform 600ms;
  transition-delay: 2s;
  transform: scale(0);
}

.action-ball.active .action-ball-bg {
  transform: scale(1);
}

.action-ball-bg-ball {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 21.54vh;
  height: 35.46vh;
  z-index: 44;
  top: -2vh;
}

.action-ball-text {
  color: var(--White, #fff);
  text-align: center;
  font-family: Stolzl;
  font-size: 1.11vh;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10.04vh;
  width: 17.78vh;
  display: flex;
  align-items: center;
  height: 8.33vh;
  z-index: 53;
}

.action-ball[data-active="true"] {
  display: block;
}

.action-ball svg {
  height: 2.22vh;
  width: 2.22vh;
  top: 9.72vh;
  right: 6.85vh;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  z-index: 56;
}

.action-ball.new-year {
  right: auto;
  left: 9.91vh;
}

.action-ball.new-year .action-ball-bg-ball {
  left: 45%;
  width: 25.54vh;
  height: 35.46vh;
  z-index: 44;
  top: -1vh;
  height: 117%;
}

.action-ball.new-year svg {
  top: 6vh;
  right: 7vh;
}

@media (orientation: portrait) {
  .action-ball {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    width: 100%;
    max-width: calc(100vw - 50px);
    left: 25px !important;
    height: auto;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding-left: 128px;
    padding-top: 27px;
    padding-bottom: 28px;
    transform: none;
    overflow: hidden;
    min-height: 113px;
    margin-bottom: 60px;
    display: none !important;
    padding-right: 5px;
  }

  .action-ball-bg {
    width: 118px !important;
    height: 100% !important;
  }

  .action-ball-bg-ball {
    transform: none;
    top: -21px !important;
    left: 24px !important;
    width: 72px !important;
    height: 124px !important;
  }

  .action-ball-text {
    position: static !important;
    color: var(--Gray-1, #333) !important;
    font-family: Stolzl !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    min-height: 58px !important;
    height: auto;
    position: relative;
    width: auto;
    height: auto;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  .action-ball svg {
    width: 18px;
    height: 18px;
    top: 10px !important;
    right: 10px !important;
  }

  .action-ball.new-year .action-ball-bg-ball {
    transform: none;
    top: 0px !important;
    left: 24px !important;
    width: 72px !important;
    height: 124px !important;
  }

  .home-banner-text {
    font-size: 18px;
  }
}

.galleryslider__text {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 0.93vh 1.85vh;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-family: Stolzl;
  font-size: 1.2vh;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.features__img .galleryslider__text {
  width: calc(100% - 12.26vh);
  right: auto;
  left: 50%;
  transform: translateX(-48%);
  bottom: 7.41vh;
  display: none;
}

.features__img .mobno {
  position: relative;
}

.main__countdown {
  display: none;
}

.count_show {
  display: block;
}

/*Стили для блока с Видео */
.we_are_waiting .active {
  background-color: #f5f5f5;
}

.we_are_waiting {
  z-index: 6;
  background-color: #f5f5f5;
  color: black;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.video_players {
  width: 100%;
  height: 100%;
}
.we_are_waiting_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  font-size: 4.4444444444vh;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
  color: #6c554f;
}

.video-player-controls {
  width: 50%;
  bottom: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
  left: var(--offset-x);
  position: absolute;
  transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0, 1);
  z-index: 1;
}

.we_are_waiting_video {
  cursor: pointer;
  height: 100%;
  /*position: relative;*/
  width: 100%;
}

.video-timeline,
.options,
.video-controls,
.video-timer {
  display: flex;
  justify-content: normal;
  align-items: center;
}

.video-controls .options {
  width: 100%;
}

.options button {
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.options .video-timer {
  font-size: 14px;
  color: #6c554f;
}

.video-timer .separator {
  font-size: 16px;
  margin: 0 5px;
}

.svg-icon-controls {
  width: 15%;
}

.svg-icon-controls path {
  fill: #6c554f;
}

#copybutton {
  margin-top: 25px;
}

.play-pause {
  padding: 5px;
}

@media (orientation: portrait) {
  .we_are_waiting {
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    min-height: unset;
    height: auto;
    padding-bottom: 6.6666666667vw;
  }
  .we_are_waiting_text {
    position: relative;
    top: 0;
    font-size: 7.4666666667vw;
    padding: 21.3333333333vw 4vw 13.3333333333vw;
  }
  .video-player-controls {
    width: 100%;
    z-index: 7;
    bottom: 3vw;
  }

  .we_are_waiting_video {
    position: relative;
  }

  /* .video-timeline,
  .options,
  .video-controls,
  .video-timer {
    display: flex;
    justify-content: normal;
    align-items: center;
  } */

  .video-controls {
    width: 100%;
    padding-left: 3vw;
  }

  .video-controls .options {
    width: 100%;
  }

  .options.center {
    width: 50vw;
    min-width: 180px;
    max-width: 200px;
  }

  .options button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer; */
  }

  .options .video-timer {
    font-size: 14px;
    color: #6c554f;
  }

  .svg-icon-controls {
    width: 35%;
  }
}


.base-gallery {
  z-index: 6;
  background: #fff;
}

@media (orientation: portrait) {
  .base-gallery  {
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 10.6666666667vw;
    min-height: unset;
    height: auto;
  }

  .base-gallery  > .button {
    display: none;
  }
}

.base-gallery__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  transform: translate(0, -20%);
  transition: transform 1s;
}

@media (orientation: landscape) {
  .base-gallery {
    overflow: hidden;
    top: 100%;
    opacity: 1;
    transition: transform 1s;
  }

  .base-gallery.active {
    transform: translate(0, -100%);
  }

  .base-gallery.active .base-gallery__bg {
    transform: translate(0, 0);
  }

  .base-gallery__item:hover .base-gallery__bg{
    transition: transform 0.5s;
    transform: scale(1.05);
  }

  .base-gallery.prev {
    transform: translate(0, -200%);
  }

  .base-gallery.prev .base-gallery__bg {
    transform: translate(0, 20%);
  }

}

.base-gallery .button {
  position: absolute;
  z-index: 100;
  top: 54.2592592593vh;
  width: 6.3888888889vh;
  padding: 0;
  transition: all 0.5s;
  border-color: #333333;
}

@media (orientation: portrait) {
  .base-gallery .button {
    top: auto;
    bottom: 12vw;
    width: 18.4vw;
  }
}

.base-gallery .button::before {
  filter: brightness(0.129);
}

.base-gallery .button.prev {
  left: 0.9259259259vh;
}

@media (orientation: portrait) {
  .base-gallery .button.prev {
    left: 50%;
    margin-left: -18.1333333333vw;
  }
}

.base-gallery .button.next {
  right: 0.9259259259vh;
}

@media (orientation: portrait) {
  .base-gallery .button.next {
    right: 50%;
    margin-right: -18.1333333333vw;
  }
}

@media (orientation: landscape) {
  .base-gallery .button:hover {
    width: 9.2592592593vh;
  }
}

.base-gallery .button.hide {
  display: none;
}

@media (orientation: portrait) and (max-height: 981px){
  .plans__desc-table .flat-info-mobile--hidden{
    display:none;
  }
}

.base-gallery__info{
  position: absolute;
  display: flex;
  height: 3.7037037037vh;
  width: 11.8212962963vh;

  color: #333333;
  font-size: 1.2962962963vh;
  line-height: 1.4;

  background: #fff;
  font-weight: 700;

  align-items: center;
  justify-content: center;
  border: 0.3703703704vh solid #6c554f;

  cursor: pointer;
  z-index: 20;
  transition: opacity 0.3s ease-in-out;
}

.base-gallery__info.hidden{
  opacity:0;
}

@media (orientation: portrait) {
  .base-gallery__info{
    width: 40.0453333333vw;
    margin-left: 3vw;
    border-width: 1.0666666667vw;
    font-size: 4.2666666667vw;
    height: 10.6666666667vw;
  }
}


.infrastructure--ymaps{
  /*position: relative;*/
  display: flex;
  background: #fff;
}

@media (orientation:portrait){
  .infrastructure--ymaps {
    flex-direction: column-reverse;
  }
}


.infrastructure__left{
  position: relative;
  display: flex;
  min-width:400px;
  width:33vw;
  margin-top: 15vh;
  align-items: center;
  z-index: 1;
}

@media (orientation:portrait){
  .infrastructure__left{
    height:240px;
    width:100vw;
    min-width: initial;
    margin-top: initial;
    /*padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw) 10.6666666667vw;*/
    padding: 0px calc(15 / 375 * 100vw);
    bottom:0;
    background: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
}


.infrastructure__right{
  padding-top:22vh;
  padding-bottom: 6vh;
  flex-grow: 1;
}

#infrastructure-ymap{
  height: 100%;
}

@media (orientation:portrait){
  .infrastructure__right,
  #infrastructure-ymap{
    width:100%
  }

  .infrastructure__right{
    padding:64px 0px 0px;

  }

}

.infrastructure__filter{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: calc(120 / 1080 * 100vh);
  gap: 2vh;
}

@media (orientation:portrait){
  .infrastructure__filter{
    padding: 110px 0px 10px;
    gap: 1vh;
  }
}

.infrastructure__filter-item{
  display: flex;
  align-items: center;
  color: #333;
  font-family: "Aktiv Grotesk";
  font-size: calc(24 / 1080 * 100vh);
  line-height: 1.4;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s;
}

.infrastructure__filter-item.active{
  opacity:1;
}

.infrastructure__filter-item div{
  width: calc(34 / 1080 * 100vh);
  height: calc(28 / 1080 * 100vh);
  background-size: contain !important;
  margin-right: calc(10 / 1080 * 100vh);
}

.infrastructure__filter-item span {
  flex: 1;
}

@media (orientation:portrait){
  .infrastructure__filter-item{
    font-size: min(16px, calc(16 / 375 * 100vw));
    /*margin-bottom: calc(10 / 375 * 100vw);*/
    margin-bottom: 0px;
  }
}


.ymaps__map-icon,
.map__cluster{
  width:32px;
  height:26px;
  background-color: #6c554f;
}

.map__cluster{
  display:flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color:#fff;
}

.ymaps__map-icon-container{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}


#infrastructure-ymap{

  .ymaps-2-1-79-ground-pane{
    filter: saturate(0) brightness(1);
  }

  .ymaps-2-1-79-inner-panes::after{
    content: "";
    position: absolute;
    z-index: 510;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6c554f;
    mix-blend-mode: overlay;
  }

  .ymaps-2-1-79-balloon__close{
    display:none;
  }

  .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content{
    margin-right:0px;
  }

  .ymaps__map-content-wrapper{
    display: flex;
    height: 96px;
    background-color: #6c554f;
  }

  .ymaps-2-1-79-balloon__content{
    padding:0px;
  }

  .ymaps__map-content-image img{
    height:100%;
    width:96px;
    background-color: #6c554f;
  }

  .ymaps__map-content-title{
    display: flex;
    align-items: center;
    padding:10px 27px;
    font-size:12px;
    text-align: center;
    color:#fff;
    font-family: "Aktiv Grotesk";
  }

  .ymaps-2-1-79-balloon__tail,
  .ymaps-2-1-79-map-copyrights-promo{
      display:none;
  }

}

