@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: "Poppins", sans-serif;
  background: linear-gradient(180deg, #1A0030 0%, #39006C 51.44%, #1A0030 100%);
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #1A0030 0%, #39006C 51.44%, #1A0030 100%);
}

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

.main {
  flex: 1 1 auto;
}

.title {
  font-size: clamp(34px, 4vw, 70px);
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF951 0%, #FF5100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[class*=__text] {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.btn {
  text-align: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #A135FF 0%, #FC7703 100%);
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 24px 50px;
}

.p-60 {
  padding: 60px 0;
}

.pb-60 {
  padding-bottom: 60px;
}

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

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

.footer {
  padding-bottom: 20px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__text {
  color: rgba(245, 235, 223, 0.5);
}
@media (max-width: 767px) {
  .footer .header__menu {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  border-radius: 29px;
  background: #FFF;
}
.cookies.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.cookies.is-hiding {
  transform: translateY(100%);
  opacity: 0;
}
.cookies__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cookies__title {
  color: #242424;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
.cookies__text {
  color: #242424;
}
.cookies__btns {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
}
.cookies__btn {
  width: 100%;
}
.cookies__btn:last-child {
  color: #242424;
  border: 2px solid #242424;
  background: transparent;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #1b0133;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(180deg, #FFF951 0%, #FF5100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.hero .policy__content {
  max-width: 1050px;
  margin: 0 auto;
}
.hero__title {
  text-align: center;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF951 0%, #FF5100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__img {
  width: -moz-fit-content;
  width: fit-content;
}

.story__content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .story__content {
    flex-direction: column;
  }
}
.story__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .story__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.story__card {
  border-radius: 20px;
  border: 3px solid #A135FF;
  background: #FFF;
  padding: 20px;
}
.story__card h3 {
  color: #242424;
  font-size: 34px;
  font-weight: 900;
}
.story__card p {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
}
.story__card_none {
  border-radius: none;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .story__card_none {
    display: none;
  }
}
@media (max-width: 767px) {
  .story__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .story__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.catalog__row {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .catalog__img {
    display: none;
  }
}
.catalog__grid {
  display: flex;
  gap: 20px;
  align-items: end;
}
.catalog__grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .catalog__grid {
    flex-direction: column;
    align-items: center;
  }
}
.catalog__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.catalog__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__card {
  position: relative;
}
.catalog__card a {
  position: absolute;
  inset: 0;
}
.catalog__card_small {
  max-width: 160px;
}

.game__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .game .catalog__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .game .catalog__img {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .game .catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.info__text, .info__title {
  max-width: 798px;
  margin: 0 auto;
}
.info__address {
  text-align: center;
  background: linear-gradient(180deg, #FFF951 0%, #FF5100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .info__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__card {
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #A135FF;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info__card h3 {
  background: linear-gradient(180deg, #A135FF 0%, #FC7703 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 900;
}
.info__card p {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
}
.info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__img {
  height: 269px;
  border-radius: 30px;
  overflow: hidden;
}

.policy {
  margin-top: 75px;
}
@media (max-width: 575px) {
  .policy {
    margin-top: 116px;
  }
}
.policy__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.policy__content_center {
  align-items: center;
}