@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&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: "Barlow", sans-serif;
  background: rgba(10, 10, 11, 0.92);
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: rgba(10, 10, 11, 0.92);
}

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

[class*=__text] {
  color: #C6C6C6;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}

.h2 {
  color: #F0EFF5;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.label {
  color: #E8152A;
  font-family: "Barlow Condensed";
  font-size: 11.2px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #E8152A;
}

.btn {
  color: #F0EFF5;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 12.2px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 22px;
  clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
  background: #E8152A;
}

.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/kryonlixdarel/assets/fonts/DrukCyr-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 1px solid rgba(232, 21, 42, 0.2);
  background: rgba(10, 10, 11, 0.92);
  backdrop-filter: blur(7px);
}
.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: #E8152A;
  font-family: "Bebas Neue";
  font-size: 22.4px;
  font-weight: 400;
  letter-spacing: 3px;
}
.header__logo span {
  color: #F0EFF5;
}
.header__icon {
  color: #F0EFF5;
  font-family: "Bebas Neue";
  font-size: 22.4px;
  font-weight: 400;
  letter-spacing: 3px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__menu a {
  color: #C6C6C6;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.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 {
  border-top: 1px solid rgba(232, 21, 42, 0.2);
  background: #060608;
  padding: 80px 0 40px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 240px;
}
.footer__column_sub {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__column_sub h3 {
  color: #F0EFF5;
  font-family: "Barlow Condensed";
  font-size: 10.9px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__menu a {
  color: #C6C6C6;
  font-family: Barlow;
  font-size: 13.4px;
  font-weight: 400;
}
.footer__menu_sub {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__menu_sub {
    display: none;
  }
}
.footer__subrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__txt {
  color: #C6C6C6;
  font-size: 12.2px;
  font-weight: 400;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 30px;
  background: #0A0A0B;
}
@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: #F0EFF5;
  font-family: "Bebas Neue";
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  font-size: clamp(44px, 5vw, 64px);
}
.cookies__text {
  color: #F0EFF5;
  font-family: "Bebas Neue";
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.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 {
  padding: 14px 35px;
}
.cookies__btn:last-child {
  background: #FFF;
  border: 1px solid rgba(240, 239, 245, 0.18);
  background: transparent;
}

.hero {
  margin: 56px 0 0;
  padding: 100px 0;
  background: radial-gradient(60% 80% at 60% 40%, rgba(232, 21, 42, 0.12) 0%, rgba(232, 21, 42, 0) 70%);
}
@media (max-width: 575px) {
  .hero {
    margin: 94px 0 0;
  }
}
.hero__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .hero__content {
    flex-direction: column;
    gap: 112px;
  }
}
.hero__content_game {
  gap: 52px;
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 112px;
}
.hero__item {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero__title {
  color: #F0EFF5;
  font-family: "Bebas Neue";
  font-size: clamp(112px, 10vw, 144px);
  font-weight: 400;
  line-height: 129.6px;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.hero__title span {
  color: #E8152A;
}
.hero__text {
  max-width: 408px;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 575px) {
  .hero__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__link {
  padding: 14px 36px;
}
.hero__link:last-child {
  border: 1px solid rgba(240, 239, 245, 0.18);
  background: transparent;
}
.hero__txt {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #C6C6C6;
  font-family: "Barlow Condensed";
  font-size: 10.9px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.hero__txt span {
  background: linear-gradient(90deg, #6B6B7A 0%, rgba(107, 107, 122, 0) 100%);
  width: 40px;
  height: 1px;
}
.hero__img {
  width: -moz-fit-content;
  width: fit-content;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .hero__img {
    margin: 0 auto;
  }
}
.hero__link-game {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 36px;
}

.about {
  padding: 100px 0;
  background: #111114;
}
.about__content {
  display: flex;
  gap: 80px;
}
@media (max-width: 991px) {
  .about__content {
    flex-direction: column;
    gap: 24px;
  }
}
.about__column {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.about__card {
  border: 1px solid rgba(232, 21, 42, 0.2);
  background: #181820;
  padding: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.about__card h3 {
  color: #E8152A;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 2px;
}
.about__card p {
  color: #C6C6C6;
  font-family: "Barlow Condensed";
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.catalog {
  padding: 100px 0;
}
.catalog_top {
  margin: 56px 0 0;
}
@media (max-width: 575px) {
  .catalog_top {
    margin: 94px 0 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.catalog__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.catalog__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.catalog__live {
  color: #E8152A;
  font-family: "Barlow Condensed";
  font-size: 9.9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #E8152A;
  background: rgba(232, 21, 42, 0.05);
  padding: 4px 10px;
  white-space: nowrap;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 991px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__body {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.catalog__body h3 {
  color: #F0EFF5;
  font-family: "Barlow Condensed";
  font-size: 18.4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.catalog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__link {
  border: 1px solid #E8152A;
  padding: 10px 20px;
  color: #E8152A;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.advantages {
  background: #111114;
  padding: 100px 0;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 991px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .advantages__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages__card {
  border-top: 3px solid rgba(0, 0, 0, 0);
  background: #181820;
  padding: 44px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advantages__name {
  color: #F0EFF5;
  font-family: "Barlow Condensed";
  font-size: 16.8px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.advantages__text {
  color: #C6C6C6;
  font-size: 13.8px;
  font-weight: 400;
  line-height: 23.39px;
}

.info {
  background: radial-gradient(60% 80% at 60% 40%, rgba(232, 21, 42, 0.12) 0%, rgba(232, 21, 42, 0) 70%);
  padding: 80px 0;
}
.info__content {
  display: flex;
  flex-direction: column;
}
.info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(232, 21, 42, 0.2);
  border-bottom: 1px solid rgba(232, 21, 42, 0.2);
  padding: 14px 0;
}
.info__row:nth-child(odd) .info__txt {
  color: #fff;
}
.info__row:nth-child(even) .info__txt {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(240, 239, 245, 0.14);
}
.info__txt {
  font-family: "Bebas Neue";
  font-size: clamp(64px, 6vw, 92.8px);
  font-weight: 400;
  line-height: 97.44px;
  letter-spacing: 8px;
  text-transform: uppercase;
  word-break: break-all;
}
.info__number {
  color: #C6C6C6;
  font-family: "Barlow Condensed";
  font-size: 10.9px;
  font-weight: 600;
  letter-spacing: 3px;
}

.ready {
  padding: 120px 0;
  background: radial-gradient(80% 60% at 50% 50%, rgba(232, 21, 42, 0.1) 0%, rgba(232, 21, 42, 0) 70%);
}
.ready__content {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ready__title {
  color: #F0EFF5;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.ready__title span {
  color: #E8152A;
}
.ready__link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.game-info {
  padding-bottom: 100px;
}
.game-info__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(232, 21, 42, 0.2);
  background: #181820;
}
.game-info__number {
  color: #E8152A;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 2px;
}
.game-info__txt {
  color: #C6C6C6;
  font-family: "Barlow Condensed";
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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