@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&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: "DM Sans", sans-serif;
  background: #0D0F1C;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #0D0F1C;
}

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

.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.07);
  background: rgba(7, 8, 15, 0.75);
  backdrop-filter: blur(10px);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 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: #F0F2FF;
  font-family: Syne;
  font-size: 20px;
  font-weight: 800;
}
.header__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F0F2FF;
  font-family: Syne;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  background: #7C3AED;
  box-shadow: 0 0 16px 0 rgba(124, 58, 237, 0.5);
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.header__link {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  padding: 10px 22px;
}
@media (max-width: 767px) {
  .header__link {
    display: none;
  }
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D0F1C;
  padding: 80px 0 32px;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(167, 139, 250, 0) 0%, #A78BFA 50%, rgba(167, 139, 250, 0) 100%);
  width: 300px;
  height: 1px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__info {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  max-width: 268px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__label {
  color: #FFF;
  font-family: Syne;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu a {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__address a,
.footer__address p {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 400;
}
.footer__line {
  background: rgba(255, 255, 255, 0.07);
  width: 100%;
  height: 1px;
  margin: 64px 0 24px;
}
.footer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__txt {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
.footer__block {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__block span {
  width: 6px;
  height: 6px;
}
.footer__block span:nth-child(1) {
  border-radius: 3px;
  background: #7C3AED;
  box-shadow: 0 0 8px 0 #7C3AED;
}
.footer__block span:nth-child(2) {
  border-radius: 3px;
  background: #22D3EE;
  box-shadow: 0 0 8px 0 #22D3EE;
}
.footer__block span:nth-child(3) {
  border-radius: 3px;
  background: #B8F000;
  box-shadow: 0 0 8px 0 #B8F000;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  background: linear-gradient(0deg, #0D0F1C 0%, #0D0F1C 100%), #FFF;
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 52.8px;
  /* 110% */
  letter-spacing: -0.96px;
}
.cookies__text {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 30.6px;
  /* 180% */
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.cookies__btn {
  color: #FFF;
  font-family: Syne;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.45px;
  padding: 16px 0;
}
.cookies__btn:first-child {
  border-radius: 14px;
  background: #7C3AED;
  box-shadow: 0 0 40px 0 rgba(124, 58, 237, 0.45), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
}
.cookies__btn:last-child {
  border-radius: 10px;
  border: 1px solid rgba(124, 58, 237, 0.35);
}

.hero {
  margin: 100px 0 0;
  padding: 48px 0;
}
@media (max-width: 575px) {
  .hero {
    margin: 96px 0 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero__label {
  color: #B8F000;
  font-family: Syne;
  font-size: 11px;
  font-weight: 700;
  line-height: 17.6px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid rgba(184, 240, 0, 0.25);
  background: rgba(184, 240, 0, 0.12);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 26px;
}
.hero__label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #B8F000;
}
.hero__title {
  display: flex;
  flex-direction: column;
  color: #B8F000;
  font-family: Syne;
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 800;
  line-height: 83.6px;
  letter-spacing: -2.64px;
}
.hero__title span:nth-child(1) {
  color: #F0F2FF;
}
.hero__title span:nth-child(2) {
  color: #A78BFA;
}
@media (max-width: 991px) {
  .hero__title {
    line-height: 45px;
  }
}
.hero__text {
  color: #EAEAEA;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28.9px;
  max-width: 462px;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .hero__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__link:first-child {
  color: #FFF;
  font-family: Syne;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.45px;
  padding: 16px 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #7C3AED;
  box-shadow: 0 0 40px 0 rgba(124, 58, 237, 0.45), 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
}
.hero__link:last-child {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 13px;
  font-weight: 600;
  line-height: 20.8px;
  border-radius: 10px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  padding: 10px 22px;
}
.hero__txt {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}
.hero__txt span {
  color: #B8F000;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
}

.online {
  padding: 100px 0;
}
.online__content {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .online__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.online__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 648px;
}
@media (max-width: 991px) {
  .online__column {
    max-width: 100%;
  }
}
.online__title {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 48px;
  font-weight: 800;
  line-height: 52.8px;
  letter-spacing: -0.96px;
}
.online__title span {
  color: #A78BFA;
}
.online__text {
  color: #EAEAEA;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 30.6px;
}
.online__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .online__block {
    width: 100%;
  }
}
.online__card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #161929;
  padding: 24px;
  display: flex;
  gap: 16px;
}
.online__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(34, 211, 238, 0.1);
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  font-size: 22px;
}
.online__name {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}
.online__txt {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}

.choose__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.choose__text {
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
}
.choose__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 1023px) {
  .choose__grid {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .choose__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose__card {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  border-radius: 24px;
}
.choose__card:nth-child(1) {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(142deg, #170B2E 0%, #1E0F45 100%);
  box-shadow: 0 0 40px 0 rgba(124, 58, 237, 0.15);
  background: radial-gradient(114.71% 102.07% at 50% 0%, rgba(124, 58, 237, 0.25) 0%, rgba(124, 58, 237, 0) 70%);
}
.choose__card:nth-child(2) {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(142deg, #0B1C2E 0%, #0F2540 100%);
  box-shadow: 0 0 40px 0 rgba(34, 211, 238, 0.1);
  background: radial-gradient(114.71% 102.07% at 50% 0%, rgba(34, 211, 238, 0.2) 0%, rgba(34, 211, 238, 0) 70%);
}
.choose__card:nth-child(3) {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(142deg, #0A1F0E 0%, #0F2D15 100%);
  box-shadow: 0 0 40px 0 rgba(74, 222, 128, 0.1);
  background: radial-gradient(114.71% 102.07% at 50% 0%, rgba(74, 222, 128, 0.2) 0%, rgba(74, 222, 128, 0) 70%);
}
.choose__card:nth-child(4) {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(142deg, #1A1208 0%, #2A1C0C 100%);
  box-shadow: 0 0 40px 0 rgba(251, 191, 36, 0.1);
  background: radial-gradient(114.71% 102.07% at 50% 0%, rgba(251, 191, 36, 0.2) 0%, rgba(251, 191, 36, 0) 70%);
}
.choose__icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.choose__name {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 18px;
  font-weight: 800;
  line-height: 28.8px;
}
.choose__txt {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
}

.play {
  padding: 48px 0;
}
.play__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.play__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.play__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .play__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.play__card {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.play__card:nth-child(1) {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #161929;
}
.play__card:nth-child(1) .play__number {
  color: #303343;
}
.play__card:nth-child(2) {
  border-radius: 24px;
  border: 1px solid rgba(124, 58, 237, 0.4);
  background: linear-gradient(138deg, #120828 0%, #1E0F45 100%);
  box-shadow: 0 0 60px 0 rgba(124, 58, 237, 0.2), 0 1px 0 1px rgba(255, 255, 255, 0.05) inset;
}
.play__card:nth-child(2) .play__number {
  color: #291B4D;
}
.play__card:nth-child(3) {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #161929;
}
.play__card:nth-child(3) .play__number {
  color: #303343;
}
.play__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.play__icon {
  font-size: 40px;
}
.play__number {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
}
.play__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.play__name {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 20.8px;
  font-weight: 800;
  line-height: 33.28px;
}
.play__txt {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
}
.play__link {
  color: #07080F;
  font-family: Syne;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  background: #B8F000;
  width: -moz-fit-content;
  width: fit-content;
}

.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@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: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #161929;
  overflow: hidden;
}
.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__label {
  padding: 2px 8px;
  font-family: Syne;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.catalog__label_easy {
  border-radius: 100px;
  border: 1px solid rgba(74, 222, 128, 0.3);
  background: rgba(74, 222, 128, 0.15);
  color: #4ADE80;
}
.catalog__label_trending {
  color: #B8F000;
  border-radius: 100px;
  border: 1px solid rgba(184, 240, 0, 0.3);
  background: rgba(184, 240, 0, 0.12);
}
.catalog__label_medium {
  color: #FBBF24;
  border-radius: 100px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  background: rgba(251, 191, 36, 0.15);
}
.catalog__label_hard {
  color: #F87171;
  border-radius: 100px;
  border: 1px solid rgba(248, 113, 113, 0.3);
  background: rgba(248, 113, 113, 0.15);
}
.catalog__label_new {
  color: #B8F000;
  border-radius: 100px;
  border: 1px solid rgba(184, 240, 0, 0.3);
  background: rgba(184, 240, 0, 0.12);
}
.catalog__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}
.catalog__row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.catalog__name {
  color: #F0F2FF;
  font-family: Syne;
  font-size: 16px;
  font-weight: 700;
}
.catalog__text {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.catalog__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #A78BFA;
  font-size: 11px;
  font-weight: 700;
  line-height: 17.6px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.15);
  width: -moz-fit-content;
  width: fit-content;
}
.catalog__star {
  color: #FBBF24;
  font-size: 11px;
  font-weight: 400;
  line-height: 17.6px;
  letter-spacing: 1px;
}

.game__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.game__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.game__link {
  color: #07080F;
  text-align: center;
  font-family: Syne;
  font-size: 14px;
  font-weight: 800;
  line-height: 22.4px;
  letter-spacing: 0.28px;
  border-radius: 12px;
  background: #B8F000;
  box-shadow: 0 0 30px 0 rgba(184, 240, 0, 0.35);
  padding: 13px 0;
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
.game__txt {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}

.privacy {
  margin: 100px 0 0;
  padding: 86px 0 100px;
}
@media (max-width: 575px) {
  .privacy {
    margin: 96px 0 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.privacy__title {
  color: #F0F2FF;
  text-align: center;
  font-family: Syne;
  font-size: 48px;
  font-weight: 800;
  line-height: 52.8px;
  letter-spacing: -0.96px;
}
.privacy__text {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
}