@charset "UTF-8";
:root {
  --primary: #131411;
  --black: #000;
  --white: #fff;
  --light: #F0F0F0;
  --blue: #97C0E7;
  --light-blue: #DBE2EA;
  --dark-blue: #537B9F;
  --gray: #A7A7A7;
  --light-gray: #EEEEEE;
  --dark-gray: #424649;
  --gold: #97904E;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a {
  color: inherit;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-size: 10px;
  font-family: "TT Norms", sans-serif;
  color: var(--primary);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: "TT Norms", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  scroll-behavior: smooth;
}

body {
  scrollbar-gutter: stable;
}
body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
@media (max-width: 1295px) {
  body {
    font-size: 8.2px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 8px;
  }
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wrapper.loaded .header {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*preloader*/
.preloader-main {
  width: 640px;
  height: 640px;
}
@media (max-width: 1280px) {
  .preloader-main {
    width: calc(290px + 350 * (100vw - 320px) / (960));
  }
}
@media (max-width: 1280px) {
  .preloader-main {
    height: calc(290px + 350 * (100vw - 320px) / (960));
  }
}

.preloader {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  background: var(--light);
}
.preloader .container {
  position: relative;
  z-index: 10;
  height: 100%;
}
.preloader.hidden {
  opacity: 0;
}

.preloader-body {
  position: relative;
  height: inherit;
}
.preloader-body__logo {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.preloader-body__percents {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "Pobeda";
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: var(--blue);
}
@media (max-width: 1280px) {
  .preloader-body__percents {
    font-size: calc(20px + 20 * (100vw - 320px) / (960));
  }
}

.container {
  max-width: 1295px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
}

/*links*/
.link, .link-invert {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.link::before, .link-invert::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
@media (any-hover: hover) {
  .link:hover::before, .link-invert:hover::before {
    width: 100%;
  }
}

.link-invert::before {
  width: 100%;
}
@media (any-hover: hover) {
  .link-invert:hover::before {
    width: 0%;
  }
}

/*title text*/
.title-big, .title-main {
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  font-size: 4.5em;
  letter-spacing: 1px;
  line-height: 100%;
}
.title-big span, .title-main span {
  color: var(--blue);
}
@media (max-width: 479.98px) {
  .title-big, .title-main {
    font-size: 4em;
  }
}

.title-big {
  font-size: 6.4em;
}

.title {
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  font-size: 3.2em;
  letter-spacing: 1px;
  line-height: 100%;
}

.title-medium {
  font-size: 2.4em;
  line-height: 100%;
}

.text-main, .text {
  font-size: 1.8em;
  line-height: 120%;
}
.text-main span, .text span {
  font-family: "Pobeda", sans-serif;
  font-size: 1.33em;
}

.text {
  font-size: 1.4em;
}

.date-text {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  font-size: 3.2em;
  letter-spacing: 1px;
  line-height: 110%;
}

/*slider buttons*/
.slider-controls__pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 2px solid var(--blue);
  border-radius: 0.5em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-controls__pagination .swiper-pagination-bullet-active {
  background: var(--blue);
  width: 2.2em;
}
.slider-controls__prev, .slider-controls__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  width: 6.6em;
  height: 6.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-controls__prev.swiper-button-disabled, .slider-controls__next.swiper-button-disabled {
  opacity: 0.4;
}
@media (any-hover: hover) {
  .slider-controls__prev:not(.swiper-button-disabled):hover svg path, .slider-controls__next:not(.swiper-button-disabled):hover svg path {
    stroke: var(--gray);
  }
}
.slider-controls__prev svg, .slider-controls__next svg {
  width: 2em;
  height: 2em;
}
@media (max-width: 767.98px) {
  .slider-controls__prev, .slider-controls__next {
    width: 4em;
    height: 4em;
  }
}
.slider-controls__prev {
  background: transparent;
  border: 1px solid var(--gray);
  z-index: 1;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
.slider-controls__next {
  background: var(--blue);
  border: 1px solid var(--blue);
  z-index: 2;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
@media (any-hover: hover) {
  .slider-controls__next:not(.swiper-button-disabled):hover {
    border: 1px solid var(--gray);
    background: var(--white);
  }
}

/*form*/
.form__row {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .form__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__row .input-body {
    width: 100%;
  }
}
.form__checkbox {
  margin-top: 1rem;
}
.form__buttons {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.form__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  color: var(--primary);
  line-height: 120%;
}
.form__social span {
  font-size: 1.4em;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .form__social:hover span {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .form__social span {
    display: none;
  }
}

/*social-footer*/
.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.75rem;
}
.social-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  background-color: var(--light);
  width: 4.8em;
  height: 4.8em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .social-footer__link:hover {
    background-color: var(--blue);
  }
  .social-footer__link:hover svg path {
    fill: var(--white);
  }
}
.social-footer__link svg {
  width: 2em;
  height: auto;
}

.noUi-target {
  width: 100%;
  height: 3px;
  position: relative;
  background: var(--gray);
  overflow: visible;
}

.noUi-handle {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  height: 15px !important;
  width: 15px !important;
  border-radius: 50%;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: auto;
  background: var(--blue);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .noUi-handle:hover {
    background: var(--light-blue);
  }
}
.noUi-handle::before, .noUi-handle::after {
  display: none;
}

.noUi-connect {
  background: var(--blue);
}

.content-catalog__item:nth-child(1) {
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s ease 0s;
  transition: transform 0.5s, opacity 0.5s ease 0s, -webkit-transform 0.5s;
}

.item-about:nth-child(1) {
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s ease 0s;
  transition: transform 0.5s, opacity 0.5s ease 0s, -webkit-transform 0.5s;
}

.content-catalog__item:nth-child(2) {
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s;
  transition: opacity 1s ease 0s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s ease 0s;
  transition: transform 1s, opacity 1s ease 0s, -webkit-transform 1s;
}

.item-about:nth-child(2) {
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s;
  transition: opacity 1s ease 0s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s ease 0s;
  transition: transform 1s, opacity 1s ease 0s, -webkit-transform 1s;
}

.content-catalog__item:nth-child(3) {
  -webkit-transition: opacity 1.5s ease 0s, -webkit-transform 1.5s;
  transition: opacity 1.5s ease 0s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1.5s ease 0s;
  transition: transform 1.5s, opacity 1.5s ease 0s, -webkit-transform 1.5s;
}

.item-about:nth-child(3) {
  -webkit-transition: opacity 1.5s ease 0s, -webkit-transform 1.5s;
  transition: opacity 1.5s ease 0s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1.5s ease 0s;
  transition: transform 1.5s, opacity 1.5s ease 0s, -webkit-transform 1.5s;
}

.content-catalog__item:nth-child(4) {
  -webkit-transition: opacity 2s ease 0s, -webkit-transform 2s;
  transition: opacity 2s ease 0s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s ease 0s;
  transition: transform 2s, opacity 2s ease 0s, -webkit-transform 2s;
}

.item-about:nth-child(4) {
  -webkit-transition: opacity 2s ease 0s, -webkit-transform 2s;
  transition: opacity 2s ease 0s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s ease 0s;
  transition: transform 2s, opacity 2s ease 0s, -webkit-transform 2s;
}

.content-catalog__item:nth-child(5) {
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s;
  transition: transform 2.5s, opacity 2.5s ease 0s;
  transition: transform 2.5s, opacity 2.5s ease 0s, -webkit-transform 2.5s;
}

.item-about:nth-child(5) {
  -webkit-transition: opacity 2.5s ease 0s, -webkit-transform 2.5s;
  transition: opacity 2.5s ease 0s, -webkit-transform 2.5s;
  transition: transform 2.5s, opacity 2.5s ease 0s;
  transition: transform 2.5s, opacity 2.5s ease 0s, -webkit-transform 2.5s;
}

.content-catalog__item:nth-child(6) {
  -webkit-transition: opacity 3s ease 0s, -webkit-transform 3s;
  transition: opacity 3s ease 0s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s ease 0s;
  transition: transform 3s, opacity 3s ease 0s, -webkit-transform 3s;
}

.item-about:nth-child(6) {
  -webkit-transition: opacity 3s ease 0s, -webkit-transform 3s;
  transition: opacity 3s ease 0s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s ease 0s;
  transition: transform 3s, opacity 3s ease 0s, -webkit-transform 3s;
}

.content-catalog__item:nth-child(7) {
  -webkit-transition: opacity 3.5s ease 0s, -webkit-transform 3.5s;
  transition: opacity 3.5s ease 0s, -webkit-transform 3.5s;
  transition: transform 3.5s, opacity 3.5s ease 0s;
  transition: transform 3.5s, opacity 3.5s ease 0s, -webkit-transform 3.5s;
}

.item-about:nth-child(7) {
  -webkit-transition: opacity 3.5s ease 0s, -webkit-transform 3.5s;
  transition: opacity 3.5s ease 0s, -webkit-transform 3.5s;
  transition: transform 3.5s, opacity 3.5s ease 0s;
  transition: transform 3.5s, opacity 3.5s ease 0s, -webkit-transform 3.5s;
}

.content-catalog__item:nth-child(8) {
  -webkit-transition: opacity 4s ease 0s, -webkit-transform 4s;
  transition: opacity 4s ease 0s, -webkit-transform 4s;
  transition: transform 4s, opacity 4s ease 0s;
  transition: transform 4s, opacity 4s ease 0s, -webkit-transform 4s;
}

.item-about:nth-child(8) {
  -webkit-transition: opacity 4s ease 0s, -webkit-transform 4s;
  transition: opacity 4s ease 0s, -webkit-transform 4s;
  transition: transform 4s, opacity 4s ease 0s;
  transition: transform 4s, opacity 4s ease 0s, -webkit-transform 4s;
}

.content-catalog__item:nth-child(9) {
  -webkit-transition: opacity 4.5s ease 0s, -webkit-transform 4.5s;
  transition: opacity 4.5s ease 0s, -webkit-transform 4.5s;
  transition: transform 4.5s, opacity 4.5s ease 0s;
  transition: transform 4.5s, opacity 4.5s ease 0s, -webkit-transform 4.5s;
}

.item-about:nth-child(9) {
  -webkit-transition: opacity 4.5s ease 0s, -webkit-transform 4.5s;
  transition: opacity 4.5s ease 0s, -webkit-transform 4.5s;
  transition: transform 4.5s, opacity 4.5s ease 0s;
  transition: transform 4.5s, opacity 4.5s ease 0s, -webkit-transform 4.5s;
}

.content-catalog__item:nth-child(10) {
  -webkit-transition: opacity 5s ease 0s, -webkit-transform 5s;
  transition: opacity 5s ease 0s, -webkit-transform 5s;
  transition: transform 5s, opacity 5s ease 0s;
  transition: transform 5s, opacity 5s ease 0s, -webkit-transform 5s;
}

.item-about:nth-child(10) {
  -webkit-transition: opacity 5s ease 0s, -webkit-transform 5s;
  transition: opacity 5s ease 0s, -webkit-transform 5s;
  transition: transform 5s, opacity 5s ease 0s;
  transition: transform 5s, opacity 5s ease 0s, -webkit-transform 5s;
}

/* decore */
.decore_rb, .decore_lt {
  position: relative;
}
.decore_rb::before, .decore_lt::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: var(--white);
  -webkit-transition: height 0.8s, width 0.8s ease 0s;
  transition: height 0.8s, width 0.8s ease 0s;
}

.decore_rb::before {
  bottom: -16em;
  right: -16em;
}

.decore_lt::before {
  top: -16em;
  left: -16em;
}

@media (max-width: 767.98px) {
  .decore_rb::before {
    bottom: -8em;
    right: -8em;
  }
  .decore_lt::before {
    top: -8em;
    left: -8em;
  }
}
.decore-circle, .decore-plane, .decore-bg {
  overflow: hidden;
  position: absolute;
  z-index: 15;
  overflow: hidden;
  width: 32em;
  height: 32em;
}
.decore-circle img, .decore-plane img, .decore-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*zoom*/
.zoom-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 50;
  line-height: 100%;
  width: 5em;
  height: 2.5em;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1.8em;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.63);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zoom-button svg {
  width: 1.8em;
  height: 1.8em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zoom-button svg path {
  stroke: var(--primary);
}

/*mobile menu*/
.buttons-form {
  position: absolute;
  z-index: 99;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 3em;
  border-bottom-left-radius: 4.4em;
  border-bottom-right-radius: 4.4em;
  border-top-left-radius: 4.4em;
  border-top-right-radius: 4.4em;
  background: rgba(217, 217, 217, 0.5);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  padding: 1em;
}
.buttons-form.change {
  position: fixed;
}
@media (max-width: 767.98px) {
  .buttons-form {
    position: fixed;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 479.98px) {
  .buttons-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.buttons-form__link {
  text-transform: uppercase;
  display: block;
  padding: 0.5em;
  width: auto;
  color: var(--dark);
  font-family: "TT Norms";
  font-size: 1.4em;
  line-height: 110%;
  border-radius: 1em;
  background: #fff;
  border: 1px solid var(--dark-gray);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .buttons-form__link:hover {
    color: var(--white);
    background: var(--dark-gray);
  }
}
@media (min-width: 767.98px) {
  .buttons-form__link {
    min-height: 16em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media (max-width: 767.98px) {
  .buttons-form__link_h {
    display: none;
  }
}

/*toggle*/
.toggle-filter {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .toggle-filter {
    gap: calc(10px + 50 * (100vw - 320px) / (960));
  }
}
.toggle-filter__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.toggle-filter__button span {
  display: block;
  position: relative;
  height: 20px;
  width: 40px;
  border-radius: 20px;
  background: var(--light-gray);
  -webkit-box-shadow: inset 0px 0px 5px 1px var(--gray);
          box-shadow: inset 0px 0px 5px 1px var(--gray);
}
.toggle-filter__button span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .toggle-filter__button:hover span::before {
    -webkit-box-shadow: 0px 0px 10px 1px var(--blue);
            box-shadow: 0px 0px 10px 1px var(--blue);
  }
}
.toggle-filter__text {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 110%;
}
.toggle-filter__image {
  overflow: hidden;
  width: 12em;
  height: auto;
}
.toggle-filter__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .toggle-filter__image {
    display: none;
  }
}

/*select*/
.select {
  width: 20em;
  cursor: pointer;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--blue);
}
@media (max-width: 767.98px) {
  .select {
    width: 100%;
  }
}
.select__body {
  position: relative;
  z-index: 5;
}
.select__button {
  position: relative;
  z-index: 3;
  padding: 0.75em 0.25em;
  cursor: pointer;
  font-size: 1.6em;
  line-height: 120%;
  width: 100%;
}
.select__button::after {
  content: "";
  position: absolute;
  margin-left: auto;
  width: 0.6em;
  height: 0.6em;
  top: 0.75em;
  right: 0.25em;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-left: 2px solid var(--primary);
  border-top: 2px solid var(--primary);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.select__spoller {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.select__spoller.active {
  height: auto;
}
.select__spoller.active .select__list {
  opacity: 1;
  visibility: visible;
}
.select__list {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: var(--white);
  border: 1px solid var(--blue);
  -webkit-box-shadow: 0px 2em 2em 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 2em 2em 0px rgba(0, 0, 0, 0.0509803922);
}
.select__item {
  width: 100%;
  padding: 0.75em;
  font-size: 1.6em;
  line-height: 110%;
}
.select__item:not(:last-child) {
  border-bottom: 1px solid var(--blue);
}
.select__item.active {
  color: var(--white);
  background: var(--blue);
}

/*Buttons*/
.button-main, .button-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 30em;
  padding: 1.25em 1.6em;
  border-radius: 2.5em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 110%;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  -webkit-transition: color 0.3s, background 0.3s ease 0s;
  transition: color 0.3s, background 0.3s ease 0s;
}
.button-main svg path, .button-white svg path {
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}
@media (any-hover: hover) {
  .button-main:hover, .button-white:hover {
    color: var(--primary);
    background: var(--white);
  }
  .button-main:hover svg path, .button-white:hover svg path {
    fill: var(--primary);
  }
}
@media (max-width: 479.98px) {
  .button-main, .button-white {
    font-size: 14px;
    padding: 10px;
  }
}
.button-main.fw, .button-white.fw {
  width: 100%;
}
.button-main:disabled, .button-white:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.button-white {
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--blue);
}
@media (any-hover: hover) {
  .button-white:hover {
    color: var(--white);
    background: var(--blue);
  }
  .button-white:hover svg path {
    fill: var(--white);
  }
}

.button-icon {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.button-icon svg {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 1.66em;
  height: 1.66em;
}
@media (any-hover: hover) {
  .button-icon:hover {
    color: var(--blue);
  }
  .button-icon:hover svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/*popup*/
.popup {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}
.popup__body {
  padding: 5em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.popup__text {
  margin-bottom: 0.5em;
}
.popup__text li {
  list-style-type: disc;
  list-style-position: inside;
}
.popup__link {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .popup__link:hover {
    opacity: 0.5;
  }
}
.popup .content-form__button {
  margin-top: 4em;
}

.close-popup {
  position: absolute;
  font-size: 1em;
  top: 0;
  right: 0;
}
.close-popup span {
  display: block;
  position: relative;
  width: 2em;
  height: 2em;
}
.close-popup span::before, .close-popup span::after {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2px;
  background: var(--primary);
  left: 0;
  -webkit-transition: -webkit-transform 0.9s ease 0s;
  transition: -webkit-transform 0.9s ease 0s;
  transition: transform 0.9s ease 0s;
  transition: transform 0.9s ease 0s, -webkit-transform 0.9s ease 0s;
}
.close-popup span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.close-popup span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
@media (any-hover: hover) {
  .close-popup span:hover::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .close-popup span:hover::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.option-popup__content {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
.option-popup__main-body {
  margin: 0 auto;
  width: 1100px;
}
@media (max-width: 1280px) {
  .option-popup__main-body {
    width: calc(270px + 830 * (100vw - 320px) / (960));
  }
}
.option-popup__body {
  width: 100%;
  margin-top: 4em;
  padding-bottom: 3em;
  border-bottom: 2px solid var(--gray);
}
.option-popup__info {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.option-popup__info .content-form__text {
  text-align: left;
  margin: 0;
}
.option-popup__subtitle {
  font-weight: 700;
}
.option-popup__text {
  margin-top: 1.5em;
}
.option-popup__list {
  margin-top: 3em;
}
.option-popup__item {
  list-style-position: inside;
  list-style-type: circle;
}
.option-popup__link {
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .option-popup__link:hover {
    color: var(--gray);
  }
}

.popup-order {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100vh;
  padding: 1em 3em;
  clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 100%, 0 0);
  background: var(--blue);
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.popup-order.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.parking-order-page {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 1rem;
}
.parking-order-page .close-popup span::before, .parking-order-page .close-popup span::after {
  background: var(--white);
}
.parking-order-page__wrap {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.parking-order-page__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1rem 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  margin-bottom: 1em;
}
.parking-order-page__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parking-order-page__price {
  text-transform: uppercase;
  font-size: 3.2em;
  line-height: 110%;
  margin-bottom: 0.33em;
}
.parking-order-page__text {
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 110%;
  margin-bottom: 1.2em;
}
.parking-order-page__button {
  border: 1px solid var(--white);
}
.parking-order-page__button span {
  z-index: 5;
}
.parking-order-page__image {
  display: block;
  margin: 2em auto;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 35em;
  width: 28em;
}
.parking-order-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1295px) {
  .parking-order-page__image {
    height: 25em;
  }
}
.parking-order-page__link {
  margin-top: 1em;
  font-size: 1.6em;
  line-height: 110%;
}
.parking-order-page__link::before {
  background: var(--white);
}

.item-parking-order__info {
  font-weight: 700;
  font-family: "TT Norms";
  font-size: 2em;
  line-height: 120%;
}
.item-parking-order__title {
  text-transform: lowercase;
  font-weight: 300;
  font-family: "TT Norms";
  font-size: 2em;
  line-height: 120%;
}

.popup-sale .close-popup {
  z-index: 10;
  top: 0.5rem;
  right: 0.5rem;
}
.popup-sale .close-popup::before, .popup-sale .close-popup::after {
  width: 20px;
}
@media (max-width: 1280px) {
  .popup-sale .close-popup::before, .popup-sale .close-popup::after {
    width: calc(15px + 5 * (100vw - 320px) / (960));
  }
}
.popup-sale .content-form__button {
  margin-left: auto;
  margin-right: auto;
}
.popup-sale__image {
  overflow: hidden;
  width: 100%;
  min-width: 270px;
  height: auto;
}
.popup-sale__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .popup-sale__image {
    height: 300px;
  }
  .popup-sale__image img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (max-width: 479.98px) {
  .popup-sale__image {
    display: none;
  }
}
.popup-sale__body {
  position: relative;
  padding: 30px;
  padding-top: 30px;
  background: var(--white);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 992px;
}
@media (max-width: 1280px) {
  .popup-sale__body {
    padding: calc(10px + 20 * (100vw - 320px) / (960));
  }
}
@media (max-width: 1280px) {
  .popup-sale__body {
    width: calc(290px + 702 * (100vw - 320px) / (960));
  }
}
@media (max-width: 767.98px) {
  .popup-sale__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 479.98px) {
  .popup-sale__body .content-form__button {
    width: 100%;
  }
}
.popup-sale__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .popup-sale__main {
    gap: 0.5rem;
  }
}
.popup-sale__text span {
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1280px) {
  .popup-sale__text span {
    font-size: calc(18px + 14 * (100vw - 320px) / (960));
  }
}
.popup-sale__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .popup-sale__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .popup-sale__row .column-form, .popup-sale__row .column-form input {
    width: 100%;
  }
}
.popup-sale__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.popup-sale__checkboxes .checkbox {
  margin-bottom: 0 !important;
}

/*checkbox*/
.checkbox {
  position: relative;
}
.checkbox:not(:last-child) {
  margin-bottom: 5px;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label:before {
  border: 1px solid var(--primary);
  background: url("../img/icons/check.svg") center no-repeat, var(--primary);
}
.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 1rem;
}
.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 4px;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid var(--primary);
}
.checkbox__text {
  font-weight: 700;
  color: var(--gray);
  font-size: 1em;
  line-height: 120%;
  opacity: 0.3;
}
.checkbox__link {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .checkbox__link:hover {
    text-decoration: none;
  }
}

/*input*/
input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-body {
  width: 27em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em;
  border-radius: 1em;
  color: var(--primary);
  border: 1px solid var(--light-gray);
  background: var(--white);
}
.input-body label {
  font-weight: 500;
  color: var(--primary);
  font-size: 1.2em;
  line-height: 120%;
}
.input-body input {
  margin-top: 0.625em;
  background: transparent;
  color: var(--primary);
  font-size: 1.6em;
  line-height: 110%;
}
.input-body input::-webkit-input-placeholder {
  color: var(--gray);
}
.input-body input::-moz-placeholder {
  color: var(--gray);
}
.input-body input:-ms-input-placeholder {
  color: var(--gray);
}
.input-body input::-ms-input-placeholder {
  color: var(--gray);
}
.input-body input::placeholder {
  color: var(--gray);
}
.input-body:focus-within {
  border: 1px solid var(--blue);
}
.input-body.err {
  border: 1px solid red;
}

/*header*/
.header-thumb {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 40px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .header-thumb {
    top: calc(20px + 20 * (100vw - 320px) / (960));
  }
}
.header-thumb__logo {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  width: 320px;
  height: auto;
}
@media (max-width: 1280px) {
  .header-thumb__logo {
    width: calc(290px + 30 * (100vw - 320px) / (960));
  }
}
.header-thumb__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  margin: 1em auto;
}
.header.fixed .header__container {
  padding: 1em;
  border-radius: 3em;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(217, 217, 217, 0.5);
}
.header.fixed .header__logo {
  display: none;
}
.header__container {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 479.98px) {
  .header__container {
    gap: 1em;
  }
}
.header__logo {
  display: block;
  width: 18em;
  height: auto;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .header__list {
    /*flex-direction: column;
    align-items: start;
    justify-content: start;
    @include adaptiv-property(gap, 20, 10);*/
    display: none;
  }
}
.header__link, .header__link_b, .header__link-phone {
  font-weight: 500;
  color: var(--primary);
  font-size: 1.2em;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__link:hover, .header__link_b:hover, .header__link-phone:hover {
    color: var(--blue);
  }
}
.header__link_b {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .header__link, .header__link_b {
    color: var(--primary);
    font-family: "Pobeda", sans-serif;
    font-size: 2.4em;
    line-height: 110%;
  }
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.header__link-phone {
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  line-height: 110%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 767.98px) {
  .header__link-phone svg {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__link-phone {
    background: var(--white);
    border: 1px solid var(--blue);
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
  }
  .header__link-phone span {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__link-phone:hover {
    opacity: 0.5;
  }
}
.header__button, .header__button-phone {
  white-space: nowrap;
}
@media (max-width: 479.98px) {
  .header__button-phone {
    font-size: 1.2em !important;
  }
}
.header__burger-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.submenu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 10em;
}
.submenu__body.active {
  visibility: visible;
  opacity: 1;
}
.submenu__body.active .submenu__nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.submenu__body.active .submenu__image.active {
  opacity: 1;
  visibility: visible;
}
.submenu__nav {
  width: 50%;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--white);
}
@media (max-width: 479.98px) {
  .submenu__nav {
    width: 100%;
  }
}
.submenu__nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  min-height: 100%;
  padding-left: calc((100vw - 1295px) / 2);
  padding-top: 3em;
  padding-bottom: 12em;
}
@media (max-width: 1295px) {
  .submenu__nav_links {
    padding-left: 1rem;
  }
}
.submenu__nav_pictures {
  position: relative;
  padding: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (max-width: 479.98px) {
  .submenu__nav_pictures {
    display: none;
  }
}
.submenu__list, .submenu__nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
@media (max-width: 991.98px) {
  .submenu__list, .submenu__nav_links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.submenu__link {
  color: var(--primary);
  font-family: "Pobeda", sans-serif;
  font-size: 2.4em;
  line-height: 110%;
  text-transform: uppercase;
}
.submenu__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.8s, visibility 0.8s ease 0s;
  transition: opacity 0.8s, visibility 0.8s ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
.submenu__items {
  font-size: 1.6em;
  line-height: 120%;
}
@media (max-width: 991.98px) {
  .submenu__items {
    margin-top: 3.75em;
  }
}
.submenu__item-link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .submenu__item-link:hover {
    color: var(--primary);
  }
}

.icon-menu {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  position: relative;
  width: 4.2em;
  height: 4.2em;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  background: var(--light);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1.5em;
  height: 2px;
  background-color: var(--primary);
}
.icon-menu.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.icon-menu.active::before {
  -webkit-transform: translateY(250%) rotate(-45deg);
          transform: translateY(250%) rotate(-45deg);
}
.icon-menu.active::after {
  -webkit-transform: translateY(-250%) rotate(45deg);
          transform: translateY(-250%) rotate(45deg);
}
@media (any-hover: hover) {
  .icon-menu:hover {
    background: var(--blue);
  }
}

.footer-thumb {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  width: 100%;
}
.footer-thumb__container {
  text-align: center;
}
.footer-thumb__text {
  margin: 0 auto;
  display: block;
  color: var(--gray);
  font-size: 14px;
  line-height: 120%;
}
@media (max-width: 1280px) {
  .footer-thumb__text {
    font-size: calc(12px + 2 * (100vw - 320px) / (960));
  }
}

.footer {
  margin-top: 7em;
  margin-bottom: 7em;
}
@media (max-width: 767.98px) {
  .footer {
    margin-bottom: 14em;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .footer__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__body {
  margin-top: 4em;
}
.footer__navigation {
  margin-top: 4em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
@media (max-width: 479.98px) {
  .footer__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__phone {
  display: block;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  color: var(--blue);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__phone:hover {
    color: var(--primary);
  }
}
.footer__developer {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  color: var(--blue);
}
.footer__developer a {
  opacity: 0.5;
  width: 10.8em;
  height: 2.8em;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.footer__developer a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .footer__developer a:hover {
    opacity: 1;
  }
}
.footer__callback {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.footer__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__copyright {
  margin-top: 2em;
}
.footer__copyright .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.footer__copyright .footer__item {
  color: var(--blue);
  font-size: 1.2em;
  line-height: 120%;
  white-space: nowrap;
}
.footer__copyright .footer__item a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__copyright .footer__item a:hover {
    color: var(--primary);
  }
}
.footer__bg {
  overflow: hidden;
  width: auto;
  height: 36em;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .footer__bg {
    display: none;
  }
}
.footer__info {
  margin-top: 3em;
}
.footer__text {
  color: var(--blue);
  font-size: 1.6em;
  line-height: 120%;
}

.column-footer__title {
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  color: var(--light-blue);
  font-size: 3.2em;
  line-height: 120%;
}
@media (max-width: 479.98px) {
  .column-footer__title {
    margin-top: 1em;
  }
}
.column-footer__column {
  margin-top: 6.5em;
}
@media (max-width: 479.98px) {
  .column-footer__column {
    margin-top: 3em;
  }
}
.column-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.column-footer__info {
  margin-bottom: 4em;
}
.column-footer__item {
  font-weight: 500;
  color: var(--primary);
  font-size: 1.2em;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.column-footer__item span {
  color: var(--light-blue);
}
.column-footer__link {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .column-footer__link:hover {
    color: var(--blue);
  }
}
.column-footer__logo {
  display: block;
  overflow: hidden;
  width: 13em;
  height: auto;
}
.column-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
}
.text-block-footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.2rem;
}
.text-block-footer a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .text-block-footer a:hover {
    color: var(--blue);
  }
}

.page__main {
  padding-top: 11em;
  padding-bottom: 7em;
}
@media (max-width: 767.98px) {
  .page__main {
    padding-bottom: 2em;
  }
}
.page__about {
  position: relative;
  padding-top: 11em;
}
.page__question {
  padding-top: 11em;
  padding-bottom: 7em;
}
.page__architecture {
  padding-top: 11em;
}
.page__aesthetics {
  padding-top: 11em;
}
.page__cozy {
  padding-top: 11em;
}
.page__landscape {
  padding-top: 11em;
}
.page__halls {
  padding-top: 11em;
}
.page__children {
  padding-top: 11em;
}
.page__parking {
  padding-top: 11em;
}
.page__form {
  padding-top: 15em;
  padding-bottom: 13em;
}
.page__location {
  padding-top: 11em;
}
.page__options {
  padding-top: 11em;
}
.page__catalog {
  padding-top: 11em;
}
.page__team {
  padding-top: 11em;
}
.page__flat {
  padding-top: 12em;
}
.page__alike {
  padding-top: 11em;
  padding-bottom: 10em;
}
.page__gallery {
  padding-top: 11em;
}
.page__map {
  padding-top: 11em;
}
.page__payment {
  padding-top: 11em;
}
.page__building {
  padding-top: 8em;
  padding-bottom: 9em;
}

.container_l {
  padding-right: calc((100vw - 1295px) / 2);
}
@media (max-width: 1295px) {
  .container_l {
    padding-right: 1rem;
  }
}

.container_r {
  padding-left: calc((100vw - 1295px) / 2);
}
@media (max-width: 1295px) {
  .container_r {
    padding-left: 1rem;
  }
}

.fullscreen-page {
  position: relative;
  background-color: var(--white);
  min-height: 100vh;
}
.fullscreen-page__image_d {
  opacity: 1;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 2.8s ease 0s;
  transition: opacity 2.8s ease 0s;
}
.fullscreen-page__image_d img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullscreen-page__image_d.hide {
  opacity: 0;
}
.fullscreen-page__video_d, .fullscreen-page__video_m {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
}
.fullscreen-page__video_d video, .fullscreen-page__video_m video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .fullscreen-page__video_d {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .fullscreen-page__video_m {
    display: none;
  }
}
.fullscreen-page__container {
  position: relative;
  z-index: 5;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fullscreen-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
  border-radius: 1.5em;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media (max-width: 767.98px) {
  .fullscreen-page__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.fullscreen-page__title {
  text-align: center;
  width: 72em;
}
.fullscreen-page__title span {
  color: var(--primary) !important;
}
@media (max-width: 767.98px) {
  .fullscreen-page__title {
    width: 100%;
  }
}
.fullscreen-page__text {
  margin-top: 5em;
}

/*home page*/
.main-page {
  position: relative;
  overflow: hidden;
}
.main-page.active .main-page__title, .main-page.active .main-page__text {
  opacity: 1;
}
.main-page.active .main-page__image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-page.active .main-page__container::before {
  width: 42em;
  height: 42em;
}
@media (max-width: 767.98px) {
  .main-page.active .main-page__container::before {
    width: 21em;
    height: 21em;
  }
}
.main-page__decore-circle {
  top: -15%;
  left: -1%;
}
@media (max-width: 767.98px) {
  .main-page__decore-circle {
    top: -20%;
    left: -5%;
  }
}
.main-page__container {
  position: relative;
  padding-bottom: 5em;
}
.main-page__container::before {
  top: -21em;
  left: -21em;
}
@media (max-width: 767.98px) {
  .main-page__container {
    padding-bottom: 15em;
  }
  .main-page__container::before {
    top: -10.5em;
    left: -10.5em;
  }
}
@media (max-width: 479.98px) {
  .main-page__container {
    padding-bottom: 10em;
  }
}
.main-page__image {
  -webkit-transition: -webkit-transform 1.3s ease 0s;
  transition: -webkit-transform 1.3s ease 0s;
  transition: transform 1.3s ease 0s;
  transition: transform 1.3s ease 0s, -webkit-transform 1.3s ease 0s;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}
.main-page__bg, .main-page__bg-mob {
  overflow: hidden;
  width: 100%;
  height: 65em;
}
.main-page__bg img, .main-page__bg-mob img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .main-page__bg {
    display: none;
  }
}
.main-page__bg-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .main-page__bg-mob {
    display: block;
    height: 55em;
  }
  .main-page__bg-mob img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.main-page__text-block {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  z-index: 10;
  width: 60%;
  height: 38em;
  bottom: 0;
  right: 0;
  color: var(--white);
  padding-left: 25em;
}
.main-page__text-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--blue);
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767.98px) {
  .main-page__text-block {
    height: 34em;
    width: 100%;
    height: auto;
    padding: 1rem;
    padding-left: 10em;
    left: 1rem;
  }
  .main-page__text-block::before {
    clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0 100%, 0% 50%);
  }
}
@media (max-width: 479.98px) {
  .main-page__text-block {
    padding-left: 5em;
  }
}
.main-page__title-block {
  position: relative;
  z-index: 5;
  width: 50em;
}
@media (max-width: 479.98px) {
  .main-page__title-block {
    width: 100%;
  }
}
@media (max-width: 479.98px) {
  .main-page__title {
    font-size: 5em;
  }
}
.main-page__text {
  margin-top: 2em;
}
.main-page__decore-bg {
  z-index: 5;
  width: 25em;
  height: 42em;
}
.main-page__decore-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media (max-width: 991.98px) {
  .main-page__decore-bg {
    display: none;
  }
}

.main-page__awards_wrap {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main-page__awards {
 display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: end;
}

.main-page__awards_img {
  width: 222px;
}

.main-page__awards_img:last-child {
  margin-left: 16px;
}

.main-page__awards_img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .main-page__awards {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: end;
  }

  .main-page__awards_img {
    width: 50%;
  }

  .main-page__awards_img:last-child {
    margin-top: 16px;
    margin-left: 0;
  }
}

.about-page {
  overflow: hidden;
}
.about-page.active .about-page__image, .about-page.active .about-page__title, .about-page.active .about-page__text, .about-page.active .item-about {
  opacity: 1;
}
.about-page.active .about-page__image::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .about-page.active .about-page__image::before {
    width: 16em;
    height: 16em;
    bottom: -8em;
    right: -8em;
  }
}
.about-page__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6em;
}
@media (max-width: 991.98px) {
  .about-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 1rem;
  }
}
.about-page__body .item-about {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 991.98px) {
  .about-page__body .item-about {
    margin: 0 auto;
  }
}
.about-page__image {
  position: relative;
  margin-top: 6em;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60em;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.about-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .about-page__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991.98px) {
  .about-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.about-page__items {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 6em;
}
.about-page__decore-circle {
  bottom: -15%;
  right: -5%;
  width: 42em;
  height: 42em;
}
@media (min-width: 991.98px) {
  .about-page__main {
    margin-top: 6em;
  }
}
.about-page__title {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
  margin-bottom: 1.2em;
}
.about-page__text {
  margin-bottom: 2.2em;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}

.item-about {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.item-about__title {
  color: var(--blue);
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  font-size: 7.2em;
  letter-spacing: 1px;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .item-about__title {
    font-size: 4.2em;
  }
}
.item-about__text {
  text-transform: lowercase;
}

.question-page {
  position: relative;
  overflow: hidden;
}
.question-page.active .content-question__slider::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .question-page.active .content-question__slider::before {
    width: 16em;
    height: 16em;
    bottom: -8em;
    right: -8em;
  }
}
@media (max-width: 767.98px) {
  .question-page__container {
    padding: 0 1rem;
  }
}
.question-page__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3em;
  height: 63em;
}
@media (max-width: 767.98px) {
  .question-page__tabs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.question-page__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.question-page__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33%;
}
@media (max-width: 767.98px) {
  .question-page__column {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .question-page__slider-thumb {
    width: 100%;
  }
}
.question-page__swiper {
  height: 100%;
}
@media (max-width: 767.98px) {
  .question-page__swiper {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
.question-page__slide {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.question-page__slide.swiper-slide-thumb-active .question-page__title {
  color: var(--blue);
  font-size: 4.2em;
}
.question-page__slide.swiper-slide-thumb-active .question-page__text {
  display: block;
}
@media (max-width: 767.98px) {
  .question-page__slide .question-page__title {
    color: var(--blue);
    font-size: 4.2em;
  }
  .question-page__slide .question-page__text {
    display: block;
  }
}
.question-page__title {
  letter-spacing: 1px;
  line-height: 100%;
  -webkit-transition: font-size 0.3s ease 0s;
  transition: font-size 0.3s ease 0s;
}
.question-page__text {
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
  padding: 0.75em;
  border-bottom: 1px solid var(--blue);
  display: none;
}
.question-page__controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-question {
  width: 64%;
}
@media (max-width: 767.98px) {
  .content-question {
    width: 100%;
  }
}
.content-question__slider {
  height: 100%;
  position: relative;
}
@media (any-hover: hover) {
  .content-question__slider:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.content-question__swiper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content-question__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 767.98px) {
  .content-question__controls {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 767.98px) {
  .content-question__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-question__image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content-question__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .content-question__image {
    height: 54em;
  }
}
.form-page {
  position: relative;
}
@media (min-width: 767.98px) {
  .form-page {
    margin-top: 13em;
  }
}
.form-page__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.form-page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-page__container {
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .form-page__container {
    padding: 0 1rem;
  }
}
.form-page__main_l, .form-page__main_r {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767.98px) {
  .form-page__main_l, .form-page__main_r {
    width: 100%;
  }
}
.form-page__main_l {
  margin-right: auto;
}
.form-page__main_r {
  margin-left: auto;
}
@media screen and (min-width: 767.98px) and (max-width: 1295px) {
  .form-page__main_r {
    margin-right: 9em;
  }
}
.form-page__text {
  width: 29em;
}
@media (max-width: 767.98px) {
  .form-page__text {
    width: 100%;
  }
}
.location-page {
  position: relative;
  overflow: hidden;
}
.location-page.active .location-page__title, .location-page.active .location-page__text {
  opacity: 1;
}
.location-page.active .location-page__items {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.location-page__decore-plane {
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .location-page__container {
    padding: 0 1rem;
  }
}
.location-page__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .location-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.location-page__bg {
  overflow: hidden;
  width: 100%;
  height: 73em;
}
.location-page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .location-page__bg {
    height: auto;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1295px) {
  .location-page__content {
    margin-right: 9em;
  }
}
.location-page__title {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
@media (min-width: 991.98px) {
  .location-page__title {
    width: 11em;
  }
}
.location-page__text {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
  margin-top: 3.3em;
}
.location-page__items {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1.3s ease 0s;
  transition: -webkit-transform 1.3s ease 0s;
  transition: transform 1.3s ease 0s;
  transition: transform 1.3s ease 0s, -webkit-transform 1.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4.5em;
}
.location-page__item, .location-page__item_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (min-width: 479.98px) {
  .location-page__item, .location-page__item_big {
    max-width: 29em;
  }
}
.location-page__item_big {
  max-width: 100%;
  width: 100%;
}
.location-page__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  width: 5.6em;
  height: 5.6em;
}
.location-page__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-page__info {
  color: var(--primary);
  font-size: 1.6em;
  line-height: 120%;
}
.location-page__info span {
  font-weight: 700;
}
.location-page__button {
  margin: 0 auto;
  margin-top: 1em;
}

.architecture-page {
  overflow: hidden;
}
.architecture-page.active .architecture-page__title, .architecture-page.active .architecture-page__text {
  opacity: 1;
}
.architecture-page.active .architecture-page__image::before, .architecture-page.active .architecture-page__image_d::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .architecture-page.active .architecture-page__image::before, .architecture-page.active .architecture-page__image_d::before {
    width: 16em;
    height: 16em;
  }
}
.architecture-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .architecture-page__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
}
@media (min-width: 767.98px) {
  .architecture-page__container {
    margin-top: 11em;
  }
}
.architecture-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .architecture-page__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.architecture-page__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .architecture-page__column {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .architecture-page__column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.architecture-page__title-block {
  margin-left: calc((100vw - 1295px) / 2);
}
@media (max-width: 1295px) {
  .architecture-page__title-block {
    margin-left: 1rem;
  }
}
@media (min-width: 991.98px) {
  .architecture-page__title-block {
    width: 54em;
  }
}
.architecture-page__title {
  margin-bottom: 1.2em;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.architecture-page__text {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
  margin-bottom: 1.66em;
}
.architecture-page__image, .architecture-page__image_d {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 65em;
}
.architecture-page__image img, .architecture-page__image_d img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .architecture-page__image:hover .zoom-button, .architecture-page__image_d:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.architecture-page__image_d {
  height: 48em;
}
.architecture-page__text-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 991.98px) {
  .architecture-page__text-block {
    width: 38em;
  }
}
.architecture-page__image-block {
  position: relative;
}
@media (max-width: 991.98px) {
  .architecture-page__image-block {
    width: 100%;
  }
}
.architecture-page__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 479.98px) {
  .architecture-page__images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.architecture-page__items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.98px) {
  .architecture-page__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.item-architecture {
  position: relative;
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.item-architecture:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.item-architecture svg {
  width: 8.5em;
  height: 8.5em;
}
@media (max-width: 767.98px) {
  .item-architecture svg {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .item-architecture_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.item-architecture__text {
  width: 30em;
}
@media (max-width: 767.98px) {
  .item-architecture__text {
    width: 100%;
  }
}
.item-architecture__brick, .item-architecture__brick_a1, .item-architecture__brick_a2 {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  overflow: hidden;
  width: 12em;
  height: 12em;
}
.item-architecture__brick img, .item-architecture__brick_a1 img, .item-architecture__brick_a2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .item-architecture__brick, .item-architecture__brick_a1, .item-architecture__brick_a2 {
    width: 6em;
    height: 6em;
  }
}
.item-architecture__brick_a1 {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
}
.item-architecture__brick_a2 {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  z-index: 15;
  bottom: 0;
  right: 0;
}

.aesthetics-page.active .aesthetics-page__image, .aesthetics-page.active .aesthetics-page__title, .aesthetics-page.active .aesthetics-page__text {
  opacity: 1;
}
.aesthetics-page.active .aesthetics-page__image::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .aesthetics-page.active .aesthetics-page__image::before {
    width: 16em;
    height: 16em;
  }
}
.aesthetics-page__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767.98px) {
  .aesthetics-page__container {
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.aesthetics-page__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
  height: 60em;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.aesthetics-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .aesthetics-page__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.aesthetics-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4em;
}
@media screen and (min-width: 767.98px) and (max-width: 1295px) {
  .aesthetics-page__body {
    margin-right: 9em;
  }
}
.aesthetics-page__title {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.aesthetics-page__text {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.aesthetics-page__text:not(:last-child) {
  margin-bottom: 1em;
}

.unique-page {
  position: relative;
}
@media (max-width: 991.98px) {
  .unique-page {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .unique-page {
    overflow: hidden;
  }
}
.unique-page.active .unique-page__image_r::before, .unique-page.active .unique-page__image_l::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .unique-page.active .unique-page__image_r::before, .unique-page.active .unique-page__image_l::before {
    width: 16em;
    height: 16em;
  }
}
.unique-page__decore-plane {
  top: 0;
  left: 33%;
}
.unique-page__container {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 2rem 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .unique-page__container {
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 767.98px) {
  .unique-page__column {
    margin-top: 12em;
    width: 32em;
  }
}
.unique-page__title {
  margin-bottom: 1.2em;
}
.unique-page__text:not(:last-child) {
  margin-bottom: 1.66em;
}
.unique-page__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.unique-page__image_l, .unique-page__image_r {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 42em;
}
.unique-page__image_l img, .unique-page__image_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .unique-page__image_l:hover .zoom-button, .unique-page__image_r:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}

.cozy-page {
  position: relative;
}
.cozy-page.active .cozy-page__body::before, .cozy-page.active .slider-cozy::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .cozy-page.active .cozy-page__body::before, .cozy-page.active .slider-cozy::before {
    width: 16em;
    height: 16em;
  }
}
.cozy-page__decore-bg {
  width: 42em;
  height: 42em;
  bottom: 0;
  right: -60%;
}
@media (max-width: 767.98px) {
  .cozy-page__decore-bg {
    width: 30em;
    height: 30em;
    right: -35%;
  }
}
.cozy-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  margin-top: 8em;
}
@media (min-width: 991.98px) {
  .cozy-page__body {
    gap: 12em;
  }
}
@media (max-width: 767.98px) {
  .cozy-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1295px) {
  .cozy-page__body {
    padding-right: 9em;
  }
}
.cozy-page__slider {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .cozy-page__slider {
    max-width: 100%;
  }
}
.cozy-page__controls {
  position: absolute;
  z-index: 20;
  bottom: 15%;
  left: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media (max-width: 767.98px) {
  .cozy-page__controls {
    right: 20%;
    bottom: 10%;
    gap: 1rem;
  }
}
.cozy-page__slides {
  padding-top: 5em;
  padding-bottom: 7em;
  position: relative;
  z-index: 10;
  color: var(--white);
  background: var(--blue);
  position: relative;
}
.cozy-page__slides::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  background: var(--blue);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
.cozy-page__slides::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: var(--blue);
}
@media (max-width: 767.98px) {
  .cozy-page__slides {
    padding-top: 3em;
  }
}

.slider-cozy {
  margin-left: 0;
  margin-right: 0;
}
@media (any-hover: hover) {
  .slider-cozy:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.slider-cozy__image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60em;
}
.slider-cozy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider-cozy__image {
    height: 42em;
  }
}
.slider-cozy__text-block {
  width: 60em;
}
@media (max-width: 767.98px) {
  .slider-cozy__text-block {
    width: 100%;
  }
}
.slider-cozy__subtitle {
  font-size: 2em;
  line-height: 110%;
  margin-top: 1em;
}
.slider-cozy__text {
  margin-top: 1em;
}
.slider-cozy__pagination {
  margin-top: 1em;
}
.slider-cozy__pagination .swiper-pagination-bullet {
  border: 2px solid var(--white);
}
.slider-cozy__pagination .swiper-pagination-bullet-active {
  background: var(--white);
}
.slider-cozy__prev {
  border: 1px solid var(--white);
}
.slider-cozy__next {
  background: var(--white);
  border: 1px solid var(--white);
}
@media (any-hover: hover) {
  .slider-cozy__next:not(.swiper-button-disabled):hover {
    background: var(--white);
  }
}

.thumb-cozy {
  width: 100%;
  margin: 0 !important;
}
.thumb-cozy__swiper {
  width: 600px;
}
@media (max-width: 1280px) {
  .thumb-cozy__swiper {
    width: calc(290px + 310 * (100vw - 320px) / (960));
  }
}
.thumb-cozy__swiper .swiper-slide-thumb-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.thumb-cozy__slide {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: all 1.2s ease 0s !important;
  transition: all 1.2s ease 0s !important;
}

.landscape-page {
  overflow: hidden;
}
.landscape-page.active .landscape-page__title, .landscape-page.active .landscape-page__text {
  opacity: 1;
}
.landscape-page.active .landscape-page__image::before, .landscape-page.active .landscape-page__image_d::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .landscape-page.active .landscape-page__image::before, .landscape-page.active .landscape-page__image_d::before {
    width: 16em;
    height: 16em;
  }
}
.landscape-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5em;
}
@media (max-width: 991.98px) {
  .landscape-page__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
}
@media (min-width: 991.98px) {
  .landscape-page__content {
    width: 33%;
  }
}
.landscape-page__title {
  margin-bottom: 1.2em;
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.landscape-page__text {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
  margin-bottom: 1.2em;
}
.landscape-page__images {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .landscape-page__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.landscape-page__left .landscape-page__image {
  width: 100%;
  height: 65em;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%, 0 25%);
}
@media (max-width: 767.98px) {
  .landscape-page__left {
    width: 100%;
  }
}
.landscape-page__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.landscape-page__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 32em;
}
.landscape-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .landscape-page__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.landscape-page__items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.98px) {
  .landscape-page__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.halls-page {
  position: relative;
  overflow: hidden;
}
.halls-page.active .slider-halls__image::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .halls-page.active .slider-halls__image::before {
    width: 16em;
    height: 16em;
  }
}
.halls-page__decore-circle {
  top: -15%;
  left: 55%;
  width: 52em;
  height: 52em;
}
@media (max-width: 767.98px) {
  .halls-page__decore-circle {
    height: 29em;
    width: 29em;
  }
}
@media (max-width: 991.98px) {
  .halls-page__container {
    padding: 0 1rem;
  }
}
.halls-page__title {
  margin-bottom: 1.2em;
}
.halls-page__text:not(:last-child) {
  margin-bottom: 1.2em;
}
.halls-page__text span {
  color: var(--blue);
  font-size: 4.2em;
}

.slider-halls {
  position: relative;
  z-index: 20;
}
.slider-halls__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5em;
}
@media (max-width: 991.98px) {
  .slider-halls__slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slider-halls__content {
  padding-left: 0.5em;
}
@media (min-width: 991.98px) {
  .slider-halls__content {
    width: 33%;
  }
}
.slider-halls__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .slider-halls__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .slider-halls__left {
    width: 100%;
  }
}
.slider-halls__left .slider-halls__image {
  width: 100%;
  height: 651px;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 100%, 0 25%);
}
@media (max-width: 1280px) {
  .slider-halls__left .slider-halls__image {
    height: calc(320px + 331 * (100vw - 320px) / (960));
  }
}
@media (min-width: 767.98px) {
  .slider-halls__left .slider-halls__image {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}
.slider-halls__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.slider-halls__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
}
@media (max-width: 1280px) {
  .slider-halls__image {
    height: calc(190px + 150 * (100vw - 320px) / (960));
  }
}
.slider-halls__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .slider-halls__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.slider-halls__controls {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .slider-halls__controls {
    margin-top: calc(15px + 20 * (100vw - 320px) / (960));
  }
}
@media (max-width: 991.98px) {
  .slider-halls__controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 120px;
  }
}
@media (max-width: 991.98px) and (max-width: 1280px) {
  .slider-halls__controls {
    margin-top: calc(45px + 75 * (100vw - 320px) / (960));
  }
}
.slider-halls__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slider-halls__pagination {
  width: auto !important;
}
.children-page.active .children-page__title, .children-page.active .children-page__text {
  opacity: 1;
}
.children-page.active .children-page__image::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .children-page.active .children-page__image::before {
    width: 16em;
    height: 16em;
  }
}
.children-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9em;
}
@media (max-width: 767.98px) {
  .children-page__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.children-page__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
@media (min-width: 767.98px) {
  .children-page__images {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .children-page__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.children-page__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 68em;
}
.children-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .children-page__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 767.98px) {
  .children-page__content {
    width: 50%;
    padding: 0 5em;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1295px) {
  .children-page__content {
    margin-right: 9em;
  }
}
.children-page__title {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.children-page__text-block {
  margin-top: 5em;
}
.children-page__text {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.children-page__text:not(:last-child) {
  margin-bottom: 1.2em;
}

.parking-page {
  position: relative;
  overflow: hidden;
}
.parking-page.active .parking-page__title, .parking-page.active .parking-page__text, .parking-page.active .item-about {
  opacity: 1;
}
.parking-page__decore-plane {
  top: 0;
  right: 0;
}
.parking-page__title {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
}
.parking-page__text {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease 0s;
  transition: opacity 1.3s ease 0s;
  margin-top: 3em;
}
.parking-page__container-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 5em;
}
@media (max-width: 991.98px) {
  .parking-page__container-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.5rem;
  }
}
@media (max-width: 479.98px) {
  .parking-page__container-images {
    padding: 0 1rem;
  }
}
.parking-page__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 4em;
}
.parking-page__left-block .parking-page__image {
  width: 62em;
  height: 34em;
  clip-path: polygon(0% 0%, 100% 0, 100% 66%, 75% 100%, 0% 100%);
}
@media (max-width: 767.98px) {
  .parking-page__left-block .parking-page__image {
    width: 100%;
  }
}
.parking-page__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}
@media (max-width: 991.98px) {
  .parking-page__right-block {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  }
}
@media (max-width: 479.98px) {
  .parking-page__right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.5rem;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
  }
}
.parking-page__image {
  position: relative;
  width: 100%;
  height: 49em;
}
.parking-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .parking-page__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
.options-page.active .options-page__title, .options-page.active .options-page__text {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.options-page.active .item-options {
  opacity: 1;
}
.options-page.active .item-options::before {
  width: 100%;
  height: 100%;
}
.options-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.options-page__title {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s ease 0s;
  transition: opacity 1s, -webkit-transform 1s ease 0s;
  transition: opacity 1s, transform 1s ease 0s;
  transition: opacity 1s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.options-page__text {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s ease 0s;
  transition: opacity 1.2s, -webkit-transform 1.2s ease 0s;
  transition: opacity 1.2s, transform 1.2s ease 0s;
  transition: opacity 1.2s, transform 1.2s ease 0s, -webkit-transform 1.2s ease 0s;
  margin-top: 1.2em;
}
.options-page__content {
  position: relative;
  width: 100%;
}
.options-page__content.active .options-page__button {
  opacity: 1;
  visibility: visible;
}
.options-page__content.active .item-options {
  opacity: 0;
  visibility: hidden;
}
.options-page__content.active .item-options.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .options-page__content.active .item-options:not(.active) {
    display: none;
  }
  .options-page__content.active .info-options.active {
    display: block;
  }
}
.options-page__items {
  width: 100%;
  margin-top: 7em;
  padding-bottom: calc(25% - 2em);
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .options-page__items {
    padding-bottom: 50%;
  }
}
@media (max-width: 767.98px) {
  .options-page__items {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.options-page__button {
  font-size: 1em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 25;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--blue);
  border-radius: 50%;
  padding: 1.5em;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.options-page__button::before, .options-page__button::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  top: calc(50% - 1px);
  left: 10%;
  background: var(--primary);
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.options-page__button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.options-page__button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .options-page__button:hover {
    background: var(--blue);
  }
  .options-page__button:hover::before, .options-page__button:hover::after {
    background: var(--white);
  }
}
@media (max-width: 767.98px) {
  .options-page__button {
    top: 45%;
  }
}
.item-options {
  text-align: center;
  opacity: 0;
  -webkit-transition: left 0.5s, top 0.5s, opacity 1s ease 0s;
  transition: left 0.5s, top 0.5s, opacity 1s ease 0s;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 1em);
  padding-bottom: calc(25% - 2.5em);
  top: 0;
  background: var(--light-blue);
}
.item-options:nth-child(1) {
  left: 0;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}
.item-options:nth-child(2) {
  left: calc(25% + 0.25em);
  color: var(--white);
  background: var(--blue);
}
.item-options:nth-child(3) {
  left: calc(50% + 0.5em);
}
.item-options:nth-child(4) {
  left: calc(75% + 1em);
  -webkit-clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
  color: var(--white);
  background: var(--blue);
}
.item-options.active {
  z-index: 20;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.item-options.active .item-options__label {
  border: 1px solid var(--primary);
}
.item-options.active .item-options__text-block {
  display: block;
}
.item-options.active .item-options__text-block p {
  font-size: 1.5em;
  line-height: 120%;
  text-align: left;
}
.item-options.active .item-options__text-block p:not(:last-child) {
  margin-bottom: 0.75em;
}
@media (any-hover: hover) {
  .item-options:not(.active):hover .item-options__title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .item-options:not(.active):hover .item-options__labels, .item-options:not(.active):hover .item-options__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 991.98px) {
  .item-options {
    width: calc(50% - 1em);
  }
  .item-options:nth-child(2) {
    left: calc(50% + 0.5em);
  }
  .item-options:nth-child(3) {
    top: 50%;
    left: 0;
  }
  .item-options:nth-child(4) {
    top: 50%;
    left: calc(50% + 0.5em);
  }
  .item-options.active {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .item-options {
    position: relative;
    width: 50%;
    top: unset !important;
    left: unset !important;
    aspect-ratio: 1/1;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media (max-width: 479.98px) {
  .item-options {
    width: 100%;
  }
}
.item-options__body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.item-options__title {
  margin: 0 auto;
  text-transform: uppercase;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease 0s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
}
.item-options__text-block {
  display: none;
  margin: 1em;
}
@media (max-width: 767.98px) {
  .item-options__text-block {
    width: 19em;
  }
}
.item-options__text, .item-options__labels {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease 0s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
}
.item-options__text, .item-options__labels {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease 0s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s ease 0s, -webkit-transform 0.3s;
  text-transform: uppercase;
}
.item-options__text {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 120%;
}
.item-options__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  max-width: 29em;
}
.item-options__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em;
  border-radius: 1.11em;
  border: 1px solid var(--white);
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 120%;
}

.info-options {
  position: absolute;
  z-index: 5;
  width: calc(75% - 10rem);
  height: 100%;
  left: calc(25% + 5rem);
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease 0.3s;
  transition: opacity 0.3s, visibility 0.3s ease 0.3s;
}
.info-options.active {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .info-options {
    width: calc(66.666% - 2rem);
    left: calc(33.333% + 1rem);
  }
}
@media (max-width: 767.98px) {
  .info-options {
    margin: 4em 0;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    display: none;
  }
}
.info-options__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.info-options__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-options__title {
  text-align: left;
}
.info-options__title span {
  font-weight: 700;
  font-size: 1.5em;
}
.info-options__navigation {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-options__tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5em;
  border-radius: 1.4em;
  border: 1px solid var(--blue);
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 120%;
}
.info-options__tab._tab-active {
  background: var(--blue);
}
.info-options__content {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.info-options__text {
  text-align: left;
}
.info-options__text span {
  font-weight: 500;
}
.info-options__bottom {
  margin-top: 3em;
}
.info-options__button {
  margin-right: auto;
  margin-left: 0;
}

.main-catalog-page {
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .main-catalog-page {
    margin-top: 13em;
  }
}
.main-catalog-page.active .item-catalog {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.main-catalog-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .main-catalog-page__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .main-catalog-page__header > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main-catalog-page__header > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .main-catalog-page__header > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .main-catalog-page__header > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 991.98px) {
  .main-catalog-page__header {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1295px) {
  .main-catalog-page__header {
    margin-right: 9em;
  }
}
@media (max-width: 991.98px) {
  .main-catalog-page__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media (max-width: 991.98px) {
  .main-catalog-page__filter {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 767.98px) {
  .main-catalog-page__filter {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .main-catalog-page__link {
    margin-left: auto;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}

.filter-catalog-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid var(--gray);
  border-radius: 3.8em;
  overflow: hidden;
}
@media (min-width: 479.98px) {
  .filter-catalog-main {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 479.98px) {
  .filter-catalog-main {
    overflow: auto;
  }
}
.filter-catalog-main__item {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
  font-size: 1.2em;
  line-height: 120%;
  padding: 1.5em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter-catalog-main__item:not(:last-child) {
  border-right: 1px solid var(--gray);
}
.filter-catalog-main__item.active {
  color: var(--white);
  background: var(--blue);
}
@media (any-hover: hover) {
  .filter-catalog-main__item:not(.active):hover {
    color: var(--white);
    background: var(--gray);
  }
}

.catalog-slider {
  overflow: visible;
  margin-top: 7em;
}
.catalog-slider__slide .item-catalog {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.catalog-slider__slide .item-catalog__image {
  height: 21em;
}
.catalog-slider__slide.hide {
  visibility: hidden;
  opacity: 0;
  max-width: 0;
  display: none;
}
.catalog-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991.98px) {
  .catalog-slider__controls {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 767.98px) {
  .catalog-slider__controls {
    margin: 2rem auto 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team-page.active .team-page__title, .team-page.active .team-page__text {
  opacity: 1;
}
.team-page.active .team-page__image::before {
  width: 32em;
  height: 32em;
}
@media (max-width: 767.98px) {
  .team-page.active .team-page__image::before {
    width: 16em;
    height: 16em;
  }
}
.team-page__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12em 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 12em;
}
@media (max-width: 991.98px) {
  .team-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
}
.team-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.team-page__logo {
  overflow: hidden;
  width: 21em;
  height: auto;
}
.team-page__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-page__title {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}
.team-page__text-block {
  margin-top: 5em;
}
.team-page__text {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}
.team-page__text:not(:last-child) {
  margin-bottom: 1.2em;
}
.team-page__button {
  margin-top: 2.5em;
}
@media (max-width: 991.98px) {
  .team-page__button {
    margin-left: auto;
    margin-right: auto;
  }
}
.team-page__image-block {
  position: relative;
}
.team-page__icon {
  position: absolute;
  z-index: 15;
  top: -15%;
  left: -10%;
  overflow: hidden;
  width: 19em;
  height: 27em;
}
.team-page__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .team-page__icon {
    width: 10em;
    height: 17em;
    left: 0;
  }
}
@media (max-width: 479.98px) {
  .team-page__icon {
    top: -30%;
  }
}
.team-page__image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 54em;
}
.team-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .team-page__image:hover .zoom-button {
    /*background: rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px var(--light-gray);*/
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .team-page__image {
    height: auto;
  }
}

.building-page {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.building-page .building-page__text-block {
  opacity: 0;
  -webkit-transform: translateY(400%);
          transform: translateY(400%);
  -webkit-transition: opacity 1.8s, -webkit-transform 1.8s ease-out 0s;
  transition: opacity 1.8s, -webkit-transform 1.8s ease-out 0s;
  transition: opacity 1.8s, transform 1.8s ease-out 0s;
  transition: opacity 1.8s, transform 1.8s ease-out 0s, -webkit-transform 1.8s ease-out 0s;
  color: var(--white);
  margin-top: 4em;
}
.building-page.active .building-page__title, .building-page.active .content-building__item, .building-page.active .building-page__text-block {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}
.building-page.active .content-building__item::before {
  width: 16em;
  height: 16em;
  top: -8em;
  left: -8em;
}
.building-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.building-page__title {
  opacity: 0;
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
  -webkit-transition: opacity 2.8s ease-out 0s, -webkit-transform 2.8s;
  transition: opacity 2.8s ease-out 0s, -webkit-transform 2.8s;
  transition: transform 2.8s, opacity 2.8s ease-out 0s;
  transition: transform 2.8s, opacity 2.8s ease-out 0s, -webkit-transform 2.8s;
}
.building-page__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10em;
  margin-top: 5em;
}
@media (max-width: 767.98px) {
  .building-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-building__item {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  -webkit-transition: opacity 2.8s ease-out 0s, -webkit-transform 2.8s;
  transition: opacity 2.8s ease-out 0s, -webkit-transform 2.8s;
  transition: transform 2.8s, opacity 2.8s ease-out 0s;
  transition: transform 2.8s, opacity 2.8s ease-out 0s, -webkit-transform 2.8s;
  width: 32em;
  height: 42em;
}
@media (any-hover: hover) {
  .content-building__item:hover .content-building__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 479.98px) {
  .content-building__item {
    width: 100%;
  }
}
.content-building__images {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.content-building__image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.content-building__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.content-building__image::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: var(--primary);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .content-building__image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .content-building__image:hover::before {
    opacity: 0;
  }
}
.content-building__image_dn {
  display: none;
}
.content-building__text-block {
  color: var(--white);
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2em;
}
.content-building__text {
  color: var(--white);
  font-family: "Pobeda", sans-serif;
  font-size: 4em;
  line-height: 110%;
  text-transform: uppercase;
  white-space: nowrap;
}
.content-building__subtext {
  color: var(--white);
  font-size: 1.6em;
  line-height: 200%;
}

.catalog-page__container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 22% 2% 76%;
  grid-template-columns: 22% 76%;
  gap: 2%;
}
@media (max-width: 767.98px) {
  .catalog-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.catalog-page__filter {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s ease 0s;
  transition: opacity 1.3s, -webkit-transform 1.3s ease 0s;
  transition: opacity 1.3s, transform 1.3s ease 0s;
  transition: opacity 1.3s, transform 1.3s ease 0s, -webkit-transform 1.3s ease 0s;
}
.catalog-page__select-body {
  margin-bottom: 3em;
}
.catalog-page__select-body::after {
  content: "";
  position: absolute;
  margin-left: auto;
  width: 0.8em;
  height: 0.8em;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-left: 2px solid var(--primary);
  border-top: 2px solid var(--primary);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.catalog-page__select {
  background: transparent;
  position: relative;
  z-index: 3;
  color: var(--primary);
  font-size: 1.6em;
  line-height: 120%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.catalog-page__select option {
  color: var(--primary);
  font-size: 1em;
  line-height: 120%;
}
.catalog-page.active .catalog-page__filter {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.catalog-page.active .item-catalog {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.filter-catalog {
  /*position: sticky;
  top: 8.5em;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding: 1.5em;
  padding-top: 0;
}
@media (max-width: 1295px) {
  .filter-catalog {
    position: relative;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .filter-catalog {
    width: 100%;
  }
}
.filter-catalog__item {
  width: 100%;
  margin-bottom: 4em;
}
.filter-catalog__title {
  color: var(--primary);
  font-size: 1.5em;
  line-height: 120%;
  margin-bottom: 0.6em;
}
.filter-catalog__inputs, .filter-catalog__buttons {
  border-radius: 1em;
  color: var(--primary);
  border: 1px solid var(--light-gray);
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2em;
}
.filter-catalog__inputs {
  padding: 1em;
}
.filter-catalog__buttons {
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.filter-catalog__radio-buttons {
  overflow: hidden;
  border-radius: 2.4em;
}
.filter-catalog__radio {
  position: relative;
  cursor: pointer;
  color: var(--primary);
  font-size: 1.6em;
  line-height: 120%;
  padding: 0.6em 1em;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.filter-catalog__radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.filter-catalog__radio.active {
  color: var(--white);
  background: var(--blue);
}
@media (any-hover: hover) {
  .filter-catalog__radio:not(.active):hover {
    color: var(--white);
    background: var(--gray);
  }
}
.filter-catalog__input-body {
  padding: 0 0.6em;
}
.filter-catalog__input-body:nth-child(2) {
  border-left: 1px solid var(--light-gray);
}
.filter-catalog__input-body input[type=number]::-webkit-outer-spin-button,
.filter-catalog__input-body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter-catalog__input-body_small .filter-catalog__input {
  max-width: 3em;
}
.filter-catalog__input {
  margin-left: 5px;
}
.filter-catalog__input-body, .filter-catalog__input {
  color: var(--primary);
  font-size: 1.3em;
  line-height: 120%;
}
.filter-catalog__button-submit {
  margin-top: 3em;
  width: 90%;
}
@media (max-width: 767.98px) {
  .filter-catalog__button-submit {
    width: 100%;
  }
}
.filter-catalog__button-clear {
  margin-top: 2em;
}
.mobile-spoller {
  width: 100%;
}
.mobile-spoller__title {
  margin-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}
.mobile-spoller__title.spoller-active {
  color: var(--primary);
  background: var(--white);
}
.mobile-spoller__title.spoller-active::before, .mobile-spoller__title.spoller-active::after {
  content: "";
  right: 1em;
  border-radius: 2px;
  position: absolute;
  width: 1.2em;
  height: 2px;
  background: var(--black);
}
.mobile-spoller__title.spoller-active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.mobile-spoller__title.spoller-active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
@media (min-width: 767.98px) {
  .mobile-spoller__title {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .mobile-spoller__title {
    width: 100%;
  }
}
.spoller-filter-catalog {
  width: 100%;
}
.spoller-filter-catalog__title {
  color: var(--primary);
  font-size: 1.4em;
  line-height: 120%;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 1rem;
}
.spoller-filter-catalog__title::after {
  content: "";
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--primary);
  border-top: 2px solid var(--primary);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.spoller-filter-catalog__title.spoller-active::after {
  -webkit-transform: rotate(-225deg) translate(3px, 0px);
          transform: rotate(-225deg) translate(3px, 0px);
}
.spoller-filter-catalog__title span {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5em;
  height: 1.5em;
  color: var(--white);
  border-radius: 1em;
  background: var(--primary);
}
.spoller-filter-catalog__menu {
  margin-top: 2em;
}
.spoller-filter-catalog__list {
  color: var(--primary);
  font-size: 1.6em;
  line-height: 120%;
  font-weight: 500;
}

.content-catalog__items {
  padding-bottom: 10em;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-grid-columns: 1fr 4em 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  row-gap: 5em;
}
@media (max-width: 479.98px) {
  .content-catalog__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content-catalog__show-more {
  margin-top: 5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.item-catalog {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background: var(--gray);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.item-catalog::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background: var(--white);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.item-catalog__body {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: left;
  padding: 3em;
  -webkit-transition: border 0.3s ease 0s, -webkit-transform 0.3s;
  transition: border 0.3s ease 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s ease 0s;
  transition: transform 0.3s, border 0.3s ease 0s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .item-catalog__body:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.item-catalog__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.5rem;
}
.item-catalog__text-block:first-child {
  padding-left: 3em;
}
.item-catalog__text-block:not(:first-child) {
  margin-top: 1em;
}
.item-catalog__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-catalog__image img:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.item-catalog__image-block {
  position: relative;
  margin-top: 6em;
  /*padding: 0 2em;
  max-width: 32em;*/
  overflow: hidden;
  width: 100%;
  height: 32em;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-catalog__image-block:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  .item-catalog__image-block:hover .item-catalog__image {
    visibility: 0;
    opacity: 0;
  }
  .item-catalog__image-block:hover .item-catalog__image-absolute {
    visibility: visible;
    opacity: 1;
  }
}
/*@media (max-width: 767.98px) {
  .item-catalog__image-block {
    max-width: 29em;
  }
}*/
.item-catalog__image {
  display: block;
  width: 32em;
  height: inherit;
}
.item-catalog__image-flat {
  display: block;
  width: inherit;
  height: inherit;
}
.item-catalog__image-block .item-catalog__image, .item-catalog__image-block .item-catalog__image-absolute {
  display: block;
  width: inherit;
  height: inherit;
  -webkit-transition: visibility 0.3s, opacity 0.3s ease 0s;
  transition: visibility 0.3s, opacity 0.3s ease 0s;
}
.item-catalog__image img, .item-catalog__image-absolute img, .item-catalog__image-flat img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .item-catalog__image-block .item-catalog__image, .item-catalog__image-block .item-catalog__image-absolute {
    max-width: 32em;
  }
}
.item-catalog__image-absolute {
  position: absolute;
  top: 0;
  left: 0;
  visibility: 0;
  opacity: 0;
}
.item-catalog__price {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Pobeda", sans-serif;
  font-size: 2.4em;
  line-height: 100%;
}
.item-catalog__info {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  line-height: 100%;
  color: var(--gray);
}
.item-catalog__tags {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.item-catalog__tag, .item-catalog__tag_wc, .item-catalog__tag_park {
  padding: 0.5em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary);
  font-weight: 500;
  font-size: 1em;
  line-height: 100%;
}
.item-catalog__tag_wc {
  color: var(--blue);
}
.item-catalog__tag_park {
  color: var(--white);
  background: var(--dark-blue);
}
.item-catalog__more-info {
  margin-top: 1em;
  font-size: 1.4em;
  line-height: 110%;
  color: var(--dark-blue);
}
.item-catalog__more-info.flat-info__text span {
  background: var(--dark-blue);
}
.item-catalog__more-info.flat-info__text span::after {
  top: auto;
  bottom: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 1.25em;
  max-width: 18em;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 92% 95%, 86% 100%, 80% 95%, 0 95%);
}

.form-resident-page {
  overflow: hidden;
  position: relative;
}
.form-resident-page::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -10%;
  background: var(--primary);
  border-radius: 100vh 100vh 0 0/30vh 30vh 0 0;
}
.form-resident-page__container {
  position: relative;
  z-index: 2;
}
.form-resident-page__container input, .form-resident-page__container span, .form-resident-page__container .title {
  color: rgb(255, 255, 255);
}
.form-resident-page__container .button-link {
  background: var(--white);
}
.form-resident-page__container .button-link::before {
  border: 1px solid var(--white);
}
.form-resident-page__container .button-link span {
  color: var(--primary);
}
.form-resident-page .content-form {
  border-width: 0;
}

.alike-page {
  overflow: hidden;
}
.alike-page.active .content-catalog__item, .alike-page.active .alike-page__title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.alike-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.alike-page__title {
  opacity: 0;
  -webkit-transition: opacity 2.3s ease 0s;
  transition: opacity 2.3s ease 0s;
}
.alike-page__slider {
  margin-top: 7em;
  padding: 1.5em;
  padding-bottom: 5em;
}
@media (max-width: 767.98px) {
  .alike-page__slider {
    padding: 0;
    padding-bottom: 3.5em;
  }
}
.alike-page__slide .content-catalog__item {
  opacity: 0;
}
@media (min-width: 479.98px) {
  .alike-page__slide:nth-child(2n) .content-catalog__item-body {
    background: #fff;
  }
}

.flat-page {
  position: relative;
  overflow: hidden;
}
.flat-page.active .flat-page__column, .flat-page.active .flat-page__tabs {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.flat-page__decore-plane {
  top: 0;
  left: 35%;
}
@media (max-width: 767.98px) {
  .flat-page__decore-plane {
    left: 60%;
  }
}
.flat-page__container {
  position: relative;
  z-index: 20;
}
@media (min-width: 767.98px) {
  .flat-page__container {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-grid-columns: 1fr 2em 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 2em;
  }
}
@media (max-width: 767.98px) {
  .flat-page__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.flat-page__column, .flat-page__tabs {
  opacity: 0;
  -webkit-transition: opacity 2.3s, -webkit-transform 1.3s ease 0s;
  transition: opacity 2.3s, -webkit-transform 1.3s ease 0s;
  transition: opacity 2.3s, transform 1.3s ease 0s;
  transition: opacity 2.3s, transform 1.3s ease 0s, -webkit-transform 1.3s ease 0s;
}
.flat-page__column {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flat-page__tabs {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 991.98px) {
  .column-flat__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}
@media (max-width: 767.98px) {
  .column-flat__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column-flat__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8em;
}
.column-flat__row {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .column-flat__row {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .column-flat__info {
    width: 100%;
  }
}
.column-flat__image {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.column-flat__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.column-flat__table {
  width: 100%;
}
.column-flat__item {
  color: var(--dark);
  font-family: "TT Norms";
  font-size: 1.6em;
  line-height: 120%;
}
.column-flat__item:last-child {
  text-align: right;
}
.column-flat__line {
  position: relative;
  width: 17em;
}
.column-flat__line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: var(--gray);
}
@media (max-width: 767.98px) {
  .column-flat__line {
    width: 60vw;
  }
}
@media (max-width: 479.98px) {
  .column-flat__line {
    width: 10em;
  }
}
.column-flat__price {
  margin-top: 1em;
  font-size: 4.2em;
  color: var(--dark);
}
.column-flat__sale {
  margin-top: 1em;
  font-size: 2.4em;
  line-height: 120%;
}
.column-flat__sale span {
  font-weight: 600;
}
.column-flat__info-text {
  margin-top: 1em;
  font-size: 1.6em !important;
}
.column-flat__info-text.flat-info__text span {
  background: var(--dark-blue);
}
.column-flat__info-text.flat-info__text span::after {
  max-width: 22em;
}
.column-flat__button {
  margin-top: 5em;
  width: 23em;
}
@media (max-width: 479.98px) {
  .column-flat__button {
    width: 100%;
  }
}
.column-flat__buttons {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
}
@media (max-width: 991.98px) {
  .tabs-flat {
    margin-top: 5em;
  }
}
.tabs-flat__navigation {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid var(--gray);
  border-radius: 4em;
  overflow: hidden;
}
@media (min-width: 479.98px) {
  .tabs-flat__navigation {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 767.98px) {
  .tabs-flat__navigation {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: scroll;
  }
}
@media (max-width: 479.98px) {
  .tabs-flat__navigation {
    overflow: auto;
  }
}
.tabs-flat__title {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
  background: var(--white);
  font-size: 1.2em;
  line-height: 120%;
  padding: 1.5em;
  -webkit-transition: color 0.3s, background 0.3s ease 0s;
  transition: color 0.3s, background 0.3s ease 0s;
}
.tabs-flat__title:not(:last-child) {
  border-right: 1px solid var(--gray);
}
.tabs-flat__title._tab-active {
  color: var(--white);
  background: var(--blue);
}
@media (any-hover: hover) {
  .tabs-flat__title:not(.active):hover {
    color: var(--white);
    background: var(--gray);
  }
}
.tabs-flat__wrap {
  margin-top: 3em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tabs-flat__wrap.active .tabs-flat__circle-svg {
  opacity: 1;
}
.tabs-flat__wrap.active .tabs-flat__circle-progress {
  stroke-dashoffset: 45em;
  opacity: 1;
  -webkit-transition: stroke-dashoffset 3.3s ease 0s;
  transition: stroke-dashoffset 3.3s ease 0s;
}
.tabs-flat__wrap.active .toggle-filter__button span::before {
  left: calc(100% - 18px);
  background: var(--blue);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tabs-flat__wrap.active .tabs-flat__image {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.tabs-flat__wrap.active .tabs-flat__start {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.tabs-flat__wrap.active .tabs-flat__finish {
  opacity: 1;
  -webkit-transition: opacity 3.3s ease-in 0s;
  transition: opacity 3.3s ease-in 0s;
}
.tabs-flat__wrap.section_1-2 .tabs-flat__way {
  -webkit-transform: translate(-50%, -50%) rotate(42deg);
          transform: translate(-50%, -50%) rotate(42deg);
}
.tabs-flat__wrap.section_1-2 .tabs-flat__start {
  -webkit-transform: translate(50%, -50%) rotate(-42deg);
          transform: translate(50%, -50%) rotate(-42deg);
}
.tabs-flat__wrap.section_1-2 .tabs-flat__finish {
  -webkit-transform: translate(-50%, -50%) rotate(-42deg);
          transform: translate(-50%, -50%) rotate(-42deg);
}
.tabs-flat__wrap.section_1-2 .toggle-filter__image img:last-child {
  display: none;
}
.tabs-flat__wrap.section_3-4 .tabs-flat__way {
  -webkit-transform: translate(-50%, -50%) rotate(-50deg);
          transform: translate(-50%, -50%) rotate(-50deg);
}
.tabs-flat__wrap.section_3-4 .tabs-flat__start {
  -webkit-transform: translate(50%, -50%) rotate(50deg);
          transform: translate(50%, -50%) rotate(50deg);
}
.tabs-flat__wrap.section_3-4 .tabs-flat__finish {
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
          transform: translate(-50%, -50%) rotate(50deg);
}
.tabs-flat__wrap.section_3-4 .toggle-filter__image img:first-child {
  display: none;
}
@media (max-width: 767.98px) {
  .tabs-flat__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.tabs-flat__circle {
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .tabs-flat__circle {
    margin-top: 3em;
  }
}
.tabs-flat__way {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54em;
  height: 54em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .tabs-flat__way {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 42em;
    height: 42em;
  }
}
@media (max-width: 767.98px) {
  .tabs-flat__way {
    width: 36em;
    height: 36em;
  }
}
.tabs-flat__start, .tabs-flat__finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  text-transform: uppercase;
  color: var(--black);
  font-size: 1em;
  line-height: 120%;
  opacity: 0;
}
.tabs-flat__start {
  bottom: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.tabs-flat__finish {
  top: 0;
  left: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.tabs-flat__circle-svg {
  pointer-events: none;
  opacity: 0;
  width: 54em;
  height: 54em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .tabs-flat__circle-svg {
    width: 42em;
    height: 42em;
  }
}
@media (max-width: 991.98px) {
  .tabs-flat__circle-svg {
    width: 36em;
    height: 36em;
  }
}
.tabs-flat__circle-svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 2;
  r: 26.8em;
  cx: 26.9em;
  cy: 26.9em;
}
@media (max-width: 991.98px) {
  .tabs-flat__circle-svg circle {
    r: 20.8em;
    cx: 20.9em;
    cy: 20.9em;
  }
}
@media (max-width: 991.98px) {
  .tabs-flat__circle-svg circle {
    r: 17.8em;
    cx: 17.9em;
    cy: 17.9em;
  }
}
.tabs-flat__main-circle {
  stroke: var(--blue);
  stroke-opacity: 0.3;
  stroke-dasharray: 13, 12;
}
.tabs-flat__circle-progress {
  stroke: var(--blue);
  stroke-width: 2;
  stroke-dasharray: 168.4em;
  stroke-dashoffset: 168.4em;
}
@media (max-width: 991.98px) {
  .tabs-flat__circle-progress {
    stroke-dasharray: 130em;
    stroke-dashoffset: 130em;
  }
}
@media (max-width: 767.98px) {
  .tabs-flat__circle-progress {
    stroke-dasharray: 126em;
    stroke-dashoffset: 126em;
  }
}
.tabs-flat__content {
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 767.98px) {
  .tabs-flat__body {
    width: 70%;
  }
}
.tabs-flat__image {
  display: block;
  overflow: hidden;
  width: auto;
  height: 54em;
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
.tabs-flat__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .tabs-flat__image {
    height: 42em;
  }
}
@media (max-width: 767.98px) {
  .tabs-flat__image {
    height: 36em;
  }
}
.flat-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .flat-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flat-info__text {
  cursor: pointer;
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.flat-info__text span {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  background: var(--primary);
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.flat-info__text span::before {
  content: "?";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--white);
}
.flat-info__text span::after {
  font-weight: 400;
  content: attr(data-tooltip);
  position: absolute;
  text-align: justify;
  z-index: 30;
  width: 32em;
  top: 2.5em;
  right: -75%;
  clip-path: polygon(90% 5%, 95% 0, 100% 5%, 100% 100%, 0 100%, 0 5%);
  background: var(--gray);
  color: var(--white);
  padding: 0.75em;
  padding-top: 1.25em;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media (any-hover: hover) {
  .flat-info__text:hover span {
    background: var(--blue);
  }
  .flat-info__text:hover span::after {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .flat-info__text span::after {
    width: 20em;
  }
}

@media (max-width: 991.98px) {
  .resident {
    margin-top: 4em;
  }
}
.resident__slider-body {
  width: 726px;
}
@media (max-width: 1280px) {
  .resident__slider-body {
    width: calc(290px + 436 * (100vw - 320px) / (960));
  }
}
@media (max-width: 991.98px) {
  .resident__slider-body {
    margin-top: 4em;
    width: 100%;
  }
}
.resident__navigation {
  position: relative;
  z-index: 10;
  margin-bottom: 3em;
}
@media (min-width: 767.98px) {
  .resident__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.resident-slider__image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 540px;
}
@media (max-width: 1280px) {
  .resident-slider__image {
    height: calc(320px + 220 * (100vw - 320px) / (960));
  }
}
.resident-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.resident-slider-thumb__link {
  cursor: pointer;
  text-align: center;
  padding: 0.75em;
  color: var(--primary);
  background: transparent;
  border: 1px solid #fff;
  font-family: "TT Norms";
  font-size: 1.4em;
  line-height: 150%;
  text-transform: uppercase;
  -webkit-transition: color 0.5s, border 0.5s, background 0.5s ease 0s;
  transition: color 0.5s, border 0.5s, background 0.5s ease 0s;
}
.resident-slider-thumb__link.swiper-slide-thumb-active {
  color: var(--primary);
  border: 1px solid var(--blue);
}
@media (any-hover: hover) {
  .resident-slider-thumb__link:hover {
    color: #fff;
    background: var(--blue);
    border: 1px solid var(--blue);
  }
}

.page__repair {
  overflow: hidden;
  padding-top: 12em;
  padding-bottom: 6em;
}

@media (min-width: 767.98px) {
  .repair__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4em;
  }
}
@media (min-width: 767.98px) {
  .repair__main {
    max-width: 42em;
  }
}
.repair__title {
  margin-bottom: 1em;
}
.repair__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.repair__image-block {
  position: relative;
}
@media (max-width: 767.98px) {
  .repair__image-block {
    margin-top: 3em;
  }
}
.repair__popup {
  position: absolute;
  z-index: 10;
  padding: 1em;
  max-width: 32em;
  height: auto;
  color: var(--white);
  background: var(--blue);
  display: none;
}
.repair__popup.active {
  display: block;
}
.repair__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.repair__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.repair__image svg {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.repair__image svg path {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .repair__image svg path:hover {
    opacity: 1;
  }
}

.gallery-page {
  position: relative;
  overflow: hidden;
}
.gallery-page__container {
  position: relative;
}
.gallery-page__items {
  position: relative;
  z-index: 20;
  margin-top: 7em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4em 1fr 4em 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4em;
}
@media (max-width: 991.98px) {
  .gallery-page__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .gallery-page__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gallery-page__decore-plane {
  top: -50%;
  right: 0;
}

.item-gallery {
  position: relative;
}
.item-gallery:first-child {
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}
.item-gallery:last-child {
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}
@media (max-width: 767.98px) {
  .item-gallery {
    width: 100%;
  }
}
.item-gallery__item {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.item-gallery__item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70em;
}
.item-gallery__image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 42em;
}
.item-gallery__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.item-gallery__image::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: var(--primary);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-gallery__image:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .item-gallery__image:hover::before {
    opacity: 0;
  }
}
.item-gallery__image_dn {
  display: none;
}
.item-gallery__text-block {
  color: var(--white);
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  padding: 2em;
}
.item-gallery__title {
  font-size: 3.2em;
}
.map-page__title {
  text-align: center;
}
.map-page__body {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%, 0 15%);
  margin-top: 7em;
  overflow: hidden;
}

.item-payment {
  border-top: 1px solid var(--light-gray);
  padding: 3em 0;
}
.item-payment__navigation {
  margin-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.item-payment__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 29em;
  padding: 1.25em;
  border-radius: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 110%;
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--blue);
  -webkit-transition: color 0.3s, background 0.3s ease 0s;
  transition: color 0.3s, background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-payment__tab:not(._tab-active):hover {
    opacity: 0.7;
  }
}
.item-payment__tab._tab-active {
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
}
.item-payment__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 479.98px) {
  .item-payment__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.item-payment__subtitle {
  margin-top: 1.25em;
  font-size: 2em;
  line-height: 120%;
}
.item-payment__text {
  margin-top: 1.25em;
}
.item-payment__text a {
  color: var(--blue);
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-payment__text a:hover {
    color: var(--primary);
  }
}
.item-payment__button {
  margin-top: 1.25em;
}
.item-payment__info-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.item-payment__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  width: 3.9em;
  height: 3.9em;
  font-weight: 700;
  color: var(--white);
  background: var(--light-blue);
  font-size: 6.4em;
  line-height: 120%;
}
.item-payment__info {
  margin-top: 10px;
  color: var(--primary);
  font-size: 1.8em;
  line-height: 120%;
}

.options-page__container {
  position: relative;
}
.options-page__decore-circle {
  z-index: 5;
  width: 4.2em;
  height: 4.2em;
  top: -10%;
  right: 0;
}

.page__parkingplaces {
  padding-top: 13em;
}

.parkingplaces-page {
  overflow: hidden;
}
.parkingplaces-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
.parkingplaces-page__body {
  margin-top: 6em;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 2rem 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
@media (max-width: 479.98px) {
  .parkingplaces-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-parkingplaces.active .toggle-filter__button span::before {
  left: calc(100% - 18px);
  background: var(--blue);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 479.98px) {
  .image-parkingplaces {
    width: 100%;
  }
}
.image-parkingplaces__body {
  margin-top: 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .image-parkingplaces__body {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.image-parkingplaces__image-block {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 92.625em;
  height: 70.86em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991.98px) {
  .image-parkingplaces__image-block {
    width: 61.75em;
    height: 47.24em;
  }
}
@media (max-width: 767.98px) {
  .image-parkingplaces__image-block {
    width: 617.5px;
    height: 472.4px;
  }
}
@media (max-width: 767.98px) and (max-width: 1280px) {
  .image-parkingplaces__image-block {
    width: calc(290px + 327.5 * (100vw - 320px) / (960));
  }
}
@media (max-width: 767.98px) and (max-width: 1280px) {
  .image-parkingplaces__image-block {
    height: calc(220px + 252.4 * (100vw - 320px) / (960));
  }
}
.image-parkingplaces__image-block.active {
  cursor: -webkit-grab;
  cursor: grab;
}
.image-parkingplaces__image-block.active .image-parkingplaces__image {
  position: absolute;
  z-index: 2;
}
.image-parkingplaces__gesture-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-parkingplaces__gesture-area .image-parkingplaces__image {
  -ms-touch-action: none;
  touch-action: none;
}
.image-parkingplaces__image {
  width: 100%;
  height: 100%;
}
.image-parkingplaces__image svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  will-change: transform;
}
.image-parkingplaces__image img, .image-parkingplaces__image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.image-parkingplaces__image img {
  pointer-events: none;
}
@media (max-width: 479.98px) {
  .image-parkingplaces__image img, .image-parkingplaces__image svg {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
@media (max-width: 767.98px) {
  .image-parkingplaces__zoom {
    display: none !important;
  }
}

.zoom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .zoom-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.zoom-body__button_plus, .zoom-body__button_minus {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--primary);
  background: var(--light);
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 110%;
  padding: 0.5em 1.2em;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media (any-hover: hover) {
  .zoom-body__button_plus:hover, .zoom-body__button_minus:hover {
    color: var(--light);
    background: var(--blue);
  }
}

.parking-filter {
  width: 100%;
}
@media (min-width: 767.98px) {
  .parking-filter {
    max-width: 32em;
  }
}
.parking-filter__title {
  font-family: "TT Norms";
  color: var(--light-black);
  font-size: 1.8em;
  line-height: 120%;
}
.parking-filter__spoller-button {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  padding-right: 1.5em;
}
.parking-filter__spoller-button span {
  font-size: 1.4em;
  line-height: 110%;
}
.parking-filter__spoller-button i {
  position: relative;
}
.parking-filter__spoller-button i::before, .parking-filter__spoller-button i::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1px;
  background: var(--blue);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.parking-filter__spoller-button i::before {
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
}
.parking-filter__spoller-button i::after {
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
}
.parking-filter__spoller-button.spoller-active i::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.parking-filter__spoller-button.spoller-active i::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.parking-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 479.98px) {
  .parking-filter__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.parking-filter__range {
  margin-top: 3em;
}
.parking-filter__buttons {
  margin-top: 2em;
}
.parking-filter__buttons .spoller:not(:last-child) {
  margin-bottom: 2em;
}
.parking-filter__buttons .spoller-body {
  margin-top: 1em;
}
.parking-filter__radio, .parking-filter__radio_l, .parking-filter__radio_f {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "TT Norms";
  background: var(--light);
  font-size: 1.6em;
  line-height: 110%;
  padding: 1em 1.2em;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.parking-filter__radio_f {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.parking-filter__radio_l {
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.parking-filter__radio input, .parking-filter__radio_l input, .parking-filter__radio_f input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.parking-filter__radio.active, .parking-filter__radio_l.active, .parking-filter__radio_f.active {
  color: var(--white);
  background: var(--blue);
}
@media (any-hover: hover) {
  .parking-filter__radio:hover, .parking-filter__radio_l:hover, .parking-filter__radio_f:hover {
    color: var(--white);
    background: var(--blue);
  }
}

.parking-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 50;
  pointer-events: none;
  width: auto;
  height: auto;
  padding: 1em;
  color: var(--white);
  background: transparent;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease 0s;
  transition: opacity 0.3s, visibility 0.3s ease 0s;
}
.parking-popup::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--blue);
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}
@media (max-width: 479.98px) {
  .parking-popup {
    display: none;
  }
}
.parking-popup.active {
  opacity: 1;
  visibility: visible;
}
.parking-popup__body {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.parking-popup__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
  line-height: 120%;
}
.parking-popup__text, .parking-popup__text_b {
  font-family: "TT Norms";
  font-size: 1.6em;
  line-height: 120%;
}
.parking-popup__text_b {
  font-weight: 700;
}
.parking-popup__price {
  font-family: "TT Norms";
  font-size: 1.8em;
  white-space: nowrap;
}
.parking-popup__body-info {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parking-popup__body-info .parking-popup__text {
  padding: 2em 1em 1em 1em;
  max-width: 12em;
}
.parking-popup__image {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 10em;
}
.parking-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  #parkingpopupinfo:hover {
    opacity: 1;
    visibility: visible;
  }
}
  
.page__parking-advantages {
  margin-top: 12em;
  margin-bottom: 12em;
}

.parking-advantages__container {
  position: relative;
}
.parking-advantages__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29em, 1fr));
  gap: 3rem;
}
@media (max-width: 991.98px) {
  .parking-advantages__items {
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .parking-advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slider-parking-advantages__image {
  display: block;
  overflow: hidden;
  width: 100%;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
  height: 42em;
}
.slider-parking-advantages__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-parking-advantages__text-block {
  margin-top: 1.5em;
}
.slider-parking-advantages__title {
  margin-bottom: 0.5em;
}
.slider-parking-advantages__controls {
  padding-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .item-parking-advantages {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .item-parking-advantages:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.item-parking-advantages__image {
  overflow: hidden;
  width: 100%;
  height: 32em;
}
.item-parking-advantages__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-parking-advantages__text-block {
  margin-top: 5em;
}
@media (max-width: 767.98px) {
  .item-parking-advantages__text-block {
    width: 100%;
  }
}
.item-parking-advantages__text:not(:last-child) {
  margin-bottom: 2em;
}
.page__parking-order {
  margin-top: 6em;
  margin-bottom: 5em;
}

/*svg parking*/
.image-parkingplaces__image svg path[data-filter=filtered] {
  fill: #97C0E7;
  stroke: #131411;
  opacity: 0.5;
}
.image-parkingplaces__image svg path[data-status="AVAILABLE"]:not([data-filter="disabled"]):hover {
  fill: #97C0E7;
  opacity: 0.7;
}
.image-parkingplaces__image svg path[data-engage=mouseover] {
  fill: #97C0E7;
  opacity: 0.7;
}
.image-parkingplaces__image svg path:not([data-status="AVAILABLE"]) {
  fill: #fff;
  opacity: 0.7;
}
.image-parkingplaces__image svg path[data-type] {
  fill: #537B9F;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .image-parkingplaces__image svg path[data-type]:hover {
    stroke: #131411;
    opacity: 0.7;
  }
}

.page__options_button {
  margin: 0 auto 3rem;
}

.page__options_button a {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .page__options_button {
    margin: 3rem auto 0;
  }
}

@media (min-width: 768px) {
  .show_in_mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hide_in_mobile {
    display: none;
  }
}

/*popup_banner*/
.popup_banner .popup__content {
  display: -webkit-flex;
  display: flex;
  border: 2px solid var(--blue);
}

.popup_banner .popup__image {
  width: 300px;
  min-width: 300px;
  padding: 8px;
  background: #fff;
}

.popup_banner .popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup_banner .popup__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.popup_banner .popup__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 650px;
  clip-path: none;
}

.popup_banner .title-main {
  font-size: 6em;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .popup_banner .popup__image {
    display: none;
  }

  .popup_banner .title-main {
    font-size: 4em;
  }

  .popup_banner .popup__text br {
    display: none;
  }
}

.fancybox__caption {
  font-size: 2em;
}

.table-detail__row {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.table-detail__column {
  margin-top: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-right: 7em;
}
.detail-page__discount {
  position: absolute;
  width: 5.6em;
  aspect-ratio: 1 / 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
}
.detail-page__discount span {
  font-size: 3.2em;
  line-height: 100%;
  font-weight: 300;
  font-family: "Pobeda", sans-serif;
}
.detail-page__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}

.photo_page .form-page__main_l {
  padding: 16px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 767.98px) {
  .photo_page {
    margin-top: 8em;
  }
}

.gallery_title_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
}

.photo_page .item-gallery__image {
  height: 100%;
}

.gallery_item_download {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: var(--blue);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gallery_item_download:hover {
  color: #131411;
  background: #fff;
}

.gallery_item_download svg {
  width: 16px;
  height: auto;
}

.submenu_block_social {
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}

.submenu_block_social_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: var(--primary);
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submenu_block_social_link:hover {
  color: #fff;
  background: var(--primary);
}

.submenu_block_social_link svg {
  width: 20px;
  height: auto;
}

.submenu_block_social_link svg path,
.submenu_block_social_link svg rect {
  color: inherit !important;
}
