@charset "UTF-8";
:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

a img {
  border: 0;
}

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

* {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*::after,
*::before {
  box-sizing: border-box;
  line-height: 1;
  outline: none;
  border: none;
}

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

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

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;
  position: fixed;
  width: 100%;
  height: 100vh;
}
.debug > div {
  height: inherit;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .debug > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.debug > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.debug > div > div > div {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(4.1666666667% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}

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

html {
  font-size: 14px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "FixelDisplay", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #f6f6f6;
  background-color: #f5f6f1;
}

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

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #221a22;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #322a32;
  border-radius: 20px;
}

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

::placeholder {
  color: #ccc;
}

:placeholder {
  color: #ccc;
}

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

:input-placeholder {
  color: #ccc;
}

::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 {
  display: block;
  width: 100%;
}

body *:focus {
  outline: none;
}

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

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

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 {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

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

.container--full-screen {
  width: 100%;
  height: 100vh;
  max-height: none;
  padding: 0;
}

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

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

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/montserrat-v31-cyrillic_latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/montserrat-v31-cyrillic_latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/montserrat-v31-cyrillic_latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/montserrat-v31-cyrillic_latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/montserrat-v31-cyrillic_latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/montserrat-v31-cyrillic_latin-900.woff2") format("woff2");
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayThin.woff2") format("woff2"), url("/fonts/FixelDisplayThin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayExtraLight.woff2") format("woff2"), url("/fonts/FixelDisplayExtraLight.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayLight.woff2") format("woff2"), url("/fonts/FixelDisplayLight.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayRegular.woff2") format("woff2"), url("/fonts/FixelDisplayRegular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayMedium.woff2") format("woff2"), url("/fonts/FixelDisplayMedium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplaySemiBold.woff2") format("woff2"), url("/fonts/FixelDisplaySemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayBold.woff2") format("woff2"), url("/fonts/FixelDisplayBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayExtraBold.woff2") format("woff2"), url("/fonts/FixelDisplayExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "FixelDisplay";
  font-display: swap;
  src: url("../../fonts/FixelDisplayBlack.woff2") format("woff2"), url("/fonts/FixelDisplayBlack.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-display: swap;
  font-family: "CenturyGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/CenturyGothic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "CenturyGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/CenturyGothic-Bold.woff2") format("woff2");
}
* {
  scroll-behavior: smooth;
}

html,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

html.is-loading {
  height: 100%;
}

body {
  height: 100%;
  transition: opacity 0.4s ease;
}
body.no-scroll {
  overflow: hidden;
}

main {
  height: 100%;
}

section {
  scroll-margin-top: 100px;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 1024px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (width >= 1920px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container--mobile {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .container--mobile {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 1024px) {
  .container--mobile {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.page__content {
  overflow-x: clip;
}

#bingc-phone-button {
  display: none !important;
}

.hidden {
  display: none !important;
}

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

@media screen and (max-width: 1023px) {
  .show-on-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .show-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) {
  .show-on-tablet {
    display: none !important;
  }
}

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

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

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

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

.nav-buttons-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.nav-buttons-block .button-prev,
.nav-buttons-block .button-next {
  background: #5a4f53;
  border: 1px solid #5a4f53;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  cursor: pointer;
}
.nav-buttons-block .button-prev svg,
.nav-buttons-block .button-next svg {
  fill: #f5f6f1;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.nav-buttons-block .button-prev.button-prev svg,
.nav-buttons-block .button-next.button-prev svg {
  transform: rotate(90deg);
}
.nav-buttons-block .button-prev.button-next svg,
.nav-buttons-block .button-next.button-next svg {
  transform: rotate(-90deg);
}
.nav-buttons-block .button-prev:hover,
.nav-buttons-block .button-next:hover {
  background-color: #f5f6f1;
  border-color: #5a4f53;
}
.nav-buttons-block .button-prev:hover svg,
.nav-buttons-block .button-next:hover svg {
  fill: #000;
}

.general-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #5a4f53;
  border: 1px solid #5a4f53;
  padding: 0.9375vw 1.4583333333vw;
  position: relative;
  overflow: hidden;
  color: #f5f6f1;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .general-btn {
    padding: 16px 28px;
  }
}
@media screen and (max-width: 767px) {
  .general-btn {
    padding: 12px;
    letter-spacing: -0.56px;
  }
}
.general-btn .general-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .general-btn .general-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .general-btn .general-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.general-btn .general-text {
  color: #f5f6f1;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .general-btn .general-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .general-btn .general-text {
    font-size: 14px;
  }
}
.general-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f6f1;
  border-radius: inherit;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform: translateX(-101%);
  z-index: 1;
}
.general-btn:hover {
  border-color: #5a4f53;
}
.general-btn:hover::before {
  transform: translateX(0);
}
.general-btn:hover .general-text {
  color: #000;
}
.general-btn:hover svg {
  fill: #000 !important;
}
.general-btn:hover svg path {
  fill: #000 !important;
}
.general-btn.is-white {
  background-color: #f5f6f1;
  border-color: #f5f6f1;
}
.general-btn.is-white .general-text {
  color: #000;
}
.general-btn.is-white::before {
  background: #5a4f53;
}
.general-btn.is-white:hover {
  border-color: #f5f6f1;
}
.general-btn.is-white:hover .general-text {
  color: #f5f6f1;
}
.general-btn.after-is-blue {
  background-color: #5a4f53;
  border-color: #5a4f53;
}
.general-btn.after-is-blue .general-text {
  color: #f5f6f1;
}
.general-btn.after-is-blue::before {
  background: #8897b4;
}
.general-btn.after-is-blue:hover {
  border-color: #000;
}
.general-btn.after-is-blue:hover .general-text {
  color: #000;
}

.back-link {
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .back-link {
    top: 40px;
    left: 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .back-link {
    top: 0;
  }
}
.back-link .back-icon-wrapper {
  border-radius: 50%;
  border: 1px solid #5a4f53;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #f5f6f1;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.back-link .back-icon-wrapper:hover {
  background-color: #5a4f53;
}
.back-link .back-icon-wrapper:hover .back-icon {
  fill: #f5f6f1;
}
@media screen and (max-width: 1023px) {
  .back-link .back-icon-wrapper {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .back-link .back-icon-wrapper {
    width: 48px;
    height: 48px;
  }
}
.back-link .back-icon-wrapper .back-icon {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  transform: rotate(90deg);
  fill: #5a4f53;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .back-link .back-icon-wrapper .back-icon {
    width: 24px;
    height: 24px;
  }
}
.back-link .back-link-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .back-link .back-link-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .back-link .back-link-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .back-link .back-link-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.back-link .back-link-text {
  color: #5a4f53;
  line-height: 120%;
}

.construction-item {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1.0416666667vw;
  height: 29.1666666667vw;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .construction-item {
    border-bottom: none;
    height: auto;
    padding: 40px 20px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .construction-item {
    padding: 20px;
  }
}
.construction-item:hover .construction-image {
  transform: scale(1.05);
}
.construction-item:hover .construction-icon .icon-line {
  transform: scaleX(2.5);
}
.construction-item:hover .construction-icon .icon-arrowhead {
  transform: translateX(-8px);
}
.construction-item .construction-image-block {
  aspect-ratio: 600/460;
  margin-bottom: 1.6666666667vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .construction-item .construction-image-block {
    aspect-ratio: 16/9;
    width: 100%;
    min-height: unset;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .construction-item .construction-image-block {
    aspect-ratio: 335/212;
    margin-bottom: 20px;
  }
}
.construction-item .construction-image-block .construction-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.construction-item .construction-date-icon-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.construction-item .construction-date-icon-block .construction-date .construction-day {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .construction-item .construction-date-icon-block .construction-date .construction-day {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .construction-item .construction-date-icon-block .construction-date .construction-day {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.construction-item .construction-date-icon-block .construction-date .construction-day {
  color: #5a4f53;
}
.construction-item .construction-date-icon-block .construction-date .construction-month-year-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-month,
.construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-year {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-month,
  .construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-year {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-month,
  .construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-year {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-month,
.construction-item .construction-date-icon-block .construction-date .construction-month-year-block .construction-year {
  color: #000;
}
.construction-item .construction-date-icon-block .construction-icon {
  width: 24px;
  height: 24px;
  color: #000;
  transform: rotate(145deg);
  overflow: visible;
}
.construction-item .construction-date-icon-block .construction-icon .icon-line {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform-origin: center;
}
.construction-item .construction-date-icon-block .construction-icon .icon-arrowhead {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}

.docs-item {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .docs-item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .docs-item {
    border-left: 1px solid #000;
  }
}
.docs-item:hover .docs-link .docs-title-image-block .docs-image {
  transform: scale(1.05);
}
.docs-item:hover .docs-link .docs-title-image-block .docs-item-title span {
  text-decoration-color: black;
}
.docs-item:hover .docs-icon .icon-line {
  transform: scaleX(2.5);
}
.docs-item:hover .docs-icon .icon-arrowhead {
  transform: translateX(-8px);
}
.docs-item .docs-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .docs-item .docs-link {
    gap: 28px;
  }
}
.docs-item .docs-link .docs-title-image-block {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .docs-item .docs-link .docs-title-image-block {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .docs-item .docs-link .docs-title-image-block {
    gap: 28px;
  }
}
.docs-item .docs-link .docs-title-image-block .docs-image-block {
  aspect-ratio: 90/124;
  max-width: 4.6875vw;
  max-height: 6.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .docs-item .docs-link .docs-title-image-block .docs-image-block {
    max-width: 90px;
    max-height: 124px;
  }
}
@media screen and (max-width: 767px) {
  .docs-item .docs-link .docs-title-image-block .docs-image-block {
    display: none;
  }
}
.docs-item .docs-link .docs-title-image-block .docs-image-block .docs-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.docs-item .docs-link .docs-title-image-block .docs-item-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .docs-item .docs-link .docs-title-image-block .docs-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .docs-item .docs-link .docs-title-image-block .docs-item-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.docs-item .docs-link .docs-title-image-block .docs-item-title {
  color: #000;
  margin: 0;
  max-width: 31.4583333333vw;
  word-break: break-word;
}
@media screen and (max-width: 1023px) {
  .docs-item .docs-link .docs-title-image-block .docs-item-title {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .docs-item .docs-link .docs-title-image-block .docs-item-title {
    max-width: 100%;
  }
}
.docs-item .docs-link .docs-title-image-block .docs-item-title span {
  display: inline;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.docs-item .docs-link .docs-icon {
  width: 24px;
  height: 24px;
  color: #000;
  transform: rotate(145deg);
  overflow: visible;
}
.docs-item .docs-link .docs-icon .icon-line {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform-origin: center;
}
.docs-item .docs-link .docs-icon .icon-arrowhead {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}

.news-item {
  padding: 0 1.0416666667vw;
  border-right: 1px solid #000;
  overflow: hidden;
  height: 31.25vw;
}
@media screen and (max-width: 1023px) {
  .news-item {
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    border-right: none;
  }
  .news-item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .news-item {
    padding: 20px 0;
    border-right-color: transparent;
  }
}
.news-item:hover .news-link .news-image-block::before {
  transform: scaleY(0);
}
.news-item:hover .news-link .news-icon-date-block .news-icon-block {
  background-color: #5a4f53;
}
.news-item:hover .news-link .news-icon-date-block .news-icon-block .news-icon {
  stroke: #f5f6f1;
  flex-shrink: 0;
}
.news-item .news-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.news-item .news-link .news-icon-date-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-icon-date-block {
    margin-bottom: 8px;
  }
}
.news-item .news-link .news-icon-date-block .news-icon-block {
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f6f1;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-icon-date-block .news-icon-block {
    width: 44px;
    height: 44px;
  }
}
.news-item .news-link .news-icon-date-block .news-icon-block .news-icon {
  stroke: #000;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.news-item .news-link .news-icon-date-block .news-date {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-icon-date-block .news-date {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-item .news-link .news-icon-date-block .news-date {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.news-item .news-link .news-icon-date-block .news-date {
  color: #000;
}
.news-item .news-link .news-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .news-item .news-link .news-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.news-item .news-link .news-title {
  color: #5a4f53;
  text-align: left;
  margin-bottom: 2.0833333333vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-item .news-link .news-title {
    margin-bottom: 20px;
  }
}
.news-item .news-link .news-image-block {
  margin-top: auto;
  aspect-ratio: 600/300;
  overflow: hidden;
  min-height: 15.625vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-image-block {
    aspect-ratio: 728/372;
    width: 100%;
    min-height: unset;
  }
}
.news-item .news-link .news-image-block::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 50%;
  background-color: #f5f6f1;
  z-index: 1;
  transform-origin: top;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .news-item .news-link .news-image-block::before {
    display: none;
  }
}
.news-item .news-link .news-image-block .news-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}

.backdrop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.backdrop.is-open {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  pointer-events: auto;
}
.backdrop.is-open .popup-content {
  transform: translateX(0);
}
.backdrop.js-inited .popup-content {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.backdrop .popup-content {
  position: relative;
  top: 0;
  right: 0;
  background-color: #8897b4;
  height: 100%;
  padding: 5.2083333333vw 3.125vw;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 34.3915343915vw;
}
@media screen and (min-width: 1512) {
  .backdrop .popup-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content {
    max-width: 480px;
    padding: 60px;
  }
  .backdrop .popup-content.popup-menu {
    width: 580px;
    padding: 100px 60px;
  }
}
@media screen and (max-width: 767px) {
  .backdrop .popup-content {
    padding: 60px 20px;
  }
  .backdrop .popup-content.popup-menu {
    width: 580px;
    padding: 72px 20px;
  }
}
.backdrop .popup-content .close-btn {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  overflow: hidden;
  position: absolute;
  top: 1.8229166667vw;
  right: 1.0416666667vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .close-btn {
    top: 20px;
    right: 20px;
  }
}
.backdrop .popup-content .close-btn .close-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .close-btn .close-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .backdrop .popup-content .close-btn .close-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.backdrop .popup-content .close-btn .close-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .close-btn .close-text {
    font-size: 20px;
  }
}
.backdrop .popup-content .close-btn .close-text.real {
  display: block;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform: translateY(0%);
}
.backdrop .popup-content .close-btn .close-text.fake {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(105%);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.backdrop .popup-content .close-btn:hover .close-text.real {
  transform: translateY(-105%);
}
.backdrop .popup-content .close-btn:hover .close-text.fake {
  transform: translateY(0%);
}
.backdrop .popup-content .close-btn .close-icon {
  position: relative;
  overflow: hidden;
  display: block;
}
.backdrop .popup-content .popup-sign-block {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 24.7395833333vw;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .popup-sign-block {
    max-width: 27.3704789834vw;
  }
}
@media screen and (max-width: 767px) {
  .backdrop .popup-content .popup-sign-block {
    max-width: 475px;
  }
}
.backdrop .popup-content .popup-sign-block .popup-sign {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.backdrop.popup-form .popup-content, .backdrop.popup-callback .popup-content {
  max-width: 26.0416666667vw;
}

:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
.button-next {
  background: #5a4f53;
  border: 1px solid #5a4f53;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  cursor: pointer;
}
.button-next svg {
  fill: #f5f6f1;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.button-next.button-next svg {
  transform: rotate(-90deg);
}
.button-next:hover {
  background-color: #f5f6f1;
  border-color: #5a4f53;
}
.button-next:hover svg {
  fill: #000;
}
.button-next:disabled {
  opacity: 0.3;
  background-color: transparent;
  cursor: not-allowed;
}
.button-next:disabled svg {
  fill: #000;
}

:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}

@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}
.button-prev {
  background: #5a4f53;
  border: 1px solid #5a4f53;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  cursor: pointer;
}
.button-prev svg {
  fill: #f5f6f1;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.button-prev.button-prev svg {
  transform: rotate(90deg);
}
.button-prev:hover {
  background-color: #f5f6f1;
  border-color: #5a4f53;
}
.button-prev:hover svg {
  fill: #000;
}
.button-prev:disabled {
  opacity: 0.3;
  background-color: transparent;
  cursor: not-allowed;
}
.button-prev:disabled svg {
  fill: #000;
}

.form-section {
  display: flex;
  gap: 3.125vw;
  padding: 5.2083333333vw 3.125vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .form-section {
    padding: 100px 60px;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .form-section {
    min-height: 100svh;
    height: auto;
    justify-content: center;
    padding: 40px 20px;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .form-section {
    min-height: calc(var(--vh, 1vh) * 100);
    height: auto;
  }
}
.form-section {
  background: linear-gradient(180deg, rgba(136, 151, 180, 0) 0%, rgba(136, 151, 180, 0.9) 100%), linear-gradient(0deg, rgba(136, 151, 180, 0.8) 0%, rgba(136, 151, 180, 0.8) 100%);
}
@media screen and (max-width: 1023px) {
  .form-section {
    padding: 100px 60px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .form-section {
    padding: 40px 20px;
  }
}
.form-section .form-left-block {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .form-section .form-left-block {
    flex: 0 0 0;
    justify-content: unset;
  }
}
.form-section .form-left-block .form-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .form-section .form-left-block .form-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-left-block .form-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.form-section .form-left-block .form-title {
  color: #000;
  max-width: 36.3756613757vw;
}
@media screen and (min-width: 1512) {
  .form-section .form-left-block .form-title {
    max-width: 580px;
  }
}
@media screen and (min-width: 1920px) {
  .form-section .form-left-block .form-title {
    max-width: 720px;
  }
}
@media screen and (max-width: 1023px) {
  .form-section .form-left-block .form-title {
    font-size: 64px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-left-block .form-title {
    font-size: 42px;
    margin-bottom: 12px;
    letter-spacing: -2.52px;
  }
}
.form-section .form-left-block .form-logo-block {
  max-width: 23.59375vw;
  aspect-ratio: 453/70;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .form-section .form-left-block .form-logo-block {
    max-width: 453px;
  }
}
.form-section .form-left-block .form-logo-block .form-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-section .form-left-block .form-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .form-section .form-left-block .form-text {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-left-block .form-text {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.form-section .form-left-block .form-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .form-section .form-left-block .form-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-left-block .form-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.form-section .form-right-block {
  flex: 0 0 45%;
}
.form-section .form-right-block .form-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.form-section .form-right-block .form-image-block {
  position: absolute;
  right: -35%;
  top: -150px;
  width: 100%;
  height: 800px;
  z-index: -1;
  filter: grayscale(100%);
}
@media screen and (max-width: 1023px) {
  .form-section .form-right-block .form-image-block {
    top: 200px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-right-block .form-image-block {
    left: 100px;
  }
}
.form-section .form-right-block .form-image-block .form-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.form-section .form-right-block .success-popup-block {
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: #8897b4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5625vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .form-section .form-right-block .success-popup-block .success-popup-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-right-block .success-popup-block .success-popup-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .form-section .form-right-block .success-popup-block .success-popup-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-right-block .success-popup-block .success-popup-text {
    font-size: 16px;
  }
}
.form-section .form-right-block .success-popup-block.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-section .form-right-block .success-popup-block .popup-sign-block,
.form-section .form-right-block .success-popup-block .success-popup-image-block {
  display: none;
}

.call-popup-block .call-popup-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.call-popup-block .call-popup-title {
  color: #000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.call-popup-block .call-popup-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .call-popup-block .call-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.call-popup-block .call-popup-text {
  color: #000;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.contacts-section {
  padding: 0 1.0416666667vw 2.0833333333vw;
  height: auto;
  display: grid;
  grid-template-columns: 1.75fr 1.5fr 1fr;
}
@media screen and (max-width: 1023px) {
  .contacts-section {
    grid-template-columns: minmax(0, 1fr);
    padding: 0 20px 40px;
  }
}
.contacts-section .contacts-block {
  padding: 1.5625vw;
  border: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block {
    padding: 5.8651026393vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts-section .contacts-block {
    padding: 1.5625vw;
  }
}
.contacts-section .contacts-block .contacts-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .contacts-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .contacts-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.contacts-section .contacts-block .contacts-title {
  color: #5a4f53;
  margin-bottom: 3.2291666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .contacts-title {
    margin-bottom: 40px;
  }
}
.contacts-section .contacts-block .address-list {
  display: flex;
  align-items: stretch;
  gap: 2.0833333333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list {
    flex-direction: column;
  }
}
.contacts-section .contacts-block .address-list .address-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
.contacts-section .contacts-block .address-list .address-item .address-title,
.contacts-section .contacts-block .address-list .address-item .schedule-title,
.contacts-section .contacts-block .address-list .address-item .phone-email-title,
.contacts-section .contacts-block .address-list .address-item .social-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-title,
  .contacts-section .contacts-block .address-list .address-item .schedule-title,
  .contacts-section .contacts-block .address-list .address-item .phone-email-title,
  .contacts-section .contacts-block .address-list .address-item .social-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list .address-item .address-title,
  .contacts-section .contacts-block .address-list .address-item .schedule-title,
  .contacts-section .contacts-block .address-list .address-item .phone-email-title,
  .contacts-section .contacts-block .address-list .address-item .social-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-title,
.contacts-section .contacts-block .address-list .address-item .schedule-title,
.contacts-section .contacts-block .address-list .address-item .phone-email-title,
.contacts-section .contacts-block .address-list .address-item .social-title {
  color: #5a4f53;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-title,
  .contacts-section .contacts-block .address-list .address-item .schedule-title,
  .contacts-section .contacts-block .address-list .address-item .phone-email-title,
  .contacts-section .contacts-block .address-list .address-item .social-title {
    margin-bottom: 10px;
  }
}
.contacts-section .contacts-block .address-list .address-item .social-block {
  margin-top: 2.0833333333vw;
}
.contacts-section .contacts-block .address-list .address-item .schedule-phone-email-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .schedule-phone-email-block {
    gap: 40px;
    margin-top: 40px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block,
.contacts-section .contacts-block .address-list .address-item .phone-block,
.contacts-section .contacts-block .address-list .address-item .email-block,
.contacts-section .contacts-block .address-list .address-item .social-link {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block,
  .contacts-section .contacts-block .address-list .address-item .phone-block,
  .contacts-section .contacts-block .address-list .address-item .email-block,
  .contacts-section .contacts-block .address-list .address-item .social-link {
    gap: 16px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block svg,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block svg,
.contacts-section .contacts-block .address-list .address-item .phone-block svg,
.contacts-section .contacts-block .address-list .address-item .email-block svg,
.contacts-section .contacts-block .address-list .address-item .social-link svg {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #5a4f53;
  flex-shrink: 0;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .phone-block svg,
  .contacts-section .contacts-block .address-list .address-item .email-block svg,
  .contacts-section .contacts-block .address-list .address-item .social-link svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .phone-block svg,
  .contacts-section .contacts-block .address-list .address-item .email-block svg,
  .contacts-section .contacts-block .address-list .address-item .social-link svg {
    width: 24px;
    height: 24px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .phone-block p,
.contacts-section .contacts-block .address-list .address-item .phone-block a,
.contacts-section .contacts-block .address-list .address-item .phone-block span,
.contacts-section .contacts-block .address-list .address-item .email-block p,
.contacts-section .contacts-block .address-list .address-item .email-block a,
.contacts-section .contacts-block .address-list .address-item .email-block span,
.contacts-section .contacts-block .address-list .address-item .social-link p,
.contacts-section .contacts-block .address-list .address-item .social-link a,
.contacts-section .contacts-block .address-list .address-item .social-link span {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .phone-block p,
  .contacts-section .contacts-block .address-list .address-item .phone-block a,
  .contacts-section .contacts-block .address-list .address-item .phone-block span,
  .contacts-section .contacts-block .address-list .address-item .email-block p,
  .contacts-section .contacts-block .address-list .address-item .email-block a,
  .contacts-section .contacts-block .address-list .address-item .email-block span,
  .contacts-section .contacts-block .address-list .address-item .social-link p,
  .contacts-section .contacts-block .address-list .address-item .social-link a,
  .contacts-section .contacts-block .address-list .address-item .social-link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .phone-block p,
  .contacts-section .contacts-block .address-list .address-item .phone-block a,
  .contacts-section .contacts-block .address-list .address-item .phone-block span,
  .contacts-section .contacts-block .address-list .address-item .email-block p,
  .contacts-section .contacts-block .address-list .address-item .email-block a,
  .contacts-section .contacts-block .address-list .address-item .email-block span,
  .contacts-section .contacts-block .address-list .address-item .social-link p,
  .contacts-section .contacts-block .address-list .address-item .social-link a,
  .contacts-section .contacts-block .address-list .address-item .social-link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .phone-block p,
  .contacts-section .contacts-block .address-list .address-item .phone-block a,
  .contacts-section .contacts-block .address-list .address-item .phone-block span,
  .contacts-section .contacts-block .address-list .address-item .email-block p,
  .contacts-section .contacts-block .address-list .address-item .email-block a,
  .contacts-section .contacts-block .address-list .address-item .email-block span,
  .contacts-section .contacts-block .address-list .address-item .social-link p,
  .contacts-section .contacts-block .address-list .address-item .social-link a,
  .contacts-section .contacts-block .address-list .address-item .social-link span {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .phone-block p,
.contacts-section .contacts-block .address-list .address-item .phone-block a,
.contacts-section .contacts-block .address-list .address-item .phone-block span,
.contacts-section .contacts-block .address-list .address-item .email-block p,
.contacts-section .contacts-block .address-list .address-item .email-block a,
.contacts-section .contacts-block .address-list .address-item .email-block span,
.contacts-section .contacts-block .address-list .address-item .social-link p,
.contacts-section .contacts-block .address-list .address-item .social-link a,
.contacts-section .contacts-block .address-list .address-item .social-link span {
  color: #000;
  text-decoration: none;
}
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block {
  align-items: flex-start;
}
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block .schedule-text-block {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block .schedule-text-block {
    gap: 6px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-link {
  display: inline-block;
  margin-top: 0.5208333333vw;
  padding: 0.8333333333vw 1.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-link {
    margin-top: 10px;
    padding: 16px 28px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list {
    gap: 12px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link {
  display: block;
  text-decoration: none;
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-link-content {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 1.5873015873vw;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-link-content {
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-link-content {
    height: 24px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner {
    gap: 10px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #5a4f53;
  flex-shrink: 0;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-icon {
    width: 24px;
    height: 24px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
  color: #000;
}
.contacts-section .contacts-map-block {
  position: relative;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-map-block {
    min-height: 650px;
    border-top: 0;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-map-block {
    min-height: 420px;
  }
}
.contacts-section .contacts-map-block iframe {
  width: 100%;
  height: 99%;
  display: block;
  border: none;
}
.contacts-section .contacts-map-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.contacts-section .contacts-map-block.is-active::after {
  display: none;
}
.contacts-section .contacts-form-block {
  background-color: #8897b4;
  padding: 1.5625vw 2.9166666667vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block {
    padding: 9.7751710655vw 5.8651026393vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block {
    padding: 40px 28px;
  }
}
.contacts-section .contacts-form-block .form-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.contacts-section .contacts-form-block .form-title {
  color: #000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.125vw;
    font-size: 5.2083333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 100px */
    letter-spacing: -6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 36px;
  }
}
.contacts-section .contacts-form-block .form-description {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-form-block .form-description {
  color: #000;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-description {
    font-family: "FixelDisplay", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.8px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .contacts-form-link {
    margin: auto;
  }
}
.contacts-section .contacts-form-block .success-popup-block {
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: #8897b4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5625vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-title-text-block {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-link {
    margin: 0 auto;
  }
}
.contacts-section .contacts-form-block .success-popup-block.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-text {
    font-size: 20px;
  }
}
.contacts-section .contacts-form-block .success-popup-block .popup-sign-block,
.contacts-section .contacts-form-block .success-popup-block .success-popup-image-block {
  display: none;
}
.contacts-section .form__policy-wrapper {
  max-width: 320px;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .phone-link {
    gap: 8px;
    position: absolute;
    top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .phone-link {
    top: 22px;
  }
}
.phone-link .phone-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #000;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
@media screen and (min-width: 1512) {
  .phone-link .phone-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .phone-link .phone-icon {
    width: 24px;
    height: 24px;
  }
}
.phone-link .phone-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .phone-link .phone-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .phone-link .phone-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.phone-link .phone-text {
  color: #000;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .phone-link .phone-text {
    font-size: 20px;
  }
}
.phone-link .phone-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.phone-link:hover .phone-icon {
  animation: wobble 1s ease infinite;
}
.phone-link:hover .phone-text::after {
  transform: scaleX(100%);
}

.menu-big-list {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .menu-big-list {
    gap: 10px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .menu-big-list {
    margin-bottom: 20px;
  }
}
.menu-big-list .menu-big-link {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .menu-big-list .menu-big-link {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .menu-big-list .menu-big-link {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.menu-big-list .menu-big-link {
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .menu-big-list .menu-big-link {
    font-size: 36px;
  }
}

.menu-small-list {
  display: flex;
  flex-direction: column;
  gap: 0.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .menu-small-list {
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .menu-small-list {
    margin: 0 auto;
  }
}
.menu-small-list .menu-small-link {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .menu-small-list .menu-small-link {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu-small-list .menu-small-link {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.menu-small-list .menu-small-link {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .menu-small-list .menu-small-link {
    font-size: 20px;
  }
}

.menu-big-link,
.menu-small-link {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 1.2;
}
.menu-big-link .menu-link-text,
.menu-small-link .menu-link-text {
  display: block;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.menu-big-link .menu-link-text.real,
.menu-small-link .menu-link-text.real {
  transform: translateY(0%);
}
.menu-big-link .menu-link-text.fake,
.menu-small-link .menu-link-text.fake {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(105%);
}
.menu-big-link:hover .menu-link-text.real,
.menu-small-link:hover .menu-link-text.real {
  transform: translateY(-105%);
}
.menu-big-link:hover .menu-link-text.fake,
.menu-small-link:hover .menu-link-text.fake {
  transform: translateY(0%);
}

.pdf-popup-block .pdf-popup-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .pdf-popup-block .pdf-popup-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .pdf-popup-block .pdf-popup-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.pdf-popup-block .pdf-popup-title {
  color: #000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .pdf-popup-block .pdf-popup-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pdf-popup-block .pdf-popup-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.pdf-popup-block .pdf-popup-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .pdf-popup-block .pdf-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .pdf-popup-block .pdf-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pdf-popup-block .pdf-popup-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.pdf-popup-block .pdf-popup-text {
  color: #000;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .pdf-popup-block .pdf-popup-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pdf-popup-block .pdf-popup-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pagination__utility {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  justify-content: center;
  width: 100%;
  max-width: 343px;
}
@media screen and (max-width: 1023px) {
  .pagination__utility {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pagination__utility {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagination__utility .pagination__prev,
  .pagination__utility .pagination__next {
    width: 48px !important;
    height: 48px !important;
  }
}
.pagination__more {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .pagination__more {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagination__more {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.pagination__more {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-top: 2.0833333333vw;
  color: #000;
  -webkit-text-fill-color: #000;
}
@media screen and (max-width: 767px) {
  .pagination__more {
    margin-top: 42px;
    gap: 12px;
  }
}
.pagination__icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  flex-shrink: 0;
}
@media screen and (min-width: 1512) {
  .pagination__icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .pagination__icon {
    width: 24px;
    height: 24px;
  }
}
.pagination .pagination-count {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .pagination .pagination-count {
    gap: 12px;
  }
}
.pagination .pagination-count__current {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .pagination .pagination-count__current {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .pagination-count__current {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.pagination .pagination-count__current {
  color: #000;
  background-color: transparent;
  border: none;
  max-width: 28px;
  -webkit-appearance: none;
  -webkit-text-fill-color: #000;
}
.pagination .pagination-count__max {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .pagination .pagination-count__max {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .pagination-count__max {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.pagination .pagination-count__max {
  color: #000;
  text-wrap: nowrap;
}
.pagination .pagination-count__decor {
  flex-shrink: 0;
  width: 1.6666666667vw;
  height: 2.8125vw;
}
@media screen and (max-width: 1023px) {
  .pagination .pagination-count__decor {
    height: 60px;
    width: 20px;
  }
}

.success-popup-block {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  background-color: #8897b4;
  padding: 5.2083333333vw 3.125vw;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .success-popup-block {
    padding: 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .success-popup-block {
    padding: 60px 20px;
  }
}
.success-popup-block.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.success-popup-block .success-popup-title-text-block {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  max-width: 18.75vw;
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-title-text-block {
    gap: 12px;
    max-width: 300px;
  }
}
.success-popup-block .success-popup-title-text-block .success-popup-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-title-text-block .success-popup-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .success-popup-block .success-popup-title-text-block .success-popup-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.success-popup-block .success-popup-title-text-block .success-popup-title {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-title-text-block .success-popup-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .success-popup-block .success-popup-title-text-block .success-popup-title {
    font-size: 24px;
  }
}
.success-popup-block .success-popup-title-text-block .success-popup-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .success-popup-block .success-popup-title-text-block .success-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-title-text-block .success-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .success-popup-block .success-popup-title-text-block .success-popup-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.success-popup-block .success-popup-title-text-block .success-popup-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-title-text-block .success-popup-text {
    font-size: 16px;
  }
}
.success-popup-block .success-popup-image-block {
  max-width: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-image-block {
    max-width: 100px;
  }
}
.success-popup-block .success-popup-image-block .success-popup-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.success-popup-block .success-popup-link {
  max-width: 18.2291666667vw;
}
@media screen and (max-width: 1023px) {
  .success-popup-block .success-popup-link {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .success-popup-block .success-popup-link {
    max-width: 192px;
  }
}

.overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.8);
  top: 0;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}
.overflow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overflow .form-wrap {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .overflow .form-wrap {
    width: 688px;
  }
}
.hidden .overflow .form-wrap {
  transform: scale(1.2);
  opacity: 0;
}

.modal-form {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  background: #14293e;
  border: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  opacity: 1;
  margin: 0 16px;
  padding: 20px;
  padding-bottom: 28px;
  border-radius: 24px;
}
.hidden .modal-form {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
@media screen and (width >= 768px) {
  .modal-form {
    padding: 40px;
    width: 688px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.call-us__container {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #14293e;
  transform: translate(-50%, -50%);
  padding: 32px 16px;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  opacity: 1;
}
.hidden .call-us__container {
  transform: translate(-50%, -20%);
  opacity: 0;
}
@media screen and (width >= 768px) {
  .call-us__container {
    padding: 72px 24px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__container {
    padding: 100px 100px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__container {
    padding: 100px 120px;
  }
}

.close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
}
.close-btn svg {
  width: 14px;
  height: 14px;
}
@media screen and (width >= 1024px) {
  .close-btn {
    top: 30px;
    right: 30px;
  }
}
@media screen and (width >= 1920px) {
  .close-btn {
    top: 50px;
    right: 50px;
  }
}

.call-us__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}
.call-us__title-wrap p {
  font-family: "FixelDisplay", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .call-us__title-wrap p {
    font-size: 16px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__title-wrap p {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
@media screen and (width >= 768px) {
  .call-us__title-wrap p {
    width: 324px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__title-wrap p {
    width: 500px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__title-wrap p {
    width: 600px;
  }
}
@media screen and (width >= 768px) {
  .call-us__title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}

.inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .inputs-wrapper {
    gap: 28px;
  }
}

.input-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .input-title {
    font-size: 16px;
  }
}
@media screen and (width >= 1024px) {
  .input-title {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.input-title {
  color: #9fbac7;
}

.form-field {
  position: relative;
}
.form-field__checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  position: relative;
}
@media screen and (width >= 768px) {
  .form-field__checkbox-container {
    margin-top: 10px;
  }
}
.form-field__checkbox-container[data-status=field--error] .form-field__checkbox-checkmark {
  border-color: #e76a6a;
}
.form-field__checkbox-container[data-status=field--error] .input-message {
  display: block;
  opacity: 1;
}
.form-field__checkbox {
  display: flex;
  align-items: self-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-field__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark {
  background-color: transparent;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark::after {
  display: block;
}
.form-field__checkbox-checkmark {
  display: block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  border: 1px solid var(--white, #fff);
  position: relative;
  margin-top: 3px;
}
.form-field__checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .form-field__checkbox-text {
    font-size: 16px;
  }
}
@media screen and (width >= 1024px) {
  .form-field__checkbox-text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.form-field__checkbox-text {
  color: #9fbac7;
}
.form-field__checkbox-text a {
  text-decoration: underline;
  color: inherit;
}
.form-field__checkbox-text a:hover {
  opacity: 0.7;
}
.form-field__required {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25vw;
  height: 1.25vw;
}
.form-field__required svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .form-field__required {
    width: 24px;
    height: 24px;
  }
}

.form-field[data-custom-select] {
  position: relative;
  cursor: pointer;
}
.form-field[data-custom-select] .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1a2e44;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger {
  border-bottom-color: #ffffff;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger__icon {
  transform: rotate(90deg);
}
.form-field[data-custom-select] .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.form-field[data-custom-select] .select-trigger__text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 16px;
  }
}
@media screen and (width >= 1024px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.form-field[data-custom-select] .select-trigger__text {
  color: #9fbac7;
}
.form-field[data-custom-select] .select-trigger__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.form-field[data-custom-select] .select-trigger__icon svg {
  width: 16px;
  height: 16px;
  color: #9fbac7;
}
.form-field[data-custom-select] .select-item {
  padding: 12px 20px;
  color: white;
  list-style: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.form-field[data-custom-select] .select-item:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  color: #9fbac7;
}

.input-message {
  position: absolute;
  bottom: -10px;
  z-index: 2;
  background-color: #e76a6a;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .input-message {
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .input-message {
    bottom: -10px;
  }
}
@media screen and (min-width: 1512px) {
  .input-message {
    bottom: -13px;
  }
}

.form-field__input {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .form-field__input {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-field__input {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.form-field__input {
  width: 100%;
  padding: 16px 0;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  position: relative;
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  .form-field__input {
    font-size: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .form-field__input {
    padding: 16px 0;
    font-size: 14px;
  }
}
.form-field__input::-moz-placeholder {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
.form-field__input::placeholder {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .form-field__input::-moz-placeholder {
    font-size: 20px;
  }
  .form-field__input::placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-field__input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  .form-field__input::placeholder {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.form-field__input::-moz-placeholder {
  color: #000;
}
.form-field__input::placeholder {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .form-field__input::-moz-placeholder {
    font-size: 20px;
  }
  .form-field__input::placeholder {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .form-field__input::-moz-placeholder {
    font-size: 14px;
  }
  .form-field__input::placeholder {
    font-size: 14px;
  }
}

.text-input {
  resize: none;
}

.form__button {
  justify-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.form__button:hover .submit-btn__text {
  position: relative;
  z-index: 1;
}

.form__button-svg {
  transform: scale(1.25);
}
@media screen and (width >= 1024px) {
  .form__button-svg {
    transform: translateY(50%) scale(1.25);
  }
}

.form__button-wrapper {
  margin-top: 2.0833333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .form__button-wrapper {
    margin-top: 48px;
  }
}
.form__button-wrapper button:disabled {
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
}

.form__policy-wrapper {
  margin-top: 2.0833333333vw;
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .form__policy-wrapper {
    margin-top: 12px;
  }
}
.form__policy-wrapper .policy-text,
.form__policy-wrapper .policy-link {
  color: #000;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
}
.form__policy-wrapper .policy-link {
  text-decoration: underline;
}

.iti__flag {
  background-image: url("/src/widgets/form/img/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/src/widgets/form/img/flags@2x.png");
  }
}
.input-message {
  font-family: "FixelDisplay", sans-serif;
  font-size: 0.9259259259vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-decoration: none;
}
@media screen and (min-width: 1512) {
  .input-message {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .input-message {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .input-message {
    font-size: 10px;
  }
}

.footer .iti--allow-dropdown input {
  font-family: "FixelDisplay", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: none;
  letter-spacing: -0.03em;
  text-decoration: none;
}
@media screen and (width >= 768px) {
  .footer .iti--allow-dropdown input {
    font-size: 16px;
  }
}
@media screen and (width >= 1024px) {
  .footer .iti--allow-dropdown input {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .iti--allow-dropdown input {
  color: #0f0f0f;
  padding-right: 0;
}
@media screen and (width >= 1024px) {
  .footer .iti--allow-dropdown input {
    padding-right: 20px;
  }
}

.iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.iti__mobile .iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.form-phone span {
  color: #fff;
  font-size: 20px;
}
@media screen and (width >= 768px) {
  .form-phone span {
    font-size: 40px;
  }
}
@media screen and (width >= 1024px) {
  .form-phone span {
    font-size: 2vw;
  }
}

.header {
  position: fixed;
  inset: 0;
  width: 100%;
  max-height: 100px;
  border-bottom: 1px solid #000;
  background-color: rgba(245, 246, 241, 0.5);
  backdrop-filter: blur(20px);
  padding: 1.7708333333vw 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 20px;
    background-color: rgb(245, 246, 241);
    backdrop-filter: unset;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 12px 20px;
    gap: 8px;
    max-height: 72px;
  }
}
.header .logo {
  width: 14.2195767196vw;
  max-height: 60px;
  cursor: pointer;
}
.header .logo path {
  fill: #000;
}
.header .logo .first.fake,
.header .logo .second.fake {
  opacity: 0;
}
@media screen and (min-width: 1512) {
  .header .logo {
    width: 215px;
  }
}
@media screen and (max-width: 1023px) {
  .header .logo {
    width: 215px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 148px;
    height: 22px;
  }
}
.header .logo .first.real,
.header .logo .second.real {
  transform: translateY(0);
}
.header .logo .first.first.fake,
.header .logo .second.first.fake {
  transform: translateY(110%);
}
.header .logo .first.second.fake,
.header .logo .second.second.fake {
  transform: translateY(-110%);
}
.header .logo:hover .first.real,
.header .logo:hover .second.real {
  opacity: 0;
}
.header .logo:hover .first.fake,
.header .logo:hover .second.fake {
  opacity: 1;
}
.header .logo:hover .first.real {
  animation: exit-up-fast 0.2s forwards;
}
.header .logo:hover .first.fake {
  animation: bounce-up-complex 0.4s forwards;
}
.header .logo:hover .second.real {
  animation: exit-down-fast 0.2s forwards;
}
.header .logo:hover .second.fake {
  animation: bounce-down-complex 0.4s forwards;
}
.header .logo:not(:hover) .first.fake {
  animation: exit-down-fast 0.2s forwards;
}
.header .logo:not(:hover) .first.real {
  animation: bounce-down-complex 0.4s forwards;
}
.header .logo:not(:hover) .second.fake {
  animation: exit-up-fast 0.2s forwards;
}
.header .logo:not(:hover) .second.real {
  animation: bounce-up-complex 0.4s forwards;
}
.header .links-container {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}
@media screen and (max-width: 1023px) {
  .header .links-container {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .links-container {
    gap: 8px;
  }
}
.header .links-container .header-social-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .header .links-container .header-social-list {
    display: none;
  }
}
.header .links-container .header-social-list .social-item {
  overflow: hidden;
  position: relative;
}
.header .links-container .header-social-list .social-item .social-link .social-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #000;
}
@media screen and (min-width: 1512) {
  .header .links-container .header-social-list .social-item .social-link .social-icon {
    width: 24px;
    height: 24px;
  }
}
.header .links-container .header-social-list .social-item .social-link .real {
  display: block;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform: translateY(0%);
}
.header .links-container .header-social-list .social-item .social-link .fake {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(105%);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.header .links-container .header-social-list .social-item .social-link:hover .real {
  transform: translateY(-105%);
}
.header .links-container .header-social-list .social-item .social-link:hover .fake {
  transform: translateY(0%);
}
.header .links-container .pdf-btn {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 767px) {
  .header .links-container .pdf-btn {
    width: 48px;
    height: 48px;
    background-color: #f5f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
.header .links-container .pdf-btn .pdf-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #000;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
@media screen and (min-width: 1512) {
  .header .links-container .pdf-btn .pdf-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header .links-container .pdf-btn .pdf-icon {
    width: 24px;
    height: 24px;
  }
}
.header .links-container .pdf-btn .pdf-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .header .links-container .pdf-btn .pdf-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .links-container .pdf-btn .pdf-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.header .links-container .pdf-btn .pdf-text {
  color: #000;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header .links-container .pdf-btn .pdf-text {
    font-size: 20px;
  }
}
.header .links-container .pdf-btn .pdf-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.header .links-container .pdf-btn:hover .pdf-icon {
  animation: wobble 1s ease infinite;
}
.header .links-container .pdf-btn:hover .pdf-text::after {
  transform: scaleX(100%);
}
@media screen and (max-width: 767px) {
  .header .links-container .call-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .header .links-container .call-popup-btn .call-icon {
    width: 24px;
    height: 24px;
    fill: #f5f6f1;
    transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
    position: relative;
    z-index: 4;
  }
  .header .links-container .call-popup-btn .call-icon path {
    fill: #f5f6f1;
    transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  }
}
.header .links-container .phone-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .links-container .phone-link .phone-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #000;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
@media screen and (min-width: 1512) {
  .header .links-container .phone-link .phone-icon {
    width: 24px;
    height: 24px;
  }
}
.header .links-container .phone-link .phone-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .header .links-container .phone-link .phone-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .links-container .phone-link .phone-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.header .links-container .phone-link .phone-text {
  color: #000;
  position: relative;
}
.header .links-container .phone-link .phone-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.header .links-container .phone-link:hover .phone-icon {
  animation: wobble 1s ease infinite;
}
.header .links-container .phone-link:hover .phone-text::after {
  transform: scaleX(100%);
}
.header .burger-btn {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header .burger-btn {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .burger-btn {
    background-color: #f5f6f1;
    width: 48px;
    height: 48px;
    justify-content: center;
    border-radius: 50%;
  }
}
.header .burger-btn .burger-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .header .burger-btn .burger-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .burger-btn .burger-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.header .burger-btn .burger-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .header .burger-btn .burger-text {
    font-size: 20px;
  }
}
.header .burger-btn .burger-text.real {
  display: block;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform: translateY(0%);
}
.header .burger-btn .burger-text.fake {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(105%);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.header .burger-btn:hover .burger-text.real {
  transform: translateY(-105%);
}
.header .burger-btn:hover .burger-text.fake {
  transform: translateY(0%);
}
.header .burger-btn:hover .burger-icon {
  transform: scaleY(0.7);
}
.header .burger-btn .burger-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  display: block;
  transform: scaleY(1);
}
@media screen and (min-width: 1512) {
  .header .burger-btn .burger-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header .burger-btn .burger-icon {
    width: 24px;
    height: 24px;
  }
}

@keyframes wobble {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-2px) rotate(-5deg);
  }
  30% {
    transform: translateX(1px) rotate(5deg);
  }
  45% {
    transform: translateX(-1px) rotate(-2.7777777778deg);
  }
  60% {
    transform: translateX(0.6060606061px) rotate(1.6666666667deg);
  }
  75% {
    transform: translateX(-0.3636363636px) rotate(-1deg);
  }
}
@keyframes bounce-up-complex {
  0% {
    transform: translateY(110%);
  }
  40% {
    transform: translateY(-35%);
  }
  55% {
    transform: translateY(8%);
  }
  70% {
    transform: translateY(-15%);
  }
  85% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-down-complex {
  0% {
    transform: translateY(-110%);
  }
  40% {
    transform: translateY(35%);
  }
  55% {
    transform: translateY(-8%);
  }
  70% {
    transform: translateY(15%);
  }
  85% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes exit-up-fast {
  100% {
    transform: translateY(-110%);
  }
}
@keyframes exit-down-fast {
  100% {
    transform: translateY(110%);
  }
}
.footer {
  padding: 0.8333333333vw 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 40px 20px 16px;
  }
}
.footer .footer-privacy-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-privacy-policy .privacy-site-text-block {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .privacy-site-text-block {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .privacy-site-text-block {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
}
.footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
  color: #000;
}
.footer .footer-privacy-policy .up-link-dev-logo-block {
  display: flex;
  align-items: flex-end;
  gap: 13.5416666667vw;
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link-dev-logo-block {
    gap: 204px;
  }
}
.footer .footer-privacy-policy .up-link {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-right: 13.5416666667vw;
}
.footer .footer-privacy-policy .up-link:hover .up-icon-wrapper {
  background-color: #5a4f53;
}
.footer .footer-privacy-policy .up-link:hover .up-icon-wrapper .up-icon {
  fill: #f5f6f1;
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link {
    gap: 12px;
    margin-right: 206px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .up-link {
    margin-right: 80px;
  }
}
.footer .footer-privacy-policy .up-link .up-icon-wrapper {
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link .up-icon-wrapper {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .up-link .up-icon-wrapper {
    width: 48px;
    height: 48px;
  }
}
.footer .footer-privacy-policy .up-link .up-icon-wrapper .up-icon {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link .up-icon-wrapper .up-icon {
    width: 24px;
    height: 24px;
  }
}
.footer .footer-privacy-policy .up-link .up-link-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .footer .footer-privacy-policy .up-link .up-link-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link .up-link-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .up-link .up-link-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.footer .footer-privacy-policy .up-link .up-link-text {
  color: #000;
}
.footer .dev-logo {
  position: absolute;
  right: 0.5208333333vw;
  bottom: 0;
  width: 44px;
  height: 40px;
  display: block;
  line-height: 0;
}
.footer .dev-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .dev-logo-icon {
  width: 44px;
  height: 40px;
}

.hero-section {
  position: static;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .hero-section {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.hero-section .hero-grid {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid {
    position: relative;
    flex-direction: column;
  }
}
.hero-section .hero-grid .hero-video-block {
  flex: 0 0 50%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-video-block {
    flex: unset;
    height: 65%;
    background-color: #8897b4;
  }
}
.hero-section .hero-grid .hero-video-block .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-grid .hero-text-block {
  position: relative;
  flex: 0 0 50%;
  opacity: 0;
}
.hero-section .hero-grid .hero-text-block__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #8897b4;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-text-block {
    position: relative;
    display: flex;
    flex: unset;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 35%;
    padding: 16px 20px;
  }
}
.hero-section .hero-grid .hero-text-block .hero-logo-block {
  position: relative;
  top: 18.5185185185vw;
  right: 9.9206349206vw;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-text-block .hero-logo-block {
    position: absolute;
    top: 10%;
    right: unset;
    left: 50%;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-logo-block {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -25%);
  }
}
.hero-section .hero-grid .hero-text-block .hero-logo-block .hero-logo-clip {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-text-block .hero-logo-block .hero-logo-clip {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-logo-block .hero-logo-clip {
    margin-bottom: 16px;
  }
}
.hero-section .hero-grid .hero-text-block .hero-logo-block .hero-text {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3.6px;
  margin-top: 20px;
  margin-left: 11.1979166667vw;
  line-height: 1.15;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-text-block .hero-logo-block .hero-text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 28px auto 0;
    font-size: 48px;
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-logo-block .hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    text-align: center;
  }
}
.hero-section .hero-grid .hero-text-block .hero-logo-block .hero-text-line {
  padding-right: 0.1em;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
}
.hero-section .hero-grid .hero-text-block .hero-desc-block {
  position: absolute;
  right: 0;
  bottom: 40px;
  display: none;
  flex-direction: column;
  gap: 16px;
  max-width: 452px;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-desc-block {
    position: absolute;
    right: auto;
    bottom: 20px;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translateX(-50%);
  }
}
.hero-section .hero-grid .hero-text-block .hero-desc-block .hero-desc {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-text-block .hero-desc-block .hero-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-desc-block .hero-desc {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.hero-section .hero-grid .hero-text-block .hero-desc-block .hero-desc {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-desc-block .hero-desc {
    font-size: 14px;
    text-align: center;
  }
}
.hero-section .hero-grid .hero-text-block .hero-desc-block .hero-plannings-link {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-text-block .hero-desc-block .hero-plannings-link {
    margin: 0 auto;
  }
}
.hero-section .hero-grid .hero-link {
  position: relative;
  top: 65%;
  left: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-link {
    position: absolute;
    top: unset;
    bottom: 40px;
    left: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-section .hero-grid .hero-link .hero-icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-link .hero-icon-container {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-link .hero-icon-container {
    width: 48px;
    height: 48px;
  }
}
.hero-section .hero-grid .hero-link .hero-icon-container .hero-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: call-in-two-paths 1.5s ease-in-out infinite;
}
.hero-section .hero-grid .hero-link .hero-icon-container .hero-icon {
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  min-height: 100%;
  fill: #000;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-link .hero-icon-container .hero-icon {
    width: 24px;
    height: 24px;
  }
}
.hero-section .hero-grid .hero-link .hero-icon-container .hero-icon.is-secondary {
  position: static;
}
.hero-section .hero-grid .hero-link .hero-link-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-link .hero-link-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-grid .hero-link .hero-link-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.hero-section .hero-grid .hero-link .hero-link-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .hero-section .hero-grid .hero-link .hero-link-text {
    font-size: 20px;
  }
}

@keyframes call-in-two-paths {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.about-section {
  display: flex;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1023px) {
  .about-section {
    background-color: #d4d1ca;
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    background-color: #f5f6f1;
  }
}
.about-section .about-text-block {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #d4d1ca;
  padding: 60px 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .about-section .about-text-block {
    padding: 3.9100684262vw 1.9550342131vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-text-block {
    padding: 32px 20px 40px;
  }
}
.about-section .about-text-block .about-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .about-section .about-text-block .about-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-text-block .about-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.about-section .about-text-block .about-title {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1023) {
  .about-section .about-text-block .about-title {
    font-size: 6.2561094819vw;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-text-block .about-title {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.44px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.about-section .about-text-block .about-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .about-section .about-text-block .about-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-text-block .about-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.about-section .about-text-block .about-text {
  color: #000;
  text-align: center;
  max-width: 31.746031746vw;
  margin: 0 auto;
}
@media screen and (min-width: 1512) {
  .about-section .about-text-block .about-text {
    max-width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .about-section .about-text-block .about-text {
    max-width: unset;
    font-size: 1.9550342131vw;
  }
}
@media screen and (max-width: 767px) {
  .about-section .about-text-block .about-text {
    font-family: "FixelDisplay", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.56px;
    text-align: left;
  }
}
.about-section .about-text-block .about-icon {
  display: block;
  margin: 0 auto;
  fill: #8897b4;
  margin-bottom: 20px;
}
.about-section .about-text-block .about-nav-buttons {
  bottom: 5.2083333333vw;
}
.about-section .slider-block {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
  height: 100%;
  min-width: 0;
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block {
    flex: none;
    height: auto;
  }
}
.about-section .slider-block .slider-big,
.about-section .slider-block .slider-small {
  min-width: 0;
  width: 100%;
}
.about-section .slider-block .slider-big {
  height: calc(100vh - 150px);
  position: relative;
  width: 70%;
  flex-shrink: 0;
  overflow: visible;
  clip-path: inset(0 0 -100px 0);
}
.about-section .slider-block .slider-big::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  max-height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 9;
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block .slider-big {
    overflow: hidden;
    clip-path: none;
    height: calc(100vh - 300px);
  }
}
@media screen and (max-width: 767px) {
  .about-section .slider-block .slider-big {
    width: 100%;
  }
}
.about-section .slider-block .slider-big .slider-img-big {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block .slider-big .about-nav-buttons {
    left: 20px;
    transform: none;
    bottom: 20px;
  }
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-prev,
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-next {
    background-color: #f5f6f1;
    border-color: #f5f6f1;
    width: 48px;
    height: 48px;
  }
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-prev svg,
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-next svg {
    fill: #000;
  }
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-prev:hover,
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-next:hover {
    background-color: #5a4f53;
  }
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-prev:hover svg,
  .about-section .slider-block .slider-big .about-nav-buttons .about-button-next:hover svg {
    fill: #f5f6f1;
  }
}
.about-section .slider-block .slider-big .main-count {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Black, #000);
  font-family: "FixelDisplay", sans-serif;
  font-size: 10.4166666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 160px */
  letter-spacing: -8px;
  color: #f5f6f1;
  position: absolute;
  bottom: -4.1666666667vw;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 1em;
  line-height: 1;
  clip-path: inset(0% -100% 0% -100%);
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block .slider-big .main-count {
    left: auto;
    right: 100px;
    bottom: 0;
    font-size: 100px;
    height: 1em;
    width: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .about-section .slider-block .slider-big .main-count {
    width: 1em;
    text-align: right;
    font-weight: 700;
    font-size: 30px;
    height: 1.6em;
  }
}
.about-section .slider-block .slider-big .main-count span {
  display: block;
  transform: translateY(0);
}
.about-section .slider-block .slider-big .main-count .next {
  opacity: 0;
}
.about-section .slider-block .slider-big .main-count.is-changing span {
  transition: all 0.8s cubic-bezier(0.36, 1, 0.86, 1);
}
.about-section .slider-block .slider-big .main-count.is-changing .current {
  transform: translateY(calc(-100% - 10px));
}
.about-section .slider-block .slider-big .main-count.is-changing .next {
  transform: translateY(calc(-100% - 10px));
  opacity: 1;
}
.about-section .slider-block .slider-big .total {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block .slider-big .total {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .about-section .slider-block .slider-big .total {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.about-section .slider-block .slider-big .total {
  color: #000;
  text-align: right;
  margin-right: 2px;
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block .slider-big .total {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    color: #f5f6f1;
    font-size: 36px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-section .slider-block .slider-big .total {
    font-size: 24px;
  }
}
.about-section .slider-block .slider-small {
  width: 30%;
  flex-shrink: 0;
  overflow: hidden;
  height: calc(100vh - 220px);
}
@media screen and (max-width: 1023px) {
  .about-section .slider-block .slider-small {
    height: calc(100vh - 350px);
  }
}
.about-section .slider-block .slider-small .slider-img-small {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.count-move {
  transform: translateY(-100%);
}

.commercial-section {
  display: flex;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 1023px) {
  .commercial-section {
    flex-direction: column;
    height: auto;
    border: 1px solid #000;
  }
}
.commercial-section .commercial-left-block {
  position: relative;
  flex: 0 0 50%;
  min-width: 0;
  padding: 3.125vw;
  overflow: hidden;
  background-color: #efeded;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block {
    flex: unset;
    height: 700px;
    padding: 100px 20px 0;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block {
    height: 530px;
    padding-top: 60px;
  }
}
.commercial-section .commercial-left-block .commercial-left-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-left-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-left-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.commercial-section .commercial-left-block .commercial-left-title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-left-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-left-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.commercial-section .commercial-left-block .commercial-left-texts-block {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 2.0833333333vw;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-left-texts-block {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-left-texts-block {
    flex-direction: column;
    gap: 12px;
  }
}
.commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
  width: 50%;
  max-width: 370px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-left-texts-block .commercial-left-text {
    font-size: 14px;
  }
}
.commercial-section .commercial-left-block .commercial-phone-link {
  position: absolute;
  top: unset;
  bottom: 11.4583333333vw;
  justify-content: center;
  width: 100%;
  padding-right: 6.25vw;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-phone-link {
    bottom: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-phone-link {
    bottom: 60px;
  }
}
.commercial-section .commercial-left-block .commercial-phone-link .phone-text {
  font-size: 1.3227513228vw;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-left-block .commercial-phone-link .phone-text {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-left-block .commercial-phone-link .phone-text {
    font-size: 14px !important;
  }
}
.commercial-section .commercial-left-block .commercial-phone-link .phone-icon {
  width: 16px;
  height: 16px;
}
.commercial-section .commercial-left-block .commercial-left-image-block {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  aspect-ratio: 960/800;
}
.commercial-section .commercial-left-block .commercial-left-image-block .commercial-left-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commercial-section .commercial-right-block {
  position: relative;
  flex: 0 0 50%;
  min-width: 0;
  padding: 3.125vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block {
    flex: unset;
    max-height: 800px;
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block {
    min-height: 700px;
    padding: 60px 20px;
  }
}
.commercial-section .commercial-right-block::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(212, 209, 202, 0) 0%, #d4d1ca 100%);
}
.commercial-section .commercial-right-block .commercial-right-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-right-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block .commercial-right-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.commercial-section .commercial-right-block .commercial-right-title {
  margin-bottom: 40px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-right-title {
    margin-bottom: 36px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block .commercial-right-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.commercial-section .commercial-right-block .commercial-right-texts-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 22.4867724868vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 1512) {
  .commercial-section .commercial-right-block .commercial-right-texts-block {
    max-width: 340px;
  }
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-right-texts-block {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block .commercial-right-texts-block {
    max-width: 100%;
  }
}
.commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
  max-width: 21.164021164vw;
  color: #000;
}
@media screen and (min-width: 1512) {
  .commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
    max-width: 340px;
  }
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
    max-width: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block .commercial-right-texts-block .commercial-right-text {
    max-width: unset;
    font-size: 14px;
  }
}
.commercial-section .commercial-right-block .commercial-sign-image-block {
  position: absolute;
  bottom: 0;
  z-index: -1;
  max-width: 45.4280729167vw;
  aspect-ratio: 872/424;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-sign-image-block {
    max-width: 85.2608993157vw;
  }
}
.commercial-section .commercial-right-block .commercial-sign-image-block .commercial-sign-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.commercial-section .commercial-right-block .commercial-man-image-block {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 41.6666666667vw;
  aspect-ratio: 610/800;
  opacity: 1;
  will-change: transform, opacity;
}
@media screen and (max-width: 1023px) {
  .commercial-section .commercial-right-block .commercial-man-image-block {
    max-height: 580px;
  }
}
@media screen and (max-width: 767px) {
  .commercial-section .commercial-right-block .commercial-man-image-block {
    max-height: 78.2013685239vw;
  }
}
.commercial-section .commercial-right-block .commercial-man-image-block .commercial-man-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.infrastructure-section {
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section {
    padding: 60px 20px 0;
  }
}
.infrastructure-section .infrastructure-title-block {
  display: flex;
  align-items: center;
  gap: 5.291005291vw;
  margin-bottom: 2.6455026455vw;
  padding: 0 3.125vw;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-title-block {
    gap: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-title-block {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-title-block {
    margin-bottom: 28px;
  }
}
.infrastructure-section .infrastructure-title-block .infrastructure-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.infrastructure-section .infrastructure-title-block .infrastructure-title {
  color: #5a4f53;
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-title {
    font-size: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-title {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.44px;
  }
}
.infrastructure-section .infrastructure-title-block .infrastructure-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.infrastructure-section .infrastructure-title-block .infrastructure-text {
  color: #000;
  max-width: 15.873015873vw;
  position: relative;
}
.infrastructure-section .infrastructure-title-block .infrastructure-text::before {
  position: absolute;
  content: "";
  top: -0.5208333333vw;
  left: -3.5416666667vw;
  bottom: 5px;
  width: 1px;
  height: 4.1666666667vw;
  background-color: #d4d1ca;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text::before {
    left: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text::before {
    display: none;
  }
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text {
    max-width: 240px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text {
    max-width: none;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-title-block .infrastructure-text {
    font-family: "FixelDisplay", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.56px;
    max-width: 240px;
    text-align: center;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container {
  display: flex;
  border: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container {
    flex-direction: column;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block {
  flex: 0 0 50%;
  padding: 3.125vw;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block {
    padding: 60px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block {
    padding: 40px 20px;
    border-right-color: transparent;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-title {
  color: #5a4f53;
  margin-bottom: 3.125vw;
  max-width: 43.75vw;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-title {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 650px;
    font-size: 36px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-title {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.44px;
    max-width: 295px;
    margin-bottom: 24px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  counter-reset: my-counter;
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item {
  padding: 20px 0;
  border-top: 1px solid #d4d1ca;
  counter-increment: my-counter;
  display: flex;
  align-items: center;
  gap: 1.3227513228vw;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item {
    gap: 20px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item:nth-child(-n+2) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item:nth-child(1) {
    border-bottom: 1px solid #d4d1ca;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item::before {
  content: counter(my-counter) ".";
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item::before {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item::before {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item::before {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item::before {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item::before {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.44px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-left-block .infrastructure-left-list .infrastructure-left-item .infrastructure-left-text {
    font-size: 14px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block {
  flex: 0 0 50%;
  padding: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block {
    padding: 40px 20px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-title {
  color: #5a4f53;
  margin-bottom: 3.125vw;
  max-width: 43.75vw;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-title {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 650px;
    font-size: 36px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-title {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.44px;
    margin-bottom: 24px;
    max-width: 250px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.3227513228vw;
       column-gap: 1.3227513228vw;
  row-gap: 2.9100529101vw;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item {
  display: flex;
  align-items: center;
  gap: 3.75vw;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item {
    gap: 72px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num {
  color: #8897b4;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num {
    font-size: 42px;
    min-width: 42px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3.9682539683vw;
  transform: rotate(30deg);
  background-color: #d4d1ca;
  right: -1.9841269841vw;
  top: 15%;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num:after {
    height: 60px;
    right: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num:after {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-num:after {
    height: 40px;
    bottom: 0;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text {
  color: #000;
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-minutes {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-minutes {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-minutes {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-minutes {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-minutes {
    font-size: 14px;
  }
}
.infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-target {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-target {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-target {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-target {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section .infrastructure-left-right-blocks-container .infrastructure-right-block .infrastructure-right-list .infrastructure-right-item .infrastructure-right-text .infrastructure-right-target {
    font-size: 14px;
  }
}

.genplan-section {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .genplan-section {
    position: static;
    height: auto;
  }
}
.genplan-section .genplan-image-block {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-image-block {
    height: 610px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-image-block {
    height: 400px;
  }
}
.genplan-section .genplan-image-block .genplan-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-image-block .genplan-image {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 409px) {
  .genplan-section .genplan-image-block .genplan-image {
    left: 68%;
  }
}
@media screen and (width >= 410px) and (width <= 600px) {
  .genplan-section .genplan-image-block .genplan-image {
    left: 63%;
  }
}
@media screen and (width >= 601px) and (width <= 710px) {
  .genplan-section .genplan-image-block .genplan-image {
    left: 60%;
  }
}
@media screen and (width >= 711px) and (width <= 767px) {
  .genplan-section .genplan-image-block .genplan-image {
    left: 50%;
  }
}
.genplan-section .genplan-image-block .genplan-image .genplan-image-path {
  fill: rgba(136, 151, 180, 0);
  stroke: #f5f6f1;
  stroke-width: 3;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  animation: stroke-pulsation 1.6s infinite cubic-bezier(0, 0, 0.12, 1.02);
}
.genplan-section .genplan-image-block .genplan-image .genplan-image-path:hover {
  fill: #8897b4;
}
@keyframes stroke-pulsation {
  0% {
    stroke-width: 2;
  }
  20% {
    stroke-width: 6;
  }
  100% {
    stroke-width: 2;
  }
}
.genplan-section .genplan-image-block .genplan-info-card {
  position: absolute;
  top: 55%;
  left: 39%;
  z-index: 10;
  visibility: hidden;
  max-width: 13.2275132275vw;
  max-height: 16.5343915344vw;
  padding: 1.3227513228vw;
  pointer-events: none;
  background: #d4d1ca;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.genplan-section .genplan-image-block .genplan-info-card.is-visible {
  visibility: visible;
  opacity: 1;
}
.genplan-section .genplan-image-block .genplan-info-card .genplan-info-link {
  display: block;
  padding: 4px;
  margin: 0 auto;
  margin-top: 12px;
  color: #f5f6f1 !important;
  text-align: center;
  text-decoration: none;
  pointer-events: auto;
  background-color: #5a4f53;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .genplan-section .genplan-image-block .genplan-info-card .genplan-info-link {
    display: none;
  }
}
@media screen and (min-width: 1512) {
  .genplan-section .genplan-image-block .genplan-info-card {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-image-block .genplan-info-card {
    top: 50%;
    left: 27%;
    max-width: 200px;
    max-height: 250px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-image-block .genplan-info-card {
    top: 40%;
    left: 40%;
  }
}
.genplan-section .genplan-image-block .genplan-info-card .genplan-info-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-image-block .genplan-info-card .genplan-info-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-image-block .genplan-info-card .genplan-info-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.genplan-section .genplan-image-block .genplan-info-card .genplan-info-title {
  margin-bottom: 10px;
  color: #000;
}
.genplan-section .genplan-image-block .genplan-info-card .genplan-info-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .genplan-section .genplan-image-block .genplan-info-card .genplan-info-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-image-block .genplan-info-card .genplan-info-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-image-block .genplan-info-card .genplan-info-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.genplan-section .genplan-image-block .genplan-info-card .genplan-info-text {
  margin-bottom: 5px;
  color: #5a4f53;
}
.genplan-section .genplan-image-block .genplan-info-card .genplan-info-icon {
  display: block;
  margin-bottom: 15px;
  fill: #8897b4;
}
.genplan-section .genplan-image-block:has(.genplan-image-path:hover) .genplan-info-card {
  visibility: visible;
  opacity: 1;
}
.genplan-section .genplan-card-block {
  position: absolute;
  top: 7.8125vw;
  left: 3.125vw;
  max-width: 21.164021164vw;
  padding: 2.0833333333vw;
  background-color: #5a4f53;
}
@media screen and (min-width: 1512) {
  .genplan-section .genplan-card-block {
    max-width: 320px;
  }
}
.genplan-section .genplan-card-block .genplan-card-icon {
  display: block;
  margin: 0 auto 20px;
}
.genplan-section .genplan-card-block .genplan-card-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-card-block .genplan-card-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-card-block .genplan-card-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.genplan-section .genplan-card-block .genplan-card-text {
  max-width: 280px;
  margin: 0 auto;
  color: #f5f6f1;
  text-align: center;
}
.genplan-section .genplan-sign-image-block {
  position: absolute;
  right: -7.8125vw;
  bottom: -1.171875vw;
  max-width: 40.625vw;
  aspect-ratio: 780/424;
}
.genplan-section .genplan-sign-image-block .genplan-sign-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.genplan-section .genplan-title-block .genplan-title {
  position: absolute;
  right: 3.125vw;
  bottom: 11.25vw;
  color: #f5f6f1;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-title-block .genplan-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-title-block .genplan-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.genplan-section .genplan-title-block .genplan-text {
  position: absolute;
  right: 1.5625vw;
  bottom: 5.2083333333vw;
  z-index: 3;
  max-width: 21.6145833333vw;
  color: #f5f6f1;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .genplan-section .genplan-title-block .genplan-text {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .genplan-title-block .genplan-text {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.genplan-section .tab-genplan-cards-sign-block {
  position: relative;
  display: flex;
  gap: 5.8651026393vw;
  align-items: start;
  justify-content: space-between;
  padding: 60px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .genplan-section .tab-genplan-cards-sign-block {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 60px;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-card-block {
  max-width: 320px;
  padding: 40px 20px;
  background-color: #5a4f53;
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-card-block .genplan-tab-card-icon {
  display: block;
  margin: 0 auto 40px;
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-card-block .genplan-tab-card-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-card-block .genplan-tab-card-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-card-block .genplan-tab-card-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-card-block .genplan-tab-card-text {
  max-width: 280px;
  margin: 0 auto;
  color: #f5f6f1;
  text-align: center;
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-sign-image-block {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  aspect-ratio: 630/307;
  fill: #d4d1ca;
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-sign-image-block {
    right: -20px;
    max-width: 400px;
    max-height: 300px;
    aspect-ratio: 543/264;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-sign-image-block .genplan-tab-sign-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block {
    margin-right: 0;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-title {
  max-width: 292px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-title {
    margin-bottom: 8px;
    text-align: center;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-text {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-text {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-text {
  max-width: 292px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .genplan-section .tab-genplan-cards-sign-block .genplan-tab-title-block .genplan-tab-text {
    text-align: center;
  }
}

@media (width >= 1024px) {
  .genplan-image-block:has(.genplan-image-path:hover) .genplan-info-card {
    visibility: visible;
    opacity: 1;
  }
}
.w-diagonal-section {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.46875vw;
  position: relative;
  padding: 5.2083333333vw 3.125vw 0;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section {
    padding-top: 140px;
    flex-direction: column-reverse;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .w-diagonal-section {
    flex-direction: column;
    gap: 36px;
    padding: 60px 0 0;
  }
}
.w-diagonal-section .w-diagonal-left-block {
  width: 70%;
  border: 1px solid #000;
  padding: 2.0833333333vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-left-block {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-left-block {
    border: none;
    padding: 0;
  }
}
.w-diagonal-section .w-diagonal-left-block .slider-block {
  width: 100%;
  aspect-ratio: unset;
  height: 80vh;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-left-block .slider-block {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-left-block .slider-block {
    height: 70vh;
  }
}
.w-diagonal-section .w-diagonal-left-block .slider-block .w-diagonal-swiper {
  height: 100%;
}
.w-diagonal-section .w-diagonal-left-block .slider-block .w-diagonal-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.w-diagonal-section .w-diagonal-left-block .slider-block .w-diagonal-swiper .swiper-wrapper .swiper-slide .slider-img-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f5f6f1;
}
.w-diagonal-section .w-diagonal-left-block .slider-block .w-diagonal-swiper .swiper-wrapper .swiper-slide .slider-img-wrapper .slider-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-left-block .slider-block .w-diagonal-swiper .swiper-wrapper .swiper-slide .slider-img-wrapper .slider-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.w-diagonal-section .w-diagonal-left-block .w-diagonal-nav-buttons {
  bottom: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-left-block .w-diagonal-nav-buttons .w-diagonal-button-next,
  .w-diagonal-section .w-diagonal-left-block .w-diagonal-nav-buttons .w-diagonal-button-prev {
    width: 48px;
    height: 48px;
  }
}
.w-diagonal-section .w-diagonal-right-block {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-right-block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-right-block {
    padding: 0 20px;
  }
}
.w-diagonal-section .w-diagonal-right-block .w-diagonal-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.w-diagonal-section .w-diagonal-right-block .w-diagonal-title {
  color: #000;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-title {
    text-align: center;
  }
}
.w-diagonal-section .w-diagonal-right-block .w-diagonal-icon {
  fill: #5a4f53;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-icon {
    display: block;
    margin: 0 auto 20px;
  }
}
.w-diagonal-section .w-diagonal-right-block .w-diagonal-list {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-list {
    gap: 20px;
  }
}
.w-diagonal-section .w-diagonal-right-block .w-diagonal-list .w-diagonal-item .w-diagonal-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-list .w-diagonal-item .w-diagonal-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-list .w-diagonal-item .w-diagonal-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .w-diagonal-section .w-diagonal-right-block .w-diagonal-list .w-diagonal-item .w-diagonal-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.w-diagonal-section .w-diagonal-right-block .w-diagonal-list .w-diagonal-item .w-diagonal-text {
  color: #000;
}

.choose-real-estate {
  height: calc(100vh - 100px);
  padding: 5.2083333333vw 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate {
    padding: 100px 0 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate {
    padding: 60px 0 0;
  }
}
.choose-real-estate .choose-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
  padding: 0 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-title-block {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.choose-real-estate .choose-title-block .choose-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-title-block .choose-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate .choose-title-block .choose-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.choose-real-estate .choose-title-block .choose-title {
  color: #5a4f53;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-title-block .choose-title {
    width: 100%;
  }
}
.choose-real-estate .choose-title-block .choose-plannings-link {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-title-block .choose-plannings-link {
    width: 100%;
    max-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate .choose-title-block .choose-plannings-link {
    max-width: 228px;
  }
}
.choose-real-estate .choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.9fr 0.9fr;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "one-room two-room three-room fountain fountain" "one-room two-room three-room terrace penthouse";
  gap: 0;
  flex-grow: 1;
  min-height: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: "one-room one-room" "two-room two-room" "three-room three-room" "fountain fountain" "terrace penthouse";
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate .choose-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas: "one-room one-room" "two-room two-room" "three-room three-room" "fountain fountain" "terrace terrace" "penthouse penthouse";
  }
}
.choose-real-estate .choose-grid .grid-link {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-link {
    min-height: 280px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate .choose-grid .grid-link {
    min-height: unset;
    aspect-ratio: 16/9;
    padding: 8px;
  }
}
.choose-real-estate .choose-grid .grid-link:hover .grid-item-image {
  transform: scale(1.05);
}
.choose-real-estate .choose-grid .grid-link.item-1 {
  grid-area: one-room;
}
.choose-real-estate .choose-grid .grid-link.item-2 {
  grid-area: two-room;
}
.choose-real-estate .choose-grid .grid-link.item-3 {
  grid-area: three-room;
}
.choose-real-estate .choose-grid .grid-link.item-4 {
  grid-area: fountain;
}
.choose-real-estate .choose-grid .grid-link.item-5 {
  grid-area: terrace;
}
.choose-real-estate .choose-grid .grid-link.item-6 {
  grid-area: penthouse;
}
.choose-real-estate .choose-grid .grid-link:nth-child(-n+3) .grid-item-title {
  color: #000;
}
.choose-real-estate .choose-grid .grid-link:nth-child(n+4) .grid-item-title {
  color: #f5f6f1;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-link:nth-child(n+4) .grid-item-content {
    flex-direction: column-reverse;
  }
}
.choose-real-estate .choose-grid .grid-item {
  height: 100%;
  width: 100%;
}
.choose-real-estate .choose-grid .grid-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-item-content {
    padding: 8px;
  }
}
.choose-real-estate .choose-grid .grid-item-content .grid-item-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-item-content .grid-item-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate .choose-grid .grid-item-content .grid-item-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.choose-real-estate .choose-grid .grid-item-content .grid-item-title {
  margin: 0;
}
.choose-real-estate .choose-grid .grid-item-content .grid-item-area {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-item-content .grid-item-area {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .choose-real-estate .choose-grid .grid-item-content .grid-item-area {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.choose-real-estate .choose-grid .grid-item-content .grid-item-area {
  color: #000;
  padding: 0.1041666667vw 0.625vw;
  background-color: #f5f6f1;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-item-content .grid-item-area {
    padding: 2px 12px;
  }
}
.choose-real-estate .choose-grid .grid-item-content .grid-item-image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.choose-real-estate .choose-grid .grid-item-content .grid-item-image-block .grid-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform;
  transition: all 0.8s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .choose-real-estate .choose-grid .grid-item-content .grid-item-image-block .grid-item-image {
    -o-object-position: 12%;
       object-position: 12%;
  }
}

.panorama-section {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .panorama-section {
    padding-top: 140px;
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .panorama-section {
    padding-top: 60px;
    height: 100svh;
  }
}
.panorama-section .panorama-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
  position: relative;
  padding: 0 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .panorama-section .panorama-title-block {
    margin-bottom: 20px;
    padding: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .panorama-section .panorama-title-block {
    margin-bottom: 12px;
  }
}
.panorama-section .panorama-title-block .panorama-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .panorama-section .panorama-title-block .panorama-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .panorama-section .panorama-title-block .panorama-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.panorama-section .panorama-title-block .panorama-title {
  color: #5a4f53;
  width: 100%;
}
.panorama-section .panorama-title-block .panorama-sign-block {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 46.875vw;
}
.panorama-section .panorama-title-block .panorama-sign-block .panorama-sign {
  fill: #8897b4;
}
.panorama-section .panorama-iframe {
  width: 100%;
  flex-grow: 1;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .panorama-section .panorama-iframe {
    aspect-ratio: 767/600;
  }
}
@media screen and (max-width: 767px) {
  .panorama-section .panorama-iframe {
    aspect-ratio: 375/420;
  }
}
.panorama-section .panorama-iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.panorama-section .panorama-iframe::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.panorama-section .panorama-iframe.is-active::after {
  display: none;
}

.location-section {
  height: calc(100vh - 100px);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
}
@media screen and (max-width: 1023px) {
  .location-section {
    height: auto;
    grid-template-columns: 3fr 7fr;
    grid-template-areas: "title title" "image map";
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .location-section {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "map map";
  }
}
.location-section .location-image-block {
  max-height: 30.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .location-section .location-image-block {
    grid-area: image;
    max-height: 464px;
  }
}
@media screen and (max-width: 767px) {
  .location-section .location-image-block {
    display: none;
  }
}
.location-section .location-image-block .location-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.location-section .location-map-block {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .location-section .location-map-block {
    grid-area: map;
    aspect-ratio: 588/571;
  }
}
@media screen and (max-width: 767px) {
  .location-section .location-map-block {
    aspect-ratio: 375/420;
  }
}
.location-section .location-map-block iframe {
  width: 100%;
  height: 90%;
  display: block;
  border: none;
}
@media screen and (max-width: 1023px) {
  .location-section .location-map-block iframe {
    height: 100%;
  }
}
.location-section .location-map-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.location-section .location-map-block.is-active::after {
  display: none;
}
.location-section .location-title-block {
  background-color: #5a4f53;
  padding: 3.125vw 1.0416666667vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block {
    grid-area: title;
    padding: 60px 20px 0;
  }
}
.location-section .location-title-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.location-section .location-title-block .location-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .location-section .location-title-block .location-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.location-section .location-title-block .location-title {
  color: #f5f6f1;
  margin-bottom: 1.0416666667vw;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-title {
    margin-bottom: 20px;
  }
}
.location-section .location-title-block .location-icon {
  display: block;
  margin: 0 auto;
  fill: #f5f6f1;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-icon {
    margin-bottom: 20px;
  }
}
.location-section .location-title-block .location-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .location-section .location-title-block .location-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.location-section .location-title-block .location-text {
  color: #f5f6f1;
  text-align: center;
  max-width: 37.5vw;
  margin: 0 auto 2.0833333333vw;
}
@media screen and (min-width: 1366px) {
  .location-section .location-title-block .location-text {
    max-width: 39.0625vw;
  }
}
@media screen and (min-width: 1920px) {
  .location-section .location-title-block .location-text {
    max-width: 31.25vw;
  }
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-text {
    max-width: 480px;
    margin-bottom: 40px;
  }
}
.location-section .location-title-block .location-link {
  display: block;
  margin: 0 auto;
  max-width: 16.9312169312vw;
  flex-shrink: 0;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1512) {
  .location-section .location-title-block .location-link {
    max-width: 256px;
  }
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-link {
    max-width: 330px;
    margin-bottom: 68px;
  }
}
.location-section .location-title-block .location-build-block {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 0;
}
@media screen and (max-width: 1023px) {
  .location-section .location-title-block .location-build-block {
    height: auto;
    aspect-ratio: 768/340;
  }
}
@media screen and (max-width: 767px) {
  .location-section .location-title-block .location-build-block {
    aspect-ratio: 268/119;
  }
}
.location-section .location-title-block .location-build-block .location-build-image {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.stats-section {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .stats-section {
    padding-top: 140px;
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .stats-section {
    padding-top: 80px;
  }
}
.stats-section .stats-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
  position: relative;
  padding: 0 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-title-block {
    margin-bottom: 20px;
    justify-content: center;
    padding: 0 20px;
  }
}
.stats-section .stats-title-block .stats-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-title-block .stats-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stats-title-block .stats-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.stats-section .stats-title-block .stats-title {
  color: #5a4f53;
  width: 100%;
}
.stats-section .stats-title-block .stats-sign-block {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 46.875vw;
}
.stats-section .stats-title-block .stats-sign-block .panorama-sign {
  fill: #8897b4;
}
.stats-section .stats-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-grow: 1;
  min-width: 0;
  height: 100%;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list {
    grid-template-columns: repeat(1, 1fr);
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
}
.stats-section .stats-list .stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #f5f6f1;
  position: relative;
  height: 100%;
}
.stats-section .stats-list .stats-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: var(--after-opacity, 0);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item {
    flex-direction: row;
    overflow: visible;
    height: 34.1333333333vw;
  }
}
.stats-section .stats-list .stats-item .stats-title-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 0.625vw;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item .stats-title-text-block {
    gap: 12px;
    width: 50%;
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stats-list .stats-item .stats-title-text-block {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item {
    align-items: start;
    justify-content: center;
  }
}
.stats-section .stats-list .stats-item:hover .stats-title,
.stats-section .stats-list .stats-item:hover .stats-text {
  color: #f5f6f1;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item:hover .stats-title {
    color: #8897b4;
  }
  .stats-section .stats-list .stats-item:hover .stats-text {
    color: #000;
  }
}
.stats-section .stats-list .stats-item:hover .stats-image-block {
  transform: scale(1);
  border-radius: 0;
}
.stats-section .stats-list .stats-item .stats-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item .stats-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stats-list .stats-item .stats-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.stats-section .stats-list .stats-item .stats-title {
  color: #8897b4;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  text-transform: none;
}
.stats-section .stats-list .stats-item .stats-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item .stats-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stats-list .stats-item .stats-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.stats-section .stats-list .stats-item .stats-text {
  color: #000;
  position: relative;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  font-size: 1.3227513228vw;
  text-align: center;
}
@media screen and (min-width: 1512) {
  .stats-section .stats-list .stats-item .stats-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item .stats-text {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stats-list .stats-item .stats-text {
    font-size: 14px;
  }
}
.stats-section .stats-list .stats-item .stats-image-block {
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  overflow: hidden;
  z-index: 0;
  transform: scale(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 25%;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item .stats-image-block {
    position: static;
    border-radius: 0;
    transform: scale(1);
    width: 50%;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .stats-section .stats-list .stats-item .stats-image-block {
    height: auto;
    flex-shrink: 0;
    align-self: stretch;
  }
}
.stats-section .stats-list .stats-item .stats-image-block::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 28, 29, 0.2) 0%, rgba(31, 28, 29, 0.9) 100%);
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .stats-section .stats-list .stats-item .stats-image-block::after {
    display: none;
  }
}
.stats-section .stats-list .stats-item .stats-image-block .stats-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages-section {
  min-height: 46.875vw;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5.2083333333vw 0 10.4166666667vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .advantages-section {
    padding: 140px 0 330px;
    min-height: unset;
    align-items: flex-start;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section {
    padding-top: 60px;
    padding-bottom: 95px;
    flex-direction: column;
  }
}
.advantages-section .advantages-swiper {
  width: 100%;
  overflow: visible;
  position: static;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-swiper {
    position: relative;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-swiper {
    padding-bottom: 0;
    overflow: hidden;
  }
}
.advantages-section .swiper-wrapper {
  will-change: transform;
}
.advantages-section .advantages__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages__title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages__title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.advantages-section .advantages__title {
  color: #5a4f53;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  top: 60%;
  left: 8.59375vw;
  transform: translateY(-60%);
  max-width: 19.0625vw;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .advantages-section .advantages__title {
    top: 72%;
  }
}
@media screen and (min-width: 1023px) {
  .advantages-section .advantages__title {
    top: 56%;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages__title {
    top: 65%;
    left: auto;
    transform: none;
    max-width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages__title {
    top: 74%;
    font-size: 24px;
  }
}
.advantages-section .adv-m-controls {
  display: none;
}
@media screen and (max-width: 1023px) {
  .advantages-section .adv-m-controls {
    display: block;
    position: absolute;
    z-index: 20;
    pointer-events: none;
    width: 52.1994134897vw;
    height: 52.1994134897vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .advantages-section .adv-m-controls .advantages-nav-buttons,
  .advantages-section .adv-m-controls .adv-counter {
    position: absolute;
    bottom: 20px;
    pointer-events: all;
  }
  .advantages-section .adv-m-controls .advantages-nav-buttons {
    left: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    gap: 10px;
    transform: none;
  }
  .advantages-section .adv-m-controls .adv-counter {
    right: 20px;
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .adv-m-controls {
    width: 375px;
    height: auto;
    top: auto;
    bottom: 0;
    max-width: 100vw;
  }
  .advantages-section .adv-m-controls .advantages-nav-buttons {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 12px;
    bottom: 12px;
    top: auto;
  }
  .advantages-section .adv-m-controls .adv-counter {
    right: 12px;
    bottom: 0;
  }
}
.advantages-section .adv-counter {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  gap: 3.125vw;
  position: absolute;
  left: calc(50% - 24.4791666667vw);
  top: 33.3333333333vw;
  z-index: 10;
  pointer-events: none;
}
.advantages-section .adv-counter .main-count {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Black, #000);
  font-family: "FixelDisplay", sans-serif;
  font-size: 10.4166666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 160px */
  letter-spacing: -8px;
  color: #f5f6f1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  letter-spacing: normal;
}
@media screen and (max-width: 1023px) {
  .advantages-section .adv-counter .main-count {
    width: 1.2em;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .adv-counter .main-count {
    font-size: 44px;
    height: 1.5em;
    font-size: 30px;
    font-weight: 700;
  }
}
.advantages-section .adv-counter .main-count span {
  display: block;
  height: 1em;
  transform: translateY(0);
}
.advantages-section .adv-counter .main-count .next {
  opacity: 0;
}
.advantages-section .adv-counter .main-count.is-changing span {
  transition: all 0.8s cubic-bezier(0.36, 1, 0.86, 1);
}
.advantages-section .adv-counter .main-count.is-changing .current {
  transform: translateY(calc(-100% - 10px));
}
.advantages-section .adv-counter .main-count.is-changing .next {
  transform: translateY(calc(-100% - 10px));
  opacity: 1;
}
.advantages-section .adv-counter .total {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .advantages-section .adv-counter .total {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .adv-counter .total {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.advantages-section .adv-counter .total {
  color: #000;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .advantages-section .adv-counter .total {
    color: #f5f6f1;
    padding-bottom: 0;
  }
}
.advantages-section .advantages-nav-buttons {
  right: -15%;
  top: 45%;
  transform: translateY(16.1458333333vw);
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-nav-buttons {
    position: absolute;
    bottom: -55px;
    left: -50%;
    z-index: 10;
    left: 20px;
    transform: none;
    bottom: 20px;
  }
  .advantages-section .advantages-nav-buttons .advantages-button-prev,
  .advantages-section .advantages-nav-buttons .advantages-button-next {
    background-color: #f5f6f1;
    border-color: #f5f6f1;
    width: 48px;
    height: 48px;
  }
  .advantages-section .advantages-nav-buttons .advantages-button-prev svg,
  .advantages-section .advantages-nav-buttons .advantages-button-next svg {
    fill: #000;
  }
  .advantages-section .advantages-nav-buttons .advantages-button-prev:hover,
  .advantages-section .advantages-nav-buttons .advantages-button-next:hover {
    background-color: #5a4f53;
  }
  .advantages-section .advantages-nav-buttons .advantages-button-prev:hover svg,
  .advantages-section .advantages-nav-buttons .advantages-button-next:hover svg {
    fill: #f5f6f1;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-nav-buttons {
    left: -85%;
    z-index: 10;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-nav-buttons--desktop {
    display: none;
  }
}
.advantages-section .advantages-text-block {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 5.2083333333vw;
  left: auto;
  max-width: 23.0158730159vw;
}
@media screen and (min-width: 900px) {
  .advantages-section .advantages-text-block {
    bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .advantages-section .advantages-text-block {
    bottom: auto;
    top: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-text-block {
    position: absolute;
    transform: none;
    top: auto;
    bottom: 200px;
    right: 20px;
    left: 20px;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-text-block {
    position: relative;
    transform: none;
    top: 10px;
    right: auto;
    left: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 60px 20px 0 20px;
  }
}
.advantages-section .advantages-text-block .swiper-wrapper .swiper-slide .advantages-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-text-block .swiper-wrapper .swiper-slide .advantages-text {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-text-block .swiper-wrapper .swiper-slide .advantages-text {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.advantages-section .advantages-text-block .swiper-wrapper .swiper-slide .advantages-text {
  color: #5a4f53;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-text-block .swiper-wrapper .swiper-slide .advantages-text {
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-text-block .swiper-wrapper .swiper-slide .advantages-text {
    font-size: 14px;
    font-weight: 600;
  }
}
.advantages-section .advantages-title-info-text {
  width: 330px;
}
.advantages-section .advantages-list {
  width: 100%;
  display: flex;
  align-items: start;
  height: 39.5833333333vw;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-list {
    height: 35.3174603175vw;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-list {
    height: 375px;
  }
}
.advantages-section .advantages-list .advantages-item {
  display: flex;
  flex-direction: column;
  width: 19.7916666667vw;
  height: 19.7916666667vw;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.36, 1, 0.86, 1);
  will-change: width, height;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-list .advantages-item {
    width: 43.4017595308vw;
    height: 43.4017595308vw;
    position: relative;
  }
  .advantages-section .advantages-list .advantages-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 9;
    transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-list .advantages-item {
    width: 375px;
    height: 375px;
  }
}
.advantages-section .advantages-list .advantages-item .advantages-image-block {
  overflow: hidden;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.advantages-section .advantages-list .advantages-item.swiper-slide-active {
  width: 39.5833333333vw;
  height: 39.5833333333vw;
}
@media screen and (max-width: 1023px) {
  .advantages-section .advantages-list .advantages-item.swiper-slide-active {
    width: 52.1994134897vw;
    height: 52.1994134897vw;
  }
  .advantages-section .advantages-list .advantages-item.swiper-slide-active::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .advantages-section .advantages-list .advantages-item.swiper-slide-active {
    width: 375px;
    height: 375px;
  }
}
.advantages-section .advantages-list .advantages-item .advantages-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s cubic-bezier(0.36, 1, 0.86, 1);
  backface-visibility: hidden;
  transition: all 0.8s cubic-bezier(0.36, 1, 0.86, 1);
}

.gallery-section {
  padding-top: 10.4166666667vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .gallery-section {
    height: auto;
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section {
    padding-top: 60px;
  }
}
.gallery-section .gallery-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .gallery-section .gallery-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .gallery-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.gallery-section .gallery-title {
  color: #5a4f53;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .gallery-section .gallery-title {
    left: 33%;
  }
}
.gallery-section .gallery-swiper {
  position: relative;
}
.gallery-section .gallery-swiper .gallery-list .gallery-item {
  height: 41.1458333333vw;
}
@media screen and (max-width: 1023px) {
  .gallery-section .gallery-swiper .gallery-list .gallery-item {
    height: 72.3362658847vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .gallery-swiper .gallery-list .gallery-item {
    height: 440px;
  }
}
.gallery-section .gallery-swiper .gallery-list .gallery-item .gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery-section .gallery-swiper-ellipse-top,
.gallery-section .gallery-swiper-ellipse-bottom {
  position: absolute;
  left: -25%;
  width: 150%;
  height: 31.25vw;
  background-color: #f5f6f1;
  z-index: 10;
}
.gallery-section .gallery-swiper-ellipse-top {
  top: -27.0833333333vw;
  border-radius: 0 0 50% 50%;
}
@media screen and (max-width: 1023px) {
  .gallery-section .gallery-swiper-ellipse-top {
    border-radius: 0 0 35% 35%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .gallery-swiper-ellipse-top {
    border-radius: 0 0 25% 25%;
  }
}
.gallery-section .gallery-swiper-ellipse-bottom {
  bottom: -27.0833333333vw;
  border-radius: 50% 50% 0 0;
  display: flex;
  justify-content: center;
  z-index: 15;
}
@media screen and (max-width: 1023px) {
  .gallery-section .gallery-swiper-ellipse-bottom {
    border-radius: 35% 35% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery-section .gallery-swiper-ellipse-bottom {
    border-radius: 25% 25% 0 0;
  }
}
.gallery-section .gallery-swiper-ellipse-bottom .gallery-nav-buttons {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .gallery-section .gallery-swiper-ellipse-bottom .gallery-nav-buttons .gallery-button-prev,
  .gallery-section .gallery-swiper-ellipse-bottom .gallery-nav-buttons .gallery-button-next {
    width: 48px;
    height: 48px;
  }
}

.developer-section {
  position: relative;
  padding-top: 10.4166666667vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .developer-section {
    padding-top: 140px;
  }
}
.developer-section .developer-image-block {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .developer-section .developer-image-block {
    left: -30%;
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .developer-section .developer-image-block {
    top: 140px;
    width: 160%;
  }
}
.developer-section .developer-card-block {
  background: rgba(212, 209, 202, 0.2);
  backdrop-filter: blur(30px);
  display: flex;
  width: 41.0052910053vw;
  padding: 3.9682539683vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .developer-section .developer-card-block {
    gap: 40px;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    background: rgb(212, 209, 202);
    backdrop-filter: unset;
  }
}
@media screen and (max-width: 767px) {
  .developer-section .developer-card-block {
    gap: 28px;
    padding: 28px;
    max-width: 335px;
  }
}
@media screen and (min-width: 1512) {
  .developer-section .developer-card-block {
    width: 620px;
    padding: 60px;
  }
}
.developer-section .developer-card-block .developer-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .developer-section .developer-card-block .developer-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .developer-section .developer-card-block .developer-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.developer-section .developer-card-block .developer-title {
  color: #5a4f53;
  text-transform: uppercase;
}
.developer-section .developer-card-block .developer-icon {
  margin: 0 auto;
  fill: #5a4f53;
  flex-shrink: 0;
}
.developer-section .developer-card-block .developer-logo-block {
  width: vww(126);
  height: 100%;
}
.developer-section .developer-card-block .developer-logo-block .developer-logo {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: cover;
     object-position: cover;
}
.developer-section .developer-card-block .developer-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .developer-section .developer-card-block .developer-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .developer-section .developer-card-block .developer-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.developer-section .developer-card-block .developer-text {
  color: #000;
  text-align: center;
}

.construction-progress {
  padding-top: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .construction-progress {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .construction-progress {
    padding-top: 60px;
  }
}
.construction-progress .construction-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .construction-progress .construction-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .construction-progress .construction-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.construction-progress .construction-title {
  color: #5a4f53;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .construction-progress .construction-title {
    margin-bottom: 40px;
    font-size: 60;
  }
}
@media screen and (max-width: 767px) {
  .construction-progress .construction-title {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.construction-progress .construction-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .construction-progress .construction-list {
    border-bottom: 1px solid #000;
    grid-template-columns: 1fr;
  }
}

.news-section {
  padding-top: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .news-section {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .news-section {
    padding-top: 60px;
  }
}
.news-section .news-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news-section .news-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .news-section .news-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.news-section .news-title {
  color: #5a4f53;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news-section .news-title {
    margin-bottom: 40px;
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-section .news-title {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.news-section .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .news-section .news-list {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.docs-section {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .docs-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .docs-section {
    padding: 60px 20px;
  }
}
.docs-section .docs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .docs-section .docs-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .docs-section .docs-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.docs-section .docs-title {
  color: #5a4f53;
  margin-bottom: 2.0833333333vw;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .docs-section .docs-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .docs-section .docs-title {
    margin-bottom: 20px;
  }
}
.docs-section .docs-list {
  display: grid;
  border-top: 1px solid #000;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .docs-section .docs-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .docs-section .docs-list {
    border-left: none;
  }
}

.progress-catalog-section {
  padding-top: 10.4166666667vw;
  padding-bottom: 7.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .progress-catalog-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .progress-catalog-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.progress-catalog-section .progress-catalog-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .progress-catalog-section .progress-catalog-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .progress-catalog-section .progress-catalog-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.progress-catalog-section .progress-catalog-title {
  color: #5a4f53;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .progress-catalog-section .progress-catalog-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .progress-catalog-section .progress-catalog-title {
    max-width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
.progress-catalog-section .progress-catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 7.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .progress-catalog-section .progress-catalog-list {
    grid-template-columns: 1fr;
    margin-bottom: 140px;
  }
  .progress-catalog-section .progress-catalog-list .construction-item:last-child {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .progress-catalog-section .progress-catalog-list {
    margin-bottom: 60px;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .progress-catalog-section .progress-catalog-list .construction-item {
    border-top: none;
  }
  .progress-catalog-section .progress-catalog-list .construction-item:nth-child(-n+3) {
    border-top: 1px solid #000;
  }
}

.news-catalog-section {
  padding-top: 10.4166666667vw;
  padding-bottom: 7.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .news-catalog-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .news-catalog-section {
    padding: 100px 20px 60px;
  }
}
.news-catalog-section .news-catalog-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news-catalog-section .news-catalog-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .news-catalog-section .news-catalog-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.news-catalog-section .news-catalog-title {
  color: #5a4f53;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news-catalog-section .news-catalog-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-catalog-section .news-catalog-title {
    margin-bottom: 20px;
  }
}
.news-catalog-section .news-catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 7.2916666667vw;
  margin-bottom: 7.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .news-catalog-section .news-catalog-list {
    grid-template-columns: 1fr;
    margin-bottom: 140px;
    row-gap: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-catalog-section .news-catalog-list {
    row-gap: 20px;
    margin-bottom: 60px;
    padding: 0;
  }
}

.news-single-section {
  padding-top: 100px;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
.news-single-section .news-single-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-grid {
    grid-template-columns: 1fr;
  }
}
.news-single-section .news-single-title-social-block {
  position: sticky;
  top: 100px;
  z-index: 10;
  padding: 2.0833333333vw;
  border-bottom: 1px solid #5a4f53;
  border-left: 1px solid #5a4f53;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block {
    position: static;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-title-social-block {
    padding: 40px 20px;
  }
}
.news-single-section .news-single-title-social-block .news-back-date-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.0833333333vw;
}
.news-single-section .news-single-title-social-block .news-back-date-block .back-link-block .back-link {
  position: static;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-back-date-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-title-social-block .news-back-date-block {
    margin-bottom: 20px;
  }
}
.news-single-section .news-single-title-social-block .news-back-date-block .news-date {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .news-single-section .news-single-title-social-block .news-back-date-block .news-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-back-date-block .news-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-title-social-block .news-back-date-block .news-date {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.news-single-section .news-single-title-social-block .news-back-date-block .news-date {
  color: #5a4f53;
}
.news-single-section .news-single-title-social-block .news-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-title-social-block .news-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.news-single-section .news-single-title-social-block .news-title {
  margin-bottom: 2.0833333333vw;
  color: #5a4f53;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-title-social-block .news-title {
    margin-bottom: 20px;
  }
}
.news-single-section .news-single-title-social-block .news-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-social-list {
    gap: 20px;
  }
}
.news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link {
  display: flex;
  gap: 0.8333333333vw;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link {
    gap: 8px;
  }
}
.news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #5a4f53;
}
@media screen and (min-width: 1512) {
  .news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-icon {
    width: 24px;
    height: 24px;
  }
}
.news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.news-single-section .news-single-title-social-block .news-social-list .news-social-item .news-social-link .news-social-text {
  line-height: 120%;
  color: #000;
}
.news-single-section .news-single-content-block {
  min-width: 0;
  padding: 2.0833333333vw;
  margin-top: 0;
  border-right: 1px solid #5a4f53;
  border-bottom: 1px solid #5a4f53;
  border-left: 1px solid #5a4f53;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block {
    padding: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block {
    padding: 40px 20px;
  }
}
.news-single-section .news-single-content-block .news-single-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.news-single-section .news-single-content-block .news-single-text {
  margin-bottom: 2.0833333333vw;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-text {
    margin-bottom: 20px;
  }
}
.news-single-section .news-single-content-block .news-single-list-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-list-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-list-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.news-single-section .news-single-content-block .news-single-list-title {
  margin-bottom: 0.625vw;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-list-title {
    margin-bottom: 12px;
  }
}
.news-single-section .news-single-content-block .news-single-list {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-list {
    margin-bottom: 20px;
  }
}
.news-single-section .news-single-content-block .news-single-list .news-single-item {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .news-single-section .news-single-content-block .news-single-list .news-single-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-list .news-single-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-list .news-single-item {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.news-single-section .news-single-content-block .news-single-list .news-single-item {
  position: relative;
  padding-left: 2.0833333333vw;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-list .news-single-item {
    padding-left: 20px;
  }
}
.news-single-section .news-single-content-block .news-single-list .news-single-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "•";
  transform: translateY(-50%);
}
.news-single-section .news-single-content-block .news-single-swiper-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper {
    margin-bottom: 60px;
  }
}
.news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper {
  width: 100%;
  height: 25.2604166667vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper {
    height: auto;
    aspect-ratio: 688/404;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper {
    aspect-ratio: 335/436;
  }
}
.news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper .swiper-slide {
  height: 100%;
  padding: 0 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper .swiper-slide {
    padding: 0;
  }
}
.news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-swiper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav {
  position: absolute;
  bottom: -1.5625vw;
  left: 50%;
  z-index: 20;
  display: flex;
  gap: 0.4166666667vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav {
    bottom: -30px;
    gap: 8px;
  }
}
.news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav .news-single-button-prev,
.news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav .news-single-button-next {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav .news-single-button-prev,
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav .news-single-button-next {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav .news-single-button-prev,
  .news-single-section .news-single-content-block .news-single-swiper-wrapper .news-single-nav .news-single-button-next {
    width: 48px;
    height: 48px;
  }
}
.news-single-section .news-single-content-block .news-single-image-block {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-image-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .news-single-image-block {
    height: auto;
    aspect-ratio: 335/396;
  }
}
.news-single-section .news-single-content-block .news-single-image-block .news-single-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-single-section .news-single-content-block .news-single-video {
  width: 100%;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .news-single-video {
    margin-bottom: 40px;
  }
}
.news-single-section .news-single-content-block .news-single-video .news-single-video-wrap {
  position: relative;
  padding-bottom: 52.5%;
  margin-top: 20px;
}
.news-single-section .news-single-content-block .news-single-video .news-single-video-wrap iframe,
.news-single-section .news-single-content-block .news-single-video .news-single-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: none;
}
.news-single-section .news-single-content-block .general-btn {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 1023px) {
  .news-single-section .news-single-content-block .general-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-section .news-single-content-block .general-btn {
    margin-top: 20px;
  }
}

.news-single-more-cards-section {
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .news-single-more-cards-section {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-more-cards-section {
    padding-bottom: 60px;
  }
}
.news-single-more-cards-section .news-single-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .news-single-more-cards-section .news-single-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .news-single-more-cards-section .news-single-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.news-single-more-cards-section .news-single-title {
  color: #5a4f53;
  margin-bottom: 2.0833333333vw;
  padding: 0 1.0416666667vw;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .news-single-more-cards-section .news-single-title {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-single-more-cards-section .news-single-title {
    text-align: center;
  }
}
.news-single-more-cards-section .news-single-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .news-single-more-cards-section .news-single-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
  .news-single-more-cards-section .news-single-list .news-item {
    padding: 0 0 20px;
    border-right: none;
  }
  .news-single-more-cards-section .news-single-list .news-item:last-child {
    padding: 0;
  }
}

.not-found-section {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .not-found-section {
    height: 100vh;
    min-height: 600px;
    padding-bottom: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-section {
    height: 100vh;
    min-height: unset;
    padding-bottom: 0;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 60px;
  }
}
.not-found-section .not-found-visual {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.not-found-section .not-found-visual .not-found-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.not-found-section .not-found-visual .not-found-sign-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 46.3541666667vw;
  pointer-events: none;
}
.not-found-section .not-found-visual .not-found-sign-wrapper .not-found-sign {
  width: 100%;
  height: auto;
}
.not-found-section .not-found-content {
  background-color: #8897b4;
  display: flex;
  align-items: center;
  padding: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .not-found-section .not-found-content {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-section .not-found-content {
    padding: 20px;
  }
}
.not-found-section .not-found-content .not-found-text-inner {
  margin: auto;
}
.not-found-section .not-found-content .not-found-text-inner .not-found-title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Black, #000);
  font-family: "FixelDisplay", sans-serif;
  font-size: 10.4166666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 160px */
  letter-spacing: -8px;
  color: #f5f6f1;
  margin-bottom: 1.0416666667vw;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}
@media screen and (max-width: 1023px) {
  .not-found-section .not-found-content .not-found-text-inner .not-found-title {
    margin-bottom: 20px;
    letter-spacing: normal;
  }
}
.not-found-section .not-found-content .not-found-text-inner .not-found-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .not-found-section .not-found-content .not-found-text-inner .not-found-text {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-section .not-found-content .not-found-text-inner .not-found-text {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.not-found-section .not-found-content .not-found-text-inner .not-found-text {
  color: #000;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 1023px) {
  .not-found-section .not-found-content .not-found-text-inner .not-found-text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .not-found-section .not-found-content .not-found-text-inner .not-found-text {
    margin-bottom: 20px;
  }
}
.not-found-section .not-found-content .not-found-text-inner .not-found-list {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .not-found-section .not-found-content .not-found-text-inner .not-found-list {
    gap: 16px;
  }
}

.progress-single {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .progress-single {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .progress-single {
    padding-top: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .progress-single .back-link {
    top: 20px;
    left: 8px;
  }
  .progress-single .back-link span {
    display: none;
  }
}
.progress-single .progress-single-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  width: 100%;
  margin: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-single-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    height: auto;
    max-height: none;
  }
}
.progress-single .progress-single-visual {
  position: sticky;
  top: 100px;
  height: calc(90vh - 100px);
  overflow: hidden;
  background-color: #f5f6f1;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-single-visual {
    position: relative;
    top: 0;
    height: 60.6060606061vw;
    overflow: hidden;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-single-visual {
    height: 520px;
  }
}
.progress-single .progress-single-visual .progress-single-swiper {
  width: 100%;
  height: 100%;
}
.progress-single .progress-single-visual .progress-single-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 5.2083333333vw;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-single-visual .progress-single-swiper .swiper-slide {
    padding: 0;
  }
}
.progress-single .progress-single-visual .progress-single-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.progress-single .progress-single-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  display: flex;
  gap: 0.4166666667vw;
  align-items: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-single-nav {
    gap: 8px;
  }
}
.progress-single .progress-single-nav .progress-single-button-prev,
.progress-single .progress-single-nav .progress-single-button-next {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #f5f6f1;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-single-nav .progress-single-button-prev,
  .progress-single .progress-single-nav .progress-single-button-next {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-single-nav .progress-single-button-prev,
  .progress-single .progress-single-nav .progress-single-button-next {
    width: 48px;
    height: 48px;
  }
}
.progress-single .progress-single-nav .progress-single-button-prev svg,
.progress-single .progress-single-nav .progress-single-button-next svg {
  fill: #000;
  transition: all 0.4s ease-in-out;
}
.progress-single .progress-single-nav .progress-single-button-prev:hover,
.progress-single .progress-single-nav .progress-single-button-next:hover {
  background-color: #5a4f53;
  border-color: #5a4f53;
}
.progress-single .progress-single-nav .progress-single-button-prev:hover svg,
.progress-single .progress-single-nav .progress-single-button-next:hover svg {
  fill: #f5f6f1;
}
.progress-single .progress-single-nav .progress-single-button-prev.swiper-button-disabled,
.progress-single .progress-single-nav .progress-single-button-next.swiper-button-disabled {
  pointer-events: none;
  background-color: #f5f6f1;
  border: 1px solid #000;
  opacity: 0.5;
}
.progress-single .progress-single-nav .progress-single-button-prev.swiper-button-disabled svg,
.progress-single .progress-single-nav .progress-single-button-next.swiper-button-disabled svg {
  fill: #000;
}
.progress-single .progress-text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 0;
  padding: 2.0833333333vw;
  overflow: visible;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block {
    padding: 40px;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-text-block {
    padding: 20px;
  }
}
.progress-single .progress-text-block .construction-date {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 0.5208333333vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .construction-date {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.progress-single .progress-text-block .construction-date .progress-month-year-block {
  display: flex;
  gap: 0.4166666667vw;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .construction-date .progress-month-year-block {
    gap: 8px;
  }
}
.progress-single .progress-text-block .construction-date .progress-day {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .construction-date .progress-day {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-text-block .construction-date .progress-day {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.progress-single .progress-text-block .construction-date .progress-day {
  color: #5a4f53;
}
.progress-single .progress-text-block .construction-date .progress-month,
.progress-single .progress-text-block .construction-date .progress-year {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .construction-date .progress-month,
  .progress-single .progress-text-block .construction-date .progress-year {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-text-block .construction-date .progress-month,
  .progress-single .progress-text-block .construction-date .progress-year {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.progress-single .progress-text-block .construction-date .progress-month,
.progress-single .progress-text-block .construction-date .progress-year {
  color: #000;
}
.progress-single .progress-text-block .wp-editor-styles {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  margin-bottom: 1.0416666667vw;
}
.progress-single .progress-text-block .progress-info-content {
  color: #000;
}
.progress-single .progress-text-block .progress-info-content .progress-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .progress-single .progress-text-block .progress-info-content .progress-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .progress-info-content .progress-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-text-block .progress-info-content .progress-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.progress-single .progress-text-block .progress-info-content .progress-text {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .progress-info-content .progress-text {
    margin-bottom: 20px;
  }
}
.progress-single .progress-text-block .progress-info-content .progress-list {
  padding-left: 1.0416666667vw;
  margin: 1.0416666667vw 0;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .progress-info-content .progress-list {
    padding-left: 20px;
    margin: 20px 0;
  }
}
.progress-single .progress-text-block .progress-info-content .progress-list .progress-item {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .progress-single .progress-text-block .progress-info-content .progress-list .progress-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .progress-info-content .progress-list .progress-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-text-block .progress-info-content .progress-list .progress-item {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.progress-single .progress-text-block .progress-info-content .progress-list .progress-item {
  position: relative;
  margin-bottom: 0.5208333333vw;
}
.progress-single .progress-text-block .progress-info-content .progress-list .progress-item::before {
  position: absolute;
  top: 50%;
  left: -12px;
  content: "•";
  transform: translateY(-50%);
}
.progress-single .progress-text-block .progress-single-link {
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .progress-single .progress-text-block .progress-single-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .progress-single .progress-text-block .progress-single-link {
    margin-top: unset;
  }
}

.progress-more-section {
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 1023px) {
  .progress-more-section {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .progress-more-section {
    padding-bottom: 60px;
  }
}
.progress-more-section .progress-more-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .progress-more-section .progress-more-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .progress-more-section .progress-more-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.progress-more-section .progress-more-title {
  color: #5a4f53;
  padding: 0 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .progress-more-section .progress-more-title {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .progress-more-section .progress-more-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.progress-more-section .progress-more-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .progress-more-section .progress-more-list {
    grid-template-columns: 1fr;
  }
}

.plannings__filter {
  width: calc(30% - var(--gap));
  border: 1px solid #000;
  padding: 2.0833333333vw 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .plannings__filter {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .plannings__filter {
    position: sticky;
    top: var(--header-h);
    max-height: calc(100vh - var(--header-h));
  }
}
@media screen and (max-width: 1023px) {
  .plannings__filter {
    width: 100%;
    padding-left: var(--page-side-fields);
    padding-right: var(--page-side-fields);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .plannings__filter {
    padding: 20px 40px;
    position: relative;
    border: 1px solid #000;
    width: 100%;
    background-color: #f5f6f1;
  }
}
.plannings__filter.collapsed .plannings__filter-title svg:nth-last-child(1) {
  display: block;
}
.plannings__filter.collapsed .plannings__filter-title svg:nth-last-child(2) {
  display: none;
}
.plannings__filter-image-label {
  height: 35px;
  width: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .plannings__filter-image-label {
    margin-right: 16px;
  }
}
.plannings__filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.plannings__filter-group > :first-child:not(img) {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1024px) {
  .plannings__filter-group > :first-child:not(img) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .plannings__filter-group > :first-child:not(img) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .plannings__filter-group {
    width: 100%;
  }
  .plannings__filter-group--range {
    width: calc(50% - var(--gap) * 0.5);
  }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
  .plannings__filter-group--range {
    width: calc(40% - var(--gap));
  }
}
@media screen and (max-width: 600px) {
  .plannings__filter-group--range {
    width: 100%;
  }
}
.plannings__filter-group-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .plannings__filter-group-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plannings__filter-group-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.plannings__filter-group-title {
  color: #000;
  margin-bottom: 0.625vw;
  text-transform: none;
}
.plannings__filter-group ~ .plannings__filter-group {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1023px) {
  .plannings__filter-group ~ .plannings__filter-group {
    width: 100%;
    margin-top: 32px;
  }
}
.plannings__filter .Range__item {
  margin-left: -12px;
  margin-right: -12px;
}

.planning-checkbox {
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.planning-checkbox span {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .planning-checkbox span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .planning-checkbox span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .planning-checkbox span {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.planning-checkbox span {
  color: #5a4f53;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid #5a4f53;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
.planning-checkbox input {
  display: none;
}
.planning-checkbox input:checked + span {
  background-color: #5a4f53;
  color: #f5f6f1;
}
@media (hover: hover) {
  .planning-checkbox:hover span {
    color: #f5f6f1;
    background-color: #5a4f53;
    transition: all 0.25s ease-in-out;
  }
}

.planning-reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  color: #000;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .planning-reset-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .planning-reset-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .planning-reset-button {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.planning-reset-button {
  margin-top: 1.6666666667vw;
  line-height: 150%;
}
.planning-reset-button svg {
  width: 1.0582010582vw;
  height: 1.0582010582vw;
}
@media screen and (min-width: 1512) {
  .planning-reset-button svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .planning-reset-button svg {
    width: 16px;
    height: 16px;
  }
}
.planning-reset-button svg [fill] {
  fill: #000;
}

.Range .irs {
  --irs-point: 15px;
  --irs-color-text: var(--color-black);
  --irs-color-bg-line: $white;
  --irs-color-bar: var(--color-black);
  --irs-color-point: $white;
  --irs-color-point-stroke: var(--color-black);
  margin-bottom: -20px;
}
@media screen and (min-width: 1441px) {
  .Range .irs {
    margin-bottom: -25px;
  }
}
.Range .irs--flat .irs-bar {
  height: 1px;
}
.Range {
  --input-width: 30%;
}
@media screen and (max-width: 1360px) and (min-width: 1024px) {
  .Range {
    --input-width: 80px;
  }
}
.Range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.Range__title {
  width: 100%;
  margin-bottom: var(--space-1);
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .Range__title {
    padding-left: var(--page-side-fields);
    padding-right: var(--page-side-fields);
  }
}
.Range__item {
  flex-grow: 1;
  margin: 0 var(--space-2);
  width: 100%;
}
.Range__input {
  width: var(--input-width);
  padding: var(--space-3);
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
  text-align: right;
  margin-bottom: 0.625vw;
  background-color: #f5f6f1;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .Range__input {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .Range__input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .Range__input {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.Range__input {
  transition: 0.25s ease-out;
  color: #000;
}
.Range__input--first {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .Range__input {
    padding-left: var(--page-side-fields);
    padding-right: var(--page-side-fields);
  }
}
.Range__input:focus {
  outline: none;
}

.mobile .Range {
  display: grid;
  grid-template-areas: "title input1 input2" "range range range";
  gap: var(--space-2);
  grid-template-columns: 74px 1fr 1fr;
}
.mobile .Range__title {
  grid-area: title;
}
.mobile .Range__item {
  grid-area: range;
}
.mobile .Range__input:first-of-type {
  grid-area: input1;
}
.mobile .Range__input:last-of-type {
  grid-area: input2;
}
.mobile .Range__input {
  width: 100%;
}

.irs {
  --irs-height: 40px;
  --irs-point: 15px;
  --irs-color-text: $white;
  --irs-color-bg-line: $white;
  --irs-color-bar: $white;
  --irs-color-point: $white;
  --irs-color-point-hover: $white;
  --irs-color-point-stroke: $white;
  height: var(--irs-height);
}
.irs--flat .irs-line {
  height: 1px;
  top: calc(var(--irs-point) / 2);
  background: #5a4f53;
}
.irs--flat .irs-bar {
  top: calc(var(--irs-point) / 2);
  height: 1px;
  background: var(--irs-color-bar);
}
.irs--flat .irs-handle {
  top: 0;
  width: var(--irs-point);
  height: var(--irs-point);
  border-radius: 50%;
  overflow: hidden;
  box-sizing: content-box;
  background-color: #f5f6f1;
  transition: transform 0.4s ease-in-out;
}
.irs--flat .irs-handle > i:first-child {
  width: 100%;
  position: static;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: #f5f6f1;
  border: 1px solid var(--irs-color-point-stroke);
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: var(--irs-color-text);
  font-size: var(--font14);
  line-height: 1.3em;
  top: calc(var(--irs-point) + 2px);
  background: none;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  display: none;
}

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

@media screen and (min-width: 1023px) {
  .irs--flat .irs-handle:hover {
    transform: scale(1.2);
  }
  .irs--flat .irs-handle:hover > i:first-child {
    background-color: var(--irs-color-point-hover);
  }
}
@media screen and (max-width: 1440px) {
  .irs {
    --irs-height: 35px;
  }
}
@media screen and (max-width: 680px) {
  .irs {
    --irs-height: 45px;
    --irs-point: 24px;
  }
  .irs--flat .irs-handle {
    top: calc(var(--irs-point) / 2);
    transform: translate(0%, -50%);
  }
}
.mobile.landscape .irs {
  --irs-height: 30px;
}

.plannings__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: max-content;
  gap: 20px;
  width: calc(70% - var(--gap));
}
@media screen and (max-width: 1600px) {
  .plannings__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .plannings__list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .plannings__list {
    width: 100%;
    padding-left: var(--page-side-fields);
    padding-right: var(--page-side-fields);
    grid-template-columns: repeat(1, 1fr);
  }
}

.empty-planning-list {
  width: 100%;
}
.empty-planning-list__text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .empty-planning-list__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .empty-planning-list__text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.empty-planning-list__text {
  color: #5a4f53;
}

.planning-card {
  text-decoration: none;
  color: var(--color-body-description);
  padding: 2.0833333333vw 1.0416666667vw;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out !important;
}
.planning-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .planning-card__top {
    flex-direction: column-reverse;
  }
}
.planning-card__image {
  padding: 1.0416666667vw;
  position: relative;
  margin-bottom: 0.625vw;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .planning-card__image {
    margin-bottom: 20px;
  }
}
.planning-card__image-label {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 26px;
  width: auto;
}
.planning-card__image-wrap {
  position: relative;
  padding-bottom: 100%;
}
.planning-card__image-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.planning-card__middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .planning-card__middle {
    gap: 16px;
    margin-bottom: 12px;
  }
}
.planning-card__middle__title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .planning-card__middle__title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .planning-card__middle__title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.planning-card__middle__title {
  color: #5a4f53;
}
.planning-card__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .planning-card__bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .planning-card__bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .planning-card__bottom {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.planning-card__bottom {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .planning-card__bottom {
    gap: 20px;
  }
}
.planning-card__bottom-group {
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .planning-card {
    transition: all 0.25s ease-in-out;
  }
  .planning-card:hover {
    border-color: #000;
  }
  .planning-card__image-wrap, .planning-card__image {
    transition: all 0.25s ease-in-out;
  }
  .planning-card:hover .planning-card__image-wrap {
    transform: scale(1.05);
  }
}

.plannings-section {
  padding: 140px 1.0416666667vw 7.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .plannings-section {
    padding: 100px 20px 40px;
  }
}
.plannings-section .plannings-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-size: 5.2083333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 100px */
  letter-spacing: -6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .plannings-section .plannings-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 767px) {
  .plannings-section .plannings-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
.plannings-section .plannings-title {
  color: #5a4f53;
  margin-bottom: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .plannings-section .plannings-title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .plannings-section .plannings-title {
    margin-top: 10px;
  }
}
.plannings-section .plannings__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  --gap: 20px;
  gap: var(--gap);
  background-color: #f5f6f1;
}
.plannings-section .plannings__load-more {
  width: calc(75% - var(--gap));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  flex-direction: column;
  row-gap: 42px;
}
.plannings-section .plannings__load-more .incredible-button {
  margin-top: 0;
}
.plannings-section .plannings__load-more > * {
  margin-top: calc(var(--section-v-offset) * 0.5);
}
@media screen and (max-width: 1024px) {
  .plannings-section .plannings__load-more {
    width: 100%;
    margin: auto;
  }
}

.single-flat__top {
  display: flex;
  flex-wrap: wrap;
  grid-area: top;
  row-gap: 40px;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .single-flat__top {
    margin-bottom: 40px;
  }
}
.single-flat__top .single-flat-back-button {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .single-flat__top .single-flat-back-button {
    width: auto;
  }
}
.single-flat__title-tabs-block {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .single-flat__title-tabs-block {
    gap: 20px;
  }
}
.single-flat__title {
  display: flex;
  gap: 0.8333333333vw;
  align-items: center;
  margin-top: 2.0833333333vw;
  color: #5a4f53;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .single-flat__title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1023px) {
  .single-flat__title {
    gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__title {
    margin-top: 80px;
  }
}
.single-flat__tabs {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.single-flat__images {
  display: flex;
  flex-wrap: wrap;
  grid-area: img;
  place-content: flex-start center;
  align-items: flex-start;
}
.single-flat__image-block {
  width: 100%;
}
.single-flat__image-block-wrap {
  position: relative;
  padding-bottom: 50vh;
}
@media screen and (max-width: 600px) {
  .single-flat__image-block-wrap {
    padding-bottom: 100%;
  }
}
.single-flat__image-block-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-flat__info {
  display: flex;
  flex-direction: column;
  grid-area: info1;
  gap: 1.4583333333vw;
  align-items: center;
  padding-right: 1.0416666667vw;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .single-flat__info {
    gap: 28px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__info {
    gap: 20px;
  }
}
.single-flat__info .button-primary {
  justify-content: center;
  width: 100%;
}
.single-flat__info .hide-on-mobile {
  width: 100%;
}
.single-flat__info__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background: #f5f6f1;
  border: 1px solid #d4d1ca;
  border-radius: 100px;
}
@media screen and (max-width: 1023px) {
  .single-flat__info__label {
    width: 76px;
    height: 76px;
  }
}
.single-flat__info__label__num {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .single-flat__info__label__num {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__info__label__num {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.single-flat__info__label__num {
  color: #000;
}
.single-flat__info__label__desc {
  font-family: "FixelDisplay", sans-serif;
  font-size: 0.9259259259vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.56px;
}
@media screen and (min-width: 1512) {
  .single-flat__info__label__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .single-flat__info__label__desc {
    font-size: 14px;
  }
}
.single-flat__info__label__desc {
  color: #000;
}
.single-flat__info__icon-sign {
  width: 3.6458333333vw;
  height: 0.8333333333vw;
  margin: 0 auto;
  fill: #8897b4;
}
@media screen and (max-width: 1023px) {
  .single-flat__info__icon-sign {
    width: 70px;
    height: 16px;
  }
}
.single-flat__info-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-flat__info-group .button-main {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single-flat__info-group .button-main {
    width: 89vw;
  }
}
.single-flat__info-group__description {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .single-flat__info-group__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .single-flat__info-group__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__info-group__description {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.single-flat__info2 {
  grid-area: info2;
}
@media screen and (max-width: 1023px) {
  .single-flat__info2 {
    padding-right: 74px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .single-flat__info2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .single-flat__info2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .single-flat__info2 .button-main {
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-flat__info2-group {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .single-flat__info2-group {
    margin-bottom: 20px;
  }
}
.single-flat__info2-group .button-main {
  border-color: #5a4f53;
}
.single-flat__info2-group .button-main .general-text {
  color: #5a4f53;
}
@media screen and (max-width: 767px) {
  .single-flat__info2-group .button-main {
    width: 89vw;
  }
}
.single-flat__info2-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.single-flat__info2-row__title {
  max-width: 220px;
}
.single-flat__info2-row__value {
  min-width: 50px;
  text-align: right;
}
.single-flat__info2-row__title, .single-flat__info2-row__value {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .single-flat__info2-row__title, .single-flat__info2-row__value {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .single-flat__info2-row__title, .single-flat__info2-row__value {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__info2-row__title, .single-flat__info2-row__value {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.single-flat__info2-row__title, .single-flat__info2-row__value {
  color: #000;
}

.s3d-pdf-popup {
  font-family: "FixelDisplay", sans-serif;
}
.s3d-pdf-popup .pdf-icon {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 30px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.s3d-pdf-popup .swal2-popup {
  width: auto !important;
  padding: 48px 0;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0;
}
.s3d-pdf-popup .swal2-close {
  position: absolute;
  transition: all 0.35s ease-in-out;
}
.s3d-pdf-popup .swal2-close:hover {
  transform: rotate(180deg);
}
.s3d-pdf-popup .swal2-title {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .s3d-pdf-popup .swal2-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .s3d-pdf-popup .swal2-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.s3d-pdf-popup .swal2-title::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 50px;
  height: 1px;
  content: "";
  background-color: #d1d9e1;
  transform: translate(-50%, 0);
}
.s3d-pdf-popup .swal2-actions {
  margin: 0;
}
.s3d-pdf-popup .swal2-actions button {
  padding: 20px 32px;
  color: #f5f6f1;
  background-color: #5a4f53;
  border: 1px solid #5a4f53;
  border-radius: 128px;
}
.s3d-pdf-popup .swal2-actions button svg {
  stroke: #f5f6f1;
}
.s3d-pdf-popup .swal2-actions button:hover {
  color: #000;
}
.s3d-pdf-popup .swal2-actions button:hover svg {
  stroke: #000;
}
.s3d-pdf-popup .swal2-actions button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.s3d-pdf-popup .swal2-actions button a span {
  margin-left: 12px;
}
.s3d-pdf-popup .swal2-confirm {
  font-weight: 300;
  color: var(--color-black);
  background: var(--color-gradient);
  border-color: var(--border-brand-900);
}
.s3d-pdf-popup .swal2-confirm:hover {
  background: var(--color-yellow) !important;
  background-image: none !important;
  border-color: var(--border-brand-900);
}
.s3d-pdf-popup .swal2-confirm a {
  color: inherit;
  text-decoration: none;
}

.toastify {
  color: var(--color-black);
  background: var(--color-yellow);
  border-radius: 8px;
}

.installment-block__content {
  padding: 0 1.0416666667vw 5.2083333333vw;
  -moz-column-gap: 7.2916666667vw;
       column-gap: 7.2916666667vw;
  row-gap: 1.0416666667vw;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "title text" "img text";
}
@media screen and (max-width: 1023px) {
  .installment-block__content {
    grid-template-areas: "title" "img" "text";
    grid-template-columns: 1fr;
    padding: 0 20px 80px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .installment-block__content {
    row-gap: 20px;
  }
}
.installment-block__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .installment-block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .installment-block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .installment-block__text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.installment-block__text {
  color: #000;
}
.installment-block__text button {
  margin-top: 2.0833333333vw;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 1023px) {
  .installment-block__text button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .installment-block__text button {
    margin-top: 0;
  }
}
.installment-block__title {
  grid-area: title;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .installment-block__title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .installment-block__title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.installment-block__title {
  color: #5a4f53;
}
@media screen and (max-width: 1023px) {
  .installment-block__title {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .installment-block__title {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.44px;
  }
}
.installment-block__img {
  grid-area: img;
  overflow: hidden;
  max-width: 58.3333333333vw;
}
@media screen and (max-width: 1023px) {
  .installment-block__img {
    aspect-ratio: 728/460;
    max-width: 100%;
  }
}
.installment-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-flat-slider {
  padding: 1.0416666667vw;
}
@media screen and (max-width: 1023px) {
  .single-flat-slider {
    padding: 0;
  }
}
.single-flat-slider .swiper-container {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .single-flat-slider .swiper-container {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.single-flat-slider__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.0833333333vw;
}
.single-flat-slider__title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .single-flat-slider__title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .single-flat-slider__title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.single-flat-slider__title {
  color: #5a4f53;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .single-flat-slider__title {
    font-family: "FixelDisplay", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -1.44px;
  }
}
.single-flat-slider .single-flat-slider-nav {
  position: static;
}

.single-flat {
  padding-top: 100px;
  padding-bottom: 7.2916666667vw;
}
@media screen and (max-width: 1023px) {
  .single-flat {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .single-flat {
    padding-bottom: 60px;
  }
}
.single-flat__content {
  position: relative;
  display: grid;
  grid-template-areas: "top top top" "info2 img info1";
  grid-template-columns: 1fr 3fr 1fr;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 1441px) {
  .single-flat__content {
    grid-template-columns: 1fr 3fr 1fr;
  }
}
@media screen and (max-width: 1240px) {
  .single-flat__content {
    grid-template-columns: 1fr 2.5fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .single-flat__content {
    grid-template-areas: "top top" "img img" "info2 info1";
    grid-template-columns: 1fr 1fr;
    gap: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .single-flat__content {
    grid-template-areas: "top" "img" "info1" "info2";
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}
.single-flat__content .installment-block {
  grid-column: 1/4;
  margin-top: 100px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .single-flat__content .installment-block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .single-flat__content .installment-block {
    margin-top: 40px;
  }
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2604166667vw 0.625vw;
  color: #5a4f53;
  border: 1px solid #5a4f53;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .tab {
    padding: 5px 12px;
  }
}
.tab:not(.active) {
  cursor: pointer;
}
.tab:hover {
  color: #f5f6f1;
  background-color: #5a4f53;
  border-color: #5a4f53;
}
.tab.active {
  color: #f5f6f1;
  pointer-events: none;
  background-color: #5a4f53;
  border-color: #5a4f53;
}:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

.call-popup-block .call-popup-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.call-popup-block .call-popup-title {
  color: #000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.call-popup-block .call-popup-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .call-popup-block .call-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.call-popup-block .call-popup-text {
  color: #000;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .call-popup-block .call-popup-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .call-popup-block .call-popup-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

.backdrop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.backdrop.is-open {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  pointer-events: auto;
}
.backdrop.is-open .popup-content {
  transform: translateX(0);
}
.backdrop.js-inited .popup-content {
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.backdrop .popup-content {
  position: relative;
  top: 0;
  right: 0;
  background-color: #8897b4;
  height: 100%;
  padding: 5.2083333333vw 3.125vw;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 34.3915343915vw;
}
@media screen and (min-width: 1512) {
  .backdrop .popup-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content {
    max-width: 480px;
    padding: 60px;
  }
  .backdrop .popup-content.popup-menu {
    width: 580px;
    padding: 100px 60px;
  }
}
@media screen and (max-width: 767px) {
  .backdrop .popup-content {
    padding: 60px 20px;
  }
  .backdrop .popup-content.popup-menu {
    width: 580px;
    padding: 72px 20px;
  }
}
.backdrop .popup-content .close-btn {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  overflow: hidden;
  position: absolute;
  top: 1.8229166667vw;
  right: 1.0416666667vw;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .close-btn {
    top: 20px;
    right: 20px;
  }
}
.backdrop .popup-content .close-btn .close-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .close-btn .close-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .backdrop .popup-content .close-btn .close-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.backdrop .popup-content .close-btn .close-text {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .close-btn .close-text {
    font-size: 20px;
  }
}
.backdrop .popup-content .close-btn .close-text.real {
  display: block;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  transform: translateY(0%);
}
.backdrop .popup-content .close-btn .close-text.fake {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(105%);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
.backdrop .popup-content .close-btn:hover .close-text.real {
  transform: translateY(-105%);
}
.backdrop .popup-content .close-btn:hover .close-text.fake {
  transform: translateY(0%);
}
.backdrop .popup-content .close-btn .close-icon {
  position: relative;
  overflow: hidden;
  display: block;
}
.backdrop .popup-content .popup-sign-block {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 24.7395833333vw;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .backdrop .popup-content .popup-sign-block {
    max-width: 27.3704789834vw;
  }
}
@media screen and (max-width: 767px) {
  .backdrop .popup-content .popup-sign-block {
    max-width: 475px;
  }
}
.backdrop .popup-content .popup-sign-block .popup-sign {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.backdrop.popup-form .popup-content, .backdrop.popup-callback .popup-content {
  max-width: 26.0416666667vw;
}:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

.contacts-section {
  padding: 0 1.0416666667vw 2.0833333333vw;
  height: auto;
  display: grid;
  grid-template-columns: 1.75fr 1.5fr 1fr;
}
@media screen and (max-width: 1023px) {
  .contacts-section {
    grid-template-columns: minmax(0, 1fr);
    padding: 0 20px 40px;
  }
}
.contacts-section .contacts-block {
  padding: 1.5625vw;
  border: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block {
    padding: 5.8651026393vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts-section .contacts-block {
    padding: 1.5625vw;
  }
}
.contacts-section .contacts-block .contacts-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .contacts-title {
    font-size: 48px;
    letter-spacing: -2.88px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .contacts-title {
    font-size: 36px;
    letter-spacing: -2.16px;
    text-transform: uppercase;
  }
}
.contacts-section .contacts-block .contacts-title {
  color: #5a4f53;
  margin-bottom: 3.2291666667vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .contacts-title {
    margin-bottom: 40px;
  }
}
.contacts-section .contacts-block .address-list {
  display: flex;
  align-items: stretch;
  gap: 2.0833333333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list {
    flex-direction: column;
  }
}
.contacts-section .contacts-block .address-list .address-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
.contacts-section .contacts-block .address-list .address-item .address-title,
.contacts-section .contacts-block .address-list .address-item .schedule-title,
.contacts-section .contacts-block .address-list .address-item .phone-email-title,
.contacts-section .contacts-block .address-list .address-item .social-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-title,
  .contacts-section .contacts-block .address-list .address-item .schedule-title,
  .contacts-section .contacts-block .address-list .address-item .phone-email-title,
  .contacts-section .contacts-block .address-list .address-item .social-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list .address-item .address-title,
  .contacts-section .contacts-block .address-list .address-item .schedule-title,
  .contacts-section .contacts-block .address-list .address-item .phone-email-title,
  .contacts-section .contacts-block .address-list .address-item .social-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-title,
.contacts-section .contacts-block .address-list .address-item .schedule-title,
.contacts-section .contacts-block .address-list .address-item .phone-email-title,
.contacts-section .contacts-block .address-list .address-item .social-title {
  color: #5a4f53;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-title,
  .contacts-section .contacts-block .address-list .address-item .schedule-title,
  .contacts-section .contacts-block .address-list .address-item .phone-email-title,
  .contacts-section .contacts-block .address-list .address-item .social-title {
    margin-bottom: 10px;
  }
}
.contacts-section .contacts-block .address-list .address-item .social-block {
  margin-top: 2.0833333333vw;
}
.contacts-section .contacts-block .address-list .address-item .schedule-phone-email-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .schedule-phone-email-block {
    gap: 40px;
    margin-top: 40px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block,
.contacts-section .contacts-block .address-list .address-item .phone-block,
.contacts-section .contacts-block .address-list .address-item .email-block,
.contacts-section .contacts-block .address-list .address-item .social-link {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block,
  .contacts-section .contacts-block .address-list .address-item .phone-block,
  .contacts-section .contacts-block .address-list .address-item .email-block,
  .contacts-section .contacts-block .address-list .address-item .social-link {
    gap: 16px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block svg,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block svg,
.contacts-section .contacts-block .address-list .address-item .phone-block svg,
.contacts-section .contacts-block .address-list .address-item .email-block svg,
.contacts-section .contacts-block .address-list .address-item .social-link svg {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #5a4f53;
  flex-shrink: 0;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .phone-block svg,
  .contacts-section .contacts-block .address-list .address-item .email-block svg,
  .contacts-section .contacts-block .address-list .address-item .social-link svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block svg,
  .contacts-section .contacts-block .address-list .address-item .phone-block svg,
  .contacts-section .contacts-block .address-list .address-item .email-block svg,
  .contacts-section .contacts-block .address-list .address-item .social-link svg {
    width: 24px;
    height: 24px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .phone-block p,
.contacts-section .contacts-block .address-list .address-item .phone-block a,
.contacts-section .contacts-block .address-list .address-item .phone-block span,
.contacts-section .contacts-block .address-list .address-item .email-block p,
.contacts-section .contacts-block .address-list .address-item .email-block a,
.contacts-section .contacts-block .address-list .address-item .email-block span,
.contacts-section .contacts-block .address-list .address-item .social-link p,
.contacts-section .contacts-block .address-list .address-item .social-link a,
.contacts-section .contacts-block .address-list .address-item .social-link span {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .phone-block p,
  .contacts-section .contacts-block .address-list .address-item .phone-block a,
  .contacts-section .contacts-block .address-list .address-item .phone-block span,
  .contacts-section .contacts-block .address-list .address-item .email-block p,
  .contacts-section .contacts-block .address-list .address-item .email-block a,
  .contacts-section .contacts-block .address-list .address-item .email-block span,
  .contacts-section .contacts-block .address-list .address-item .social-link p,
  .contacts-section .contacts-block .address-list .address-item .social-link a,
  .contacts-section .contacts-block .address-list .address-item .social-link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .phone-block p,
  .contacts-section .contacts-block .address-list .address-item .phone-block a,
  .contacts-section .contacts-block .address-list .address-item .phone-block span,
  .contacts-section .contacts-block .address-list .address-item .email-block p,
  .contacts-section .contacts-block .address-list .address-item .email-block a,
  .contacts-section .contacts-block .address-list .address-item .email-block span,
  .contacts-section .contacts-block .address-list .address-item .social-link p,
  .contacts-section .contacts-block .address-list .address-item .social-link a,
  .contacts-section .contacts-block .address-list .address-item .social-link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
  .contacts-section .contacts-block .address-list .address-item .phone-block p,
  .contacts-section .contacts-block .address-list .address-item .phone-block a,
  .contacts-section .contacts-block .address-list .address-item .phone-block span,
  .contacts-section .contacts-block .address-list .address-item .email-block p,
  .contacts-section .contacts-block .address-list .address-item .email-block a,
  .contacts-section .contacts-block .address-list .address-item .email-block span,
  .contacts-section .contacts-block .address-list .address-item .social-link p,
  .contacts-section .contacts-block .address-list .address-item .social-link a,
  .contacts-section .contacts-block .address-list .address-item .social-link span {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .address-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block p,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block a,
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block span,
.contacts-section .contacts-block .address-list .address-item .phone-block p,
.contacts-section .contacts-block .address-list .address-item .phone-block a,
.contacts-section .contacts-block .address-list .address-item .phone-block span,
.contacts-section .contacts-block .address-list .address-item .email-block p,
.contacts-section .contacts-block .address-list .address-item .email-block a,
.contacts-section .contacts-block .address-list .address-item .email-block span,
.contacts-section .contacts-block .address-list .address-item .social-link p,
.contacts-section .contacts-block .address-list .address-item .social-link a,
.contacts-section .contacts-block .address-list .address-item .social-link span {
  color: #000;
  text-decoration: none;
}
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block {
  align-items: flex-start;
}
.contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block .schedule-text-block {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .schedule-icon-text-block .schedule-text-block {
    gap: 6px;
  }
}
.contacts-section .contacts-block .address-list .address-item .address-link {
  display: inline-block;
  margin-top: 0.5208333333vw;
  padding: 0.8333333333vw 1.4583333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .address-item .address-link {
    margin-top: 10px;
    padding: 16px 28px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list {
    gap: 12px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link {
  display: block;
  text-decoration: none;
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-link-content {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 1.5873015873vw;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-link-content {
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-link-content {
    height: 24px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner {
    gap: 10px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-icon {
  width: 1.5873015873vw;
  height: 1.5873015873vw;
  fill: #5a4f53;
  flex-shrink: 0;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-icon {
    width: 24px;
    height: 24px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-block .address-list .contacts-social-list .contacts-social-item .contacts-social-link .contacts-social-item-inner .contacts-social-text {
  color: #000;
}
.contacts-section .contacts-map-block {
  position: relative;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-map-block {
    min-height: 650px;
    border-top: 0;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-map-block {
    min-height: 420px;
  }
}
.contacts-section .contacts-map-block iframe {
  width: 100%;
  height: 99%;
  display: block;
  border: none;
}
.contacts-section .contacts-map-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.contacts-section .contacts-map-block.is-active::after {
  display: none;
}
.contacts-section .contacts-form-block {
  background-color: #8897b4;
  padding: 1.5625vw 2.9166666667vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block {
    padding: 9.7751710655vw 5.8651026393vw;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block {
    padding: 40px 28px;
  }
}
.contacts-section .contacts-form-block .form-title {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.16px;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.contacts-section .contacts-form-block .form-title {
  color: #000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.125vw;
    font-size: 5.2083333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 100px */
    letter-spacing: -6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 64px;
    letter-spacing: -3.84px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 42px;
    letter-spacing: -2.52px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-title {
    font-size: 36px;
  }
}
.contacts-section .contacts-form-block .form-description {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.contacts-section .contacts-form-block .form-description {
  color: #000;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-description {
    font-family: "FixelDisplay", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.8px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .contacts-section .contacts-form-block .form-description {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .contacts-form-link {
    margin: auto;
  }
}
.contacts-section .contacts-form-block .success-popup-block {
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: #8897b4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5625vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-title-text-block {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-link {
    margin: 0 auto;
  }
}
.contacts-section .contacts-form-block .success-popup-block.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-title {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-section .contacts-form-block .success-popup-block .success-popup-text {
    font-size: 20px;
  }
}
.contacts-section .contacts-form-block .success-popup-block .popup-sign-block,
.contacts-section .contacts-form-block .success-popup-block .success-popup-image-block {
  display: none;
}
.contacts-section .form__policy-wrapper {
  max-width: 320px;
}:root {
  --color-ffffff: rgba(255, 255, 255, 1);
  --color-white: rgba(219, 226, 234, 1);
  --color-body-description: rgba(153, 159, 164, 1);
  --color-gray: rgba(77, 88, 88, 1);
  --color-red: rgba(228, 3, 44, 1);
  --color-black: rgba(16, 24, 32, 1);
  --color-deep-black: rgba(9, 16, 22, 1);
  --page-side-fields: 20px;
  --section-v-offset: 200px;
  --header-h: 88px;
}

.text-style-1920-h-1 {
  font-size: 120px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-1 {
    font-size: min(120px, pxWidthInVw(120));
  }
}
.text-style-1920-h-1 {
  font-family: Inter Tight;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-2 {
  font-size: 60px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-2 {
    font-size: min(60px, pxWidthInVw(60));
  }
}
.text-style-1920-h-2 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-3 {
  font-size: 36px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-3 {
    font-size: min(36px, pxWidthInVw(36));
  }
}
.text-style-1920-h-3 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-h-4 {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-h-4 {
    font-size: min(24px, pxWidthInVw(24));
  }
}
.text-style-1920-h-4 {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-body {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-body {
    font-size: min(16px, pxWidthInVw(16));
  }
}
.text-style-1920-body {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-tiny {
  font-size: 12px;
  font-family: Inter Tight;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
}

.text-style-1920-decorative {
  font-size: 100px;
}
@media screen and (min-width: 1025px) {
  .text-style-1920-decorative {
    font-size: min(100px, pxWidthInVw(100));
  }
}
.text-style-1920-decorative {
  font-family: Comforter;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-1 {
    font-size: 60px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-2 {
    font-size: 48px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-3 {
    font-size: 24px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-h-4 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .text-style-768-decorative {
    font-size: 64px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-1 {
    font-size: 40px;
    font-family: Inter Tight;
    font-weight: 500;
    font-style: normal;
    line-height: 90%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-2 {
    font-size: 28px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-h-3 {
    font-size: 20px;
    font-family: Inter Tight;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

@media screen and (max-width: 600px) {
  .text-style-375-decorative {
    font-size: 40px;
    font-family: Comforter;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
  }
}

.footer {
  padding: 0.8333333333vw 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 40px 20px 16px;
  }
}
.footer .footer-privacy-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-privacy-policy .privacy-site-text-block {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .privacy-site-text-block {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .privacy-site-text-block {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
}
.footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.footer .footer-privacy-policy .privacy-site-text-block .privacy-text {
  color: #000;
}
.footer .footer-privacy-policy .up-link-dev-logo-block {
  display: flex;
  align-items: flex-end;
  gap: 13.5416666667vw;
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link-dev-logo-block {
    gap: 204px;
  }
}
.footer .footer-privacy-policy .up-link {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  margin-right: 13.5416666667vw;
}
.footer .footer-privacy-policy .up-link:hover .up-icon-wrapper {
  background-color: #5a4f53;
}
.footer .footer-privacy-policy .up-link:hover .up-icon-wrapper .up-icon {
  fill: #f5f6f1;
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link {
    gap: 12px;
    margin-right: 206px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .up-link {
    margin-right: 80px;
  }
}
.footer .footer-privacy-policy .up-link .up-icon-wrapper {
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link .up-icon-wrapper {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .up-link .up-icon-wrapper {
    width: 48px;
    height: 48px;
  }
}
.footer .footer-privacy-policy .up-link .up-icon-wrapper .up-icon {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.36, 1, 0.86, 1);
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link .up-icon-wrapper .up-icon {
    width: 24px;
    height: 24px;
  }
}
.footer .footer-privacy-policy .up-link .up-link-text {
  font-family: "FixelDisplay", sans-serif;
  font-size: 1.0582010582vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1512) {
  .footer .footer-privacy-policy .up-link .up-link-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-privacy-policy .up-link .up-link-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-privacy-policy .up-link .up-link-text {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.footer .footer-privacy-policy .up-link .up-link-text {
  color: #000;
}
.footer .dev-logo {
  position: absolute;
  right: 0.5208333333vw;
  bottom: 0;
  width: 44px;
  height: 40px;
  display: block;
  line-height: 0;
}
.footer .dev-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .dev-logo-icon {
  width: 44px;
  height: 40px;
}/**
 * Swiper 12.0.3
 * 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: October 21, 2025
 */

: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-slide,
  .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 */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .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-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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-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 */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.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:.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:.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:24px;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}