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

.lock {
  overflow: hidden;
}

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

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

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

.h2 {
  color: #FFF;
  font-size: 72px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .h2 {
    font-size: 58px;
  }
}
.h2_pink {
  color: #FD6AFD;
}

.main {
  flex: 1 1 auto;
}

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

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

@font-face {
  font-family: "Druk Cyr";
  src: url(/wp-content/themes/varnextilozor/assets/fonts/DrukCyr-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #0E0E0E;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 72px;
}
.header__menu a {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
}
.header__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  border-bottom: 1px solid #FFF;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .header__link {
    display: none;
  }
}

.footer {
  padding: 32px 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__address {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
}
.footer .header__link_footer {
  display: block;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 30px;
  background: #0E0E0E;
}
@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: #FEFCF9;
  font-weight: 700;
  line-height: 90%;
  font-size: clamp(26px, 5vw, 48px);
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 575px) {
  .cookies__btns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cookies__btn {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  padding: 20px 0;
  border-radius: 15px;
  color: #0E0E0E;
}
.cookies__btn:first-child {
  color: #0E0E0E;
  background: #FD6AFD;
}
.cookies__btn:last-child {
  background: #FFF;
  border: 1px solid #050505;
}

.hero {
  margin: 57px 0 0;
  padding: 40px 0 0;
}
@media (max-width: 575px) {
  .hero {
    margin: 80px 0 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .hero__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .hero__row_game {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__title {
  color: #FFF;
  font-size: clamp(112px, 16vw, 217px);
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  max-width: 872px;
}
.hero__title span {
  color: #FD6AFD;
}
@media (max-width: 991px) {
  .hero__title_game {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .hero__title_game {
    max-width: 300px;
  }
}
.hero__link {
  border-radius: 15px;
  background: #FD6AFD;
  color: #0E0E0E;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  padding: 20px 48px;
}
.hero__img {
  position: absolute;
  bottom: -125px;
  right: 18%;
}
@media (max-width: 767px) {
  .hero__img {
    display: none;
  }
}
.hero__img_game {
  display: block;
  transform: rotate(11.712deg);
}
@media (max-width: 991px) {
  .hero__img_game {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero__img_game {
    width: 150px;
  }
  .hero__img_game img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__text {
  max-width: 213px;
}
.hero__text_sub {
  margin-left: auto;
  max-width: 345px;
}

.about {
  margin: 120px 0;
}
.about__content {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .about__content {
    flex-direction: column;
  }
}
.about__icon {
  position: absolute;
}
.about__icon_left-top {
  top: 0;
  left: 0;
}
.about__icon_right-top {
  top: 0;
  right: 0;
}
.about__icon_left-bottom {
  left: 0;
  bottom: 0;
}
.about__icon_right-bottom {
  right: 0;
  bottom: 0;
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .info__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__card {
  padding: 32px;
  border: 1px dashed #FD6AFD;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info__card h3 {
  color: #FD6AFD;
  font-size: 72px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
.info__card p {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
.info__card_noborder {
  border: none;
}
@media (max-width: 767px) {
  .info__card_noborder {
    display: none;
  }
}

.catalog {
  margin: 57px 0 0;
  padding: 120px 0 0;
}
@media (max-width: 575px) {
  .catalog {
    margin: 80px 0 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  position: relative;
}
.catalog__card a {
  position: absolute;
  inset: 0;
}

.privacy {
  margin: 57px 0 0;
  padding: 40px 0 0;
}
@media (max-width: 575px) {
  .privacy {
    margin: 80px 0 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}