@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik+Mono+One&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: "Roboto", sans-serif;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

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

.h1 {
  color: #0E0C0E;
  text-align: center;
  font-family: "Rubik Mono One";
  font-size: clamp(36px, 7vw, 64px);
  font-weight: 400;
  line-height: 90%;
}

.h2 {
  color: #FEFCF9;
  text-align: center;
  font-family: "Rubik Mono One";
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 110%;
}

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

.btn {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 10px;
  background: #DF90CA;
  padding: 20px 48px;
  display: inline-block;
}

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

.header {
  position: fixed;
  width: 100%;
  background: #0E0C0E;
  z-index: 60;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 72px;
}
.header__menu a {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .header__menu {
    gap: 24px;
  }
}
.header__link {
  padding: 12px 40px;
}
@media (max-width: 575px) {
  .header__link {
    display: none;
  }
}

.footer {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.footer__content {
  border-radius: 40px;
  background: #DF90CA;
  padding: 40px;
}
@media (max-width: 767px) {
  .footer__content {
    padding: 24px 15px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 816px;
}
.footer__title {
  text-align: left;
}
.footer__row {
  display: flex;
  gap: 48px;
  max-width: 670px;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .footer__row {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__row-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .footer__row-sub {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 56px;
  }
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .footer__menu {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__menu a {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 40px;
  background: #0E0C0E;
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cookies__title {
  color: #FEFCF9;
  font-size: 48px;
  font-weight: 500;
  line-height: 90%;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  border: 1px solid #FFF;
}

.hero {
  margin: 68px 0 120px;
}
.hero__content {
  background: url(/wp-content/themes/trezopika/../img/bg.webp) no-repeat center/cover;
  border-radius: 40px;
  overflow: hidden;
  padding: 130px 24px;
}
@media (max-width: 575px) {
  .hero__content {
    padding: 72px 24px;
  }
}
.hero .game__title {
  max-width: 100%;
  word-break: keep-all;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__row {
  display: flex;
  gap: 56px;
}
@media (max-width: 991px) {
  .about__row {
    flex-direction: column;
    gap: 32px;
  }
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__link {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .about__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.info-game {
  margin: 120px 0;
}
.info-game__grid {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .info-game__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .info-game__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-game__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.info-game__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.info-game__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-game__name {
  color: #FEFCF9;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 12px;
}

.info {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}
.info__content {
  position: relative;
  z-index: 2;
}
.info__img {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .info__img {
    left: -197px;
  }
}
.info__img_sub {
  right: 0;
  top: auto;
  bottom: -81px;
}
@media (max-width: 767px) {
  .info__img_sub {
    left: auto;
    right: -314px;
    bottom: -100px;
    z-index: 2;
  }
}

.game {
  margin: 68px 0 0;
  padding: 120px 0;
}
@media (max-width: 575px) {
  .game {
    margin: 50px 0 0;
    padding: 0 0 120px;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.game__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .game__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.game__title {
  max-width: 472px;
  word-break: break-all;
  margin-bottom: 16px;
}
.game__btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .game__btns {
    flex-direction: column;
    width: 100%;
  }
  .game__btns a {
    width: 100%;
  }
}
.game__link {
  display: inline-block;
  color: #0E0C0E;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid #0E0C0E;
  padding: 20px 48px;
  background: #fff;
  text-align: center;
}
.game__img {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 43.589px;
  overflow: hidden;
}
.game__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .game__img {
    margin: 0 auto;
  }
}
.game__column-sub {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.game__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .game__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .game__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.game__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.game__name {
  color: #FEFCF9;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
}
.game__bg {
  max-width: 548px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.game__title-sub {
  color: #0E0C0E;
}

.catalog {
  margin: 68px 0 0;
  padding: 120px 0;
}
@media (max-width: 575px) {
  .catalog {
    margin: 50px 0 0;
    padding: 0 0 120px;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.catalog__bg {
  max-width: 868px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575px) {
  .catalog__bg {
    padding: 24px;
  }
}
.catalog__title {
  margin: 32px 0 12px;
}
.catalog__text_black {
  text-align: center;
  color: #0E0C0E;
}
.catalog__group {
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
}
.catalog__row {
  display: flex;
  align-items: center;
}
.catalog__row_first {
  max-width: 564px;
  margin: 0 auto 60px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .catalog__row_first {
    max-width: 252px;
  }
  .catalog__row_first a > img {
    width: 100px;
  }
  .catalog__row_first a > img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog__row_second {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .catalog__row_second a > img {
    width: 90px;
  }
  .catalog__row_second a > img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog__row_third {
  max-width: 407px;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .catalog__row_third {
    max-width: 181px;
  }
  .catalog__row_third a > img {
    width: 67px;
  }
  .catalog__row_third a > img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog__row_last {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog__row_last a > img {
    width: 46px;
  }
  .catalog__row_last a > img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.privacy {
  margin: 68px 0 0;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .privacy {
    margin: 50px 0 0;
    padding: 50px 0;
  }
}
.privacy__title {
  color: #FEFCF9;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 900;
  line-height: 90%;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}