@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "opensans";
  font-display: swap;
  src: url("/czFEIJ__fonts/czFEIJ__opensans-bold.woff2") format("woff2"), url("/czFEIJ__fonts/czFEIJ__opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  font-display: swap;
  src: url("/czFEIJ__fonts/czFEIJ__opensans-regular.woff2") format("woff2"), url("/czFEIJ__fonts/czFEIJ__opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "orbitron";
  font-display: swap;
  src: url("/czFEIJ__fonts/czFEIJ__orbitron-bold.woff2") format("woff2"), url("/czFEIJ__fonts/czFEIJ__orbitron-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --section-padding-block: 50px;
  --section-padding-block-mobile: 40px;
  --background: #05011A;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: opensans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --btn-font-size: 1rem;
  --btn-font-weight: 700;
  --btn-padding: 0.875em 2.5em;
  --btn-bg: #F6D78F;
  --btn-bg-hover: transparent;
  --btn-color: #101010;
  --btn-color-hover: #fff;
  --btn-radius: .8rem;
  --btn-transition: all 0.2s ease-in-out;
}

h1,
.czFEIJ__h1,
h2,
.czFEIJ__h2,
h3,
.czFEIJ__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.1;
  font-weight: 700;
  font-family: orbitron;
}

h1,
.czFEIJ__h1 {
  font-size: clamp(1.25rem, 0.6442307692rem + 2.6923076923vw, 3rem);
  text-transform: none;
}

h2,
.czFEIJ__h2 {
  font-size: clamp(1.75rem, 1.6634615385rem + 0.3846153846vw, 2rem);
}

h3,
.czFEIJ__h3 {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.czFEIJ__no-scroll {
  overflow: hidden;
}

.czFEIJ__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.czFEIJ__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.czFEIJ__items .czFEIJ__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.czFEIJ__terms .czFEIJ__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.czFEIJ__terms li,
.czFEIJ__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.czFEIJ__terms li:before,
.czFEIJ__ul-list li:before {
  content: "•";
  margin-inline: 8px;
}

.czFEIJ__main section,
.czFEIJ__main .czFEIJ__section {
  padding-block: var(--section-padding-block);
}

button,
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  text-decoration: none;
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  line-height: 1;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: orbitron;
  height: 46px;
  border: 1px solid #815300;
  -webkit-box-shadow: inset 0px -100px 30px -80px #F0AB3B, 0 4px 0 0 #B97700;
  box-shadow: inset 0px -100px 30px -80px #F0AB3B, 0 4px 0 0 #B97700;
  text-transform: capitalize;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn--border {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FFE8B4;
}

.czFEIJ__center {
  text-align: center;
}

.czFEIJ__grid-3 {
  --col-size-grid-4: minmax(100px, 400px);
  display: grid;
  grid-template-columns: repeat(3, var(--col-size-grid-4));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.czFEIJ__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.czFEIJ__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(19, 19, 19, 0.9);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  overflow-y: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-block: 20px;
}

.czFEIJ__modal .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.czFEIJ__modal .btn-container .btn {
  max-width: 200px;
  margin: 0;
}

.czFEIJ__modal-content {
  position: relative;
  max-width: 560px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
  margin-block: auto;
}

.czFEIJ__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.czFEIJ__modal-content h2 {
  text-align: center;
}

.czFEIJ__modal-content .czFEIJ__form {
  max-width: 460px;
}

.czFEIJ__close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.czFEIJ__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.czFEIJ__checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.czFEIJ__checkbox-container input[type=checkbox] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  margin-right: 10px;
}

.czFEIJ__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.czFEIJ__error {
  display: none;
}

/* Контейнер Swiper */

.swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
}

.czFEIJ__wrap {
  position: relative;
}

/* Слайды */

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

/* Кнопки навигации */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  /* Важно! */
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 10px;
  border: 1px solid #815300;
  background-color: var(--btn-bg);
  -webkit-box-shadow: inset 0px -100px 30px -80px #F0AB3B;
  box-shadow: inset 0px -100px 30px -80px #F0AB3B;
}

/* Hover эффект */

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: translateY(-50%) scale(0.98);
  -ms-transform: translateY(-50%) scale(0.98);
  transform: translateY(-50%) scale(0.98);
}

/* Стрелки prev/next через CSS SVG */

.swiper-button-prev {
  left: -52px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14' fill='none'><path d='M9 1L1 7L9 13' stroke='%23302E29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.swiper-button-next {
  right: -52px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14' fill='none'><path d='M1 13L9 7L1 1' stroke='%23302E29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  position: relative;
  margin-inline: auto;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 16px 20px;
  color: #131313;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #131313;
}

::-moz-placeholder {
  color: #131313;
}

:-ms-input-placeholder {
  color: #131313;
}

::-ms-input-placeholder {
  color: #131313;
}

::placeholder {
  color: #131313;
}

textarea {
  resize: none;
  overflow: hidden;
}

.czFEIJ__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.czFEIJ__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.czFEIJ__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.czFEIJ__warning.czFEIJ__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.czFEIJ__warning.czFEIJ__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.czFEIJ__item.czFEIJ__img,
.czFEIJ__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 100%;
  margin-inline: auto;
  border-radius: 25px;
}

.czFEIJ__item.czFEIJ__wrapper,
.czFEIJ__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 25px;
  border-radius: 30px;
  border: 1px solid #9F94D6;
  -webkit-box-shadow: 0 4px 33.4px 0 rgba(253, 222, 254, 0.41);
  box-shadow: 0 4px 33.4px 0 rgba(253, 222, 254, 0.41);
  background: -webkit-gradient(linear, left top, left bottom, from(#05011A), to(#242232));
  background: linear-gradient(180deg, #05011A 0%, #242232 100%);
  cursor: default;
}

/* Blocks */

.czFEIJ__about .czFEIJ__img {
  background-image: url("/czFEIJ__img/about.avif");
  background-position: center top 30%;
}				.czFEIJ__avif .czFEIJ__about .czFEIJ__img {					background-image: url("/czFEIJ__img/about.avif")				}			

.czFEIJ__about .czFEIJ__wrapper h3 {
  min-height: 2.2em;
}

.czFEIJ__banner {
  margin-top: 20px;
}

.czFEIJ__banner .czFEIJ__wrapper {
  background-image: url("/czFEIJ__img/czFEIJ__banner.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}				.czFEIJ__avif .czFEIJ__banner .czFEIJ__wrapper {					background-image: url("/czFEIJ__img/czFEIJ__banner.avif")				}			

.czFEIJ__banner .czFEIJ__inner {
  max-width: 558px;
  width: 71%;
  padding-block: 40px;
}

.czFEIJ__banner .btn {
  width: 100%;
}

.czFEIJ__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.czFEIJ__contacts .czFEIJ__img {
  background-image: url("/czFEIJ__img/czFEIJ__contacts.avif");
}				.czFEIJ__avif .czFEIJ__contacts .czFEIJ__img {					background-image: url("/czFEIJ__img/czFEIJ__contacts.avif")				}			

.czFEIJ__experience .czFEIJ__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 20px;
  max-width: 565px;
  width: 100%;
}

.czFEIJ__experience .czFEIJ__options button {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #6E3C00;
  background: #FFF;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  color: #505050;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

.czFEIJ__experience .czFEIJ__options button.czFEIJ__selected,
.czFEIJ__experience .czFEIJ__options button:hover {
  background: #F6D78F;
}

.czFEIJ__experience .btn {
  width: 100%;
}

.czFEIJ__experience .btn:disabled {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.czFEIJ__experience .czFEIJ__img {
  background-image: url("/czFEIJ__img/czFEIJ__experience.avif");
}				.czFEIJ__avif .czFEIJ__experience .czFEIJ__img {					background-image: url("/czFEIJ__img/czFEIJ__experience.avif")				}			

.czFEIJ__footer {
  margin-top: auto;
  padding-block: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#05011A), to(#242232));
  background: linear-gradient(180deg, #05011A 0%, #242232 100%);
  color: #F2F2F2;
}

.czFEIJ__footer a:not(.czFEIJ__logos a) {
  color: #FFD700;
}

.czFEIJ__footer a:not(.czFEIJ__logos a):hover {
  color: #FFF;
}

.czFEIJ__footer .czFEIJ__items {
  -webkit-column-gap: 76px;
  -moz-column-gap: 76px;
  column-gap: 76px;
}

.czFEIJ__footer .czFEIJ__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.czFEIJ__footer .czFEIJ__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.czFEIJ__footer .czFEIJ__logos img {
  width: auto;
  max-height: 50px;
}

.czFEIJ__footer .czFEIJ__age {
  width: 42px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  cursor: default;
}

.czFEIJ__games .czFEIJ__game-card {
  gap: 16px;
  padding: 24px;
  border-radius: 18px;
  border-color: #8f82cd;
  max-width: 400px;
}

.czFEIJ__games .czFEIJ__img-game {
  width: 100%;
  aspect-ratio: 1.14005/1;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  -o-object-fit: cover;
  object-fit: cover;
}

.czFEIJ__games h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.czFEIJ__games .czFEIJ__game-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.czFEIJ__games .czFEIJ__game-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
}

.czFEIJ__games .czFEIJ__game-card__rating img {
  width: 16px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.czFEIJ__games .czFEIJ__game-card__rating-count {
  color: rgba(255, 255, 255, 0.55);
}

.czFEIJ__game-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.czFEIJ__game-card__actions .czFEIJ__game-card__like {
  min-width: 100px;
  height: 49px;
  padding-inline: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(246, 215, 143, 0.7);
  border-radius: 8px;
  background-color: rgba(8, 4, 26, 0.65);
  font-family: orbitron;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.czFEIJ__game-card__actions .czFEIJ__game-card__like::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background-image: url("/czFEIJ__img/czFEIJ__icon-like.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.czFEIJ__game-card__actions .btn {
  width: 100%;
}

.czFEIJ__header {
  padding-block: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#05011A), to(#242232));
  background: linear-gradient(180deg, #05011A 0%, #242232 100%);
}

.czFEIJ__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.czFEIJ__header__nav {
  display: contents;
}

.czFEIJ__header .czFEIJ__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.czFEIJ__header a:hover {
  opacity: 0.6;
}

.czFEIJ__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-family: orbitron;
}

.czFEIJ__user-ava {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 40px;
  background-image: url("/czFEIJ__img/czFEIJ__user-ava.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.czFEIJ__avif .czFEIJ__user-ava {					background-image: url("/czFEIJ__img/czFEIJ__user-ava.avif")				}			

.czFEIJ__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  color: #F0AB3B;
}

.czFEIJ__exit::before {
  content: "";
  width: 22px;
  aspect-ratio: 1;
  background-image: url("/czFEIJ__img/czFEIJ__log-out.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.czFEIJ__autorization,
.czFEIJ__no-autorization {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.czFEIJ__no-autorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.czFEIJ__yes-authorization .czFEIJ__no-autorization {
  display: none;
}

.czFEIJ__yes-authorization .czFEIJ__autorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.czFEIJ__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.czFEIJ__logo img {
  width: 200px;
  aspect-ratio: 5/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.czFEIJ__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-family: orbitron;
}

.czFEIJ__coins::before {
  content: "";
  width: 40px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/czFEIJ__img/czFEIJ__icon-coins.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}				.czFEIJ__avif .czFEIJ__coins::before {					background-image: url("/czFEIJ__img/czFEIJ__icon-coins.avif")				}			

.czFEIJ__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.czFEIJ__mobile-nav--open {
  top: 0;
}

.czFEIJ__mobile-nav a {
  color: #fff;
}

.czFEIJ__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

/* Nav Icon */

.czFEIJ__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #F5CB77;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.czFEIJ__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.czFEIJ__nav-icon::before,
.czFEIJ__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.czFEIJ__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.czFEIJ__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.czFEIJ__nav-icon.czFEIJ__nav-icon--active {
  background-color: transparent;
}

.czFEIJ__nav-icon.czFEIJ__nav-icon--active::before,
.czFEIJ__nav-icon.czFEIJ__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.czFEIJ__nav-icon.czFEIJ__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.czFEIJ__nav-icon.czFEIJ__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.czFEIJ__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.czFEIJ__play-game .czFEIJ__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.czFEIJ__play-game .czFEIJ__inner {
  max-width: 860px;
  width: 100%;
}

.czFEIJ__play-game .czFEIJ__stats,
.czFEIJ__play-game .czFEIJ__like,
.czFEIJ__play-game .czFEIJ__rating,
.czFEIJ__play-game .czFEIJ__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.czFEIJ__play-game .czFEIJ__stats {
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.czFEIJ__play-game .czFEIJ__like,
.czFEIJ__play-game .czFEIJ__rating {
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.czFEIJ__play-game .czFEIJ__like::before {
  content: "";
  width: 22px;
  aspect-ratio: 1;
  background-image: url("/czFEIJ__img/czFEIJ__icon-like.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.czFEIJ__play-game .czFEIJ__stars {
  gap: 2px;
}

iframe {
  background-color: #000;
  background-image: url("/czFEIJ__img/czFEIJ__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.czFEIJ__qeq {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}

#game {
  scroll-margin-top: 20px;
}

.czFEIJ__rev .czFEIJ__rev-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.czFEIJ__rev .czFEIJ__rating {
  margin-right: 8px;
}

.czFEIJ__rev .czFEIJ__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.czFEIJ__rev .czFEIJ__stars img {
  width: 16px;
  aspect-ratio: 1;
}

.czFEIJ__user-page .czFEIJ__img {
  background-image: url("/czFEIJ__img/czFEIJ__no-user-ava.avif");
  border-radius: 44px;
  aspect-ratio: 1;
  max-width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}				.czFEIJ__avif .czFEIJ__user-page .czFEIJ__img {					background-image: url("/czFEIJ__img/czFEIJ__no-user-ava.avif")				}			

.czFEIJ__user-page .czFEIJ__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.czFEIJ__victories .czFEIJ__wrapper {
  border-radius: 0;
  border: none;
  border-left: 2px solid #9F94D6;
}

.czFEIJ__victories .czFEIJ__days {
  color: #6B7280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.czFEIJ__victories h3 {
  color: #F4C56D;
  text-wrap: nowrap;
}

.czFEIJ__victories .czFEIJ__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-weight: 700;
}

.czFEIJ__victories .czFEIJ__level span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.czFEIJ__victories .czFEIJ__progress {
  width: 100%;
  height: 25px;
  border-radius: 10px;
  border: 1px solid #9F94D6;
  overflow: hidden;
}

.czFEIJ__victories .czFEIJ__progress::after {
  content: "";
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6D0AE6), to(#6E76CF));
  background: linear-gradient(90deg, #6D0AE6 0%, #6E76CF 100%);
}

.czFEIJ__victories .czFEIJ__item:nth-child(1) .czFEIJ__progress::after {
  width: 50%;
}

.czFEIJ__victories .czFEIJ__item:nth-child(2) .czFEIJ__progress::after {
  width: 80%;
}

.czFEIJ__victories .czFEIJ__item:nth-child(3) .czFEIJ__progress::after {
  width: 86%;
}

.czFEIJ__victories .czFEIJ__item:nth-child(4) .czFEIJ__progress::after {
  width: 90%;
}

.czFEIJ__why .czFEIJ__item::before {
  content: "";
  width: 115px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/czFEIJ__img/czFEIJ__icon-people.avif");
  margin-inline: auto;
}				.czFEIJ__avif .czFEIJ__why .czFEIJ__item::before {					background-image: url("/czFEIJ__img/czFEIJ__icon-people.avif")				}			

.czFEIJ__why .czFEIJ__item:nth-child(1)::before {
  background-image: url("/czFEIJ__img/czFEIJ__icon-comment.avif");
}				.czFEIJ__avif .czFEIJ__why .czFEIJ__item:nth-child(1)::before {					background-image: url("/czFEIJ__img/czFEIJ__icon-comment.avif")				}			

.czFEIJ__why .czFEIJ__item p {
  margin-top: auto;
}

@media (max-width: 1220px) {
  .czFEIJ__grid-3 {
    grid-template-columns: repeat(2, var(--col-size-grid-4));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .czFEIJ__container {
    padding: 0 var(--container-padding-tablet);
    gap: 30px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .czFEIJ__header {
    padding-block: 12px;
  }

  .czFEIJ__header__nav {
    display: none;
  }

  .czFEIJ__exit {
    margin: 0;
  }

  .czFEIJ__autorization,
  .czFEIJ__no-autorization {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .czFEIJ__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .czFEIJ__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .czFEIJ__main section,
  .czFEIJ__main .czFEIJ__section {
    padding-block: var(--section-padding-block-mobile);
  }

  .btn {
    width: 100%;
    max-width: 500px;
    padding-inline: 1.6rem;
    margin-inline: auto;
  }

  .czFEIJ__modal-content {
    padding: 12px;
  }

  form {
    max-width: 500px;
  }

  .czFEIJ__item.czFEIJ__img,
  .czFEIJ__img {
    max-width: 500px;
  }

  .czFEIJ__banner .czFEIJ__wrapper {
    background-image: url("/czFEIJ__img/czFEIJ__banner-mobile.avif");
  }				.czFEIJ__avif .czFEIJ__banner .czFEIJ__wrapper {					background-image: url("/czFEIJ__img/czFEIJ__banner-mobile.avif")				}			

  .czFEIJ__banner .czFEIJ__inner {
    padding-block: 10px;
    width: 100%;
    max-width: 100%;
  }

  .czFEIJ__contacts .czFEIJ__img {
    display: none;
  }

  .czFEIJ__experience .czFEIJ__options {
    margin-inline: auto;
    max-width: 500px;
  }

  .czFEIJ__experience .czFEIJ__img {
    display: none;
  }

  .czFEIJ__footer {
    padding-block: 30px;
  }

  .czFEIJ__footer .czFEIJ__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .czFEIJ__footer .czFEIJ__logos img {
    max-height: 30px;
    max-width: 120px;
  }

  .czFEIJ__games .czFEIJ__game-card {
    padding: 12px;
    gap: 10px;
  }

  .czFEIJ__games .czFEIJ__game-card__like {
    min-width: 78px;
    font-size: 1rem;
  }

  .czFEIJ__games .czFEIJ__game-card__actions .btn {
    font-size: 0.88rem;
  }

  .czFEIJ__play-game .czFEIJ__stats {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .czFEIJ__user-page .czFEIJ__img {
    max-width: 300px;
  }
}

@media (max-width: 560px) {
  .czFEIJ__grid-3 {
    grid-template-columns: var(--col-size-grid-4);
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
  }

  .btn--border:hover,
  .btn--border:focus-visible {
    color: rgba(255, 255, 255, 0.8);
  }
}