/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/*!
 * 
        Theme Name: RA Delta
 *         Author: RA Delta
 *         Version: 2.0
 *         Author URI: https://ra-delta.ru/
 *       
 */
@charset "UTF-8";
:root {
  --color-pink: #f34c58;
  --color-green: #59fa83;
}

/* Смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
/* Мышь, тачпад */
/* Дополнительно: устройства с hover, но грубым указателем */
/* Устройства с сенсорным экраном, с которым работают стилусом */
@font-face {
  font-family: "Bounded";
  src: local("Bounded-Variable"), url(../fonts/Bounded-Variable.woff2) format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Regular"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Medium"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-SemiBold"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  background-color: #1e1c20;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

canvas {
  position: absolute;
  touch-action: none;
  opacity: 0.04;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  box-sizing: border-box;
}
* *:before,
* *:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}

body,
button,
a,
input,
textarea,
label {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

html {
  min-height: 100vh;
  min-width: 360px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 5.5556vw;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 6.7708333333vw;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: min(75vw, 2320px);
    padding: 0 0.8333333333vw;
  }
}

.ripple {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  width: 0;
  height: 0;
  transform: scale(0);
  transition: none;
}

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

textarea.auto-expand {
  resize: none;
  overflow: hidden;
  min-height: 1lh;
}

@keyframes rotateBullet {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section {
  padding: 22.7777777778vw 0 13.8888888889vw;
}
@media (min-width: 768px) {
  .section {
    padding: 18.2291666667vw 0 9.1145833333vw;
  }
}
@media (min-width: 1280px) {
  .section {
    padding: 9.375vw 4.9479166667vw 3.3333333333vw;
  }
}
.section__heading {
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
}
@media (min-width: 768px) {
  .section__heading {
    gap: 5.078125vw;
  }
}
@media (min-width: 1280px) {
  .section__heading {
    gap: 3.2291666667vw;
  }
}
.section__heading--horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 9.7222222222vw;
}
@media (min-width: 768px) {
  .section__heading--horizontal {
    display: grid;
    grid-template-columns: 1fr;
  }
  .section__heading--horizontal > * {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 1280px) {
  .section__heading--horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 4.4444444444vw;
  line-height: 6.6666666667vw;
  font-weight: 600;
  white-space: nowrap;
  color: #f34c58;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .section__title {
    font-size: 1.25vw;
    line-height: 1.25vw;
  }
}
.section__subtitle {
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 7.2222222222vw;
  line-height: 9.4444444444vw;
}
@media (min-width: 768px) {
  .section__subtitle {
    font-size: 6.25vw;
    line-height: 7.2916666667vw;
  }
}
@media (min-width: 1280px) {
  .section__subtitle {
    font-size: 4.1666666667vw;
    line-height: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .section__subtitle {
    display: flex;
    flex-wrap: wrap;
    gap: 0 min(1.25vw, 30px);
  }
}
.section__subtitle[data-init-color=pink] .section__subtitle-word--in-colored {
  color: #f34c58;
}
.section__subtitle[data-init-color=green] .section__subtitle-word--in-colored {
  color: #59fa83;
}
.section__subtitle-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  transition: color 300ms ease-out;
}
.section__subtitle-word span {
  display: inline-block;
}
.section__heading--horizontal .section__subtitle {
  margin-top: -1.1111111111vw;
  text-align: right;
}
@media (min-width: 768px) {
  .section__heading--horizontal .section__subtitle {
    margin: 0;
    padding-left: 13.1510416667vw;
  }
}
@media (min-width: 1280px) {
  .section__heading--horizontal .section__subtitle {
    align-items: flex-end;
    margin-top: -1.1979166667vw;
    padding-left: min(10.4166666667vw, 240px);
  }
}
.section--white {
  background-color: #f5f5f5;
}
.section--dark {
  background-color: #1e1c20;
}
.section--dark .section__subtitle {
  color: #f5f5f5;
}

[data-interactive-bg] {
  position: relative;
}

.hero {
  background-color: #1e1c20;
  padding: 45.222222vw 0 33.3333333333vw;
  --title-rows-between-padding: 0.277777777777778vw;
}
@media (min-width: 768px) {
  .hero {
    padding: 25.5208333333vw 0 18.2291666667vw;
    --title-rows-between-padding: 1.295875vw;
  }
}
@media (min-width: 1280px) {
  .hero {
    display: flex;
    min-height: 100vh;
    padding: min(26.1111111111vh, 400px) 0 min(20.0925925926vh, 278px);
    --title-rows-between-padding: 0;
  }
}
@media (min-width: 1280px) {
  .hero .container {
    flex: 1;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27.7777777778vw;
}
@media (min-width: 768px) {
  .hero__content {
    gap: 11.4583333333vw;
  }
}
@media (min-width: 1280px) {
  .hero__content {
    gap: min(12.962962963vh, 172px);
  }
}
.hero__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
}
body.is-loading .hero__heading {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .hero__heading {
    gap: 3.0833333333vw;
  }
}
@media (min-width: 1280px) {
  .hero__heading {
    gap: clamp(0px, 0.3125vw, 6px);
  }
}
.hero__title {
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
}
.hero__title-line {
  display: block;
  width: 100%;
}
@media (min-width: 1280px) {
  .hero__title-line {
    white-space: nowrap;
  }
}
.hero__title-line span {
  display: inline-block;
}
.hero__title-line-wrap {
  overflow: hidden;
}
.hero__title-line-wrap:nth-child(1) {
  padding-bottom: var(--title-rows-between-padding);
}
.hero__title-line-wrap:nth-child(2) {
  padding-top: var(--title-rows-between-padding);
}
.hero__title-line--1 {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0.8333333333vw;
  transform-origin: 0%;
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 8.8888888889vw;
  line-height: 10vw;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .hero__title-line--1 {
    font-family: "Bounded", sans-serif;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 7.03125vw;
    line-height: 7.5520833333vw;
    letter-spacing: 0;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .hero__title-line--1 {
    font-family: "Bounded", sans-serif;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: min(5.7291666667vw, 170px);
    line-height: min(6.1458333333vw, 172px);
  }
}
.hero__title-line--2 {
  transform-origin: 100%;
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 8.3333333333vw;
  line-height: 10vw;
  letter-spacing: 0.02em;
  text-align: right;
}
@media (min-width: 768px) {
  .hero__title-line--2 {
    font-family: "Bounded", sans-serif;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 6.7708333333vw;
    line-height: 7.2916666667vw;
    letter-spacing: 0;
  }
}
@media (min-width: 1280px) {
  .hero__title-line--2 {
    font-family: "Bounded", sans-serif;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: min(5.7291666667vw, 170px);
    line-height: min(8.5416666667vw, 166px);
  }
}
.hero__caption {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 5vw;
  line-height: 6.6666666667vw;
  text-align: right;
  color: #f34c58;
}
@media (min-width: 768px) {
  .hero__caption {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.8645833333vw;
    line-height: 4.1666666667vw;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1280px) {
  .hero__caption {
    padding-right: clamp(1px, 7.5vw, 144px);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: clamp(22px, 1.4583333333vw, 28px);
    line-height: clamp(32px, 1.6666666667vw, 32px);
    letter-spacing: 0.05em;
  }
}
.hero__digits-grid {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.is-loading .hero__btn {
  opacity: 0;
  pointer-events: none;
}

.stats {
  padding: 0 0 22.2222222222vw;
  background-color: #1e1c20;
}
@media (min-width: 768px) {
  .stats {
    padding: 0 0 18.2291666667vw;
  }
}
@media (min-width: 1280px) {
  .stats {
    padding: min(5.1041666667vw, 98px) 0 min(9.375vw, 180px);
  }
}
.stats .container {
  display: flex;
  flex-direction: column;
  gap: 16.1111111111vw;
}
@media (min-width: 768px) {
  .stats .container {
    gap: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .stats .container {
    gap: 4.0625vw;
  }
}
.stats__grid {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30vw 13.3333333333vw;
}
.stats__grid::before, .stats__grid::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 2px;
  background-color: #59fa83;
}
@media (min-width: 1280px) {
  .stats__grid::before, .stats__grid::after {
    display: none;
  }
}
.stats__grid::before {
  top: 44.4444444444vw;
}
@media (min-width: 768px) {
  .stats__grid::before {
    top: 27.34375vw;
  }
}
.stats__grid::after {
  bottom: -15vw;
}
@media (min-width: 768px) {
  .stats__grid::after {
    bottom: -8.59375vw;
  }
}
@media (min-width: 768px) {
  .stats__grid {
    gap: 17.1875vw 13.0208333333vw;
  }
}
@media (min-width: 1280px) {
  .stats__grid {
    gap: 0;
  }
}
.stats__line {
  display: block;
  width: 100%;
  background-color: #59fa83;
}
@media (min-width: 1280px) {
  .stats__line {
    height: 2px;
  }
}
.stats__hint {
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .stats__hint {
    max-width: 70%;
  }
}
@media (min-width: 1280px) {
  .stats__hint {
    max-width: min(42.2916666667vw, 1500px);
  }
}

.about-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
  padding: 7.2222222222vw 0 0;
  counter-increment: item;
}
.about-item:nth-child(2n-1) {
  padding-right: 16.6666666667vw;
}
.about-item:nth-child(2n) {
  margin-left: 21.1111111111vw;
}
@media (min-width: 768px) {
  .about-item {
    gap: 1.0416666667vw;
    padding: 3.515625vw 0 0;
  }
  .about-item:nth-child(2n-1), .about-item:nth-child(2n) {
    padding-right: 0;
    margin-left: 0;
  }
  .about-item:nth-child(3n), .about-item:nth-child(4n) {
    padding-left: 6.7708333333vw;
  }
  .about-item:nth-child(3n)::before, .about-item:nth-child(4n)::before {
    left: 6.7708333333vw;
  }
}
@media (min-width: 1280px) {
  .about-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.0416666667vw 1.6666666667vw;
    padding: 2.8645833333vw 0 0;
  }
  .about-item:nth-child(3n), .about-item:nth-child(4n) {
    padding-left: 0;
  }
  .about-item:nth-child(3n)::before, .about-item:nth-child(4n)::before {
    left: 0;
  }
}
.about-item__digit {
  position: absolute;
  top: 0.8333333333vw;
  left: 0;
  display: block;
  pointer-events: none;
  font-family: "Bounded", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 13.3333333333vw;
  line-height: 13.3333333333vw;
  color: rgba(43, 42, 45, 0.08);
}
@media (min-width: 768px) {
  .about-item__digit {
    font-size: 7.8125vw;
    line-height: 7.8125vw;
  }
}
@media (min-width: 1280px) {
  .about-item__digit {
    font-size: 4.6875vw;
    line-height: 4.6875vw;
  }
}
@media (min-width: 768px) {
  .about-item__digit {
    top: 0;
  }
}
@media (min-width: 1280px) {
  .about-item__digit {
    margin-top: -0.2083333333vw;
    margin-left: -0.2083333333vw;
  }
}
.about-item__title {
  padding-left: 4.4444444444vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 6.1111111111vw;
  line-height: 8.8888888889vw;
  color: #1e1c20;
}
@media (min-width: 768px) {
  .about-item__title {
    font-size: 3.125vw;
    line-height: 5.46875vw;
  }
}
@media (min-width: 1280px) {
  .about-item__title {
    font-size: 1.875vw;
    line-height: 2.1875vw;
  }
}
@media (min-width: 768px) {
  .about-item__title {
    padding-left: 3.3854166667vw;
  }
}
@media (min-width: 1280px) {
  .about-item__title {
    grid-column: 1/5;
    padding-left: 1.8229166667vw;
  }
}
.about-item__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 6.6666666667vw;
  color: #1e1c20;
}
@media (min-width: 768px) {
  .about-item__description {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1280px) {
  .about-item__description {
    font-size: min(1.1458333333vw, 36px);
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .about-item__description {
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .about-item__description {
    grid-column: 1/5;
    padding-right: min(5.2083333333vw, 100px);
  }
}

.about__inner {
  display: grid;
  gap: 15vw;
}
@media (min-width: 768px) {
  .about__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 3.125vw;
  }
}
@media (min-width: 1280px) {
  .about__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .about__heading {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .about__heading {
    grid-column: 1/3;
    padding-right: 4.1666666667vw;
  }
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15vw;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
  padding-bottom: 14.7222222222vw;
  border-bottom: 2px solid #84849e;
}
.about__grid > * {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .about__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column: 1/5;
    gap: 8.203125vw 3.125vw;
    padding: 10.4166666667vw 0 8.0729166667vw;
    margin-bottom: 8.3333333333vw;
  }
  .about__grid > *:nth-child(2n-1),
  .about__grid > *:nth-child(3n) {
    grid-column: 1/3;
  }
  .about__grid > *:nth-child(2n) {
    grid-column: 3/5;
  }
}
@media (min-width: 1280px) {
  .about__grid {
    grid-column: 1/4;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.2083333333vw 1.6666666667vw;
    margin-top: -21.3541666667vw;
    padding-bottom: 4.0104166667vw;
    margin-bottom: 3.9583333333vw;
  }
  .about__grid > *:nth-child(3n+1) {
    grid-column: 3;
  }
  .about__grid > *:nth-child(3n+2) {
    grid-column: 1;
  }
  .about__grid > *:nth-child(3n) {
    grid-column: 2;
  }
}
.about .hint {
  color: #1e1c20;
}
@media (min-width: 768px) {
  .about .hint {
    grid-column: 2/5;
  }
}
@media (min-width: 1280px) {
  .about .hint {
    grid-column: 2/4;
    font-size: min(1.4583333333vw, 44px);
    line-height: min(2.5vw, 68px);
  }
}

.approach-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.6666666667vw;
}
@media (min-width: 768px) {
  .approach-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8.3333333333vw;
  }
  .approach-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {
  .approach-item {
    gap: 5.2083333333vw;
  }
  .approach-item:nth-child(2n-1) {
    padding-right: 6.5625vw;
  }
  .approach-item:nth-child(2n) {
    padding-left: 6.5625vw;
  }
}
.approach-item__info {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.8333333333vw;
  max-width: 75vw;
}
@media (min-width: 768px) {
  .approach-item__info {
    padding-right: 2.6041666667vw;
    gap: 4.296875vw;
  }
}
@media (min-width: 1280px) {
  .approach-item__info {
    gap: 2.0833333333vw;
    padding: 0;
  }
}
.approach-item__title {
  font-family: "Bounded", sans-serif;
  font-weight: 466;
  font-variation-settings: "wght" 466;
  font-size: 5vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0.01em;
  color: #1e1c20;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .approach-item__title {
    font-size: 2.8645833333vw;
    line-height: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .approach-item__title {
    font-size: 2.1875vw;
    line-height: 2.2916666667vw;
  }
}
.approach-item__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 6.6666666667vw;
  color: #1f0f21;
}
@media (min-width: 768px) {
  .approach-item__description {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1280px) {
  .approach-item__description {
    font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
  }
}
.approach-item__illustration {
  width: 41.6666666667vw;
  height: 41.6666666667vw;
  overflow: visible;
}
@media (min-width: 768px) {
  .approach-item__illustration {
    width: 36.4583333333vw;
    height: 36.4583333333vw;
  }
}
@media (min-width: 1280px) {
  .approach-item__illustration {
    width: 24.5833333333vw;
    height: 24.5833333333vw;
  }
}
.approach-item__illustration-wrap {
  display: block;
  width: 41.6666666667vw;
  height: 41.6666666667vw;
}
@media (min-width: 768px) {
  .approach-item__illustration-wrap {
    flex-shrink: 0;
    width: 36.4583333333vw;
    height: 36.4583333333vw;
  }
}
@media (min-width: 1280px) {
  .approach-item__illustration-wrap {
    width: 24.5833333333vw;
    height: 24.5833333333vw;
  }
}
@media (min-width: 1280px) {
  .approach-item__illustration-2 {
    width: 31.0416666667vw;
  }
}
.approach-item__illustration-4 {
  width: 71.9444444444vw;
  transform: translateX(-15.5555555556vw);
}
@media (min-width: 768px) {
  .approach-item__illustration-4 {
    width: 61.4583333333vw;
    transform: translateX(-12.5vw);
  }
}
@media (min-width: 1280px) {
  .approach-item__illustration-4 {
    width: 42.2916666667vw;
    transform: translateX(-8.9583333333vw);
  }
}
.approach-item:nth-child(2n-1) .approach-item__info, .approach-item:nth-child(2n) .approach-item__info {
  align-self: flex-start;
}
@media (min-width: 768px) {
  .approach-item:nth-child(2n-1) .approach-item__info, .approach-item:nth-child(2n) .approach-item__info {
    align-self: unset;
  }
}
.approach-item:nth-child(2n) .approach-item__info {
  align-self: flex-end;
}
@media (min-width: 768px) {
  .approach-item:nth-child(2n) .approach-item__info {
    align-self: unset;
  }
}

.approach {
  padding: 7.7777777778vw 0 22.5vw;
}
@media (min-width: 768px) {
  .approach {
    padding: 9.2447916667vw 0 17.96875vw;
  }
}
@media (min-width: 1280px) {
  .approach {
    padding: 6.1979166667vw 0;
  }
}
.approach__heading {
  margin-bottom: 9.1666666667vw;
}
@media (min-width: 768px) {
  .approach__heading {
    margin-bottom: 10.2864583333vw;
  }
}
@media (min-width: 1280px) {
  .approach__heading {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .approach__subtitle {
    justify-content: flex-end;
    padding-left: min(10.4166666667vw, 250px);
  }
  .approach__subtitle .section__subtitle-word:nth-child(1) {
    width: 100%;
  }
}
.approach__list {
  display: flex;
  flex-direction: column;
  gap: 14.7222222222vw;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
  padding-bottom: 14.4444444444vw;
  margin-bottom: 14.4444444444vw;
  border-bottom: 2px solid #84849e;
}
@media (min-width: 768px) {
  .approach__list {
    gap: 9.375vw;
    padding-bottom: 8.203125vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .approach__list {
    gap: 6.25vw;
    padding-bottom: 4.1145833333vw;
    margin-bottom: 4.1666666667vw;
  }
}
.approach__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15vw;
}
@media (min-width: 768px) {
  .approach__footer {
    gap: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .approach__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .approach .hint {
    font-size: min(1.4583333333vw, 44px);
    line-height: min(2.5vw, 68px);
  }
}

.service-item {
  position: relative;
  padding-bottom: 11.1111111111vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .service-item {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .service-item {
    padding-bottom: 2.5vw;
  }
}
.service-item::before, .service-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
}
.service-item::before {
  background-color: #84849e;
}
.service-item::after {
  background-color: #59fa83;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 500ms ease-out;
}
.service-item__title {
  color: #f5f5f5;
  transition: color 300ms ease-out;
}
.service-item__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  color: currentColor;
  font-family: "Bounded", sans-serif;
  font-weight: 466;
  font-variation-settings: "wght" 466;
  font-size: 5vw;
  line-height: 6.6666666667vw;
}
@media (min-width: 768px) {
  .service-item__button {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 3.3854166667vw;
    line-height: 4.1666666667vw;
  }
}
@media (min-width: 1280px) {
  .service-item__button {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 1.875vw;
    line-height: 2.1875vw;
  }
}
.service-item__button span {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 12.2222222222vw;
  aspect-ratio: 1/1;
  background-color: #59fa83;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .service-item__button span {
    width: 5.7291666667vw;
  }
}
@media (min-width: 1280px) {
  .service-item__button span {
    width: 3.125vw;
  }
}
.service-item__button span::before, .service-item__button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6.9444444444vw;
  height: 1.1111111111vw;
  background-color: #1e1c20;
  mask-image: url(../images/plus-line.svg);
  mask-size: 100% 100%;
  transition: transform 300ms ease-out;
}
@media (min-width: 768px) {
  .service-item__button span::before, .service-item__button span::after {
    width: 3.125vw;
    height: 0.5208333333vw;
  }
}
@media (min-width: 1280px) {
  .service-item__button span::before, .service-item__button span::after {
    width: 1.4583333333vw;
    height: 0.2083333333vw;
  }
}
.service-item__button span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.service-item__button[aria-expanded=true] span::after {
  transform: translate(-50%, -50%) rotate(0);
}
.service-item--active::after {
  transform: scaleX(1);
}
.service-item__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-out;
  color: #e8e8e9;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 6.6666666667vw;
}
@media (min-width: 768px) {
  .service-item__description {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .service-item__description {
    font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
    letter-spacing: 0.01em;
  }
}
.service-item__description-inner {
  display: flex;
  flex-direction: column;
  gap: 4.4444444444vw;
  padding-top: 7.7777777778vw;
}
@media (min-width: 768px) {
  .service-item__description-inner {
    gap: 2.6041666667vw;
    padding-top: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .service-item__description-inner {
    gap: 1.0416666667vw;
    padding-top: 2.5vw;
  }
}
.service-item__description-inner ul {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
}
.service-item__description-inner ul li {
  display: flex;
  align-items: flex-start;
  gap: 2.7777777778vw;
}
@media (min-width: 768px) {
  .service-item__description-inner ul li {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1280px) {
  .service-item__description-inner ul li {
    gap: 0.5208333333vw;
  }
}
.service-item__description-inner ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3.8888888889vw;
  aspect-ratio: 1/1;
  margin-top: 1.3888888889vw;
  background-image: url(../images/ul-bullet.svg);
  background-position: center;
  background-size: 2.5vw;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .service-item__description-inner ul li::before {
    width: 1.8229166667vw;
    margin-top: 0.5208333333vw;
    background-size: 1.171875vw;
  }
}
@media (min-width: 1280px) {
  .service-item__description-inner ul li::before {
    width: 0.7291666667vw;
    margin-top: 0.4166666667vw;
    background-size: 0.46875vw;
  }
}
.service-item:active .service-item__title {
  color: #59fa83;
}
.service-item:active::after {
  transform: scaleX(1);
}
@media (min-width: 1280px) {
  .service-item:hover .service-item__title {
    color: #59fa83;
  }
  .service-item:hover::after {
    transform: scaleX(1);
  }
}

.services__heading {
  margin-bottom: 14.7222222222vw;
}
@media (min-width: 768px) {
  .services__heading {
    margin-bottom: 10.4166666667vw;
  }
}
@media (min-width: 1280px) {
  .services__heading {
    margin-bottom: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .services__subtitle .section__subtitle-word:nth-child(1) {
    width: 100%;
  }
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 11.1111111111vw;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
}
@media (min-width: 768px) {
  .services__list {
    gap: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .services__list {
    gap: 2.5vw;
  }
}

.partner-item {
  position: absolute;
  opacity: 0;
}
.partner-item__bg {
  aspect-ratio: 1/1;
  transform-origin: 50% 50%;
}
.partner-item:nth-child(1) {
  top: 12.2222222222vw;
  left: -6.6666666667vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(1) {
    top: 14.84375vw;
    left: -5.7291666667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(1) {
    top: 3.1770833333vw;
    left: -6.4583333333vw;
  }
}
.partner-item:nth-child(1) .partner-item__bg {
  width: 77.7777777778vw;
  transform: rotate(20.09deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(1) .partner-item__bg {
    width: 43.6197916667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(1) .partner-item__bg {
    width: 35.4166666667vw;
  }
}
.partner-item:nth-child(2) {
  top: -5vw;
  left: 32.7777777778vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(2) {
    top: -3.125vw;
    left: 12.2395833333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(2) {
    top: -8.90625vw;
    left: 10.8333333333vw;
  }
}
.partner-item:nth-child(2) .partner-item__bg {
  width: 57.2222222222vw;
  transform: rotate(-10.89deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(2) .partner-item__bg {
    width: 33.59375vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(2) .partner-item__bg {
    width: 25.1041666667vw;
  }
}
.partner-item:nth-child(3) {
  top: 22.7777777778vw;
  left: 40vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(3) {
    top: 39.0625vw;
    left: 13.9322916667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(3) {
    top: 14.9479166667vw;
    left: 15.4166666667vw;
  }
}
.partner-item:nth-child(3) .partner-item__bg {
  width: 58.8888888889vw;
  transform: rotate(6.6deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(3) .partner-item__bg {
    width: 34.8958333333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(3) .partner-item__bg {
    width: 26.875vw;
  }
}
.partner-item:nth-child(4) {
  top: 55.5555555556vw;
  left: 18.3333333333vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(4) {
    top: 7.5520833333vw;
    left: 24.3489583333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(4) {
    top: -4.7916666667vw;
    left: 21.9791666667vw;
  }
}
.partner-item:nth-child(4) .partner-item__bg {
  width: 77.2222222222vw;
  transform: rotate(-30.74deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(4) .partner-item__bg {
    width: 44.921875vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(4) .partner-item__bg {
    width: 34.1666666667vw;
  }
}
.partner-item:nth-child(5) {
  top: 62.2222222222vw;
  left: -8.3333333333vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(5) {
    top: 33.59375vw;
    left: 34.8958333333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(5) {
    top: 12.1875vw;
    left: 37.7083333333vw;
  }
}
.partner-item:nth-child(5) .partner-item__bg {
  width: 59.4444444444vw;
  transform: rotate(56.81deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(5) .partner-item__bg {
    width: 36.1979166667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(5) .partner-item__bg {
    width: 25.7291666667vw;
  }
}
.partner-item:nth-child(6) {
  top: 102.2222222222vw;
  left: 6.6666666667vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(6) {
    top: 9.8958333333vw;
    left: 55.2083333333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(6) {
    top: -1.9791666667vw;
    left: 47.8125vw;
  }
}
.partner-item:nth-child(6) .partner-item__bg {
  width: 51.6666666667vw;
  transform: rotate(15.34deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(6) .partner-item__bg {
    width: 27.9947916667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(6) .partner-item__bg {
    width: 21.7708333333vw;
  }
}
.partner-item:nth-child(7) {
  top: 98.8888888889vw;
  left: 33.8888888889vw;
}
@media (min-width: 768px) {
  .partner-item:nth-child(7) {
    top: 23.1770833333vw;
    left: 54.6875vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(7) {
    top: 3.8541666667vw;
    left: 51.5625vw;
  }
}
.partner-item:nth-child(7) .partner-item__bg {
  width: 62.2222222222vw;
  transform: rotate(23.42deg);
}
@media (min-width: 768px) {
  .partner-item:nth-child(7) .partner-item__bg {
    width: 39.5833333333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item:nth-child(7) .partner-item__bg {
    width: 30.3125vw;
  }
}
.partner-item__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.partner-item__logo--yandex {
  width: 26.6666666667vw;
  height: 7.7777777778vw;
}
@media (min-width: 768px) {
  .partner-item__logo--yandex {
    width: 16.9270833333vw;
    height: 4.9479166667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--yandex {
    width: 11.5625vw;
    height: 3.3333333333vw;
  }
}
.partner-item__logo--360 {
  width: 19.4444444444vw;
  height: 6.6666666667vw;
}
@media (min-width: 768px) {
  .partner-item__logo--360 {
    width: 11.4583333333vw;
    height: 3.90625vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--360 {
    width: 9.1145833333vw;
    height: 3.125vw;
  }
}
.partner-item__logo--korabli {
  width: 16.1111111111vw;
  height: 8.8888888889vw;
}
@media (min-width: 768px) {
  .partner-item__logo--korabli {
    width: 13.5416666667vw;
    height: 7.2916666667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--korabli {
    width: 9.375vw;
    height: 5.1041666667vw;
  }
}
.partner-item__logo--google {
  width: 28.3333333333vw;
  height: 8.8888888889vw;
}
@media (min-width: 768px) {
  .partner-item__logo--google {
    width: 18.2291666667vw;
    height: 5.7291666667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--google {
    width: 13.2291666667vw;
    height: 4.1666666667vw;
  }
}
.partner-item__logo--opera {
  width: 22.2222222222vw;
  height: 8.3333333333vw;
}
@media (min-width: 768px) {
  .partner-item__logo--opera {
    width: 12.5vw;
    height: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--opera {
    width: 9.84375vw;
    height: 3.6458333333vw;
  }
}
.partner-item__logo--tanki {
  width: 16.1111111111vw;
  height: 5.5555555556vw;
}
@media (min-width: 768px) {
  .partner-item__logo--tanki {
    width: 8.8541666667vw;
    height: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--tanki {
    width: 7.3958333333vw;
    height: 2.6041666667vw;
  }
}
.partner-item__logo--war-thunder {
  width: 19.4444444444vw;
  height: 9.4444444444vw;
}
@media (min-width: 768px) {
  .partner-item__logo--war-thunder {
    width: 12.7604166667vw;
    height: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--war-thunder {
    width: 11.0416666667vw;
    height: 5.4166666667vw;
  }
}
.partner-item__logo--ali {
  width: 29.4444444444vw;
  height: 6.6666666667vw;
}
@media (min-width: 768px) {
  .partner-item__logo--ali {
    width: 16.2760416667vw;
    height: 3.90625vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--ali {
    width: 14.4270833333vw;
    height: 3.3333333333vw;
  }
}
.partner-item__logo--vk {
  width: 12.5vw;
  height: 7.7777777778vw;
}
@media (min-width: 768px) {
  .partner-item__logo--vk {
    width: 7.5520833333vw;
    height: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--vk {
    width: 5.5208333333vw;
    height: 3.4375vw;
  }
}
.partner-item__logo--crossout {
  width: 17.2222222222vw;
  height: 5.5555555556vw;
}
@media (min-width: 768px) {
  .partner-item__logo--crossout {
    width: 13.5416666667vw;
    height: 7.2916666667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--crossout {
    width: 8.5416666667vw;
    height: 2.7083333333vw;
  }
}
.partner-item__logo--astrum {
  width: 32.7777777778vw;
  height: 7.7777777778vw;
}
@media (min-width: 768px) {
  .partner-item__logo--astrum {
    width: 19.53125vw;
    height: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--astrum {
    width: 15.6770833333vw;
    height: 3.75vw;
    margin-left: 1.3541666667vw;
  }
}
.partner-item__logo--enlisted {
  width: 16.6666666667vw;
  height: 13.6111111111vw;
}
@media (min-width: 768px) {
  .partner-item__logo--enlisted {
    width: 9.1145833333vw;
    height: 7.421875vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--enlisted {
    width: 7.5vw;
    height: 6.09375vw;
  }
}
.partner-item__logo--nextrp {
  width: 15.8333333333vw;
  height: 4.4444444444vw;
}
@media (min-width: 768px) {
  .partner-item__logo--nextrp {
    width: 8.8541666667vw;
    height: 2.4739583333vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--nextrp {
    width: 7.2916666667vw;
    height: 2.0833333333vw;
  }
}
.partner-item__logo--warface {
  width: 21.1111111111vw;
  height: 10.2777777778vw;
}
@media (min-width: 768px) {
  .partner-item__logo--warface {
    width: 13.4114583333vw;
    height: 6.5104166667vw;
  }
}
@media (min-width: 1280px) {
  .partner-item__logo--warface {
    width: 10.7291666667vw;
    height: 5.2083333333vw;
  }
}

.partners {
  padding-bottom: 22.2222222222vw;
}
@media (min-width: 768px) {
  .partners {
    padding-bottom: 18.2291666667vw;
  }
}
@media (min-width: 1280px) {
  .partners {
    padding: 4.6875vw 0 9.375vw;
  }
}
.partners__heading {
  display: flex;
  margin-bottom: 14.4444444444vw;
}
@media (min-width: 768px) {
  .partners__heading {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .partners__heading {
    margin-bottom: 4.6875vw;
  }
}
.partners__title {
  text-align: right;
  white-space: normal;
}
@media (min-width: 768px) {
  .partners__title {
    text-align: left;
  }
}
.partners__subtitle {
  text-align: right;
}
@media (min-width: 768px) {
  .partners__subtitle {
    max-width: 52.0833333333vw;
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .partners__subtitle {
    justify-content: flex-end;
    max-width: 34.375vw;
  }
}
.partners__wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 152.2222222222vw;
}
@media (min-width: 768px) {
  .partners__wrap {
    min-height: 67.4479166667vw;
  }
}
@media (min-width: 1280px) {
  .partners__wrap {
    min-height: 35.9375vw;
  }
}
.partners__set {
  position: absolute;
  inset: 0;
  transition: opacity 300ms ease-out;
}
.partners__controls {
  position: relative;
  z-index: 20;
  display: flex;
  gap: 5vw;
}
@media (min-width: 768px) {
  .partners__controls {
    gap: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .partners__controls {
    gap: 0.9375vw;
  }
}
.partners__controls-button {
  display: flex;
  align-items: flex-end;
}
.partners__controls-button svg {
  overflow: visible;
}
.partners__controls-bullet {
  display: block;
  width: 3.3333333333vw;
  height: 3.8888888889vw;
  fill: #84849e;
  stroke: #59fa83;
  stroke-width: 1px;
  stroke-opacity: 0;
  transition-property: width, height, fill, stroke, stroke-opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .partners__controls-bullet {
    width: 1.5625vw;
    height: 1.8229166667vw;
  }
}
@media (min-width: 1280px) {
  .partners__controls-bullet {
    width: 0.625vw;
    height: 0.7291666667vw;
  }
}
@media (min-width: 1280px) {
  .partners__controls-button:hover .partners__controls-bullet {
    fill: #59fa83;
  }
}
.partners__controls-button[aria-current=true] .partners__controls-bullet {
  width: 8.3333333333vw;
  height: 7.2222222222vw;
  fill: transparent;
  stroke-opacity: 1;
}
@media (min-width: 768px) {
  .partners__controls-button[aria-current=true] .partners__controls-bullet {
    width: 3.90625vw;
    height: 3.3854166667vw;
  }
}
@media (min-width: 1280px) {
  .partners__controls-button[aria-current=true] .partners__controls-bullet {
    width: 1.5625vw;
    height: 1.3541666667vw;
  }
}

.feedback {
  position: relative;
  z-index: 10;
}
.feedback__heading {
  margin-bottom: 8.8888888889vw;
}
@media (min-width: 768px) {
  .feedback__heading {
    margin-bottom: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .feedback__heading {
    margin-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1280px) {
  .feedback__subtitle {
    max-width: 46.875vw;
  }
}
.feedback__form-fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 5.5555555556vw;
  margin-bottom: 15vw;
}
@media (min-width: 768px) {
  .feedback__form-fields {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8645833333vw 3.125vw;
    margin-bottom: 8.3333333333vw;
  }
  .feedback__form-fields *:nth-child(1), .feedback__form-fields *:nth-child(4) {
    grid-column: 1/3;
  }
}
@media (min-width: 1280px) {
  .feedback__form-fields {
    gap: 1.0416666667vw 1.5625vw;
    margin-bottom: 1.9791666667vw;
  }
}
.feedback__form-actions {
  display: flex;
  flex-direction: column;
  gap: 8.8888888889vw;
}
@media (min-width: 768px) {
  .feedback__form-actions {
    gap: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .feedback__form-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw 1.5625vw;
  }
  .feedback__form-actions * {
    grid-column: 2/3;
  }
}
@media (min-width: 1280px) {
  .feedback__btn {
    outline: 2px solid #f5f5f5;
    outline-offset: -1px;
    padding: clamp(16px, 0.8333333333vw, 16px) clamp(35px, 1.8229166667vw, 35px);
  }
}

.footer {
  padding: 0;
  background-image: url(../images/footer-bg.svg);
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding-bottom: 0.8333333333vw;
  }
}
.footer__contact {
  padding: 22.2222222222vw 0 34.4444444444vw;
}
@media (min-width: 768px) {
  .footer__contact {
    padding: 18.2291666667vw 0 21.3541666667vw;
  }
}
@media (min-width: 1280px) {
  .footer__contact {
    padding: 9.375vw 0 13.0208333333vw;
  }
}
.footer__heading {
  display: flex;
  flex-direction: column;
  gap: 22.2222222222vw;
}
@media (min-width: 768px) {
  .footer__heading {
    gap: 10.4166666667vw;
  }
}
@media (min-width: 1280px) {
  .footer__heading {
    position: relative;
    gap: 5.7291666667vw;
    max-width: 66.7708333333vw;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 7.7777777778vw;
  line-height: 8.8888888889vw;
  color: #e8e8e9;
}
@media (min-width: 768px) {
  .footer__text {
    gap: 1.0416666667vw;
    font-size: 6.7708333333vw;
    line-height: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .footer__text {
    gap: 0.4166666667vw;
    font-size: 5.4166666667vw;
    line-height: 6.7708333333vw;
  }
}
.footer__text-link {
  font-size: 7.7777777778vw;
  line-height: 8.8888888889vw;
  color: #59fa83;
}
@media (min-width: 768px) {
  .footer__text-link {
    font-size: 7.03125vw;
    line-height: 8.3333333333vw;
  }
}
@media (min-width: 1280px) {
  .footer__text-link {
    font-size: 5.7291666667vw;
    line-height: 6.7708333333vw;
  }
  .footer__text-link + .tooltip {
    top: -2.6041666667vw;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity, top;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
  }
  .footer__text-link:hover + .tooltip {
    top: -3.75vw;
    opacity: 1;
  }
}
.footer__text-wrap {
  position: relative;
}
.footer__text-wrap:nth-child(2n) {
  text-align: right;
}
.footer__bottom {
  padding: 11.1111111111vw 0;
  border-top: 2px solid #84849e;
}
@media (min-width: 768px) {
  .footer__bottom {
    position: relative;
    padding: 5.2083333333vw 0;
  }
}
@media (min-width: 1280px) {
  .footer__bottom {
    padding: 3.125vw 0;
  }
}
.footer__social {
  margin-bottom: 11.1111111111vw;
}
@media (min-width: 768px) {
  .footer__social {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    transform: translateY(-50%);
  }
}
.footer__social-list {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.5555555556vw;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer__social-list {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1280px) {
  .footer__social-list {
    gap: 1.0416666667vw;
  }
}
.footer__social-link {
  display: block;
  flex-shrink: 0;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  mask-position: 50%;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #f5f5f5;
  transition: background-color 300ms ease-out;
}
@media (min-width: 768px) {
  .footer__social-link {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media (min-width: 1280px) {
  .footer__social-link {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__social-link:hover {
    background-color: #59fa83;
  }
}
@media (hover: none) and (pointer: coarse) {
  .footer__social-link:active {
    background-color: #59fa83;
  }
}
.footer__social-link--hh {
  mask-image: url(../images/social-hh.svg);
}
.footer__social-link--whatsapp {
  mask-image: url(../images/social-whatsapp.svg);
}
.footer__social-link--telegram {
  mask-image: url(../images/social-telegram.svg);
}
.footer__legal {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5.5555555556vw;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__legal {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0;
  }
}
.footer__policy-link, .footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 5vw;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .footer__policy-link, .footer__copyright {
    position: relative;
    z-index: 10;
    font-size: 2.0833333333vw;
    line-height: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .footer__policy-link, .footer__copyright {
    font-size: 0.9375vw;
    line-height: 1.25vw;
  }
}
.footer__policy-link {
  transition: color 300ms ease-out;
}
.footer__policy-link:active {
  color: #59fa83;
}
@media (min-width: 1280px) {
  .footer__policy-link:hover {
    color: #59fa83;
  }
}
@media (min-width: 1280px) {
  .footer__alert {
    position: absolute;
    top: 0;
    right: 0;
    width: fit-content;
    padding: min(1.0416666667vw, 20px) min(5vw, 96px);
    background-color: #59fa83;
    border-radius: 5.2083333333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: min(0.9375vw, 18px);
    line-height: min(1.0416666667vw, 20px);
    letter-spacing: 0.01em;
    color: #1e1c20;
  }
}

.logo__image {
  display: block;
  width: 29.1666666667vw;
  height: 8.8888888889vw;
}
@media (min-width: 768px) {
  .logo__image {
    width: 15.3645833333vw;
    height: 4.6875vw;
  }
}
@media (min-width: 1280px) {
  .logo__image {
    width: clamp(118px, 6.1458333333vw, 118px);
    height: clamp(36px, 1.875vw, 36px);
  }
}

.nav__list {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.1111111111vw;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .nav__list {
    gap: 5.2083333333vw;
  }
}
@media (min-width: 1280px) {
  .nav__list {
    flex-direction: row;
    justify-content: center;
    gap: 1.5625vw;
  }
}
.nav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 5.5555555556vw;
  line-height: 6.1111111111vw;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .nav__item {
    padding: 1.3020833333vw 2.6041666667vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.6041666667vw;
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1280px) {
  .nav__item {
    justify-content: flex-start;
    align-items: flex-start;
    width: unset;
    padding: clamp(10px, 0.5208333333vw, 10px) clamp(20px, 1.0416666667vw, 20px);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 0.9375vw, 18px);
    line-height: clamp(24px, 1.25vw, 24px);
  }
}
.nav__link {
  max-width: fit-content;
  color: currentColor;
  transition: color 300ms ease-out;
}
@media (min-width: 768px) {
  .nav__link {
    white-space: nowrap;
  }
}
.nav__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.nav__link::after {
  content: "";
  position: relative;
  right: 0;
  bottom: -0.5555555556vw;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #59fa83;
  transform-origin: 100%;
  transform: scaleX(0);
  transition: transform 200ms ease-out;
}
@media (min-width: 768px) {
  .nav__link::after {
    bottom: -0.2604166667vw;
    height: 2px;
    border-radius: 0.5208333333vw;
  }
}
@media (min-width: 1280px) {
  .nav__link::after {
    bottom: -0.1041666667vw;
    height: 2px;
    border-radius: 0.2083333333vw;
  }
}
.nav__link:active {
  color: #59fa83;
}
@media (min-width: 768px) {
  .nav__link:active {
    color: currentColor;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
  .nav__link:hover::after {
    transform-origin: 0;
    transform: scale(1);
  }
}
@media (hover: none) and (pointer: coarse) and (min-width: 1280px) {
  .nav__link:active::after {
    transform-origin: 0;
    transform: scale(1);
  }
}
.nav__item[data-opened=true] > .nav__link:first-child:after {
  transform-origin: 0;
  transform: scale(1);
}
.nav__sub {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 5.5555555556vw;
  max-height: 0;
  overflow: hidden;
  transition-property: max-height, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .nav__sub {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1280px) {
  .nav__sub {
    position: absolute;
    top: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    gap: 1.25vw;
    padding: 1.875vw 0 4.4791666667vw;
    max-height: none;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .nav__sub--opened {
    opacity: 1;
    pointer-events: auto;
  }
}
.nav__sub .nav__item {
  padding: 0;
}
@media (min-width: 1280px) {
  .nav__sub .nav__item {
    align-items: flex-start;
    grid-column: 2;
  }
  .nav__sub .nav__item[data-menu-column="1"] {
    grid-column: 1;
  }
  .nav__sub .nav__item[data-menu-column="2"] {
    grid-column: 2;
  }
}
.nav__sub .nav__item:first-child {
  margin-top: 22.2222222222vw;
}
@media (min-width: 768px) {
  .nav__sub .nav__item:first-child {
    margin-top: 10.4166666667vw;
  }
}
@media (min-width: 1280px) {
  .nav__sub .nav__item:first-child {
    margin: 0;
  }
}
.nav__sub .nav__item:last-child {
  margin-bottom: 11.1111111111vw;
}
@media (min-width: 768px) {
  .nav__sub .nav__item:last-child {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1280px) {
  .nav__sub .nav__item:last-child {
    margin: 0;
  }
}

.btn {
  display: block;
  width: max-content;
  user-select: none;
  white-space: nowrap;
  transition-property: background-color, color;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}
.btn--creative {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 4.4444444444vw;
  padding: 3.3333333333vw 4.4444444444vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 6.6666666667vw;
  letter-spacing: 0.02em;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .btn--creative {
    gap: 2.6041666667vw;
    padding: 2.54375vw 3.125vw 2.34375vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.8645833333vw;
    line-height: 3.125vw;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1280px) {
  .btn--creative {
    gap: min(1.0416666667vw, 40px);
    padding: min(0.9375vw, 34px) min(1.25vw, 44px);
    font-weight: 400;
    font-size: min(1.25vw, 36px);
    line-height: min(1.25vw, 44px);
    letter-spacing: 0.02em;
  }
}
.btn--creative::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 13.3333333333vw;
  background-color: #f34c58;
  transform: translateY(-50%);
  transition: width 300ms ease-out;
}
@media (min-width: 768px) {
  .btn--creative::before {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 7.8125vw;
  }
}
@media (min-width: 1280px) {
  .btn--creative::before {
    width: min(3.125vw, 100px);
    height: min(3.125vw, 100px);
    border-radius: min(3.125vw, 100px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--creative:hover::before {
    width: 100%;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn--creative:active::before {
    width: 100%;
  }
}
.btn--creative::after {
  content: "";
  display: block;
  width: 1.6666666667vw;
  height: 3.8888888889vw;
  mask-image: url(../images/button-chevron.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .btn--creative::after {
    width: 0.78125vw;
    height: 1.8229166667vw;
  }
}
@media (min-width: 1280px) {
  .btn--creative::after {
    width: 0.3125vw;
    height: 0.7291666667vw;
  }
}
.section--white .btn--creative {
  color: #1e1c20;
}
.section--white .btn--creative::after {
  background-color: #1e1c20;
}
.btn--outline {
  position: relative;
  border-radius: 9999px;
  box-shadow: 0 0 0 1.5px transparent;
}
@media (min-width: 768px) {
  .btn--outline {
    padding: 1.5625vw 2.6041666667vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1280px) {
  .btn--outline {
    padding: clamp(14px, 0.7291666667vw, 14px) clamp(33px, 1.71875vw, 33px);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 0.9375vw, 18px);
    line-height: clamp(20px, 1.0416666667vw, 20px);
    letter-spacing: 0;
  }
}
.btn--fill {
  padding: 5.5555555556vw;
  width: 100%;
  border-radius: 9999px;
  background-color: #1e1c20;
  color: #59fa83;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 5vw;
  line-height: 5.5555555556vw;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .btn--fill {
    padding: 2.6041666667vw;
    font-size: 2.34375vw;
    line-height: 3.6458333333vw;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 1280px) {
  .btn--fill {
    padding: 1.1458333333vw;
    font-size: 1.6666666667vw;
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 1280px) {
  .btn--fill:hover {
    color: #1e1c20;
  }
}
.btn--fill:active {
  color: #1e1c20;
}
.btn--fill .ripple {
  background-color: #59fa83;
}
.btn--ripple .ripple {
  z-index: 5;
}
.btn--ripple .btn__text {
  position: relative;
  z-index: 10;
}
.btn--round {
  aspect-ratio: 1/1;
  font-family: "Bounded", sans-serif;
}
.btn--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.2222222222vw;
  aspect-ratio: 1/1;
  background-color: #59fa83;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .btn--close {
    width: 5.7291666667vw;
  }
}
@media (min-width: 1280px) {
  .btn--close {
    width: min(2.2916666667vw, 44px);
  }
}
.btn--close::before {
  content: "";
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  mask-image: url(../images/button-close.svg);
  mask-size: cover;
  background-color: #1e1c20;
}
@media (min-width: 768px) {
  .btn--close::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media (min-width: 1280px) {
  .btn--close::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.btn--close:hover {
  background-color: #f34c58;
}
.btn--hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 12.2222222222vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #59fa83;
  transition: background-color 300ms ease-out;
}
.btn--hamburger span {
  position: absolute;
  right: 2.7777777778vw;
  left: 2.7777777778vw;
  display: block;
  height: 1.1111111111vw;
  background-image: url(../images/hamburger-line.svg);
  background-size: cover;
  border-radius: 2777.5vw;
  transform-origin: 50%;
  transition-property: top, transform;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  pointer-events: none;
}
@media (min-width: 768px) {
  .btn--hamburger span {
    right: 1.3020833333vw;
    left: 1.3020833333vw;
    height: 0.5208333333vw;
  }
}
.btn--hamburger span:nth-child(1) {
  top: 4.4444444444vw;
}
@media (min-width: 768px) {
  .btn--hamburger span:nth-child(1) {
    top: 2.0833333333vw;
  }
}
.btn--hamburger span:nth-child(2) {
  top: 6.6666666667vw;
}
@media (min-width: 768px) {
  .btn--hamburger span:nth-child(2) {
    top: 3.125vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--hamburger:hover {
    background-color: #f34c58;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn--hamburger:active {
    background-color: #f34c58;
  }
}
@media (min-width: 768px) {
  .btn--hamburger {
    width: 5.7292vw;
  }
}
@media (min-width: 1280px) {
  .btn--hamburger {
    display: none;
  }
}
.btn--hamburger:active:not(.btn--active) span:nth-child(1), .btn--active.btn--hamburger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.btn--hamburger:active:not(.btn--active) span:nth-child(2), .btn--active.btn--hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn--creative.btn--green::before {
  background-color: #59fa83;
}
.btn--creative.btn--pink::before {
  background-color: #f34c58;
}
.btn--outline.btn--green {
  box-shadow: 0 0 0 1.5px #59fa83;
  color: #59fa83;
}
.btn--outline.btn--green .ripple {
  background-color: #59fa83;
}
.btn--outline.btn--green:active {
  color: #1e1c20;
}
@media (min-width: 1280px) and (hover: hover) and (pointer: fine) {
  .btn--outline.btn--green:hover {
    color: #1e1c20;
  }
}
@media (min-width: 1280px) and (hover: none) and (pointer: coarse) {
  .btn--outline.btn--green:active {
    color: #1e1c20;
  }
}
.btn--outline.btn--pink {
  box-shadow: 0 0 0 1.5px #f34c58;
}
.btn--outline.btn--pink .ripple {
  background-color: #f34c58;
}
.btn--outline.btn--pink:active {
  color: #1e1c20;
}
@media (min-width: 1280px) {
  .btn--outline.btn--pink:hover {
    color: #1e1c20;
  }
}
.btn--outline.btn--round.btn--green {
  color: #f5f5f5;
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline.btn--round.btn--green:hover {
    color: #1e1c20;
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn--outline.btn--round.btn--green:active {
    color: #1e1c20;
  }
}

.hint {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  line-height: 7.7777777778vw;
}
@media (min-width: 768px) {
  .hint {
    font-size: 2.6041666667vw;
    line-height: 4.1666666667vw;
    letter-spacing: 0.015em;
  }
}
@media (min-width: 1280px) {
  .hint {
    font-size: min(1.4583333333vw, 50px);
    line-height: min(2.5vw, 68px);
  }
}
.hint__triangle {
  display: inline-flex;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  margin-bottom: -0.2777777778vw;
  mask-image: url(../images/hint-triangle.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #59fa83;
  transform-origin: 35% 50%;
}
@media (min-width: 768px) {
  .hint__triangle {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-right: 0.5208333333vw;
    margin-bottom: -0.1302083333vw;
  }
}
@media (min-width: 1280px) {
  .hint__triangle {
    width: 1.09375vw;
    height: 1.25vw;
    margin-bottom: -0.15625vw;
  }
}
.hint--pink .hint__triangle {
  background-color: #f34c58;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.7777777778vw;
  flex: 0 1 auto;
  white-space: normal;
  max-width: min-content;
  width: 100%;
}
@media (min-width: 768px) {
  .stat {
    min-width: 24.5625vw;
    gap: 0.78125vw;
  }
}
@media (min-width: 1280px) {
  .stat {
    gap: 0.5729166667vw;
    min-width: 0;
  }
}
.stat__value {
  position: relative;
  width: min-content;
  font-family: "Bounded", sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 13.3333333333vw;
  line-height: 14.4444444444vw;
  white-space: nowrap;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .stat__value {
    font-family: "Bounded", sans-serif;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 10.4166666667vw;
    line-height: 11.9791666667vw;
  }
}
@media (min-width: 1280px) {
  .stat__value {
    font-family: "Bounded", sans-serif;
    font-weight: 566;
    font-variation-settings: "wght" 566;
    font-size: 5.2083333333vw;
    line-height: 5.2083333333vw;
  }
}
.stat__value span {
  position: absolute;
  top: 0.5555555556vw;
  display: block;
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #f34c58;
}
.stat__value--numeric span {
  right: -1.1111111111vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  mask-image: url(../images/stat-plus.svg);
}
@media (min-width: 768px) {
  .stat__value--numeric span {
    top: 0.8vw;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
  }
}
@media (min-width: 1280px) {
  .stat__value--numeric span {
    top: unset;
    right: -0.4166666667vw;
    width: clamp(40px, 2.0833vw, 40px);
    height: clamp(40px, 2.0833vw, 40px);
  }
}
.stat__value--percentage span {
  top: 1.1111111111vw;
  right: -5vw;
  width: 9.4444444444vw;
  height: 6.1111111111vw;
  mask-image: url(../images/stat-percent.svg);
  mask-size: contain;
}
@media (min-width: 768px) {
  .stat__value--percentage span {
    top: 1.1vw;
    right: -3.5vw;
    width: 6.1197916667vw;
    height: 4.0364583333vw;
  }
}
@media (min-width: 1280px) {
  .stat__value--percentage span {
    top: unset;
    right: -1.6145833333vw;
    width: 3.125vw;
    height: 1.9791666667vw;
  }
}
.stat__label {
  padding-right: 0.5555555556vw;
  max-width: 100%;
  white-space: normal;
  font-size: 4.4444444444vw;
  line-height: 6.1111111111vw;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .stat__label {
    font-size: 2.34375vw;
    line-height: 3.125vw;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1280px) {
  .stat__label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: min(1.1458333333vw, 42px);
    line-height: min(1.6666666667vw, 52px);
    letter-spacing: 0;
  }
}

.header {
  position: absolute;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.7777777778vw 5.5555555556vw;
  width: 100%;
  transition-property: padding;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
body.is-loading .header {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header {
    padding: 5.9895833333vw 6.7708333333vw;
  }
}
@media (min-width: 1280px) {
  .header {
    padding: 1.5625vw 4.5833333333vw;
  }
}
.header--fixed {
  position: fixed;
  padding: 2.2222222222vw 5.5555555556vw;
  background-color: #1e1c20;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header--fixed {
    padding: 1.3020833333vw 6.7708333333vw;
  }
}
@media (min-width: 1280px) {
  .header--fixed {
    padding: 0.5208333333vw 4.5833333333vw;
  }
}
.header--fixed.header--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header--fixed .nav__sub, .header--fixed .nav__sub::before, .header--fixed .nav__sub::after {
  background-color: #1e1c20;
}
.header--transition {
  transition-property: transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
.header__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #1e1c20;
  /* opacity: 0; */
  pointer-events: none;
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31.6667vw 5.5555555556vw 11.1111111111vw;
  background-color: #1e1c20;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition-property: opacity, transform;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .header__nav {
    padding: 13.5416666667vw 2.6041666667vw 5.2083333333vw;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    position: absolute;
    top: unset;
    right: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: none;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0);
  }
}
.header__nav--opened {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__buttons {
    gap: 2.0833333333vw;
  }
}
.header__contact-button {
  display: none;
}
@media (min-width: 768px) {
  .header__contact-button {
    display: block;
  }
}

.form__input, .form__textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  padding: 1.1111111111vw 0;
  width: 100%;
  transition-property: height;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 6.6666666667vw;
}
@media (min-width: 768px) {
  .form__input, .form__textarea {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .form__input, .form__textarea {
    font-size: 1.1458333333vw;
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 768px) {
  .form__input, .form__textarea {
    padding: 0.5208333333vw 0;
  }
}
@media (min-width: 1280px) {
  .form__input, .form__textarea {
    padding: 0.0520833333vw 1.6666666667vw 0 0;
  }
}
.form__input::placeholder, .form__textarea::placeholder {
  opacity: 0;
}
.form__input-group, .form__textarea-group {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 6.1111111111vw 0 6.6666666667vw;
}
@media (min-width: 768px) {
  .form__input-group, .form__textarea-group {
    padding: 2.8645833333vw 0 3.125vw;
  }
}
@media (min-width: 1280px) {
  .form__input-group, .form__textarea-group {
    padding: 1.1458333333vw 0 1.25vw;
  }
}
.form__input-group::before, .form__input-group::after, .form__textarea-group::before, .form__textarea-group::after {
  content: "";
  position: absolute;
  bottom: 6.6666666667vw;
  right: 0;
  left: 0;
  display: block;
  height: 2px;
}
@media (min-width: 768px) {
  .form__input-group::before, .form__input-group::after, .form__textarea-group::before, .form__textarea-group::after {
    bottom: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .form__input-group::before, .form__input-group::after, .form__textarea-group::before, .form__textarea-group::after {
    bottom: 1.1458333333vw;
  }
}
.form__input-group::before, .form__textarea-group::before {
  background-color: #84849e;
}
.form__input-group::after, .form__textarea-group::after {
  transform-origin: 0 0;
  transform: scaleX(0);
  transition-property: transform, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
.form__input-group:hover::after, .form__textarea-group:hover::after {
  background-color: #59fa83;
  transform: scaleX(1);
}
.form__input:focus + .form__input::after, .form__input:focus + .form__textarea::after, .form__textarea:focus + .form__input::after, .form__textarea:focus + .form__textarea::after {
  background-color: #59fa83;
}
.form__input-success, .form__textarea-success {
  position: absolute;
  right: 0;
  bottom: min(6.6666666667vw, 24px);
  display: block;
  width: 7.7777777778vw;
  height: 5.5555555556vw;
  background-image: url(../images/form-success-icon.svg);
  background-size: cover;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-out;
}
@media (min-width: 768px) {
  .form__input-success, .form__textarea-success {
    bottom: min(4.1666666667vw, 32px);
    width: 3.6458333333vw;
    height: 2.6041666667vw;
  }
}
@media (min-width: 1280px) {
  .form__input-success, .form__textarea-success {
    top: 50%;
    width: 1.4583333333vw;
    height: 1.0416666667vw;
  }
}
@media (min-width: 1280px) {
  .form__input-group--textarea .form__input-success, .form__input-group--textarea .form__textarea-success, .form__textarea-group--textarea .form__input-success, .form__textarea-group--textarea .form__textarea-success {
    top: initial;
    bottom: min(1.25vw, 32px);
  }
}
.form__input-group.is-valid::after, .form__textarea-group.is-valid::after {
  background-color: #59fa83;
  transform: scaleX(1);
}
.form__input-group.is-valid .form__input-success, .form__input-group.is-valid .form__textarea-success, .form__textarea-group.is-valid .form__input-success, .form__textarea-group.is-valid .form__textarea-success {
  opacity: 1;
}
.form__input-group.is-invalid::after, .form__textarea-group.is-invalid::after {
  background-color: #f34c58;
  transform: scaleX(1);
}
.form__input-group.is-invalid:hover::after, .form__textarea-group.is-invalid:hover::after {
  background-color: #59fa83;
}
.form__input-label, .form__textarea-label {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: translateY(7.5vw) scale(1.15);
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  pointer-events: none;
  color: #84849e;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.8888888889vw;
  line-height: 5vw;
}
@media (min-width: 768px) {
  .form__input-label, .form__textarea-label {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .form__input-label, .form__textarea-label {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
  }
}
@media (min-width: 768px) {
  .form__input-label, .form__textarea-label {
    transform: translateY(3.515625vw) scale(1.15);
  }
}
@media (min-width: 1280px) {
  .form__input-label, .form__textarea-label {
    transform: translateY(1.25vw) scale(1.57);
  }
}
.form__input:focus + .form__input-label, .form__input:not(:placeholder-shown) + .form__input-label, .form__input:focus + .form__textarea-label, .form__input:not(:placeholder-shown) + .form__textarea-label, .form__textarea:focus + .form__input-label, .form__textarea:not(:placeholder-shown) + .form__input-label, .form__textarea:focus + .form__textarea-label, .form__textarea:not(:placeholder-shown) + .form__textarea-label {
  transform: translateY(0) scale(1);
}
.form__input-error, .form__textarea-error {
  position: absolute;
  bottom: 1.1111111111vw;
  left: 0;
  color: #f34c58;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.8888888889vw;
  line-height: 5vw;
}
@media (min-width: 768px) {
  .form__input-error, .form__textarea-error {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .form__input-error, .form__textarea-error {
    font-size: 0.7291666667vw;
    line-height: 0.9375vw;
  }
}
@media (min-width: 768px) {
  .form__input-error, .form__textarea-error {
    bottom: 0.5208333333vw;
  }
}
@media (min-width: 1280px) {
  .form__input-error, .form__textarea-error {
    bottom: 0.2083333333vw;
  }
}
.form__checkbox {
  display: flex;
  align-items: center;
  gap: 4.4444444444vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__checkbox {
    gap: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .form__checkbox {
    gap: 0.8333333333vw;
  }
}
.form__checkbox-input {
  display: none;
}
.form__checkbox-pin {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  border: 2px solid #59fa83;
  border-radius: 50%;
  transition-property: background-color, border-color;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .form__checkbox-pin {
    width: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .form__checkbox-pin {
    width: 2.5vw;
  }
}
.form__checkbox-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: url(../images/checkbox-mark.svg);
  mask-size: cover;
  background-color: #1e1c20;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.form__checkbox:hover .form__checkbox-pin::before, .form__checkbox:active .form__checkbox-pin::before, .form__checkbox:focus .form__checkbox-pin::before {
  opacity: 0.1;
}
.form__checkbox-input:checked + .form__checkbox-pin::before {
  opacity: 1;
}
.form__checkbox-input:checked + .form__checkbox-pin {
  background-color: #59fa83;
}
.form__checkbox:hover .form__checkbox-input:checked + .form__checkbox-pin::before {
  opacity: 0;
}
.form__checkbox-label, .form__checkbox-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 6.1111111111vw;
  color: #84849e;
  transition: color 300ms ease-out;
}
@media (min-width: 768px) {
  .form__checkbox-label, .form__checkbox-link {
    font-size: 2.0833333333vw;
    line-height: 2.34375vw;
  }
}
@media (min-width: 1280px) {
  .form__checkbox-label, .form__checkbox-link {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw;
  }
}
.form__checkbox-link {
  text-decoration: underline;
}
.form__checkbox-link:hover {
  color: #1e1c20;
}
.is-invalid .form__checkbox-pin {
  border-color: #f34c58;
}
.is-invalid .form__checkbox-label {
  color: #f34c58;
}
.is-invalid:hover .form__checkbox-pin {
  background-color: #f34c58;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(43, 42, 45, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-out;
}
.modal--opened {
  opacity: 1;
  pointer-events: auto;
}
.modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15vw;
  max-width: 88.8888888889vw;
  padding: 32.7777777778vw 5.5555555556vw 22.2222222222vw;
  background-color: #1e1c20;
}
@media (min-width: 768px) {
  .modal-dialog {
    gap: 8.3333333333vw;
    max-width: 86.4583333333vw;
    padding: 15.625vw 6.7708333333vw 14.0625vw;
  }
}
@media (min-width: 1280px) {
  .modal-dialog {
    gap: min(4.1666666667vw, 80px);
    max-width: min(50.8333333333vw, 976px);
    padding: min(7.2916666667vw, 140px) min(5.5208333333vw, 106px);
  }
}
.modal-dialog__close {
  position: absolute;
  top: 5.5555555556vw;
  right: 5.5555555556vw;
}
@media (min-width: 768px) {
  .modal-dialog__close {
    top: 3.90625vw;
    right: 3.90625vw;
  }
}
@media (min-width: 1280px) {
  .modal-dialog__close {
    top: min(2.6041666667vw, 50px);
    right: min(2.6041666667vw, 50px);
  }
}
.modal-dialog__heading {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media (min-width: 768px) {
  .modal-dialog__heading {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1280px) {
  .modal-dialog__heading {
    gap: 0.4166666667vw;
  }
}
.modal-dialog__title {
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-size: 7.7777777778vw;
  line-height: 10vw;
}
@media (min-width: 768px) {
  .modal-dialog__title {
    font-size: 6.25vw;
    line-height: 6.7708333333vw;
  }
}
@media (min-width: 1280px) {
  .modal-dialog__title {
    font-size: min(3.4375vw, 66px);
    line-height: min(3.75vw, 72px);
    white-space: nowrap;
  }
}
.modal-dialog__title-row {
  display: block;
  width: 100%;
  text-align: right;
}
.modal-dialog__title-row:nth-child(1) {
  color: #e8e8e9;
}
@media (min-width: 768px) {
  .modal-dialog__title-row:nth-child(1) {
    text-align: left;
  }
}
.modal-dialog__title-row:nth-child(2) {
  color: #59fa83;
}
.modal-dialog__hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #84849e;
}
.modal-dialog__footer {
  display: flex;
  flex-direction: column;
  gap: 15vw;
}
@media (min-width: 768px) {
  .modal-dialog__footer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 7.03125vw;
  }
}
@media (min-width: 1280px) {
  .modal-dialog__footer {
    gap: 2.8125vw;
  }
}
.modal-dialog__hint {
  color: #f5f5f5;
}
@media (min-width: 1280px) {
  .modal-dialog__hint {
    font-size: min(1.4583333333vw, 28px);
    line-height: min(2.1875vw, 42px);
  }
}
@media (min-width: 1280px) {
  .modal-dialog__hint .hint__triangle {
    width: min(1.09375vw, 21px);
    height: min(1.25vw, 24px);
    margin-right: min(0.8333333333vw, 16px);
  }
}
.modal-dialog__button {
  flex-shrink: 0;
  align-self: flex-end;
  width: 33.3333333333vw;
  font-size: 8.8888888889vw;
  line-height: 9.4444444444vw;
}
@media (min-width: 768px) {
  .modal-dialog__button {
    width: 15.625vw;
    font-size: 4.1666666667vw;
    line-height: 4.4270833333vw;
  }
}
@media (min-width: 1280px) {
  .modal-dialog__button {
    width: min(8.3333333333vw, 160px);
    font-size: min(2.1875vw, 42px);
    line-height: min(2.2916666667vw, 44px);
  }
}
[data-is-invalid] .modal-dialog__title-row:nth-child(1) {
  color: #f34c58;
}
[data-is-invalid] .modal-dialog__title-row:nth-child(2) {
  color: #f5f5f5;
}
.modal [data-is-invalid] .hint__triangle {
  background-color: #f34c58;
}

.tooltip {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.7291666667vw 1.9791666667vw;
  background-color: #59fa83;
  border-radius: 520.78125vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 1.6666666667vw;
  color: #1e1c20;
  visibility: hidden;
}
@media (min-width: 1280px) {
  .tooltip {
    visibility: visible;
  }
}
.tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.5104166667vw;
  display: block;
  width: 1.875vw;
  aspect-ratio: 1/1;
  mask-image: url(../images/tooltip-triangle.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-color: #59fa83;
  transform: translateY(-0.5208333333vw);
}

.error404 {
  min-height: 100vh;
}
.error404__inner {
  padding-top: 56.1111111111vw;
  padding-bottom: 33.3333333333vw;
}
@media (min-width: 768px) {
  .error404__inner {
    padding-top: 36.71875vw;
    padding-bottom: 23.4375vw;
  }
}
@media (min-width: 1280px) {
  .error404__inner {
    position: relative;
    padding-top: min(15.0520833333vw, 289px);
    padding-bottom: min(10.4166666667vw, 200px);
  }
}
.error404__inner .container {
  display: flex;
  flex-direction: column;
  gap: 22.2222222222vw;
}
@media (min-width: 768px) {
  .error404__inner .container {
    gap: 18.2291666667vw;
  }
}
.error404__heading {
  display: flex;
  flex-direction: column;
  gap: 11.1111111111vw;
}
@media (min-width: 768px) {
  .error404__heading {
    gap: 5.2083333333vw;
  }
}
@media (min-width: 1280px) {
  .error404__heading {
    gap: 3.125vw;
    max-width: 65.8333333333vw;
  }
}
.error404__digits {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media (min-width: 768px) {
  .error404__digits {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1280px) {
  .error404__digits {
    gap: 1.1979166667vw;
    width: min(45.9375vw, 1000px);
    height: min(15.78125vw, 343px);
  }
}
.error404__digits-wrap {
  display: flex;
  overflow: hidden;
}
.error404__digits-wrap span {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.error404__digits-wrap:nth-child(1) {
  justify-content: flex-end;
}
.error404__digits-wrap:nth-child(1) span {
  width: 78.3333333333vw;
  height: 11.6666666667vw;
  background-image: url(../images/404-top.svg);
}
@media (min-width: 768px) {
  .error404__digits-wrap:nth-child(1) span {
    width: 76.8229166667vw;
    height: 11.4583333333vw;
  }
}
@media (min-width: 1280px) {
  .error404__digits-wrap:nth-child(1) span {
    width: min(40.9375vw, 904px);
    height: min(6.1458333333vw, 135px);
  }
}
.error404__digits-wrap:nth-child(2) {
  justify-content: flex-start;
}
.error404__digits-wrap:nth-child(2) span {
  width: 88.8888888889vw;
  height: 16.6666666667vw;
  background-image: url(../images/404-bottom.svg);
}
@media (min-width: 768px) {
  .error404__digits-wrap:nth-child(2) span {
    width: 86.4583333333vw;
    height: 15.8854166667vw;
  }
}
@media (min-width: 1280px) {
  .error404__digits-wrap:nth-child(2) span {
    width: min(45.9375vw, 1000px);
    height: min(8.8541666667vw, 214px);
  }
}
.error404__title {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  max-width: 71.6666666667vw;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .error404__title {
    max-width: 64.84375vw;
  }
}
@media (min-width: 1280px) {
  .error404__title {
    max-width: 46.5625vw;
  }
}
.error404__title-wrap {
  display: flex;
  overflow: hidden;
}
.error404__title-wrap:nth-child(1) {
  justify-content: flex-start;
  color: #f5f5f5;
}
.error404__title-wrap:nth-child(2) {
  justify-content: flex-end;
  color: #f34c58;
}
.error404__title-row {
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 7.7777777778vw;
}
@media (min-width: 768px) {
  .error404__title-row {
    font-size: 7.03125vw;
  }
}
@media (min-width: 1280px) {
  .error404__title-row {
    font-size: 4.6875vw;
  }
}
.error404__info {
  display: flex;
  flex-direction: column;
  gap: 17.7777777778vw;
}
@media (min-width: 768px) {
  .error404__info {
    gap: 10.4166666667vw;
    max-width: 63.5416666667vw;
  }
}
@media (min-width: 1280px) {
  .error404__info {
    position: absolute;
    inset: 0;
    justify-content: space-between;
    max-width: none;
  }
}
.error404__hint {
  color: #f5f5f5;
}
@media (min-width: 1280px) {
  .error404__hint {
    margin-left: auto;
    max-width: 24.375vw;
  }
}
.error404 .footer {
  background-image: none;
}
