@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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: "Montserrat", sans-serif;
  background: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

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

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

.main {
  flex: 1 1 auto;
}

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

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

@font-face {
  font-family: "Impact";
  src: url(/wp-content/themes/static-site-theme/assets/fonts/Impact.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  top: 32px;
  width: 100%;
  z-index: 60;
  background: #000;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
}
@media (max-width: 429px) {
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__link {
  border-radius: 20px;
  border: 1px solid #F6F6F6;
  background: #FFF;
  padding: 16px 22px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.header__link:hover {
  background: #01EAFF;
  border: 1px solid #01EAFF;
}

.footer {
  padding-bottom: 24px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__toprow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__address a,
.footer__address p {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer__row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__menu a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}
.footer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__txt {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 20px;
  background: #000;
}
@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: #FFF;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.cookies__btn {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: capitalize;
  padding: 20px 0;
  border-radius: 30px;
}
.cookies__btn:first-child {
  color: #000;
  background: #01EAFF;
}
.cookies__btn:last-child {
  color: #FFF;
  border: 1px solid #FFF;
}

.hero {
  margin: 155px 0 0;
}
@media (max-width: 767px) {
  .hero {
    margin: 200px 0 0;
  }
}
@media (max-width: 429px) {
  .hero {
    margin: 310px 0 0;
  }
}
.hero__content {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__content_catalog {
  flex-direction: column;
}
.hero__title {
  color: #FFF;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 107%;
  text-transform: uppercase;
  max-width: 496px;
  overflow-wrap: break-word;
}
.hero__title_catalog {
  max-width: 100%;
  word-wrap: none;
}
.hero__line_catalog {
  height: 1px;
  background: #fff;
  max-width: 575px;
  width: 1000%;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 24px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .hero__column {
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 24px;
    padding-left: 0;
  }
}
.hero__column_catalog {
  border: none;
  padding: 0;
}

.info__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .info__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  padding: 24px;
}
.info__card h3 {
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}
.info__card p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.info__card:nth-child(1), .info__card:nth-child(4) {
  background: rgba(255, 255, 255, 0.1);
}
.info__card:nth-child(1) h3,
.info__card:nth-child(1) p, .info__card:nth-child(4) h3,
.info__card:nth-child(4) p {
  color: #FFF;
}
.info__card:nth-child(2), .info__card:nth-child(3) {
  background: #CE57F9;
}
.info__card:nth-child(2) h3,
.info__card:nth-child(2) p, .info__card:nth-child(3) h3,
.info__card:nth-child(3) p {
  color: #000;
}

.properly {
  margin: 120px 0;
}
.properly__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.properly__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .properly__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.properly__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.properly__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.properly__img {
  border-radius: 20px;
  overflow: hidden;
}
.properly__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.properly__link {
  border-radius: 30px;
  background: #01EAFF;
  padding: 20px 48px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: capitalize;
}

.categories__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.categories__title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}
@media (max-width: 767px) {
  .categories__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
}
.categories__card:nth-child(1) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #000;
}
.categories__card:nth-child(1) h3,
.categories__card:nth-child(1) p {
  color: #FFF;
}
.categories__card:nth-child(2) {
  background: #01EAFF;
  transform: rotate(-5.033deg);
}
.categories__card:nth-child(2) p {
  color: #000;
}
.categories__card:nth-child(3) {
  background: #CE57F9;
  transform: rotate(5.781deg);
}
.categories__card:nth-child(3) p {
  color: #000;
}
.categories__card:nth-child(4) {
  transform: rotate(-5.033deg);
  background: #01EAFF;
}
.categories__card:nth-child(4) p {
  color: #000;
}
.categories__card:nth-child(5) {
  background: #CE57F9;
}
.categories__card:nth-child(5) p {
  color: #000;
}
.categories__card:nth-child(6) {
  transform: rotate(3deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #000;
}
.categories__card:nth-child(6) h3,
.categories__card:nth-child(6) p {
  color: #FFF;
}
.categories__name {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.gallery {
  margin: 120px 0;
}
.gallery__content {
  display: flex;
  flex-direction: column;
  gap: 94px;
}
.gallery__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 120px;
}
.gallery__title {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.gallery__text {
  max-width: 436px;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gallery__grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog {
  margin: 120px 0;
}
.catalog__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.catalog__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__card {
  position: relative;
}
.catalog__card a {
  position: absolute;
  inset: 0;
}

.game {
  margin: 155px 0 0;
}
@media (max-width: 767px) {
  .game {
    margin: 200px 0 0;
  }
}
@media (max-width: 429px) {
  .game {
    margin: 310px 0 0;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.game__name {
  color: #FFF;
  font-size: clamp(40px, 4vw, 44px);
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
}
.game__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .game__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.game__link {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 30px;
  background: #01EAFF;
  padding: 20px 0;
  height: -moz-fit-content;
  height: fit-content;
}
.game .hero__line_catalog {
  max-width: 100%;
}

.privacy {
  margin: 155px 0 120px;
}
@media (max-width: 767px) {
  .privacy {
    margin: 200px 0 120px;
  }
}
@media (max-width: 429px) {
  .privacy {
    margin: 310px 0 120px;
  }
}
.privacy__title {
  color: #FFF;
  text-align: center;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.privacy__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}