@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@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: "Space Mono", monospace;
  background: #FFF9FE;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

.h2 {
  color: #161616;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

[class*=__text] {
  color: rgba(22, 22, 22, 0.8);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}

.btn {
  display: inline-block;
  background: #E4A6D1;
  color: #161616;
  text-align: center;
  font-family: "Space Mono";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 50px;
}

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

.white {
  color: #fff !important;
}

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

@font-face {
  font-family: "Druk Cyr";
  src: url(/wp-content/themes/isyldrafrost/assets/fonts/DrukCyr-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Druk Cyr";
  src: url(/wp-content/themes/isyldrafrost/assets/fonts/DrukCyr-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #FFF9FE;
  border-bottom: 1px solid #161616;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #161616;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #161616;
  }
  .menu__icon_privacy span, .menu__icon_privacy::before, .menu__icon_privacy::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #000;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
}
@media (max-width: 575px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    background: #FFF9FE;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .menu__list {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.menu__link {
  color: #161616;
  font-size: 15px;
  font-weight: 400;
}

.footer {
  border-top: 1px solid #161616;
  padding: 20px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__row {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__menu {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__menu a {
  color: #161616;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 429px) {
  .footer__menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__row-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__row-sub {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 26px;
}
.footer__address {
  color: #161616;
  font-size: 15px;
  font-weight: 400;
}
.footer__address a {
  color: #161616;
}
.footer__txt {
  color: rgba(22, 22, 22, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 40px;
  max-width: 1200px;
  width: 100%;
  background: #161616;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #FFF;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.cookies__text {
  color: rgba(255, 255, 255, 0.8);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .cookies__btns {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.cookies__btn {
  background: rgba(228, 166, 209, 0.1);
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 50px;
}
@media (max-width: 575px) {
  .cookies__btn {
    width: 100%;
  }
}
.cookies__btn:first-child {
  background: #E4A6D1;
  color: #161616;
  text-align: center;
}
.cookies__btn:last-child {
  text-align: center;
  padding: 20px 84px;
}

.hero {
  padding: 60px 0;
  margin: 76px 0 0;
}
@media (max-width: 767px) {
  .hero {
    padding: 40px 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .hero__content {
    gap: 20px;
  }
}
.hero__title {
  text-align: center;
}
.hero__title span:first-child {
  text-align: center;
  color: #161616;
  font-size: clamp(36px, 7vw, 100px);
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero__title span:first-child {
    line-height: 100%;
  }
}
.hero__title span:last-child {
  text-align: center;
  color: #161616;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-size: clamp(26px, 5vw, 74px);
  filter: blur(1.25px);
}
.hero__row {
  display: flex;
  gap: 83px;
}
@media (max-width: 991px) {
  .hero__row {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .hero__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.choose {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .choose {
    padding: 40px 0;
  }
}
.choose__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.choose__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .choose__row {
    flex-direction: column;
  }
}
.choose__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose__subrow {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .choose__subrow {
    flex-direction: column;
  }
}
.choose__subrow_center {
  align-items: center;
}
.choose__card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.choose__card h3 {
  font-size: 24px;
  font-weight: 700;
}
.choose__card p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
}
.choose__card:nth-child(1), .choose__card:nth-child(2) {
  max-width: 285px;
}
@media (max-width: 991px) {
  .choose__card:nth-child(1), .choose__card:nth-child(2) {
    max-width: 100%;
  }
}
.choose__card_pink {
  background: #E4A6D1;
}
.choose__card_pink h3 {
  color: #161616;
}
.choose__card_black {
  background: #161616;
}
.choose__card_black h3 {
  color: #E4A6D1;
}
@media (max-width: 575px) {
  .choose__subimg {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .choose__subimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.choose__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.choose__grid .choose__card:nth-child(1),
.choose__grid .choose__card:nth-child(2) {
  max-width: 100%;
}
@media (max-width: 767px) {
  .choose__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__row {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 991px) {
  .about__row {
    flex-direction: column;
    gap: 40px;
  }
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .about__column {
    gap: 40px;
  }
}
.about__text_left {
  max-width: 285px;
  width: 100%;
}
@media (max-width: 991px) {
  .about__text_left {
    max-width: 100%;
  }
}
.about__info {
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@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;
  }
}

.contact {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .contact__content {
    flex-direction: column;
  }
}
.contact__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .contact__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_card {
  padding: 10px;
  border: 1px solid #161616;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_card p,
.contact_card a {
  color: #161616;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.catalog {
  padding: 60px 0;
  margin: 76px 0 0;
}
@media (max-width: 767px) {
  .catalog {
    padding: 40px 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.catalog__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__row p {
  max-width: 415px;
}
@media (max-width: 991px) {
  .catalog__row {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .catalog__row p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .catalog__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog__games {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .catalog__games {
    flex-direction: column;
    gap: 5px;
  }
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .catalog__grid {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .catalog__grid_sub {
    grid-template-columns: repeat(3, 1fr);
  }
}
.catalog__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__card {
  height: -moz-fit-content;
  height: fit-content;
}

.game {
  padding: 60px 0;
  margin: 76px 0 0;
}
@media (max-width: 767px) {
  .game {
    padding: 40px 0;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .game__content {
    gap: 20px;
  }
}
.game__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game__column {
  max-width: 496px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__link {
  width: 100%;
}

.privacy {
  padding: 60px 0;
  margin: 76px 0 0;
}
@media (max-width: 767px) {
  .privacy {
    padding: 40px 0;
  }
}