@font-face {
  font-family: "InterTight";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/InterTight-Medium.woff2") format("woff2"), url("../fonts/InterTight-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/InterTight-SemiBold.woff2") format("woff2"), url("../fonts/InterTight-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "InterTight";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/InterTight-Bold.woff2") format("woff2"), url("../fonts/InterTight-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --main-color: #629CFF;
  --main-color-hover: #508af0;
  --main-color-light: #00D3F2;
  --accent-color: #C27AFF;
  --alt-text: #99A1AF;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #6A7282;
}

::-moz-placeholder {
  opacity: 1;
  color: #6A7282;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #6A7282;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #6A7282;
}

::placeholder {
  opacity: 1;
  color: #6A7282;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #000;
  font-family: "InterTight", sans-serif;
  line-height: 1.4;
  color: #fff;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

p, blockquote, ul, ol {
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 20px;
}

h1, .h1 {
  line-height: 0.9;
  font-weight: 600;
  font-size: 72px;
}

h2, .h2 {
  line-height: 1;
  font-weight: 600;
  font-size: 64px;
}
h2._small, .h2._small {
  font-size: 54px;
}

h3, .h3 {
  line-height: 1.1;
  font-weight: 600;
  font-size: 48px;
}

h4, .h4 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 30px;
}

h5, .h5 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
}

h6, .h6 {
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: var(--app-height);
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.img-full-box {
  overflow: hidden;
  position: relative;
}
.img-full-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.c-main {
  color: var(--main-color);
}

.c-blue {
  color: var(--main-color-light);
}

.c-gray {
  color: var(--alt-text);
}

.text-gradient {
  display: inline-block;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .text-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#99A1AF));
    background: linear-gradient(to right, #fff, #99A1AF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.title p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: var(--alt-text);
}
.title._left {
  text-align: left;
}
.title._left p {
  margin-left: 0;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 29px;
  min-height: 56px;
  background: var(--main-color);
  border: 1px solid transparent;
  border-radius: 14px;
  -webkit-box-shadow: 0 10px 15px rgba(98, 156, 255, 0.25), 0 4px 6px rgba(98, 156, 255, 0.25);
          box-shadow: 0 10px 15px rgba(98, 156, 255, 0.25), 0 4px 6px rgba(98, 156, 255, 0.25);
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 17px;
}
.btn:hover {
  background-color: var(--main-color-hover);
}
.btn._bd {
  border: 1px solid #314158;
  background: rgba(29, 41, 61, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.btn._bd:hover {
  background-color: rgba(29, 41, 61, 0.7);
}
.btn._medium {
  padding: 10px 23px;
  min-height: 50px;
}
.btn._big {
  padding: 12px 34px;
  min-height: 68px;
  font-size: 18px;
}
.btn._full {
  padding-left: 19px;
  padding-right: 19px;
  width: 100%;
}
.btn._head {
  padding: 8px 19px;
  min-height: 36px;
  border: 1px solid #D7DBE5;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0)), to(#D0D0D0));
  background-image: linear-gradient(to bottom, rgba(208, 208, 208, 0), #D0D0D0);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  color: #000;
}
.btn._head:hover {
  background-color: #D0D0D0;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.close-btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.close-btn:hover {
  color: var(--main-color) !important;
}

.form-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 15px 23px;
  background: #fff;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 14px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field:focus {
  border-color: var(--main-color);
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 120px;
}

.social-grid {
  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;
}

.social-item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 14px;
  background: #22394A;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  color: #99A1AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-item:hover {
  background-color: var(--main-color);
  color: #fff;
}

.coin-badge {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 10px;
  border: 1px solid rgba(98, 156, 255, 0.3);
  background: rgba(98, 156, 255, 0.2);
  text-transform: uppercase;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
  color: #629CFF;
}
.coin-badge._usdt {
  border: 1px solid rgba(0, 201, 80, 0.3);
  background: rgba(0, 201, 80, 0.2);
  color: #05DF72;
}
.coin-badge._usdc {
  border: 1px solid rgba(43, 127, 255, 0.3);
  background: rgba(43, 127, 255, 0.2);
  color: #51A2FF;
}
.coin-badge._eth {
  border: 1px solid rgba(173, 70, 255, 0.3);
  background: rgba(173, 70, 255, 0.2);
  color: #C27AFF;
}

.sandwich {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #D7DBE5;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 208, 208, 0)), to(#D0D0D0));
  background-image: linear-gradient(to bottom, rgba(208, 208, 208, 0), #D0D0D0);
  color: #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sandwich span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: currentColor;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sandwich span:nth-child(1) {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.sandwich span:nth-child(3) {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.sandwich:hover {
  background-color: #D0D0D0;
}
.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sandwich.active span:nth-child(2) {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transition: background-color 0.2s, -webkit-backdrop-filter 0.2s;
  transition: background-color 0.2s, backdrop-filter 0.2s;
  transition: background-color 0.2s, backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
}
.header._scroll {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header._scroll .header__menu-bg {
  opacity: 0;
}
.header._scroll .header__menu {
  height: 60px;
}
.header__grid {
  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;
}
.header__grid > .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  max-width: 150px;
}
.header__logo img {
  display: block;
  max-height: 36px;
}
.header__menu {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 50px;
  height: 86px;
  min-width: 600px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.header__menu-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  max-width: none;
  width: 180%;
  height: 87px;
  -webkit-transform: translateX(-49%);
      -ms-transform: translateX(-49%);
          transform: translateX(-49%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header__menu-list {
  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: 0 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-weight: 600;
  line-height: 1.3;
  font-size: 12px;
}
.header__menu-list a {
  opacity: 0.8;
  text-decoration: none;
  color: #B0B0B6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-list a:hover {
  opacity: 1;
}
.header__menu-list > li > a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 18px;
}
.header__menu-list > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #1E1E1E;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.7), rgba(0, 0, 0, 0.7));
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-list > li > a.mPS2id-highlight {
  opacity: 1;
}
.header__menu-list > li > a.mPS2id-highlight:before {
  opacity: 1;
}

.bann {
  position: relative;
  z-index: 1;
  padding: 136px 0 85px;
  background: url("../img/bann-bg.jpg") no-repeat center;
}
.bann:before, .bann:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  max-height: 100%;
}
.bann:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
.bann:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.bann__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bann__main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 616px;
  margin-right: 80px;
}
.bann__main > :last-child {
  margin-bottom: 0;
}
.bann__badge {
  display: inline-block;
  margin-bottom: 32px;
  padding: 0.6em 0.95em;
  border: 1px solid rgba(98, 156, 255, 0.3);
  border-radius: 100px;
  font-weight: 500;
  color: var(--main-color);
}
.bann__head {
  margin-bottom: 24px;
}
.bann__descr {
  margin-bottom: 35px;
  font-weight: 600;
  color: var(--alt-text);
}
.bann__advants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 35px;
}
.bann__advant {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  min-width: 30%;
  border: 1px solid #314158;
  border-radius: 14px;
  background: rgba(15, 23, 43, 0.4);
  font-weight: 600;
  font-size: 14px;
  color: #D1D5DC;
}
.bann__advant .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  min-width: 14px;
  text-align: center;
  font-size: 14px;
  color: var(--main-color-light);
}
.bann__advant:nth-child(even) .ic {
  color: var(--accent-color);
}
.bann__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 110px;
}
.bann__exchange {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.exchange-form {
  padding: 32px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 24px;
}
.exchange-form__title {
  margin-bottom: 24px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
}
.exchange-form__title > * {
  margin-bottom: 5px;
}
.exchange-form__title p {
  color: var(--alt-text);
}

.exchange-item {
  padding: 25px;
  margin-bottom: 24px;
  border: 1px solid rgba(65, 65, 65, 0.3);
  border-radius: 16px;
  background: rgba(2, 6, 24, 0.5);
}
.exchange-item__top {
  font-weight: bold;
  font-size: 14px;
  color: var(--alt-text);
}
.exchange-item__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0 0 0.1em;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 30px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.exchange-item__input:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.exchange-item__input:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.exchange-item .exchange-coin {
  margin-top: 8px;
}

.exchange-coin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exchange-coin__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.exchange-coin__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-weight: bold;
}
.exchange-coin__content > * {
  margin-bottom: 2px;
}
.exchange-coin__content > *:last-child {
  margin-bottom: 0;
}
.exchange-coin__content ._descr {
  font-size: 12px;
  color: #6A7282;
}

.exchange-toggle {
  display: block;
  padding: 0;
  margin: 0 auto 24px;
  border: none;
  border-radius: 14px;
  background: var(--main-color);
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.exchange-toggle:hover {
  background-color: var(--main-color-hover);
}

.exchange-info {
  margin: 40px 0 24px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.exchange-info li {
  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;
  gap: 0.4em;
  margin-bottom: 8px;
}
.exchange-info li:last-child {
  margin-bottom: 0;
}
.exchange-info li span {
  font-weight: bold;
  color: var(--alt-text);
}
.exchange-info li strong {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 60%;
  text-align: right;
}

.pn-games {
  margin-bottom: 95px;
}
.pn-games .title {
  margin-bottom: 32px;
}
.pn-games__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px -24px;
}
.pn-games__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66%;
  padding: 0 12px 24px;
}
.pn-games__col .pn-game {
  height: 100%;
}
.pn-games__action {
  margin-top: 30px;
  text-align: center;
}
.pn-games__action-descr {
  margin-bottom: 0.9em;
  font-weight: 600;
  font-size: 18px;
  color: var(--alt-text);
}

.pn-game {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 16px;
  background: #050505;
  text-align: center;
  color: #FDFDFF;
}
.pn-game__head {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

.between-sect-el {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 140px;
}
.between-sect-el img {
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  max-width: 120%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scheme {
  margin-bottom: 90px;
}
.scheme__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.scheme__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 30%;
}
.scheme__col .scheme-item {
  height: 100%;
}

.scheme-item {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 24px;
  background: #000;
  font-weight: bold;
}
.scheme-item > * {
  margin-bottom: 14px;
}
.scheme-item > :last-child {
  margin-bottom: 0;
}
.scheme-item__numb {
  position: absolute;
  z-index: 2;
  top: -15px;
  right: -15px;
  margin-bottom: 0 !important;
  border: 1px solid #314158;
  border-radius: 50%;
  background: #010101;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: var(--main-color);
}
.scheme-item__img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.scheme__col:nth-child(3n+1) .scheme-item__img {
  background-color: #2B7FFF;
  background-image: linear-gradient(-45deg, rgba(0, 184, 219, 0), #00B8DB);
}

.scheme__col:nth-child(3n+2) .scheme-item__img {
  background-color: #F6339A;
  background-image: linear-gradient(-45deg, rgba(173, 70, 255, 0), #AD46FF);
}

.scheme__col:nth-child(3n+3) .scheme-item__img {
  background-color: #AD46FF;
  background-image: linear-gradient(-45deg, rgba(0, 184, 219, 0), #00B8DB);
}

.for-games {
  margin-bottom: 100px;
}
.for-games__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.for-games__img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 54px;
  position: relative;
  width: 614px;
}
.for-games__img .img-full-box {
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 24px;
  -webkit-box-shadow: -10px -10px 70px rgba(173, 70, 255, 0.1), 10px 10px 70px rgba(0, 184, 219, 0.1);
          box-shadow: -10px -10px 70px rgba(173, 70, 255, 0.1), 10px 10px 70px rgba(0, 184, 219, 0.1);
}
.for-games__img .img-full-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#020618), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #020618, rgba(0, 0, 0, 0));
}
.for-games__img-content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 23px;
}
.for-games__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.for-games__info li {
  padding: 16px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 14px;
  background: #000;
  font-weight: bold;
  font-size: 12px;
  color: var(--alt-text);
}
.for-games__info li strong {
  display: block;
  line-height: 1.3;
  font-size: 24px;
  color: var(--main-color);
}
.for-games__info li:nth-child(even) strong {
  color: var(--accent-color);
}
.for-games__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.for-games__main .title {
  margin-bottom: 50px;
}
.for-games__advants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.for-games__advant {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
  padding: 24px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 24px;
  background: #000;
  font-weight: 600;
  font-size: 14px;
}
.for-games__advant > * {
  margin-bottom: 7px;
}
.for-games__advant > :last-child {
  margin-bottom: 0;
}
.for-games__advant-img {
  margin-bottom: 15px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #070707;
}
.for-games__advant-img img {
  max-width: 50%;
  max-height: 50%;
}
.for-games__advant-head {
  font-weight: bold;
  font-size: 18px;
}

.for-studios {
  position: relative;
  padding: 90px 0 145px;
  margin-bottom: 100px;
}
.for-studios__bg {
  position: absolute;
  z-index: -10;
  top: -120px;
  left: 0;
  right: 0;
  bottom: -255px;
  background: url("../img/for-studios/fs-bg.jpg") no-repeat 50% 100%;
}
.for-studios__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  max-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
.for-studios__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.for-studios__grid:last-child {
  margin-bottom: 0;
}
.for-studios__item {
  padding: 28px 32px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 38, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(24, 24, 38, 0.3), rgba(0, 0, 0, 0.3));
  font-weight: 600;
}
.for-studios__item._center {
  text-align: center;
}
.for-studios__item > * {
  margin-bottom: 10px;
}
.for-studios__item > :last-child {
  margin-bottom: 0;
}
.for-studios__item-bighead {
  margin-bottom: 15px;
  color: var(--main-color-light);
}
.for-studios__item-img {
  margin-bottom: 15px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #10101B;
}
.for-studios__item-img img {
  max-width: 50%;
  max-height: 50%;
}
.for-studios__item-head {
  font-size: 18px;
}
.for-studios__item:nth-child(even) .for-studios__item-bighead {
  color: var(--accent-color);
}

.tokenomics {
  margin-bottom: 100px;
}
.tokenomics__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.tokenomics__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 40%;
}
.tokenomics__box {
  margin-bottom: 32px;
  padding: 32px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 24px;
  background: #000;
}
.tokenomics__box:last-child {
  margin-bottom: 0;
}
.tokenomics__title {
  margin-bottom: 24px;
}
.tokenomics__title > * {
  margin-bottom: 10px;
}
.tokenomics__total {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
}
.tokenomics__total span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.tokenomics__chart {
  width: 320px;
  max-width: 75%;
  margin: 0 auto 24px;
}
.tokenomics__chart svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tokenomics__chart .chart-el {
  opacity: 0.8;
}
.tokenomics__chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(2, 6, 24, 0.5);
  font-weight: 500;
}
.tokenomics__chart-item ._icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.tokenomics__chart-item ._head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #D1D5DC;
}
.tokenomics__advants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.tokenomics__advant {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40%;
  padding: 17px;
  border-radius: 14px;
  background: rgba(2, 6, 24, 0.5);
  font-weight: 500;
  color: #D1D5DC;
}
.tokenomics__advant .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  font-size: 18px;
  color: var(--main-color);
}
.tokenomics__advant span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.presale-live__title {
  margin: 24px 0;
  text-align: center;
}
.presale-live__title > * {
  margin-bottom: 10px;
}
.presale-live__subhead {
  margin-bottom: 4px;
  opacity: 0.6;
  font-size: 12px;
}
.presale-live__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 16px;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(2, 6, 24, 0.5);
  font-weight: bold;
}
.presale-live__info-head {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--alt-text);
}
.presale-live__info-head .ic {
  font-size: 0.9em;
}
.presale-live__info-head span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.presale-live__info-descr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 60%;
  text-align: right;
}
.presale-live__info-descr._price {
  font-size: 1.5em;
}
.presale-live__info-descr._count {
  font-size: 1.25em;
  color: var(--main-color);
}
.presale-live__info-descr._full {
  width: 100%;
  max-width: none;
  text-align: inherit;
}
.presale-live__info-coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.presale-live__hr {
  display: block;
  width: 100%;
  margin: 24px 0;
  border-bottom: 1px solid rgba(49, 65, 88, 0.5);
}
.presale-live__raised {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 14px;
}
.presale-live__raised-head {
  margin: 0;
}
.presale-live__raised-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: #020618;
}
.presale-live__raised-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  min-width: 12px;
  max-width: 100%;
  height: 100%;
  border-radius: 6px;
  background: var(--main-color);
}
.presale-live__btn-descr {
  margin: 24px 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #6A7282;
}

.roadmap {
  margin-bottom: 120px;
}

.faq {
  margin-bottom: 100px;
}

.faq-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #263042;
  border-radius: 16px;
  background: #000;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 23px;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  font-size: 18px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item__btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.faq-item__btn .ic {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: var(--main-color);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-item__btn:hover {
  background-color: rgba(15, 23, 43, 0.2);
}
.faq-item__btn.active .ic {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item__hidden {
  display: none;
}
.faq-item__content {
  padding: 25px 23px;
  border-top: 1px solid rgba(49, 65, 88, 0.3);
  line-height: 1.6;
  color: var(--alt-text);
}
.faq-item__content > :last-child {
  margin-bottom: 0;
}

.community {
  position: relative;
  padding: 100px 0 105px;
}
.community__bg {
  position: absolute;
  z-index: -10;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/community-bg.jpg") no-repeat 50% 100%;
}
.community__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  max-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
}
.community .title {
  margin-bottom: 36px;
}
.community__container {
  max-width: 900px;
  margin: 0 auto;
}
.community__box {
  position: relative;
}
.community__box:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#00B8DB), to(#AD46FF));
  background: linear-gradient(to right, #00B8DB, #AD46FF);
  opacity: 0.15;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.community__box-wrap {
  position: relative;
  z-index: 1;
  padding: 32px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 38, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(24, 24, 38, 0.1), rgba(0, 0, 0, 0.1));
}
.community__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.community__label-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  border-radius: 14px;
  background: #22394A;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: var(--main-color);
}
.community__label-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-weight: 600;
  font-size: 14px;
}
.community__label-content > * {
  margin-bottom: 0;
}
.community__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.community__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 16px;
}
.community__social {
  margin-top: 34px;
  text-align: center;
}
.community__social-head {
  margin: 0 0 30px;
  font-weight: 600;
  color: var(--alt-text);
}

.footer {
  padding: 48px 0;
  border-top: 1px solid rgba(29, 41, 61, 0.5);
  background-color: #020618;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  font-size: 14px;
}
.footer__hr {
  margin: 32px 0;
  width: 100%;
  border-top: 1px solid rgba(29, 41, 61, 0.5);
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
}
.footer__logo {
  display: inline-block;
  margin-right: auto;
  max-width: 150px;
}
.footer__logo img {
  display: block;
  max-height: 36px;
}
.footer__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 19px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}
.footer__menu a {
  text-decoration: none;
  color: var(--alt-text);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu a:hover {
  color: inherit;
}
.footer__copy {
  margin: 0;
  font-weight: bold;
  color: #6A7282;
}
.footer__descr {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #4A5565;
}

.roadmap__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 0;
  margin: 0 -12px;
}
.roadmap__col {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  padding: 0 12px;
}
.roadmap__descr {
  margin: 50px auto 0;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #6A7282;
}

.roadmap-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  border-radius: 16px;
  background: #000;
  font-size: 14px;
}
.roadmap-card:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border: 4px solid #020618;
  border-radius: 50%;
  background: var(--main-color);
}
.roadmap-card > * {
  margin-bottom: 12px;
}
.roadmap-card > :last-child {
  margin-bottom: 0;
}
.roadmap-card__badge {
  display: inline-block;
  padding: 0.35em 0.95em 0.3em;
  border: 1px solid rgba(98, 156, 255, 0.3);
  border-radius: 100px;
  background: rgba(98, 156, 255, 0.2);
  font-size: 12px;
  color: var(--main-color);
}
.roadmap-card__top {
  margin-bottom: 8px;
  color: var(--main-color);
}
.roadmap-card__head {
  font-size: 20px;
}
.roadmap-card__list {
  padding: 0;
  list-style: none;
  color: var(--alt-text);
}
.roadmap-card__list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.75em;
}
.roadmap-card__list li:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: "\e90d";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--main-color);
}
.roadmap-card__list li:last-child {
  margin-bottom: 0;
}