@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background: transparent;
}

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

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

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  font-family: "Press Start 2P", system-ui;
  background: radial-gradient(91.4% 314.65% at 15% 12%, rgba(138, 92, 255, 0.18) 0%, rgba(138, 92, 255, 0) 18%), radial-gradient(88.43% 304.44% at 84% 15%, rgba(87, 167, 255, 0.14) 0%, rgba(87, 167, 255, 0) 20%), radial-gradient(84.48% 290.85% at 70% 82%, rgba(255, 87, 179, 0.12) 0%, rgba(255, 87, 179, 0) 18%), linear-gradient(180deg, #0B0814 0%, #09070F 100%), #FFF;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: radial-gradient(91.4% 314.65% at 15% 12%, rgba(138, 92, 255, 0.18) 0%, rgba(138, 92, 255, 0) 18%), radial-gradient(88.43% 304.44% at 84% 15%, rgba(87, 167, 255, 0.14) 0%, rgba(87, 167, 255, 0) 20%), radial-gradient(84.48% 290.85% at 70% 82%, rgba(255, 87, 179, 0.12) 0%, rgba(255, 87, 179, 0) 18%), linear-gradient(180deg, #0B0814 0%, #09070F 100%), #FFF;
}

[class*=__container] {
  max-width: 1165px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

.text-center {
  text-align: center;
}

section {
  scroll-margin-top: 260px;
}

.header {
  width: 100%;
  margin-top: 24px;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(20, 16, 31, 0.78);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    gap: 12px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__menu a {
  color: #BBB0D3;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(106, 72, 215, 0.3);
}

.footer {
  margin-bottom: 40px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 4px;
  background: #171325;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  padding: 24px;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__logo {
  color: #FFF;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(87, 167, 255, 0.18);
  width: -moz-fit-content;
  width: fit-content;
}
.footer__title {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
}
.footer__text {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 28px;
  font-weight: 400;
  line-height: 29.4px;
}
.footer__menu {
  display: flex;
  gap: 10px;
}
.footer__menu a {
  color: #BBB0D3;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 9px;
  font-weight: 400;
  padding: 12px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(106, 72, 215, 0.3);
}
@media (max-width: 575px) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__address {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(106, 72, 215, 0.4), 0 18px 34px 0 rgba(0, 0, 0, 0.35);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__address h3 {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__item p {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 24px;
  font-weight: 400;
}
.footer__row-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__row-sub p {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__row-sub {
    flex-direction: column;
    gap: 24px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  background: radial-gradient(91.4% 314.65% at 15% 12%, rgba(138, 92, 255, 0.18) 0%, rgba(138, 92, 255, 0) 18%), radial-gradient(88.43% 304.44% at 84% 15%, rgba(87, 167, 255, 0.14) 0%, rgba(87, 167, 255, 0) 20%), radial-gradient(84.48% 290.85% at 70% 82%, rgba(255, 87, 179, 0.12) 0%, rgba(255, 87, 179, 0) 18%), linear-gradient(180deg, #0B0814 0%, #09070F 100%);
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #F7F4FF;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
}
.cookies__text {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 28px;
  font-weight: 400;
  line-height: 30.8px;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .cookies__btns {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.cookies__btn {
  color: #FFF;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  background: #8A5CFF;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #6A48D7;
  padding: 20px 0;
  width: 100%;
}
.cookies__btn_sub {
  color: #BBB0D3;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #6A48D7;
}

.hero {
  margin: 32px 0 60px;
}
.hero__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  min-height: 856px;
}
@media (max-width: 991px) {
  .hero__content {
    flex-direction: column;
    min-height: auto;
  }
}
.hero__panel {
  flex: 1 1 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px;
  background: #171325;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  overflow: hidden;
  width: 100%;
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 22px 22px;
}
.hero__title {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 44px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 22px;
  background: #8A5CFF;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #6A48D7;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #8A5CFF, 0 10px 20px rgba(138, 92, 255, 0.35);
}
.hero__btn--outline {
  color: #BBB0D3;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #6A48D7;
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 8px;
  box-shadow: 0 0 0 2px #000;
}
@media (max-width: 575px) {
  .hero__stats {
    grid-template-columns: 1fr;
  }
}
.hero__stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 1px rgba(106, 72, 215, 0.35);
}
.hero__stat-num {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
.hero__stat-label {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
.hero__map {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 22px 22px;
  flex: 1 1 auto;
}
.hero__map-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.hero__pixels {
  display: flex;
  gap: 6px;
}
.hero__pixels span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: #FFD23F;
  box-shadow: 0 0 0 2px #000;
}
.hero__orb {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #E8DCFF 0%, #B083FF 45%, #8A5CFF 100%);
  box-shadow: 0 0 0 2px #000, 0 0 24px rgba(138, 92, 255, 0.55);
  flex-shrink: 0;
}
.hero__bar {
  width: 120px;
  height: 18px;
  background: #2A1F4A;
  box-shadow: 0 0 0 2px #000;
}
.hero__cards-zone {
  position: relative;
  min-height: 240px;
  margin: 8px 0 12px;
}
.hero__game-card {
  position: absolute;
  background: #FEFEFE;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(138, 92, 255, 0.45), 0 20px 32px 0 rgba(0, 0, 0, 0.45);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__game-card img {
  width: 100%;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__game-card--1 {
  top: 0;
  right: 0;
  width: 150px;
  transform: rotate(4deg);
  z-index: 3;
}
.hero__game-card--2 {
  bottom: 0;
  left: 0;
  width: 140px;
  transform: rotate(-3deg);
  z-index: 2;
}
.hero__game-card--3 {
  bottom: 10px;
  left: 130px;
  width: 140px;
  transform: rotate(2deg);
  z-index: 1;
}
.hero__game-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__game-name {
  color: #111;
  font-family: "Press Start 2P";
  font-size: 9px;
  font-weight: 400;
  line-height: 13px;
}
.hero__game-sub {
  color: #4A2CA6;
  font-family: VT323;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.hero__info-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .hero__info-row {
    grid-template-columns: 1fr;
  }
}
.hero__info-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(106, 72, 215, 0.3);
}
.hero__info-title {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
}

.about {
  margin: 60px 0;
}
.about__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about__content {
    flex-direction: column;
  }
}
.about__panel {
  flex: 1 1 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px;
  background: #171325;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  overflow: hidden;
  width: 100%;
}
.about__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 0 22px 22px;
}
.about__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .about__cards {
    grid-template-columns: 1fr;
  }
}
.about__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .about__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about__features {
    grid-template-columns: 1fr;
  }
}
.about__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(106, 72, 215, 0.3);
}
.about__card-title {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
}

.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px;
  background: #171325;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  padding-bottom: 22px;
}
.catalog__grid {
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  background: #FEFEFE;
  box-shadow: 0 0 0 2px #000, 0 0 0 6px rgba(138, 92, 255, 0.45), 0 20px 32px 0 rgba(0, 0, 0, 0.4);
}
.catalog__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.catalog__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog__name {
  color: #111;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.95px;
}
.catalog__label {
  color: #4A2CA6;
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 8px;
  background: #ECE7FF;
  box-shadow: 0 0 0 2px #000;
}
.catalog__txt {
  color: #333;
  font-family: VT323;
  font-size: 21px;
  font-weight: 400;
  line-height: 21.42px;
}
.catalog__link {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  background: #6A48D7;
  padding: 12px 16px;
  box-shadow: 0 0 0 2px #000;
  width: -moz-fit-content;
  width: fit-content;
}

.faq {
  margin: 120px 0;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__block {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 22px;
  overflow: hidden;
}
.faq__column-top {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 22px;
}
.faq__label {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(87, 167, 255, 0.18);
  width: -moz-fit-content;
  width: fit-content;
}
.faq__title {
  color: #F7F4FF;
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
}
.faq__text {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 30px;
  font-weight: 400;
  line-height: 33.6px;
}
.faq__column {
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq__item {
  display: flex;
  padding: 16px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
  .faq__item {
    flex-direction: column;
  }
}
.faq__number {
  color: #B083FF;
  font-size: 14px;
  font-weight: 400;
}
.faq__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 370px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .faq__info {
    margin: 0;
  }
}
.faq__name {
  color: #F7F4FF;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
.faq__text {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 24px;
  font-weight: 400;
  line-height: 24.96px;
}

.game {
  margin: 32px 0 120px;
}
.game__content {
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .game__content {
    flex-direction: column;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 4px;
  background: #171325;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #3D2D6E, 0 20px 40px 0 rgba(0, 0, 0, 0.45);
  padding: 0 22px 22px;
}
.game__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, #23193E 0%, #161122 100%);
  padding: 12px 16px;
  position: relative;
  z-index: 2;
}
.game__hiden-title {
  position: absolute;
  left: 20px;
  top: 12px;
  color: rgba(255, 255, 255, 0.04);
  font-size: 96px;
  font-weight: 400;
  line-height: 88.32px;
  max-width: 384px;
}
.game__txt {
  color: #BBB0D3;
  font-size: 10px;
  font-weight: 400;
}
.game__icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.game__icons span {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: inline-block;
  box-shadow: 0 0 0 2px #000;
}
.game__icons span:nth-child(1) {
  background: #8A5CFF;
}
.game__icons span:nth-child(2) {
  background: #57A7FF;
}
.game__icons span:nth-child(3) {
  background: #FF57B3;
}
.game__text {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 30px;
  font-weight: 400;
  line-height: 33.6px;
}
@media (max-width: 991px) {
  .game__img {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.privacy {
  margin: 32px 0;
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.privacy__title {
  color: #F7F4FF;
  font-family: "Press Start 2P";
  font-size: 54px;
  font-weight: 400;
  line-height: 62.1px;
}
.privacy__text {
  color: #BBB0D3;
  font-family: VT323;
  font-size: 30px;
  font-weight: 400;
  line-height: 33.6px;
}