@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: "inter";
  font-display: swap;
  src: url("/cUjVo5__fonts/cUjVo5__inter-regular.woff2") format("woff2"), url("/cUjVo5__fonts/cUjVo5__inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  font-display: swap;
  src: url("/cUjVo5__fonts/cUjVo5__inter-semibold.woff2") format("woff2"), url("/cUjVo5__fonts/cUjVo5__inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 80px;
  --container-padding-tablet: 16px;
  --section-padding-block: 60px;
  --section-padding-block-mobile: 24px;
  --background: #fff;
  --font-color: #000;
  --font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  --font-family: inter, 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: 600;
  --btn-padding: 0.907em 2em;
  --btn-bg: #BC0000;
  --btn-bg-hover: #FFF;
  --btn-color: #FFF;
  --btn-color-hover: #BC0000;
  --btn-radius: 2rem;
  --btn-transition: all 0.2s ease-in-out;
}

h1,
.cUjVo5__h1,
h2,
.cUjVo5__h2,
h3,
.cUjVo5__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1;
  font-weight: 600;
}

h1,
.cUjVo5__h1 {
  font-size: clamp(2.375rem, 2.3317307692rem + 0.1923076923vw, 2.5rem);
}

h2,
.cUjVo5__h2 {
  font-size: clamp(2.125rem, 2.0817307692rem + 0.1923076923vw, 2.25rem);
}

h3,
.cUjVo5__h3 {
  font-size: clamp(1.375rem, 1.3317307692rem + 0.1923076923vw, 1.5rem);
}

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;
}

.cUjVo5__no-scroll {
  overflow: hidden;
}

.cUjVo5__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;
}

.cUjVo5__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 24px;
  -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;
}

.cUjVo5__items .cUjVo5__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%;
}

.cUjVo5__terms .cUjVo5__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;
}

.cUjVo5__terms li,
.cUjVo5__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.cUjVo5__terms h1,
.cUjVo5__ul-list h1 {
  margin-bottom: 10px;
}

.cUjVo5__main section,
.cUjVo5__main .cUjVo5__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;
  height: 47px;
  border: 1px solid #BC0000;
}

.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);
}

.cUjVo5__center {
  text-align: center;
}

.cUjVo5__color-green {
  color: #006400;
}

.cUjVo5__wrapper.cUjVo5__bg-green {
  background: #006400;
  color: #fff;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

.cUjVo5__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%;
}

.cUjVo5__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -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;
}

.cUjVo5__modal-content {
  background: var(--background);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  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;
}

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

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

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

body.cUjVo5__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);
  }
}

.cUjVo5__checkbox-container {
  margin-top: 20px;
  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;
}

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

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

.cUjVo5__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  border-top: 1px solid #ebebeb;
  z-index: 1000;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.cUjVo5__cookie-consent__actions {
  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: 12px;
  width: 100%;
  max-width: 300px;
}

.cUjVo5__cookie-consent .btn {
  font-size: 14px;
  height: 40px;
}

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: 24px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 627px;
}

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: 8px;
  border: 1px solid #6B7280;
  background: #FFF;
  padding: 12px 16px;
}

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

::-webkit-input-placeholder {
  color: #6B7280;
}

::-moz-placeholder {
  color: #6B7280;
}

:-ms-input-placeholder {
  color: #6B7280;
}

::-ms-input-placeholder {
  color: #6B7280;
}

::placeholder {
  color: #6B7280;
}

textarea {
  resize: none;
  overflow: hidden;
}

.cUjVo5__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;
}

.cUjVo5__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;
}

.cUjVo5__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;
}

.cUjVo5__warning.cUjVo5__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.cUjVo5__warning.cUjVo5__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);
  }
}

.cUjVo5__item.cUjVo5__wrapper,
.cUjVo5__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: 24px;
  border-radius: 24px;
  border: 1px solid #000;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

/* Blocks */

.cUjVo5__about .cUjVo5__grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}

.cUjVo5__about .cUjVo5__wrapper::before {
  content: "";
  width: 76px;
  aspect-ratio: 1;
  background-image: url("/cUjVo5__img/cUjVo5__flame.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
}

section.cUjVo5__banner {
  color: #FFF;
  padding-block: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

section.cUjVo5__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.94)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.94) 80%);
}

section.cUjVo5__banner .cUjVo5__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

section.cUjVo5__banner .cUjVo5__video-bg {
  background: #111;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.cUjVo5__contacts .cUjVo5__contacts-info {
  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;
}

.cUjVo5__contacts .cUjVo5__contacts-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.cUjVo5__contacts .cUjVo5__contacts-info li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cUjVo5__contacts .cUjVo5__location::before {
  background-image: url("/cUjVo5__img/cUjVo5__icon-location.svg");
}

.cUjVo5__contacts .cUjVo5__tel::before {
  background-image: url("/cUjVo5__img/cUjVo5__icon-tel.svg");
}

.cUjVo5__contacts .cUjVo5__support::before {
  background-image: url("/cUjVo5__img/cUjVo5__icon-support.svg");
}

.cUjVo5__footer {
  margin-top: auto;
  padding-block: 40px;
  background: #1C1C1C;
  color: #fff;
}

.cUjVo5__footer .cUjVo5__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cUjVo5__footer a:hover {
  opacity: 0.6;
}

.cUjVo5__footer .cUjVo5__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 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cUjVo5__footer p {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.cUjVo5__footer .cUjVo5__logo {
  margin-bottom: -20px;
}

.cUjVo5__gallery .cUjVo5__grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cUjVo5__gallery .cUjVo5__wrapper {
  border: 0;
}

.cUjVo5__gallery img {
  border-radius: 24px;
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.cUjVo5__games .cUjVo5__items .cUjVo5__wrapper {
  padding: 0;
  overflow: hidden;
  border: 1px solid #006400;
  gap: 0;
}

.cUjVo5__games .cUjVo5__wrap {
  padding: 24px;
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  gap: 16px;
}

.cUjVo5__games img {
  width: 100%;
  height: 229px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.cUjVo5__header {
  padding-block: 8px;
  background: #1C1C1C;
}

.cUjVo5__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;
}

.cUjVo5__header .cUjVo5__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.cUjVo5__header a {
  color: #fff;
}

.cUjVo5__header a:hover {
  opacity: 0.6;
}

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

.cUjVo5__logo img {
  width: 250px;
  aspect-ratio: 4.8/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.cUjVo5__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;
}

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

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

.cUjVo5__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;
}

/* Nav Icon */

.cUjVo5__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #FFF;
  --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;
}

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

.cUjVo5__nav-icon::before,
.cUjVo5__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;
}

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

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

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

.cUjVo5__nav-icon.cUjVo5__nav-icon--active::before,
.cUjVo5__nav-icon.cUjVo5__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;
}

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

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

/* Layout */

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

.cUjVo5__package .cUjVo5__items {
  gap: 24px;
}

.cUjVo5__package .cUjVo5__wrapper {
  position: relative;
}

.cUjVo5__package .cUjVo5__wrapper.cUjVo5__active {
  z-index: 1;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cUjVo5__package .cUjVo5__wrapper.cUjVo5__active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#FF0000));
  background: linear-gradient(180deg, #FFD700 0%, #FF0000 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.cUjVo5__package .cUjVo5__advantages {
  display: contents;
}

.cUjVo5__package .cUjVo5__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  line-height: 1.1;
}

.cUjVo5__package .cUjVo5__advantages li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/cUjVo5__img/cUjVo5__icon-check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cUjVo5__package .cUjVo5__label {
  border-radius: 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFD700), to(#FFD700));
  background: linear-gradient(0deg, #FFD700 0%, #FFD700 100%);
  padding: 8px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cUjVo5__package .btn {
  margin-inline: auto;
}

@media (max-width: 1220px) {
  .cUjVo5__container {
    padding: 0 var(--container-padding-tablet);
    gap: 30px;
  }

  .cUjVo5__footer .cUjVo5__logo {
    margin-bottom: -10px;
  }

  .cUjVo5__gallery .cUjVo5__grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cUjVo5__header__nav {
    display: none;
  }

  .cUjVo5__logo img {
    width: 200px;
  }

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

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

  .cUjVo5__main section,
  .cUjVo5__main .cUjVo5__section {
    padding-block: var(--section-padding-block-mobile);
  }

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

  .cUjVo5__modal-content {
    padding: 12px;
  }

  .cUjVo5__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  form {
    gap: 20px;
  }

  .cUjVo5__item.cUjVo5__wrapper,
  .cUjVo5__wrapper {
    padding: 20px;
  }

  .cUjVo5__about .cUjVo5__grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  section.cUjVo5__banner {
    padding-block: 80px;
  }

  .cUjVo5__gallery .cUjVo5__grid-3 {
    grid-template-columns: 1fr;
  }

  .cUjVo5__gallery img {
    height: 250px;
  }

  .cUjVo5__games .cUjVo5__wrap {
    padding: 20px;
  }
}

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

@media (hover: hover) {
  .cUjVo5__item.cUjVo5__wrapper:hover,
  .cUjVo5__wrapper:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}