@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&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: "Unbounded", sans-serif;
  background: #111118;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

[class*=__text] {
  color: #888;
  font-family: VT323;
  font-size: 20px;
  font-weight: 400;
}

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

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 4px solid #0F8;
  background: #08080F;
  box-shadow: 0 4px 0 0 #064;
}
.header__wrap {
  overflow: hidden;
  background: #0F8;
  padding: 10px 0;
  width: 100%;
}
.header__track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 30s linear infinite;
}
.header__track:hover {
  animation-play-state: paused;
}
.header__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #001A0E;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
}
.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;
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.header__logo span:nth-child(2) {
  color: #FE0;
}
.header__logo span:nth-child(3) {
  color: #F48;
}
.header__square {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 2px solid #860;
  background: #FE0;
  box-shadow: 2px 2px 0 0 #1A1400;
  margin-right: 20px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu a {
  color: #E8E8D0;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
}
.header__link {
  padding: 12px 20px 16px 20px;
  background: #0F8;
  box-shadow: 0 6px 0 0 #064, 0 8px 0 0 #001A0E;
  color: #001A0E;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header__link {
    display: none;
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer {
  padding: 0 0 32px;
}
.footer__line-top {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #C4F 0%, #C4F 0.42%, #608 0.42%, #608 0.83%, rgba(102, 0, 136, 0) 0.83%, rgba(102, 0, 136, 0) 1.25%, #C4F 1.25%, #C4F 1.67%);
  margin: 72px 0;
}
.footer__line {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0F8 0%, #0F8 0.63%, rgba(0, 255, 136, 0) 0.63%, rgb(0, 255, 136) 1.04%);
  margin-bottom: 56px;
}
.footer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .footer__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__column:nth-child(1) {
  min-width: 375px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__column:nth-child(1) {
    min-width: auto;
    width: 100%;
  }
}
.footer__info {
  color: #666;
  font-family: VT323;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 230px;
  width: 100%;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__label {
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0F8;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-family: VT323;
  font-size: 18px;
  font-weight: 400;
}
.footer__menu a span {
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__address a {
  color: #0DF;
  font-family: VT323;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  display: flex;
  gap: 8px;
}
.footer__address a img {
  width: 12px;
  height: 12px;
}
.footer__address a img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__address p {
  display: flex;
  gap: 8px;
  color: #666;
  font-family: VT323;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
}
.footer__address img {
  width: 12px;
  height: 12px;
}
.footer__address img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__subline {
  background: #111;
  width: 100%;
  height: 2px;
  margin-bottom: 24px;
}
.footer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__item {
    display: none;
  }
}
.footer__txt {
  color: #333;
  font-family: "Press Start 2P";
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.footer__submenu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__submenu a {
  color: #333;
  font-family: "Press Start 2P";
  font-size: 7px;
  font-weight: 400;
}
.footer__subtxt {
  margin-top: 14px;
  color: #F48;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  background: #111118;
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #0F8;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 400;
  line-height: 35.2px;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.cookies__btn {
  color: #001A0E;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.cookies__btn:first-child {
  background: #0F8;
  box-shadow: 0 6px 0 0 #064, 0 8px 0 0 #001A0E;
  padding: 14px 24px;
}
.cookies__btn:last-child {
  border: 3px solid #0F8;
  background: rgba(255, 255, 255, 0);
  box-shadow: 4px 4px 0 0 #064;
  padding: 12px 20px;
  color: #0F8;
}

.hero {
  margin: 172px 0 0;
  padding: 120px 0;
  background: url(/wp-content/themes/nexarvalkmiro/assets/img/bg.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .hero {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .hero {
    margin: 134px 0 0;
  }
}
.hero__contemt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 942px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero__contemt {
    flex-direction: column;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 440px;
  width: 100%;
}
.hero__title {
  color: #E8E8D0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: 32px;
  font-weight: 400;
  line-height: 54.4px;
}
.hero__title span:nth-child(1) {
  color: #0F8;
}
.hero__title span:nth-child(2) {
  color: #FE0;
}
.hero__title span:nth-child(3) {
  color: #F48;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__btns a {
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}
.hero__btns a:first-child {
  color: #001A0E;
  padding: 14px 24px;
  background: #0F8;
  box-shadow: 0 6px 0 0 #064, 0 8px 0 0 #001A0E;
}
.hero__btns a:last-child {
  color: #0F8;
  padding: 12px 20px;
  border: 3px solid #0F8;
  background: rgba(255, 255, 255, 0);
  box-shadow: 4px 4px 0 0 #064;
}
@media (max-width: 575px) {
  .hero__btns {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}

.info {
  margin: 72px 0;
  border-top: 4px solid #0F8;
  border-bottom: 4px solid #0F8;
  background: #111118;
}
.info__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .info__content {
    flex-direction: column;
    gap: 10px;
  }
}
.info__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info__card h3 {
  color: #0F8;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
  font-family: "Press Start 2P";
  font-size: 24px;
  font-weight: 400;
}
.info__card p {
  color: #666;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.catalog__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .catalog__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.catalog__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog__title {
  color: #E8E8D0;
  font-family: "Press Start 2P";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.2px;
}
.catalog__title span {
  color: #0F8;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
}
.catalog__more {
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 3px solid #0F8;
  background: rgba(255, 255, 255, 0);
  box-shadow: 4px 4px 0 0 #064;
  padding: 12px 20px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  border: 4px solid #333;
  background: #0D0D18;
  position: relative;
}
.catalog__card hr {
  width: 100%;
  height: 8px;
}
.catalog__card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}
.catalog__card::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
}
.catalog__card:nth-child(1) hr {
  background: linear-gradient(90deg, #0F8 0%, #0F8 2.21%, #064 2.21%, #064 4.41%);
}
.catalog__card:nth-child(1) .catalog__sublabel {
  color: #FFF;
  background: #F48;
}
.catalog__card:nth-child(1)::before {
  border-top: 4px solid #F48;
  border-left: 4px solid #F48;
}
.catalog__card:nth-child(1)::after {
  border-right: 4px solid #F48;
  border-bottom: 4px solid #F48;
}
.catalog__card:nth-child(2) hr {
  background: linear-gradient(90deg, #0DF 0%, #0DF 2.21%, #068 2.21%, #068 4.41%);
}
.catalog__card:nth-child(2) .catalog__sublabel {
  background: #0DF;
  color: #001A1A;
}
.catalog__card:nth-child(2)::before {
  border-top: 4px solid #FE0;
  border-left: 4px solid #FE0;
}
.catalog__card:nth-child(2)::after {
  border-right: 4px solid #FE0;
  border-bottom: 4px solid #FE0;
}
.catalog__card:nth-child(3) hr {
  background: linear-gradient(90deg, #0F8 0%, #0F8 2.21%, #064 2.21%, #064 4.41%);
}
.catalog__card:nth-child(3) .catalog__sublabel {
  color: #001A0E;
  background: #0F8;
}
.catalog__card:nth-child(3)::before {
  border-top: 4px solid #0F8;
  border-left: 4px solid #0F8;
}
.catalog__card:nth-child(3)::after {
  border-right: 4px solid #0F8;
  border-bottom: 4px solid #0F8;
}
.catalog__card:nth-child(4) hr {
  background: linear-gradient(90deg, #F80 0%, #F80 2.21%, #840 2.21%, #840 4.41%);
}
.catalog__card:nth-child(4) .catalog__sublabel {
  color: #1A0800;
  background: #F80;
}
.catalog__card:nth-child(4)::before {
  border-top: 4px solid #F80;
  border-left: 4px solid #F80;
}
.catalog__card:nth-child(4)::after {
  border-right: 4px solid #F80;
  border-bottom: 4px solid #F80;
}
.catalog__card:nth-child(5) hr {
  background: linear-gradient(90deg, #C4F 0%, #C4F 2.21%, #608 2.21%, #608 4.41%);
}
.catalog__card:nth-child(5) .catalog__sublabel {
  background: #C4F;
  color: #fff;
}
.catalog__card:nth-child(5)::before {
  border-top: 4px solid #C4F;
  border-left: 4px solid #C4F;
}
.catalog__card:nth-child(5)::after {
  border-right: 4px solid #C4F;
  border-bottom: 4px solid #C4F;
}
.catalog__card:nth-child(6) hr {
  background: linear-gradient(90deg, #FE0 0%, #FE0 2.21%, #860 2.21%, #860 4.41%);
}
.catalog__card:nth-child(6) .catalog__sublabel {
  color: #1A1400;
  background: #FE0;
}
.catalog__card:nth-child(6)::before {
  border-top: 4px solid #0DF;
  border-left: 4px solid #0DF;
}
.catalog__card:nth-child(6)::after {
  border-right: 4px solid #0DF;
  border-bottom: 4px solid #0DF;
}
.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__label {
  color: #FE0;
  font-family: "Press Start 2P";
  font-size: 7px;
  font-weight: 400;
  border: 1px solid #860;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 6px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 8px;
  right: 8px;
}
.catalog__body {
  border-top: 4px solid #222;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 14px;
}
.catalog__sublabel {
  padding: 3px 7px;
  font-family: "Press Start 2P";
  font-size: 6px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog__name {
  color: #E8E8D0;
  font-family: "Press Start 2P";
  font-size: 9px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: 0.18px;
}
.catalog__txt {
  color: #777;
  font-family: VT323;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.catalog__link {
  border: 2px solid #0F8;
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 7px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog__link div {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0F8;
}

.choose {
  padding: 80px 0;
  border-top: 4px solid #222;
  border-bottom: 4px solid #222;
  background: #070710;
}
.choose__content {
  max-width: 672px;
  margin: 0 auto;
  width: 100%;
}
.choose__label {
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 12px;
}
.choose__title {
  color: #E8E8D0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  margin-bottom: 40px;
}
.choose__title span {
  color: #0DF;
}
.choose__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 12px;
}
@media (max-width: 767px) {
  .choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.choose__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 20px;
  background: #0D0D18;
}
.choose__card h3 {
  color: #E8E8D0;
}
.choose__card:nth-child(1) {
  border: 3px solid #F48;
}
.choose__card:nth-child(2) {
  border: 3px solid #0DF;
}
.choose__card:nth-child(3) {
  border: 3px solid #F80;
}
.choose__card:nth-child(4) {
  border: 3px solid #C4F;
}
.choose__card:nth-child(5) {
  border: 3px solid #0F8;
}
.choose__card:nth-child(6) {
  border: 3px solid #FE0;
}
.choose__card:nth-child(7) {
  border: 3px solid #0DF;
}
.choose__card:nth-child(8) {
  border: 3px solid #F48;
}

.line {
  margin: 72px 0;
  width: 100%;
  height: 8px;
}
.line_yellow {
  background: linear-gradient(90deg, #FE0 0%, #FE0 0.42%, #860 0.42%, #860 0.83%, rgba(136, 102, 0, 0) 0.83%, rgba(136, 102, 0, 0) 1.25%, #FE0 1.25%, #FE0 1.67%);
}
.line_pink {
  background: linear-gradient(90deg, #F48 0%, #F48 0.42%, #802 0.42%, #802 0.83%, rgba(136, 0, 34, 0) 0.83%, rgba(136, 0, 34, 0) 1.25%, #F48 1.25%, #F48 1.67%);
}

.bonus__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bonus__label {
  color: #F48;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
.bonus__title {
  color: #E8E8D0;
  text-align: center;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
.bonus__title span {
  color: #FE0;
}
.bonus__text {
  max-width: 555px;
  margin: 0 auto;
  text-align: center;
}
.bonus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 672px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .bonus__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bonus__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 20px;
}
.bonus__card:nth-child(1) {
  border: 4px solid #0F8;
  background: #0D0D18;
}
.bonus__card:nth-child(1) h3 {
  color: #0F8;
}
.bonus__card:nth-child(2) {
  border: 4px solid #FE0;
}
.bonus__card:nth-child(2) h3 {
  color: #FE0;
}
.bonus__card:nth-child(3) {
  border: 4px solid #F48;
}
.bonus__card:nth-child(3) h3 {
  color: #F48;
}
.bonus__icon {
  font-size: 36px;
}
.bonus__name {
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.bonus__txt {
  color: #777;
  font-family: VT323;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  /* 140% */
}
.bonus__link {
  background: #FE0;
  box-shadow: 0 6px 0 0 #860, 0 8px 0 0 #1A1400;
  padding: 16px 32px 20px;
  color: #1A1400;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  max-width: 260px;
  width: 100%;
  margin: 16px auto 0;
}

.players__content {
  border: 4px solid #FE0;
  background: #0D0D18;
  max-width: 1120px;
}
.players__title {
  color: #1A1400;
  font-family: "Press Start 2P";
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
  padding: 8px 12px 12px 12px;
  background: #FE0;
}
.players__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 2px solid #1A1A22;
}
@media (max-width: 575px) {
  .players__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.players__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.players__number {
  color: #FE0;
  font-family: "Press Start 2P";
  font-size: 16px;
  font-weight: 400;
}
.players__name {
  color: #E8E8D0;
  font-family: "Press Start 2P";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.players__win {
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game {
  margin: 172px 0 0;
  padding: 120px 0;
  background: url(/wp-content/themes/nexarvalkmiro/assets/img/bg-1.png) no-repeat center/cover;
}
@media (max-width: 575px) {
  .game {
    margin: 134px 0 0;
  }
}
.game__content {
  display: flex;
  gap: 48px;
  max-width: 942px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .game__content {
    flex-direction: column;
    align-items: center;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.game__label {
  color: #FE0;
  font-family: "Press Start 2P";
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 1.35px;
}
.game__title {
  color: #E8E8D0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400;
  line-height: 103px;
}
@media (max-width: 991px) {
  .game__title {
    line-height: 64px;
  }
}
.game__link {
  background: #0F8;
  box-shadow: 0 6px 0 0 #064, 0 8px 0 0 #001A0E;
  padding: 14px 24px;
  color: #001A0E;
  font-family: "Press Start 2P";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.game-info {
  margin-top: 72px;
}
.game-info__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.game-info__label {
  color: #0F8;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
.game-info__title {
  color: #0F8;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.2px;
  /* 160% */
}

.privacy {
  margin: 100px 0 0;
  padding: 72px 0 0;
}
@media (max-width: 575px) {
  .privacy {
    margin: 64px 0 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.privacy__laber {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F48;
  font-family: "Press Start 2P";
  font-size: 8px;
  font-weight: 400;
}
.privacy__title {
  color: #E8E8D0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  font-family: "Press Start 2P";
  font-size: 72px;
  font-weight: 400;
  line-height: 103px;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: 40px;
    line-height: 68px;
  }
}