@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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: "Inter", sans-serif;
  background: radial-gradient(105.17% 173.97% at 10% 10%, rgba(255, 43, 214, 0.24) 0%, rgba(255, 43, 214, 0) 34%), radial-gradient(99.32% 164.31% at 85% 15%, rgba(33, 231, 255, 0.2) 0%, rgba(33, 231, 255, 0) 30%), radial-gradient(90.5% 149.71% at 70% 80%, rgba(183, 255, 42, 0.12) 0%, rgba(183, 255, 42, 0) 34%), linear-gradient(149deg, #070514 0%, #12062C 55%, #05040C 100%), #FFF;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: radial-gradient(105.17% 173.97% at 10% 10%, rgba(255, 43, 214, 0.24) 0%, rgba(255, 43, 214, 0) 34%), radial-gradient(99.32% 164.31% at 85% 15%, rgba(33, 231, 255, 0.2) 0%, rgba(33, 231, 255, 0) 30%), radial-gradient(90.5% 149.71% at 70% 80%, rgba(183, 255, 42, 0.12) 0%, rgba(183, 255, 42, 0) 34%), linear-gradient(149deg, #070514 0%, #12062C 55%, #05040C 100%), #FFF;
}

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

[class*=__text] {
  color: #B9B6D7;
  font-size: 17px;
  font-weight: 400;
  line-height: 26.35px;
}

.h2 {
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: -2.5px;
}
.h2 span {
  background: linear-gradient(90deg, #FFF 0%, #21E7FF 33.33%, #B7FF2A 66.67%, #FF2BD6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(107deg, #FF2BD6 0%, #FF7A18 100%);
  box-shadow: 0 15px 35px 0 rgba(255, 43, 214, 0.32);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  display: inline-block;
  white-space: nowrap;
}
.btn_secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.main {
  flex: 1 1 auto;
}

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

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, rgba(7, 5, 20, 0.76) 0%, rgba(18, 6, 44, 0.56) 100%);
  backdrop-filter: blur(9px);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.header__logo img {
  transform: rotate(-6deg);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 32px 0 rgba(255, 43, 214, 0.45), 0 0 0 3px rgba(255, 255, 255, 0.35) inset;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
.header__menu a {
  color: #EDEAFF;
  font-size: 14px;
  font-weight: 700;
}

.footer {
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 240px;
}
.footer__column_sub {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer__menu a {
  color: #D3CCDF;
  font-size: 13px;
  font-weight: 800;
  line-height: 23.4px;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 30px;
  background: radial-gradient(105.17% 173.97% at 10% 10%, rgba(255, 43, 214, 0.24) 0%, rgba(255, 43, 214, 0) 34%), radial-gradient(99.32% 164.31% at 85% 15%, rgba(33, 231, 255, 0.2) 0%, rgba(33, 231, 255, 0) 30%), radial-gradient(90.5% 149.71% at 70% 80%, rgba(183, 255, 42, 0.12) 0%, rgba(183, 255, 42, 0) 34%), linear-gradient(149deg, #070514 0%, #12062C 55%, #05040C 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__text {
  color: #D6D3EF;
  font-size: 19px;
  font-weight: 400;
  line-height: 31.35px;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .cookies__btns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cookies__btn {
  width: -moz-fit-content;
  width: fit-content;
}

.hero {
  margin: 76px 0 0;
  padding: 50px 0 0;
}
@media (max-width: 575px) {
  .hero {
    margin: 104px 0 0;
    padding: 80px 0 0;
  }
}
.hero__content {
  display: flex;
  align-items: center;
  gap: 38px;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 588px;
}
.hero__label {
  color: #E9E7FF;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.09);
  padding: 10px 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero__label span {
  border-radius: 99px;
  background: #B7FF2A;
  box-shadow: 0 0 18px 0 #B7FF2A;
  width: 9px;
  height: 9px;
}
.hero__title {
  color: #FFF;
  font-size: clamp(72px, 8vw, 96px);
  font-weight: 700;
  line-height: 86.4px;
  letter-spacing: -4px;
}
.hero__title span {
  background: linear-gradient(90deg, #FFF 0%, #21E7FF 33.33%, #B7FF2A 66.67%, #FF2BD6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 575px) {
  .hero__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero__card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
}
.hero__number {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
}
.hero__txt {
  color: #B9B6D7;
  font-size: 13px;
  font-weight: 700;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .hero__img {
    display: none;
  }
}

.catalog {
  padding: 68px 0;
  margin: 180px 0;
}
@media (max-width: 767px) {
  .catalog {
    margin: 0;
    padding: 80px 0;
  }
}
.catalog_m {
  margin: 76px 0 0;
}
@media (max-width: 575px) {
  .catalog_m {
    margin: 104px 0 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.catalog__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
}
@media (max-width: 991px) {
  .catalog__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog__text {
  max-width: 537px;
}
.catalog__grid {
  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 {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 50px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.catalog__label {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  color: #EDEAFF;
  font-size: 12px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog__name {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.catalog__txt {
  color: #C9C5E4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.8px;
}
.catalog__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__link {
  border-radius: 999px;
  background: linear-gradient(111deg, #B7FF2A 0%, #21E7FF 100%);
  padding: 12px 15px;
  color: #0A0714;
  font-size: 16px;
  font-weight: 700;
}
.catalog__info {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}

.game {
  margin: 76px 0 0;
  padding: 68px 0;
}
@media (max-width: 575px) {
  .game {
    margin: 104px 0 0;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.game__title {
  color: #FFF;
  text-align: center;
  font-size: clamp(72px, 18vw, 223px);
  font-weight: 700;
  line-height: 91%;
  letter-spacing: -4px;
}
.game__row {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1023px) {
  .game__row {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.info {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .info {
    margin: 0;
  }
}
.info__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 575px) {
  .info__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__card {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  padding: 28px 28px 62.44px 28px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.info__card::after {
  position: absolute;
  z-index: -1;
  content: "";
  right: -54px;
  bottom: -53.625px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FF2BD6 0%, #21E7FF 100%);
  filter: blur(2px);
  width: 180px;
  height: 180px;
}
.info__card h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
}
.info__card p {
  color: #C9C5E4;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}

.ready {
  padding: 80px 0;
}
.ready__content {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(101deg, rgba(255, 43, 214, 0.24) 0%, rgba(33, 231, 255, 0.16) 50%, rgba(183, 255, 42, 0.13) 100%);
  box-shadow: 0 24px 80px 0 rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 46px;
}
@media (max-width: 767px) {
  .ready__content {
    flex-direction: column;
    gap: 32px;
  }
}
.ready__column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.privacy {
  margin: 56px 0 0;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .privacy {
    margin: 94px 0 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}