@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Medium.eot");
  src: local("Neue Montreal Medium"), local("NeueMontreal-Medium"), url("../fonts/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../fonts/NeueMontreal-Medium.woff") format("woff"), url("../fonts/NeueMontreal-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Bold.eot");
  src: local("Neue Montreal Bold"), local("NeueMontreal-Bold"), url("../fonts/NeueMontreal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Bold.woff2") format("woff2"), url("../fonts/NeueMontreal-Bold.woff") format("woff"), url("../fonts/NeueMontreal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Light.eot");
  src: local("Neue Montreal Light"), local("NeueMontreal-Light"), url("../fonts/NeueMontreal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Light.woff2") format("woff2"), url("../fonts/NeueMontreal-Light.woff") format("woff"), url("../fonts/NeueMontreal-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Regular.eot");
  src: local("Neue Montreal Regular"), local("NeueMontreal-Regular"), url("../fonts/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../fonts/NeueMontreal-Regular.woff") format("woff"), url("../fonts/NeueMontreal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

a {
  display: block;
  cursor: pointer;
  font-size: inherit;
  color: currentColor;
}

aside,
nav {
  display: block;
}

button,
input,
textarea {
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: currentColor;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

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

.row {
  --x: 24px;
  --y: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--y) * -1);
  margin-right: calc(var(--x) / -2);
  margin-left: calc(var(--x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--x) / 2);
  padding-left: calc(var(--x) / 2);
  margin-top: var(--y);
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

:root {
  --accent: #cfc9ff;
  --button-hovered: #9c96cc;
  --background-default: #171717;
  --background-secondary: #202020;
  --background-black: #0f0f0f;
  --white: #fff;
  --text-secondary: #888;
  --border-2: #323232;
  --white-5a: rgba(255, 255, 255, 0.05);
  --white-10a: rgba(255, 255, 255, 0.1);
  --body-table-border: rgb(76, 64, 88);
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: var(--background-default);
  color: #000;
  font-family: "Neue Montreal", sans-serif;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container__max {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

section.help {
  padding: 96px 0;
}

section.roadmap {
  padding: 96px 0;
}
section.roadmap h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  text-align: center;
  color: var(--white);
}
section.roadmap h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--text-secondary);
  margin: 12px 0 48px 0;
}

.intercom-interblocks-callout {
  border-radius: 8px;
  border: 1px solid;
  padding: 16px 20px 20px;
  margin: 16px 0;
}

article .intercom-interblocks-paragraph.no-margin,
article .intercom-interblocks-paragraph.no-margin p,
article p.no-margin {
  margin-bottom: 0;
  min-height: 1.53em;
}

article table {
  display: block;
  overflow-x: auto;
  margin: 24px -20px;
}

article table a.intercom-h2b-button {
  padding: 8px;
}

article tbody {
  width: 632px;
  display: inline-table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--body-table-border);
  border-radius: 6px;
  margin: 0 20px;
  vertical-align: top;
}

article img.sync {
  height: auto;
}

article table.sync {
  margin: 0;
  padding: 0;
  display: table;
  border-color: var(--body-table-border);
  border-collapse: collapse;
}

article table.sync td {
  margin: 0;
  padding: 0;
  border-style: solid;
  border-color: var(--body-table-border);
}

article table.sync tbody {
  display: table-row-group;
  vertical-align: middle;
}

article td,
article th {
  padding: 8px;
  -webkit-border-start: 1px solid var(--body-table-border);
          border-inline-start: 1px solid var(--body-table-border);
  border-top: 1px solid var(--body-table-border);
}

article tr:first-child > td {
  border-top: none;
}

article td:first-child,
article th:first-child {
  -webkit-border-start: none;
          border-inline-start: none;
}

.help article {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-article-secondary);
}
.help article ul li {
  list-style: disc;
}
.help article img {
  height: auto;
}
.help article a {
  display: inline;
  text-decoration: underline;
  font-weight: 500;
}
.help article h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 86%;
  color: var(--white);
  margin-bottom: 16px;
}
.help article h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--white);
  margin: 16px 0 12px 0;
}
.help__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.help .header .container__max {
  padding: 0;
}
.help__left {
  width: 632px;
  min-width: 632px;
  margin-right: 24px;
}
.help__right {
  width: 100%;
}
.help__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 48px;
}
.help__right ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.help__right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.help__right ul li a::before {
  height: 100%;
  min-height: 36px;
  width: 1px;
  background-color: #323232;
  content: "";
  margin-right: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.help__right ul li a.active {
  color: var(--white);
}
.help__right ul li a.active::before {
  background-color: #CFC9FF;
}
.help__article {
  border-bottom: 1px solid #323232;
  padding: 48px 0;
  color: #fff;
}
.help__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: var(--white);
  margin: 48px 0 12px 0;
}
.help__links {
  background: var(--background-secondary);
  border-radius: 12px;
  padding: 12px;
}
.help__links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}
.help__links li a:hover {
  background: #292929;
}
.help__tree {
  margin-bottom: 12px;
}
.help__tree ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.help__tree ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help__tree ul li:not(:first-child) {
  padding-left: 28px;
}
.help__tree ul li:not(:first-child):after {
  content: "";
  width: 6px;
  height: 1px;
  border-radius: 10px;
  background-color: var(--text-secondary);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 11px;
}
.help__tree ul li:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 1px;
  border-radius: 10px;
  background-color: var(--text-secondary);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 11px;
  bottom: 8px;
}
.help h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  color: var(--white);
}
.help h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  margin-top: 12px;
  margin-bottom: 48px;
}
.help .container,
.help .container__max {
  width: 960px;
}
.help .footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.help .footer__left-copy {
  margin-top: 36px;
}
.help__wrapper {
  margin-top: 48px;
}
.help .block {
  background: var(--background-secondary);
  padding: 24px;
  border-radius: 12px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 266px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
}
.help .block:hover {
  background: #292929;
}
.help .block__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: var(--white);
  margin: 24px 0 6px 0;
}
.help .block__qty {
  margin-top: 12px;
}
.help .block__desc, .help .block__qty {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
}

.start__button {
  border-radius: 100px;
  padding: 8px 20px;
  background: var(--accent);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--background-default);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.start__button:hover {
  background: var(--button-hovered);
}

.header {
  padding: 12px 0;
}
.header__logo {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 3;
}
.header__logo:hover {
  opacity: 0.5;
}
.header .container__max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 2000px;
  padding: 0;
}
.header .container {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 36px;
}
.header__right li:not(:last-child) {
  margin-right: 48px;
}
.header__right li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__right li a:hover {
  opacity: 0.5;
}

section {
  position: relative;
}

.part {
  position: absolute;
  pointer-events: none;
}

.levitate {
  -webkit-animation: levitate-animation 2s ease-in-out infinite alternate;
          animation: levitate-animation 2s ease-in-out infinite alternate;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.first {
  border-radius: 24px;
  padding: 96px 0px 0px 0px;
  background: var(--accent);
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}
.first .part__first-3,
.first .part__first-4 {
  display: none;
}
.first__image {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.first__image-img {
  width: 100%;
}
.first__image .part__first-1 {
  left: -450px;
  bottom: -300px;
}
.first__image .part__first-2 {
  right: -360px;
  top: -200px;
}
.first__h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 106%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #2d2b3a;
  max-width: 750px;
  margin: 0 auto;
}
.first__h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #2d2b3a;
  margin: 24px auto;
}
.first__flex {
  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: 16px;
  margin-bottom: 70px;
}
.first__flex .first__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.featured {
  padding: 96px 0;
}
.featured h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.featured__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured__flex a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.featured__flex a:hover {
  opacity: 0.7;
}

.second {
  padding: 96px 0;
}
.second h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  text-align: center;
  color: var(--white);
  margin-bottom: 48px;
}
.second .start__button {
  margin-top: 48px;
}
.second .block {
  border-radius: 24px;
  background: var(--background-secondary);
  overflow: hidden;
}
.second .block img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.second .block__h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--white);
  padding: 0 24px;
}
.second .block__h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  margin-top: 12px;
  padding: 0 24px 24px 24px;
}

.third {
  padding: 96px 0;
}
.third__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  top: 48px;
}
.third__flex h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  color: var(--white);
  max-width: 400px;
}
.third__flex h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  max-width: 586px;
}
.third__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
.third__wrapper .third__card {
  padding: 60px;
  border: 2px solid var(--background-default);
  border-radius: 24px;
  background-color: #dfdbff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 202px;
}
.third__wrapper .third__card:nth-child(2) {
  background-color: #c2ffd0;
}
.third__wrapper .third__card:nth-child(2) span:first-child {
  max-width: 252px;
}
.third__wrapper .third__card:nth-child(3) {
  background-color: #fff5c3;
}
.third__wrapper .third__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 190px;
}
.third__wrapper .third__row span:first-child {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: var(--background-default);
  max-width: 300px;
}
.third__wrapper .third__row span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--background-default);
  max-width: 525px;
}

.fourth {
  padding: 96px 0;
}
.fourth h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  text-align: center;
  color: var(--white);
}
.fourth .row {
  margin: 24px 0 48px 0;
}
.fourth .block {
  border-radius: 24px;
  padding: 24px;
  background: var(--background-secondary);
  height: 100%;
}
.fourth .block__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--white);
}
.fourth .block__name span {
  color: var(--text-secondary);
}
.fourth .block__name-width {
  max-width: 200px;
}
.fourth .block__button {
  border-radius: 100px;
  padding: 8px 20px;
  background: var(--white-5a);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  margin-top: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fourth .block__button:hover {
  background: var(--white-10a);
}

.partners {
  padding: 96px 0;
}
.partners h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  text-align: center;
  color: var(--white);
  margin-bottom: 48px;
}
.partners__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.partners__block {
  width: 50%;
  border-radius: 24px;
  padding: 72px 24px;
  background: var(--background-secondary);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.partners__block:hover {
  -webkit-box-shadow: 0px 0px 17px 3px rgba(255, 255, 255, 0.0392156863);
          box-shadow: 0px 0px 17px 3px rgba(255, 255, 255, 0.0392156863);
}
.partners__block span {
  margin-top: 36px;
  max-width: 381px;
}

.fifth {
  padding: 96px 0;
}
.fifth .block {
  border-radius: 24px;
  background: #c9c2ff;
  padding: 0 0 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.fifth .block__left {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 500px;
  width: 500px;
}
.fifth .block__left span:first-child {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  color: var(--background-default);
}
.fifth .block__left span:last-child {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--background-default);
}
.fifth .block__right {
  width: 600px;
  min-width: 600px;
}
.fifth .block__right img {
  width: 100%;
}

.sixth {
  background: var(--background-black);
  border-radius: 24px;
  padding: 96px 0;
  overflow: hidden;
}
.sixth .ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  width: 1200px;
  margin: 0 auto 64px auto;
  -webkit-animation: scroll 90s linear infinite;
          animation: scroll 90s linear infinite;
}
.sixth .ticker__text {
  font-weight: 400;
  font-size: 96px;
  line-height: 106%;
  letter-spacing: -0.02em;
  color: var(--white);
  white-space: nowrap;
}
.sixth .ticker__text span {
  color: var(--accent);
}
.sixth .col-6:nth-child(1) .block:hover .block__img img, .sixth .col-6:nth-child(2) .block:hover .block__img img {
  -webkit-animation: left-right 2s ease-in-out infinite alternate;
          animation: left-right 2s ease-in-out infinite alternate;
}
.sixth .block {
  background: var(--background-default);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sixth .block:hover {
  -webkit-box-shadow: 0px 0px 17px 3px rgba(255, 255, 255, 0.0392156863);
          box-shadow: 0px 0px 17px 3px rgba(255, 255, 255, 0.0392156863);
}
.sixth .block__img {
  width: 100%;
  text-align: center;
}
.sixth .block__img.cc img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 296px;
}
.sixth .block__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--white);
  padding: 32px 32px 0 32px;
}
.sixth .block__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--text-secondary);
  padding: 0 32px 0 32px;
  margin: 12px 0 32px 0;
}

.seventh {
  padding: 96px 0;
}
.seventh h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  text-align: center;
  color: var(--white);
}
.seventh h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--text-secondary);
  margin: 12px auto 48px auto;
}
.seventh .accordion {
  border-radius: 12px;
  overflow: hidden;
  padding: 0 24px;
  background: var(--background-secondary);
}
.seventh .accordion__header {
  cursor: pointer;
}
.seventh .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--white);
  padding: 24px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.seventh .accordion__description {
  padding: 0 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.seventh .accordion__icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.seventh .accordion__item {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid var(--border-2);
}
.seventh .accordion__item:last-child {
  border-bottom: none;
}
.seventh .accordion__content {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.seventh .accordion .accordion__title svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.seventh .accordion ._open .accordion__title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.seventh .accordion ._open .accordion__title {
  color: var(--accent);
}

.eighth {
  padding: 96px 0;
  overflow: hidden;
}
.eighth .container {
  position: relative;
  z-index: 1;
}
.eighth .container__second {
  width: 1260px;
}
.eighth__img {
  margin: 0 auto;
}
.eighth .part {
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 45px)) translateX(-50%);
      -ms-transform: translateY(calc(-50% + 45px)) translateX(-50%);
          transform: translateY(calc(-50% + 45px)) translateX(-50%);
  max-width: 2500px;
}
.eighth__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 64px;
}
.eighth .start__button {
  margin: 0;
}
.eighth h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 112%;
  color: var(--white);
}
.eighth h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  margin-top: 12px;
}

.dropdown {
  position: relative;
}
.dropdown__button svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown.active .dropdown__button svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown__menu {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  background-color: var(--background-secondary);
  border-radius: 6px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dropdown__menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown__menu::-webkit-scrollbar-track {
  background: #828282;
}
.dropdown__menu::-webkit-scrollbar-thumb {
  background: #fff;
}
.dropdown__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown__menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--white);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 6px 12px;
  cursor: pointer;
}
.dropdown__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dropdown__menu ul li:hover {
  background-color: #2d2c2c;
}
.dropdown__menu ul li img {
  width: 20px;
  margin-right: 8px;
}

.dropdown.active > .dropdown__menu {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.dropdown__button > * {
  pointer-events: none;
}

.footer {
  border-top: 1px solid var(--white-10a);
}
.footer__help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
.footer__bottom .container {
  padding: 36px 0 48px 0;
}
.footer__left-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  margin-bottom: 6px;
}
.footer__left-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--text-secondary);
}
.footer__left-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--text-secondary);
}
.footer .dropdown__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
}
.footer .dropdown__button-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--white);
}
.footer .dropdown__button-left img {
  width: 20px;
  margin-right: 8px;
}
.footer__dropdown {
  background: var(--background-secondary);
  border-radius: 6px;
  margin: 24px 0 36px 0;
}
.footer__bottom .container {
  border-top: 1px solid var(--white-10a);
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__right a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__right a:hover {
  opacity: 0.7;
}
.footer .start__button {
  margin: 0;
}
.footer .header__right li a {
  opacity: 0.5;
}
.footer .header__right li a:hover {
  opacity: 1;
}

.menu__icon {
  display: none;
  z-index: 3;
}
.menu__icon svg {
  cursor: pointer;
  height: 50px;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  width: 65px;
}
.menu__icon path.top, .menu__icon path.bottom {
  stroke-dasharray: 240px, 950px;
}
.menu__icon path.middle {
  stroke-dasharray: 240px, 240px;
}
.menu__icon path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 18;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.2s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s, stroke-dasharray 0.2s cubic-bezier(0.25, -0.25, 0.75, 1.25) 0s;
}
.menu__icon._active path.top, .menu__icon._active path.bottom {
  stroke-dashoffset: -650px;
}
.menu__icon._active path.middle {
  stroke-dasharray: 1px, 220px;
  stroke-dashoffset: -115px;
}
.menu__body {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 88px 24px 24px 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
  top: -100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(23, 23, 23, 0.95);
}
.menu__body .start__button {
  width: 100%;
}
.menu__body._active {
  top: 0;
}
.menu__body ul {
  padding: 0;
}
.menu__body li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  opacity: 0.5;
}
.menu__body li {
  list-style: none;
}
.menu__body li.active a {
  opacity: 1;
}
.menu__body li {
  margin-bottom: 24px;
}

@-webkit-keyframes levitate-animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes levitate-animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
}
.cookie {
  width: 400px;
  padding: 24px;
  background: var(--background-secondary);
  border-radius: 24px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.cookie.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.cookie__h1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.cookie__h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-secondary);
  margin-top: 6px;
}
.cookie__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 24px;
}
.cookie__flex button {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--background-default);
  background: var(--accent);
  border-radius: 100px;
  padding: 8px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cookie__flex button:hover {
  opacity: 0.7;
}
.cookie__flex button:last-child {
  background: var(--white-5a);
  color: var(--white);
}

.chat {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.7803921569);
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.chat.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.chat__open {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.7803921569);
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chat__open:hover {
  opacity: 0.7;
}
.chat__open svg {
  width: 35px;
}
.chat__header {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 15px;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chat__header-close {
  width: 22px;
  height: 22px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chat__header-close:hover {
  opacity: 0.7;
}
.chat__header svg {
  width: 18px;
}
.chat__wrapper {
  padding: 10px 15px;
  font-weight: 500;
  height: 450px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.chat__wrapper::-webkit-scrollbar {
  display: none;
}
.chat__wrapper #messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.chat__wrapper #messages .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  width: 100%;
}
.chat__wrapper #messages .message__text {
  padding: 10px;
  background-color: #171717;
  border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  word-break: break-all;
  line-height: 18px;
  color: #fff;
}
.chat__wrapper #messages .message .time {
  font-size: 14px;
}
.chat__wrapper #messages .message.user {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat__wrapper #messages .message.user .message__text {
  margin-left: auto;
}
.chat__wrapper #messages .message.user .time {
  text-align: right;
}
.chat__input {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 2px solid #000;
}
.chat__input input {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  background-color: #323232;
  border-radius: 10px 0 0 10px;
  padding: 0 5px 0 15px;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chat__input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
}
.chat__input input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
}
.chat__input input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
}
.chat__input input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
}
.chat__input input::placeholder {
  color: #fff;
  opacity: 0.7;
  font-weight: 500;
}
.chat__input svg {
  width: 20px;
  fill: #fff;
}
.chat__input button {
  background-color: #323232;
  right: 10px;
  width: 40px;
  height: 40px;
  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;
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.chat__input button:hover {
  background-color: #171717;
}

@media (max-width: 2048px) {
  .first {
    margin: 0 24px;
    width: calc(100% - 48px);
    max-width: 100%;
  }
  .header .container__max {
    padding: 0 24px;
  }
}
@media (max-width: 1320px) {
  .container {
    width: 960px;
  }
  .first__image {
    position: initial;
  }
  .first__image .part__first-2 {
    top: initial;
    bottom: 0;
  }
  .first__h1 {
    font-size: 80px;
    line-height: 110%;
    max-width: 630px;
  }
  .second .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second .row .col-4 {
    width: 50%;
  }
  .second .block img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .second .block__h2 {
    font-size: 14px;
  }
  .third__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .third__flex h1 {
    margin-bottom: 24px;
  }
  .third__wrapper .third__card {
    top: 294px;
  }
  .fourth .block__name-width {
    max-width: 160px;
  }
  .fourth .block__button {
    margin-top: 24px;
  }
  .eighth .container__second {
    width: 1020px;
  }
  .sixth .ticker {
    width: 960px;
  }
  .featured__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .partners__block {
    padding: 24px;
  }
  .partners__block svg {
    width: 100%;
  }
  .partners__block span {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 1020px) {
  .eighth .container__second {
    width: 100%;
  }
  .container,
  .help .container,
  .help .container__max {
    width: 672px;
  }
  .help__wrapper .row .col-4 {
    width: 50%;
  }
  .second .block__h2 {
    font-size: 16px;
  }
  .second .row .col-4 {
    width: 100%;
  }
  .second .block img {
    height: 452px;
  }
  .fifth .block__left {
    width: 305px;
  }
  .fifth .block__right {
    min-width: 272px;
    width: 272px;
  }
  .fifth .block__right img {
    width: auto;
    height: 500px;
    position: absolute;
    top: 0;
  }
  .fifth .block {
    padding: 48px;
  }
  .sixth .row .col-6 {
    width: 100%;
  }
  .sixth .block__img {
    text-align: right;
  }
  .cc {
    text-align: center !important;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 48px;
    padding: 48px 24px !important;
    width: 100%;
  }
  footer .header__right li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  footer .header__right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .fourth .block__name-width span {
    font-size: 22px;
  }
  .sixth .ticker {
    width: 672px;
  }
  .footer__bottom .container {
    gap: 24px;
  }
  .footer__dropdown {
    margin: 24px 0;
  }
  .help__left {
    width: 100%;
    min-width: 100%;
  }
  .help__right {
    display: none;
  }
}
@media (max-width: 920px) {
  .menu__icon {
    display: block;
  }
  header .header__right {
    display: none;
  }
  .help header .header__right {
    display: block;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
  footer .container {
    padding: 24px;
    width: 100%;
  }
  .menu__icon {
    display: block;
  }
  header .header__right {
    display: none;
  }
  .part__first-1,
  .part__first-2 {
    display: none;
  }
  .first .part__first-3,
  .first .part__first-4 {
    display: block;
  }
  .part__first-3 {
    display: block;
    left: 0;
    bottom: 0;
  }
  .part__first-4 {
    display: block;
    right: 0;
    bottom: 0;
  }
  .first__image {
    width: 800px;
  }
  .third__wrapper .third__card:nth-child(2) span:first-child {
    max-width: 252px;
  }
  .third__wrapper .third__row span:last-child {
    max-width: 268px;
  }
  .sixth .ticker {
    width: 100%;
    padding: 0 24px;
  }
  .partners__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partners__block {
    width: 100%;
  }
  .help .container,
  .help .container__max,
  .help .header .container__max {
    width: 100%;
    padding: 0 20px;
  }
  .help__wrapper .row .col-4 {
    width: 100%;
  }
  .help .footer .container {
    gap: 0;
  }
  .help h1 {
    font-size: 36px;
  }
  .help__wrapper {
    margin-top: 24px;
  }
  .help h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 700px) {
  .container {
    width: 312px;
    padding: 0;
  }
  .sixth .block__img.cc img {
    width: 100%;
    height: 180px;
  }
  .first__h1 {
    font-size: 64px;
  }
  section {
    padding: 48px 0 !important;
  }
  .first {
    padding: 48px 0 0 0 !important;
  }
  .second h1,
  .third__flex h1,
  .fourth h1,
  .seventh h1,
  .eighth h1 {
    font-size: 36px;
    line-height: 133%;
  }
  .roadmap h1 {
    font-size: 36px !important;
    line-height: 133% !important;
  }
  .second .block img {
    height: 244px;
  }
  .third .container {
    width: 100%;
  }
  .third__wrapper .third__card {
    padding: 24px;
    top: 334px;
  }
  .third__wrapper .third__row {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .third__wrapper .third__row span:first-child {
    font-size: 28px;
    line-height: 129%;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .third__wrapper .third__row span:last-child {
    font-size: 20px;
    line-height: 160%;
    max-width: 100%;
  }
  .third__flex {
    width: 312px;
    margin: 0 auto;
  }
  .third__wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
  .fourth .row .col-4 {
    width: 100%;
  }
  .fourth .block__name-width {
    max-width: 100%;
  }
  .fifth .block {
    padding: 24px 0 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fifth .container {
    width: 360px;
  }
  .fifth .block__left span:first-child {
    font-size: 36px;
    line-height: 133%;
  }
  .fifth .block__left span:last-child {
    font-size: 20px;
    line-height: 160%;
    margin-top: 12px;
  }
  .fifth .block__left span {
    padding-right: 24px;
  }
  .fifth .block__left {
    width: 100%;
    height: auto;
  }
  .fifth .block__right img {
    position: relative;
    bottom: 0;
    top: initial;
    right: 0;
    height: auto;
  }
  .sixth .ticker__text {
    font-size: 36px;
    line-height: 133%;
  }
  .sixth .ticker {
    margin-bottom: 36px;
  }
  .sixth .block__name {
    padding: 24px 24px 0 24px;
  }
  .sixth .block__desc {
    padding: 0 24px;
    margin: 12px 0 24px 0;
  }
  .eighth__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eighth .start__button {
    width: 100%;
    margin-top: 24px;
  }
  .fifth .block__right {
    width: 100%;
    height: 350px;
  }
  .fifth .block__right img {
    min-width: 480px;
  }
  .first {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .chat__open {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .chat__open svg {
    width: 25px;
  }
  .chat {
    bottom: initial;
    right: initial;
    top: 20px;
    left: 20px;
  }
  .help__tree {
    display: none;
  }
}
@media (max-width: 440px) {
  .cookie {
    width: calc(100% - 40px);
  }
  .first__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 374.97px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
  .fifth .container {
    width: 100%;
    padding: 0;
  }
  .third__flex {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .chat {
    width: calc(100% - 40px);
  }
}