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

h1, h2, h3, h4, h5, h6, p, b, strong, i, a, span {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
}

a {
  text-decoration: none;
}

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

* {
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

*:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

*::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  outline: none !important;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@font-face {
  font-family: "Aeonik Pro";
  src: url(/fonts/AeonikProRegular.eot?98c758d84ba3a759f74742c51942b925);
  src: local("Aeonik Pro Regular"), local("AeonikProRegular"), url(/fonts/AeonikProRegular.eot?98c758d84ba3a759f74742c51942b925?#iefix) format("embedded-opentype"), url(/fonts/AeonikProRegular.woff2?7937be3cae3b5cade5000528015a5565) format("woff2"), url(/fonts/AeonikProRegular.woff?c59eec82f7a596945b4a1b19c1f95c54) format("woff"), url(/fonts/AeonikProRegular.ttf?3af51ec766478bf9a1462304f47c3243) format("truetype"), url(/fonts/AeonikProRegular.svg?623f1050a0fe6f153855df4ad30acc48#AeonikProRegular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Pro";
  src: url(/fonts/AeonikPro-Medium.eot?a8996da25c7fab54c5d1168280722c5f);
  src: local("Aeonik Pro Medium"), local("AeonikPro-Medium"), url(/fonts/AeonikPro-Medium.eot?a8996da25c7fab54c5d1168280722c5f?#iefix) format("embedded-opentype"), url(/fonts/AeonikPro-Medium.woff2?18119b47818c02ef13370c88274595f2) format("woff2"), url(/fonts/AeonikPro-Medium.woff?96a781eb807124a825bc24f654bc32d1) format("woff"), url(/fonts/AeonikPro-Medium.ttf?d953665d284caaec5c6c58387dedec4e) format("truetype"), url(/fonts/AeonikPro-Medium.svg?1e9ce6aeae01df49ec6bef40434e8224#AeonikPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url(/fonts/FixelText-Medium.eot?76cc0384c47ea99a5f011ff253ea9523);
  src: local("Fixel Text Medium"), local("FixelText-Medium"), url(/fonts/FixelText-Medium.eot?76cc0384c47ea99a5f011ff253ea9523?#iefix) format("embedded-opentype"), url(/fonts/FixelText-Medium.woff2?16b3c0d0a5f95f2fc437d9346ef0daed) format("woff2"), url(/fonts/FixelText-Medium.woff?efc91142c5386e16f7b39f9085c531f5) format("woff"), url(/fonts/FixelText-Medium.ttf?506ef04633622b0d511e3ef1d7e14b4e) format("truetype"), url(/fonts/FixelText-Medium.svg?0443b46035a591ac0c683c4105885b5a#FixelText-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url(/fonts/FixelText-Light.eot?0543b85d015f17b4e5e99f0028ad2e8a);
  src: local("Fixel Text Light"), local("FixelText-Light"), url(/fonts/FixelText-Light.eot?0543b85d015f17b4e5e99f0028ad2e8a?#iefix) format("embedded-opentype"), url(/fonts/FixelText-Light.woff2?b6616a6c24cf2ddeb212fb5c17208a48) format("woff2"), url(/fonts/FixelText-Light.woff?a4eb9f644217218f631e627e086279ee) format("woff"), url(/fonts/FixelText-Light.ttf?bdf64a3b32a377ca783c5ecc8bc26016) format("truetype"), url(/fonts/FixelText-Light.svg?879ca1cd8ff1019b7c88ebf758254baa#FixelText-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header--open {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  height: 100%;
}
.header--open .header__menu {
  display: flex;
}
.header--open .header__burger span:nth-child(2) {
  display: none;
}
.header--open .header__burger span:nth-child(1) {
  transform: rotate(-45deg) translate(-1px, 1px);
  transition: transform 0.3s ease;
}
.header--open .header__burger span:nth-child(3) {
  transform: rotate(45deg) translate(-4px, -4px);
  transition: transform 0.3s ease;
}
.header__container {
  max-width: 870px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 32px;
}
.header__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 55px 12px 24px;
  border: 1px solid #7A85A3;
  border-radius: 24px;
  background: rgba(1, 10, 51, 0.3019607843);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.header__logo {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.header__logo svg {
  width: 32px;
  height: 32px;
}
.header__logo svg.desktop {
  display: inline-block;
}
.header__logo svg.mobile {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.header__nav-item {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Fixel Text", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #F3F3F3;
  position: relative;
}
.header__nav-item:before {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #F3F3F3;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  transition: all 0.3s ease-in-out;
}
.header__nav-item:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header__burger {
  display: none;
  cursor: pointer;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__burger span {
  transition: transform 0.3s ease;
  width: 24px;
  height: 3px;
  background: #F3F3F3;
  border-radius: 100px;
  display: inline-block;
}
.header__menu {
  width: 100%;
  padding-top: 64px;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.header__menu-item {
  width: 100%;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
}
.header__menu-item span {
  font-family: "Fixel Text", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #F3F3F3;
}
.header__menu-item + .header__menu-item {
  border-top: 1px solid rgba(122, 133, 163, 0.5019607843);
}
.header__lang {
  display: inline-block;
  position: relative;
}
.header__lang-current {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.header__lang-current.active svg {
  transform: translateY(0) rotate(180deg);
}
.header__lang-current svg {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-4px) rotate(0deg);
}
.header__lang-current:hover span:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header__lang-current span {
  cursor: pointer;
  display: inline-block;
  font-family: "Fixel Text", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #F3F3F3;
  position: relative;
}
.header__lang-current span:before {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #F3F3F3;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  transition: all 0.3s ease-in-out;
}
.header__lang-item {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "Fixel Text", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #F3F3F3;
  position: relative;
}
.header__lang-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.header__lang-item:before {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #F3F3F3;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  transition: all 0.3s ease-in-out;
}
.header__lang-item:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header__lang-container {
  position: absolute;
  top: calc(100% + 19px);
  left: -13px;
  display: block;
  transition: all 0.3s ease-in-out;
  transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
}
.header__lang-container.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__lang-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  background: rgba(1, 10, 51, 0.7);
  border: 1px solid #7A85A3;
  border-radius: 12px;
}

@media screen and (max-width: 960px) {
  .header__wrap {
    padding: 12px;
  }
  .header__wrap .header__lang {
    display: none;
  }
  .header__container {
    padding-top: 24px;
  }
  .header__logo svg {
    width: 32px;
    height: 32px;
  }
  .header__logo svg.desktop {
    display: none;
  }
  .header__logo svg.mobile {
    display: inline-block;
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: flex;
  }
}
.promo {
  position: relative;
  width: 100%;
}
.promo__bg {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  top: -16px;
  z-index: 1;
  mix-blend-mode: lighten;
}
.promo__bg img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__bg img.desktop {
  display: inline-block;
}
.promo__bg img.mobile {
  display: none;
}
.promo__wrap {
  width: 100%;
  padding-top: 214px;
  padding-bottom: 175px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 110px;
  position: relative;
  z-index: 3;
}
.promo__content {
  max-width: 926px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.promo__content-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.promo__content-hint span {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.promo__content-hint svg {
  width: 56px;
  height: 56px;
}
.promo__content-hint svg path {
  fill: #F3F3F3;
}
.promo__content-head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 32px;
  gap: 32px;
}
.promo__content-head__logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.promo__content-head__logo svg {
  width: 44px;
  height: 44px;
}
.promo__content-head__logo span {
  margin-top: 13px;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  max-width: 115px;
}
.promo__content-head__logo span.wide {
  max-width: 190px;
}
.promo__content-head__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.promo__content-head__text span {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}
.promo__content-head__icon {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.promo__content-head__icon svg {
  width: 44px;
  height: 44px;
}
.promo__content-head__icon svg path {
  fill: #F3F3F3;
}
.promo__content-subtitle {
  font-size: 22px;
  line-height: 120%;
  background: linear-gradient(90deg, #969696 0%, #ECECEC 20%, #F3F3F3 45.84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
.promo__content-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  background: linear-gradient(90deg, #969696 0%, #ECECEC 20%, #F3F3F3 45.84%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 32px;
}
.promo__content-actions {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  gap: 64px;
}
.promo__content-actions__hint {
  max-width: 370px;
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 3px solid #F3F3F3;
  font-size: 20px;
}
.promo__partners {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.promo__partners-item {
  width: 91px;
  height: 120px;
  padding: 16px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(122, 133, 163, 0.0509803922);
  border-radius: 8px;
}
.promo__partners-item:first-child {
  width: calc(33.3333333333% - 14px);
  height: 150px;
}
.promo__partners-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 960px) {
  .promo__wrap {
    padding-top: 150px;
    padding-bottom: 76px;
    gap: 60px;
  }
  .promo__content-head {
    margin-bottom: 24px;
  }
  .promo__content-head__logo {
    display: none;
  }
  .promo__content-head__text span {
    font-size: 20px;
    line-height: 120%;
  }
  .promo__content-subtitle {
    font-size: 16px;
    line-height: 120%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .promo__content-title {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 44px;
  }
  .promo__content-actions {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
  .promo__content-actions__hint {
    margin-bottom: 48px;
    padding-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left: 1px solid #F3F3F3;
  }
  .promo__partners-item {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 680px) {
  .promo {
    overflow: hidden;
  }
  .promo__bg {
    right: -62%;
    top: -42%;
  }
  .promo__content-hint {
    width: 100%;
    text-align: center;
  }
  .promo__partners-item {
    width: calc(50% - 8px);
  }
  .promo__partners-item:first-child {
    width: 100%;
    height: 160px;
  }
}
.about {
  width: 100%;
  position: relative;
}
.about__blur {
  position: absolute;
  bottom: -48%;
  width: 100%;
  z-index: 2;
}
.about__blur svg {
  width: 100%;
}
.about__blur svg.desktop {
  display: inline-block;
}
.about__blur svg.mobile {
  display: none;
}
.about__wrap {
  position: relative;
  z-index: 3;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 44px;
}
.about__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}
.about__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.about__content--wide .about__content-hint {
  max-width: 425px;
}
.about__content--wide .about__content-hint .app-button:before {
  width: 450px;
  height: 450px;
}
.about__content-desc {
  max-width: 716px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.about__content-hint {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding-left: 13px;
  border-left: 3px solid #F3F3F3;
  max-width: 425px;
  width: 100%;
}
.about__partners {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.about__partners-item {
  width: calc(14.2857142857% - 14px);
  height: 80px;
  padding: 16px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(122, 133, 163, 0.0509803922);
  border-radius: 8px;
}
.about__partners-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 960px) {
  .about {
    overflow: hidden;
  }
  .about__wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .about__partners-item {
    width: calc(25% - 12px);
  }
  .about__blur {
    bottom: 90%;
  }
  .about__blur svg.mobile {
    display: inline-block;
  }
  .about__blur svg.desktop {
    display: none;
  }
  .about__title {
    font-size: 32px;
    line-height: 130%;
  }
  .about__content {
    flex-direction: column;
  }
  .about__content--wide .about__content-hint {
    max-width: none;
  }
  .about__content-desc, .about__content-hint {
    width: 100%;
    max-width: none;
  }
  .about__content-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
  }
  .about__content-hint {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
}
@media screen and (max-width: 680px) {
  .about__partners {
    justify-content: center;
  }
  .about__partners-item {
    width: calc(50% - 8px);
  }
}
.program {
  width: 100%;
}
.program__wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 64px;
  gap: 44px;
  position: relative;
  z-index: 3;
}
.program__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}
.program__row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.program__row-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.program__row-head {
  padding: 16px 0;
  max-width: 298px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program__row-head--active .program__row-icon {
  transform: rotate(180deg);
}
.program__row-time {
  position: relative;
  display: inline-block;
}
.program__row-time svg {
  width: 120px;
  height: 43px;
}
.program__row-time span {
  position: absolute;
  left: 12px;
  bottom: 50%;
  transform: translateY(calc(50% - 2px));
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.program__row-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}
.program__row-icon svg {
  width: 32px;
  height: 32px;
}
.program__row-body {
  width: 100%;
  padding: 16px 0;
}
.program__row-body__container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.program__row-content {
  width: calc(100% - 314px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 32px;
}
.program__row-content__desc {
  padding-top: 7px;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  text-shadow: 1px 1px 20px #1C75AB;
}
.program__row-content__desc b, .program__row-content__desc strong {
  font-weight: 700;
}
.program__row-content__desc i, .program__row-content__desc em {
  font-style: italic;
}
.program__row-content__hint {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
}
.program__row-content__hint-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.program__row-content__hint-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.program__row-content__hint-tag {
  font-size: 14px;
  line-height: 140%;
  padding: 4px 8px;
  border-radius: 900px;
  background: rgba(243, 243, 243, 0.1019607843);
}
.program__row-content__hint-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #F3F3F3;
  opacity: 0.5;
}
.program__row-member {
  max-width: 298px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.program__row-member__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
}
.program__row-member__item--centered {
  align-items: center;
}
.program__row-member__image {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
}
.program__row-member__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program__row-member__content {
  max-width: calc(100% - 80px);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
}
.program__row-member__content-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.program__row-member__content-desc {
  font-size: 14px;
  line-height: 140%;
  opacity: 0.5;
}
.program__row + .program__row {
  border-top: 1px solid rgba(122, 133, 163, 0.5019607843);
}

@media screen and (max-width: 960px) {
  .program__wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .program__title {
    font-size: 32px;
    line-height: 130%;
  }
  .program__row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .program__row-head {
    cursor: pointer;
    padding: 24px 0;
    max-width: none;
  }
  .program__row-head .program__row-icon {
    transform: rotate(180deg);
  }
  .program__row-head--active .program__row-icon {
    transform: rotate(0deg);
  }
  .program__row-icon {
    display: inline-block;
  }
  .program__row-body {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .program__row-body__container {
    justify-content: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .program__row-content {
    width: 100%;
    gap: 8px;
  }
  .program__row-content__desc {
    padding-top: 0;
    font-size: 20px;
    line-height: 140%;
  }
  .program__row-member {
    max-width: none;
  }
}
.register {
  position: relative;
  width: 100%;
}
.register__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.register__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.register__wrap {
  width: 100%;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 44px;
  position: relative;
  z-index: 2;
}
.register__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.register__head-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
}
.register__head-desc {
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  max-width: 448px;
}
.register__logo {
  display: inline-block;
}
.register__logo svg {
  width: 226px;
  height: auto;
}
.register__actions {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.register__actions-bg {
  z-index: 0;
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: 0;
  bottom: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 16px -1px 122px 70px rgb(0, 12, 58);
}
.register__actions-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.register__actions .app-button {
  background: #192650;
}
.register__actions .app-button__inner {
  background: #192650;
}
.register__actions .app-button:before {
  width: 450px;
  height: 450px;
}
.register__actions-desc {
  position: relative;
  z-index: 2;
  max-width: 402px;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.register__partners {
  margin-top: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 80px;
  position: relative;
}
.register__partners-wrapper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.register__partners-bg {
  z-index: 0;
  position: absolute;
  width: 1000px;
  height: 1000px;
  right: 0;
  bottom: 50%;
  transform: translate(70%, 50%);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 16px -1px 122px 70px rgb(0, 12, 58);
}
.register__partners-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.register__partners-block {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 44px;
}
.register__partners-title {
  text-shadow: 1px 1px 20px #1C75AB;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
}
.register__partners-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.register__partners-item {
  width: calc(16.6666666667% - 14px);
  height: 90px;
  padding: 16px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(122, 133, 163, 0.0509803922);
  border-radius: 8px;
}
.register__partners-item--xl {
  width: calc(25% - 14px);
  height: 120px;
}
.register__partners-item--xxl {
  width: calc(33.3333333333% - 14px);
  height: 180px;
}
.register__partners-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.register__partners-hint {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.register__partners-hint span {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
.register__partners-hint svg {
  width: 56px;
  height: 56px;
}
.register__partners-hint svg path {
  fill: #F3F3F3;
}

@media screen and (max-width: 960px) {
  .register__wrap {
    padding-top: 32px;
  }
  .register__head-title {
    font-size: 32px;
    line-height: 130%;
  }
  .register__head-desc {
    font-size: 20px;
    line-height: 130%;
  }
  .register__actions-desc {
    font-size: 14px;
  }
  .register__partners {
    margin-top: 32px;
  }
  .register__partners-wrapper {
    padding-bottom: 32px;
  }
  .register__partners-block {
    gap: 24px;
  }
  .register__partners-title {
    font-size: 32px;
    line-height: 130%;
  }
  .register__partners-item {
    width: calc(33.3333333333% - 14px);
  }
}
@media screen and (max-width: 680px) {
  .register__actions-bg {
    transform: translate(-70%, 50%);
  }
  .register__partners-hint {
    flex-direction: column;
  }
  .register__partners-hint span {
    max-width: 240px;
  }
  .register__partners-item {
    width: calc(50% - 8px);
  }
  .register__partners-item--xxl {
    width: 100%;
  }
  .register__partners-item--xl {
    width: 100%;
  }
}
.faq {
  width: 100%;
}
.faq__wrap {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 128px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 44px;
}
.faq__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
}
.faq__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.faq__item-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.faq__item-head {
  cursor: pointer;
  width: 100%;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq__item-head--active .faq__item-head__icon {
  transform: rotate(180deg);
}
.faq__item-head__icon {
  transition: all 0.3s ease-in-out;
}
.faq__item-head__icon svg {
  width: 32px;
  height: 32px;
}
.faq__item-head__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  max-width: calc(100% - 48px);
}
.faq__item-body {
  width: 100%;
  display: none;
  padding-bottom: 48px;
}
.faq__item-body__content {
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #F3F3F3;
  background: rgba(243, 243, 243, 0.1019607843);
}
.faq__item-body__content b, .faq__item-body__content strong {
  font-weight: 600;
}
.faq__item-body__content i, .faq__item-body__content em {
  font-style: italic;
}
.faq__item-body__content ul, .faq__item-body__content ol {
  padding-left: 17px;
}
.faq__item-body__content ul {
  list-style-type: disc;
}
.faq__item-body__content ol {
  list-style-type: decimal;
}
.faq__item-body__content a {
  color: #F3F3F3;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
.faq__item + .faq__item {
  border-top: 1px solid rgba(243, 243, 243, 0.1019607843);
}

@media screen and (max-width: 960px) {
  .faq__wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 32px;
  }
  .faq__title {
    font-size: 32px;
    line-height: 130%;
  }
  .faq__item-head {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .faq__item-head__title {
    font-size: 16px;
    line-height: 130%;
  }
  .faq__item-body {
    padding-bottom: 24px;
  }
  .faq__item-body__content {
    padding: 16px;
    border-radius: 12px;
  }
}
.footer {
  width: 100%;
}
.footer__wrap {
  width: 100%;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__wrap.desktop {
  display: flex;
}
.footer__wrap.mobile {
  display: none;
}
.footer__wrap .app-button {
  background: #192650;
}
.footer__wrap .app-button__inner {
  background: #192650;
  padding: 16px 32px;
}
.footer__wrap .app-button__label {
  font-size: 16px;
}
.footer__logo {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.footer__logo svg {
  width: 52px;
  height: 52px;
}
.footer__logo span {
  max-width: 108px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #F3F3F3;
}
.footer__logo--wide span {
  max-width: 120px;
}
.footer__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #F3F3F3;
  position: relative;
}
.footer__link:before {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #F3F3F3;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  content: "";
  transition: all 0.3s ease-in-out;
}
.footer__link:hover:before {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .footer__wrap {
    padding-top: 32px;
    padding-bottom: 32px;
    flex-direction: column-reverse;
    gap: 24px;
    align-items: flex-start;
  }
  .footer__wrap.desktop {
    display: none;
  }
  .footer__wrap.mobile {
    display: flex;
  }
  .footer__link-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__logo svg {
    width: 32px;
    height: 32px;
  }
  .footer__logo span {
    font-size: 16px;
    line-height: 18px;
    max-width: 95px;
  }
  .footer__logo--wide span {
    max-width: 120px;
  }
}
body {
  font-family: "Aeonik Pro", sans-serif;
  background: linear-gradient(110.82deg, #010A35 0%, #001E57 100%);
  color: #F3F3F3;
  font-weight: 400;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

.app-container {
  max-width: 1288px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.app-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 2px;
  border-radius: 999px;
  background: #192650;
  overflow: hidden;
}
.app-button:before {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 300px;
  height: 300px;
  z-index: 1;
  content: "";
  -webkit-animation: rotateButtonOuter 3s infinite linear;
          animation: rotateButtonOuter 3s infinite linear;
  background: conic-gradient(from -90deg at 50% 50%, #1C75AB 0deg, rgba(25, 38, 80, 0) 60deg, rgba(25, 38, 80, 0) 301.88deg, #1C75AB 360deg);
}
.app-button__inner {
  display: inline-block;
  padding: 16px 61px;
  background: #192650;
  border-radius: 999px;
  z-index: 2;
  position: relative;
  color: #ffffff;
}
.app-button__label {
  font-size: 22px;
  line-height: 130%;
}

.scroller {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.scroller--active {
  opacity: 1;
  visibility: visible;
}
.scroller__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.scroller__inner svg {
  width: 32px;
  height: 32px;
}
.scroller__inner span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@-webkit-keyframes rotateButtonOuter {
  from {
    transform: translate(-50%, 50%) rotate(0);
  }
  to {
    transform: translate(-50%, 50%) rotate(360deg);
  }
}

@keyframes rotateButtonOuter {
  from {
    transform: translate(-50%, 50%) rotate(0);
  }
  to {
    transform: translate(-50%, 50%) rotate(360deg);
  }
}
.app-main-loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(110.82deg, #010A35 0%, #001E57 100%);
  pointer-events: none;
}
.app-main-loader__content {
  position: relative;
  width: 140px;
  height: 140px;
  will-change: transform;
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}
.app-main-loader__logo {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-main-loader #lgrad stop:nth-child(1) {
  -webkit-animation: colors 3s linear infinite;
          animation: colors 3s linear infinite;
}
.app-main-loader #lgrad stop:nth-child(2) {
  -webkit-animation: colors 3s linear infinite;
          animation: colors 3s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.app-main-loader #lgrad stop:nth-child(3) {
  -webkit-animation: colors 3s linear infinite;
          animation: colors 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes colors {
  0% {
    stop-color: rgb(255, 255, 255);
  }
  33% {
    stop-color: rgb(28, 117, 171);
  }
  66% {
    stop-color: rgb(0, 30, 87);
  }
  100% {
    stop-color: rgb(255, 255, 255);
  }
}
@keyframes colors {
  0% {
    stop-color: rgb(255, 255, 255);
  }
  33% {
    stop-color: rgb(28, 117, 171);
  }
  66% {
    stop-color: rgb(0, 30, 87);
  }
  100% {
    stop-color: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 680px) {
  .scroller {
    right: 24px;
  }
  .app-button {
    width: 100%;
  }
  .app-button:before {
    width: 450px;
    height: 450px;
  }
  .app-button__inner {
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .app-button__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
