/*! 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.
 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
  max-width: 100%;
}

/* 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #FF6032 #072f60;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: #fa5a00;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #000000;
  color: #fff;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
}

.wrapper {
  overflow: hidden;
  min-height: 100dvh;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 15px;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

.section__header {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
  z-index: 100;
}
.section__main {
  padding: 90px 0 140px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .section__main {
    padding: 40px 0 20px;
  }
}
.section__advantages {
  padding: 20px 0 100px;
}
@media screen and (max-width: 700px) {
  .section__advantages {
    padding: 10px 0 200px;
  }
}
.section__registration {
  padding: 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .section__registration {
    padding: 100px 0 30px;
  }
}
.section__geos {
  padding: 100px 0 0;
}
@media screen and (max-width: 700px) {
  .section__geos {
    padding-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .section__questions {
    padding-top: 70px;
  }
}

.header {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .header {
    padding: 15px 0;
  }
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    max-width: 40px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .header__menu {
    gap: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .header__menu {
    gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  .header__menu {
    gap: 10px;
  }
}
.header__menu .btn {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.25rem);
  padding: 13px 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .header__menu .btn {
    padding: 8px 25px;
  }
}
@media screen and (max-width: 700px) {
  .header__menu .btn {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 350px) {
  .header__menu .btn {
    padding: 8px 10px;
  }
}
.header__lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.25rem);
  font-weight: 500;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .header__lang-switch {
    gap: 5px;
  }
}
.header.opened .header__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header.opened .lang-switch {
  -webkit-transform: none;
          transform: none;
}

.btn {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 700;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 275px;
  padding: 24px 0;
  line-height: 1.5;
  width: 100%;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .btn {
    padding: 15px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 700px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn--trans {
  outline: 1px solid #fff;
}
.btn--trans:hover {
  color: #003266;
  background: #FFF;
}
.btn--trans:active {
  opacity: 0.8;
}
.btn--orange {
  background: #FF0000;
}
.btn--orange:hover { 
  background: #FFFFFF; /* Белый фон при наведении */
  color: #000000; /* Черный текст при наведении */
  border: 1px solid #ff9900; /* Оранжевая рамка */
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(239, 81, 35, 0.25);
  box-shadow: 0px 12px 32px 0px rgba(239, 81, 35, 0.25);
}
.btn--orange:active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), #FB4D00;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FB4D00;
}
.btn--blue {
  background: #FF0000;
}
.btn--blue:hover { background: #FFFFFF; color: #000000;
  background: #FFFFFF; color: #000000;
  background-blend-mode: overlay, normal;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 12px 32px 0px rgba(255, 255, 255, 0.25);
}
.btn--blue:active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), #06F;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #06F;
}

.main {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
.main__title {
  text-align: center;
  font-size: clamp(1.875rem, 1.042rem + 4.17vw, 4.375rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.main__title span {
  color: #FF0000;
}
.main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 60px 0;
}
@media screen and (max-width: 700px) {
  .main__block {
    gap: 20px;
    margin: 40px 0 30px;
  }
}
.main__item {
  padding: 100px 40px 40px;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 325px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .main__item {
    padding: 100px 25px 25px;
  }
}
@media screen and (max-width: 700px) {
  .main__item {
    padding: 80px 20px 20px;
    border-radius: 20px;
  }
}
.main__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  z-index: -1;
}
.main__img {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 1200px) {
  .main__img {
    max-width: 70px;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 700px) {
  .main__img {
    top: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 450px) {
  .main__img {
    max-width: 60px;
  }
}
.main__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 0.917rem + 1.04vw, 1.75rem);
  font-weight: 500;
  position: relative;
}
.main__feature {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.main__bg {
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: -10;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}
@media screen and (max-width: 1600px) {
  .main__bg {
    max-width: 140%;
  }
}
@media screen and (max-width: 900px) {
  .main__bg {
    max-width: 190%;
  }
}
@media screen and (max-width: 700px) {
  .main__bg {
    top: 40px;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

.title {
  text-align: center;
  font-size: clamp(1.5rem, 0.75rem + 3.75vw, 3.75rem);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.advantages {
  position: relative;
}
.advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .advantages__block {
    gap: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .advantages__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  .advantages__block {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.advantages__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 1100px) {
  .advantages__elem {
    gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  .advantages__elem {
    width: 100%;
    max-width: 600px;
  }
}
.advantages__elem:first-child .advantages__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.advantages__elem:nth-child(2) .advantages__item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.advantages__item {
  width: 100%;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .advantages__item {
    padding: 20px;
  }
}
.advantages__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.05%, rgba(255, 255, 255, 0.05)), color-stop(97.08%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0.05%, rgba(255, 255, 255, 0) 97.08%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
@media screen and (max-width: 700px) {
  .advantages__item:before {
    border-radius: 20px;
  }
}
.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .advantages__inner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__image {
    max-width: 70px;
  }
}
@media screen and (max-width: 700px) {
  .advantages__image {
    max-width: 50px;
  }
}
.advantages__text {
  max-width: 280px;
}
.advantages__trophy {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .advantages__trophy {
    max-width: 389.6px;
  }
}
@media screen and (max-width: 1100px) {
  .advantages__trophy {
    left: 25%;
  }
}
@media screen and (max-width: 700px) {
  .advantages__trophy {
    max-width: 170px;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-65%, -5%);
            transform: translate(-65%, -5%);
  }
}
.advantages__feature {
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  pointer-events: none;
}
.advantages__feature--coin-one {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}
@media screen and (max-width: 700px) {
  .advantages__feature--coin-one {
    max-width: 50%;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }
}
.advantages__feature--coin-two {
  top: 62%;
  left: 61%;
}
@media screen and (max-width: 700px) {
  .advantages__feature--coin-two {
    max-width: 80px;
    top: 5%;
    left: 80%;
  }
}
.advantages__feature--gift {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-44%, 4%);
          transform: translate(-44%, 4%);
}
@media screen and (max-width: 700px) {
  .advantages__feature--gift {
    top: 100%;
    max-width: 135px;
    -webkit-transform: translate(-80%, 4%);
            transform: translate(-80%, 4%);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

.registration {
  position: relative;
}
.registration__block {
  max-width: 500px;
  margin: 60px auto 0;
}
@media screen and (max-width: 700px) {
  .registration__block {
    margin-top: 30px;
  }
}
.registration__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .registration__form {
    gap: 16px;
  }
}
.registration__field {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .registration__field {
    padding: 5px 10px;
  }
}
.registration__field:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.registration__field.active:before {
  border: 1px solid #FFF;
}
.registration__field.active .registration__icon {
  opacity: 1;
}
.registration__input {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  padding: 10px 45px 10px 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 700px) {
  .registration__input {
    padding: 10px 35px 10px 10px;
  }
}
.registration__input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 1em;
}
.registration__input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 1em;
}
.registration__input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 1em;
}
.registration__input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 1em;
}
.registration__input::placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 1em;
}
.registration__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
}
@media screen and (max-width: 700px) {
  .registration__icon {
    right: 16px;
  }
}
.registration__desc {
  max-width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.registration__desc #checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.registration__desc #checkbox:checked + .registration__label:after {
  opacity: 1;
}
.registration__desc #checkbox:focus + .registration__label:before {
  outline: 1px solid #FB4D00;
}
.registration__label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}
.registration__label a {
  -webkit-text-decoration: border-bottom;
          text-decoration: border-bottom;
  color: #F05223;
}
.registration__label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  top: 3px;
  left: 0;
}
.registration__label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #FB4D00;
  top: 6px;
  left: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.registration__btn {
  margin-top: 20px;
  position: relative;
}
.registration__elem {
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  pointer-events: none;
}
.registration__elem--user {
  top: 0;
  left: 0;
  -webkit-transform: translate(-28%, 0);
          transform: translate(-28%, 0);
}
@media screen and (max-width: 1200px) {
  .registration__elem--user {
    max-width: 470.4px;
  }
}
@media screen and (max-width: 700px) {
  .registration__elem--user {
    max-width: 201.6px;
    -webkit-transform: translate(-40%, -60%);
            transform: translate(-40%, -60%);
  }
}
.registration__elem--ball {
  top: 0;
  right: 0;
  -webkit-transform: translate(5%, -10%);
          transform: translate(5%, -10%);
}
@media screen and (max-width: 1200px) {
  .registration__elem--ball {
    max-width: 427.7px;
  }
}
@media screen and (max-width: 700px) {
  .registration__elem--ball {
    max-width: 183.3px;
    -webkit-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
}
.registration__elem--lighting {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(30%, 50%);
          transform: translate(30%, 50%);
}
@media screen and (max-width: 1200px) {
  .registration__elem--lighting {
    max-width: 660.8px;
  }
}
@media screen and (max-width: 700px) {
  .registration__elem--lighting {
    max-width: 283.2px;
    -webkit-transform: translate(50%, 10%);
            transform: translate(50%, 10%);
  }
}

.geos__title {
  margin: 40px 0;
  padding: 0 15px;
}
@media screen and (max-width: 700px) {
  .geos__title {
    margin: 40px 0 0;
  }
}
.geos__block {
  background-image: url(../img2/geos-bg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 805px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .geos__block {
    width: 120%;
    height: 50dvw;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 700px) {
  .geos__block {
    width: 170%;
    height: 70dvw;
    background-position: center;
  }
}
@media screen and (max-width: 450px) {
  .geos__block {
    width: 210%;
    height: 100dvw;
  }
}
.geos__list {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .geos__list {
    position: initial;
    max-width: 470px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .geos__list {
    max-width: calc(100dvw - 20px);
    gap: 10px;
  }
}
.geos__list:before {
  content: "";
  width: 100%;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.geos__list:after {
  content: "";
  width: 100%;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.geos__item {
  width: 52px;
  height: 74px;
  background-image: url(../img2/geo-union.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media screen and (max-width: 1100px) {
  .geos__item {
    position: relative;
  }
}
.geos__item:nth-child(1) {
  top: 52%;
  left: 29%;
}
.geos__item:nth-child(2) {
  top: 74%;
  left: 24%;
}
.geos__item:nth-child(3) {
  top: 58%;
  left: 23.3%;
}
.geos__item:nth-child(4) {
  top: 16%;
  left: 48.7%;
}
.geos__item:nth-child(5) {
  top: 12%;
  left: 51%;
}
.geos__item:nth-child(6) {
  top: 20%;
  left: 43.8%;
}
.geos__item:nth-child(7) {
  top: 8%;
  left: 47%;
}
.geos__item:nth-child(8) {
  top: 20%;
  left: 55.8%;
}
.geos__item:nth-child(9) {
  top: 10.7%;
  left: 65.2%;
}
.geos__item:nth-child(10) {
  top: 14%;
  left: 53.8%;
}
.geos__item:nth-child(11) {
  top: 18%;
  left: 58.5%;
}
.geos__item:nth-child(12) {
  top: 25%;
  left: 60%;
}
.geos__item:nth-child(13) {
  top: 20%;
  left: 62.3%;
}
.geos__item:nth-child(14) {
  top: 35%;
  left: 65.5%;
}
.geos__item:nth-child(15) {
  top: 34%;
  left: 69.5%;
}
.geos__item:nth-child(16) {
  top: 28%;
  left: 63.7%;
}
.geos__item:nth-child(17) {
  top: 28%;
  left: 67.5%;
}
@media screen and (max-width: 1100px) {
  .geos__item:nth-child(n) {
    top: 0;
    left: 0;
  }
}
.geos__flag {
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.geos__name {
  position: relative;
}
.geos__polygon {
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .geos__polygon {
    display: none;
  }
}
.geos__polygon--red {
  top: 4%;
  left: 37%;
}
.geos__polygon--blue {
  top: 46%;
  left: 20%;
}

.questions {
  padding: 200px 0 170px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 700px) {
  .questions {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 450px) {
  .questions {
    padding: 100px 0 20px;
  }
}
.questions__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-38%, -30%);
          transform: translate(-38%, -30%);
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .questions__image {
    max-width: 400px;
    -webkit-transform: translate(-38%, -15%);
            transform: translate(-38%, -15%);
  }
}
@media screen and (max-width: 700px) {
  .questions__image {
    max-width: 250px;
    -webkit-transform: translate(-38%, -20%);
            transform: translate(-38%, -20%);
  }
}
.questions__star {
  position: absolute;
  bottom: 10%;
  left: 70%;
  pointer-events: none;
}
.questions__text {
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.875rem);
  margin: 20px 0 40px;
}
@media screen and (max-width: 700px) {
  .questions__text {
    margin: 15px 0 30px;
  }
}
.questions__btn {
  max-width: 330px;
}

.footer {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 15px 0;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    max-width: 40px;
  }
}
.footer:before {
  content: "";
  position: absolute;
  width: 5328px;
  height: 5328px;
  border-radius: 100%;
  background: #FF0000;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 700px) {
  .footer:before {
    width: 2050px;
    height: 2050px;
    top: 80%;
  }
}

.lang-switch {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 10px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  -webkit-transform: translateY(calc(-100% - 300px));
          transform: translateY(calc(-100% - 300px));
}
@media screen and (max-width: 700px) {
  .lang-switch {
    right: -10px;
  }
}
.lang-switch:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
@media screen and (max-width: 700px) {
  .lang-switch:before {
    background: rgb(0, 50, 102);
    border-radius: 0 0 10px 10px;
  }
}
.lang-switch__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.lang-switch__link:hover {
  color: #FB4D00;
}
@media screen and (max-width: 700px) {
  .lang-switch__icon {
    max-width: 25px;
  }
}