/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * * 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;
  font-size: 1em;
}

/**
 * * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * 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;
  padding: 0;
}

/**
 * * 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;
  outline-offset: -2px;
}

/**
 * * 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;
  font: inherit;
}

/* 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;
}

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

html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background: rgb(2, 27, 48);
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body.hidden-scroll {
  overflow: hidden;
  scrollbar-width: none;
}
body.hidden-scroll::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: 'Golos Text';
  src:
    url('/fonts/golostext/GolosText-Bold.woff2') format('woff2'),
    url('/fonts/golostext/GolosText-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src:
    url('/fonts/golostext/GolosText-Black.woff2') format('woff2'),
    url('/fonts/golostext/GolosText-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src:
    url('/fonts/golostext/GolosText-ExtraBold.woff2') format('woff2'),
    url('/fonts/golostext/GolosText-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src:
    url('/fonts/golostext/GolosText-SemiBold.woff2') format('woff2'),
    url('/fonts/golostext/GolosText-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src:
    url('/fonts/golostext/GolosText-Regular.woff2') format('woff2'),
    url('/fonts/golostext/GolosText-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos Text';
  src:
    url('/fonts/golostext/GolosText-Medium.woff2') format('woff2'),
    url('/fonts/golostext/GolosText-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: 'Golos Text', sans-serif;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

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

p {
  margin: 0;
  padding: 0;
}
p b {
  font-weight: bold;
}
p i {
  font-style: italic;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
table tr th,
table tr td {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
table th:last-child,
table td:last-child {
  margin-bottom: 0;
}

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'] {
  user-select: none;
}

textarea {
  user-select: none;
}

label,
legend {
  user-select: none;
  display: block;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: block;
  user-select: none;
}

select {
  user-select: none;
}
select option {
  user-select: none;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
}

.background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.background__container {
  height: 100%;
}
.background__row {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
}
.background__col {
  height: 100%;
}
.background__img {
  display: block;
  position: fixed;
}
.background__img--first {
  width: 65.9rem;
  height: 70.35rem;
  transform: rotate(0.754deg) translate3d(-2rem, 0, 0);
  left: -0.4rem;
  top: 18.5rem;
  z-index: 2;
  opacity: 0;
  will-change: opacity, transform, left;
  transition:
    opacity 0.3s ease-in-out,
    left 0.5s ease-in-out;
  animation:
    backgroundFirstOpacityFadeIn 0.3s ease-in-out forwards,
    backgroundFirstTransformFadeIn 0.5s ease-in-out forwards;
}
@media (min-width: 2560px) {
  .background__img--first {
    width: 659px;
    height: 703.5px;
    transform: rotate(0.754deg) translate3d(-20px, 0, 0);
    left: -4px;
    top: 185px;
  }
}
@media (max-width: 660px) {
  .background__img--first {
    display: none;
  }
}
[data-popup='background-animate'].show .background__img--first {
  opacity: 0 !important;
  left: -2.4rem !important;
  transition:
    opacity 0.3s ease-in-out,
    left 0.5s ease-in-out !important;
}
@media (min-width: 2560px) {
  [data-popup='background-animate'].show .background__img--first {
    left: -24px !important;
  }
}
.background__img--second {
  width: 87.8rem;
  height: 73.1639rem;
  transform: rotate(31.136deg);
  left: -20rem;
  bottom: -10rem;
  z-index: 1;
  border-radius: 8.78rem;
  background: radial-gradient(
    104.45% 96.6% at 93.97% 49.83%,
    rgba(62, 138, 204, 0.8) 9.13%,
    rgba(42, 97, 145, 0.8) 49.04%,
    rgba(20, 63, 99, 0.8) 97.12%
  );
  mix-blend-mode: screen;
  filter: blur(20rem);
}
@media (min-width: 2560px) {
  .background__img--second {
    width: 878px;
    height: 731.639px;
    left: -200px;
    bottom: -100px;
    border-radius: 878px;
    filter: blur(200px);
  }
}
@media (max-width: 660px) {
  .background__img--second {
    width: 338.592px;
    height: 282.149px;
    transform: rotate(31.136deg);
    border-radius: 338.592px;
    background: radial-gradient(
      104.45% 96.6% at 93.97% 49.83%,
      rgba(62, 138, 204, 0.8) 9.13%,
      rgba(42, 97, 145, 0.8) 49.04%,
      rgba(20, 63, 99, 0.8) 97.12%
    );
    mix-blend-mode: screen;
    filter: blur(100px);
    bottom: 326px;
    left: -212px;
  }
}
@media (max-width: 480px) {
  .background__img--second {
    opacity: 1 !important;
  }
}
[data-popup='background-animate'].show .background__img--second {
  opacity: 0 !important;
}
.background__img--third {
  width: 64.1rem;
  height: 59.5rem;
  transform: translate3d(2rem, 0, 0);
  right: 0.3rem;
  top: 14.7rem;
  z-index: 2;
  opacity: 0;
  will-change: opacity, transform, right;
  transition:
    opacity 0.3s ease-in-out,
    right 0.5s ease-in-out;
  animation:
    backgroundThirdOpacityFadeIn 0.3s ease-in-out forwards,
    backgroundThirdTransformFadeIn 0.5s ease-in-out forwards;
}
@media (min-width: 2560px) {
  .background__img--third {
    width: 641px;
    height: 595px;
    transform: translate3d(20px, 0, 0);
    right: 3px;
    top: 147px;
  }
}
@media (max-width: 660px) {
  .background__img--third {
    display: none;
  }
}
[data-popup='background-animate'].show .background__img--third {
  opacity: 0 !important;
  right: -1.7rem !important;
  transition:
    opacity 0.3s ease-in-out,
    right 0.5s ease-in-out !important;
}
@media (min-width: 2560px) {
  [data-popup='background-animate'].show .background__img--third {
    right: -17px !important;
  }
}
.background__img--fourth {
  width: 87.8rem;
  height: 73.1639rem;
  transform: rotate(11.136deg);
  right: -10rem;
  top: -10rem;
  z-index: 1;
  border-radius: 87.8rem;
  background: radial-gradient(
    104.45% 96.6% at 93.97% 49.83%,
    #cc3e55 9.13%,
    #912a38 49.04%,
    #631428 97.12%
  );
  mix-blend-mode: screen;
  filter: blur(200px);
}
@media (min-width: 2560px) {
  .background__img--fourth {
    width: 878px;
    height: 731.639px;
    right: -100px;
    top: -100px;
    border-radius: 878px;
    filter: blur(200px);
  }
}
@media (max-width: 660px) {
  .background__img--fourth {
    width: 419.474px;
    height: 349.548px;
    transform: rotate(31.136deg);
    border-radius: 419.474px;
    background: radial-gradient(
      104.45% 96.6% at 93.97% 49.83%,
      #cc3e55 9.13%,
      #912a38 49.04%,
      #631428 97.12%
    );
    mix-blend-mode: screen;
    filter: blur(100px);
    top: -25px;
    right: -242px;
  }
}
@media (max-width: 480px) {
  .background__img--fourth {
    opacity: 1 !important;
  }
}
[data-popup='background-animate'].show .background__img--fourth {
  opacity: 0 !important;
}
.background__img--fifth {
  width: 30.05208333vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate3d(-20vw, 0, 0);
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.3s ease-in-out 0.1s,
    transform 0.32s ease-in-out 0.1s;
}
@media (max-width: 660px) {
  .background__img--fifth {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
[data-popup='background-animate'].show .background__img--fifth {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.background__img--sixth {
  width: 30.05208333vw;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate3d(20vw, 0, 0);
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.3s ease-in-out 0.1s,
    transform 0.32s ease-in-out 0.1s;
}
@media (max-width: 660px) {
  .background__img--sixth {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
[data-popup='background-animate'].show .background__img--sixth {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes backgroundFirstOpacityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backgroundFirstTransformFadeIn {
  0% {
    transform: rotate(0.754deg) translate3d(-2rem, 0, 0);
    @media (min-width: 2560px) {
      transform: rotate(0.754deg) translate3d(-20px, 0, 0);
    }
  }
  100% {
    transform: rotate(0.754deg) translate3d(0, 0, 0);
  }
}
@keyframes backgroundThirdOpacityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backgroundThirdTransformFadeIn {
  0% {
    transform: translate3d(2rem, 0, 0);
    @media (min-width: 2560px) {
      transform: translate3d(20px, 0, 0);
    }
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.cookies-policy-banner {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  position: fixed;
  width: 100%;
  color: #fff;
  font-weight: 400;
  padding: 3rem 2rem;
  z-index: 9999;
}
@media (min-width: 2560px) {
  .cookies-policy-banner {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cookies-policy-banner {
    padding: 30px 20px;
  }
}
@media (max-width: 660px) {
  .cookies-policy-banner {
    padding: 20px 20px;
  }
}
.cookies-policy-banner__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 59.54vw;
  width: 100%;
}
@media (max-width: 992px) {
  .cookies-policy-banner__inner {
    max-width: 100vw;
    flex-direction: column;
    gap: 20px;
  }
}
.cookies-policy-banner__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 49.29vw;
  width: 100%;
}
@media (max-width: 992px) {
  .cookies-policy-banner__text {
    max-width: 100%;
  }
}
.cookies-policy-banner__title {
  font-size: 1.15vw;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cookies-policy-banner__title {
    font-size: 12px;
  }
}
.cookies-policy-banner__description {
  color: #fd4c4b;
  text-align: left;
  line-height: 1.3vw;
  font-size: 0.78vw;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cookies-policy-banner__description {
    font-size: 12px;
    line-height: 1.3;
  }
}
.cookies-policy-banner__link {
  color: #fff;
  display: inline;
  margin-left: 0.1vw;
}
.cookies-policy-banner__link:hover {
  text-decoration: none;
}
.cookies-policy-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.cookies-policy-banner__button {
  align-items: center;
  background-color: rgb(69, 162, 250);
  -webkit-clip-path: polygon(
    0.63vw 0,
    calc(100% - 0.63vw) 0,
    100% 50%,
    calc(100% - 0.63vw) 100%,
    0.63vw 100%,
    0 50%
  );
  clip-path: polygon(
    0.63vw 0,
    calc(100% - 0.63vw) 0,
    100% 50%,
    calc(100% - 0.63vw) 100%,
    0.63vw 100%,
    0 50%
  );
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.83vw;
  font-weight: 700;
  height: 2.92vw;
  justify-content: center;
  min-width: 7.81vw;
  padding: 0 0.78vw;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  border: none;
  position: relative;
}
@media (max-width: 992px) {
  .cookies-policy-banner__button {
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    min-width: 86px;
    padding: 0 12px;
  }
}
.cookies-policy-banner__button:hover {
  background-color: rgb(53, 140, 231);
}
.cookies-policy-banner__button-content {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.grid {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 414px) {
  .grid {
    min-height: calc(100vh + 100px);
  }
}

.header {
  position: absolute;
  left: 50%;
  top: 8rem;
  transform: translate3d(-50%, 0, 0);
  width: calc(100% - 7.8125vw);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 6;
}
@media (min-width: 2560px) {
  .header {
    top: 80px;
  }
}
@media (max-width: 992px) {
  .header {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 660px) {
  .header {
    left: auto;
    transform: translate3d(0, 0, 0);
    top: auto;
    padding: 45px 40px 0 40px;
    justify-content: space-between;
    align-items: center;
    z-index: 6;
  }
}
@media (max-width: 400px) {
  .header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 45px 40px 20px 40px;
  }
}
.header__logo {
  display: flex;
  transition: opacity 0.22s ease-in-out;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo-img {
  width: 17.4195rem;
  height: 3.9rem;
}
@media (min-width: 2560px) {
  .header__logo-img {
    width: 174.195px;
    height: 39px;
  }
}
@media (max-width: 992px) {
  .header__logo-img {
    width: 87.0975px;
    height: 19.5px;
  }
}
@media (max-width: 660px) {
  .header__logo-img {
    width: 103px;
    height: 23px;
  }
}
.header__lang {
  display: block;
}
@media (max-width: 660px) {
  .header__lang {
    display: block;
  }
}
.header__select-wrapper-outer {
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 2560px) {
  .header__select-wrapper-outer {
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .header__select-wrapper-outer {
    display: flex;
  }
}
.header__select-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.header__select-wrapper.show .header__select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(calc(100% + 11px));
}
.header__select-label {
  font:
    400 16px/1 'Golos Text',
    sans-serif;
  color: #fff;
}
.header__select {
  font:
    400 1.8rem/1 'Golos Text',
    sans-serif;
  color: #45a2fa;
  padding: 0.75rem 1.35rem 0.9rem 1.35rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #45a2fa;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .header__select {
    font-size: 18px;
    padding: 7.5px 13.5px 7.5px 13.5px;
    gap: 5px;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 992px) {
  .header__select {
    font-size: 18px;
    padding: 7.5px 13.5px 7.5px 13.5px;
    gap: 5px;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.header__select:after {
  content: '';
  display: block;
  width: 11px;
  min-width: 11px;
  height: 7px;
  min-height: 7px;
  transform: rotate(180deg) translate3d(0, 0.5px, 0);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.22s ease-in-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none' %3E%3Cpath d='M1.5 1.5L5.5 5.5L9.5 1.5' stroke='%2345A2FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.header__select-wrapper.show .header__select {
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 2560px) {
  .header__select-wrapper.show .header__select {
    border-radius: 0 0 4px 4px;
  }
}
.header__select-wrapper.show .header__select:after {
  transform: rotate(0) translate3d(0, 0.5px, 0);
}
.header__select-title {
  color: #45a2fa;
  font:
    500 16px/1 'Golos Text',
    sans-serif;
  padding: 8px 0 9px 17px;
}
.header__select-icon {
  width: 11px;
  height: 7px;
}
.header__select--open .header__select-icon {
  transform: rotate(180deg);
}
.header__select-dropdown {
  width: 100%;
  left: -1px;
  border: 1px solid #45a2fa;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(10px);
  position: absolute;
  top: auto;
  left: 0;
  background: rgb(2, 27, 48);
  border: 1px solid rgba(69, 162, 250, 0.4);
  border-radius: 6px;
  padding: 0;
  min-width: 100px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 2560px) {
  .header__select-dropdown {
    border: 1px solid #45a2fa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(10px);
  }
}
@media (max-width: 992px) {
  .header__select-dropdown {
    border: 1px solid #45a2fa;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(10px);
  }
}
.header__select-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(calc(100% + 2px));
}
@media (min-width: 2560px) {
  .header__select-dropdown.show {
    transform: translateY(calc(100% + 2px));
  }
}
.header__select-dropdown-option {
  text-align: left;
  padding: 9px 13.5px;
  color: #45a2fa;
  font:
    400 13px/1.2 'Golos Text',
    sans-serif;
}
.header__select-dropdown-option:hover {
  background-color: rgba(69, 162, 250, 0.1);
}
.header__select-dropdown-option.hide {
  display: none;
}

.text {
  width: 100%;
  max-width: 95.8rem;
  margin: 0 auto;
  padding: 7rem 2rem 0 2rem;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -2rem, 0);
  z-index: 3;
  flex: 1;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
  animation:
    textOpacityFadeIn 0.3s ease-out forwards,
    textTransformFadeIn 0.5s ease-out forwards;
}
@media (min-width: 2560px) {
  .text {
    max-width: 958px;
    padding: 70px 20px 0 20px;
    transform: translate3d(-50%, -20px, 0);
  }
}
@media (max-width: 992px) {
  .text {
    max-width: 100%;
    padding: 103px 40px 0 40px;
  }
}
@media (max-width: 400px) {
  .text {
    padding-top: 154px;
  }
}
.text--hidden {
  opacity: 0;
  visibility: hidden;
}
.text--show,
.text.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.text__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media (min-width: 2560px) {
  .text__container {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .text__container {
    gap: 17px;
  }
}
.text__title {
  text-align: center;
  font:
    600 5.2rem/1 'Golos Text',
    sans-serif;
  color: #fff;
  margin: 0 0 1.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 2560px) {
  .text__title {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .text__title {
    font-size: 32px;
  }
}
@media (max-width: 660px) {
  .text__title {
    font-size: 20px;
  }
}
.text__title-highlight {
  color: rgb(69, 162, 250);
}
.text__descr {
  display: block;
  padding: 1.4rem 2.8rem 1.6rem 2.8rem;
  gap: 1rem;
  border-radius: 10rem;
  background-color: rgba(2, 27, 48, 0.4);
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  font:
    400 2.8rem/1.4 'Golos Text',
    sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 2560px) {
  .text__descr {
    font-size: 28px;
    padding: 14px 28px 16px 28px;
    gap: 10px;
    border-radius: 100px;
  }
}
@media (max-width: 992px) {
  .text__descr {
    max-width: 356px;
    font-size: 18px;
    line-height: 1.3;
    border-radius: 100px;
    background-image: url(data:image/png;base64,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);
    padding: 14px 28px 16px 28px;
    gap: 10px;
  }
}
@media (max-width: 660px) {
  .text__descr {
    background-size: contain;
    background-color: transparent;
  }
}
.text__descr-highlight {
  color: #fd4c4b;
}
@media (max-width: 660px) {
  .text__descr-highlight {
    color: #ff7651;
  }
}

@keyframes textOpacityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textTransformFadeIn {
  0% {
    transform: translate3d(-50%, -2rem, 0);
    @media (min-width: 2560px) {
      transform: translate3d(-50%, -20px, 0);
    }
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.intro {
  width: 100%;
  max-width: 95.8rem;
  margin: 0 auto;
  padding: 0 2rem 0 2rem;
  position: relative;
  flex: 1;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 2560px) {
  .intro {
    max-width: 958px;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 660px) {
  .intro {
    max-width: 100%;
    padding: 0 20px 0 20px;
    height: 100%;
    min-height: 100vh;
  }
}
.intro--show,
.intro.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.intro--hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.intro__offer {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, visibility;
  transition:
    transform 0.22s ease-in-out,
    opacity 0.22s ease-in-out,
    visibility 0.22s ease-in-out;
  z-index: 4;
  width: 57rem;
  border-radius: 6rem;
  background:
    radial-gradient(
      75.96% 90.48% at 50% 119.84%,
      #3ecc9f 9.13%,
      #031c31 97.12%
    ),
    #fff;
  box-shadow:
    0 0 10rem 0 rgba(70, 246, 217, 0.6),
    0 0 10rem 0 rgba(70, 246, 176, 0.8),
    0 0 5rem 0 #46f695,
    0 0 2rem 0 rgba(30, 179, 137, 0.6) inset,
    0 0 0.4rem 0 rgba(30, 179, 137, 0.8) inset;
}
@media (min-width: 2560px) {
  .intro__offer {
    gap: 47px;
    padding: 30px;
    border-radius: 60px;
    width: 570px;
    box-shadow:
      0 0 100px 0 rgba(70, 246, 217, 0.6),
      0 0 100px 0 rgba(70, 246, 176, 0.8),
      0 0 50px 0 #46f695,
      0 0 20px 0 rgba(30, 179, 137, 0.6) inset,
      0 0 4px 0 rgba(30, 179, 137, 0.8) inset;
  }
}
@media (max-width: 660px) {
  .intro__offer {
    gap: 15px;
    padding: 10px;
    width: 80vw;
    text-align: center;
    height: auto;
    border-radius: 20px;
    background:
      radial-gradient(
        75.96% 90.48% at 50% 119.84%,
        #3ecc9f 9.13%,
        #031c31 97.12%
      ),
      #fff;
    box-shadow:
      0 0 63.158px 0 rgba(70, 246, 217, 0.6),
      0 0 63.158px 0 rgba(70, 246, 176, 0.8),
      0 0 31.579px 0 #46f695,
      0 0 12.632px 0 rgba(30, 179, 137, 0.6) inset,
      0 0 2.526px 0 rgba(30, 179, 137, 0.8) inset;
  }
}
.intro__offer.show {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
  z-index: 9998;
  visibility: visible;
}
.intro__offer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 27, 49, 0.7);
  z-index: 1;
}
.intro__offer-text {
  color: #fff;
  text-align: center;
  font-family: 'Golos Text', sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 2560px) {
  .intro__offer-text {
    font-size: 48px;
  }
}
@media (max-width: 660px) {
  .intro__offer-text {
    font-size: 16px;
  }
}
.intro__offer-btns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 2560px) {
  .intro__offer-btns-wrapper {
    gap: 10px;
  }
}
@media (max-width: 660px) {
  .intro__offer-btns-wrapper {
    gap: 2px;
  }
}
.intro__offer-btn {
  text-decoration: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  width: 51rem;
  padding: 1.8rem 4.3rem 2.4rem 4.3rem;
  font-size: 4.8rem;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: 'Golos Text', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 20rem;
  border: 0.2rem solid #fff;
  will-change: background, color;
  transition:
    background 0.22s ease-in-out,
    color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .intro__offer-btn {
    width: 510px;
    padding: 18px 43px 24px 43px;
    gap: 10px;
    font-size: 48px;
    border-radius: 200px;
    border: 2px solid #fff;
  }
}
@media (max-width: 660px) {
  .intro__offer-btn {
    width: 100%;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 5.84063px 13.9526px 7.7875px 13.9526px;
  }
}
.intro__offer-btn:hover {
  background: #fff;
  color: #031d31;
}
.intro__offer-img {
  display: block;
  position: absolute;
  opacity: 0.5;
  z-index: 1;
  backdrop-filter: blur(3px);
}
.intro__offer-img--first {
  width: 53.1297rem;
  height: 39.8473rem;
  transform: rotate(3.262deg);
  flex-shrink: 0;
  aspect-ratio: 531.3/398.47;
  top: 0.2rem;
  right: -0.3rem;
}
@media (min-width: 2560px) {
  .intro__offer-img--first {
    width: 531.297px;
    height: 398.473px;
    top: 2px;
    right: -3px;
  }
}
@media (max-width: 660px) {
  .intro__offer-img--first {
    width: 169.625px;
    height: 127.219px;
    top: 0;
    right: -1px;
  }
}
.intro__offer-img--second {
  width: 33.3414rem;
  height: 25.0061rem;
  flex-shrink: 0;
  aspect-ratio: 333.41/250.06;
  top: 9rem;
  right: 4.7rem;
}
@media (min-width: 2560px) {
  .intro__offer-img--second {
    width: 333.414px;
    height: 250.061px;
    top: 90px;
    right: 47px;
  }
}
@media (max-width: 660px) {
  .intro__offer-img--second {
    width: 106.445px;
    height: 79.8359px;
    right: 15.0057px;
    top: 28.7344px;
  }
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.intro__area-for-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  bottom: 0;
  z-index: 3;
  background-color: transparent;
}
@media (max-width: 480px) {
  .intro__area-for-animation {
    z-index: 4;
  }
}
.intro__img {
  display: block;
  width: calc(100% - 4rem);
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -4.2rem;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
  will-change: opacity;
}
@media (min-width: 2560px) {
  .intro__img {
    width: calc(100% - 4rem);
    bottom: -42px;
  }
}
@media (max-width: 660px) {
  .intro__img {
    bottom: 114px;
  }
}
@media (max-width: 414px) {
  .intro__img {
    bottom: 200px;
  }
}
.intro__img--animation-first {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.22s ease-in-out;
}
@media (hover: none) and (pointer: coarse) {
  .intro__img--animation-first {
    display: none !important;
  }
}
.intro__img--animation-second {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.22s ease-in-out;
}
@media (hover: none) and (pointer: coarse) {
  .intro__img--animation-second {
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .intro__img--animation-null {
    display: none !important;
  }
}
.intro__img--opacity-up {
  opacity: 1;
}
.intro__img[data-popup='background-animate'].show {
  opacity: 1;
}

.wheel {
  position: relative;
  z-index: 5;
  padding: 8.3rem 0 5.3rem;
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media (min-width: 2560px) {
  .wheel {
    padding: 83px 0 53px;
  }
}
@media (max-width: 660px) {
  .wheel {
    padding: 164px 40px 236px 40px;
  }
}
.wheel--visible {
  visibility: visible;
  opacity: 1;
  display: block;
}
.wheel--show,
.wheel.show {
  visibility: visible;
  opacity: 1;
  display: block;
}
.wheel--default-visible {
  visibility: visible;
  opacity: 1;
  display: block;
}
.wheel__container {
  width: 100%;
  max-width: 852rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2560px) {
  .wheel__container {
    max-width: 852px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .wheel__container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 660px) {
  .wheel__container {
    padding: 0;
  }
}
.wheel__offer {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.7rem;
  padding: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity, visibility;
  transition:
    transform 0.22s ease-in-out,
    opacity 0.22s ease-in-out,
    visibility 0.22s ease-in-out;
  z-index: 4;
  width: 57rem;
  border-radius: 6rem;
  background:
    radial-gradient(
      75.96% 90.48% at 50% 119.84%,
      #3ecc9f 9.13%,
      #031c31 97.12%
    ),
    #fff;
  box-shadow:
    0 0 10rem 0 rgba(70, 246, 217, 0.6),
    0 0 10rem 0 rgba(70, 246, 176, 0.8),
    0 0 5rem 0 #46f695,
    0 0 2rem 0 rgba(30, 179, 137, 0.6) inset,
    0 0 0.4rem 0 rgba(30, 179, 137, 0.8) inset;
}
@media (min-width: 2560px) {
  .wheel__offer {
    gap: 47px;
    padding: 30px;
    border-radius: 60px;
    width: 570px;
    box-shadow:
      0 0 100px 0 rgba(70, 246, 217, 0.6),
      0 0 100px 0 rgba(70, 246, 176, 0.8),
      0 0 50px 0 #46f695,
      0 0 20px 0 rgba(30, 179, 137, 0.6) inset,
      0 0 4px 0 rgba(30, 179, 137, 0.8) inset;
  }
}
@media (max-width: 660px) {
  .wheel__offer {
    gap: 15px;
    padding: 10px;
    width: 185px;
    height: auto;
    border-radius: 20px;
    background:
      radial-gradient(
        75.96% 90.48% at 50% 119.84%,
        #3ecc9f 9.13%,
        #031c31 97.12%
      ),
      #fff;
    box-shadow:
      0 0 63.158px 0 rgba(70, 246, 217, 0.6),
      0 0 63.158px 0 rgba(70, 246, 176, 0.8),
      0 0 31.579px 0 #46f695,
      0 0 12.632px 0 rgba(30, 179, 137, 0.6) inset,
      0 0 2.526px 0 rgba(30, 179, 137, 0.8) inset;
  }
}
.wheel__offer--visible {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
  visibility: visible;
}
.wheel__offer-percent {
  z-index: 2;
  display: flex;
  width: 23.575rem;
  padding: 1.886rem 4.715rem 3.3005rem 4.715rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 56.58px;
  background: radial-gradient(
    73.71% 70.41% at 50.17% 94.5%,
    #ff79f2 0%,
    #197fd5 100%
  );
  box-shadow:
    0 0 4.9632rem 0 rgba(52, 140, 215, 0.8),
    0 0 9.9263rem 0 rgba(52, 140, 215, 0.6),
    0 0 2.4816rem 0 rgba(134, 199, 255, 0.8) inset,
    0 0 9.926px 0 rgba(134, 199, 255, 0.6) inset;
}
@media (min-width: 2560px) {
  .wheel__offer-percent {
    width: 235.75px;
    padding: 18.86px 47.15px 33.005px 47.15px;
    box-shadow:
      0 0 49.632px 0 rgba(52, 140, 215, 0.8),
      0 0 99.263px 0 rgba(52, 140, 215, 0.6),
      0 0 24.816px 0 rgba(134, 199, 255, 0.8) inset,
      0 0 9.926px 0 rgba(134, 199, 255, 0.6) inset;
  }
}
@media (max-width: 660px) {
  .wheel__offer-percent {
    width: 77px;
    gap: 2px;
    padding: 6.11968px 15.2992px 10.7094px 15.2992px;
    border-radius: 12px;
    background: radial-gradient(
      73.71% 70.41% at 50.17% 94.5%,
      #ff79f2 0%,
      #197fd5 100%
    );
    box-shadow:
      0 0 31.346px 0 rgba(52, 140, 215, 0.8),
      0 0 62.693px 0 rgba(52, 140, 215, 0.6),
      0 0 15.673px 0 rgba(134, 199, 255, 0.8) inset,
      0 0 6.269px 0 rgba(134, 199, 255, 0.6) inset;
  }
}
.wheel__offer-percent-number {
  color: #fff;
  text-align: center;
  font-family: 'Golos Text', sans-serif;
  font-size: 9.43rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 2560px) {
  .wheel__offer-percent-number {
    font-size: 94.3px;
  }
}
@media (max-width: 660px) {
  .wheel__offer-percent-number {
    font-size: 31px;
  }
}
.wheel__offer-percent-text {
  color: #fff;
  text-align: center;
  font-family: 'Golos Text', sans-serif;
  font-size: 3.4742rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 2560px) {
  .wheel__offer-percent-text {
    font-size: 34.742px;
  }
}
@media (max-width: 660px) {
  .wheel__offer-percent-text {
    font-size: 11px;
  }
}
.wheel__offer-btns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 2560px) {
  .wheel__offer-btns-wrapper {
    gap: 10px;
  }
}
@media (max-width: 660px) {
  .wheel__offer-btns-wrapper {
    gap: 2px;
  }
}
.wheel__offer-btn {
  text-decoration: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: flex;
  width: 51rem;
  padding: 1.8rem 4.3rem 2.4rem 4.3rem;
  font-size: 4.8rem;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: 'Golos Text', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 20rem;
  border: 0.2rem solid #fff;
  will-change: background, color;
  transition:
    background 0.22s ease-in-out,
    color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .wheel__offer-btn {
    width: 510px;
    padding: 18px 43px 24px 43px;
    gap: 10px;
    font-size: 48px;
    border-radius: 200px;
    border: 2px solid #fff;
  }
}
@media (max-width: 660px) {
  .wheel__offer-btn {
    width: 100%;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 5.84063px 13.9526px 7.7875px 13.9526px;
  }
}
.wheel__offer-btn:hover {
  background: #fff;
  color: #031d31;
}
.wheel__offer-img {
  display: block;
  position: absolute;
}
.wheel__offer-img--first {
  width: 53.1297rem;
  height: 39.8473rem;
  transform: rotate(3.262deg);
  flex-shrink: 0;
  aspect-ratio: 531.3/398.47;
  top: 0.2rem;
  right: -0.3rem;
}
@media (min-width: 2560px) {
  .wheel__offer-img--first {
    width: 531.297px;
    height: 398.473px;
    top: 2px;
    right: -3px;
  }
}
@media (max-width: 660px) {
  .wheel__offer-img--first {
    width: 169.625px;
    height: 127.219px;
    top: 0;
    right: -1px;
  }
}
.wheel__offer-img--second {
  width: 33.3414rem;
  height: 25.0061rem;
  flex-shrink: 0;
  aspect-ratio: 333.41/250.06;
  top: 9rem;
  right: 4.7rem;
}
@media (min-width: 2560px) {
  .wheel__offer-img--second {
    width: 333.414px;
    height: 250.061px;
    top: 90px;
    right: 47px;
  }
}
@media (max-width: 660px) {
  .wheel__offer-img--second {
    width: 106.445px;
    height: 79.8359px;
    right: 15.0057px;
    top: 28.7344px;
  }
}
.wheel__main {
  width: 100%;
  max-width: 81.2rem;
  height: 100%;
  max-height: 75vh;
  object-fit: contain;
  transition: transform 5.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  z-index: 2;
  position: relative;
  will-change: transform;
}
@media (min-width: 2560px) {
  .wheel__main {
    max-width: 812px;
    max-height: 812px;
  }
}
@media (max-width: 992px) {
  .wheel__main {
    max-width: 600px;
    max-height: 600px;
  }
}
@media (max-width: 660px) {
  .wheel__main {
    max-width: 427.71px;
    width: 427.71px;
    min-width: 427.71px;
    max-height: 428.27px;
    height: 428.27px;
    min-height: 428.27px;
  }
}
.wheel__title {
  font:
    600 2.4rem/1 'Golos Text',
    sans-serif;
  color: #afddff;
  text-align: center;
  text-shadow: 0 0 2rem rgba(144, 201, 243, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, calc(-50% - 2.9rem), 0);
  z-index: 1;
}
@media (min-width: 2560px) {
  .wheel__title {
    font-size: 24px;
    text-shadow: 0 0 20px rgba(144, 201, 243, 0.8);
    transform: translate3d(-50%, calc(-50% - 29px), 0);
  }
}
@media (max-width: 660px) {
  .wheel__title {
    text-shadow: 0 0 11.047px rgba(144, 201, 243, 0.8);
    font:
      600 24px/1 'Golos Text',
      sans-serif;
    transform: translate3d(-50%, calc(-50% - 3px), 0);
    width: 27%;
  }
}
.wheel__back {
  display: block;
  width: 100%;
  max-width: 84.9rem;
  height: 100%;
  max-height: 84.9rem;
  position: absolute;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
@media (min-width: 2560px) {
  .wheel__back {
    max-width: 849px;
    max-height: 849px;
  }
}
@media (max-width: 992px) {
  .wheel__back {
    max-width: 627.33990148px;
    max-height: 627.33990148px;
  }
}
@media (max-width: 660px) {
  .wheel__back {
    display: none;
  }
}
.wheel__back--mobile {
  display: none;
  width: 461px;
  max-width: 461px;
  min-width: 461px;
  height: 461px;
  max-height: 461px;
  min-height: 461px;
}
@media (max-width: 660px) {
  .wheel__back--mobile {
    display: block;
  }
}
.wheel__back-arrow {
  display: block;
  background-image: url('/img/wheel/arrow.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 11.6rem;
  height: 16.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, calc(-50% - 17.5rem), 0);
  z-index: 3;
}
@media (min-width: 2560px) {
  .wheel__back-arrow {
    width: 116px;
    height: 168px;
    transform: translate3d(-50%, calc(-50% - 175px), 0);
  }
}
@media (max-width: 992px) {
  .wheel__back-arrow {
    width: 96.4px;
    height: 110.4px;
    transform: translate3d(-50%, calc(-50% - 135px), 0);
  }
}
@media (max-width: 660px) {
  .wheel__back-arrow {
    width: 81.6949152542px;
    height: 93.5593220339px;
    transform: translate3d(-50%, calc(-50% - 91px), 0);
  }
}
.wheel__btn {
  position: relative;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Golos Text', sans-serif;
  font-size: 7.6597rem;
  font-style: normal;
  font-weight: 600;
  border: none;
  letter-spacing: normal;
  line-height: 1 !important;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 2.15rem 4.7rem 2.45rem 4.7rem;
  cursor: pointer;
  outline: none;
  background: none;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 8.7042rem;
  background: linear-gradient(180deg, #ff5568 0%, #e8193d 100%);
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .wheel__btn {
    font-size: 76.597px;
    padding: 21.5px 47px 24.5px 47px;
    border-radius: 87.042px;
  }
}
@media (max-width: 992px) {
  .wheel__btn {
    font-size: 64.203px;
    padding: 17.51px 39.397px 20.428px 39.397px;
    border-radius: 72.958px;
  }
}
.wheel__btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #ff7282 24.26%, #e21538 100%);
  opacity: 0;
  transition: opacity 0.22s ease-in-out;
  pointer-events: none;
}
.wheel__btn > div {
  text-align: center;
  filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.35));
  font-family: 'Golos Text', sans-serif;
  font-size: 7.6597rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1 !important;
  text-transform: uppercase;
  background: white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: color, text-shadow;
  transition:
    color 0.22s ease-in-out,
    text-shadow 0.12s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 2560px) {
  .wheel__btn > div {
    font-size: 76.597px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
  }
}
@media (max-width: 992px) {
  .wheel__btn > div {
    font-size: 64.203px;
  }
}
.wheel__btn:hover::before {
  opacity: 1;
  box-shadow: 0 0.4rem 0 0 #ad1630;
}
@media (min-width: 2560px) {
  .wheel__btn:hover::before {
    box-shadow: 0 4px 0 0 #ad1630;
  }
}
@media (max-width: 992px) {
  .wheel__btn:hover::before {
    box-shadow: 0 4px 0 0 #ad1630;
  }
}
.wheel__btn:active {
  background: linear-gradient(180deg, #46649f 18.01%, #2e4c82 100%);
  box-shadow: 0 0.4rem 0 0 #c5ccff;
}
@media (min-width: 2560px) {
  .wheel__btn:active {
    box-shadow: 0 4px 0 0 #c5ccff;
  }
}
@media (max-width: 992px) {
  .wheel__btn:active {
    box-shadow: 0 4px 0 0 #c5ccff;
  }
}
.wheel__btn:active::before {
  opacity: 0;
}
.wheel__btn:active > div {
  color: #f1f4ff;
}
.wheel__btn {
  position: absolute;
  left: 50%;
  top: calc(50% + 2.3rem);
  transform: translate3d(-50%, -50%, 0) scale(1);
  z-index: 3;
  font-size: 3.633rem !important;
  padding: 0.95rem 2.23rem 1.05rem !important;
}
@media (min-width: 2560px) {
  .wheel__btn {
    top: calc(50% + 23px);
    font-size: 36.33px !important;
    padding: 9.5px 22.3px 10.5px !important;
  }
}
@media (max-width: 992px) {
  .wheel__btn {
    position: absolute;
    left: 50%;
    top: calc(50% + 20px);
    transform: translate3d(-50%, -50%, 0) scale(1);
    z-index: 3;
    font-size: 23px !important;
    padding: 9.5px 22.3px 10.5px !important;
  }
}
@media (max-width: 660px) {
  .wheel__btn {
    padding: 11.63px 26.17px 13.57px 26.17px !important;
    gap: 0 !important;
    border-radius: 48.5px !important;
    font-size: 42.656px !important;
    top: auto;
    bottom: -34px;
    transform: translate3d(-50%, 100%, 0) scale(1);
    will-change: transform;
    transition: transform 0.1s ease-in-out !important;
  }
}
.wheel__btn--hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.wheel__btn-text {
  font-size: 3.633rem !important;
}
@media (min-width: 2560px) {
  .wheel__btn-text {
    font-size: 36.33px !important;
  }
}
@media (max-width: 992px) {
  .wheel__btn-text {
    font-size: 23px !important;
  }
}
@media (max-width: 660px) {
  .wheel__btn-text {
    font-size: 42.656px !important;
  }
}
.wheel__btn--spin {
  animation: wheelButtonPulse 1s ease-in-out infinite;
}
.wheel__btn--spin:hover {
  animation-play-state: paused;
}

@keyframes wheelButtonPulse {
  0%,
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
}
.text-block {
  padding: 70px 20px 70px 20px;
}
@media (max-width: 992px) {
  .text-block {
    padding: 120px 20px 70px 20px;
  }
}
@media (max-width: 400px) {
  .text-block {
    padding: 150px 20px 70px 20px;
  }
}
.text-block__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 2560px) {
  .text-block__container {
    max-width: 1000px;
    padding: 0 20px;
  }
}
.text-block__title {
  font:
    600 48px/1.2 'Golos Text',
    sans-serif;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .text-block__title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .text-block__title {
    margin-bottom: 28px;
  }
}
.text-block__content h2 {
  font:
    600 24px/1.3 'Golos Text',
    sans-serif;
  color: #ffffff;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .text-block__content h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .text-block__content h2 {
    margin: 30px 0 18px 0;
  }
}
.text-block__content h2:first-of-type {
  margin-top: 0;
}
.text-block__content h3 {
  font:
    600 20px/1.3 'Golos Text',
    sans-serif;
  color: #ffffff;
  margin: 30px 0 15px 0;
}
@media (max-width: 992px) {
  .text-block__content h3 {
    font-size: 16px;
  }
}
.text-block__content p {
  font:
    400 16px/1.6 'Golos Text',
    sans-serif;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .text-block__content p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .text-block__content p {
    margin-bottom: 12px;
  }
}
.text-block__content p:last-child {
  margin-bottom: 0;
}
.text-block__content p:first-of-type + h2 {
  margin-top: 40px;
}
@media (max-width: 400px) {
  .text-block__content p:first-of-type + h2 {
    margin-top: 30px;
  }
}
.text-block__content p:first-of-type + h3 {
  margin-top: 30px;
}
.text-block__content ul,
.text-block__content ol {
  margin: 16px 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .text-block__content ul,
  .text-block__content ol {
    padding-left: 16px;
  }
}
@media (max-width: 400px) {
  .text-block__content ul,
  .text-block__content ol {
    margin: 14px 0;
  }
}
.text-block__content li {
  font:
    400 16px/1.6 'Golos Text',
    sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .text-block__content li {
    font-size: 14px;
  }
}
.text-block__content li:last-child {
  margin-bottom: 0;
}
.text-block__content strong {
  font-weight: 600;
  color: #ffffff;
}

.footer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem 2rem 0 0;
  background: #062b4a;
  margin: auto 0 0 0;
  padding: 3.4rem 0 3.4rem;
  z-index: 4;
}
@media (min-width: 2560px) {
  .footer {
    border-radius: 20px 20px 0 0;
    padding: 34px 0 34px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 0;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 660px) {
  .footer {
    background: transparent;
  }
}
@media (max-width: 992px) {
  .footer--main {
    transform: translate3d(0, 80%, 0);
  }
}
@media (max-width: 660px) {
  .footer--main {
    transform: translate3d(0, 0, 0);
  }
}
.footer:before {
  content: '';
  display: none;
  background-image: url('/img/bg/1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  width: 410.524px;
  height: 400.333px;
  transform: rotate(-9.796deg);
  aspect-ratio: 410.52/400.33;
  top: auto;
  transform: translate3d(0, calc(-100% + 174px), 0) rotate(-7deg);
  left: -100px;
  display: none;
}
@media (max-width: 660px) {
  .footer:before {
    display: block;
  }
}
@media (max-width: 400px) {
  .footer:before {
    transform: translate3d(0, calc(-100% + 132px), 0) rotate(-7deg);
  }
}
@media (max-width: 480px) {
  .footer:before {
    transform: translate3d(0, calc(-100% + 122px), 0) rotate(-7deg);
  }
}
.footer:after {
  content: '';
  display: none;
  background-image: url('/img/bg/2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  width: 325.458px;
  height: 274.0896px;
  aspect-ratio: 271.21/228.41;
  top: auto;
  transform: translate3d(0, calc(-100% + 30px), 0);
  right: -63px;
}
@media (max-width: 660px) {
  .footer:after {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer:after {
    transform: translate3d(0, calc(-100% - 30px), 0);
  }
}
.footer__btn {
  position: relative;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Golos Text', sans-serif;
  font-size: 7.6597rem;
  font-style: normal;
  font-weight: 600;
  border: none;
  letter-spacing: normal;
  line-height: 1 !important;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 2.15rem 4.7rem 2.45rem 4.7rem;
  cursor: pointer;
  outline: none;
  background: none;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 8.7042rem;
  background: linear-gradient(180deg, #ff5568 0%, #e8193d 100%);
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__btn {
    font-size: 76.597px;
    padding: 21.5px 47px 24.5px 47px;
    border-radius: 87.042px;
  }
}
@media (max-width: 992px) {
  .footer__btn {
    font-size: 64.203px;
    padding: 17.51px 39.397px 20.428px 39.397px;
    border-radius: 72.958px;
  }
}
.footer__btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #ff7282 24.26%, #e21538 100%);
  opacity: 0;
  transition: opacity 0.22s ease-in-out;
  pointer-events: none;
}
.footer__btn > div {
  text-align: center;
  filter: drop-shadow(0 0.2rem 0.3rem rgba(0, 0, 0, 0.35));
  font-family: 'Golos Text', sans-serif;
  font-size: 7.6597rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1 !important;
  text-transform: uppercase;
  background: white;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: color, text-shadow;
  transition:
    color 0.22s ease-in-out,
    text-shadow 0.12s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (min-width: 2560px) {
  .footer__btn > div {
    font-size: 76.597px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
  }
}
@media (max-width: 992px) {
  .footer__btn > div {
    font-size: 64.203px;
  }
}
.footer__btn:hover::before {
  opacity: 1;
  box-shadow: 0 0.4rem 0 0 #ad1630;
}
@media (min-width: 2560px) {
  .footer__btn:hover::before {
    box-shadow: 0 4px 0 0 #ad1630;
  }
}
@media (max-width: 992px) {
  .footer__btn:hover::before {
    box-shadow: 0 4px 0 0 #ad1630;
  }
}
.footer__btn:active {
  background: linear-gradient(180deg, #46649f 18.01%, #2e4c82 100%);
  box-shadow: 0 0.4rem 0 0 #c5ccff;
}
@media (min-width: 2560px) {
  .footer__btn:active {
    box-shadow: 0 4px 0 0 #c5ccff;
  }
}
@media (max-width: 992px) {
  .footer__btn:active {
    box-shadow: 0 4px 0 0 #c5ccff;
  }
}
.footer__btn:active::before {
  opacity: 0;
}
.footer__btn:active > div {
  color: #f1f4ff;
}
.footer__btn {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  top: -8.4rem;
  z-index: 1;
  cursor: pointer;
  animation: footerButtonPulse 1s ease-in-out infinite;
}
.footer__btn:hover {
  animation-play-state: paused;
}
@media (min-width: 2560px) {
  .footer__btn {
    top: -84px;
  }
}
@media (max-width: 992px) {
  .footer__btn {
    top: -40%;
  }
}
@media (max-width: 768px) {
  .footer__btn {
    top: -41%;
  }
}
@media (max-width: 660px) {
  .footer__btn {
    top: -22%;
  }
}
@media (max-width: 480px) {
  .footer__btn {
    top: -14%;
  }
}
@media (max-width: 400px) {
  .footer__btn {
    top: -12%;
  }
  .footer__btn--hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.footer__btn.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.footer__container {
  width: calc(100% - 7.8125vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__container {
    padding: 40px 20px 80px;
  }
}
@media (max-width: 660px) {
  .footer__container {
    width: 100%;
    background: #062b4a;
    border-radius: 20px 20px 0 0;
    z-index: 2;
    padding: 40px 40px 80px;
  }
}
@media (max-width: 660px) {
  .footer__container {
    padding: 40px 40px 40px;
  }
}
.footer__row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 660px) {
  .footer__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .footer__row {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 660px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}
.footer__col--left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 660px) {
  .footer__col--left {
    gap: 36px;
  }
}
.footer__col--right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 660px) {
  .footer__col--right {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .footer__col--right {
    align-items: flex-end;
  }
}
@media (max-width: 660px) {
  .footer__col--right {
    align-items: flex-start;
  }
}
.footer__links-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 2560px) {
  .footer__links-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .footer__links-wrapper {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .footer__links-wrapper {
    gap: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}
@media (max-width: 660px) {
  .footer__links-wrapper {
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer__links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }
}
.footer__link {
  font:
    400 1.8rem/1 'Golos Text',
    sans-serif;
  color: #fff;
  text-decoration: none;
  will-change: color;
  transition: color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__link {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 14px;
  }
}
@media (max-width: 660px) {
  .footer__link {
    white-space: nowrap;
    font-size: 13px;
  }
}
.footer__link:hover {
  color: #fd4c4b;
}
.footer__text {
  font:
    400 1.2rem/1.6 'Golos Text',
    sans-serif;
  color: #fff;
}
@media (min-width: 2560px) {
  .footer__text {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .footer__text {
    font-size: 12px;
  }
}
.footer__text--align-left {
  text-align: left;
}
@media (max-width: 660px) {
  .footer__text--align-left {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .footer__text--align-left br {
    display: none;
  }
}
.footer__text--align-right {
  text-align: right;
}
@media (max-width: 660px) {
  .footer__text--align-right {
    text-align: right;
  }
}
@media (max-width: 660px) {
  .footer__text--align-right {
    text-align: left;
  }
}
.footer__text-link {
  font:
    400 1.2rem/1.6 'Golos Text',
    sans-serif;
  color: #fff;
  text-decoration: underline;
  will-change: color;
  transition: color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__text-link {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .footer__text-link {
    font-size: 12px;
  }
}
.footer__text-link:hover {
  color: #fd4c4b;
}
.footer__select-wrapper-outer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 2560px) {
  .footer__select-wrapper-outer {
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .footer__select-wrapper-outer {
    display: none;
  }
}
.footer__select-wrapper {
  position: relative;
}
.footer__select-label {
  font:
    400 1.8rem/1 'Golos Text',
    sans-serif;
  color: #fff;
}
@media (min-width: 2560px) {
  .footer__select-label {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer__select-label {
    font-size: 16px;
  }
}
.footer__select {
  font:
    400 1.8rem/1 'Golos Text',
    sans-serif;
  color: #45a2fa;
  padding: 0.75rem 1.35rem 0.9rem 1.35rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #45a2fa;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__select {
    font-size: 18px;
    padding: 7.5px 13.5px 7.5px 13.5px;
    gap: 5px;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 992px) {
  .footer__select {
    font-size: 18px;
    padding: 7.5px 13.5px 7.5px 13.5px;
    gap: 5px;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.footer__select:after {
  content: '';
  display: block;
  width: 11px;
  min-width: 11px;
  height: 7px;
  min-height: 7px;
  transform: rotate(0deg) translate3d(0, 0.5px, 0);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.22s ease-in-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none' %3E%3Cpath d='M1.5 1.5L5.5 5.5L9.5 1.5' stroke='%2345A2FA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.footer__select-wrapper.show .footer__select {
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (min-width: 2560px) {
  .footer__select-wrapper.show .footer__select {
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 992px) {
  .footer__select-wrapper.show .footer__select {
    border-radius: 0 0 4px 4px;
  }
}
.footer__select-wrapper.show .footer__select:after {
  transform: rotate(180deg) translate3d(0, 0.5px, 0);
}
.footer__select-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #062b4a;
  border: 0.1rem solid #45a2fa;
  border-bottom: none;
  border-radius: 0.4rem 0.4rem 0 0;
  box-shadow: 0 -0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition:
    opacity 0.22s ease-in-out,
    visibility 0.22s ease-in-out,
    transform 0.22s ease-in-out;
  min-width: auto;
}
@media (min-width: 2560px) {
  .footer__select-dropdown {
    border: 1px solid #45a2fa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(10px);
  }
}
@media (max-width: 992px) {
  .footer__select-dropdown {
    border: 1px solid #45a2fa;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(10px);
  }
}
.footer__select-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(1px);
}
@media (min-width: 2560px) {
  .footer__select-dropdown.show {
    transform: translateY(1px);
  }
}
.footer__select-dropdown-option {
  text-align: left;
  font:
    400 1.8rem/1 'Golos Text',
    sans-serif;
  color: #45a2fa;
  padding: 0.75rem 1.35rem;
  cursor: pointer;
  transition: background-color 0.22s ease-in-out;
}
@media (min-width: 2560px) {
  .footer__select-dropdown-option {
    font-size: 18px;
    padding: 7.5px 13.5px;
  }
}
@media (max-width: 992px) {
  .footer__select-dropdown-option {
    font-size: 16px;
    padding: 7px 15px;
    text-align: left;
  }
}
.footer__select-dropdown-option:hover {
  background-color: rgba(69, 162, 250, 0.1);
}
.footer__select-dropdown-option.hide {
  display: none;
}

@keyframes footerButtonPulse {
  0%,
  100% {
    transform: translate3d(-50%, -100%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -100%, 0) scale(1.1);
  }
}
/*# sourceMappingURL=app-project.css.map */
