@charset "UTF-8";
:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: 5vw;
  --logo-w: 10.57vw;
  --logo-h: 4.68vw;
  --sliceFigure: 150px;
  --white: rgba(241, 241, 242, 1);
  --body: rgba(216, 216, 216, 1);
  --red: rgba(118, 33, 46, 1);
  --purple: rgba(67, 21, 37, 1);
  --ocher: rgba(234, 211, 193, 1);
  --brown: rgba(134, 118, 104, 1);
  --black: rgba(22, 15, 16, 1);
  --purple-gradient: linear-gradient(
    to bottom,
    rgba(86, 35, 51, 0.337) 0%,
    rgba(67, 21, 37, 0.263) 100%
  );
  --accent: rgba(234, 76, 87, 1);
  --black: #000000;
  --anthracite: #1c1c1e;
  --basalt-gray: #64676c;
  --concrete: #ececec;
  --ivory: #e3dcd0;
  --burnt-clay: #9c4b33;
  --terracotta: #a65941;
  --ivory-hover: #f3f0ea;
  --ivory-active: #d4ccbf;
  --burnt-clay-hover: #b15d42;
  --burnt-clay-active: #914830;
  --transition: 0.3s ease-in-out;
  --bg-gradient: linear-gradient(
    180deg,
    #627a98 0%,
    rgba(118, 136, 157, 0.8) 34.13%,
    rgba(179, 187, 197, 0.58) 72.12%,
    rgba(215, 219, 224, 0.2) 100%
  );
  --p375: calc((375 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p240: calc((240 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p32: calc((32 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p16: calc((16 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g110: calc((110 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g97: calc((97 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g32: calc((32 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1919px) {
  :root {
    --sliceFigure-big: 362px;
    --section-v-offset: 100px;
    --p375: calc((100 / 1024) * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --sliceFigure: 100px;
    --sliceFigure-big: 100px;
    --black3: rgb(27, 29, 29);
    --header-h: calc((80 / 768) * 100vw);
    --logo-w: 27.5vw;
    --p375: calc((375 / 768) * 100vw);
    --p260: calc((260 / 768) * 100vw);
    --p240: calc((122 / 768) * 100vw);
    --p190: calc((190 / 768) * 100vw);
    --p160: calc((160 / 768) * 100vw);
    --p120: calc((120 / 768) * 100vw);
    --p100: calc((100 / 768) * 100vw);
    --p90: calc((90 / 768) * 100vw);
    --p80: calc((80 / 768) * 100vw);
    --p70: calc((70 / 768) * 100vw);
    --p60: calc((60 / 768) * 100vw);
    --p50: calc((50 / 768) * 100vw);
    --p40: calc((24 / 768) * 100vw);
    --p30: calc((30 / 768) * 100vw);
    --p20: calc((20 / 768) * 100vw);
    --p10: calc((10 / 768) * 100vw);
    --g110: calc((110 / 768) * 100vw);
    --g100: calc((100 / 768) * 100vw);
    --g97: calc((97 / 768) * 100vw);
    --g90: calc((90 / 768) * 100vw);
    --g80: calc((80 / 768) * 100vw);
    --g60: calc((60 / 768) * 100vw);
    --g40: calc((40 / 768) * 100vw);
    --g30: calc((30 / 768) * 100vw);
    --g24: calc((24 / 768) * 100vw);
    --g20: calc((20 / 768) * 100vw);
    --g18: calc((18 / 768) * 100vw);
    --g16: calc((16 / 768) * 100vw);
    --g12: calc((12 / 768) * 100vw);
    --g10: calc((10 / 768) * 100vw);
    --g8: calc((8 / 768) * 100vw);
    --g5: calc((5 / 768) * 100vw);
    --g4: calc((4 / 768) * 100vw);
    --g2: calc((2 / 768) * 100vw);
    --header-s: 7vw;
    --logo-h: 6.5vw;
    --section-v-offset: 50px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-h: calc((68 / 375) * 100vw);
    --logo-w: 50vw;
    --logo-h: 10vw;
    --p375: calc((375 / 375) * 100vw);
    --p240: calc((100 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((16 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g110: calc((110 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g97: calc((97 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g48: calc((48 / 375) * 100vw);
    --g40: calc((32 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
    --section-v-offset: 30px;
  }
}
.text-h1 {
  font-size: 3.75vw;
  font-family: "ScienceGothic-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.3vw;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-h1 {
    font-size: 6.25vw;
    letter-spacing: -0.5vw;
  }
}
@media (max-width: 767px) {
  .text-h1 {
    font-size: 8.5333333333vw;
    letter-spacing: -0.6826666667vw;
  }
}

.text-h2 {
  font-size: 3.125vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.25vw;
  text-decoration: none;
  text-transform: none;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-h2 {
    font-size: 5.2083333333vw;
    letter-spacing: -0.4166666667vw;
  }
}
@media (max-width: 767px) {
  .text-h2 {
    font-size: 5.3333333333vw;
    letter-spacing: -0.4266666667vw;
  }
}

.text-h3 {
  font-size: 1.6666666667vw;
  font-family: "ScienceGothic-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.1333333333vw;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-h3 {
    font-size: 3.125vw;
    letter-spacing: -0.25vw;
  }
}
@media (max-width: 767px) {
  .text-h3 {
    font-size: 3.7333333333vw;
    letter-spacing: -0.2986666667vw;
  }
}

.text-h3-mulish {
  font-size: 1.6666666667vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.1333333333vw;
  text-decoration: none;
  text-transform: none;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-h3-mulish {
    font-size: 3.125vw;
    letter-spacing: -0.25vw;
  }
}
@media (max-width: 767px) {
  .text-h3-mulish {
    font-size: 4.8vw;
    letter-spacing: -0.384vw;
  }
}

.text-subtitle {
  font-size: 1.25vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.05vw;
  text-decoration: none;
  text-transform: none;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-subtitle {
    font-size: 3.125vw;
    letter-spacing: -0.09375vw;
  }
}
@media (max-width: 767px) {
  .text-subtitle {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}

.text-subtitle-bold {
  font-size: 1.25vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.05vw;
  text-decoration: none;
  text-transform: none;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-subtitle-bold {
    font-size: 3.125vw;
    letter-spacing: -0.09375vw;
  }
}
@media (max-width: 767px) {
  .text-subtitle-bold {
    font-size: 4.8vw;
    letter-spacing: -0.192vw;
  }
}

.text-links {
  font-size: 1.0416666667vw;
  font-family: "ScienceGothic-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.0833333333vw;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-links {
    font-size: 2.6041666667vw;
    letter-spacing: -0.1458333333vw;
  }
}
@media (max-width: 767px) {
  .text-links {
    font-size: 3.7333333333vw;
    letter-spacing: -0.2986666667vw;
  }
}

.text-body {
  font-size: 0.8333333333vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0333333333vw;
  text-decoration: none;
  text-transform: none;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-body {
    font-size: 2.0833333333vw;
    letter-spacing: -0.0729166667vw;
  }
}
@media (max-width: 767px) {
  .text-body {
    font-size: 3.7333333333vw;
    letter-spacing: -0.1493333333vw;
  }
}

.text-button {
  font-size: 0.6770833333vw;
  font-family: "ScienceGothic-Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0541666667vw;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-button {
    font-size: 1.6927083333vw;
    letter-spacing: -0.1145833333vw;
  }
}
@media (max-width: 767px) {
  .text-button {
    font-size: 2.9333333333vw;
    letter-spacing: -0.2346666667vw;
  }
}

.text-tiny {
  font-size: 0.625vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.025vw;
  text-decoration: none;
  text-transform: none;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-tiny {
    font-size: 1.5625vw;
    letter-spacing: -0.0625vw;
  }
}
@media (max-width: 767px) {
  .text-tiny {
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
}

.text-tiny-caps {
  font-size: 0.625vw;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.025vw;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--anthracite);
}
@media (max-width: 1024px) {
  .text-tiny-caps {
    font-size: 1.5625vw;
    letter-spacing: -0.0625vw;
  }
}
@media (max-width: 767px) {
  .text-tiny-caps {
    font-size: 3.2vw;
    letter-spacing: -0.128vw;
  }
}

.text-white {
  color: var(--white);
}

.text-ocher {
  color: var(--ocher);
}

.text-body-c {
  color: var(--body);
}

.text-black {
  color: var(--black);
}

.text-red {
  color: var(--red);
}

.text-accent {
  color: var(--accent);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
}

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

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name, .iti__flag-box {
  margin-right: 6px;
}

[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text], .iti--separate-dial-code input.iti__tel-input, .iti--separate-dial-code input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], [dir=rtl] .iti--separate-dial-code input.iti__tel-input, [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0;
}

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png?1);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url(../img/flags@2x.png?1);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: vw(24, 375);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.paginationjs {
  display: flex;
  line-height: 1.6;
  font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 14px;
  box-sizing: initial;
}

.paginationjs:after {
  display: table;
  content: " ";
  clear: both;
}

.paginationjs .paginationjs-pages {
  float: left;
  margin-left: 10px;
}

.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0;
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-size-changer {
  margin-left: 10px;
  float: left;
  font-size: 14px;
}

.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none;
}

.paginationjs .paginationjs-pages li > a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.paginationjs .paginationjs-pages li > a:hover {
  background: #eee;
}

.paginationjs .paginationjs-pages li.active {
  border: none;
}

.paginationjs .paginationjs-pages li.active > a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  cursor: default;
}

.paginationjs .paginationjs-pages li.disabled > a {
  opacity: 0.3;
  cursor: default;
}

.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px;
}

.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
}

.paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0 3px 3px 0;
}

.paginationjs .paginationjs-size-changer > select {
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial;
}

.paginationjs .paginationjs-go-input > input[type=text] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial;
}

.paginationjs .paginationjs-go-button > input[type=button] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  vertical-align: middle\9 ;
}

.paginationjs .paginationjs-go-button > input[type=button]:hover {
  background-color: #f8f8f8;
}

.paginationjs .paginationjs-nav {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.paginationjs.paginationjs-small {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-pages li > a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
  height: 26px;
  line-height: 26px;
}

.paginationjs.paginationjs-small .paginationjs-size-changer {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-size-changer > select {
  height: 24px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
  width: 26px;
  height: 24px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}

.paginationjs.paginationjs-big {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
  height: 36px;
  line-height: 36px;
}

.paginationjs.paginationjs-big .paginationjs-size-changer {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-size-changer > select {
  height: 34px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  width: 36px;
  height: 34px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.paginationjs > :first-child {
  margin-left: 0;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289de9;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
  color: #289de9;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
  background: #e9f4fc;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
  background: #289de9;
  color: #fff;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-blue .paginationjs-size-changer > select {
  border-color: #289de9;
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
  background: #289de9;
  border-color: #289de9;
  color: #fff;
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
  background-color: #3ca5ea;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #449d44;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
  color: #449d44;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
  background: #ebf4eb;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
  background: #449d44;
  color: #fff;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-green .paginationjs-size-changer > select {
  border-color: #449d44;
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
  background: #449d44;
  border-color: #449d44;
  color: #fff;
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
  background-color: #55a555;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #ec971f;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
  color: #ec971f;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
  background: #fdf5e9;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
  background: #ec971f;
  color: #fff;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-yellow .paginationjs-size-changer > select {
  border-color: #ec971f;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
  background: #ec971f;
  border-color: #ec971f;
  color: #fff;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
  background-color: #eea135;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #c9302c;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
  color: #c9302c;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
  background: #faeaea;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
  background: #c9302c;
  color: #fff;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-red .paginationjs-size-changer > select {
  border-color: #c9302c;
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff;
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
  background-color: #ce4541;
}

.paginationjs .paginationjs-pages li.paginationjs-next {
  border-right: 1px solid #aaa\9 ;
}

.paginationjs .paginationjs-size-changer {
  margin-left: 5px\9 ;
}

.paginationjs .paginationjs-size-changer > select {
  line-height: 28px\9 ;
  vertical-align: middle\9 ;
}

.paginationjs .paginationjs-go-input {
  margin-left: 5px\9 ;
}

.paginationjs .paginationjs-go-input > input[type=text] {
  line-height: 28px\9 ;
  vertical-align: middle\9 ;
}

.paginationjs .paginationjs-go-button {
  margin-left: 5px\9 ;
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  line-height: 36px\9 ;
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  height: 36px\9 ;
  line-height: 36px\9 ;
}

.paginationjs {
  font-family: "ScienceGothic-Regular", sans-serif;
}

.paginationjs .paginationjs-pages li > a {
  color: var(--button-color);
  font-weight: bold;
}

.paginationjs .paginationjs-pages li {
  border-color: var(--button-color);
}

.paginationjs .paginationjs-pages li.active > a {
  background-color: var(--button-color);
}

.iti {
  width: 100%;
}

.iti__flag {
  background-image: url("../images/libs/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/libs/flags@2x.png");
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@font-face {
  font-display: swap;
  font-family: "ScienceGothic-Regular";
  src: url("../fonts/ScienceGothic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "ScienceGothic-Regular";
  src: url("../fonts/ScienceGothic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "ScienceGothic-Regular";
  src: url("../fonts/ScienceGothic-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "ScienceGothic-Regular";
  src: url("../fonts/ScienceGothic-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

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

.debug {
  z-index: 999999;
}

[data-content] {
  position: relative;
}

[data-title] {
  position: relative;
}

[data-breadcrumb] {
  position: relative;
}

.page__inner {
  width: 100%;
  height: 100%;
}

.container {
  background: var(--white);
  width: 100%;
  height: 100%;
}

.tablet .container ~ .container {
  margin-top: 80px;
}
.tablet .container:last-child {
  margin-bottom: 80px;
}

.mobile .container ~ .container {
  margin-top: 60px;
}
.mobile .container:last-child {
  margin-bottom: 60px;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-width: 320px;
  line-height: 1.5em;
  font-family: "ScienceGothic-Regular", sans-serif;
  overflow-x: clip !important;
  font-size: 16px;
  background: var(--concrete);
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

::-webkit-scrollbar {
  width: 4px;
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(31, 28, 28);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(245, 223, 186);
  -webkit-box-shadow: inset 0 0 6px rgb(245, 223, 186);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c1c1;
}

::-moz-selection {
  background-color: gray;
  color: #fff;
}

::selection {
  background-color: gray;
  color: #fff;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

img {
  width: 100%;
  display: block;
}

body *:focus {
  outline: none;
}

body.focus-tab--enable *:focus {
  outline-color: #4d90fe;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 7px;
}

button {
  background: none;
  border: navajowhite;
  margin: 0;
  padding: 0;
}

button:hover,
a:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=tel],
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type=tel],
  .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: gray;
}

.custom-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container--full-screen {
  max-height: none;
  width: 100%;
  height: var(--app-height);
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.thumbs__item {
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  opacity: 1;
  transition: width 0.25s ease-out;
  transform-origin: center;
  flex-shrink: 0;
}
.thumbs__item[class*=active] {
  width: 16px;
  background-color: var(--color-blue);
}
.thumbs > :nth-child(n+2) {
  margin-left: 8px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

.swiper-button-disabled {
  opacity: 0.5;
}

a {
  text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold .mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-ready .mfp-bg {
  opacity: 0.8;
}

.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-removing .mfp-bg {
  opacity: 0;
}

@keyframes scroll {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 40%);
  }
}
.page__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  min-height: var(--app-height);
}
.page__inner .page__content {
  flex-grow: 1;
}
.page__inner .page__footer-wrapper {
  flex-shrink: 0;
}

.form-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(28, 28, 30, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
  overscroll-behavior: none;
}
.form-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-popup.active .form-popup-inner {
  transform: translateY(0);
  border-radius: 2.0833333333vw;
  background: var(--concrete);
  padding: 3.125vw;
  height: auto;
  max-width: 33.4375vw;
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (max-width: 1024px) {
  .form-popup.active .form-popup-inner {
    width: 83.59375vw;
    max-width: none;
    border-radius: 4.1666666667vw;
    padding: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .form-popup.active .form-popup-inner {
    width: 93.6vw;
    max-width: none;
    border-radius: 6.4vw;
    padding: 8.5333333333vw 6.4vw;
  }
}
@media (max-width: 1024px) {
  .form-popup .form-wrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .form-popup .form-content {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .form-popup .form-lable-title {
    width: 80%;
  }
}
.form-popup-inner {
  position: relative;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  width: 71.6666666667vw;
  height: 100%;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 1024px) {
  .form-popup-inner {
    width: 100%;
  }
}
.form-popup-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-popup-inner:has(.form-popup-success.active) {
  background-color: transparent !important;
}
.form-popup-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: var(--concrete);
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all ease-in-out 0.5s;
  border-radius: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .form-popup-success {
    padding: 7.8125vw;
    border-radius: 4.1666666667vw;
  }
}
.form-popup-success::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--white);
}
.form-popup-success.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-popup-success.active ~ .form-content {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.form-popup-success.active ~ .form-content .form-popup-close {
  display: none !important;
}
.form-popup-success__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .form-popup-success__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .form-popup-success__title {
    margin-bottom: 4.2666666667vw;
  }
}
.form-popup-success__text {
  text-align: center;
  color: var(--basalt-gray);
  margin-bottom: 3.125vw;
}
@media (max-width: 1024px) {
  .form-popup-success__text {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .form-popup-success__text {
    margin-bottom: 8.5333333333vw;
  }
}
.form-popup-success__img {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  margin-bottom: 3.125vw;
}
@media (max-width: 1024px) {
  .form-popup-success__img {
    margin-bottom: 5.2083333333vw;
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 767px) {
  .form-popup-success__img {
    margin-bottom: 8.5333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.form-popup-success__button {
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .form-popup-success__button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.form-popup-success__button span,
.form-popup-success__button div {
  position: relative;
  z-index: 2;
}
.form-popup-success__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.form-popup-success__button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.form-popup-success__button:hover::before {
  height: 200%;
  border-radius: 0;
}
.form-popup-success__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 2.0833333333vw;
  color: var(--white);
  width: 100%;
  transition: all var(--transition);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .form-popup-success__button {
    padding: 4.2666666667vw 8.5333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.form-popup-close {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 1000px;
  border: none;
  background: transparent;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .form-popup-close {
    width: 3.125vw;
    height: 3.125vw;
    top: -3.125vw;
    right: -3.125vw;
  }
}
@media (max-width: 767px) {
  .form-popup-close {
    width: 6.4vw;
    height: 6.4vw;
    top: -2.6666666667vw;
    right: 0vw;
  }
}
.form-popup-close:hover svg {
  transform: rotate(90deg);
}
.form-popup-close svg {
  width: 60%;
  height: 60%;
  transition: all ease-in-out 0.3s;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .form-popup-close svg {
    width: 100%;
    height: 100%;
  }
}

.footer-form {
  display: flex;
  width: 100%;
}

.form-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-content {
  display: flex;
  width: 100%;
}

.form-wrapper {
  width: 100%;
}
.form-wrapper form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
}
.form-popup .form-wrapper form {
  gap: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .form-popup .form-wrapper form {
    gap: 3.125vw;
  }
}
@media (max-width: 767px) {
  .form-popup .form-wrapper form {
    gap: 5.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .form-wrapper form {
    width: 100%;
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .form-wrapper form {
    gap: 3.2vw;
  }
}
.form-wrapper .form-inner {
  width: 100%;
}
.form-wrapper .form-inner .form-popup-info__title {
  margin-bottom: 1.0416666667vw;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .form-wrapper .form-inner .form-popup-info__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .form-wrapper .form-inner .form-popup-info__title {
    margin-bottom: 4.2666666667vw;
  }
}
.form-wrapper .form-inner .form-popup-info__descr {
  color: var(--basalt-gray);
  text-align: center;
  margin: auto;
  max-width: 23.4375vw;
  margin-bottom: 3.125vw;
}
.form-popup .form-wrapper .form-inner .form-popup-info__descr {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .form-popup .form-wrapper .form-inner .form-popup-info__descr {
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .form-popup .form-wrapper .form-inner .form-popup-info__descr {
    margin-bottom: 6.4vw;
  }
}
@media (max-width: 1024px) {
  .form-wrapper .form-inner .form-popup-info__descr {
    max-width: 52.0833333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .form-wrapper .form-inner .form-popup-info__descr {
    max-width: 74.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}

.form-popup-info {
  margin: auto;
}
.form-popup-info__privacy {
  text-align: center;
  color: var(--basalt-gray);
  font-size: 0.9259259259vw;
  max-width: 23.4375vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .form-popup-info__privacy {
    font-size: 2.0833333333vw;
    max-width: 55.9895833333vw;
  }
}
@media (max-width: 767px) {
  .form-popup-info__privacy {
    font-size: 4.2666666667vw;
    max-width: none;
  }
}

.form-lable {
  position: absolute;
  z-index: 1;
  top: -2.9166666667vw;
  left: 1.5625vw;
  width: 27.0833333333vw;
  height: 25.6770833333vw;
}
@media (max-width: 1024px) {
  .form-lable img {
    display: none;
  }
}
.form-lable--tablet {
  display: none;
}
@media (max-width: 1024px) {
  .form-lable--tablet {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .form-lable--desktop {
    display: none;
  }
}

.form-lable-title {
  position: absolute;
  top: 5vw;
  left: 2.0833333333vw;
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: var(--g12);
}
@media (max-width: 1024px) {
  .form-lable-title {
    position: static;
    flex-direction: row;
    gap: var(--g40);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-lable-title {
    flex-direction: column;
    gap: var(--g12);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-lable-title h2 {
    width: 60%;
  }
}

.submit-btn,
.form-thanks-btn {
  margin-top: 40px;
  cursor: pointer;
  border-left: none;
  border-right: none;
  width: 360px;
}
@media screen and (max-width: 1440px) {
  .submit-btn,
  .form-thanks-btn {
    width: 310px;
  }
}

.form-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  width: 100%;
}
.form-popup .form-fields-wrap {
  gap: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .form-popup .form-fields-wrap {
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .form-popup .form-fields-wrap {
    gap: 7.4666666667vw;
  }
}
@media (max-width: 1024px) {
  .form-fields-wrap {
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .form-fields-wrap {
    gap: 3.2vw;
  }
}

.form-field {
  position: relative;
}
.form-field::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  color: var(--white);
  z-index: 1; /* Ensure visibility */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  font-family: "ScienceGothic-Regular", sans-serif;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: var(--main-green);
  padding: 0.4166666667vw 0.625vw;
}
@media (max-width: 1024px) {
  .form-field::before {
    font-size: 1.8229166667vw;
    padding: 1.0416666667vw 1.5625vw;
  }
}
@media (max-width: 767px) {
  .form-field::before {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 3.2vw;
  }
}
.form-field:focus-within::before, input:valid + .form-field::before {
  opacity: 1;
}

[data-btn-submit] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--burnt-clay);
  display: flex;
  width: 100%;
  gap: 1.0416666667vw;
  transition: all var(--transition);
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  height: 4.1666666667vw;
}
.form-popup [data-btn-submit] {
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .form-popup [data-btn-submit] {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.form-popup [data-btn-submit] span,
.form-popup [data-btn-submit] div {
  position: relative;
  z-index: 2;
}
.form-popup [data-btn-submit]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.form-popup [data-btn-submit]:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.form-popup [data-btn-submit]:hover::before {
  height: 200%;
  border-radius: 0;
}
.form-popup [data-btn-submit] {
  border-radius: 0.4166666667vw;
  height: 2.5vw;
}
@media (max-width: 1024px) {
  .form-popup [data-btn-submit] {
    height: 6.25vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .form-popup [data-btn-submit] {
    height: 13.8666666667vw;
    border-radius: 2.1333333333vw;
  }
}
@media (max-width: 1024px) {
  [data-btn-submit] {
    height: 8.8541666667vw;
    gap: 1.5625vw;
    font-size: 1.8229166667vw;
  }
}
@media (max-width: 767px) {
  [data-btn-submit] {
    padding: 0 6.4vw;
    gap: 2.1333333333vw;
    height: 14.4vw;
  }
}
[data-btn-submit]:hover {
  background-color: var(--burnt-clay-hover);
}
.form-popup [data-btn-submit]:hover {
  background-color: var(--accent);
}
[data-btn-submit]:active {
  background-color: var(--burnt-clay-active);
}
.form-popup [data-btn-submit]:active {
  background-color: var(--accent);
}
[data-btn-submit] span {
  color: var(--white);
  text-transform: uppercase;
}
[data-btn-submit] svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  [data-btn-submit] svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  [data-btn-submit] svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

[data-animation=focus] .input-message {
  color: var(--gray3);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  display: flex;
  transform: translate(0%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: all 0.16s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

textarea.form-field__input {
  width: 100%;
  height: 8.0208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.125vw var(--p40);
  resize: none;
  color: var(--white);
}
@media (max-width: 1024px) {
  textarea.form-field__input {
    font-size: 2.0833333333vw;
    height: 18.359375vw;
    padding: 7.5520833333vw var(--p40);
  }
}
@media (max-width: 767px) {
  textarea.form-field__input {
    font-size: 4.2666666667vw;
    height: 32vw;
    padding: 12.2666666667vw var(--p40);
  }
}

.form-field-input {
  position: relative;
}
.form-field-input::after {
  position: absolute;
  top: 0;
  right: 3px;
  color: var(--white);
  border-radius: 8px;
  z-index: 1; /* Ensure visibility */
  opacity: 1;
  font-size: 1.0416666667vw;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .form-field-input::after {
    font-size: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .form-field-input::after {
    font-size: 5.3333333333vw;
  }
}
.form-field-input:focus-within::after, input:valid + .form-field-input::after {
  opacity: 0;
}
.form-field-input[data-field-comment]::after {
  content: "";
  display: none;
}

.form-field__input {
  display: flex;
  height: 4.1666666667vw;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: var(--anthracite);
  text-align: center;
  font-family: "ScienceGothic-Regular", sans-serif;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--white);
}
.form-popup .form-field__input {
  border-radius: 0.4166666667vw;
  background: var(--ocher);
  border: none;
  height: 2.5vw;
  font-size: 0.7291666667vw;
}
@media (max-width: 1024px) {
  .form-popup .form-field__input {
    height: 6.25vw;
    font-size: 1.6927083333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .form-popup .form-field__input {
    height: 13.8666666667vw;
    font-size: 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
@media (max-width: 1024px) {
  .form-field__input {
    font-size: 2.9333333333vw;
    height: 12.8vw;
  }
}
.form-field__input::-moz-placeholder {
  color: var(--anthracite);
  text-align: center;
}
.form-field__input::placeholder {
  color: var(--anthracite);
  text-align: center;
}

[data-field-phone] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4166666667vw;
  background: #ead3c1;
  padding: 0 0.8333333333vw;
}
.form-popup [data-field-phone] {
  border-radius: 0.4166666667vw;
  background: var(--ocher);
  border: none;
  height: 2.5vw;
}
@media (max-width: 1024px) {
  .form-popup [data-field-phone] {
    border-radius: 1.0416666667vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .form-popup [data-field-phone] {
    height: 13.8666666667vw;
    border-radius: 2.1333333333vw;
  }
}
[data-field-phone] .iti {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[data-field-phone] .form-field__input {
  border: none;
  background: transparent;
  border-radius: 0;
  height: 100%;
  width: auto;
  flex: 0 1 auto;
  padding: 0 !important;
  text-align: left;
}
.form-popup [data-field-phone] .form-field__input {
  text-align: center;
}
[data-field-phone] .iti__flag-container {
  position: static;
  display: flex !important;
  align-items: center !important;
  padding-right: 1.25vw;
  margin-right: 1.25vw;
  border-right: 1px solid rgba(100, 103, 108, 0.2);
  height: 1.6666666667vw;
}
.form-popup [data-field-phone] .iti__flag-container {
  display: none !important;
}
@media (max-width: 1024px) {
  [data-field-phone] .iti__flag-container {
    padding-right: 2.6041666667vw;
    margin-right: 2.6041666667vw;
    height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  [data-field-phone] .iti__flag-container {
    padding-right: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    height: 6.4vw;
  }
}
[data-field-phone] .iti__selected-flag {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.3125vw;
}

.footer-popup-form [data-field-phone] .iti__flag-container {
  display: none !important;
}
.footer-popup-form [data-field-phone] .form-field__input {
  text-align: center;
}

.mask-absolute {
  color: var(--color-gray);
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .mask-absolute {
    height: 48px;
    padding-left: 16px;
  }
}

[data-animation=focus] .form-field__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-animation=none] .input-message {
  color: var(--color-gray);
  text-align: right;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-transform: none;
  transform: translate(0%, 100%);
}

[data-field-input][data-status=field--inactive]:not(#r) .input-message {
  color: var(--color-gray);
}

[data-field-input][data-status=field--active]:not(#r) .input-message {
  color: var(--color-gray);
}

[data-field-input][data-status=field--error]:not(#r) .input-title {
  opacity: 0;
}
[data-field-input][data-status=field--error]:not(#r) .input-message {
  color: var(--accent);
  position: absolute;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  bottom: -2px;
  left: 10px;
}

[data-field-input][data-status=field--success]:not(#r) .input-message {
  color: #96c480;
}

.selected:not(#f) .input-message {
  top: 0;
  color: var(--color-gray);
  text-align: left;
}

.requaired-block-ico {
  width: 25px;
  height: 25px;
}
.requaired-block-ico svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.requaired-block__ico {
  width: 25px;
  height: 25px;
}
.requaired-block__ico svg {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.requaired-block__text {
  color: var(--color-gray);
  text-align: left;
  margin: 0px 0.9375vw;
  white-space: nowrap;
}

.form-field-message {
  position: absolute;
  top: 0;
  opacity: 0;
  color: var(--color-gray);
  text-align: left;
  transform: translateY(calc(-100% - 10px));
}

.requaired-block-ico--position {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.form-thanks-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(10, 17, 27, 0.5);
  transition: opacity 0.5s ease-out, visibility 1ms linear 0.5s;
}
.form-thanks-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 1ms linear 0.5s;
}
.form-thanks-wrapper .form-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 40%;
  background: #ffffff;
}

.form .iti input {
  padding-right: 60px;
}

.tablet .form-wrapper,
.mobile .form-wrapper {
  background-color: var(--color-white);
}
.tablet .form-wrapper .form,
.mobile .form-wrapper .form {
  width: 100%;
  padding-left: var(--page-side-fields);
  padding-right: var(--page-side-fields);
  flex-wrap: wrap;
}
.tablet .form-wrapper .form-close,
.mobile .form-wrapper .form-close {
  top: 70px;
}
.tablet .form-wrapper .form-title,
.mobile .form-wrapper .form-title {
  margin-bottom: 16px;
}

.mobile .form-description {
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile [data-btn-submit] {
  margin-top: 20px;
}

.parallax-container {
  position: relative;
  width: 100%;
  height: var(--app-height);
  overflow: hidden;
}
.parallax-container [img-parallax] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  pointer-events: auto;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit; /* Inherit font styles from parent */
  line-height: normal; /* Adjust line height if needed */
  cursor: pointer;
  text-decoration: none;
  background: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ScienceGothic-Regular", sans-serif;
  padding: 0.8333333333vw 1.6666666667vw;
  gap: 0.7291666667vw;
}
@media (max-width: 767px) {
  .button {
    padding: 3.88vw 4.44vw;
  }
}
.button.swiper-button-disabled {
  opacity: 0.5;
}
.button.swiper-button-disabled:hover::before {
  transform: translate3d(0, 0, 0);
}
.button svg {
  position: relative;
  width: 0.625vw;
  height: auto;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
}

.button-rounded {
  border-radius: 50%;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-rounded svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  transition: all 0.3s ease-in-out;
}
.button-rounded:hover svg {
  transform: scale(1.1);
}

.button--mimas {
  border-radius: 100px;
  overflow: hidden;
  color: var(--blue);
  background: var(--white);
}
.button--mimas.button--blue {
  background: var(--white);
}
.button--mimas.button--blue span {
  color: var(--white);
  transition: all ease-in-out 0.3s;
}
.button--mimas.button--blue svg {
  fill: var(--white);
  transition: all 0.3s ease-in-out;
}
.button--mimas.button--blue::before {
  background: var(--blue);
}
.button--mimas.button--blue:hover span {
  color: var(--blue);
}
.button--mimas.button--blue:hover svg {
  fill: var(--blue);
}
.button--mimas.button--blue:hover::before {
  transform: translate3d(100%, 0, 0);
}
.button--mimas.button--white {
  background: var(--blue);
}
.button--mimas.button--white span {
  color: var(--blue);
}
.button--mimas.button--white::before {
  background: var(--white);
}
.button--mimas.button--white:hover span {
  color: var(--white);
}
.button--mimas.button--bordered {
  background: transparent;
  border: 1px solid var(--blue);
  gap: var(--g10);
}
.button--mimas.button--bordered span {
  color: var(--blue);
  transition: all ease-in-out 0.3s;
}
.button--mimas.button--bordered svg {
  stroke: var(--blue);
  transition: all 0.3s ease-in-out;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
}
.button--mimas.button--bordered svg path {
  stroke: var(--blue);
  transition: all 0.3s ease-in-out;
}
.button--mimas.button--bordered::before {
  background: var(--blue);
  bottom: 0;
  transform: translateY(100%);
  top: auto !important;
}
.button--mimas.button--bordered:hover span {
  color: var(--white);
}
.button--mimas.button--bordered:hover::before {
  transform: translate3d(0, 0%, 0);
}
.button--mimas.button--bordered:hover svg {
  z-index: 2;
}
.button--mimas.button--bordered:hover svg path {
  stroke: var(--white);
}
.button--mimas::before {
  content: "";
  width: 130%;
  height: 110%;
  top: 0;
  left: -15%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.button--mimas:hover::before {
  transform: translate3d(100%, 0, 0);
}
.button--mimas span {
  position: relative;
  transition: all ease-in-out 0.3s;
}

.swiper-nav-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
@media (max-width: 1919px) {
  .swiper-nav {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 1024px) {
  .swiper-nav {
    width: 48px;
    height: 48px;
  }
}
.swiper-nav::before {
  width: 140%;
  left: -20%;
}
.swiper-nav.swiper-button-disabled {
  display: none;
}
.swiper-nav svg {
  width: 48px;
  height: 48px;
  stroke: var(--black);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1919px) {
  .swiper-nav svg {
    width: 36px;
    height: 36px;
  }
}
.swiper-nav--next svg {
  transform: rotate(180deg);
}

.title-group-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--g40);
}
@media (max-width: 1024px) {
  .title-group-wrap {
    gap: 5.2083333333vw;
  }
}
.title-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--p20);
}
@media (max-width: 1024px) {
  .title-group {
    padding-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .title-group {
    padding-bottom: 4.2666666667vw;
  }
}
.title-group::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.0520833333vw;
  background: rgba(255, 255, 255, 0.2);
}
.title-group svg {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .title-group svg {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .title-group svg {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.title-swiper-nav {
  display: flex;
  align-items: center;
  gap: var(--g12);
}

.title-swiper-button.swiper-button-disabled {
  opacity: 0.5;
}
.title-swiper-button svg {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .title-swiper-button svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .title-swiper-button svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: 5.2083333333vw;
  padding-bottom: 26.0416666667vw;
}
@media (max-width: 1024px) {
  .about {
    padding-top: 13.0208333333vw;
    padding-bottom: 66.6666666667vw;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 21.3333333333vw;
    padding-bottom: 101.0666666667vw;
  }
}
.about__shell {
  position: relative;
  z-index: 1;
  padding: 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .about__shell {
    padding: 0 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .about__shell {
    padding: 0 3.2vw;
  }
}
.about__top {
  display: flex;
  gap: 15.625vw;
  align-items: end;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .about__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.8645833333vw;
    margin-bottom: 5.46875vw;
  }
}
@media (max-width: 767px) {
  .about__top {
    gap: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.about__title-block {
  min-width: 0;
}
.about__title {
  text-transform: uppercase;
}
.about__lead-block {
  width: 46.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .about__lead-block {
    width: 100%;
    gap: 2.6041666667vw;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .about__lead-block {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.about__lead {
  width: 31.25vw;
}
@media (max-width: 1024px) {
  .about__lead {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .about__lead {
    width: 100%;
    text-align: center;
  }
}
.about__mark {
  position: relative;
  flex-shrink: 0;
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 1024px) {
  .about__mark {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .about__mark {
    display: none;
  }
}
.about__mark svg {
  width: 100%;
  height: 100%;
}
.about__hero-cards {
  display: flex;
  gap: 2.0833333333vw;
  margin-bottom: 10.4166666667vw;
}
@media (max-width: 1024px) {
  .about__hero-cards {
    flex-direction: column;
    gap: 2.6041666667vw;
    margin-bottom: 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .about__hero-cards {
    flex-direction: column;
    gap: 3.7333333333vw;
    margin-bottom: 16vw;
  }
}
.about-hero-card {
  position: relative;
  height: 29.1666666667vw;
  border-radius: 1.6666666667vw;
  overflow: hidden;
  width: 46.875vw;
}
.about-hero-card:hover img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .about-hero-card {
    width: 100%;
    height: 58.984375vw;
    border-radius: 3.125vw;
  }
}
@media (max-width: 767px) {
  .about-hero-card {
    width: 100%;
    height: 58.1333333333vw;
    border-radius: 1.6vw;
  }
}
.about-hero-card__media {
  position: absolute;
  inset: 0;
}
.about-hero-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all var(--transition);
}
.about-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0.9) 0%, rgba(1, 1, 1, 0) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .about-hero-card::after {
    height: 26.6666666667vw;
  }
}
.about-hero-card__overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 2.0833333333vw 1.4583333333vw 1.4583333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 1024px) {
  .about-hero-card__overlay {
    padding: 2.6041666667vw 2.6041666667vw 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .about-hero-card__overlay {
    padding: 0.5333333333vw;
  }
}
.about-hero-card__title {
  width: 32.2916666667vw;
  text-wrap: balance;
}
@media (max-width: 1024px) {
  .about-hero-card__title {
    width: 100%;
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .about-hero-card__title {
    font-size: 4.8vw;
  }
}
.about-hero-card__button {
  min-width: 29.1666666667vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.125vw;
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-hero-card__button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.about-hero-card__button span,
.about-hero-card__button div {
  position: relative;
  z-index: 2;
}
.about-hero-card__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.about-hero-card__button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.about-hero-card__button:hover::before {
  height: 200%;
  border-radius: 0;
}
.about-hero-card__button {
  color: var(--white);
  padding: 1.0416666667vw 2.0833333333vw;
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition);
}
.about-hero-card__button:hover {
  transform: translateY(-0.1041666667vw);
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .about-hero-card__button {
    min-width: 57.2916666667vw;
    min-height: 7.8125vw;
    border-radius: 1.0416666667vw;
    padding: 2.6041666667vw 5.2083333333vw;
  }
  .about-hero-card__button:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .about-hero-card__button {
    min-width: 100%;
    min-height: 9.6vw;
    border-radius: 2.1333333333vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.about__statement {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5vw;
}
@media (max-width: 1024px) {
  .about__statement {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .about__statement {
    margin-bottom: 6.4vw;
  }
}
.about__statement-text {
  max-width: 58.3333333333vw;
  text-align: center;
  font-size: 2.5vw;
  line-height: 1.14;
}
@media (max-width: 1024px) {
  .about__statement-text {
    max-width: none;
    font-size: 4.4270833333vw;
  }
}
@media (max-width: 767px) {
  .about__statement-text {
    text-align: center;
  }
}
.about__formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25vw;
  margin-bottom: 11.4583333333vw;
}
@media (max-width: 1024px) {
  .about__formats {
    grid-template-columns: 1fr;
    gap: 2.0833333333vw;
    margin-bottom: 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .about__formats {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
.about-format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.4583333333vw;
  min-height: 29.1666666667vw;
  padding: 2.0833333333vw;
  border-radius: 2.0833333333vw;
  background: var(--white);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-format-card {
    min-height: 58.984375vw;
    padding: 5.2083333333vw 2.6041666667vw;
    border-radius: 3.125vw;
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .about-format-card {
    padding: 5.3333333333vw 3.2vw;
    border-radius: 4.2666666667vw;
    min-height: auto;
    gap: 4.2666666667vw;
  }
}
.about-format-card__head, .about-format-card__features, .about-format-card__button {
  position: relative;
  z-index: 1;
}
.about-format-card__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.2083333333vw;
}
@media (max-width: 1024px) {
  .about-format-card__head {
    gap: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__head {
    gap: 2.1333333333vw;
  }
}
.about-format-card__head svg {
  width: 1.4583333333vw;
  height: auto;
}
@media (max-width: 1024px) {
  .about-format-card__head svg {
    width: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__head svg {
    width: 7.4666666667vw;
  }
}
.about-format-card__eyebrow {
  text-transform: uppercase;
  max-width: 27.6041666667vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .about-format-card__eyebrow {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-format-card__eyebrow {
    max-width: none;
    width: 100%;
  }
}
.about-format-card__description {
  max-width: 32.2916666667vw;
}
@media (max-width: 1024px) {
  .about-format-card__description {
    max-width: none;
  }
}
.about-format-card__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.1041666667vw;
  margin-top: auto;
  margin-bottom: 1.1458333333vw;
  border-radius: 0.9375vw;
}
@media (max-width: 767px) {
  .about-format-card__features {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    border-radius: 3.2vw;
    gap: 0.2666666667vw;
  }
}
.about-format-card__feature {
  position: relative;
  min-height: 10.4166666667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: inherit;
  border-radius: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .about-format-card__feature {
    min-height: 26.0416666667vw;
    border-radius: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__feature {
    min-height: 14.9333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.about-format-card__feature .about-format-card__feature-inner {
  background: radial-gradient(200.75% 200.75% at 50% 0%, rgba(42, 113, 148, 0.8) 0%, rgba(4, 15, 20, 0.8) 100%);
  backdrop-filter: blur(10px);
}
.about-format-card__feature-svg--top {
  width: 1.4583333333vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .about-format-card__feature-svg--top {
    width: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__feature-svg--top {
    display: none;
  }
}
.about-format-card__feature-svg--bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.6041666667vw;
  transform: translate(25%, 5%);
}
@media (max-width: 1024px) {
  .about-format-card__feature-svg--bottom {
    width: 19.0104166667vw;
    transform: translate(31%, 0%);
  }
}
@media (max-width: 767px) {
  .about-format-card__feature-svg--bottom {
    transform: translate(28%, 0%);
    width: 38.9333333333vw;
  }
}
.about-format-card--apartments .about-format-card__feature {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .about-format-card--apartments .about-format-card__feature {
    border-radius: 2.1333333333vw;
  }
}
.about-format-card--apartments .about-format-card__feature .about-format-card__feature-inner {
  background: radial-gradient(200.75% 200.75% at 50% 0%, rgba(67, 21, 37, 0.8) 0%, rgba(4, 15, 20, 0.8) 100%);
  backdrop-filter: blur(10px);
}
.about-format-card__feature-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.0416666667vw;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}
@media (max-width: 1024px) {
  .about-format-card__feature-inner {
    padding: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__feature-inner {
    padding: 5.3333333333vw 3.2vw;
    justify-content: center;
    align-items: center;
    gap: 0vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__feature-label {
    text-align: center;
    order: 2;
  }
}
.about-format-card__feature-number {
  display: block;
  opacity: 0.4;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .about-format-card__feature-number {
    align-self: center;
    order: 1;
  }
}
.about-format-card__button-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .about-format-card__button-wrap {
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__button-wrap {
    gap: 4.2666666667vw;
    text-align: center;
  }
}
.about-format-card__button {
  align-self: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.125vw;
  padding: 1.0416666667vw 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-format-card__button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.about-format-card__button span,
.about-format-card__button div {
  position: relative;
  z-index: 2;
}
.about-format-card__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.about-format-card__button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.about-format-card__button:hover::before {
  height: 200%;
  border-radius: 0;
}
.about-format-card__button {
  color: var(--white);
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition);
}
@media (max-width: 1024px) {
  .about-format-card__button {
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .about-format-card__button {
    width: 68.5333333333vw;
    min-height: 9.6vw;
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.about-format-card__button:hover {
  transform: translateY(-0.1041666667vw);
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
@media (max-width: 767px) {
  .about-format-card__button:hover {
    transform: none;
    border-radius: 26.6666666667vw;
  }
}
.about__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 4.1666666667vw;
  gap: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .about__summary {
    margin-bottom: 8.3333333333vw;
    gap: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .about__summary {
    margin-bottom: 8.5333333333vw;
    gap: 0;
  }
}
.about__summary-text {
  max-width: 64.5833333333vw;
}
@media (max-width: 1024px) {
  .about__summary-text {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__summary-text {
    max-width: none;
  }
}
.about__summary-button {
  align-self: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.125vw;
  padding: 1.0416666667vw 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .about__summary-button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.about__summary-button span,
.about__summary-button div {
  position: relative;
  z-index: 2;
}
.about__summary-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.about__summary-button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.about__summary-button:hover::before {
  height: 200%;
  border-radius: 0;
}
.about__summary-button {
  color: var(--white);
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition);
}
.about__summary-button:hover {
  transform: translateY(-0.1041666667vw);
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .about__summary-button {
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
  .about__summary-button:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .about__summary-button {
    display: none;
  }
}
.about__landscape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.about__landscape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 20.8333333333vw;
  background: linear-gradient(180deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.87) 86.54%, #f1f1f2 100%);
}
@media (max-width: 1024px) {
  .about__landscape::before {
    height: 26.0416666667vw;
  }
}
@media (max-width: 767px) {
  .about__landscape::before {
    height: 26.6666666667vw;
  }
}
.about__landscape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104.1666666667vw;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #160f10 0%, rgba(22, 15, 16, 0.8) 40.38%, rgba(22, 15, 16, 0) 100%);
}
@media (max-width: 1024px) {
  .about__landscape::after {
    height: 560vw;
    background: linear-gradient(180deg, #160f10 90%, rgba(22, 15, 16, 0.8) 80.38%, rgba(22, 15, 16, 0) 100%);
  }
}
.about__landscape-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
}
@media (max-width: 1024px) {
  .about__landscape-img {
    height: auto;
    position: absolute;
    bottom: 0;
    height: 293.3333333333vw;
    z-index: 1;
  }
}

.advantages {
  position: relative;
  padding: 5.2083333333vw 0 5.7291666667vw;
  background: var(--white);
}
.advantages__shell {
  position: relative;
  padding: 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .advantages__shell {
    padding: 0 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .advantages__shell {
    padding: 0 3.2vw;
  }
}
.advantages__title {
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .advantages__title {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .advantages__title {
    margin-bottom: 5.3333333333vw;
  }
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 20.8333333333vw 19.1666666667vw 20.8333333333vw 20.8333333333vw;
  gap: 0.4166666667vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 43.4666666667vw 64vw 43.4666666667vw 64.5333333333vw 43.4666666667vw 43.4666666667vw;
    gap: 1.0666666667vw;
  }
}
.advantages-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.0833333333vw;
  isolation: isolate;
}
@media (max-width: 1024px) {
  .advantages-card {
    border-radius: 4.2666666667vw;
  }
}
.advantages-card__media {
  position: absolute;
  inset: 0;
}
.advantages-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .advantages-card__media img {
    -o-object-position: top;
       object-position: top;
  }
}
.advantages-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0.8333333333vw 0.9375vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .advantages-card__content {
    padding: 2.6041666667vw;
    justify-content: center;
    align-items: flex-start;
  }
  .advantages-card__content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(22, 15, 16, 0.6) 0%, rgba(22, 15, 16, 0) 30%);
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .advantages-card__content {
    padding: 2.1333333333vw;
  }
  .advantages-card__content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(22, 15, 16, 0.6) 0%, rgba(22, 15, 16, 0) 30%);
    pointer-events: none;
  }
}
.advantages-card__text {
  max-width: 20.8333333333vw;
  color: var(--white);
}
@media (max-width: 1024px) {
  .advantages-card__text {
    max-width: none;
    text-align: center;
  }
  .advantages-card__text br {
    display: none;
  }
}
.advantages-card__deco {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  width: 3.5416666667vw;
  height: 2.8125vw;
  background: repeating-linear-gradient(90deg, rgba(241, 241, 242, 0.95) 0, rgba(241, 241, 242, 0.95) 0.5208333333vw, rgba(241, 241, 242, 0) 0.5208333333vw, rgba(241, 241, 242, 0) 1.0416666667vw), repeating-linear-gradient(0deg, rgba(241, 241, 242, 0.95) 0, rgba(241, 241, 242, 0.95) 0.5208333333vw, rgba(241, 241, 242, 0) 0.5208333333vw, rgba(241, 241, 242, 0) 1.0416666667vw);
}
@media (max-width: 1024px) {
  .advantages-card__deco {
    width: 10.6666666667vw;
    height: 8.5333333333vw;
    background: repeating-linear-gradient(90deg, rgba(241, 241, 242, 0.95) 0, rgba(241, 241, 242, 0.95) 2.1333333333vw, rgba(241, 241, 242, 0) 2.1333333333vw, rgba(241, 241, 242, 0) 4.2666666667vw), repeating-linear-gradient(0deg, rgba(241, 241, 242, 0.95) 0, rgba(241, 241, 242, 0.95) 2.1333333333vw, rgba(241, 241, 242, 0) 2.1333333333vw, rgba(241, 241, 242, 0) 4.2666666667vw);
  }
}
.advantages-card__deco--right {
  display: none;
  right: -1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.advantages-card__deco--left {
  display: none;
  left: -1.25vw;
  bottom: 0.9375vw;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.advantages-card__deco--top {
  display: none;
  top: -1.1458333333vw;
  left: 1.6666666667vw;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.advantages-card--location {
  grid-column: 1/3;
  grid-row: 1;
}
@media (max-width: 1024px) {
  .advantages-card--location {
    height: 43.4666666667vw;
  }
}
.advantages-card--location .advantages-card__content {
  padding-right: 3.75vw;
}
@media (max-width: 1024px) {
  .advantages-card--location .advantages-card__content {
    padding-right: 3.2vw;
  }
}
.advantages-card--architecture {
  grid-column: 3/5;
  grid-row: 1/3;
}
@media (max-width: 1024px) {
  .advantages-card--architecture {
    grid-column: 1/3;
    grid-row: 4;
  }
}
.advantages-card--architecture .advantages-card__content::before {
  display: none;
}
.advantages-card--architecture .advantages-card__text {
  color: var(--black);
}
.advantages-card--management {
  grid-column: 1;
  grid-row: 2/4;
}
@media (max-width: 1024px) {
  .advantages-card--management {
    grid-column: 1/2;
    grid-row: 2;
  }
}
.advantages-card--club {
  grid-column: 2;
  grid-row: 2/4;
}
@media (max-width: 1024px) {
  .advantages-card--club {
    grid-column: 2/3;
    grid-row: 2;
  }
}
.advantages-card--wellness {
  grid-column: 3/5;
  grid-row: 3;
}
.advantages-card--wellness .advantages-card__content {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1024px) {
  .advantages-card--wellness .advantages-card__content {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .advantages-card--wellness {
    grid-column: 1/3;
    grid-row: 5;
  }
}
.advantages-card--infrastructure {
  grid-column: 1/3;
  grid-row: 4;
}
.advantages-card--infrastructure .advantages-card__content {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1024px) {
  .advantages-card--infrastructure .advantages-card__content {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .advantages-card--infrastructure {
    grid-column: 1/3;
    grid-row: 3;
  }
}
.advantages-card--panorama {
  grid-column: 3/5;
  grid-row: 4;
}
@media (max-width: 1024px) {
  .advantages-card--panorama {
    grid-column: 1/3;
    grid-row: 6;
  }
}
.advantages__statement {
  position: relative;
  z-index: 2;
  padding: 12.5vw 10.15625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5vw;
}
@media (max-width: 1024px) {
  .advantages__statement {
    padding: 31.25vw 2.6041666667vw 52.0833333333vw 2.6041666667vw;
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .advantages__statement {
    padding: 26.6666666667vw 4.2666666667vw 90.4vw 4.2666666667vw;
    gap: 5.3333333333vw;
  }
}
.advantages__statement-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4583333333vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .advantages__statement-top {
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .advantages__statement-top {
    gap: 3.2vw;
  }
}
.advantages__statement-top svg {
  width: 1.4583333333vw;
  height: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .advantages__statement-top svg {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .advantages__statement-top svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.advantages__statement-button {
  align-self: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.125vw;
  padding: 1.0416666667vw 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .advantages__statement-button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.advantages__statement-button span,
.advantages__statement-button div {
  position: relative;
  z-index: 2;
}
.advantages__statement-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.advantages__statement-button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.advantages__statement-button:hover::before {
  height: 200%;
  border-radius: 0;
}
.advantages__statement-button {
  color: var(--white);
  text-transform: uppercase;
  transition: transform var(--transition), background-color var(--transition);
}
.advantages__statement-button:hover {
  transform: translateY(-0.1041666667vw);
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .advantages__statement-button {
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
.advantages__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1024px) {
  .advantages__bg {
    height: 146.6666666667vw;
  }
}
.advantages__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15.625vw;
  z-index: 1;
  background: linear-gradient(0deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.87) 86.54%, #f1f1f2 100%);
  pointer-events: none;
}
.advantages__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .advantages__bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.construction-page-banner-title-block {
  position: relative;
}
.construction-page-banner-block {
  height: 20.4166666667vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .construction-page-banner-block {
    height: 40.1041666667vw;
  }
}
@media (max-width: 767px) {
  .construction-page-banner-block {
    height: 45.8666666667vw;
  }
}
.construction-page-banner-block img {
  width: 46.875vw;
  height: 23.4375vw;
}
@media (max-width: 1024px) {
  .construction-page-banner-block img {
    width: 91.1458333333vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .construction-page-banner-block img {
    width: 100vw;
    height: auto;
  }
}
.construction-page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .construction-page-title {
    transform: translate(-50%, 20%);
  }
}
.construction-page-list {
  margin-bottom: 2.0833333333vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4166666667vw;
  row-gap: 5.2083333333vw;
  padding: 0 2.0833333333vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .construction-page-list {
    grid-template-columns: 1fr;
    gap: 1.0416666667vw;
    padding: 0 2.6041666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  .construction-page-list {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
    padding: 0 3.2vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .construction-page-list .construction-cards-item {
    width: 100%;
  }
}
.construction-page-list-img-block {
  border-radius: 1.0416666667vw;
  overflow: hidden;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .construction-page-list-img-block {
    border-radius: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .construction-page-list-img-block {
    border-radius: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.construction-page-list-img-block img {
  transition: all var(--transition);
}
.construction-page-list-label-block {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  top: 1.6666666667vw;
  left: 1.6666666667vw;
}
@media (max-width: 1024px) {
  .construction-page-list-label-block {
    top: 3.6458333333vw;
    left: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .construction-page-list-label-block {
    top: 7.4666666667vw;
    left: 7.4666666667vw;
  }
}
.construction-page-list-label {
  border-radius: 100px;
  background: var(--white);
  padding: 0 0.8333333333vw;
  height: 1.4583333333vw;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .construction-page-list-label {
    top: 3.6458333333vw;
    left: 3.6458333333vw;
    height: 3.6458333333vw;
    padding: 0 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .construction-page-list-label {
    top: 7.4666666667vw;
    left: 7.4666666667vw;
    height: 7.4666666667vw;
    padding: 0 3.2vw;
  }
}
.construction-page-list-data-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.construction-page-list-month {
  color: var(--anthracite);
  padding-left: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .construction-page-list-month {
    padding-left: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .construction-page-list-month {
    padding-left: 2.1333333333vw;
  }
}
.construction-page-list-year {
  color: var(--basalt-gray);
}

.construction {
  padding: 0 0 10.4166666667vw 0;
  background: var(--white);
}
@media (max-width: 767px) {
  .construction {
    padding: 26.6666666667vw 0;
  }
}
.construction-title-wrap {
  padding: 0 2.0833333333vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .construction-title-wrap {
    padding: 0 2.6041666667vw;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .construction-title-wrap {
    padding: 0 3.2vw;
  }
}
.construction-swiper-wrapper {
  padding-top: 4.1666666667vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.0416666667vw;
  padding-left: 2.0833333333vw;
  padding-right: 2.0833333333vw;
}
.construction-swiper-wrapper .construction-swiper-item {
  width: calc((100% - 2.0833333333vw) / 3) !important;
}
@media (max-width: 1024px) {
  .construction-swiper-wrapper .construction-swiper-item {
    width: 100% !important;
    padding: 2.6041666667vw 2.6041666667vw 4.1666666667vw 2.6041666667vw;
  }
}
.construction-swiper-wrapper .construction-swiper-item:nth-child(n+4) {
  display: none !important;
}
@media (max-width: 1024px) {
  .construction-swiper-wrapper {
    gap: 1.0416666667vw;
    padding-top: 10.4166666667vw;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .construction-swiper-wrapper {
    padding-top: 10.6666666667vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    gap: 4.2666666667vw;
    transform: none !important;
  }
  .construction-swiper-wrapper .construction-swiper-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .construction-swiper-wrapper .construction-swiper-item:nth-child(n+3) {
    display: none !important;
  }
}
.construction-swiper-item {
  position: relative;
  border-radius: 2.0833333333vw;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--white);
  padding: 1.0416666667vw;
  width: 31.6666666667vw;
  height: auto;
  cursor: pointer;
}
.construction-swiper-item:hover .construction-swiper-img-block img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .construction-swiper-item {
    border-radius: 4.1666666667vw;
    width: 46.3541666667vw;
    padding: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .construction-swiper-item {
    border-radius: 5.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 5.3333333333vw 2.1333333333vw;
  }
}
.construction-swiper-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 50%;
  background: var(--ocher);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.construction-swiper-svg svg {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 1024px) {
  .construction-swiper-svg {
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
  .construction-swiper-svg svg {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .construction-swiper-svg {
    width: 12.8vw;
    height: 12.8vw;
  }
  .construction-swiper-svg svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.construction-swiper-img-block {
  border-radius: 1.0416666667vw;
  overflow: hidden;
  margin-bottom: 1.0416666667vw;
  height: 17.34375vw;
}
@media (max-width: 1024px) {
  .construction-swiper-img-block {
    border-radius: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
    height: 43.359375vw;
  }
}
@media (max-width: 767px) {
  .construction-swiper-img-block {
    border-radius: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    height: 53.3333333333vw;
  }
}
.construction-swiper-img-block img {
  transition: all var(--transition);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.construction-swiper-data-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.construction-swiper-month {
  color: var(--anthracite);
  padding-left: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .construction-swiper-month {
    padding-left: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .construction-swiper-month {
    padding-left: 2.1333333333vw;
  }
}
.construction-swiper-year {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
@media (max-width: 767px) {
  .construction-swiper-year {
    gap: 1.0666666667vw;
  }
}
.construction-swiper-year svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .construction-swiper-year svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .construction-swiper-year svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.construction-link {
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .construction-link {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.construction-link span,
.construction-link div {
  position: relative;
  z-index: 2;
}
.construction-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.construction-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.construction-link:hover::before {
  height: 200%;
  border-radius: 0;
}
.construction-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all var(--transition);
  height: 3.125vw;
  min-width: 10.4166666667vw;
}
@media (max-width: 1024px) {
  .construction-link {
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .construction-link {
    width: 58.6666666667vw;
    height: 12.8vw;
  }
}
.construction-link:hover {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
.construction-link:active {
  background-color: var(--burnt-clay-active);
}

.faq {
  padding: 6.25vw 0 7.2916666667vw;
  background: var(--white);
}
@media (max-width: 1024px) {
  .faq {
    padding: 0;
  }
}
.faq__shell {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 3.125vw 2.0833333333vw;
}
@media (max-width: 1024px) {
  .faq__shell {
    flex-direction: column;
    padding: 7.8125vw 2.6041666667vw;
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .faq__shell {
    flex-direction: column;
    padding: 0 3.2vw;
    gap: 3.2vw;
  }
}
.faq__title {
  position: sticky;
  top: 6.25vw;
}
@media (max-width: 1024px) {
  .faq__title {
    position: static;
    text-transform: uppercase;
  }
}
@media (max-width: 1024px) {
  .faq__title br {
    display: none;
  }
}
.faq__list {
  width: 47.3958333333vw;
}
@media (max-width: 1024px) {
  .faq__list {
    width: 100%;
  }
}

.faq-item {
  border-bottom: 1px solid var(--body);
  padding: 1.0416666667vw 0;
}
@media (max-width: 1024px) {
  .faq-item {
    padding: 2.6041666667vw 0;
  }
}
@media (max-width: 767px) {
  .faq-item {
    padding: 4.2666666667vw 0;
  }
}
.faq-item__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25vw;
  text-align: left;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .faq-item__trigger {
    gap: 4.2666666667vw;
  }
}
.faq-item__question {
  flex: 1;
}
.faq-item__icon {
  position: relative;
  flex-shrink: 0;
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 1024px) {
  .faq-item__icon {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .faq-item__icon {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--black);
  transition: transform var(--transition);
}
.faq-item__icon::before {
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq-item__icon::after {
  width: 2px;
  height: 50%;
  transform: translate(-50%, -50%);
}
.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  will-change: max-height;
}
.faq-item__answer {
  padding-top: 0.7291666667vw;
  width: 39.5833333333vw;
}
@media (max-width: 1024px) {
  .faq-item__answer {
    padding-top: 1.5625vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-item__answer {
    padding-top: 3.2vw;
  }
}
.faq-item__points {
  margin: 0.5208333333vw 0 0;
  padding-left: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  gap: 0.1041666667vw;
  max-width: 39.5833333333vw;
}
@media (max-width: 767px) {
  .faq-item__points {
    margin: 2.1333333333vw 0 0;
    padding-left: 4.2666666667vw;
    max-width: 100%;
  }
}
.faq-item__point {
  list-style: disc;
}
.faq-item.is-open .faq-item__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.features {
  position: relative;
  padding: 5.7291666667vw 0 7.2916666667vw;
  background: var(--white);
}
@media (max-width: 1024px) {
  .features {
    padding: 0;
  }
}
.features__shell {
  padding: 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .features__shell {
    padding: 0 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .features__shell {
    padding: 0 3.2vw;
  }
}
.features-stats {
  display: flex;
  gap: 1.0416666667vw;
  margin-top: 15.625vw;
}
@media (max-width: 1024px) {
  .features-stats {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 21.3333333333vw;
  }
}
.features-stats__side {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  width: 31.25vw;
}
@media (max-width: 1024px) {
  .features-stats__side {
    width: 100%;
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .features-stats__side {
    gap: 5.3333333333vw;
  }
}
.features-stats__lead {
  max-width: 26.0416666667vw;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .features-stats__lead {
    max-width: none;
  }
}
.features-stats__accent {
  max-width: 26.0416666667vw;
}
@media (max-width: 1024px) {
  .features-stats__accent {
    max-width: none;
  }
}
.features-stats__cards {
  display: flex;
  gap: 0.3645833333vw;
}
@media (max-width: 1024px) {
  .features-stats__cards {
    position: relative;
    height: 117.3333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .features-stats__cards {
    height: var(--stats-cards-h, 46.875vw);
  }
}
.features-stats-card {
  border-radius: 2.0833333333vw;
  border: 1px solid var(--Body, #d8d8d8);
  background: var(--White, #f1f1f2);
  overflow: hidden;
  height: 31.25vw;
  width: 20.9375vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .features-stats-card {
    position: absolute;
    inset: 0;
    height: 39.0625vw;
    width: 100%;
    border-radius: 5.2083333333vw;
    flex-direction: row;
    align-items: stretch;
    padding: 1.0666666667vw;
  }
}
@media (max-width: 767px) {
  .features-stats-card {
    height: 100%;
    border-radius: 4.2666666667vw;
    will-change: auto;
    transform: none;
    flex-direction: column;
  }
}
.features-stats-card__media {
  height: 15.4166666667vw;
  width: 20.5208333333vw;
  margin-top: 0.2083333333vw;
  overflow: hidden;
  border-radius: 1.9791666667vw;
  align-self: center;
}
@media (max-width: 1024px) {
  .features-stats-card__media {
    height: 37.7604166667vw;
    width: 46.875vw;
    margin-top: 0;
    border-radius: 4.9479166667vw;
  }
}
@media (max-width: 767px) {
  .features-stats-card__media {
    width: calc(100% - 2.1333333333vw);
    height: 69.3333333333vw;
    margin: 1.0666666667vw auto 0;
    border-radius: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .features-stats-card__media {
    height: auto;
    align-self: stretch;
  }
}
.features-stats-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features-stats-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .features-stats-card__body {
    padding: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .features-stats-card__body {
    padding: 5.3333333333vw;
  }
}
.features-stats-card__title {
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 1024px) {
  .features-stats-card__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .features-stats-card__title {
    margin-bottom: 1.0666666667vw;
  }
}
.features-stats-card .features-card__deco {
  right: 1.4583333333vw;
  bottom: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .features-stats-card .features-card__deco {
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .features-stats-card .features-card__deco {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.features-stack {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.0416666667vw;
  margin-top: 3.125vw;
}
@media (max-width: 1024px) {
  .features-stack {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .features-stack {
    margin-top: 5.2083333333vw;
  }
}
.features-stack__side {
  position: relative;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .features-stack__side {
    width: 100%;
  }
}
.features-stack__side .text-subtitle {
  width: 21.875vw;
}
@media (max-width: 1024px) {
  .features-stack__side .text-subtitle {
    width: auto;
  }
}
.features-stack__title {
  width: 21.3541666667vw;
}
@media (max-width: 1024px) {
  .features-stack__title {
    width: auto;
  }
}
.features-stack__cards {
  position: relative;
  width: 63.5416666667vw;
  height: 26.0416666667vw;
}
@media (max-width: 1024px) {
  .features-stack__cards {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .features-stack__cards {
    height: 117.3333333333vw;
  }
}
.features-stack--mirror {
  grid-template-columns: 1fr 21.875vw;
}
@media (max-width: 1024px) {
  .features-stack--mirror {
    display: flex;
    flex-direction: column;
  }
}
.features-stack--mirror .features-stack__side {
  order: 2;
  justify-self: end;
  text-align: left;
}
@media (max-width: 1024px) {
  .features-stack--mirror .features-stack__side {
    order: 0;
  }
}
.features-stack--mirror .features-stack__cards {
  order: 1;
}
@media (max-width: 1024px) {
  .features-stack--mirror .features-stack__cards {
    order: 1;
  }
}
.features-stack--mirror .features-card {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .features-stack--mirror .features-card {
    flex-direction: column-reverse;
  }
}
.features-stack--mirror .features-card__body {
  padding: 1.4583333333vw 1.7708333333vw 2.5vw 1.3541666667vw;
}
@media (max-width: 1024px) {
  .features-stack--mirror .features-card__body {
    padding: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .features-stack--mirror .features-card__body {
    padding: 5.3333333333vw;
  }
}
.features-stack--mirror .features-card__deco {
  left: 1.1458333333vw;
  right: auto;
}
@media (max-width: 1024px) {
  .features-stack--mirror .features-card__deco {
    left: 2.6041666667vw;
    right: auto;
  }
}
@media (max-width: 767px) {
  .features-stack--mirror .features-card__deco {
    left: auto;
    right: 5.3333333333vw;
  }
}

.features-card {
  position: absolute;
  inset: 0;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  border-radius: 2.0833333333vw;
  border: 1px solid var(--Body, #d8d8d8);
  background: var(--White, #f1f1f2);
  overflow: hidden;
}
@media (min-width: 1025px) {
  .features-card:not(:first-child) {
    transform: translateY(100vh);
  }
}
@media (max-width: 1024px) {
  .features-card {
    border-radius: 5.2083333333vw;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.0666666667vw;
  }
}
@media (max-width: 767px) {
  .features-card {
    flex-direction: column;
    border-radius: 4.2666666667vw;
  }
}
.features-card__media {
  flex: 0 0 45.9375vw;
  width: 45.9375vw;
  height: 25.625vw;
  overflow: hidden;
  border-radius: 1.9791666667vw;
  align-self: center;
  margin-left: 0.2083333333vw;
}
@media (max-width: 1024px) {
  .features-card__media {
    flex: 0 0 57.2916666667vw;
    width: 57.2916666667vw;
    height: 64.0625vw;
    margin: 0;
    align-self: flex-start;
    border-radius: 4.9479166667vw;
  }
}
@media (max-width: 767px) {
  .features-card__media {
    flex: none;
    width: calc(100% - 2.1333333333vw);
    height: 58.6666666667vw;
    border-radius: 3.2vw;
  }
}
.features-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.features-card__body {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 2.0833333333vw;
  width: 17.1875vw;
}
@media (max-width: 1024px) {
  .features-card__body {
    padding: 2.6041666667vw;
    width: 42.96875vw;
  }
}
@media (max-width: 767px) {
  .features-card__body {
    width: 100%;
    padding: 5.3333333333vw;
  }
}
.features-card__name {
  margin-bottom: 0.4166666667vw;
}
.features-card__desc {
  max-width: 17.1875vw;
  opacity: 0.84;
}
@media (max-width: 1024px) {
  .features-card__desc {
    max-width: none;
  }
}
.features-card__deco {
  position: absolute;
  right: 2.0833333333vw;
  bottom: 2.0833333333vw;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  opacity: 0.62;
}
@media (max-width: 1024px) {
  .features-card__deco {
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .features-card__deco {
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.features-card__deco svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .features-card__deco svg {
    display: none;
  }
}

.features-infrastructure {
  padding: 8.3333333333vw 0 0 0;
}
@media (max-width: 1024px) {
  .features-infrastructure {
    padding: 16vw 0 0 0;
  }
}
.features-infrastructure-inner {
  display: flex;
  gap: 3.125vw;
}
@media (max-width: 1024px) {
  .features-infrastructure-inner {
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}
.features-infrastructure-title {
  width: 29.1666666667vw;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .features-infrastructure-title {
    width: 100%;
    gap: 3.2vw;
  }
}
.features-infrastructure-list {
  position: relative;
  width: 63.5416666667vw !important;
  height: 36.4583333333vw !important;
  border-radius: 1.9791666667vw;
}
@media (max-width: 1024px) {
  .features-infrastructure-list {
    border-radius: 0;
    width: 100% !important;
    height: 75.5208333333vw !important;
  }
}
@media (max-width: 767px) {
  .features-infrastructure-list {
    height: 154.6666666667vw !important;
    width: 100% !important;
  }
}
.features-infrastructure-item {
  position: absolute;
  inset: 0;
  align-self: stretch;
  padding: 2.0833333333vw;
  border-radius: 1.9791666667vw;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  will-change: transform, opacity;
}
@media (max-width: 1024px) {
  .features-infrastructure-item {
    border-radius: 4.9479166667vw;
    padding: 0;
    height: 69.921875vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .features-infrastructure-item {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0;
    border-radius: 4.2666666667vw;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.features-infrastructure-item__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .features-infrastructure-item__media {
    position: relative;
    flex: none;
    width: 100%;
    height: 53.3333333333vw;
  }
}
.features-infrastructure-item__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  padding: 2.0833333333vw;
  background: var(--white);
  width: 20.8333333333vw;
  border-radius: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .features-infrastructure-item__body {
    position: absolute;
    top: 0.5208333333vw;
    left: 0.5208333333vw;
    width: 44.2708333333vw;
    border-radius: 4.6875vw;
    padding: 2.6041666667vw;
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .features-infrastructure-item__body {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    border-radius: 4.8vw;
    padding: 3.2vw;
    gap: 1.0666666667vw;
    border: 1px solid var(--Body, #d8d8d8);
  }
}
.features-infrastructure-item__body-list {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
  list-style: disc;
  padding-left: 1.0416666667vw;
}
@media (max-width: 767px) {
  .features-infrastructure-item__body-list {
    gap: 1.0666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.features-infrastructure-item__body-list-item {
  position: relative;
  list-style: disc;
}

.gallery {
  padding: 6.25vw 0 7.2916666667vw;
  background: var(--white);
}
@media (max-width: 767px) {
  .gallery {
    padding: 21.3333333333vw 0 21.3333333333vw;
  }
}
.gallery__shell {
  padding: 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .gallery__shell {
    padding: 0 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .gallery__shell {
    padding: 0 3.2vw;
  }
}
.gallery-iframe {
  display: none;
  height: 41.0416666667vw;
}
@media (max-width: 767px) {
  .gallery-iframe {
    height: 144vw;
  }
}
.gallery-iframe-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(-10.4166666667vw);
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .gallery-iframe-inner {
    transform: translateY(-26.6666666667vw);
    border-radius: 5.3333333333vw;
  }
}
.gallery-iframe-inner iframe {
  width: 100%;
  height: 100%;
}
.gallery__title {
  margin-bottom: 1.0416666667vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .gallery__title {
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .gallery__title {
    margin-bottom: 6.4vw;
  }
}
.gallery__frame {
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 2.0833333333vw;
  overflow: hidden;
  padding: 0vw 2.5vw;
}
@media (max-width: 1024px) {
  .gallery__frame {
    border-radius: 5.2083333333vw;
    padding: 2.6041666667vw 0vw 7.8125vw 0vw;
  }
}
@media (max-width: 767px) {
  .gallery__frame {
    padding: 2.1333333333vw 0;
    border-radius: 5.3333333333vw;
    display: flex;
    flex-direction: column;
  }
}
.gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  border-radius: 50%;
  border: 0;
  background: var(--accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color var(--transition), transform var(--transition);
}
.gallery__nav:hover {
  background: var(--purple);
  transform: translateY(-80%) scale(1.03);
}
.gallery__nav.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gallery__nav svg {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.gallery__nav--prev {
  left: 1.0416666667vw;
}
.gallery__nav--next {
  right: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .gallery__nav {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
  }
  .gallery__nav svg {
    width: 3.125vw;
    height: 3.125vw;
  }
  .gallery__nav--prev {
    left: 1.5625vw;
  }
  .gallery__nav--next {
    right: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .gallery__nav {
    top: 48vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
  .gallery__nav:hover {
    transform: translateY(-50%);
  }
  .gallery__nav svg {
    width: 4.8vw;
    height: auto;
  }
  .gallery__nav--prev {
    left: 3.2vw;
  }
  .gallery__nav--next {
    right: 3.2vw;
  }
}
.gallery__tabs {
  position: absolute;
  left: 50%;
  bottom: 0.9375vw;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  gap: 0.3125vw;
  border-radius: 52.03125vw;
  background: rgba(22, 15, 16, 0.14);
  padding: 0.2083333333vw;
  backdrop-filter: blur(0.3125vw);
}
@media (max-width: 1024px) {
  .gallery__tabs {
    bottom: 1.5625vw;
    gap: 0.5208333333vw;
    padding: 0.5208333333vw;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .gallery__tabs {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.1333333333vw;
    padding: 0 3.2vw;
    margin-top: 6.4vw;
  }
}
.gallery__tab {
  min-height: 1.9791666667vw;
  padding: 0 1.0416666667vw;
  border-radius: 52.03125vw;
  border: 0;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  transition: color var(--transition), background-color var(--transition);
}
.gallery__tab.is-active {
  background: var(--accent);
  color: var(--white);
}
@media (max-width: 1024px) {
  .gallery__tab {
    min-height: 4.1666666667vw;
    padding: 0 2.0833333333vw;
    font-size: 1.8229166667vw;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .gallery__tab {
    min-height: 9.6vw;
    padding: 0 5.3333333333vw;
    font-size: 3.2vw;
    font-weight: 700;
    background: #f1f1f2;
  }
}

.gallery-swiper {
  width: 100%;
  min-width: 0;
}
.gallery-swiper__slide {
  width: 100%;
  height: 41.0416666667vw;
}
@media (max-width: 1024px) {
  .gallery-swiper__slide {
    height: 78.125vw;
  }
}
@media (max-width: 767px) {
  .gallery-swiper__slide {
    height: 96vw;
  }
}
.gallery-swiper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.hero {
  position: relative;
  height: var(--app-height);
  overflow: hidden;
  background: #121316;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform-origin: center;
}
.hero-bg-video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-bg-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(22, 15, 16, 0.4) 0%, rgba(22, 15, 16, 0) 100%), linear-gradient(90deg, rgba(22, 15, 16, 0.4) 0%, rgba(22, 15, 16, 0) 100%), linear-gradient(180deg, rgba(22, 15, 16, 0.8) 0%, rgba(22, 15, 16, 0) 50%), linear-gradient(0deg, #160f10 0%, rgba(22, 15, 16, 0.9) 10%, rgba(22, 15, 16, 0) 40%);
}
.hero-bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: var(--app-height);
  padding: 8.3333333333vw 0 1.0416666667vw 2.0833333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hero-content {
    padding: 11.8489583333vw 2.6041666667vw 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .hero-content {
    padding: 26.1333333333vw 4.2666666667vw 5.3333333333vw;
    min-height: var(--app-height);
  }
}
.hero-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .hero-main {
    flex-direction: column-reverse;
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .hero-main {
    display: contents;
  }
}
.hero-intro {
  max-width: 42.7083333333vw;
  width: 100%;
  padding-right: 1.25vw;
}
@media (max-width: 1024px) {
  .hero-intro {
    max-width: 70%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-intro {
    max-width: 100%;
    order: 1;
    flex: 1;
    margin-bottom: 8.5333333333vw;
  }
}
.hero-title-wrap {
  overflow: hidden;
}
.hero-intro-title {
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 1024px) {
  .hero-intro-title {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .hero-intro-title {
    margin-bottom: 1.0666666667vw;
  }
}
.hero-intro-subtitle {
  max-width: 20.8333333333vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .hero-intro-subtitle {
    max-width: 80%;
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .hero-intro-subtitle {
    max-width: 80vw;
    margin-bottom: 3.2vw;
  }
}
.hero-intro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7083333333vw;
  border-radius: 0.5208333333vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-intro-cta {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.hero-intro-cta span,
.hero-intro-cta div {
  position: relative;
  z-index: 2;
}
.hero-intro-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.hero-intro-cta:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.hero-intro-cta:hover::before {
  height: 200%;
  border-radius: 0;
}
.hero-intro-cta {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.03125vw;
  padding: 0.7291666667vw 1.6666666667vw;
  transition: background-color var(--transition), transform var(--transition);
}
.hero-intro-cta:hover {
  background: #c73547;
  transform: translateY(-0.1041666667vw);
}
@media (max-width: 1024px) {
  .hero-intro-cta {
    min-height: 5.2083333333vw;
    border-radius: 1.0416666667vw;
    padding: 2.6041666667vw 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .hero-intro-cta {
    width: 68.5333333333vw;
    min-height: 12.2666666667vw;
    border-radius: 2.1333333333vw;
    padding: 3.2vw 4.8vw;
    letter-spacing: 0.1066666667vw;
  }
}
.hero-promo-column {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .hero-promo-column {
    gap: 1.5625vw;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-promo-column {
    order: 3;
    width: calc(100% + 9.6vw);
    padding-right: 9.6vw;
    margin-left: 0;
    gap: 2.1333333333vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4.2666666667vw;
  }
  .hero-promo-column::-webkit-scrollbar {
    display: none;
  }
  .hero-promo-column {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.hero-promo-card {
  border-radius: 20px 0 0 20px;
  background: rgba(234, 211, 193, 0.7);
  backdrop-filter: blur(17px);
  padding: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .hero-promo-card {
    flex: 1;
    border-radius: 1.3020833333vw;
    width: calc(50% - 0.78125vw);
    padding: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .hero-promo-card {
    width: 44.8vw;
    scroll-snap-align: start;
    border-radius: 2.6666666667vw;
    padding: 2.1333333333vw;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero-promo-title {
    font-size: 3.7333333333vw;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.0666666667vw;
  }
}
.hero-promo-text {
  margin-bottom: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .hero-promo-text {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .hero-promo-text {
    font-size: 3.2vw;
    max-width: 36vw;
    margin-bottom: 0;
  }
}
.hero-promo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5208333333vw;
}
@media (max-width: 1024px) {
  .hero-promo-footer {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  .hero-promo-footer {
    position: absolute;
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
.hero-promo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.0833333333vw;
  border-radius: 0.4166666667vw;
  background: var(--white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-promo-link {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.hero-promo-link span,
.hero-promo-link div {
  position: relative;
  z-index: 2;
}
.hero-promo-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.hero-promo-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.hero-promo-link:hover::before {
  height: 200%;
  border-radius: 0;
}
.hero-promo-link {
  text-transform: uppercase;
  padding: 0.5729166667vw 1.0416666667vw;
  transition: all var(--transition);
}
.hero-promo-link:hover {
  background: var(--purple);
  border-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .hero-promo-link:hover {
    border-radius: 2.1333333333vw;
    background: var(--purple);
    color: transparent !important;
  }
  .hero-promo-link:hover::after {
    background: var(--purple);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'><g clip-path='url(%23clip0_6254_4719)'><path d='M11.0225 2.93384V3.75806L5.47852 6.60083V5.45239L8.62988 3.85083H0L0 2.8606H8.57617L5.47852 1.28638V0.0510254L11.0225 2.93384Z' fill='%23F1F1F2'/></g><defs><clipPath id='clip0_6254_4719'><rect width='11' height='6.6' fill='white'/></clipPath></defs></svg>");
  }
}
@media (max-width: 1024px) {
  .hero-promo-link {
    min-height: 3.90625vw;
    border-radius: 1.0416666667vw;
    padding: 1.4322916667vw 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .hero-promo-link {
    width: 6.4vw;
    height: 6.4vw;
    background: var(--accent);
    color: transparent;
    border-radius: 50%;
    padding: 0;
    min-height: auto;
  }
  .hero-promo-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2.9333333333vw;
    height: 1.76vw;
    background: var(--accent);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'><g clip-path='url(%23clip0_6254_4719)'><path d='M11.0225 2.93384V3.75806L5.47852 6.60083V5.45239L8.62988 3.85083H0L0 2.8606H8.57617L5.47852 1.28638V0.0510254L11.0225 2.93384Z' fill='%23F1F1F2'/></g><defs><clipPath id='clip0_6254_4719'><rect width='11' height='6.6' fill='white'/></clipPath></defs></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all var(--transition);
  }
}
.hero-promo-date {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-promo-date {
    display: none;
  }
}
.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .hero-bottom {
    align-items: center;
    gap: 2.0833333333vw;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-bottom {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.6666666667vw;
    margin-top: 0;
    order: 2;
    margin-bottom: 6.4vw;
  }
}
.hero-progress-list {
  display: flex;
  align-items: center;
  gap: 3.8541666667vw;
}
@media (max-width: 1024px) {
  .hero-progress-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .hero-progress-list {
    gap: 1.0666666667vw;
  }
}
.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .hero-meta-item {
    gap: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  .hero-meta-item {
    gap: 2.6666666667vw;
  }
}
.hero-meta-icon {
  width: 3.5416666667vw;
  height: 3.5416666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hero-meta-icon {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    padding: 1.171875vw;
  }
}
@media (max-width: 767px) {
  .hero-meta-icon {
    display: none;
  }
}
.hero-meta-icon svg {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .hero-meta-icon svg {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .hero-meta-icon svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.hero-meta-label {
  margin-bottom: 0.2083333333vw;
}
@media (max-width: 767px) {
  .hero-meta-label {
    margin-bottom: 0.5333333333vw;
  }
}
.hero-meta-value {
  text-transform: uppercase;
}
.hero-bottom-side {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4.7916666667vw;
}
@media (max-width: 1024px) {
  .hero-bottom-side {
    flex-direction: column-reverse;
    gap: 2.6041666667vw;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .hero-bottom-side {
    flex-direction: row;
  }
}
.hero-scroll-link {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .hero-scroll-link {
    gap: 1.0416666667vw;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .hero-scroll-link {
    display: none;
  }
}
.hero-scroll-icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  border: 1px solid rgba(241, 241, 242, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-scroll-icon svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  animation: hero-scroll-arrow 1.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
@media (max-width: 1024px) {
  .hero-scroll-icon svg {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
@media (max-width: 1024px) {
  .hero-scroll-icon {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .hero-scroll-icon svg {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
@media (max-width: 767px) {
  .hero-scroll-icon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .hero-scroll-icon svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.hero-scroll-text {
  text-transform: uppercase;
}
.hero-developer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4166666667vw;
}
.hero-developer-logo {
  width: 8.28125vw;
  height: auto;
}
@media (max-width: 1024px) {
  .hero-developer-logo {
    width: 20.703125vw;
  }
}
@media (max-width: 767px) {
  .hero-developer-logo {
    width: 29.3333333333vw;
  }
}
.hero-developer-logo svg {
  width: 100%;
  height: auto;
}
.hero-developer-caption {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-developer-caption {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero {
    min-height: var(--app-height);
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: var(--app-height);
  }
  .hero .hero-intro-list--desktop {
    width: 100%;
    gap: 3.2vw;
    padding: 0;
  }
}

@keyframes hero-scroll-arrow {
  0% {
    transform: translateY(-80%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(80%);
    opacity: 0;
  }
}
.investment {
  position: relative;
  overflow: hidden;
  padding: 5.2083333333vw 0 0;
  background: var(--white);
}
@media (max-width: 1024px) {
  .investment {
    padding: 7.8125vw 0 0;
  }
}
@media (max-width: 767px) {
  .investment {
    padding: 0;
  }
}
.investment__shell {
  position: relative;
  z-index: 1;
  padding: 0 2.0833333333vw 25.2083333333vw 2.0833333333vw;
}
@media (max-width: 1024px) {
  .investment__shell {
    padding: 0 2.6041666667vw 58.59375vw 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .investment__shell {
    padding: 0 3.2vw 64vw 3.2vw;
  }
}
.investment__shell-logo-block {
  display: flex;
  border-top: 1px solid var(--body);
  border-bottom: 1px solid var(--body);
  padding: 3.125vw 2.0833333333vw 6.25vw 2.0833333333vw;
  margin-bottom: 10.4166666667vw;
  margin-top: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .investment__shell-logo-block {
    flex-direction: column;
    align-items: center;
    padding: 5.2083333333vw 0;
    margin-bottom: 65.1041666667vw;
    margin-top: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .investment__shell-logo-block {
    flex-direction: column;
    align-items: center;
    padding: 8.5333333333vw 0;
    margin-bottom: 80vw;
    margin-top: 16vw;
  }
}
.investment__shell-logo-sign {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .investment__shell-logo-sign {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
  }
}
@media (max-width: 767px) {
  .investment__shell-logo-sign {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.investment__shell-logo {
  position: relative;
  z-index: 5;
  width: 100%;
  aspect-ratio: 1840/313;
  overflow: hidden;
}
.investment--logo-reveal .investment__shell-logo {
  overflow: visible;
  z-index: 500;
}
.investment__shell-logo-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.investment__shell-logo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.investment__shell-logo-half {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.investment__shell-logo-half img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.investment__shell-logo-half--top {
  clip-path: inset(0 0 50% 0);
}
.investment__shell-logo-half--bottom {
  clip-path: inset(50% 0 0 0);
}
.investment__title {
  padding-top: 10.4166666667vw;
  margin-bottom: 3.125vw;
  position: relative;
}
@media (max-width: 1024px) {
  .investment__title {
    padding-top: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .investment__title {
    padding-top: 26.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.investment__title--attractiveness {
  margin-top: 6.25vw;
}
@media (max-width: 1024px) {
  .investment__title--attractiveness {
    margin-top: 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .investment__title--attractiveness {
    margin-top: 0vw;
    margin-bottom: 5.3333333333vw;
  }
}
.investment__proposals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25vw;
}
@media (max-width: 1024px) {
  .investment__proposals {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
.investment__attractiveness-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .investment__attractiveness-grid {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.investment__lead {
  width: 34.0625vw;
}
@media (max-width: 1024px) {
  .investment__lead {
    width: 100%;
  }
}
.investment__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60.4166666667vw;
  z-index: 0;
}
@media (max-width: 1024px) {
  .investment__bg {
    height: 133.3333333333vw;
  }
}
.investment__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.0208333333vw;
  z-index: 1;
  background: linear-gradient(180deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.87) 86.54%, #f1f1f2 100%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .investment__bg::before {
    top: -16vw;
    height: 84vw;
    background: linear-gradient(0deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.87) 50.54%, #f1f1f2 100%);
  }
}
.investment__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .investment__bg img {
    -o-object-position: -30vw bottom;
       object-position: -30vw bottom;
  }
}

.investment-proposal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .investment-proposal-card {
    gap: 0;
  }
}
.investment-proposal-card__media {
  position: relative;
  height: 33.3333333333vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
  cursor: pointer;
}
.investment-proposal-card__media:hover .investment-proposal-card__stats {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.investment-proposal-card__media:hover .investment-proposal-card__stat {
  opacity: 1;
  transform: translateY(0);
}
.investment-proposal-card__media:hover::before {
  opacity: 1;
  transform: translateY(0);
}
.investment-proposal-card__media:hover img {
  transform: scale(1.04);
}
.investment-proposal-card__media:hover::after {
  opacity: 0.95;
}
.investment-proposal-card__media img {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.investment-proposal-card__media::after {
  transition: opacity 0.4s ease;
}
@media (max-width: 1024px) {
  .investment-proposal-card__media {
    height: auto;
    overflow: visible;
  }
}
.investment-proposal-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .investment-proposal-card__media img {
    height: 64vw;
    border-radius: 4.2666666667vw;
  }
}
.investment-proposal-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media (max-width: 1024px) {
  .investment-proposal-card__media::after {
    height: 64vw;
    border-radius: 4.2666666667vw;
  }
}
.investment-proposal-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.7) 39.9%, rgba(1, 1, 1, 0.98) 100%);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .investment-proposal-card__media::before {
    display: none;
  }
}
.investment-proposal-card__caption {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.0833333333vw 1.0416666667vw;
  gap: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .investment-proposal-card__caption {
    position: relative;
    height: auto;
    padding: 64vw 0 0 0;
    justify-content: flex-start;
    gap: 0;
  }
}
.investment-proposal-card__caption-title {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
@media (max-width: 1024px) {
  .investment-proposal-card__caption-title {
    gap: 0.5208333333vw;
    top: 2.6041666667vw;
    left: 2.6041666667vw;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .investment-proposal-card__caption-title {
    position: absolute;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    gap: 1.0666666667vw;
    width: calc(100% - 10.6666666667vw);
  }
}
@media (max-width: 1024px) {
  .investment-proposal-card__body {
    padding: 2.6041666667vw;
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .investment-proposal-card__body {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .investment-proposal-card__desc {
    color: var(--black) !important;
  }
}
.investment-proposal-card__stats {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  max-height: 0;
  padding-top: 1.0416666667vw;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  transform: translateY(1.0416666667vw);
  transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .investment-proposal-card__stats {
    max-height: 100%;
    opacity: 1;
    overflow: visible;
    transition: none;
    display: flex;
    flex-direction: column;
    gap: 2.0833333333vw;
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .investment-proposal-card__stats {
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.investment-proposal-card__stat {
  display: flex;
  gap: 0.5208333333vw;
  opacity: 0;
  transform: translateY(1.5625vw);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.investment-proposal-card__stat:nth-child(1) {
  transition-delay: 0s;
}
.investment-proposal-card__stat:nth-child(2) {
  transition-delay: 0.07s;
}
.investment-proposal-card__stat:nth-child(3) {
  transition-delay: 0.14s;
}
.investment-proposal-card__stat:nth-child(4) {
  transition-delay: 0.21s;
}
.investment-proposal-card__stat:nth-child(5) {
  transition-delay: 0.28s;
}
.investment-proposal-card__stat:nth-child(6) {
  transition-delay: 0.35s;
}
@media (max-width: 1024px) {
  .investment-proposal-card__stat {
    opacity: 1;
    transform: none;
    transition: none;
    gap: 5.3333333333vw;
  }
}
.investment-proposal-card__stat-label {
  color: var(--white);
  width: 9.375vw;
}
@media (max-width: 1024px) {
  .investment-proposal-card__stat-label {
    color: var(--black);
    width: 20.8333333333vw;
  }
}
@media (max-width: 767px) {
  .investment-proposal-card__stat-label {
    width: 32vw;
  }
}
.investment-proposal-card__stat-value {
  color: var(--white);
  flex: 1;
}
@media (max-width: 1024px) {
  .investment-proposal-card__stat-value {
    color: var(--black);
    flex: 1;
  }
}
.investment-proposal-card__name {
  text-transform: none;
}
.investment-proposal-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.125vw;
  padding: 1.0416666667vw 2.0833333333vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .investment-proposal-card__button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.investment-proposal-card__button span,
.investment-proposal-card__button div {
  position: relative;
  z-index: 2;
}
.investment-proposal-card__button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.investment-proposal-card__button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.investment-proposal-card__button:hover::before {
  height: 200%;
  border-radius: 0;
}
.investment-proposal-card__button {
  color: var(--white);
  transition: background-color var(--transition), border-radius var(--transition);
  border-radius: 0.4166666667vw;
}
.investment-proposal-card__button:hover {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .investment-proposal-card__button {
    margin-top: 5.2083333333vw;
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .investment-proposal-card__button {
    margin-top: 6.4vw;
    min-height: 12.8vw;
    padding: 4.2666666667vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}

.investment-stats-group-wrap {
  display: flex;
  gap: 5.2083333333vw;
}
@media (max-width: 1024px) {
  .investment-stats-group-wrap {
    gap: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .investment-stats-group-wrap {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.investment-stats-group {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  width: 20.8333333333vw;
}
.investment-stats-group:last-child {
  width: 15.625vw;
  margin-right: 5.7291666667vw;
}
@media (max-width: 1024px) {
  .investment-stats-group:last-child {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .investment-stats-group:last-child {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .investment-stats-group {
    width: 50%;
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .investment-stats-group {
    width: 100%;
    gap: 5.3333333333vw;
  }
}
.investment-stats-group__list {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .investment-stats-group__list {
    gap: 4.2666666667vw;
  }
}

.investment-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.2083333333vw;
}

.location {
  position: relative;
  padding: 8.3333333333vw 0;
}
@media (max-width: 1024px) {
  .location {
    padding: 26.0416666667vw 0 0;
  }
}
@media (max-width: 767px) {
  .location {
    padding: 80vw 0 0;
  }
}
.location::before, .location::after {
  position: absolute;
  content: "";
  width: 100%;
  z-index: 5;
}
.location::before {
  top: 0;
  height: 39.5833333333vw;
  background: linear-gradient(180deg, #ececec 0%, rgba(236, 236, 236, 0.7) 49.52%, rgba(236, 236, 236, 0) 100%);
}
@media (max-width: 1024px) {
  .location::before {
    height: 31.25vw;
    top: 41.6666666667vw;
  }
}
@media (max-width: 767px) {
  .location::before {
    height: 64vw;
    top: 85.3333333333vw;
  }
}
.location::after {
  bottom: 0;
  height: 18.2291666667vw;
  background: linear-gradient(0deg, #ececec 0%, rgba(236, 236, 236, 0.7) 49.52%, rgba(236, 236, 236, 0) 100%);
}
@media (max-width: 1024px) {
  .location::after {
    height: 31.25vw;
    bottom: 44.2708333333vw;
  }
}
@media (max-width: 767px) {
  .location::after {
    height: 64vw;
    bottom: 141.3333333333vw;
  }
}
.location-logo-block {
  position: absolute;
  top: 0;
  left: 2.0833333333vw;
  transform: translateY(-50%);
  z-index: 100;
  width: 48.4375vw;
  height: 32.03125vw;
}
@media (max-width: 1024px) {
  .location-logo-block {
    display: none;
  }
}
.location-title {
  position: absolute;
  top: 8.3333333333vw;
  right: 2.0833333333vw;
  z-index: 10;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .location-title {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .location-title {
    margin-bottom: 21.3333333333vw;
    width: 102vw;
  }
}
.location-img-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1920/1080;
}
@media (max-width: 1024px) {
  .location-img-block {
    aspect-ratio: 768/800;
  }
}
@media (max-width: 767px) {
  .location-img-block {
    aspect-ratio: unset;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.location-img-block > picture > img,
.location-img-block > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 767px) {
  .location-img-block > picture > img,
  .location-img-block > img {
    width: auto;
    height: 144vw;
    max-width: none;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.location-img-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: lightgray;
  mix-blend-mode: lighten;
  opacity: 0.65;
  z-index: 1;
}
@media (max-width: 1024px) {
  .location-img-block::before {
    display: none;
  }
}
.location-img-block .location-pins-block {
  position: absolute;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}
.location-img-block .location-pins-block-main {
  position: absolute;
  pointer-events: auto;
  left: 61%;
  top: 55%;
  transform: translate(-50%, -100%);
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-main {
    left: 35%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-main {
    left: 60%;
    top: 50%;
  }
}
.location-img-block .location-pins-block-main .img-block {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  border: 2px solid var(--ivory);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-main .img-block {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-main .img-block {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.location-img-block .location-pins-block-main svg {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
}
.location-img-block .location-pins-block-robot-1, .location-img-block .location-pins-block-robot-2, .location-img-block .location-pins-block-nature, .location-img-block .location-pins-block-pets, .location-img-block .location-pins-block-cutlery, .location-img-block .location-pins-block-gas-station {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  position: absolute;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-robot-1, .location-img-block .location-pins-block-robot-2, .location-img-block .location-pins-block-nature, .location-img-block .location-pins-block-pets, .location-img-block .location-pins-block-cutlery, .location-img-block .location-pins-block-gas-station {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-robot-1, .location-img-block .location-pins-block-robot-2, .location-img-block .location-pins-block-nature, .location-img-block .location-pins-block-pets, .location-img-block .location-pins-block-cutlery, .location-img-block .location-pins-block-gas-station {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.location-img-block .location-pins-block-robot-1 {
  left: 72%;
  top: 34%;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-robot-1 {
    left: 50%;
    top: 34%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-robot-1 {
    left: 83%;
    top: 27%;
  }
}
.location-img-block .location-pins-block-robot-2 {
  left: 89%;
  top: 62%;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-robot-2 {
    left: 80%;
    top: 66%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-robot-2 {
    left: 133%;
    top: 57%;
  }
}
.location-img-block .location-pins-block-nature {
  left: 86%;
  top: 37%;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-nature {
    left: 76%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-nature {
    left: 123%;
    top: 33%;
  }
}
.location-img-block .location-pins-block-pets {
  left: 76%;
  top: 51%;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-pets {
    left: 60%;
    top: 52%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-pets {
    left: 97%;
    top: 47%;
  }
}
.location-img-block .location-pins-block-cutlery {
  left: 73%;
  top: 69%;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-cutlery {
    left: 56%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-cutlery {
    left: 90%;
    top: 71%;
  }
}
.location-img-block .location-pins-block-gas-station {
  left: 54%;
  top: 67%;
}
@media (max-width: 1024px) {
  .location-img-block .location-pins-block-gas-station {
    left: 25%;
    top: 66%;
  }
}
@media (max-width: 767px) {
  .location-img-block .location-pins-block-gas-station {
    left: 40%;
    top: 63%;
  }
}
.location-swipe-title-block {
  position: relative;
  z-index: 20;
  padding: 0 5.3333333333vw;
}
.location-swipe-path {
  position: relative;
  touch-action: none;
}
.location-swipe-path img {
  pointer-events: none;
}
.location-swipe-path-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 16vw;
  height: 16vw;
  touch-action: none;
}
.location-swipe-path-marker img {
  pointer-events: none;
}
.location-swipe-title {
  text-align: center;
}
.location-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.0833333333vw;
  width: 27.0833333333vw;
  padding: 3.125vw;
  border-radius: 2.0833333333vw;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background-color: var(--ivory);
  z-index: 10;
}
@media (max-width: 1024px) {
  .location-card {
    position: relative;
    width: 72.9166666667vw;
    margin: auto;
    padding: 4.1666666667vw 5.2083333333vw;
    margin-top: 13.0208333333vw;
    margin-bottom: -10.4166666667vw;
    border-radius: 4.1666666667vw;
    left: auto;
  }
}
@media (max-width: 767px) {
  .location-card {
    width: 89.3333333333vw;
    padding: 6.4vw;
    margin-top: 66.6666666667vw;
    margin-bottom: -21.3333333333vw;
    border-radius: 6.4vw;
  }
}
.location-card-img-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
}
@media (max-width: 1024px) {
  .location-card-img-block {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .location-card-img-block {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.location-card-img-block img {
  width: 1.5625vw;
  height: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .location-card-img-block img {
    width: 3.6458333333vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .location-card-img-block img {
    width: 7.4666666667vw;
    height: 4.8vw;
  }
}
.location-card-title {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .location-card-title {
    text-align: center;
    margin: 0 auto 2.0833333333vw;
    max-width: 36.9791666667vw;
  }
}
@media (max-width: 767px) {
  .location-card-title {
    max-width: 74.6666666667vw;
    margin-bottom: 3.2vw;
  }
}
.location-card-text {
  margin-bottom: 2.0833333333vw;
  color: var(--basalt-gray);
}
@media (max-width: 1024px) {
  .location-card-text {
    margin-bottom: 5.2083333333vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .location-card-text {
    margin-bottom: 8.5333333333vw;
  }
}
.location-card-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  border-radius: 100px;
  background: var(--burnt-clay);
  color: var(--white);
  text-transform: uppercase;
  transition: all var(--transition);
  width: 15.9375vw;
  height: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .location-card-button {
    width: 35.9375vw;
    height: 8.8541666667vw;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .location-card-button {
    width: 53.8666666667vw;
    height: 14.4vw;
  }
}
.location-card-button:hover {
  background-color: var(--burnt-clay-hover);
}
.location-card-button:active {
  background-color: var(--burnt-clay-active);
}

.news-page-banner-title-block {
  position: relative;
}
.news-page-banner-block {
  height: 20.4166666667vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .news-page-banner-block {
    height: 40.1041666667vw;
  }
}
@media (max-width: 767px) {
  .news-page-banner-block {
    height: 45.8666666667vw;
  }
}
.news-page-banner-block img {
  width: 46.875vw;
  height: 23.4375vw;
}
@media (max-width: 1024px) {
  .news-page-banner-block img {
    width: 91.1458333333vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .news-page-banner-block img {
    width: 100vw;
    height: auto;
  }
}
.news-page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .news-page-title {
    transform: translate(-50%, 20%);
  }
}
.news-page-list {
  margin-bottom: 2.0833333333vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4166666667vw;
  row-gap: 2.0833333333vw;
  padding: 0 2.0833333333vw;
  margin-bottom: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .news-page-list {
    grid-template-columns: 1fr;
    gap: 2.6041666667vw;
    padding: 0 2.6041666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  .news-page-list {
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
    padding: 0 3.2vw;
    margin-bottom: 21.3333333333vw;
  }
}
.news-page-list-item {
  border-radius: 2.0833333333vw;
  border: 1px solid rgba(100, 103, 108, 0.2);
  width: 31.6666666667vw;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .news-page-list-item {
    border-radius: 4.1666666667vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-page-list-item {
    width: 100%;
    border-radius: 6.4vw;
  }
}
.news-page-list-item:hover .news-page-list-img-block img {
  transform: scale(1.05);
}
.news-page-list-card-link {
  color: var(--anthracite);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.0416666667vw;
  border-radius: 2.0833333333vw;
  gap: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .news-page-list-card-link {
    background: var(--white);
    border-radius: 2.6041666667vw;
    padding: 2.6041666667vw 2.6041666667vw 4.1666666667vw 2.6041666667vw;
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .news-page-list-card-link {
    border-radius: 5.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 5.3333333333vw 2.1333333333vw;
    gap: 3.2vw;
  }
}
.news-page-list-img-block {
  overflow: hidden;
  border-radius: 1.0416666667vw;
  height: 17.34375vw;
}
@media (max-width: 1024px) {
  .news-page-list-img-block {
    border-radius: 4.2666666667vw;
    height: 53.3333333333vw;
  }
}
@media (max-width: 767px) {
  .news-page-list-img-block {
    border-radius: 4.2666666667vw;
  }
}
.news-page-list-img-block img {
  transition: all var(--transition);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page-list-text-block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-page-list-title {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-page-list-title {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-page-list-title {
    margin-bottom: 6.4vw;
  }
}
.news-page-list-link-data-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.news-page-list-link {
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-page-list-link {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.news-page-list-link span,
.news-page-list-link div {
  position: relative;
  z-index: 2;
}
.news-page-list-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.news-page-list-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.news-page-list-link:hover::before {
  height: 200%;
  border-radius: 0;
}
.news-page-list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5520833333vw;
  height: 2.0833333333vw;
  padding: 0.5729166667vw 1.0416666667vw;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
}
@media (max-width: 1024px) {
  .news-page-list-link {
    min-width: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .news-page-list-link {
    min-width: 48vw;
    min-height: 12.8vw;
    padding: 4.2666666667vw 6.4vw;
    margin-top: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.news-page-list-link:hover {
  background-color: var(--ivory-hover);
}
.news-page-list-link:active {
  background-color: var(--ivory-active);
}
.news-page-list-data-block {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media (max-width: 767px) {
  .news-page-list-data-block {
    gap: 1.0666666667vw;
  }
}
.news-page-list-icon-block svg {
  flex-shrink: 0;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .news-page-list-icon-block svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-page-list-icon-block svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.news-single {
  position: relative;
  padding: calc(3.6458333333vw + var(--header-h)) 2.0833333333vw 8.3333333333vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .news-single {
    grid-template-columns: 1fr;
    gap: 2.6041666667vw;
    padding: calc(5.2083333333vw + var(--header-h)) 2.6041666667vw 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .news-single {
    gap: 5.3333333333vw;
    padding: calc(8.5333333333vw + var(--header-h)) 2.6041666667vw 21.3333333333vw;
  }
}
.news-single-rich-text {
  gap: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  font-family: "Mulish", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0333333333vw;
  color: var(--anthracite);
  overflow-wrap: anywhere;
}
@media (max-width: 1024px) {
  .news-single-rich-text {
    gap: 2.6041666667vw;
    font-size: 2.0833333333vw;
    letter-spacing: -0.0729166667vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text {
    gap: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.1493333333vw;
  }
}
.news-single-rich-text > div {
  display: flex;
  flex-direction: column;
  gap: inherit;
}
.news-single-rich-text h1,
.news-single-rich-text h2,
.news-single-rich-text h3,
.news-single-rich-text h4,
.news-single-rich-text h5,
.news-single-rich-text h6 {
  font-family: "ScienceGothic-Regular", sans-serif;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--anthracite);
}
.news-single-rich-text h1:not(:first-child),
.news-single-rich-text h2:not(:first-child),
.news-single-rich-text h3:not(:first-child),
.news-single-rich-text h4:not(:first-child),
.news-single-rich-text h5:not(:first-child),
.news-single-rich-text h6:not(:first-child) {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text h1:not(:first-child),
  .news-single-rich-text h2:not(:first-child),
  .news-single-rich-text h3:not(:first-child),
  .news-single-rich-text h4:not(:first-child),
  .news-single-rich-text h5:not(:first-child),
  .news-single-rich-text h6:not(:first-child) {
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text h1:not(:first-child),
  .news-single-rich-text h2:not(:first-child),
  .news-single-rich-text h3:not(:first-child),
  .news-single-rich-text h4:not(:first-child),
  .news-single-rich-text h5:not(:first-child),
  .news-single-rich-text h6:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
.news-single-rich-text h1,
.news-single-rich-text h2 {
  font-size: 2.0833333333vw;
  letter-spacing: -0.1666666667vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text h1,
  .news-single-rich-text h2 {
    font-size: 4.1666666667vw;
    letter-spacing: -0.3333333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text h1,
  .news-single-rich-text h2 {
    font-size: 6.4vw;
    letter-spacing: -0.512vw;
  }
}
.news-single-rich-text h3,
.news-single-rich-text h4 {
  font-size: 1.6666666667vw;
  letter-spacing: -0.1333333333vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text h3,
  .news-single-rich-text h4 {
    font-size: 3.125vw;
    letter-spacing: -0.25vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text h3,
  .news-single-rich-text h4 {
    font-size: 4.8vw;
    letter-spacing: -0.384vw;
  }
}
.news-single-rich-text h5,
.news-single-rich-text h6 {
  font-size: 1.25vw;
  letter-spacing: -0.1vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text h5,
  .news-single-rich-text h6 {
    font-size: 2.6041666667vw;
    letter-spacing: -0.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text h5,
  .news-single-rich-text h6 {
    font-size: 4.2666666667vw;
    letter-spacing: -0.3413333333vw;
  }
}
.news-single-rich-text p {
  margin: 0;
}
.news-single-rich-text p:empty {
  display: none;
}
.news-single-rich-text strong,
.news-single-rich-text b,
.news-single-rich-text th {
  font-weight: 600;
}
.news-single-rich-text em,
.news-single-rich-text i {
  font-style: italic;
}
.news-single-rich-text u {
  text-decoration: underline;
}
.news-single-rich-text s,
.news-single-rich-text del {
  text-decoration: line-through;
}
.news-single-rich-text mark {
  background: var(--ivory);
  color: var(--anthracite);
  padding: 0 0.2083333333vw;
}
.news-single-rich-text small {
  font-size: 0.85em;
  color: var(--basalt-gray);
}
.news-single-rich-text sub,
.news-single-rich-text sup {
  font-size: 0.7em;
  line-height: 0;
}
.news-single-rich-text a {
  color: var(--burnt-clay);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color var(--transition);
}
.news-single-rich-text a:hover {
  color: var(--burnt-clay-hover);
}
.news-single-rich-text a:active {
  color: var(--burnt-clay-active);
}
.news-single-rich-text ul,
.news-single-rich-text ol {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
  padding-left: 1.25vw;
  margin: 0;
}
@media (max-width: 1024px) {
  .news-single-rich-text ul,
  .news-single-rich-text ol {
    gap: 1.0416666667vw;
    padding-left: 3.125vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text ul,
  .news-single-rich-text ol {
    gap: 2.1333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.news-single-rich-text ul ul,
.news-single-rich-text ul ol,
.news-single-rich-text ol ul,
.news-single-rich-text ol ol {
  margin-top: 0.4166666667vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text ul ul,
  .news-single-rich-text ul ol,
  .news-single-rich-text ol ul,
  .news-single-rich-text ol ol {
    margin-top: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text ul ul,
  .news-single-rich-text ul ol,
  .news-single-rich-text ol ul,
  .news-single-rich-text ol ol {
    margin-top: 2.1333333333vw;
  }
}
.news-single-rich-text ul,
.news-single-rich-text ul li {
  list-style: disc;
}
.news-single-rich-text ul ul,
.news-single-rich-text ul ul li {
  list-style: circle;
}
.news-single-rich-text ol,
.news-single-rich-text ol li {
  list-style: decimal;
}
.news-single-rich-text ol ol,
.news-single-rich-text ol ol li {
  list-style: lower-alpha;
}
.news-single-rich-text li {
  display: list-item;
}
.news-single-rich-text li::marker {
  color: var(--burnt-clay);
}
.news-single-rich-text blockquote {
  margin: 0;
  padding: 1.0416666667vw 1.4583333333vw;
  border-left: 2px solid var(--burnt-clay);
  border-radius: 0 1.0416666667vw 1.0416666667vw 0;
  background: var(--concrete);
  font-style: italic;
}
@media (max-width: 1024px) {
  .news-single-rich-text blockquote {
    padding: 2.6041666667vw 3.125vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text blockquote {
    padding: 4.2666666667vw 4.2666666667vw;
    border-radius: 0 3.2vw 3.2vw 0;
  }
}
.news-single-rich-text img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text img {
    border-radius: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text img {
    border-radius: 6.4vw;
  }
}
.news-single-rich-text figure {
  margin: 0;
}
.news-single-rich-text figure figcaption,
.news-single-rich-text figure .attachment__caption {
  margin-top: 0.625vw;
  font-size: 0.625vw;
  line-height: 140%;
  color: var(--basalt-gray);
  text-align: center;
}
@media (max-width: 1024px) {
  .news-single-rich-text figure figcaption,
  .news-single-rich-text figure .attachment__caption {
    margin-top: 1.5625vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text figure figcaption,
  .news-single-rich-text figure .attachment__caption {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.news-single-rich-text iframe,
.news-single-rich-text video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: none;
  border-radius: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-single-rich-text iframe,
  .news-single-rich-text video {
    border-radius: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text iframe,
  .news-single-rich-text video {
    border-radius: 6.4vw;
  }
}
.news-single-rich-text hr {
  width: 100%;
  height: 1px;
  border: none;
  background: rgba(100, 103, 108, 0.2);
  margin: 0;
}
.news-single-rich-text code {
  font-family: monospace;
  font-size: 0.9em;
  background: var(--concrete);
  border-radius: 0.3125vw;
  padding: 0 0.3125vw;
}
.news-single-rich-text pre {
  margin: 0;
  padding: 1.0416666667vw;
  border-radius: 1.0416666667vw;
  background: var(--concrete);
  overflow-x: auto;
}
@media (max-width: 1024px) {
  .news-single-rich-text pre {
    padding: 2.6041666667vw;
    border-radius: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text pre {
    padding: 4.2666666667vw;
    border-radius: 3.2vw;
  }
}
.news-single-rich-text pre code {
  padding: 0;
  background: none;
}
.news-single-rich-text table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  white-space: nowrap;
}
.news-single-rich-text table th,
.news-single-rich-text table td {
  padding: 0.625vw 0.8333333333vw;
  border: 1px solid rgba(100, 103, 108, 0.2);
  text-align: left;
}
@media (max-width: 1024px) {
  .news-single-rich-text table th,
  .news-single-rich-text table td {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-rich-text table th,
  .news-single-rich-text table td {
    padding: 2.1333333333vw 3.2vw;
  }
}
.news-single-rich-text table th {
  background: var(--concrete);
}
.news-single-rich-text > *:first-child {
  margin-top: 0;
}
.news-single-link-title-block {
  position: sticky;
  top: calc(3.6458333333vw + var(--header-h));
  align-self: start;
}
@media (max-width: 1024px) {
  .news-single-link-title-block {
    position: static;
  }
}
.news-single-back-link {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-single-back-link {
    margin-bottom: 3.125vw;
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .news-single-back-link {
    margin-bottom: 6.4vw;
    gap: 2.1333333333vw;
  }
}
.news-single-back-link-icon-wrap {
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-single-back-link-icon-wrap {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.news-single-back-link-icon-wrap span,
.news-single-back-link-icon-wrap div {
  position: relative;
  z-index: 2;
}
.news-single-back-link-icon-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.news-single-back-link-icon-wrap:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.news-single-back-link-icon-wrap:hover::before {
  height: 200%;
  border-radius: 0;
}
.news-single-back-link-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375vw;
}
@media (max-width: 1024px) {
  .news-single-back-link-icon-wrap {
    border-radius: 50%;
    padding: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-single-back-link-icon-wrap {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.news-single-back-link-icon-wrap svg {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-single-back-link-icon-wrap svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .news-single-back-link-icon-wrap svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.news-single-title {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .news-single-title {
    max-width: 81.7708333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-title {
    max-width: none;
  }
}
.news-single-content {
  min-width: 0;
  border-radius: 2.0833333333vw;
  background: var(--ocher);
  padding: 2.0833333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-single-content {
    padding: 7.8125vw 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-content {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.news-single-content-text {
  color: var(--black);
  line-height: 140%;
}
.news-single-content-date {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .news-single-content-date {
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .news-single-content-date {
    gap: 2.1333333333vw;
  }
}
.news-single-content-date-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .news-single-content-date-icon-wrap {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-content-date-icon-wrap {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.news-single-content-date-icon-wrap svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-single-content-date-icon-wrap svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-single-content-date-icon-wrap svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.news-single-content-date span {
  color: var(--black);
}
.news-single-content-text {
  color: var(--black);
}
.news-single-content-text:last-child {
  margin-bottom: 0;
}
.news-single-content-img-block {
  border-radius: 2.0833333333vw;
  margin-bottom: 0.5208333333vw;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .news-single-content-img-block {
    border-radius: 4.1666666667vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  .news-single-content-img-block {
    border-radius: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.news-single-content-slider-wrap .news-single-content-img-block {
  margin-bottom: 0;
}
.news-single-content-slider-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  margin-top: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .news-single-content-slider-bottom {
    gap: 1.5625vw;
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-single-content-slider-bottom {
    gap: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
.news-single-content-link {
  color: var(--basalt-gray);
  text-decoration: underline !important;
}
.news-single-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: var(--accent);
  border: 1px solid var(--accent);
  transition: all var(--transition);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .news-single-swiper-btn {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .news-single-swiper-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.news-single-swiper-btn svg {
  width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1024px) {
  .news-single-swiper-btn svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .news-single-swiper-btn svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.news-single-swiper-btn:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}
.news-single-swiper-pagination {
  color: var(--black);
  text-align: center;
  font-variant-numeric: tabular-nums;
  min-width: 3.125vw;
}
@media (max-width: 1024px) {
  .news-single-swiper-pagination {
    min-width: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .news-single-swiper-pagination {
    min-width: 10.6666666667vw;
  }
}

.news-more {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .news-more {
    padding-bottom: 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .news-more {
    padding-bottom: 21.3333333333vw;
  }
}
.news-more-title-buttons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
  padding: 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-more-title-buttons-block {
    padding: 0 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-more-title-buttons-block {
    padding: 0 5.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.news-more-title-buttons-block .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .news-more-title-buttons-block .swiper-buttons {
    justify-content: center;
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .news-more-title-buttons-block .swiper-buttons {
    justify-content: center;
    gap: 3.2vw;
  }
}
.news-more-title-buttons-block .swiper-buttons-prev, .news-more-title-buttons-block .swiper-buttons-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2083333333vw;
  height: 3.125vw;
}
@media (max-width: 1024px) {
  .news-more-title-buttons-block .swiper-buttons-prev, .news-more-title-buttons-block .swiper-buttons-next {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-more-title-buttons-block .swiper-buttons-prev, .news-more-title-buttons-block .swiper-buttons-next {
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.news-more-title-buttons-block .swiper-buttons-prev svg, .news-more-title-buttons-block .swiper-buttons-next svg {
  width: 5.2083333333vw;
  height: 3.125vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-more-title-buttons-block .swiper-buttons-prev svg, .news-more-title-buttons-block .swiper-buttons-next svg {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-more-title-buttons-block .swiper-buttons-prev svg, .news-more-title-buttons-block .swiper-buttons-next svg {
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.news-more-title {
  text-transform: uppercase;
}
.news-more-swiper {
  margin-bottom: 2.0833333333vw;
}
.news-more-swiper-item {
  border-radius: 2.0833333333vw;
  border: 1px solid rgba(100, 103, 108, 0.2);
  width: 31.25vw;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .news-more-swiper-item {
    border-radius: 4.1666666667vw;
    width: 55.9895833333vw;
  }
}
@media (max-width: 767px) {
  .news-more-swiper-item {
    border-radius: 6.4vw;
    width: 100%;
  }
}
.news-more-swiper-item:hover .news-more-swiper-img-block img {
  transform: scale(1.05);
}
.news-more-swiper-card-link {
  color: var(--anthracite);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.0416666667vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .news-more-swiper-card-link {
    border-radius: 5.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 5.3333333333vw 2.1333333333vw;
    gap: 4.2666666667vw;
  }
}
.news-more-swiper-img-block {
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .news-more-swiper-img-block {
    border-radius: 4.2666666667vw;
  }
}
.news-more-swiper-img-block img {
  transition: all var(--transition);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-more-swiper-text-block {
  padding: 1.0416666667vw 1.0416666667vw 1.4583333333vw;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 1024px) {
  .news-more-swiper-text-block {
    padding: 2.0833333333vw 3.125vw 3.125vw;
  }
}
@media (max-width: 767px) {
  .news-more-swiper-text-block {
    padding: 0;
  }
}
.news-more-swiper-label {
  border-radius: 100px;
  background: var(--white);
  padding: 0.4166666667vw 0.8333333333vw;
  position: absolute;
  top: 0.625vw;
  left: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .news-more-swiper-label {
    padding: 0.5208333333vw 2.0833333333vw;
    top: 1.5625vw;
    left: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-more-swiper-label {
    padding: 1.0666666667vw 4.2666666667vw;
    top: 3.2vw;
    left: 5.3333333333vw;
  }
}
.news-more-swiper-title {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-more-swiper-title {
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-more-swiper-title {
    margin-bottom: 3.2vw;
  }
}
.news-more-swiper-link-data-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.news-more-swiper-link {
  border-radius: 100px;
  background: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.8541666667vw;
  height: 3.125vw;
  cursor: pointer;
  color: var(--anthracite);
  text-decoration: none;
  transition: all var(--transition);
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .news-more-swiper-link {
    width: 18.2291666667vw;
    height: 6.25vw;
  }
}
@media (max-width: 767px) {
  .news-more-swiper-link {
    width: 30.9333333333vw;
    height: 10.6666666667vw;
  }
}
.news-more-swiper-link:hover {
  background-color: var(--ivory-hover);
}
.news-more-swiper-link:active {
  background-color: var(--ivory-active);
}
.news-more-swiper-data-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-more-swiper-data {
  line-height: 120%;
}
.news-more-swiper-icon-block {
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625vw;
}
@media (max-width: 1024px) {
  .news-more-swiper-icon-block {
    padding: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .news-more-swiper-icon-block {
    padding: 3.2vw;
  }
}
.news-more-swiper-icon-block svg {
  flex-shrink: 0;
}

.news {
  position: relative;
  overflow: hidden;
}
.news-shell {
  padding: 8.3333333333vw 0 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .news-shell {
    padding: 13.0208333333vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-shell {
    padding: 26.6666666667vw 0 0 0;
  }
}
.news-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .news-bg {
    top: auto;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .news-bg img {
    height: 135%;
  }
}
.news-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.0833333333vw;
  margin-bottom: 1.0416666667vw;
  position: relative;
}
@media (max-width: 1024px) {
  .news-title-wrap {
    padding: 0 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-title-wrap {
    margin-bottom: 3.2vw;
  }
}
.news-title-wrap .swiper-buttons-prev {
  width: 5.2083333333vw;
  height: 3.125vw;
}
@media (max-width: 1024px) {
  .news-title-wrap .swiper-buttons-prev {
    width: 7.1614583333vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .news-title-wrap .swiper-buttons-prev {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
.news-title-wrap .swiper-buttons-prev svg {
  width: 100%;
  height: 100%;
}
.news-title-wrap .swiper-buttons-next {
  width: 5.2083333333vw;
  height: 3.125vw;
}
@media (max-width: 1024px) {
  .news-title-wrap .swiper-buttons-next {
    width: 7.1614583333vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .news-title-wrap .swiper-buttons-next {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
.news-title-wrap .swiper-buttons-next svg {
  width: 100%;
  height: 100%;
}
.news-swiper {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-swiper {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news-swiper {
    margin-bottom: 5.3333333333vw;
  }
}
.news-swiper-item {
  border-radius: 2.0833333333vw;
  border: 1px solid rgba(100, 103, 108, 0.2);
  width: 31.25vw;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .news-swiper-item {
    border-radius: 5.2083333333vw;
    width: 46.3541666667vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-item {
    border-radius: 6.4vw;
    width: 8.5333333333vw;
  }
}
.news-swiper-item:hover .news-swiper-img-block img {
  transform: scale(1.05);
}
.news-swiper-card-link {
  color: var(--anthracite);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.0416666667vw;
  border-radius: 2.0833333333vw;
  gap: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .news-swiper-card-link {
    background: var(--white);
    border-radius: 2.6041666667vw;
    padding: 2.6041666667vw 2.6041666667vw 4.1666666667vw 2.6041666667vw;
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-card-link {
    border-radius: 5.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 5.3333333333vw 2.1333333333vw;
    gap: 4.2666666667vw;
  }
}
.news-swiper-img-block {
  overflow: hidden;
  border-radius: 1.0416666667vw;
  height: 17.34375vw;
}
@media (max-width: 1024px) {
  .news-swiper-img-block {
    border-radius: 2.6041666667vw;
    height: 43.359375vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-img-block {
    border-radius: 4.2666666667vw;
    height: 53.3333333333vw;
  }
}
.news-swiper-img-block img {
  transition: all var(--transition);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-swiper-text-block {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-swiper-label {
  border-radius: 100px;
  background: var(--white);
  padding: 0 0.8333333333vw;
  position: absolute;
  top: 0.625vw;
  left: 1.0416666667vw;
  height: 1.4583333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .news-swiper-label {
    padding: 0 2.0833333333vw;
    top: 1.5625vw;
    left: 2.6041666667vw;
    height: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-label {
    padding: 0 4.2666666667vw;
    top: 3.2vw;
    left: 5.3333333333vw;
    height: 7.4666666667vw;
  }
}
.news-swiper-title {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .news-swiper-title {
    margin-bottom: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-title {
    margin-bottom: 6.4vw;
  }
}
.news-swiper-link-data-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.news-swiper-link {
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-swiper-link {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.news-swiper-link span,
.news-swiper-link div {
  position: relative;
  z-index: 2;
}
.news-swiper-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.news-swiper-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.news-swiper-link:hover::before {
  height: 200%;
  border-radius: 0;
}
.news-swiper-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5520833333vw;
  height: 2.0833333333vw;
  padding: 0.5729166667vw 1.0416666667vw;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
}
@media (max-width: 1024px) {
  .news-swiper-link {
    width: 18.2291666667vw;
    height: 6.25vw;
    font-size: 1.8229166667vw;
    padding: 1.4322916667vw 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-link {
    width: 30.9333333333vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.news-swiper-link:hover {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
.news-swiper-link:active {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
.news-swiper-data-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-swiper-data {
  line-height: 120%;
  color: var(--basalt-gray);
}
.news-swiper-icon-block svg {
  flex-shrink: 0;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .news-swiper-icon-block svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-icon-block svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.news-swiper-buttons-link-block {
  padding: 0 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .news-swiper-buttons-link-block {
    padding: 0 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-buttons-link-block {
    padding: 0 5.3333333333vw;
  }
}
.news-swiper-buttons-link-block .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .news-swiper-buttons-link-block .swiper-buttons {
    justify-content: center;
  }
}
.news-swiper-buttons-link-block .swiper-buttons-prev, .news-swiper-buttons-link-block .swiper-buttons-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--white);
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .news-swiper-buttons-link-block .swiper-buttons-prev, .news-swiper-buttons-link-block .swiper-buttons-next {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-buttons-link-block .swiper-buttons-prev, .news-swiper-buttons-link-block .swiper-buttons-next {
    width: 14.4vw;
    height: 14.4vw;
  }
}
.news-swiper-buttons-link-block .swiper-buttons-prev svg, .news-swiper-buttons-link-block .swiper-buttons-next svg {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .news-swiper-buttons-link-block .swiper-buttons-prev svg, .news-swiper-buttons-link-block .swiper-buttons-next svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .news-swiper-buttons-link-block .swiper-buttons-prev svg, .news-swiper-buttons-link-block .swiper-buttons-next svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.news-link {
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-link {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.news-link span,
.news-link div {
  position: relative;
  z-index: 2;
}
.news-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.news-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.news-link:hover::before {
  height: 200%;
  border-radius: 0;
}
.news-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125vw;
  min-width: 16.1458333333vw;
  color: var(--white);
  transition: all var(--transition);
}
@media (max-width: 1024px) {
  .news-link {
    height: 7.8125vw;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .news-link {
    height: 14.4vw;
    min-width: 35.7333333333vw;
  }
}
.news-link:hover {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
.news-link:active {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
.news .developer-section {
  position: relative;
  padding: 10.4166666667vw 2.0833333333vw;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .news .developer-section {
    padding: 1.3020833333vw 2.6041666667vw 18.2291666667vw 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news .developer-section {
    padding: 16vw 3.2vw 26.6666666667vw 3.2vw;
  }
}
.news .developer-section__shell {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.6458333333vw;
}
@media (max-width: 1024px) {
  .news .developer-section__shell {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.news .developer-section__logo-block {
  width: 32.2916666667vw;
  border-radius: 2.0833333333vw;
  background: #f1f1f2;
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
.news .developer-section__logo-block svg {
  width: 13.0208333333vw;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  .news .developer-section__logo-block svg {
    width: 32.5520833333vw;
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .news .developer-section__logo-block svg {
    width: 42.6666666667vw;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .news .developer-section__logo-block {
    order: 2;
    width: 100%;
    border-radius: 2.6041666667vw;
    padding: 5.2083333333vw;
    align-items: center;
    text-align: center;
    gap: 2.0833333333vw;
    margin-top: -39.0625vw;
    z-index: 2;
  }
  .news .developer-section__logo-block span.text-h1 {
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  .news .developer-section__logo-block {
    border-radius: 5.3333333333vw;
    padding: 8.5333333333vw 5.3333333333vw;
    gap: 4.2666666667vw;
    margin-top: -46.6666666667vw;
    z-index: 2;
  }
  .news .developer-section__logo-block span.text-h1 {
    text-transform: uppercase;
  }
}
@keyframes breathe-1 {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes breathe-2 {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.1;
  }
}
.news .developer-ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.25vw;
  height: 31.25vw;
}
@media (max-width: 1024px) {
  .news .developer-ornament {
    order: 1;
    width: 78.125vw;
    height: 78.125vw;
    margin: 0 auto;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .news .developer-ornament {
    width: 93.6vw;
    height: 93.6vw;
  }
}
.news .developer-ornament img {
  width: 100%;
  height: auto;
  display: block;
}
.news .developer-ornament svg {
  width: 100%;
  height: auto;
  display: block;
}
.news .developer-ornament svg path[data-opacity-start] {
  animation: breathe-1 10s ease-in-out infinite;
}
.news .developer-ornament svg path:not([data-opacity-start]) {
  animation: breathe-2 10s ease-in-out infinite;
}
.news .developer-side-text {
  width: 25vw;
  display: flex;
  flex-direction: column;
  gap: 1.7708333333vw;
}
@media (max-width: 1024px) {
  .news .developer-side-text {
    order: 3;
    width: 100%;
    text-align: left;
    gap: 2.6041666667vw;
    margin-top: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .news .developer-side-text {
    gap: 5.3333333333vw;
    margin-top: 16vw;
  }
}
.news .developer-side-text-list {
  display: flex;
  flex-direction: column;
  gap: 0.7291666667vw;
}
@media (max-width: 767px) {
  .news .developer-side-text-list {
    gap: 3.2vw;
  }
}
.news .developer-side-text-list p {
  color: rgba(241, 241, 242, 0.82);
}
.news .developer-side-text-link-block {
  margin-top: 0.5208333333vw;
}
@media (max-width: 1024px) {
  .news .developer-side-text-link-block {
    margin-top: 2.6041666667vw;
  }
}
.news .developer-side-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.875vw;
  min-height: 3.125vw;
  padding: 1.0416666667vw 1.4583333333vw;
  border-radius: 0.4166666667vw;
  background: var(--accent);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .news .developer-side-text-link {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.news .developer-side-text-link span,
.news .developer-side-text-link div {
  position: relative;
  z-index: 2;
}
.news .developer-side-text-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.news .developer-side-text-link:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.news .developer-side-text-link:hover::before {
  height: 200%;
  border-radius: 0;
}
.news .developer-side-text-link {
  color: var(--white);
  transition: all var(--transition);
}
@media (max-width: 1024px) {
  .news .developer-side-text-link {
    min-width: auto;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .news .developer-side-text-link {
    min-width: 48vw;
    min-height: 12.8vw;
    padding: 4.2666666667vw 6.4vw;
    margin-top: 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.news .developer-side-text-link:hover {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}

.not-found {
  background: var(--bg-gradient);
  overflow: hidden;
}
.not-found-title {
  text-transform: uppercase;
  color: var(--white);
}
.not-found-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8.3333333333vw 2.0833333333vw 2.0833333333vw;
  z-index: 20;
  height: var(--app-height);
}
@media (max-width: 1024px) {
  .not-found-content {
    grid-template-columns: 1fr;
    padding: 16.6666666667vw 2.6041666667vw 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .not-found-content {
    padding: 24.2666666667vw 5.3333333333vw 6.4vw;
  }
}
.not-found-left {
  align-self: end;
}
.not-found-left img {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .not-found-left {
    position: absolute;
    top: 16.6666666667vw;
    right: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .not-found-left {
    display: none;
  }
}
.not-found-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.not-found-img-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  filter: blur(30px);
  grid-column: 1/-1;
}
.not-found-img-block img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.not-found-text-logo-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1024px) {
  .not-found-text-logo-block {
    margin-bottom: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .not-found-text-logo-block {
    margin-bottom: 8.5333333333vw;
  }
}
.not-found-text {
  color: var(--white);
  max-width: 28.125vw;
}
@media (max-width: 1024px) {
  .not-found-text {
    max-width: 40.3645833333vw;
  }
}
@media (max-width: 767px) {
  .not-found-text {
    max-width: 73.3333333333vw;
  }
}
.not-found-logo {
  width: 1.875vw;
  flex-shrink: 0;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .not-found-logo {
    width: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .not-found-logo {
    width: 7.4666666667vw;
  }
}
.not-found-links-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .not-found-links-block {
    flex-direction: column;
    gap: 4px;
  }
}
.not-found-link {
  border-radius: 100px;
  background: var(--burnt-clay);
  padding: 1.25vw 2.5vw;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  color: var(--white);
  transition: all var(--transition);
  text-transform: uppercase;
}
.not-found-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .not-found-link {
    padding: 2.6041666667vw 6.25vw;
    gap: 1.5625vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .not-found-link {
    padding: 3.7333333333vw 6.4vw;
    gap: 2.1333333333vw;
  }
}
.not-found-link:hover {
  background-color: var(--burnt-clay-hover);
}
.not-found-link:active {
  background-color: var(--burnt-clay-active);
}

.popup-construction {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}
.popup-construction.active {
  transform: translateY(0%);
}
.popup-construction-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-construction-close {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 32px;
  height: 32px;
  background: var(--white);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(100, 103, 108, 0.2);
}
@media (max-width: 1024px) {
  .popup-construction-close {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    top: 3.125vw;
    right: 3.125vw;
    padding: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .popup-construction-close {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: 4.2666666667vw;
    right: 4.2666666667vw;
    padding: 2.1333333333vw;
  }
}
.popup-construction-close:hover svg {
  transform: rotate(90deg);
}
.popup-construction-close svg {
  width: 16px;
  height: 16px;
  transition: all ease-in-out 0.3s;
  flex-shrink: 0;
}
.popup-construction-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.0833333333vw;
}
.popup-construction-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-construction-swiper-wrapper {
  width: 100%;
  height: 100%;
}
.popup-construction-homepage-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (max-width: 1024px) {
  .popup-construction-homepage-slide {
    max-height: 85.15625vw;
  }
}
@media (max-width: 767px) {
  .popup-construction-homepage-slide {
    max-height: 118.9333333333vw;
  }
}
.popup-construction-homepage-slide img {
  max-width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2.0833333333vw;
}
.popup-construction-homepage-slide .iframe-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-construction-homepage-slide .iframe-wrapper iframe {
  width: 80%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .popup-construction-homepage-slide .iframe-wrapper iframe {
    height: auto;
  }
}
.popup-construction-swiper-button {
  position: absolute;
  top: 50%;
  left: 2.0833333333vw;
  transform: translateY(-50%);
  z-index: 10;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--white);
  padding: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .popup-construction-swiper-button {
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    left: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .popup-construction-swiper-button {
    width: 14.4vw;
    height: 14.4vw;
    left: 6.4vw;
  }
}
.popup-construction-swiper-button.swiper-button-next {
  left: auto;
  right: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .popup-construction-swiper-button.swiper-button-next {
    right: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .popup-construction-swiper-button.swiper-button-next {
    right: 8.5333333333vw;
  }
}
.popup-construction-swiper-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.popup-construction-swiper-button:hover svg {
  transform: scale(1.1);
}
.popup-construction-swiper-button svg {
  width: 1.25vw;
  height: 1.25vw;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .popup-construction-swiper-button svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .popup-construction-swiper-button svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.popup-construction-swiper-number-wrapper {
  z-index: 100;
  display: flex;
  gap: 0.3125vw;
  padding: 0.4166666667vw 0.8333333333vw;
  position: absolute;
  bottom: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background: var(--burnt-clay);
}
@media (max-width: 1024px) {
  .popup-construction-swiper-number-wrapper {
    padding: 1.0416666667vw 2.0833333333vw;
    gap: 0.78125vw;
    bottom: 3.125vw;
  }
}
@media (max-width: 767px) {
  .popup-construction-swiper-number-wrapper {
    padding: 2.1333333333vw 4.2666666667vw;
    gap: 1.6vw;
    bottom: 6.4vw;
  }
}
.popup-construction-swiper-number-wrapper span {
  color: var(--white);
}

html.is-scroll-locked {
  overflow: hidden;
}

html.is-scroll-locked body {
  padding-right: var(--scrollbar-width, 0px);
}

html.is-scroll-locked .header,
html.is-scroll-locked .header-menu,
html.is-scroll-locked .form-popup,
html.is-scroll-locked .modal-mobile,
html.is-scroll-locked .popup-construction {
  width: calc(100% - var(--scrollbar-width, 0px));
}

@keyframes social-icon-tumble {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.3, 0, 0.8, 0.15); /* ease-in */
  }
  49% {
    transform: translateY(-120%) rotate(-15deg);
    opacity: 0;
  }
  51% {
    transform: translateY(120%) rotate(15deg);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.2, 0.85, 0.7, 1); /* ease-out */
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  transition: all 900ms cubic-bezier(0.06, 0.65, 0.2, 1);
  padding: 1.0416666667vw 2.0833333333vw;
  border: 1px solid transparent;
  background: transparent;
  height: var(--header-h);
}
@media (max-width: 1024px) {
  .header {
    padding: 2.6041666667vw 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 5.3333333333vw 3.2vw;
  }
}
.header.with-bg {
  background: rgba(22, 15, 16, 0.2);
  backdrop-filter: blur(20px);
}
.header.on {
  background: var(--white);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner.active .header-logo {
  mix-blend-mode: difference;
}
.header-inner.active .header-lang-link:not(.active) {
  mix-blend-mode: difference;
}
.header-inner.active .header-social-icon {
  mix-blend-mode: difference;
}
.header-inner.active .header-phone {
  mix-blend-mode: difference;
}
.header-inner.active .header-right-item--menu {
  mix-blend-mode: difference;
}
.header-inner.active .header-right-item--menu[data-header-menu-close] span {
  opacity: 0;
}
.header-inner.active .header-button--choose {
  border: 1px solid var(--accent);
}
.header-lang {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .header-lang {
    gap: 1.5625vw;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-lang {
    gap: 3.2vw;
  }
}
.header-lang .text-white {
  transition: all var(--transition);
}
.header-lang-link {
  text-decoration: none;
  transition: all var(--transition);
}
.header-lang-link:hover {
  color: var(--accent);
}
.header-lang-link.active {
  color: var(--accent);
}
.header-left .header-logo {
  width: 10.0520833333vw;
  height: 2.0833333333vw;
  display: block;
}
@media (max-width: 1024px) {
  .header-left .header-logo {
    width: 25.1302083333vw;
    height: 4.296875vw;
  }
}
@media (max-width: 767px) {
  .header-left .header-logo {
    width: 29.3333333333vw;
    height: auto;
  }
}
.header-left .header-logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.header-right {
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
@media (max-width: 1024px) {
  .header-right {
    border: none;
    backdrop-filter: none;
    background: none;
  }
}
.header-right-list {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media (max-width: 1024px) {
  .header-right-list {
    gap: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .header-right-list {
    gap: 3.2vw;
  }
}
.header-right-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.header-right-item .header-button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  border-radius: 0.4166666667vw;
  height: 2.0833333333vw;
  padding: 0.625vw 1.0416666667vw;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-right-item .header-button {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.header-right-item .header-button span,
.header-right-item .header-button div {
  position: relative;
  z-index: 2;
}
.header-right-item .header-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.header-right-item .header-button:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.header-right-item .header-button:hover::before {
  height: 200%;
  border-radius: 0;
}
.header-right-item .header-button {
  transition: all var(--transition);
}
@media (max-width: 1024px) {
  .header-right-item .header-button {
    height: 5.2083333333vw;
    padding: 1.4322916667vw 2.6041666667vw;
  }
}
.header-right-item .header-button:hover {
  border-radius: 5.2083333333vw;
}
.header-right-item .header-button span {
  position: relative;
  color: var(--white);
}
.news-single-page .header-right-item .header-button span {
  color: var(--anthracite);
}
.header-right-item .header-button span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.news-single-page .header-right-item .header-button span::before {
  background: var(--anthracite);
}
.header-right-item .header-button span:hover::before {
  width: 0;
}
.header-right-item .header-button--callback {
  background: var(--accent);
}
.header-right-item .header-button--callback span {
  color: var(--white);
}
.header-right-item .header-button--choose {
  background: var(--white);
}
.header-right-item .header-button--choose span {
  color: var(--black);
}
@media (max-width: 767px) {
  .header-right-item .header-button--choose {
    background: #f1f1f2;
    border: 1px solid var(--accent);
    padding: 2.9333333333vw 5.3333333333vw;
    height: 8.5333333333vw;
    gap: 0;
    border-radius: 2.1333333333vw;
  }
}
.header-right-item .header-link {
  color: var(--black);
}
.header-right-item .header-link span {
  color: var(--black);
  transition: all var(--transition);
}
.header-right-item .header-link:hover span {
  color: var(--white);
}
.header-right-item--with-bg {
  border-radius: 0.4166666667vw;
  background-color: transparent;
  color: var(--black);
  transition: all var(--transition);
}
@media (max-width: 767px) {
  .header-right-item--with-bg {
    background: transparent;
  }
}
.header-right-item--with-bg a {
  padding: 0;
  color: var(--black);
  text-decoration: none;
}
.header-right-item--with-bg span::before {
  display: none;
}
.header-right-item--menu {
  gap: 0.625vw;
  padding: 0;
}
@media (max-width: 1024px) {
  .header-right-item--menu {
    gap: 1.5625vw;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-right-item--menu {
    gap: 0;
  }
}
.header-right-item--menu .header-button {
  padding: 0.625vw 0;
  margin-left: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .header-right-item--menu .header-button {
    margin-left: 0;
    padding: 0;
  }
}
.header-right-item--menu .header-button::before {
  display: none;
}
.header-right-item--menu .header-button:hover {
  border-radius: 0;
  background: transparent;
  background-color: transparent !important;
}
.header-right-item--menu .header-button:hover::before {
  display: none;
}
.header-right-item--menu svg {
  flex-shrink: 0;
}
.header-right-item--menu svg rect {
  fill: var(--white);
  transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-right-item--menu svg .burger-line {
  fill: var(--white);
  transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 767px) {
  .header-right-item--menu svg:first-of-type {
    width: 8.5333333333vw;
  }
  .header-right-item--menu svg:first-of-type rect {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-right-item--menu svg:last-of-type {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.header-right-item--menu .header-button:hover .burger-line,
.header-right-item--menu .header-button:focus .burger-line {
  transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-right-item--menu .header-button:hover .burger-line--1 {
  width: 24px;
}
.header-right-item--menu .header-button:hover .burger-line--2 {
  width: 14px;
}
.header-right-item--menu .header-button:hover .burger-line--3 {
  width: 24px;
}
.header-right .header-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 2.0833333333vw;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .header-right .header-phone {
    height: 5.2083333333vw;
    gap: 1.5625vw;
  }
}
.header-right .header-phone span {
  padding: 0 0 0 0.625vw;
  color: var(--white);
  position: relative;
}
.header-right .header-phone span::before {
  display: none;
}
.header-right .header-phone span::after {
  content: "";
  position: absolute;
  left: 0.625vw;
  bottom: -2px;
  width: calc(100% - 0.625vw);
  height: 1px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
.header-right .header-phone:hover span::after {
  transform: scaleX(1);
}
.header-right .header-phone-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-right .header-phone-icon-wrap {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 50%;
    background: var(--accent);
  }
  .header-right .header-phone-icon-wrap svg path {
    fill: var(--white);
  }
}
.header-right .header-phone-icon-wrap svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.header-right .header-phone-icon-wrap svg path {
  fill: var(--white);
}
.news-single-page .header-right .header-phone-icon-wrap svg path {
  fill: var(--anthracite);
}
.header-right .header-social-list {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  padding-right: 2.0833333333vw;
}
.header-right .header-social-link {
  width: 1.25vw;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  overflow: hidden;
}
.header-right .header-social-link svg {
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.header-right .header-social-link:hover svg {
  animation: social-icon-tumble 0.4s linear forwards;
}
.header-right .header-social-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.header-right .header-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.5208333333vw;
  min-height: 2.3958333333vw;
  padding: 0 0.7291666667vw;
  border-radius: 0.4166666667vw;
  border: 1px solid rgba(241, 241, 242, 0.24);
  background: rgba(241, 241, 242, 0.06);
}
.header-right .header-mail span {
  color: var(--white);
}
.header-right .header-mail span::before {
  display: none;
}
.header-right .header-mail-icon {
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 50%;
  border: 1px solid rgba(241, 241, 242, 0.75);
  display: inline-block;
  flex-shrink: 0;
}
.header-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: var(--app-height);
  z-index: -1;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background: var(--white);
  will-change: opacity, clip-path;
}
@media (max-width: 767px) {
  .header-menu {
    background: #f1f1f2;
  }
}
.header-menu.active {
  pointer-events: auto;
}
.header-menu-item {
  border-bottom: 1px solid rgba(22, 15, 16, 0.08);
  padding: 0.3125vw 0;
  opacity: 0;
  width: 100%;
  will-change: transform, opacity, filter;
}
@media (max-width: 1024px) {
  .header-menu-item {
    padding: 2.0833333333vw 0;
  }
}
@media (max-width: 767px) {
  .header-menu-item {
    padding: 0;
  }
}
.header-menu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
  border-top: 1px solid rgba(22, 15, 16, 0.08);
}
@media (max-width: 1024px) {
  .header-menu-list {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .header-menu-list {
    align-items: center;
  }
}
.header-menu-link {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.1041666667vw 0;
  width: 100%;
}
.header-menu-link span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: transparent !important;
  line-height: 1.1;
  width: 110%;
}
.header-menu-link span::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: var(--black);
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-menu-link span::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: var(--accent);
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-menu-link:hover span::after,
.header-menu-link:hover span::before {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .header-menu-link {
    justify-content: center;
    text-align: center;
    padding: 2.1333333333vw 0;
  }
  .header-menu-link:hover {
    transform: none;
  }
  .header-menu-link:hover::before {
    display: none;
  }
}
.header-menu-nav-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-align: left;
  gap: 1.875vw;
  padding: 7.5520833333vw 2.0833333333vw 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .header-menu-nav-wrapper {
    padding: 17.96875vw 2.6041666667vw 0;
    gap: 3.125vw;
  }
}
@media (max-width: 767px) {
  .header-menu-nav-wrapper {
    padding: 24.5333333333vw 3.2vw 0;
    gap: 6.4vw;
    height: auto;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .header-menu-mobile-blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    gap: 3.6458333333vw;
    margin-top: 11.4583333333vw;
  }
}
@media (max-width: 767px) {
  .header-menu-mobile-blocks {
    align-items: center;
    justify-content: center;
    gap: 8.5333333333vw;
    margin-top: 10.6666666667vw;
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .header-menu-mobile-btn {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
    background: var(--accent);
    color: var(--white);
    border: none;
  }
  .header-menu-mobile-btn span {
    color: var(--white);
  }
  .header-menu-mobile-btn span::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-menu-mobile-btn {
    width: 100%;
    justify-content: center;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
    min-height: auto;
    background: var(--accent);
    color: var(--white);
    border: none;
  }
  .header-menu-mobile-btn span {
    color: var(--white);
  }
  .header-menu-mobile-btn span::before {
    display: none;
  }
}
.header-menu-mobile-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1024px) {
  .header-menu-mobile-socials {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .header-menu-mobile-socials {
    gap: 4.2666666667vw;
  }
}
.header-menu-mobile-socials .header-social-link {
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header-menu-mobile-socials .header-social-link {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .header-menu-mobile-socials .header-social-link {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.header-menu-mobile-socials .header-social-link span {
  width: 100%;
  height: 100%;
}
.header-menu-mobile-socials .header-social-link svg {
  width: 100%;
  height: 100%;
}
.header-menu-top {
  position: relative;
  gap: 2.1875vw;
  align-items: center;
}
.header-menu-close {
  position: absolute;
  right: 5.2083333333vw;
  top: 7.8125vw;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.78125vw;
  z-index: 200;
  opacity: 0;
}
.header-menu-close span {
  color: var(--black);
  line-height: 100%;
}
@media (max-width: 1024px) {
  .header-menu-close {
    right: 2.6041666667vw;
    top: 13.0208333333vw;
    gap: 1.953125vw;
  }
}
.header-menu-close:hover svg {
  transform: rotate(90deg);
}
.header-menu-close span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-menu-close span {
    display: none;
  }
}
.header-menu-close svg {
  width: 0.9375vw;
  height: 0.9375vw;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header-menu-close svg {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .header-menu-close svg {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.header [data-header-menu-close] button svg:last-of-type {
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.header [data-header-menu-close] button:hover svg:last-of-type {
  transform: rotate(90deg);
}
.header .menu-img-wrap {
  width: 100%;
  opacity: 0;
  will-change: transform, opacity;
  z-index: 1;
  position: relative;
}
.header .menu-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-menu-ornament-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  will-change: transform, opacity;
}
@media (max-width: 1024px) {
  .header .header-menu-ornament-wrap {
    right: -29.0364583333vw;
    top: auto;
    bottom: 0;
    width: 52.8645833333vw;
    height: 52.8645833333vw;
  }
}
@media (max-width: 767px) {
  .header .header-menu-ornament-wrap {
    display: none;
  }
}
.header .header-menu-ornament-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-logo svg path {
  fill: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-lang-item .text-white {
  color: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-lang-item .header-lang-link {
  color: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-lang-item .header-lang-link.active {
  color: var(--accent);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-right-item--menu .header-button span {
  color: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-right-item--menu svg rect,
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-right-item--menu .burger-line {
  fill: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-phone span {
  color: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-phone span::after {
  background: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-phone-icon-wrap svg path {
  fill: var(--anthracite);
}
@media (max-width: 767px) {
  body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-phone-icon-wrap svg path {
    fill: var(--white);
  }
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-social-icon svg path {
  fill: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-social-link {
  color: var(--anthracite);
}
body:not(.index):not(.id-page-home) .header:not(.with-bg):not(.on) .header-button--choose {
  border: 1px solid var(--accent);
}

@keyframes social-icon-tumble {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.3, 0, 0.8, 0.15); /* ease-in */
  }
  49% {
    transform: translateY(-120%) rotate(-15deg);
    opacity: 0;
  }
  51% {
    transform: translateY(120%) rotate(15deg);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.2, 0.85, 0.7, 1); /* ease-out */
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
.footer {
  position: relative;
  width: 100%;
  padding-top: 2.0833333333vw;
  background: #cdd2da;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer {
    min-height: auto;
    padding-top: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 12.8vw;
  }
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.87) 86.54%, #f1f1f2 100%);
}
@media (max-width: 1024px) {
  .footer::before {
    background: linear-gradient(0deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.6) 86.54%, #f1f1f2 100%);
  }
}
@media (max-width: 767px) {
  .footer::before {
    background: linear-gradient(0deg, rgba(241, 241, 242, 0) 0%, rgba(241, 241, 242, 0.87) 86.54%, #f1f1f2 100%);
  }
}
.footer-img-block {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.footer-img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 1024px) {
  .footer-img-block img {
    display: none;
  }
}
.footer-img-block .footer-img-block__mobile {
  display: none;
}
@media (max-width: 1024px) {
  .footer-img-block .footer-img-block__mobile {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.footer-title {
  position: relative;
  z-index: 4;
  color: #160f10;
  text-transform: uppercase;
  padding: 0 2.0833333333vw;
}
@media (max-width: 1024px) {
  .footer-title {
    padding: 0 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-title {
    padding: 0 3.2vw;
    margin-bottom: 4.8vw;
    text-align: center;
  }
}
.footer-content {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  gap: 1.0416666667vw;
  padding: 2.2916666667vw 2.0833333333vw 4.1666666667vw;
}
@media (max-width: 1024px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 7.8125vw;
    padding: 5.2083333333vw 2.6041666667vw 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  .footer-content {
    gap: 10.6666666667vw;
    padding: 6.4vw 3.2vw 21.3333333333vw;
  }
}
.footer-info {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 8.3333333333vw;
  padding-top: 0.4166666667vw;
  width: 47.3958333333vw;
}
@media (max-width: 1024px) {
  .footer-info {
    width: 100%;
    gap: 4.1666666667vw;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-info {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8.5333333333vw;
    padding-top: 0;
  }
}
.footer-info-col {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .footer-info-col:first-child {
    width: 44.2708333333vw;
  }
}
@media (max-width: 1024px) {
  .footer-info-col {
    gap: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .footer-info-col {
    gap: 8.5333333333vw;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-info-item__title {
  color: #160f10;
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 1024px) {
  .footer-info-item__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .footer-info-item__title {
    margin-bottom: 3.2vw;
  }
}
.footer-info-item__row {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .footer-info-item__row {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .footer-info-item__row {
    justify-content: center;
    gap: 2.1333333333vw;
  }
}
.footer-info-item__icon {
  display: inline-flex;
  width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1024px) {
  .footer-info-item__icon {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .footer-info-item__icon {
    width: 4.8vw;
    height: 6.4vw;
  }
}
.footer-info-item__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-info-item__value {
  color: #160f10;
}
.footer-info-item__btn {
  margin-top: 0.8333333333vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.7083333333vw;
  min-width: 11.5625vw;
  padding: 0 1.25vw;
  border-radius: 0.4166666667vw;
  background: #ea4c57;
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-info-item__btn {
    display: flex;
    height: 12.8vw;
    padding: 5.3333333333vw 10.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.footer-info-item__btn span,
.footer-info-item__btn div {
  position: relative;
  z-index: 2;
}
.footer-info-item__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 0%;
  background: var(--purple);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}
.footer-info-item__btn:hover {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.footer-info-item__btn:hover::before {
  height: 200%;
  border-radius: 0;
}
.footer-info-item__btn {
  transition: all var(--transition);
}
@media (max-width: 1024px) {
  .footer-info-item__btn {
    margin-top: 3.125vw;
    min-height: 7.8125vw;
    padding: 2.6041666667vw 5.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .footer-info-item__btn {
    border-radius: 2.1333333333vw;
    margin-top: 4.2666666667vw;
    height: 12.8vw;
    min-width: 69.3333333333vw;
  }
}
.footer-info-item__btn:hover {
  background: var(--purple);
  border-radius: 5.2083333333vw;
}
.footer-info-item__phone {
  color: #160f10;
  display: inline-block;
  margin-top: 0.1041666667vw;
}
@media (max-width: 767px) {
  .footer-info-item__phone {
    margin-top: 3.2vw;
  }
}
.footer-social-list {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-top: 0.3125vw;
}
@media (max-width: 1024px) {
  .footer-social-list {
    gap: 1.5625vw;
    margin-top: 0.78125vw;
  }
}
@media (max-width: 767px) {
  .footer-social-list {
    margin-top: 3.2vw;
    gap: 4.2666666667vw;
    justify-content: center;
  }
}
.footer-social-link {
  width: 1.25vw;
  height: 1.25vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer-social-link {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .footer-social-link {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.footer-social-link svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.footer-social-link:hover svg {
  animation: social-icon-tumble 0.4s linear forwards;
}
.footer-popup {
  position: relative;
  width: 47.3958333333vw;
  min-width: 0;
}
@media (max-width: 1024px) {
  .footer-popup {
    width: 100%;
  }
}
.footer-popup-sign {
  position: absolute;
  right: 0;
  top: -1.875vw;
  width: 27.7604166667vw;
  height: 27.7604166667vw;
  z-index: 1;
  pointer-events: none;
}
.footer-popup-sign img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .footer-popup-sign {
    display: none;
  }
}
.footer-popup-card {
  position: relative;
  z-index: 2;
  width: 33.4375vw;
  min-height: 27.7604166667vw;
  border-radius: 2.0833333333vw;
  border: 1px solid rgba(241, 241, 242, 0.12);
  background: rgba(241, 241, 242, 0.92);
  backdrop-filter: blur(14px);
  padding: 3.125vw;
}
@media (max-width: 1024px) {
  .footer-popup-card {
    width: 100%;
    margin-left: 0;
    min-height: auto;
    border-radius: 5.2083333333vw;
    padding: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .footer-popup-card {
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.footer-popup-copy {
  margin-bottom: 1.3541666667vw;
}
@media (max-width: 1024px) {
  .footer-popup-copy {
    margin-bottom: 2.6041666667vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-popup-copy {
    margin-bottom: 5.3333333333vw;
  }
}
.footer-popup-copy__title {
  color: #160f10;
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 767px) {
  .footer-popup-copy__title {
    margin-bottom: 3.2vw;
  }
}
.footer-popup-copy__descr {
  color: #393028;
}
.footer-popup-form .form-content,
.footer-popup-form .form-wrapper,
.footer-popup-form .form,
.footer-popup-form .form-inner,
.footer-popup-form .form-fields-wrap {
  width: 100%;
}
.footer-popup-form .form-inner {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
@media (max-width: 1024px) {
  .footer-popup-form .form-inner {
    gap: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .footer-popup-form .form-inner {
    gap: 3.2vw;
  }
}
.footer-popup-form .form-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.4583333333vw;
}
@media (max-width: 1024px) {
  .footer-popup-form .form-fields-wrap {
    gap: 3.6458333333vw;
  }
}
@media (max-width: 767px) {
  .footer-popup-form .form-fields-wrap {
    gap: 7.4666666667vw;
  }
}
.footer-popup-form .form-field {
  min-height: auto;
}
.footer-popup-form .form-field__input {
  width: 100%;
  height: 2.5vw;
  border: 0;
  outline: none;
  border-radius: 0.4166666667vw;
  background: #ead3c1;
  text-align: center;
  color: #160f10;
  text-transform: uppercase;
  font-family: "Science Gothic", sans-serif;
  font-size: 0.6770833333vw;
  letter-spacing: -0.08em;
}
@media (max-width: 1024px) {
  .footer-popup-form .form-field__input {
    height: 6.25vw;
    font-size: 1.6927083333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .footer-popup-form .form-field__input {
    height: 13.8666666667vw;
    font-size: 3.2vw;
    border-radius: 2.1333333333vw;
  }
}
.footer-popup-form .form-field__input::-moz-placeholder {
  color: #160f10;
  opacity: 1;
  text-transform: uppercase;
}
.footer-popup-form .form-field__input::placeholder {
  color: #160f10;
  opacity: 1;
  text-transform: uppercase;
}
.footer-popup-form .button-arrow {
  margin-top: 1.3541666667vw;
  width: 100%;
  height: 3.125vw;
  border: 0;
  border-radius: 0.4166666667vw;
  background: #ea4c57;
  color: #f1f1f2;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  transition: filter var(--transition);
}
@media (max-width: 1024px) {
  .footer-popup-form .button-arrow {
    margin-top: 2.6041666667vw;
    height: 7.8125vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .footer-popup-form .button-arrow {
    margin-top: 2.1333333333vw;
    height: 13.8666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.footer-popup-form .button-arrow:hover {
  filter: brightness(0.94);
}
.footer-popup-form .button-arrow svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.footer-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375vw 2.0833333333vw 0 2.0833333333vw;
}
.footer-bottom .footer-text {
  color: #f1f1f2;
}
@media (max-width: 1024px) {
  .footer-bottom {
    padding: 1.8229166667vw 2.6041666667vw 0 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 3.7333333333vw 3.2vw 0 3.2vw;
  }
}
.footer-logo-wrap {
  width: 1.875vw;
  height: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .footer-logo-wrap {
    width: 4.6875vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .footer-logo-wrap {
    width: 9.6vw;
    height: 10.6666666667vw;
  }
}
.footer-logo-wrap a,
.footer-logo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-logo-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-mobile {
  position: fixed;
  height: var(--app-height);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  background: rgba(28, 28, 30, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}
.modal-mobile.active {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.4s;
}
.modal-mobile-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--p40);
}
.modal-mobile-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 8px;
}
@media (max-width: 767px) {
  .modal-mobile-list {
    gap: 4px;
  }
}
.modal-mobile-btn {
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  display: flex;
  height: 68px;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  background: var(--white);
}
.modal-mobile-btn span {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .modal-mobile-btn {
    padding: 18px 24px;
    height: 54px;
  }
}
.modal-mobile-btn--open {
  position: relative;
}
.modal-mobile-btn--close {
  background: transparent;
  border: 1px solid #9c4b33;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.4583333333vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .pagination {
    gap: 3.125vw;
    padding-bottom: 13.0208333333vw;
  }
}
@media (max-width: 1024px) {
  .pagination {
    gap: 4.2666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.pagination__utility {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media (max-width: 1024px) {
  .pagination__utility {
    gap: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .pagination__utility {
    gap: 8.5333333333vw;
  }
}
.pagination__prev, .pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(100, 103, 108, 0.2);
  background: var(--accent);
  padding: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .pagination__prev, .pagination__next {
    padding: 2.8645833333vw;
  }
}
@media (max-width: 767px) {
  .pagination__prev, .pagination__next {
    padding: 5.3333333333vw;
  }
}
.pagination__prev svg, .pagination__next svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .pagination__prev svg, .pagination__next svg {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 767px) {
  .pagination__prev svg, .pagination__next svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.pagination__prev[disabled], .pagination__next[disabled] {
  opacity: 0.5;
}
.pagination-count {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media (max-width: 1024px) {
  .pagination-count {
    gap: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .pagination-count {
    gap: 2.1333333333vw;
  }
}
.pagination-count__current {
  background-color: transparent;
  border: none;
  flex-shrink: 0;
  padding-right: 4px;
  border-right: 1px solid rgba(100, 103, 108, 0.2);
  max-width: 28px;
  text-transform: uppercase;
}
.pagination-count__max {
  text-transform: uppercase;
}
.pagination__more {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  position: relative;
}
.pagination__more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--anthracite);
  bottom: -8px;
  left: 0;
  transition: all var(--transition);
}
.pagination__more:hover::after {
  width: 100%;
}
.pagination__more svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .pagination__more svg {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .pagination__more svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
/*# sourceMappingURL=main.min.css.map */
