@font-face {
  font-family: 'Aldrichrus';
  src: url("");
  src: local('Aldrich [RUS by Daymarius]'), local('AldrichRUSbyDaymarius'),
  url("") format('embedded-opentype'),
  url("AldrichRUSbyDaymarius.woff2.html") format('woff2'),
  url("AldrichRUSbyDaymarius.woff.html") format('woff'),
  url("AldrichRUSbyDaymarius.ttf.html") format('truetype'),
  url("") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Starzone';
  src: url("");
  src: local('Starzone Regular'), local('Starzone-Regular'),
  url("") format('embedded-opentype'),
  url("Starzone-Regular.woff2.html") format('woff2'),
  url("Starzone-Regular.woff.html") format('woff'),
  url("Starzone-Regular.ttf.html") format('truetype'),
  url("") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

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

html,
body,
#app {
  height: 100%;
}

body {
  font: 400 17px/1.5 "Work Sans", sans-serif;
  background: #090a0e;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fff;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
}

p {
  margin: 0 0 27px;
}

img {
  display: block;
  max-width: 100%;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  color: #fff;
  margin: 0 0 27px;
  line-height: normal;
}

h1,
.h1 {
  font-size: 117px;
}

h2,
.h2 {
  font-size: 96px;
}

h3,
.h3 {
  font-size: 56px;
}

h4,
.h4 {
  font-size: 48px;
}

h5,
.h5 {
  font-size: 45px;
}

h6,
.h6 {
  font-size: 35px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 27px;
  padding: 0;
}

ul.marker li,
ol.marker li {
  position: relative;
  padding-left: 20px;
}

ul.marker li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 9px;
  top: 11px;
  background: #fff;
  border-radius: 50%;
}

ol.marker li {
  counter-increment: step-counter;
}

ol.marker li:before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
  font-weight: 300;
}

q {
  font-style: italic;
  display: block;
  margin: 0 0 27px;
}

small {
  font-size: 80%;
}

svg {
  display: block;
  overflow: hidden;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

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

/* hide arrows input type="number" */
/* Chrome */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
/* Others */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.cover {
  padding: 0 15px;
  margin: 0 auto;
  min-width: 320px;
}

.slick-slider .slick-list {
  width: 100%;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-track {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  background: none;
  outline: none;
  width: 20px;
  height: 20px;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-next::before {
  transform: rotate(-135deg);
}

.slick-disabled {
  opacity: 0.3;
}

.select2-container--default .select2-selection--single {
  background: none;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-results__option--selected {
  background: #34353f;
}

.select2-selection__result {
  display: flex;
  align-items: center;
  color: #fff;
  font: 700 18px/1 "Work Sans", sans-serif;
}

.select2-selection__flag {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 7px;
}


.select2-selection__flag.flag-ar {
  object-position: -4px;
}

.select2-dropdown {
  background: #1e1f2a;
  border: 0;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .select2-selection__result {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .cover {
    max-width: 570px;
  }
}

@media screen and (min-width: 768px) {
  .cover {
    max-width: 730px;
  }
}

@media screen and (min-width: 990px) {
  .cover {
    max-width: 970px;
  }

  .slick-arrow {
    right: auto;
    left: 0;
  }

  .slick-next {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .cover {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1360px) {
  .cover {
    max-width: 1284px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.logo {
  display: block;
  text-decoration: none;
}

.logo__img {
  max-width: none;
  width: 100%;
}

.logo__img_descktop {
  display: none;
}

.advantage__img-wrapper {
  margin-bottom: 24px;
  width: 104px;
}

.advantage__img {
  max-width: none;
  width: 100%;
}

.advantage__title {
  color: #fff;
  font: 700 16px/1.3 "Work Sans", sans-serif;
  margin-bottom: 13px;
}

.advantage__description {
  color: #717584;
  font: 400 13px/1.3 "Work Sans", sans-serif;
  margin-bottom: 13px;
}

.advantage__icons {
  position: relative;
  min-height: 115px;
}

.advantage__big-icon {
  opacity: 0.2;
}

.advantage__small-icon {
  position: absolute;
  top: 41px;
  left: 0;
}

.case {
  position: relative;
  height: 100%;
}

.case::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  height: 120%;
  width: 160%;
  opacity: 0.4;
  -webkit-filter: blur(110px);
  filter: blur(110px);
  border-radius: 50%;
  left: 54px;
  z-index: -1;
}

.case_blue:before {
  background: #275bdf;
}

.case_violet:before {
  background: #7f00ff;
  left: 54px;
}

.case_green:before {
  background: #00ca75;
}

.case_orange:before {
  background: #ff7448;
  left: 54px;
}

.case__content {
  background: #090a0e;
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
  border-radius: 25.9255px;
  padding: 28px 23px 16px;
  height: 100%;
}

.case__title {
  color: #fff;
  font: 700 25px/1.2 "Work Sans", sans-serif;
  margin-bottom: 16px;
}

.case__text p {
  color: #fff;
  font: 400 13px/1.3 "Work Sans", sans-serif;
  margin-bottom: 18px;
}

.constituent {
  position: relative;
  padding-left: 20px;
}

.constituent:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

.constituent_orange:before {
  background: #ff650e;
}

.constituent_white:before {
  background: #fff;
}

.constituent_cyan:before {
  background: #3d96ff;
}

.constituent_blue:before {
  background: #004ee4;
}

.constituent_pink:before {
  background: #fc67ff;
}

.constituent_green:before {
  background: #00ba28;
}

.constituent_mint:before {
  background: #00df9c;
}

.constituent_yellow:before {
  background: #fbbc04;
}

.constituent_red:before {
  background: #ea0a83;
}

.constituent_purple:before {
  background: #7d0afc;
}

.constituent_grey:before {
  background: #c9ced6;
}

.constituent__count {
  color: #fff;
  font: 300 19px/1 "Work Sans", sans-serif;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.constituent__title {
  color: #fff;
  font: 600 14px/1 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.constituent__description {
  color: #fff;
  font: 400 13px/1.3 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.roadmap-item {
  position: relative;
  padding-top: 30px;
}

.roadmap-item__year {
  color: #fff;
  font: 300 25px/1 "Work Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

.roadmap-item__quarter {
  color: #fff;
  font: 700 20px/1.3 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.roadmap-item__point {
  background: #fff;
  border: 14px solid #090a0e;
  -webkit-backdrop-filter: blur(41.2903px);
  backdrop-filter: blur(41.2903px);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-left: -8px;
}

.roadmap-item__list {
  margin-bottom: 27px;
}

.roadmap-item__list-item {
  position: relative;
  color: #fff;
  font: 400 13px/1.3 "Work Sans", sans-serif;
  padding-left: 20px;
  margin-bottom: 10px;
}

.roadmap-item__list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.person {
  background: rgba(31, 33, 45, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 27px 23px 22px;
  height: 100%;
}

.person__head {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

.person__img-wrapper {
  width: 122px;
  height: 122px;
  margin: 0 15px 30px 15px;
  flex: 0 0 auto;
}

.person__img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.person__socials {
  margin: 0 15px;
}

.person__name {
  color: #fff;
  font: 700 25px/1 "Work Sans", sans-serif;
  margin-bottom: 18px;
}

.person__position {
  color: #40ff99;
  font: 700 14px/1 "Work Sans", sans-serif;
  margin-bottom: 21px;
}

.person__text p {
  color: #fff;
  font: 400 13px/1.4 "Work Sans", sans-serif;
  margin-bottom: 20px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.socials__item {
  padding: 0 9px;
  margin-bottom: 16px;
}

.socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.socials__link_nobg {
  background: transparent;
}

.socials__icon {
  fill: #131418;
  color: #131418;
}

.socials__icon svg {
  width: 100%;
  height: 100%;
}

.socials__icon_linkedIn {
  width: 16px;
  height: 15px;
}

.socials__icon_twitter {
  width: 16px;
  height: 13px;
}

.socials__icon_facebook {
  width: 8px;
  height: 18px;
}

.socials__icon_telegram {
  width: 14px;
  height: 11px;
}

.socials__icon_discord {
  width: 18px;
  height: 13px;
}

.socials__icon_m {
  width: 13px;
  height: 11px;
}

.socials__icon_github {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.socials__dots {
  padding: 6px 3px;
  cursor: pointer;
}

.socials__dot {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  margin-bottom: 2px;
}

.socials_footer {
  position: relative;
  padding-right: 15px;
}

.socials_footer .socials__link {
  width: 25px;
  height: 25px;
}

.pull__icon {
  width: 22px;
  height: 20px;
  position: relative;
}

.pull__icon div {
  border-radius: 4px;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.pull__icon div:nth-child(2) {
  top: 9px;
}

.pull__icon div:last-child {
  top: 18px;
}

.pull.active .pull__icon div {
  transform: translateY(9px) rotate(-45deg);
}

.pull.active .pull__icon div:nth-child(2) {
  display: none;
}

.pull.active .pull__icon div:last-child {
  transform: translateY(-9px) rotate(45deg);
}

.challenge {
  background: rgba(32, 41, 58, 0.77);
  -webkit-backdrop-filter: blur(71.9002px);
  backdrop-filter: blur(71.9002px);
  border-radius: 38px;
  height: 100%;
  padding: 5px 25px 28px;
}

.challenge__img-wrapper {
  position: relative;
  margin: 0 auto;
  width: 80%;
  padding-top: 80%;
  animation: bounce 3s linear infinite;
}

.challenge__img-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 65%;
  height: 65%;
  background: rgba(85, 33, 206, 0.62);
  -webkit-filter: blur(65px);
  filter: blur(65px);
}

.challenge__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  max-width: none;
}

.challenge__content {
  text-align: center;
}

.challenge__title {
  color: #fff;
  font: 700 17px/1.15 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.challenge__text {
  margin-bottom: 20px;
}

.challenge__text p {
  color: #fff;
  margin-bottom: 10px;
  font: 400 12px/1.5 "Work Sans", sans-serif;
}

.product {
  border-radius: 33px;
  background: linear-gradient(180deg, #1c1723 0%, #1f212d 100%);
  padding: 25px 25px 15px;
  text-align: center;
  min-height: 315px;
  height: 100%;
}

.product_violet {
  background: linear-gradient(180deg, #15032e 0%, #7f00ff 100%);
}

.product_pink {
  background: linear-gradient(180deg, #29052d 0%, #e1169c 100%);
}

.product_green {
  background: linear-gradient(180deg, #033428 0%, #00cb6e 100%);
}

.product_blue {
  background: linear-gradient(180deg, #0a0944 0%, #275bdf 100%);
}

.product_text {
  background: #090a0e;
  text-align: left;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
}

.product__img-wrapper {
  margin-bottom: 15px;
  position: relative;
  height: 230px;
  margin-top: -50px;
  margin-bottom: -5px;
  animation: bounce 3s linear infinite;
}

.product__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}

.product__title {
  color: #fff;
  font: 700 20px/1.2 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.product__text p {
  color: #fff;
  font: 500 14px/1.17 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.ecosystem-item {
  padding: 20px 20px 10px;
  height: 100%;
  border-radius: 22px;
  display: flex;
  align-items: center;
}

.ecosystem-item_green {
  background: linear-gradient(270.58deg, #2ade67 0.44%, #033528 98.23%);
}

.ecosystem-item_blue {
  background: linear-gradient(270deg, #275bdf 0%, #0a0a46 100%);
}

.ecosystem-item_violet {
  background: linear-gradient(270.45deg, #7900f3 0.38%, #1a0239 99.68%);
}

.ecosystem-item__img-wrapper {
  position: relative;
  width: 58px;
  margin-bottom: 10px;
  flex: 0 0 auto;
  margin-right: 20px;
  animation: bounce 3s linear infinite;
}

.ecosystem-item__img {
  max-width: none;
  width: 100%;
}

.ecosystem-item__text {
  color: #fff;
  font: 700 13px/1.31 "Work Sans", sans-serif;
  margin: 0 auto 10px;
}

.tabs-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.tabs-menu__item {
  display: block;
  width: 100%;
  padding: 0 4px;
  margin-bottom: 8px;
}

.tabs-menu__link {
  display: block;
  text-decoration: none;
  background-color: #1e1f2a;
  border-radius: 12px;
  height: 100%;
  text-align: center;
  padding: 12px 6px 6px;
  transition: background-color 0.3s ease;
  min-height: 57px;
}

.tabs-menu__title {
  transition: color .3s ease;
  font: 700 14px/1.4 "Work Sans", sans-serif;
}

.tabs-menu__subtitle {
  color: #7a7b81;
  font: 700 14px/1.4 "Work Sans", sans-serif;
  transition: color .3s ease;
}

.tabs-menu__link.active .tabs-menu__subtitle {
  color: #fff;
}
.tabs-menu__link.active .tabs-menu__run {
  color: #fff;
}

.tabs-menu__run {
  display: flex;
  justify-content: center;
}

.tabs-menu__run-icon {
  width: 12px;
  height: 16px;
  margin-right: 5px;
  transition: color .3s ease;
}

.tabs-menu__icon {
  display: inline-block;
  width: 15px;
  height: 18px;
}

.sale {
  position: relative;
  border-radius: 25px;
  padding: 1px;
}

.sale:before,
.sale:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 38px;
  width: 80%;
  height: 90%;
  border-radius: 50%;
  -webkit-filter: blur(85px);
  filter: blur(85px);
  z-index: -1;
}

.sale:after {
  height: 80%;
  width: 60%;
  bottom: 20px;
  -webkit-filter: blur(92px);
  filter: blur(92px);
  left: auto;
  right: 38px;
}

.sale__wrapper {
  padding: 27px 15px 10px 15px;
  background: #1e1f2a;
  border-radius: 25px;
}

.sale__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.sale_run .sale__content {
  padding-bottom: 55px;
}

.sale__left {
  padding: 0 20px;
  width: 100%;
}

.sale__right {
  padding: 0 20px;
  width: 100%;
  order: -1;
  margin-bottom: 10px;
}

.sale_run .sale__right {
  order: 0;
}

.sale__title {
  color: #fff;
  font: 700 18px/1.1 "Work Sans", sans-serif;
  margin-bottom: 26px;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  order: -2;
}

.sale__table-section {
  margin-bottom: 15px;
}

.sale__table-wrapper {
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  overflow: hidden;
}

.sale__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.sale__table-row {
  border-bottom: 1px solid #fff;
  text-align: center;
}

.sale__table-body .sale__table-row:last-child {
  border-bottom-width: 0;
}

.sale__table-cell {
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 12px;
}

.sale__table-cell:last-child {
  border-right-width: 0;
}

.sale__table-body .sale__table-cell:first-child {
  color: '#fff';
}

.sale__table-info {
  text-align: right;
  font: 400 13px/1.2 "Work Sans", sans-serif;
}

.sale__info {
  display: flex;
  margin: 0 -4px 10px;
}

.sale__info-item {
  padding: 0 4px;
  flex: 1 1 50%;
}

.sale__info-count {
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font: 400 16px/1.2 "Work Sans", sans-serif;
  padding: 7px 15px 5px;
  margin-bottom: 10px;
}

.sale__info-description {
  color: #fff;
  text-align: center;
  font: 500 12px/1.2 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.sale__progress {
  padding-top: 20px;
  margin-bottom: 36px;
}

.sale__progress-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}

.sale__progress-item {
  padding: 0 5px;
  color: #fff;
  font: 400 12px/1.2 "Work Sans", sans-serif;
}

.sale__progress-item_center {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.sale__progress-item-count {
  display: block;
}

.sale__line {
  position: relative;
  width: 100%;
  height: 13px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 11px;
}

.sale__line-soft-line {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% + 4px);
  width: 2px;
}

.sale__line-progress {
  position: absolute;
  top: 2px;
  left: 0;
  height: 9px;
  border-radius: 6px;
  max-width: 100%;
}

.sale__line-progress:before {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -6px;
  width: 2px;
  height: 21px;
  background: #fff;
}

.sale__line-count {
  position: absolute;
  top: -20px;
  color: #fff;
  font: 400 12px/1.2 "Work Sans", sans-serif;
  transform: translateX(-50%);
}

.sale__footer {
  width: 100%;
  padding: 0 20px;
}

.sale_run .sale__footer {
  order: 1;
}

.sale__footer-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 6px;
}

.sale__footer-item {
  padding: 0 4px;
  margin-bottom: 10px;
}

.sale__bsc {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  padding: 7px 12px;
}

.sale__bsc-content {
  display: flex;
  align-items: center;
}

.sale__bsc-link {
  display: flex;
  text-decoration: none;
}

.sale__bsc-img {
  flex: 0 0 auto;
  width: 15px;
  margin-right: 5px;
}

.sale__bsc-copy {
  padding: 0 3px;
  flex: 0 0 auto;
  width: 21px;
  height: 16px;
  fill: #fff;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.sale__bsc-copy svg {
  width: 100%;
  height: 100%;
}

.sale__bsc-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sale__bsc-span {
  display: inline-block;
  color: #8e91a5;
  font: 600 10px/1.2 "Work Sans", sans-serif;
}

.sale__bsc-address,
.sale__bsc-input {
  display: block;
  background: none;
  outline: none;
  border: none;
  color: #fff;
  font: 600 10px/1.2 "Work Sans", sans-serif;
  width: 100%;
  padding: 1px 3px;
}

.sale__bsc-input {
  right: 0;
  position: absolute;
  z-index: -2;
}

.sale__coinmarketcap {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  padding: 8px 12px 7px;
}

.sale__coinmarketcap-content {
  display: flex;
  align-items: center;
}

.sale__coinmarketcap-img {
  width: 15px;
  margin-right: 5px;
}

.sale__coinmarketcap-text {
  color: #fff;
  font: 600 10px/1.2 "Work Sans", sans-serif;
}

.sale__vesting {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  padding: 10px 14px;
  color: #fff;
  font: 400 10px/1.2 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.sale__form {
  height: 100%;
}

.sale__exchange {
  position: relative;
  margin-bottom: 10px;
}

.sale__exchange-info {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}

.sale__exchange-item {
  padding: 0 5px;
  margin-bottom: 10px;
}

.sale__exchange-text {
  color: #fff;
  font: 500 12px/1.2 "Work Sans", sans-serif;
}

.sale__exchange-title {
  color: #8e91a5;
}

.sale__field {
  margin-bottom: 17px;
  background: #0f1017;
  border-radius: 12px;
  padding: 20px 18px;
}

.sale__field-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -5px;
}

.sale__field-select {
  padding: 0 5px;
  flex: 0 0 auto;
}

.sale__input-wrapper {
  padding: 0 5px;
}

.sale__input {
  display: block;
  border: 0;
  text-align: right;
  background: none;
  color: #fff;
  font: 700 18px/1.2 "Work Sans", sans-serif;
  padding: 0;
  outline: none;
  width: 100%;
}

.sale__arrow-wrapper {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e1f2a;
  border-radius: 50%;
  padding: 11px;
  width: 54px;
  height: 54px;
}

.sale__arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background: linear-gradient(95.5deg, #27e65c 0.5%, #587bff 50.22%, #b518ff 97.9%);
  border-radius: 50%;
}

.sale__arrow:before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sale__arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sale__rax {
  display: flex;
  align-items: center;
  color: #fff;
  font: 700 18px/1 "Work Sans", sans-serif;
}

.sale__rax-img {
  flex: 0 0 auto;
  width: 25px;
  margin-right: 7px;
}

.sale__btn {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 15px;
  color: #fff;
  font: 700 16px/1.2 "Work Sans", sans-serif;
  padding: 15px;
  margin-bottom: 14px;
}

.sale__btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.sale__agreement {
  display: flex;
  justify-content: center;
}

.sale__checkbox {
  display: block;
  margin-right: 10px;
  cursor: pointer;
}

.sale__checkbox-input {
  display: none;
}

.sale__checkbox-span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background: #0f1017;
  margin-top: -3px;
  border: 1px solid #9C34FF;
}

.sale__checkbox-span:before {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  border-right: 3px solid #35C68C;
  border-bottom: 3px solid #35C68C;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.sale__checkbox-input:checked + .sale__checkbox-span:before {
  opacity: 1;
  visibility: visible;
}

.sale__instruction {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  padding: 10px 14px;
  color: #fff;
  font: 400 10px/1.5 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.sale__btn-description {
  color: #fff;
  font: 400 10px/1.5 "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.sale__wallets {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -7px;
}

.sale__wallets-item {
  padding: 0 7px;
  margin-bottom: 20px;
}

.sale__timer {
  margin-bottom: 34px;
}

.timer {
  background: #0f1017;
  border-radius: 15px;
  padding: 27px 5px;
}

.timer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
}

.timer__time {
  position: relative;
  padding: 0 15px;
}

.timer__time:before {
  content: ":";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  color: #414248;
  font: 500 40px/1.2 "Work Sans", sans-serif;
}

.timer__time:first-child:before {
  display: none;
}

.timer__count {
  color: #fff;
  font: 500 40px/1.2 "Work Sans", sans-serif;
  text-align: center;
  min-width: 50px;
}

.timer__description {
  color: #fff;
  font: 500 11px/1.2 "Work Sans", sans-serif;
  text-align: center;
}

.bg-gray {
  background: #14151b;
}

.table {
  background: #1e1f24;
  border-radius: 28px;
  padding: 25px 0 0;
}

.table__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #fff;
  font: 300 19px/1.4 "Work Sans", sans-serif;
}

.table__head {
  display: none;
}

.table__head .table__cell {
  text-align: left;
  padding: 15px 25px 30px;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

.table__body .table__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.table__body .table__cell:first-child {
  order: 1;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}

.table__body .table__cell:last-child {
  width: 100%;
  color: #717584;
  order: 2;
  font-weight: 400;
}

.table__body .table__cell {
  padding: 2px 25px;
}

.table__footer .table__row {
  display: flex;
  padding: 0 20px;
}

.table__footer .table__cell {
  padding: 5px 5px 25px;
  font-weight: 700;
  font-size: 17px;
}

.table__body .table__cell:first-child {
  font-weight: 700;
}

.table__body .table__cell:last-child {
  font-size: 11px;
}

.table__body .table__row:first-child .table__cell {
  padding: 2px 25px;
}

.table__body .table__row:last-child .table__cell {
  padding: 2px 25px;
}

.table__body .table__row:first-child .table__cell:first-child {
  border-radius: 24px 0 0 0;
}

.table__body .table__row:first-child .table__cell:last-child {
  border-radius: 0 24px 0 0;
}

.table__body .table__row:last-child .table__cell:first-child {
  border-radius: 0 0 0 24px;
}

.table__body .table__row:last-child .table__cell:last-child {
  border-radius: 0 0 24px 0;
}

.header {
  position: relative;
  z-index: 9;
  transition: all 0.3s ease;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 1px;
}

.header__logo {
  flex: 0 0 auto;
  width: 31px;
  margin-bottom: 27px;
  margin-right: 25px;
}

.header__block {
  display: flex;
  align-items: center;
  margin: 0 -11px 16px;
}

.header__links-wrapper {
  padding: 0 11px;
  display: none;
}

.header__socials-wrapper {
  padding: 0 11px;
}

.header__socials-wrapper_desktop {
  display: none;
}

.header__links {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -14px;
}

.header__links-item {
  padding: 0 14px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.header__links-link {
  display: block;
  text-decoration: none;
  color: #fff;
  font: 700 16px/1.3 "Work Sans", sans-serif;
  transition: color 0.3s ease;
}

.header__socials {
  display: flex;
  margin: 0 -8px;
  align-items: center;
  justify-content: center;
}

.header__socials_fwrap {
  flex-wrap: wrap;
}

.header__socials-item {
  padding: 0 8px;
  margin-bottom: 10px;
}

.header__socials-item-connect {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__socials-item-connect {
    display: block;
  }
}

.header__socials-link {
  display: block;
  text-decoration: none;
}

.header__socials-link_whitelist,
.header__socials-link_connect,
.header__socials-link_buy {
  background: linear-gradient(95.5deg, #587bff 0.5%, #b518ff 97.9%);
  padding: 9px 13px 7px;
  border-radius: 9px;
  font: 700 10px/1.3 "Work Sans", sans-serif;
  transition: box-shadow 0.3s ease;
  text-align: center;
}

.header__socials-link_buy {
  background: linear-gradient(95.5deg, #27E65C 0.5%, #587BFF 50.22%, #B518FF 97.9%);
}

.header__socials-link_connect {
  color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__socials-link_connect svg {
  margin-left: 8px;
}

.header__socials-icon {
  fill: #c8d0e6;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  width: 20px;
  height: 15px;
}

.header__socials-icon svg {
  width: 100%;
  height: 100%;
}

.header__socials-icon:active {
  opacity: 1;
}

.header__pull {
  padding: 0 11px;
  margin-bottom: 10px;
}

.header__languages {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 10px;
  min-width: 56px;
  padding: 0 11px;
}

.header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scaleY(0);
  transform-origin: 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.header__menu-list {
  margin: 0;
}

.header__menu-connect {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .header__menu-connect {
    display: none;
  }
}

.header__menu-item {
  text-align: center;
  margin-bottom: 10px;
}

.header__menu-link {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  color: #fff;
  font: 700 16px/1.3 "Work Sans", sans-serif;
}

.header.active {
  background: #08161a;
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  border-radius: 0px 0px 20px 20px;
  padding-bottom: 30px;
}

.header.active .header__wrapper {
  padding-bottom: 0;
}

.header.active .header__menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.video__wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 1px;
}

.video__coins {
  display: none;
  position: absolute;
  top: 0;
  width: 350px;
}

.video__coins_left {
  left: -165px;
}

.video__coins_right {
  right: -165px;
}

.video__coins-img {
  max-width: none;
  width: 100%;
  animation: bounce 3s linear infinite;
}

.video__title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}

.video__browser {
  position: relative;
  max-width: 1166px;
  margin: 0 auto 34px;
  padding: 0 10px;
}

.video__browser:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 80%;
  border-radius: 50%;
  background: #8123f9;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

.video__browser:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  width: 60%;
  height: 80%;
  border-radius: 50%;
  background: #2fd5b7;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

.video__spinner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__spinner-wrapper.disabled {
  display: none;
}

.video__spinner {
  height: 60px;
  width: 60px;
  border: 3px solid transparent;
  border-top-color: #a04668;
  margin: -30px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

.video__spinner:before,
.video__spinner:after {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}

.video__spinner:before {
  border-top-color: #254e70;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  animation: spin 3s linear infinite;
}

.video__spinner:after {
  border-top-color: #fffbfe;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  animation: spin 4s linear infinite;
}

.video__video {
  position: relative;
  z-index: 1;
  border-radius: 9px;
  width: 100%;
  height: auto;
}

.video__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
}

.video__links-item {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 100%;
}

.video__links-link {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font: 700 14px/1.3 "Work Sans", sans-serif;
  padding: 16px 23px 14px;
  background: linear-gradient(95.5deg, #27e65c 0.5%, #587bff 50.22%, #b518ff 97.9%);
  border-radius: 15px;
  transition: box-shadow 0.3s ease;
}

.title {
  font: 300 25px/1.2 "Work Sans", sans-serif;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.manifest {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}

.manifest__rax {
  position: absolute;
  width: 180%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  z-index: -1;
}

.manifest__head {
  margin-bottom: 30px;
}

.manifest__title {
  font-weight: 700;
  margin-bottom: 5px;
}

.manifest__description {
  text-align: center;
  font: 400 13px/1 "Work Sans", sans-serif;
  color: #717584;
  margin-bottom: 20px;
}

.manifest__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -9px;
}

.manifest__item {
  padding: 0 9px;
  width: 100%;
  margin-bottom: 18px;
}

.manifest__block {
  max-width: 979px;
  margin: 0 auto;
  padding: 30px 24px 15px;
  background: rgba(0, 13, 39, 0.65);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 46px;
}

.manifest__block-title {
  text-align: center;
  color: #fff;
  font: 200 25px/1 "Work Sans", sans-serif;
  margin-bottom: 18px;
}

.manifest__text {
  margin-bottom: 35px;
}

.manifest__text p {
  color: #fff;
  font: 400 13px/1.5 "Work Sans", sans-serif;
  margin-bottom: 21px;
}

.manifest__footer {
  margin: 0 -13px;
}

.manifest__link-wrapper {
  padding: 0 13px;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

.manifest__link {
  display: block;
  text-decoration: none;
  color: #fff;
  font: 700 14px/1.3 "Work Sans", sans-serif;
  text-align: center;
  background: linear-gradient(91.81deg, #7520ff 0.6%, #af1ffb 102.02%);
  border-radius: 15px;
  padding: 15px 26px;
}

.manifest__followers {
  padding: 0 13px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.manifest__followers-list {
  margin: 0 -3px;
  display: flex;
  position: relative;
  width: 80%;
}

.manifest__followers-list:before,
.manifest__followers-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  width: 31px;
  height: 31px;
  background: linear-gradient(270deg, rgba(196, 196, 196, 0) 0%, #040c1b 89.06%, rgba(196, 196, 196, 0) 100%);
  z-index: 1;
  opacity: 0.9;
}

.manifest__followers-list:after {
  left: auto;
  right: -3px;
  transform: rotate(180deg);
}

.manifest__followers-item {
  margin: 0 3px;
  position: relative;
  flex: 0 0 auto;
}

.manifest__followers-img {
  max-width: none;
  width: 31px;
  height: 31px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.manifest__count-block {
  text-align: center;
  color: #fff;
  margin-left: 20px;
}

.manifest__count {
  font: 700 12px/1 "Work Sans", sans-serif;
}

.manifest__count-text {
  font: 500 11px/1 "Work Sans", sans-serif;
}

.architecture__title {
  margin-bottom: 17px;
}

.architecture__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
}

.architecture__img-block {
  flex: 0 0 auto;
  order: -1;
  margin-bottom: -10%;
}

.architecture__img-wrapper {
  width: 100%;
}

.architecture__img {
  max-width: none;
  width: 100%;
}

.architecture__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.architecture__list-item {
  width: 100%;
  margin-bottom: 20px;
}

.architecture__list-item_blue {
  order: 1;
}

.architecture__list-item_violet {
  order: 2;
}

.architecture__text {
  position: relative;
  font: 400 13px/1.2 "Work Sans", sans-serif;
  color: #fff;
  padding: 18px 14px;
}

.architecture__text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 19px;
  background: url("") top left/cover no-repeat;
}

.architecture__list-item_blue .architecture__text:before {
  background: url("") top left/cover no-repeat;
}

.architecture__list-item_green .architecture__text:before {
  background: url("") top left/cover no-repeat;
}

.architecture__list-item_violet .architecture__text:before {
  background: url("") top left/cover no-repeat;
}

.full {
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  padding: 5px 35px 5px 20px;
}

.full__text {
  color: #fff;
  font: 700 14px/1.5 "Work Sans", sans-serif;
}

.full__icon {
  fill: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.scheme__wrapper {
  padding-top: 10px;
  padding-bottom: 95px;
}

.scheme__title {
  font-weight: 700;
  margin-bottom: 21px;
  font-size: 35px;
}

.scheme__text {
  position: relative;
  text-align: center;
  max-width: 1137px;
  margin: 0 auto 20px;
}

.scheme__text p {
  color: #717584;
  font: 400 13px/1.3 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.scheme__full {
  text-align: center;
  margin-bottom: 25px;
}

.scheme__img-wrapper {
  margin: -10% -12% -8% -15%;
}

.scheme__img {
  max-width: none;
  width: 100%;
}

.scheme__description {
  color: #717584;
  font: 400 13px/1.3 "Work Sans", sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

.products__cover {
  padding-top: 15px;
  padding-bottom: 55px;
}

.products__title {
  max-width: none;
  margin-bottom: 34px;
}

.products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 15px;
}

.products__item {
  margin-bottom: 21px;
  padding: 0 10px;
  width: 100%;
}

.utility__wrapper {
  padding-bottom: 50px;
}

.utility__title {
  margin-bottom: 13px;
}

.utility__description {
  text-align: center;
  max-width: 865px;
  margin: 0 auto 20px;
  padding: 0 15px;
  color: #fff;
  font: 400 13px/1.3 "Work Sans", sans-serif;
}

.utility__img-wrapper {
  margin-bottom: 60px;
}

.utility__img {
  max-width: none;
  width: 100%;
}

.utility__full {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 10px;
}

.utility__list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.utility__list-item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 18px;
}

.cases__wrapper {
  position: relative;
  padding-bottom: 25px;
}

.cases__title {
  margin-bottom: 35px;
  font-size: 35px;
  text-align: left;
}

.cases__list {
  margin: 0 -12px;
  max-width: 636px;
}

.cases__list-item {
  width: 264px;
  padding: 0 12px;
  margin-bottom: 39px;
}

.cases__img-1 {
  position: absolute;
  top: 390px;
  right: -20px;
  width: 161px;
  max-width: none;
  transform: rotate(10deg);
}

.cases__img-2 {
  position: absolute;
  top: 235px;
  right: -20px;
  width: 125px;
  max-width: none;
  transform: rotate(-6deg);
}

.cases__img-3 {
  position: absolute;
  top: -10px;
  right: -80px;
  width: 215px;
  max-width: none;
  transform: rotate(-12deg);
}

.cases__img-4 {
  position: absolute;
  top: 850px;
  right: -45px;
  width: 250px;
  max-width: none;
  transform: rotate(8deg);
}

.cases__img-5 {
  position: absolute;
  top: 560px;
  right: -75px;
  width: 247px;
  max-width: none;
  transform: rotate(-18deg);
}

.cases__img-6 {
  position: absolute;
  top: 1070px;
  right: -110px;
  width: 200px;
  max-width: none;
  transform: rotate(-20deg);
}

.cases__img-7 {
  position: absolute;
  top: 740px;
  right: -20px;
  width: 88px;
  max-width: none;
  transform: rotate(-5deg);
}

.cases__img-8 {
  position: absolute;
  top: 1225px;
  right: -63px;
  width: 237px;
  max-width: none;
  transform: rotate(-6deg);
}

.extended-apps__wrapper {
  padding-bottom: 5px;
}

.extended-apps_collection .extended-apps__wrapper {
  justify-content: space-around;
  padding-top: 35px;
  padding-bottom: 5px;
}

.extended-apps__img-block {
  margin-right: -10%;
}

.extended-apps_collection .extended-apps__img-block {
  margin-right: 0;
}

.extended-apps__img-wrapper {
  max-width: 1256px;
  width: 100%;
  margin-bottom: -5%;
}

.extended-apps_collection .extended-apps__img-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.extended-apps__img {
  max-width: none;
  width: 100%;
}

.extended-apps__content {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 489px;
}

.extended-apps__title {
  margin-bottom: 20px;
}

.extended-apps__text {
  margin-bottom: 30px;
}

.extended-apps__text p {
  color: #717584;
  font: 400 13px/1.56 "Work Sans", sans-serif;
  margin-bottom: 16px;
}

.extended-apps__text b {
  color: #fff;
  font-size: 15px;
}

.extended-apps__links {
  display: flex;
  margin: 0 -8px;
  justify-content: center;
  flex-wrap: wrap;
}

.extended-apps__link-wrapper {
  padding: 0 8px;
  margin-bottom: 10px;
  width: 100%;
}

.extended-apps__link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font: 700 14px/1.2 "Work Sans", sans-serif;
  background: rgba(75, 79, 101, 0.32);
  border-radius: 15px;
  padding: 16px 23px;
  min-width: 160px;
}

.extended-apps__link_violet {
  background: linear-gradient(91.81deg, #5874c8 0.6%, #af1ffb 102.02%);
}

.tokenomics__cover {
  padding-top: 65px;
  padding-bottom: 80px;
}

.tokenomics__wrapper {
  margin: 0 -25px;
}

.tokenomics__left-block {
  padding: 0 25px;
  margin-bottom: 50px;
  width: 100%;
}

.tokenomics__right-block {
  padding: 0 25px;
  margin-top: 15px;
  width: 100%;
}

.tokenomics__schedule-block {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.tokenomics__title {
  margin-bottom: 40px;
}

.tokenomics__schedule {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.tokenomics__schedule-img {
  width: 100%;
  max-width: none;
}

.tokenomics__info-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 25px;
}

.tokenomics__rax {
  position: relative;
  border-radius: 19px;
  margin: 0 6px 12px;
  padding: 1px;
  overflow: hidden;
  flex: 1 1 auto;
}

.tokenomics__rax::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #27e55c 0%, #587bff 50%, #b518ff 100%);
  z-index: -1;
}

.tokenomics__rax-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 9px 1px 5px 1px;
  background: #090a0e;
  border-radius: 19px;
}

.tokenomics__rax-title {
  display: none;
  padding: 0 8px;
  margin-right: auto;
  color: #fff;
  font: 700 13px/1.4 "Work Sans", sans-serif;
}

.tokenomics__rax-icon {
  margin: 0 6px 3px;
  border-radius: 50%;
  background: linear-gradient(122.71deg, #9225ff 11.73%, #00ff66 129.28%);
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tokenomics__rax-icon-text {
  text-transform: uppercase;
  color: #fff;
  font: 900 13px/1.4 "Work Sans", sans-serif;
}

.tokenomics__rax-text {
  margin: 0 6px;
}

.tokenomics__rax-top-text {
  color: #fff;
  font: 700 20px/1 "Work Sans", sans-serif;
  margin-bottom: 3px;
}

.tokenomics__rax-bottom-text {
  color: #fff;
  font: 700 13px/1 "Work Sans", sans-serif;
  margin-bottom: 3px;
}

.tokenomics__info {
  padding: 0 6px;
  margin-bottom: 12px;
  flex: 1 1 auto;
}

.tokenomics__info-content {
  padding: 10px 12px 8px 12px;
  background: rgba(31, 33, 45, 0.8);
  border-radius: 15px;
  height: 100%;
}

.tokenomics__info-list {
  display: flex;
  margin: 0 -6px;
}

.tokenomics__info-item {
  position: relative;
  margin: 0 6px 3px;
  color: #fff;
  font: 300 16px/1.4 "Work Sans", sans-serif;
  padding-left: 25px;
}

.tokenomics__info-img-wrapper {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}

.tokenomics__info__img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tokenomics__info-count {
  color: #fff;
  font: 300 16px/1 "Work Sans", sans-serif;
  margin-bottom: 8px;
}

.tokenomics__info-description {
  color: #fff;
  font: 600 13px/1 "Work Sans", sans-serif;
  margin-bottom: 8px;
}

.tokenomics__pools {
  display: none;
  font: 700 20px/1.31 "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(95.5deg, #27e65c 0.5%, #587bff 50.22%, #b518ff 97.9%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #587bff;
}

.tokenomics__constituents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.tokenomics__constituent {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 30px;
}

.schedule__wrapper {
  padding-top: 60px;
  padding-bottom: 25px;
}

.schedule__title {
  text-align: center;
  color: #fff;
  font: 700 25px/1.1 "Work Sans", sans-serif;
  margin-bottom: 20px;
}

.schedule__chart {
  position: relative;
  margin: auto;
  width: 100%;
  margin-top: 10px;
  height: 600px;
  margin-bottom: 25px;
}

.schedule__full {
  text-align: center;
  margin-bottom: 30px;
}

.roadmap__title {
  position: relative;
  text-align: left;
  color: #fff;
  font: 700 35px/1 "Work Sans", sans-serif;
  margin-bottom: 30px;
  padding-right: 50px;
}

.roadmap__wrapper {
  position: relative;
  padding-bottom: 23px;
}

.roadmap__line {
  position: absolute;
  left: 0;
  top: 88px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #30fd82 0%, #7f00ff 47.4%, #e1169c 76.04%, #fdca18 100%);
}

.roadmap__list {
  display: flex;
  overflow-y: auto;
  max-width: 1920px;
  margin: 0 auto;
}

.roadmap__item {
  margin: 0 15px;
  flex: 0 0 auto;
  max-width: 260px;
}

.team__wrapper {
  padding-top: 50px;
}

.team__title {
  margin-bottom: 30px;
  font-weight: 700;
}

.team__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}

.team__item {
  width: 100%;
  margin-bottom: 27px;
  padding: 0 17px;
}

.team__proscom {
  position: relative;
  border-radius: 26px;
  padding: 3px;
  margin-bottom: 27px;
  overflow: hidden;
}

.team__proscom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #27e55c 0%, #587bff 50%, #b518ff 100%);
  z-index: -1;
}

.team__proscom-content {
  background: #131418;
  padding: 26px 25px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 26px;
}

.team__proscom-text {
  padding: 0 10px;
  color: #ffffff;
  font: 400 20px/1.1 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.companies__wrapper {
  padding-bottom: 57px;
}

.companies__title {
  text-align: center;
  color: #fff;
  font: 700 25px/1 "Work Sans", sans-serif;
  margin-bottom: 25px;
}

.companies__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
  background: #0a0a0a;
  padding: 20px 0 10px;
}

.companies__item {
  padding: 0 20px;
  margin-bottom: 10px;
  width: 33.3333333333%;
}

.companies__img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  margin: 0 auto;
  max-height: 104px;
  max-width: 210px;
  width: 100%;
}

.news__wrapper {
  padding-top: 18px;
  padding-bottom: 75px;
}

.news__title {
  color: rgba(171, 172, 199, 0.12);
  font: 700 45px/1 "Work Sans", sans-serif;
  margin-bottom: -20px;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  background: #0a0a0a;
  padding: 20px 0 5px;
}

.news__item {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 16px;
}

.news__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 15px;
  height: 65px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  padding: 0 20px;
}

.news__link_btc {
  background: linear-gradient(99.11deg, #13b0b4 2.18%, #0091af 100%);
}

.news__link_black {
  background: #000;
}

.news__link_cmc {
  background: linear-gradient(45deg, rgb(24, 77, 255), rgb(41, 102, 255));
}

.news__link_grey {
  background: #f4f4f4;
}

.news__link_dark {
  background: #171f2c;
}

.news__link_violet {
  background: #400190;
}

.news__link_orange {
  background: linear-gradient(92.47deg, #f80278 1.82%, #e75c0e 100.54%);
}

.news__link_taupe-gray {
  background: #272f3a;
}

.news__link_white {
  background: #fefefe;
}

.news__link_bloomberg {
  background: linear-gradient(104.28deg, #f61851 4.8%, #154cdc 27.41%);
}

.news__link_blue {
  background: #093967;
}

.news__img {
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  max-width: 178px;
  max-height: 55px;
  width: 100%;
}

.community__title {
  max-width: none;
}

.community__list {
  display: flex;
  flex-wrap: wrap;
  margin: -70px -19px 0;
  padding: 85px 15px 50px;
  background: url("") top 20px center/160% no-repeat;
}

.community__item {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 9px;
}

.community__item_big {
  width: 100%;
}

.community__link {
  position: relative;
  display: flex;
  text-decoration: none;
  border-radius: 22px;
  padding: 28px 65px 18px 8px;
  align-items: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(59px);
  backdrop-filter: blur(59px);
}

.community__img-wrapper {
  width: 37px;
  height: 37px;
  margin: 0 8px 10px;
  flex: 0 0 auto;
}

.community__img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.community__tag {
  position: absolute;
  right: 11px;
  top: 50%;
  background: #1d59f6;
  border-radius: 12px;
  color: #fff;
  font: 700 11px/1 "Work Sans", sans-serif;
  padding: 7px 6px;
  transform: translateY(-50%);
}

.community__content {
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.community__item-title {
  color: #fff;
  font: 700 14px/1 "Work Sans", sans-serif;
  margin-bottom: 10px;
  margin-right: 15px;
}

.community__description {
  color: #fff;
  font: 500 13px/1 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.community__info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.community__info-item {
  position: relative;
  margin: 0 5px 10px;
  padding-left: 15px;
  color: #fff;
  font: 400 13px/1 "Work Sans", sans-serif;
}

.community__info-img-wrapper {
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
}

.community__info-img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_small {
  background: #212127;
}

.footer__cover {
  padding-top: 35px;
}

.footer__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  padding-bottom: 5px;
  padding-top: 140px;
}

.footer__info-block {
  width: 100%;
  padding: 0 25px;
}

.footer__links-block {
  width: 100%;
  padding: 0 25px;
  order: -1;
}

.footer__logo {
  max-width: 157px;
  margin-bottom: 25px;
  position: absolute;
  top: 0;
  left: 25px;
  width: 100%;
}

.footer__socials {
  position: absolute;
  left: 25px;
  top: 85px;
  margin-bottom: 10px;
}

.footer__info p {
  color: #717584;
  font: 400 12px/1.2 "Work Sans", sans-serif;
  margin-bottom: 17px;
}

.footer__copyright {
  color: #717584;
  font: 500 13px/1.3 "Work Sans", sans-serif;
  margin-bottom: 17px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer__item {
  width: 49%;
  margin-bottom: 10px;
  padding-right: 15px;
}

.footer__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font: 700 13px/1.3 "Work Sans", sans-serif;
}

.footer__link:active {
  color: #7f00ff;
}

.footer__link_disabled {
  color: #5c5c5c;
}

.footer__link_disabled:active {
  color: #5c5c5c;
}

.footer__link-info {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  background: #1d59f6;
  border-radius: 12px;
}

.footer__block_right {
  order: -1;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 -25px;
  padding: 30px 0 10px;
}

.footer__block {
  padding: 0 25px;
  margin-bottom: 23px;
}

.footer__text {
  color: #717584;
  font: 500 12px/1.5 "Work Sans", sans-serif;
}

.footer__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -7px;
}

.footer__author-text {
  padding: 0 7px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.footer__logo-wrapper {
  display: block;
  text-decoration: none;
  margin: 0 7px;
}

.footer__logo-img {
  max-width: none;
  width: 45px;
}

.footer__platform {
  padding: 0 7px;
  color: #8E91A5;
  font: 700 18px/1 "Work Sans", sans-serif;
}

.footer__big {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background-color: #141416;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  font-family: "Aldrichrus", sans-serif;
}
.surha-container {
  max-width: 1284px;
  padding: 0 20px;
  margin: 0 auto;
}
.surha-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .surha-footer {
    flex-wrap: wrap;
  }
}
.surha-footer-section-w29 {
  width: 29%;
  margin-bottom: 40px;
}
.surha-footer-section-w19 {
  width: 19%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .surha-footer-section-w29, .surha-footer-section-w19 {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .surha-footer-section-w29, .surha-footer-section-w19 {
    width: 100%;
  }
  .surha-footer-section-w19 {
    margin-bottom: 0;
  }
  .accordion-last {
    margin-bottom: 40px;
    border-bottom: 1px solid #4f4f4f;
  }
}
.footer-brand {
  color: #f4f5f6;
  font-weight: 600;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  font-family: "Starzone", sans-serif;
  text-transform: uppercase;
  display: flex;
}
.brand-img {
  margin-right: 10px;
  margin-top: -4px;
  width: 40px;
}
.footer-brand-text {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #e6e8ec;
  margin-bottom: 32px;
}
.footer-icons {
  display: inline-block;
  margin-right: 25px;
}
.footer-icons .social-icons {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.footer-icons .social-icons a {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.3s;
  margin-right: 3px;
  margin-left: 3px;
  padding: 3px;
  display: inline-block;
}
.footer-icons .social-icons a:hover {
  background-color: #ffffff26;
  border-radius: 8px;
}
.footer-ttl-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #fcfcfd;
}
.footer-text2 {
  font-size: 14px;
  line-height: 16px;
  color: #fcfcfc;
  white-space: nowrap;
  font-weight: 500;
}
.footer-text2 a {
  display: block;
  color: #fcfcfc;
  text-decoration: none;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "Aldrichrus", sans-serif;
}
.footer-subscribe {
  font-size: 16px;
  line-height: 24px;
  color: #e6e8ec;
  font-weight: 500;
}

.footer__big .main-form {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 576px) {
  .footer__big .main-form {
    display: block !important;
  }
}

.footer__big .btn-primary {
  font-family: "Starzone", sans-serif !important;
  text-transform: uppercase;
  background: linear-gradient(to left, #F8A932, #FF7246) !important;
}

@media screen and (max-width: 576px) {
  .footer__big .btn-primary {
    width: 100%!important;
  }
}

@media screen and (max-width: 576px) {
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("cc2e59760fc738555993eb37247e76eba1bef50b.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: -10px;
  }
  .accordion-button.active::after {
    transform: rotate(-180deg);
  }
  .accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}

.base {
  background: rgba(28, 29, 35, 0.6);
  overflow: hidden;
}

.base__cover {
  padding-top: 65px;
  padding-bottom: 60px;
}

.base__img-wrapper {
  margin: -3% -15% -8%;
}

.base__img {
  width: 100%;
  max-width: none;
}

.base__full {
  text-align: center;
}

.ecosystem__cover {
  padding-top: 63px;
  padding-bottom: 5px;
}

.ecosystem__title {
  margin-bottom: 32px;
}

.ecosystem__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.ecosystem__item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}

.ecosystem__item_big {
  width: 100%;
}

.ecosystem__content {
  margin-bottom: 20px;
}

.ecosystem__content p {
  color: #fff;
  font: 700 16px/1.31 "Work Sans", sans-serif;
  margin-bottom: 0;
}

.ecosystem__text {
  overflow: hidden;
  position: relative;
  padding: 2px;
  border-radius: 21px;
}

.ecosystem__text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #27e55c 0%, #587bff 50%, #b518ff 100%);
  z-index: -1;
}

.ecosystem__text-content {
  border-radius: 21px;
  padding: 22px 20px 10px;
  background: #090a0e;
}

.ecosystem__text-content p {
  color: #fff;
  font: 600 14px/1.33 "Work Sans", sans-serif;
  margin-bottom: 18px;
}

.burning {
  background: #151721;
}

.burning__cover {
  padding-top: 45px;
  padding-bottom: 45px;
}

.burning__title {
  position: relative;
  z-index: 1;
}

.burning__wrapper {
  position: relative;
}

.burning__img-wrapper {
  position: relative;
  display: block;
  margin: -10% -30% 0 -20%;
}

.burning__img {
  max-width: none;
  width: 100%;
}

.burning__text-wrapper {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 100px;
  left: 0;
  height: 100%;
}

.burning__text {
  position: relative;
  display: flex;
  width: 45%;
  text-align: center;
  justify-content: flex-start;
}

.burning__text::before {
  content: "";
  display: block;
  width: 47%;
  height: 1px;
  background: linear-gradient(82.06deg, #7f00ff -2.67%, rgba(255, 255, 255, 0.6) 91.35%);
  position: absolute;
  bottom: 40%;
  right: -10%;
  transform: rotate(58deg);
}

.burning__text:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  bottom: -17%;
  right: -1%;
}

.burning__text_first:before {
  width: 39%;
  bottom: 36%;
  transform: rotate(67deg);
}

.burning__text_second:before {
  width: 50%;
  transform: rotate(129deg);
  right: auto;
  left: -20%;
  bottom: 33%;
}

.burning__text_second:after {
  bottom: -25%;
  right: auto;
  left: -14%;
}

.burning__text_third:before {
  width: 18%;
  transform: rotate(43deg);
  right: 8%;
  bottom: 69%;
}

.burning__text_third:after {
  bottom: 45%;
  right: 7%;
}

.burning__text_fourth:before {
  width: 30%;
  transform: rotate(147deg);
  right: auto;
  left: 5%;
  bottom: 65%;
}

.burning__text_fourth:after {
  bottom: 37%;
  right: auto;
  left: 4%;
}

.burning__text_fifth:before {
  width: 11%;
  transform: rotate(-36deg);
  right: 9%;
  bottom: auto;
  top: -8%;
}

.burning__text_fifth:after {
  bottom: auto;
  top: -24%;
  right: 7%;
}

.burning__text_sixth:before {
  width: 39%;
  transform: rotate(185deg);
  right: auto;
  left: -10%;
  bottom: auto;
  top: 1%;
}

.burning__text_sixth:after {
  bottom: auto;
  top: -8%;
  right: auto;
  left: -14%;
}

.burning__text:nth-child(2n) {
  justify-content: flex-end;
}

.burning__text-content {
  max-width: 360px;
  width: 100%;
}

.burning__text_first .burning__text-content {
  margin-left: 10%;
}

.burning__text_second .burning__text-content {
  margin-right: 15%;
}

.burning__text-title {
  color: #fff;
  font: 700 26px/1.11 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.burning__text-description {
  color: #717584;
  font: 500 15px/1.17 "Work Sans", sans-serif;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.burning__text_first .burning__text-description {
  max-width: 280px;
}

.burning__text_second .burning__text-description {
  max-width: 200px;
}

.burning__text_third .burning__text-description {
  max-width: 336px;
}

.burning__text_fourth .burning__text-description {
  max-width: 195px;
}

.burning__text_sixth .burning__text-description {
  max-width: 295px;
}

.backers__cover {
  padding-top: 52px;
  padding-bottom: 25px;
}

.backers__title {
  color: #fff;
  font: 700 25px/1.1 "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 43px;
}

.backers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.backers__item {
  padding: 0 10px;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
}

.backers__basker {
  width: 100%;
  padding: 5px 10px;
  max-height: 109px;
  align-items: center;
}

.backers__img {
  max-width: none;
  width: 100%;
  height: 100%;
}

.benefits__cover {
  padding-top: 25px;
  padding-bottom: 80px;
}

.benefits__title {
  margin-bottom: 25px;
}

.benefits__table {
  background: rgba(40, 48, 63, 0.42);
  -webkit-backdrop-filter: blur(88.5px);
  backdrop-filter: blur(88.5px);
  border-radius: 43px;
  padding: 7px;
  margin: 0 -15px;
}

.benefits__table-content {
  display: flex;
  justify-content: space-between;
}

.benefits__slider {
  display: flex;
  max-width: 35%;
  padding-right: 20px;
  width: 100%;
}

.benefits__column {
  border-radius: 29px;
  max-width: 110px;
  width: 100%;
  flex: 0 0 auto;
}

.benefits__column_head {
  max-width: 276px;
  width: 100%;
  flex: 0 1 auto;
}

.benefits__column_green {
  background: linear-gradient(
    180deg,
    rgba(0, 255, 102, 0.162) 0%,
    rgba(0, 255, 102, 0.21) 20.83%,
    rgba(0, 255, 102, 0.336) 47.4%,
    rgba(0, 255, 102, 0.114) 100%
  );
}

.benefits__slide .benefits__column {
  max-width: none;
}

.benefits__cell {
  position: relative;
  min-height: 82px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.5px;
}

.benefits__cell:first-child {
  min-height: 100px;
}

.benefits__cell_black {
  display: block;
}

.benefits__cell-black {
  display: none;
  min-height: 100px;
  margin: -15px -15px 0;
}

.benefits__column_head .benefits__cell {
  justify-content: flex-start;
}

.benefits__img-wrapper {
  margin: 0 auto;
}

.benefits__img-wrapper_raysx {
  max-width: 80px;
}

.benefits__img {
  max-width: none;
  width: 100%;
}

.benefits__icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits__icon {
  width: 25px;
  height: 25px;
}

.benefits__icon-text {
  position: absolute;
  top: -75%;
  left: 50%;
  color: #fff;
  font: 600 10px/1 "Work Sans", sans-serif;
  padding: 5px 10px;
  background: #1d59f6;
  border-radius: 12px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.benefits__text {
  text-align: center;
  color: #fff;
  font: 700 12px/1.5 "Work Sans", sans-serif;
}

.benefits__text-span {
  font-weight: 400;
  color: #717584;
}

.benefits__column_head .benefits__text {
  text-align: left;
}

.benefits__prev-arrow {
  left: -15px;
  top: 50px;
}

.benefits__next-arrow {
  top: 50px;
  right: 10px;
}

.buy {
  position: relative;
}

.buy:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #090A0E;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.buy:after {
  content: '';
  display: block;
  width: calc(100% + 60px);
  height: 60px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  filter: blur(15px);
}

.buy__string-img-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 610px;
  width: 100%;
}

.buy__ticker-stroke {
  display: flex;
  flex-wrap: nowrap;
}

.buy__ticker-img-wrapper {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 48px;
  animation: infinite linear ticker;
  animation-duration: 7s;
  width: 995px;
  margin-bottom: 20px;
}

.buy__ticker-img-wrapper_big {
  width: 1225px;
  opacity: 0.5;
  animation-duration: 10s;
}

.buy__string-img {
  max-width: none;
  width: 100%;
}

.buy__cover {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

.buy__img {
  max-width: none;
  width: 100%;
}

.buy__wrapper {
  position: relative;
}

.buy__title {
  margin-bottom: 25px;
  padding: 0 15px;
}

.buy__gif-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.buy__gif {
  max-width: none;
  width: 100%;
  display: none !important;
}

.buy__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -4px 25px;
}

.buy__links-item {
  padding: 0 4px;
  margin-bottom: 14px;
}

.buy__links-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  font: 700 12px/1 "Work Sans", sans-serif;
  background: #252629;
  border-radius: 15px;
  text-decoration: none;
}

.buy__tabs-nav {
  margin-bottom: 16px;
}

.buy__tabs {
  margin-bottom: 50px;
}

.invite__cover {
  padding-top: 40px;
  padding-bottom: 30px;
}

.invite__title {
  max-width: none;
  margin-bottom: 28px;
}

.invite__subtitle {
  color: #717584;
  font: 500 13px/1.4 "Work Sans", sans-serif;
  text-align: center;
  max-width: 1096px;
  margin: 0 auto 25px;
}

.invite__steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 5px;
}

.invite__steps-item {
  padding: 0 6px;
  width: 50%;
  margin-bottom: 12px;
}

.invite__steps-item_big {
  width: 100%;
}

.invite__step {
  height: 100%;
  background: #202127;
  border-radius: 30px;
  padding: 22px;
}

.invite__step-title {
  font: 700 30px/1 "Work Sans", sans-serif;
  margin-bottom: 13px;
  background: linear-gradient(95.5deg, #587bff 0.5%, #b518ff 33.98%, #b518ff 97.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invite__step-text {
  color: #fff;
  font: 700 13px/1.5 "Work Sans", sans-serif;
}

.invite__info {
  margin-bottom: 34px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(90deg, #27e55c 0%, #587bff 50%, #b518ff 100%);
}

.invite__info-text {
  background: #202127;
  color: #fff;
  text-align: center;
  padding: 20px;
  font: 700 14px/1.1 "Work Sans", sans-serif;
  border-radius: 24px;
}

.distribution__cover {
  padding-top: 50px;
  padding-bottom: 35px;
}

.distribution__title {
  margin-bottom: 25px;
}

.distribution__table {
  margin-bottom: 25px;
}

.key__cover {
  padding-top: 30px;
  padding-bottom: 35px;
}

.key__title {
  margin-bottom: 22px;
}

.key__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.key__item {
  padding: 0 16px;
  margin-bottom: 19px;
  width: 100%;
  min-height: 54px;
}

.key__item-content {
  padding: 10px 24px;
  border-radius: 15px;
  background: #212127;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.key__item-content_black {
  background: #14151b;
}

.key__item-rax-bg {
  height: 100%;
  padding: 1px;
  background: linear-gradient(90deg, #27e55c 0%, #587bff 50%, #b518ff 100%);
  border-radius: 15px;
}

.key__item-title {
  color: #fff;
  font: 600 13px/1.4 "Work Sans", sans-serif;
  margin-right: 10px;
}

.key__item-text {
  color: #fff;
  font: 300 16px/1.4 "Work Sans", sans-serif;
}

.key__item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.key__item-field {
  padding: 0 7px;
  display: flex;
  align-items: center;
}

.key__item-img {
  flex: 0 0 auto;
  margin-right: 14px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.key__rax-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.key__rax-text {
  color: #fff;
  font: 900 11px/1.4 "Work Sans", sans-serif;
  text-align: center;
}

.key__rax-img {
  max-width: 26px;
  width: 100%;
}

.presale__cover {
  padding-top: 40px;
  padding-bottom: 40px;
}

.presale__title {
  margin-bottom: 36px;
}

.presale__list {
  margin-bottom: 30px;
}

.presale__item {
  position: relative;
  margin-bottom: 17px;
  cursor: pointer;
  border-radius: 15px;
  background: #212127;
  padding: 20px 20px 5px 50px;
}

.presale__item:before,
.presale__item:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  left: 16px;
  top: 30px;
}

.presale__item:after {
  transform: rotate(90deg);
}

.presale__item.active:after {
  display: none;
}

.presale__question {
  color: #fff;
  font: 700 14px/1.3 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.presale__text {
  display: none;
}

.presale__text p {
  color: #fff;
  font: 500 11px/1.5 "Work Sans", sans-serif;
  margin-bottom: 10px;
}

.presale__item.active .presale__text {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 375px) {
  .header__socials-link_whitelist,
  .header__socials-link_connect,
  .header__socials-link_buy {
    font-size: 12px;
  }

  .video__links-item {
    width: 50%;
  }

  .architecture__list-item {
    width: 50%;
  }

  .utility__list-item {
    width: 50%;
  }

  .extended-apps__link-wrapper {
    width: auto;
  }

  .news__title {
    font-size: 55px;
  }

  .backers__item {
    width: 50%;
  }
}

@media screen and (min-width: 480px) {
  .header__socials-icon {
    width: 29px;
    height: 24px;
  }

  .challenge__img-wrapper {
    padding-top: 50%;
    width: 50%;
  }

  .tabs-menu__item {
    width: 50%;
  }

  .sale__wrapper {
    padding: 27px 20px 10px 20px;
  }

  .sale__title {
    font-size: 22px;
    margin-bottom: 34px;
  }

  .sale__info {
    margin: 0 -7px 17px;
  }

  .sale__info-item {
    padding: 0 7px;
  }

  .sale__info-count {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sale__info-description {
    font-size: 14px;
  }

  .sale__progress-item {
    font-size: 14px;
  }

  .sale__line {
    height: 17px;
  }

  .sale__line-progress {
    top: 4px;
  }

  .sale__bsc-img {
    width: 19px;
  }

  .sale__bsc-copy {
    width: 24px;
    height: 19px;
  }

  .sale__bsc-span {
    font-size: 13px;
  }

  .sale__bsc-address,
  .sale__bsc-input {
    font-size: 13px;
    width: 80px;
  }

  .sale__coinmarketcap-img {
    width: 20px;
  }

  .sale__coinmarketcap-text {
    font-size: 13px;
  }

  .sale__vesting {
    font-size: 13px;
  }

  .sale__instruction {
    font-size: 13px;
  }

  .sale__exchange-text {
    font-size: 13px;
  }

  .sale__rax {
    font-size: 20px;
  }

  .sale__btn-description {
    font-size: 11px;
  }

  .sale__wallets {
    margin: 0 -10px;
  }

  .sale__wallets-item {
    padding: 0 10px;
  }

  .header__socials-link_whitelist,
  .header__socials-link_connect,
  .header__socials-link_buy {
    font-size: 14px;
    padding: 11px 35px;
    border-radius: 12px;
    cursor: pointer;
  }

  .header__socials-link_connect {
    padding: 11px 25px;
  }

  .video__browser:before {
    -webkit-filter: blur(110px);
    filter: blur(110px);
    top: 10%;
    height: 60%;
  }

  .video__browser:after {
    -webkit-filter: blur(110px);
    filter: blur(110px);
    top: -2%;
    height: 90%;
  }

  .video__links-item {
    width: auto;
  }

  .video__links-link {
    min-width: 357px;
    font-size: 16px;
  }

  .manifest__block-title {
    font-size: 40px;
  }

  .extended-apps__link {
    min-width: 217px;
  }

  .tokenomics__rax {
    flex: 0 1 auto;
    width: calc(50% - 12px);
  }

  .tokenomics__info {
    width: 50%;
    flex: 0 1 auto;
  }

  .news__item {
    width: 33.3333333333%;
  }

  .backers__item {
    width: 33.3333333333%;
  }

  .benefits__cell {
    min-height: 70px;
    padding: 15px;
    letter-spacing: 0;
  }

  .benefits__img-wrapper_raysx {
    max-width: 134px;
  }

  .invite__step-title {
    font-size: 35px;
  }

  .invite__step-text {
    font-size: 15px;
  }

  .invite__info-text {
    font-size: 16px;
  }

  .key__title {
    margin-bottom: 35px;
  }

  .footer__text {
    font-size: 13px;
  }

  .footer__author-text {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .challenge__img-wrapper {
    padding-top: 100%;
    width: auto;
  }

  .ecosystem-item {
    display: block;
    padding: 10px 20px 20px;
  }

  .ecosystem-item_green {
    background: linear-gradient(180deg, #033428 0%, #00cb6e 100%);
  }

  .ecosystem-item_blue {
    background: linear-gradient(180deg, #0a0944 0%, #275bdf 100%);
  }

  .ecosystem-item_violet {
    background: linear-gradient(180deg, #15032e 0%, #7f00ff 100%);
  }

  .ecosystem-item__img-wrapper {
    height: 122px;
    width: auto;
    margin-right: 0;
    margin-bottom: 17px;
  }

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

  .ecosystem-item__text {
    text-align: center;
    max-width: 305px;
    font-size: 15px;
    margin: 0 auto 20px;
  }

  .sale__info-count {
    font-size: 20px;
  }

  .sale__info-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sale__progress {
    margin-bottom: 46px;
  }

  .sale__progress-item-count {
    display: inline-block;
  }

  .sale__footer-list {
    margin: 0 -4px 13px;
  }

  .sale__table-cell {
    font-size: 15px;
  }

  .sale__table-info {
    font-size: 15px;
  }

  .title {
    font-size: 30px;
  }

  .manifest__item {
    width: 50%;
  }

  .architecture__text {
    margin-left: 60px;
  }

  .scheme__title {
    font-size: 35px;
  }

  .products__item {
    width: 50%;
  }

  .cases__img-6 {
    right: -40px;
  }

  .tokenomics__rax {
    flex: 1 1 auto;
    width: auto;
    margin: 0 6px 7px;
  }

  .tokenomics__info {
    width: auto;
    flex: 1 1 auto;
    padding: 0 3px;
    margin-bottom: 7px;
  }

  .tokenomics__info-content {
    min-height: 66px;
  }

  .tokenomics__constituent {
    width: 50%;
  }

  .news__title {
    font-size: 85px;
  }

  .community__list {
    background: url("") top 20px center/contain no-repeat;
    padding: 85px 0 50px;
  }

  .community__item {
    width: 50%;
  }

  .community__item_big {
    width: 100%;
  }

  .community__link {
    padding: 28px 8px 18px;
  }

  .community__tag {
    left: 11px;
    right: auto;
    top: -10px;
    transform: none;
  }

  .ecosystem__item {
    width: 50%;
  }

  .ecosystem__item_big {
    width: 100%;
  }

  .ecosystem__content p {
    font-size: 20px;
  }

  .buy__links {
    margin: 0 -7px 25px;
  }

  .buy__links-item {
    padding: 0 7px;
  }

  .buy__links-link {
    font-size: 14px;
  }

  .invite__subtitle {
    font-size: 15px;
    margin: 0 auto 40px;
  }

  .invite__step {
    padding: 37px;
  }

  .distribution__title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .advantage__title {
    font-size: 18px;
  }

  .advantage__description {
    font-size: 14px;
  }

  .case_blue:before {
    right: 54px;
  }

  .case_green:before {
    right: 54px;
  }

  .case__content {
    padding: 28px 28px 34px;
  }

  .case__title {
    font-size: 32px;
    margin-bottom: 27px;
  }

  .case__text p {
    font-size: 14px;
  }

  .ecosystem-item__text {
    font-size: 18px;
  }

  .title {
    font-size: 40px;
  }

  .manifest {
    padding-top: 60px;
    padding-bottom: 88px;
  }

  .manifest__head {
    margin-bottom: 50px;
  }

  .manifest__title {
    margin-bottom: 15px;
  }

  .manifest__description {
    font-size: 20px;
  }

  .manifest__block {
    padding: 40px 48px 30px;
  }

  .manifest__text p {
    font-size: 17px;
    margin-bottom: 27px;
  }

  .manifest__footer {
    display: flex;
  }

  .manifest__link {
    font-size: 16px;
  }

  .manifest__followers-list {
    max-width: 297px;
  }

  .manifest__count {
    font-size: 16px;
  }

  .manifest__count-text {
    font-size: 15px;
  }

  .architecture__text {
    font-size: 16px;
    padding: 25px 20px;
  }

  .architecture__text:before {
    width: 26px;
  }

  .scheme__text p {
    font-size: 16px;
  }

  .scheme__description {
    font-size: 16px;
  }

  .utility__description {
    font-size: 16px;
    padding: 0;
  }

  .cases__title {
    text-align: center;
  }

  .cases__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .cases__list-item {
    width: 50%;
    margin-bottom: 24px;
  }

  .cases__img-1 {
    width: 264px;
    transform: rotate(-12deg);
    top: 90px;
    left: 0;
    right: auto;
  }

  .cases__img-2 {
    top: 330px;
    left: -105px;
    width: 186px;
    right: auto;
  }

  .cases__img-3 {
    transform: rotate(8deg);
    top: 234px;
    left: 60px;
    right: auto;
    width: 307px;
  }

  .cases__img-4 {
    top: 536px;
    left: -45px;
    width: 324px;
    right: auto;
  }

  .cases__img-5 {
    top: 95px;
    right: -75px;
    width: 362px;
    transform: rotate(4deg);
  }

  .cases__img-6 {
    top: 351px;
    right: -180px;
    width: 294px;
    transform: rotate(9deg);
  }

  .cases__img-7 {
    top: 352px;
    right: 150px;
    width: 152px;
    transform: rotate(6deg);
  }

  .cases__img-8 {
    top: 538px;
    right: -63px;
    width: 350px;
  }

  .extended-apps__text {
    margin-bottom: 0;
  }

  .extended-apps__text p {
    margin-bottom: 25px;
  }

  .extended-apps__link {
    font-size: 16px;
  }

  .tokenomics__left-block {
    display: flex;
  }

  .tokenomics__schedule-block {
    width: 50%;
  }

  .tokenomics__rax-title {
    display: block;
  }

  .tokenomics__rax-icon {
    margin: 0 8px 3px;
  }

  .tokenomics__rax-text {
    margin: 0 8px;
  }

  .schedule__title {
    font-size: 30px;
  }

  .schedule__chart {
    margin-top: 40px;
  }

  .roadmap__title {
    font-size: 40px;
  }

  .team__item {
    width: 50%;
  }

  .companies__title {
    font-size: 30px;
  }

  .news__title {
    font-size: 110px;
  }

  .community__list {
    background: url("") top -20px center/contain no-repeat;
    padding: 85px 0;
  }

  .community__item {
    width: 33.3333333333%;
  }

  .community__item_big {
    width: 50%;
  }

  .footer__wrapper {
    flex-wrap: nowrap;
    padding-top: 0;
  }

  .footer__info-block {
    width: 40%;
  }

  .footer__links-block {
    width: 60%;
    order: 0;
  }

  .footer__logo {
    position: relative;
    left: auto;
  }

  .footer__socials {
    position: relative;
    left: auto;
    top: auto;
  }

  .footer__info p {
    margin-bottom: 27px;
  }

  .footer__copyright {
    position: absolute;
    bottom: 0;
    right: 50px;
    margin-bottom: 27px;
  }

  .footer__links {
    margin-bottom: 27px;
  }

  .footer__item {
    margin-bottom: 15px;
  }

  .footer__link {
    font-size: 16px;
  }

  .footer__block_right {
    order: 0;
  }

  .footer__content {
    flex-direction: row;
  }

  .ecosystem__list {
    margin: 0 -17px;
  }

  .ecosystem__item {
    padding: 0 17px;
    margin-bottom: 34px;
  }

  .ecosystem__content {
    margin-bottom: 0;
  }

  .ecosystem__content p {
    font-size: 28px;
  }

  .ecosystem__text-content {
    padding: 32px 25px 10px;
  }

  .ecosystem__text-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .backers__title {
    font-size: 35px;
  }

  .benefits__table {
    padding: 15px;
    margin: 0;
  }

  .benefits__slider {
    max-width: 55%;
  }

  .benefits__column {
    max-width: 156px;
  }

  .benefits__cell {
    min-height: 100px;
  }

  .invite__steps {
    margin: 0 -17px;
  }

  .invite__steps-item {
    padding: 0 17px;
    margin-bottom: 34px;
  }

  .key__item {
    width: 50%;
  }

  .presale__title {
    font-size: 30px;
  }
}

@media screen and (min-width: 990px) {
  .header__languages {
    padding: 0 15px;
  }

  .buy:after {
    height: 120px;
    bottom: -60px;
    filter: blur(30px);
  }

  .constituent {
    padding-left: 28px;
  }

  .constituent:before {
    width: 15px;
    height: 15px;
    top: 7px;
  }

  .constituent__count {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .constituent__title {
    font-size: 18px;
  }

  .roadmap-item {
    padding-top: 45px;
  }

  .roadmap-item__year {
    font-size: 38px;
  }

  .roadmap-item__quarter {
    font-size: 24px;
  }

  .roadmap-item__point {
    width: 43px;
    height: 43px;
    border-width: 17px;
    margin-bottom: 35px;
  }

  .roadmap-item__list-item {
    font-size: 15px;
  }

  .roadmap-item__list-item:before {
    top: 7px;
  }

  .socials_footer {
    justify-content: flex-end;
  }

  .socials_footer .socials__dots {
    position: absolute;
    top: 0;
    right: 3px;
  }

  .product {
    height: auto;
    padding: 25px 30px 15px;
  }

  .product__img-wrapper {
    margin-top: -85px;
    margin-bottom: 0;
  }

  .tabs-menu__link {
    padding: 24px 12px 12px;
  }

  .sale__wrapper {
    padding: 44px 37px 19px 37px;
  }

  .sale__content {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0;
    grid-row-gap: 0px;
  }

  .sale_run .sale__content {
    padding-bottom: 0;
  }

  .sale__left {
    grid-area: 2 / 1 / 3 / 2;
  }

  .sale__right {
    grid-area: 1 / 2 / 4 / 3;
    order: 0;
  }

  .sale__title {
    text-align: left;
    grid-area: 1 / 1 / 2 / 2;
  }

  .sale__footer {
    grid-area: 3 / 1 / 4 / 2;
  }

  .sale__wallets {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    width: auto;
  }

  .sale__table-cell {
    font-size: 17px;
  }

  .table {
    padding: 12px;
  }

  .table__table {
    font-size: 15px;
    font-weight: 500;
  }

  .table__head {
    display: table-header-group;
  }

  .table__body .table__row {
    display: table-row;
    margin-bottom: 0;
  }

  .table__body .table__cell:first-child {
    order: 0;
    width: auto;
  }

  .table__body .table__cell:last-child {
    order: 0;
    color: #fff;
    width: auto;
  }

  .table__body .table__cell {
    background: #0f1017;
    padding: 9px 25px;
  }

  .table__footer .table__row {
    display: table-row;
    padding: 0;
  }

  .table__footer .table__cell {
    padding: 25px;
  }

  .table__body .table__cell:last-child {
    font-size: 14px;
  }

  .table__body .table__row:first-child .table__cell {
    padding: 25px 25px 9px;
  }

  .table__body .table__row:last-child .table__cell {
    padding: 9px 25px 25px;
  }

  .header__wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .header__block {
    margin: 0 -15px 16px;
  }

  .header__links-wrapper {
    display: block;
    padding: 0 15px;
  }

  .header__socials-wrapper {
    padding: 0 15px;
  }
  .header__socials-wrapper_desktop {
    display: block;
  }

  .header__socials {
    margin: 0 -15px;
  }

  .header__socials-item {
    padding: 0 15px;
  }

  .header__socials-icon:hover {
    opacity: 1;
  }

  .header__pull {
    display: none;
  }

  .video__wrapper {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .title {
    font-size: 55px;
  }

  .manifest {
    padding-bottom: 150px;
  }

  .manifest__rax {
    width: 2152px;
    bottom: 0;
    top: auto;
  }

  .manifest__item {
    width: 33.3333333333%;
  }

  .manifest__block-title {
    font-size: 55px;
    margin-bottom: 30px;
  }

  .manifest__followers-list {
    max-width: 550px;
  }

  .manifest__followers-list:before,
  .manifest__followers-list:after {
    border-radius: 50%;
    left: 0px;
    width: 38px;
    height: 38px;
    background: linear-gradient(270deg, rgba(196, 196, 196, 0) 0%, #0a5456 89.06%, rgba(196, 196, 196, 0) 100%);
  }

  .manifest__followers-list:after {
    background: linear-gradient(270deg, rgba(196, 196, 196, 0) 0%, #081f2e 89.06%, rgba(196, 196, 196, 0) 100%);
    left: auto;
    right: 1px;
  }

  .manifest__followers-img {
    width: 38px;
    height: 38px;
  }

  .manifest__count-block {
    margin-left: 44px;
  }

  .architecture__title {
    margin-bottom: 60px;
  }

  .architecture__wrapper {
    flex-direction: row;
    padding-bottom: 30px;
  }

  .architecture__img-block {
    order: 0;
    margin-left: -16%;
    margin-bottom: 0;
  }

  .architecture__img-wrapper {
    width: 840px;
  }

  .architecture__list {
    display: block;
  }

  .architecture__list-item {
    width: auto;
    margin-bottom: 33px;
  }

  .architecture__list-item_blue {
    order: 0;
    margin-bottom: 37px;
  }

  .architecture__list-item_green {
    margin-bottom: 66px;
  }

  .architecture__list-item_violet {
    order: 0;
  }

  .architecture__text {
    margin-left: 0;
  }

  .scheme__wrapper {
    padding-top: 40px;
    padding-bottom: 170px;
  }

  .scheme__title {
    margin-bottom: 27px;
  }

  .scheme__full {
    display: none;
  }

  .products__title {
    margin-bottom: 87px;
    text-align: left;
  }

  .products__list {
    margin: 0 -16px 50px;
  }

  .products__item {
    width: 33.3333333333%;
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .products__item:nth-child(3n + 2) {
    margin-top: -46px;
  }

  .products__item:nth-child(3n + 3) {
    margin-top: -98px;
  }

  .utility__wrapper {
    padding-bottom: 180px;
    padding-top: 40px;
  }

  .utility__title {
    margin-bottom: 80px;
  }

  .utility__full {
    display: none;
  }

  .utility__list {
    flex-wrap: nowrap;
  }

  .utility__list-item {
    width: 25%;
    margin-bottom: 30px;
  }

  .cases__wrapper {
    padding-bottom: 115px;
  }

  .extended-apps__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
  }

  .extended-apps__img-block {
    margin-right: 0;
  }

  .extended-apps__img-wrapper {
    margin-bottom: 0;
  }

  .extended-apps_collection .extended-apps__img-wrapper {
    width: 100%;
  }

  .extended-apps__text-block {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .extended-apps__content {
    text-align: left;
    margin: 0;
  }

  .extended-apps__title {
    text-align: left;
    margin-bottom: 32px;
  }

  .extended-apps__text p {
    font-size: 16px;
  }

  .extended-apps__links {
    justify-content: flex-start;
  }

  .tokenomics__rax-content {
    padding: 13px 11px 9px 9px;
  }

  .tokenomics__rax-title {
    font-size: 16px;
  }

  .tokenomics__rax-top-text {
    font-size: 27px;
  }

  .tokenomics__rax-bottom-text {
    display: none;
  }

  .tokenomics__info-content {
    padding: 18px 18px 13px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tokenomics__info-item {
    font-size: 23px;
  }

  .tokenomics__info-img-wrapper {
    top: 5px;
  }

  .tokenomics__info-count {
    font-size: 23px;
  }

  .tokenomics__info-description {
    order: -1;
    font-size: 16px;
  }

  .schedule__wrapper {
    padding-bottom: 100px;
    padding-top: 150px;
  }

  .schedule__title {
    font-size: 40px;
  }

  .schedule__full {
    display: none;
  }

  .roadmap__title {
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 55px;
  }

  .roadmap__wrapper {
    padding-bottom: 115px;
  }

  .roadmap__line {
    top: 110px;
  }

  .roadmap__list {
    padding: 0 30px;
  }

  .roadmap__item {
    max-width: 320px;
    margin: 0 30px;
    width: 320px !important;
  }

  .team__wrapper {
    padding-bottom: 60px;
  }

  .team__title {
    font-weight: 300;
    margin-bottom: 125px;
  }

  .team__item {
    width: 33.3333333333%;
  }

  .companies__title {
    font-size: 35px;
  }

  .companies__item {
    width: auto;
  }

  .companies__img {
    margin: 0;
  }

  .companies__img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .news__wrapper {
    padding-bottom: 150px;
  }

  .news__title {
    font-size: 145px;
    margin-bottom: -60px;
  }

  .news__list {
    margin: 0 -8px;
  }

  .news__item {
    width: 25%;
    padding: 0 8px;
  }

  .news__link {
    height: 92px;
  }

  .news__link:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .community__title {
    text-align: left;
  }

  .community__item {
    width: 25%;
  }

  .community__item_big {
    width: 33.3333333333%;
  }

  .community__tag {
    font-size: 14px;
    padding: 9px 5px;
  }

  .footer__wrapper {
    margin: 0 -50px;
  }

  .footer__info-block {
    width: 32%;
    padding: 0 50px;
  }

  .footer__links-block {
    padding: 0 50px;
    width: 50%;
  }

  .footer__logo {
    max-width: 127px;
    margin-bottom: 30px;
  }

  .footer__socials {
    max-width: 205px;
    min-height: 54px;
    position: absolute;
    top: 0;
    right: 50px;
  }

  .footer__link:hover {
    color: #7f00ff;
  }

  .footer__link_disabled:hover {
    color: #5c5c5c;
  }

  .base__cover {
    padding-bottom: 70px;
    padding-top: 127px;
  }

  .base__img-wrapper {
    margin: -3% -15% -14%;
  }

  .base__full {
    display: none;
  }

  .ecosystem__cover {
    padding-top: 177px;
  }

  .ecosystem__title {
    margin-bottom: 80px;
  }

  .ecosystem__item {
    width: 33.3333333333%;
  }

  .ecosystem__item_big {
    width: 66.6666666666%;
  }

  .burning {
    background: rgba(28, 29, 35, 0.6);
  }

  .burning__cover {
    padding-top: 89px;
    padding-bottom: 100px;
  }

  .burning__img-wrapper {
    width: 33%;
    margin: 0 auto;
  }

  .burning__text-wrapper {
    display: flex;
  }

  .backers__cover {
    padding-top: 93px;
    padding-bottom: 80px;
  }

  .backers__list {
    margin: 0 -25px;
  }

  .backers__item {
    padding: 0 25px;
    width: 25%;
  }

  .backers__basker {
    padding: 17px 27px;
  }

  .benefits__cover {
    padding-bottom: 160px;
    padding-top: 50px;
  }

  .benefits__title {
    margin-bottom: 69px;
  }

  .benefits__column_head {
    min-width: 200px;
  }

  .benefits__cell_black {
    background: #090a0e;
    border-radius: 0 0 41px 0;
    margin: -15px 0 0 -15px;
  }

  .benefits__cell_black:before {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    right: -50px;
    width: 100px;
    height: 100%;
    border-radius: 50%;
    background: #090a0e;
  }

  .benefits__cell_black:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    height: 100%;
    border-radius: 41%;
    background: #161a22;
  }

  .benefits__cell-black {
    display: block;
  }

  .benefits__cell-black:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -50%;
    left: -50px;
    width: 100px;
    height: 100%;
    border-radius: 50%;
    background: #090a0e;
  }

  .benefits__cell-black:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 100%;
    border-radius: 41%;
    background: #161a22;
  }

  .benefits__text {
    font-size: 16px;
  }

  .buy__cover {
    padding-bottom: 40px;
  }

  .buy__links-link {
    font-size: 16px;
    padding: 12px 20px;
  }

  .invite__cover {
    padding-top: 104px;
    padding-bottom: 90px;
  }

  .invite__subtitle {
    font-size: 18px;
    margin: 0 auto 60px;
  }

  .invite__steps-item {
    width: 33.3333333333%;
  }

  .invite__steps-item_big {
    width: 33.3333333333%;
  }

  .invite__step-title {
    font-size: 42px;
  }

  .invite__step-text {
    font-size: 18px;
  }

  .invite__info-text {
    font-size: 18px;
  }

  .distribution__cover {
    padding-bottom: 70px;
  }

  .distribution__title {
    margin-bottom: 80px;
  }

  .key__cover {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .key__title {
    margin-bottom: 62px;
  }

  .key__item {
    min-height: 68px;
  }

  .key__item-content {
    border-radius: 21px;
  }

  .key__item-rax-bg {
    border-radius: 21px;
  }

  .key__item-title {
    font-size: 16px;
  }

  .key__item-text {
    font-size: 22px;
  }

  .key__rax-wrapper {
    width: 40px;
    height: 40px;
  }

  .key__rax-text {
    font-size: 14px;
  }

  .presale__cover {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presale__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .presale__item {
    padding: 20px 20px 5px 65px;
  }

  .presale__item:before,
  .presale__item:after {
    width: 24px;
    left: 20px;
    top: 35px;
  }

  .presale__question {
    font-size: 22px;
  }

  .presale__text p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .buy__string-img-wrapper {
    display: block;
  }

  .person {
    padding: 27px;
  }

  .person__img-wrapper {
    width: 218px;
    height: 218px;
    margin: -85px 15px 30px 15px;
  }

  .person__name {
    font-size: 30px;
  }

  .person__position {
    font-size: 18px;
  }

  .person__text p {
    font-size: 15px;
  }

  .socials__link {
    width: 32px;
    height: 32px;
  }

  .socials__icon_linkedIn {
    width: 18px;
    height: 17px;
  }

  .socials__icon_twitter {
    width: 19px;
    height: 15px;
  }

  .socials__icon_facebook {
    width: 10px;
    height: 21px;
  }

  .socials__icon_telegram {
    width: 21px;
    height: 17px;
  }

  .socials__icon_discord {
    width: 26px;
    height: 20px;
  }

  .socials__icon_m {
    width: 20px;
    height: 16px;
  }

  .socials__dots {
    padding: 12px 3px;
  }

  .socials_footer .socials__link {
    width: 38px;
    height: 38px;
  }

  .challenge {
    padding: 5px 30px 28px;
  }

  .challenge__title {
    font-size: 22px;
  }

  .challenge__text p {
    font-size: 14px;
  }

  .product__img-wrapper {
    height: 300px;
    margin-top: -110px;
    margin-bottom: -10px;
  }

  .product__title {
    font-size: 24px;
  }

  .product__text p {
    font-size: 17px;
  }

  .sale__bsc-link:hover,
  .sale__bsc-link:active {
    text-decoration: underline;
  }

  .sale__bsc-copy:hover,
  .sale__bsc-copy:active {
    opacity: 1;
  }

  .sale__coinmarketcap:hover,
  .sale__coinmarketcap:active {
    text-decoration: underline;
  }

  .timer__time:before {
    font-size: 50px;
    left: -8px;
  }

  .timer__count {
    min-width: 63px;
    font-size: 50px;
  }

  .timer__description {
    font-size: 14px;
  }

  .video__coins {
    display: block;
  }

  .video__links-link:hover,
  .video__links-link:active {
    box-shadow: 0 7px 5px RGBA(88, 123, 255, 0.5);
  }

  .manifest__list {
    margin: 0 -17px;
  }

  .manifest__item {
    padding: 0 17px;
    margin-bottom: 34px;
  }

  .utility__list {
    margin: 0 -22px;
  }

  .utility__list-item {
    padding: 0 22px;
  }

  .extended-apps_collection .extended-apps__wrapper {
    padding-bottom: 50px;
  }

  .tokenomics__cover {
    padding-top: 0;
    padding-bottom: 130px;
  }

  .tokenomics__wrapper {
    display: flex;
  }

  .tokenomics__left-block {
    width: 33%;
    margin-bottom: 0;
    display: block;
  }

  .tokenomics__right-block {
    width: 67%;
  }

  .tokenomics__schedule-block {
    width: 100%;
  }

  .tokenomics__title {
    margin-bottom: 81px;
  }

  .tokenomics__schedule {
    width: 87%;
  }

  .tokenomics__info-block {
    flex-direction: column;
  }

  .tokenomics__rax {
    margin: 0 3px 13px;
  }

  .tokenomics__info {
    margin-bottom: 13px;
  }

  .tokenomics__pools {
    display: block;
  }

  .team__proscom-content {
    padding: 46px 52px 31px;
  }

  .team__proscom-text {
    font-size: 24px;
  }

  .news__title {
    font-size: 180px;
  }

  .news__item {
    width: 20%;
  }

  .community__list {
    padding: 130px 0;
  }

  .community__img-wrapper {
    margin: 0 9px 10px;
  }

  .community__content {
    margin: 0 9px;
  }

  .community__item-title {
    font-size: 18px;
  }

  .community__description {
    font-size: 16px;
  }

  .community__info-item {
    font-size: 18px;
    padding-left: 20px;
  }

  .community__info-img-wrapper {
    width: 16px;
    height: 16px;
  }

  .footer__socials {
    max-width: 225px;
  }

  .ecosystem__content p {
    font-size: 30px;
  }

  .burning__text_first:before {
    transform: rotate(58deg);
    bottom: 40%;
    width: 47%;
  }

  .burning__text_second:before {
    width: 63%;
    bottom: 34%;
    transform: rotate(137deg);
  }

  .burning__text_third:before {
    width: 34%;
    transform: rotate(25deg);
  }

  .burning__text_fourth:before {
    width: 43%;
    transform: rotate(155deg);
  }

  .burning__text_fifth:before {
    width: 28%;
    transform: rotate(-18deg);
  }

  .burning__text_sixth:before {
    left: -11%;
    width: 56%;
  }

  .benefits__column {
    max-width: 206px;
  }

  .benefits__column_head {
    max-width: 276px;
  }

  .benefits__cell {
    padding: 15px 30px;
  }

  .benefits__img-wrapper {
    margin: 0 -10px;
  }

  .benefits__icon {
    width: 34px;
    height: 34px;
  }

  .benefits__icon-text {
    transform: none;
    top: -30%;
    font-size: 12px;
  }

  .buy__title {
    margin-bottom: 50px;
  }

  .buy__links {
    margin: 0 -7px 50px;
  }

  .buy__links-link:hover,
  .buy__links-link:active {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1360px) {
  .header__logo {
    width: 127px;
  }

  .logo__img_descktop {
    display: block;
    max-width: 50px;
  }
  .logo__img_mobile {
    display: none;
  }

  .video__coins {
    width: 400px;
    top: -20px;
  }

  .video__browser {
    padding: 0;
  }

  .extended-apps__wrapper {
    margin-left: -345px;
    padding-bottom: 10px;
  }

  .extended-apps_collection .extended-apps__wrapper {
    margin-left: 0;
  }

  .extended-apps__img-block {
    flex: 0 0 auto;
    margin-right: -150px;
  }

  .extended-apps_collection .extended-apps__img-block {
    margin-right: 0;
  }

  .news__title {
    font-size: 205px;
  }

  .community__link {
    padding: 28px 13px 18px;
  }

  .community__img-wrapper {
    width: 48px;
    height: 48px;
  }

  .burning__text_first .burning__text-content {
    margin-left: 15%;
  }

  .benefits__slider {
    max-width: 50%;
  }
}

/* @media screen and (min-width: 1440px) {
  .header__logo {
    width: 170px;
  }
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper__content {
  flex: 1 0 auto;
}

.wrapper__footer {
  flex: 0 0 auto;
}

.hidden {
  display: none;
}

.referral__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 45px 0;
}

.referral__title {
  width: 100%;

  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;

  color: #ffffff;
}

.referral__mid-gradient {
  width: 100%;
  position: relative;
  background: linear-gradient(90deg, #27e55c 0%, #587bff 50%, #b518ff 100%);
  border-radius: 12px;
  padding: 1px;
}

.referral__mid {
  background: #0f1017;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 14px;
}

.referral__content {
  width: 100%;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  color: #808395;
}

.referral__copy-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.referral__copy-button svg {
  width: 21px;
  height: 21px;
}

.referral__copy-button span {
  display: none;
}

.referral__button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referral__button span {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 155% */

  text-align: center;
  background-clip: text;
  text-fill-color: transparent;
  padding: 14px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .referral__block {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }

  .referral__mid-gradient {
    flex-grow: 1;
    max-width: 58%;
  }

  .referral__button {
    flex-shrink: 2;
    height: 100%;
  }
  .referral__button span {
    font-size: 16px;
    line-height: 25px;
    height: 100%;
    padding: 20px;
  }

  .referral__title {
    flex-shrink: 2;
    font-size: 20px;
    line-height: 25px;
  }

  .referral__copy-button span {
    display: inline;
    margin-left: 6px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height, or 168% */

    color: #ffffff;
  }

  .referral__copy-button {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 13.2357px;
    padding: 7px 11px;
    width: unset;
    height: 43px;
    display: flex;
    align-items: center;
    transition: background-color .3s ease;
  }

  .referral__mid {
    padding: 11px 16px;
  }

  .referral__content {
    font-size: 16px;
    width: 88%;
  }
}

@media screen and (min-width: 1200px) {
  .referral__copy-button:active {
    background-color: rgba(255, 255, 255, 0.64);
  }
}

.referral__button[disabled] {
  opacity:0.5
}

.portal {
  position: relative;
  background-color: #090A0E;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.portal__string-img-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 610px;
  width: 100%;
}

.portal__ticker-stroke {
  display: flex;
  flex-wrap: nowrap;
}

.portal__ticker-img-wrapper {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 48px;
  animation: infinite linear ticker;
  animation-duration: 7s;
  width: 995px;
  margin-bottom: 20px;
}

.portal__ticker-img-wrapper_big {
  width: 1225px;
  opacity: 0.5;
  animation-duration: 10s;
}

.portal__string-img {
  max-width: none;
  width: 100%;
}

.portal__cover {
  position: relative;
  padding-top: 25px;
  padding-bottom: 150px;
}

.portal__img-wrapper {
  display: none;
  position: absolute;
}

.portal__img {
  max-width: none;
  width: 100%;
}

.portal__title {
  margin-bottom: 0;
}

.portal__logo-wrapper {
  position: relative;
  max-width: 267px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.portal__logo {
  max-width: none;
  width: 100%;
  margin-top: -10%;
  margin-bottom: -50%;
}

.portal__wrapper {
  position: relative;
  max-width: 532px;
  width: 100%;
  background: linear-gradient(90deg, #b518ff 0%, #587bff 50%, #27e55c 100%);
  border-radius: 25px;
  padding: 1px;
  margin: 0 auto;
}

.portal__content {
  position: relative;
  padding: 140px 20px 10px;
  border-radius: 25px;
  background: #1E1F2A;
}

.portal__select-wrapper {
  margin-bottom: 21px;
  text-align: center;
}

.portal__select {
  display: inline-block;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.portal__select-result {
  color: #ffffff;
  font: 700 16px/1 "Work Sans", sans-serif;
}

.portal__subtitle {
  text-align: center;
  color: #ffffff;
  font: 700 20px/1.2 "Work Sans", sans-serif;
  margin-bottom: 21px;
}

.portal__input-wrapper {
  margin-bottom: 21px;
}

.portal__input {
  display: block;
  width: 100%;
  height: 86px;
  border-radius: 15px;
  background: #0F1017;
  border: 0;
  outline: none;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  font: 700 40px/1 "Work Sans", sans-serif;
}

.portal__button {
  display: block;
  width: 100%;
  border: 0;
  min-height: 80px;
  background: linear-gradient(95.5deg, #27E65C 0.5%, #587BFF 50.22%, #B518FF 97.9%);
  border-radius: 15px;
  padding: 7px 10px 5px;
  color: #ffffff;
  font: 700 20px/1.2 "Work Sans", sans-serif;
  text-align: center;
  cursor: pointer;
  margin-bottom: 28px;
}

.portal__info {
  position: relative;
  padding-left: 28px;
  color: #8E91A5;
  font: 500 12px/1.5 "Work Sans", sans-serif;
  margin-bottom: 40px;
}

.portal__info-icon {
  fill: #8E91A5;
  position: absolute;
  left: 0;
  top: 3px;
}

.portal__amounts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.portal__amounts-item {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 5px;
}

.portal__amounts-title {
  color: #585B69;
  font: 600 10px/1.2 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

.portal__amounts-count {
  color: #ffffff;
  font: 700 20px/1 "Work Sans", sans-serif;
  margin-bottom: 15px;
}

@media screen and (min-width: 375px) {
  .portal__amounts-item {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 480px) {
  .portal__info {
    font-size: 13px;
  }

  .portal__amounts-title {
    font-size: 12px;
  }

  .portal__amounts-count {
    font-size: 25px;
  }
}

@media screen and (min-width: 600px) {
  .portal__content {
    padding: 140px 50px 10px;
  }

  .portal__amounts-title {
    font-size: 14px;
  }

  .portal__amounts-count {
    font-size: 30px;
  }
}

@media screen and (min-width: 990px) {
  .portal__img-wrapper {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .portal__string-img-wrapper {
    display: block;
  }
}

.preloader {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__spinner {
  height: 60px;
  width: 60px;
  border: 3px solid transparent;
  margin: -30px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader__spinner:before,
.preloader__spinner:after {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}

.preloader__spinner:before {
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  animation: spin 3s linear infinite;
}

.preloader__spinner:after {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  animation: spin 4s linear infinite;
}

.text__cover {
  padding-top: 50px;
  padding-bottom: 50px;
  min-width: 0;
}

.text__title {
  margin-bottom: 30px;
}

.text__content h6 {
  font-size: 20px;
}


.text__content li {
  position: relative;
  padding-left: 20px;
}

.text__content ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 9px;
  top: 11px;
  background: #fff;
  border-radius: 50%;
}

.text__content ol li {
  counter-increment: step-counter;
}

.text__content ol li:before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
  font-weight: 300;
}

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

.text table ol {
  margin-bottom: 0;
}

.text th {
  padding: 5px 0;
}

.text td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  font-style: italic;
}
.text td:first-child {
  padding-right: 10px;
  font-style: normal;
}

@media screen and (min-width: 480px) {
  .text td:first-child {
    white-space: nowrap;
  }
}

.modal-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background:rgba(0, 13, 39, 0.65);
  text-align: center;
  white-space: normal;
  padding: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow-y: auto;
}

.modal-info:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.modal-info__wrapper {
  display: inline-block;
  max-width: 700px;
  overflow-y: auto;
  border-radius: 20px;
  padding: 20px 10px 10px;
  text-align: left;
  vertical-align: middle;
  background: #1E1F2A;
}

.modal-info__main {
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(70, 74, 91, 0.64) transparent;
}
.modal-info__main::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
/* Track */
.modal-info__main::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(70, 74, 91, 0.64);
}
/* Handle */
.modal-info__main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.modal-info__footer {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #AA24FF;
  margin-top: 20px;
}

.modal-info__btn {
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 30px 10px;
  background: linear-gradient(95.5deg, #27e65c 0.5%, #587bff 50.22%, #b518ff 97.9%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .modal-info__wrapper {
    padding: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .modal-info__main {
    max-height: 550px;
  }
}
.timer__count {
  color: #fff;
  /* color: #0f1017 !important; */
  font: 500 40px/1.2 "Work Sans", sans-serif;
  text-align: center;
  min-width: 50px;
}
#sale_4 .timer__count, #sale_5 .timer__count {
  color: #0f1017 !important;
}


.exchanges-list {
  background: #0f1017;
  border-radius: 15px;
  padding: 27px 5px;
}
.exchanges-list__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exchanges-list__item {
  position: relative;
  padding: 0 15px;
  width: 25%;
}
@media (max-width: 1200px) {
  .exchanges-list__item {
    padding: 0 5px;
  }
}

.exchanges-list__item-image img {
  border-radius: 8px;
  max-width: 100%;
}
.exchanges-list__item-title {
  font: 500 15px/1.2 "Work Sans", sans-serif;
  text-align: center;
  margin-top: 13px;
}
