@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-Light"), url("../fonts/gilroy/Gilroy-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy-ExtraBold"), url("../fonts/gilroy/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #121212;
  color: #111;
  line-height: 1.2;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 18px;
}

.body {
  overflow: hidden;
}

html.body-scroll-lock {
  overflow: hidden;
  height: 100%;
}

html.body-scroll-lock body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.header--popup-hidden {
  visibility: hidden;
  pointer-events: none;
}

/* All delay classes will take 2x longer to start */

:root {
  --animate-delay: 2s;
}

/* All delay classes will take half the time to start */

:root {
  --animate-delay: 0.5s;
}

::-webkit-scrollbar-thumb {
  background-color: #C3E91E;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #171420;
}

input,
textarea {
  font-family: "Gilroy", sans-serif;
}

input::placeholder,
textarea::placeholder {
  font-family: "Gilroy", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  cursor: pointer;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
}

.content {
  position: relative;
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container-fluid {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

.container-fluid-max {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.btn {
  text-transform: uppercase;
  background: none;
  border: none;
  color: #1E1E1E;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 53px;
}

.btn p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 700;
}

.btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.gradient-text {
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  /* Градиент */
  -webkit-background-clip: text;
  /* Поддержка для WebKit-браузеров */
  -webkit-text-fill-color: transparent;
  /* Прозрачный текст */
  background-clip: text;
  /* Для других браузеров */
  text-fill-color: transparent;
  /* Прозрачный текст для других браузеров */
}

.fz-40 {
  font-size: 40px !important;
  max-width: 100% !important;
}

.block {
  padding: 40px 0 20px;
  position: relative;
  background-color: #000000;
}

.block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #444444 0%, #666666 100%);
  opacity: 0.2;
  z-index: 2;
}

.block .inner {
  position: relative;
  z-index: 3;
}

.block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.page {
  padding: 80px 0;
  min-height: calc(100vh - 250px);
  background-color: #121212;
}

.page__inner {
  color: #fff;
}

.page__title {
  font-weight: 800;
  margin-bottom: 20px;
}

.city-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  display: none;
}

.city-popup--active {
  display: flex;
}

.city-popup__owerlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.city-popup__inner {
  position: relative;
  z-index: 1001;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.city-popup__link {
  display: block;
  padding: 10px 0;
  color: #000;
  font-weight: 700;
}

.city-popup__link:hover {
  color: #F4D11E;
}

.toggle-menu {
  z-index: 1000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}

.toggle-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-btn {
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 5px;
  border-radius: 30px;
  background-color: #202020;
}

.menu-btn span::after {
  width: 20px;
}

.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  transition: 0.2s;
}

.menu-btn span::before {
  transform: translateY(-11px);
}

.menu-btn span::after {
  transform: translateY(10px);
}

.menu-btn_active span:before {
  transform: rotate(-45deg);
}

.menu-btn_active span {
  height: 0;
}

.menu-btn_active span:after {
  transform: rotate(45deg);
  width: 30px;
}

.login {
  padding: 180px 0 80px;
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}

.login label {
  font-size: 16px;
  width: 100%;
}

.login form {
  padding: 90px;
  border: 2px solid #eaedff;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
}

.login p {
  text-align: center;
}

.login input[type=text],
.login input[type=password],
.login input[type=email] {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
  outline: none;
}

.login button {
  width: 100%;
  margin-top: 40px;
}

.login .helptext {
  font-size: 12px;
}

.login ul {
  font-size: 12px;
  text-align: start;
}

.error {
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 250px);
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 20px;
  right: 0;
  transition: all 0.3s ease;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header--fixed .header__inner {
  height: fit-content;
  padding: 5px 0;
}

.header__inner {
  transition: all 0.3s ease;
  height: 90px;
  border-radius: 20px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__wrap {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 66%;
  justify-content: space-between;
}

.header__city {
  font-weight: 800;
  margin-right: 15px;
  line-height: 29px;
  font-size: 14px;
  color: #F4D11E;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 29px;
  color: #F4D11E;
  margin-left: 20px;
  display: none;
}

.footer {
  padding: 20px 0;
  background-color: #121212;
  text-align: center;
}

.footer__logo {
  height: 53px;
  margin-bottom: 20px;
}

.footer__title {
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__phone {
  display: block;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer__row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.footer__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 276px;
  height: 1px;
  background-color: #F4D11E;
}

.footer__item {
  display: inline-block;
}

.footer__item + .footer__item {
  margin-left: 10px;
}

.footer__link {
  color: #979797;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#inputResult h4 {
  font-size: 26px;
}

#inputResult .mb-4 {
  margin-bottom: 40px;
}

#inputResult h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

#inputResult .purpose-table,
#inputResult .purpose-table th,
#inputResult .purpose-table td {
  border: 1px solid #d8d8d8;
  font-size: inherit;
  line-height: inherit;
}

#inputResult .purpose-table th,
#inputResult .purpose-table td {
  vertical-align: top;
  padding: 0.5em 0.75em;
}

#inputResult .purpose-table th,
#inputResult .purpose-table td {
  vertical-align: top;
  padding: 0.5em 0.75em;
}

#inputResult .purpose-table th {
  width: 200px;
  text-align: left;
  font-weight: 500;
}

#inputResult .purpose-table,
#inputResult .purpose-table th,
#inputResult .purpose-table td {
  border: 1px solid #d8d8d8;
  font-size: inherit;
  line-height: inherit;
}

#inputResult .link.mark {
  border-bottom: 1.5px dotted #fa8669;
}

#inputResult .link {
  cursor: pointer;
}

#inputResult .mark,
#inputResult mark {
  display: inline;
  padding: 0.05em;
  background-color: #fcf8e3;
  word-wrap: break-word;
}

.slider {
  position: relative;
  width: 100%;
  background: #141414;
  padding-top: 100px;
  padding-bottom: 40px;
}

.slider__inner {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 40px rgba(244, 209, 30, 0.9));
}

.slider__inner.owl-carousel:not(.owl-loaded) {
  display: block;
}

.slider__inner.owl-carousel:not(.owl-loaded) .slider__item ~ .slider__item {
  display: none;
}

.slider__item {
  display: flex;
  height: 317px;
  justify-content: center;
  align-items: flex-end;
}

.slider__slide {
  text-align: center;
  max-width: 368px;
  width: 100%;
  max-height: 317px;
  object-fit: contain;
}

.slider__wrapper {
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding: 40px 40px 40px 40px;
  text-align: center;
  border-radius: 20px;
  /* Скругленные углы */
  background: rgba(217, 217, 217, 0.1);
  /* Полупрозрачный фон */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  /* Тень */
  backdrop-filter: blur(10px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(10px);
  /* Для Safari */
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Полупрозрачная граница */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider__subtitle {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider__title {
  color: #F4D11E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1;
}

.slider__title span {
  font-size: 40px;
  width: 100%;
  display: block;
}

.slider__text {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider__text span {
  color: #F4D11E;
}

.slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.schedule {
  padding: 40px 0 60px;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

.schedule::before {
  content: "";
  position: absolute;
  width: 347px;
  height: 347px;
  border-radius: 50%;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #F4D11E;
  /* Цвет круга */
  opacity: 0.1;
  /* Полупрозрачность */
  border-radius: 50%;
  /* Делаем элемент круглым */
  filter: blur(30px);
  /* Эффект размытия */
}

.schedule__inner {
  position: relative;
  z-index: 2;
}

.schedule__row-wrap {
  width: 100%;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  justify-content: center;
}

.schedule__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #F4D11E;
  margin-bottom: 40px;
}

.schedule__slider {
  height: fit-content;
}

.schedule .schedule__slider.owl-carousel:not(.owl-loaded) {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
}

.schedule .schedule__slider.owl-carousel:not(.owl-loaded) .schedule__item {
  flex: 0 0 auto;
}

.schedule__item {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  width: 292px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: visible;
  min-height: 483px;
  margin: 0 auto;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Полупрозрачная граница */
}

.schedule__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, #444444 0%, #666666 100%);
  opacity: 0.2;
  z-index: 2;
}

.schedule__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  opacity: 15%;
}

.schedule__date {
  position: absolute;
  height: 32px;
  z-index: 10;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0) translateZ(0);
  -webkit-transform: translate(-50%, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
}

.schedule__date p {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 20px;
  white-space: nowrap;
}

.schedule__date svg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.schedule__top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 10px 10px;
  border-radius: 20px;
  text-align: center;
  background: rgba(217, 217, 217, 0.1);
  /* Полупрозрачный фон */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  /* Тень */
  backdrop-filter: blur(10px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(10px);
  /* Для Safari */
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Полупрозрачная граница */
}

.schedule__item-title {
  font-size: 23px;
  font-weight: 700;
  color: #F4D11E;
  margin-bottom: 10px;
}

.schedule__loc {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.schedule__loc svg {
  margin-right: 10px;
}

.schedule__status {
  font-size: 14px;
  font-weight: 700;
  color: #202020;
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  display: block;
  padding: 5px 20px;
  border-radius: 20px;
}

.schedule__status--few {
  background: linear-gradient(180deg, #ffb366 0%, #e67e22 100%);
}

.schedule__wrapper {
  position: relative;
  z-index: 3;
  padding: 20px 10px 40px;
}

.schedule__desc {
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
}

.schedule__row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
  color: #fff;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.schedule__row-item {
  font-size: 12px;
  text-align: center;
}

.schedule__row-text {
  font-size: 12px;
  font-weight: 700;
  color: #E6C419;
}

.schedule__btn {
  position: absolute;
  z-index: 3;
  right: 50%;
  transform: translate(50%, 0);
  bottom: -30px;
}

.schedule__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 5%;
  z-index: 1;
}

.schedule .owl-stage-outer {
  overflow: visible !important;
}

.schedule .owl-carousel .owl-stage {
  display: flex;
}

.schedule .owl-carousel .owl-item {
  overflow: visible;
  /* Убедитесь, что отдельные слайды не обрезают контент */
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Safari iOS: backdrop-filter на соседнем блоке размывает бейдж даты при transform карусели */
@media (hover: none) and (pointer: coarse) {
  .schedule__slider .schedule__top {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(32, 32, 32, 0.82);
  }
}

.schedule .owl-nav {
  margin: 0 auto;
  margin-top: 50px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  /* Расстояние между стрелками */
}

.schedule .owl-nav div {
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  /* Цвет фона стрелки */
  border: none;
  border-radius: 3px !important;
  /* Закругление */
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  /* Цвет текста */
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Тень */
  transition: all 0.3s ease;
}

.schedule .owl-nav button:hover {
  background: #E6C419;
  /* Цвет при наведении */
}

.schedule .owl-theme .owl-nav [class*=owl-]:hover {
  background: #E6C419;
}

.about__inner {
  position: relative;
  z-index: 3;
}

.about__title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 253px;
  margin: 0 auto 40px;
}

.about__text-fr {
  margin-bottom: 20px;
  font-size: 17px !important;
  font-size: 11px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.about__text-fr p + p {
  margin-top: 20px;
}

.about__text-fr span {
  font-weight: 700;
  color: #F4D11E;
}

.about__video-wrap {
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  border-radius: 20px;
  height: 214px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px;
  overflow: hidden;
}

.about__video-wrap iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about__video-wrap--file {
  padding: 0;
  background: #000;
  flex-direction: column;
}

.about__video {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  object-fit: contain;
  display: block;
  background: #000;
  border-radius: 20px;
}

.about__item-wrap {
  display: flex;
}

.about__item-wrap:nth-child(2) {
  justify-content: flex-end;
}

.about__item-wrap:nth-child(1) svg {
  right: -80px;
  top: 30px;
}

.about__item-wrap:nth-child(1) .about__block {
  margin-right: 10px;
}

.about__item-wrap:nth-child(2) svg {
  left: -80px;
  top: 30px;
}

.about__item-wrap:nth-child(2) .about__block {
  margin-right: 10px;
}

.about__item-wrap:nth-child(3) .about__block {
  margin-right: 10px;
}

.about__item {
  display: flex;
  position: relative;
  padding: 10px;
  width: 100%;
  max-width: 226px;
  border-radius: 20px;
  /* Скругленные углы */
  border: 1px solid #191919;
  /* Полупрозрачная граница */
  box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.2);
  /* Тень с указанными параметрами */
  margin-bottom: 15px;
  z-index: 2;
}

.about__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 1;
  z-index: 0;
  background: rgba(217, 217, 217, 0.1);
  /* Полупрозрачный фон */
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
}

.about__item svg {
  position: absolute;
  z-index: -1;
}

.about__block {
  width: 76px;
  min-width: 76px;
  min-height: 76px;
  height: 76px;
  border-radius: 10%;
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  z-index: 3;
  position: relative;
}

.about__count {
  font-size: 22px;
  text-align: center;
}

.about__desc {
  font-size: 18px;
}

.about__text {
  font-size: 11px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.about__rules {
  margin-top: 40px;
}

.about__rules-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  z-index: 2;
  max-width: 395px;
  margin: 0 auto;
  cursor: pointer;
}

.about__rules-top-bg {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.about__rules-title {
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size: 16px;
}

.about__rules-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.about__rules-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -15px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
  transition: all 0.5s ease;
}

.about__rules-body--active {
  height: fit-content;
  opacity: 1;
  padding: 40px 20px 20px 20px;
  opacity: 1;
}

.about__rules-text {
  font-size: 11px;
  margin-bottom: 20px;
}

.about__rules-text p + p {
  margin-top: 15px;
}

.about__rules-body-wrap {
  display: flex;
  justify-content: center;
}

.about__fr-wrap {
  margin-top: 40px;
}

.about__fr-wrap .btn p {
  font-size: 14px !important;
}

.about__fr-wrap .btn-block__btn {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.about__fr-wrap .btn-block__item {
  min-height: 280px;
  padding-bottom: 80px;
  margin-left: 0 !important;
}

.about__fr-wrap .btn-block__text {
  line-height: 1.3;
  max-width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.about__fr-wrap .btn-block__text span {
  font-size: 29px;
  font-weight: 700;
  color: #F4D11E;
}

.what {
  padding: 40px 0 60px;
}

.what__inner {
  position: relative;
  z-index: 3;
}

.what__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}

.what__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: end;
  align-items: start;
}

.what__item-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 30px;
}

.what__item {
  width: 143px;
  height: 144px;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.what__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #444444;
  opacity: 1;
  z-index: 0;
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
}

.what__count {
  position: absolute;
  z-index: -1;
  font-size: 80px;
  font-weight: 800;
  top: -50px;
  left: 20px;
}

.what__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.what__item-title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.what__img {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 3;
}

.format {
  overflow: hidden;
}

.format__inner {
  position: relative;
  z-index: 3;
}

.format__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.format__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.format__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  min-height: 52px;
  padding: 0 10px;
  cursor: pointer;
}

.format__nav-item svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.format__nav-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.format__body {
  margin-bottom: 40px;
}

.format__body-item {
  display: none;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 0;
  z-index: 1;
  color: #fff;
  font-size: 11px;
}

.format__body-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #444444;
  opacity: 1;
  z-index: 0;
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
}

.format__body-item p {
  position: relative;
  z-index: 2;
}

.format__body-item p span {
  color: #E5C416;
  font-weight: 800;
}

.format__body-item--active {
  display: block;
}

.format__slider {
  position: relative;
}

.format .format__slider.owl-carousel:not(.owl-loaded) {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
}

.format .format__slider.owl-carousel:not(.owl-loaded) .format__slider-item {
  flex: 0 0 auto;
}

.format__slider-item {
  display: block;
  border-radius: 20px;
  border: 1px solid #444444;
  box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.format__slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(265deg, #F4D11E 0%, #000000 73%);
  backdrop-filter: blur(18px);
  opacity: 0.2;
}

.format__img {
  object-fit: cover;
}

.format .owl-stage-outer {
  overflow: visible !important;
}

.format .owl-carousel .owl-stage {
  display: flex;
}

.format .owl-carousel .owl-item {
  overflow: visible;
  /* Убедитесь, что отдельные слайды не обрезают контент */
}

.format .owl-nav {
  position: absolute;
  top: 38%;
  transform: translate(0, -50%);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* Расстояние между стрелками */
}

.format .owl-nav div {
  background: #FFD700;
  /* Цвет фона стрелки */
  border: none;
  border-radius: 3px !important;
  /* Закругление */
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  /* Цвет текста */
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Тень */
  transition: all 0.3s ease;
}

.format .owl-nav button:hover {
  background: #E6C419;
  /* Цвет при наведении */
}

.format .owl-theme .owl-nav [class*=owl-]:hover {
  background: #E6C419;
}

.format .owl-dots {
  margin-top: 20px;
}

.format .owl-theme .owl-dots .owl-dot.active span,
.format .owl-theme .owl-dots .owl-dot:hover span {
  background: #E6C419;
}

.format .owl-theme .owl-dots .owl-dot span {
  border: 3px solid #000;
  width: 14px;
  height: 14px;
}

.faq__inner {
  position: relative;
  z-index: 3;
}

.faq__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.faq__item {
  margin-bottom: 15px;
}

.faq__item--active .faq__top {
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  color: #1E1E1E;
}

.faq__item--active .faq__body {
  display: block;
}

.faq__item--active .faq__row-item {
  background: linear-gradient(180deg, #464646 0%, #202020 100%);
}

.faq__item--active .faq__row-item::after {
  background-color: #F4D11E;
}

.faq__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: 100px;
  min-height: 39px;
  border: 1px solid #444444;
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
  color: #fff;
  position: relative;
  z-index: 3;
}

.faq__top-title {
  max-width: 80%;
  font-size: 13px;
  font-weight: 800;
}

.faq__row-item {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FCE884 0%, #DDBF23 100%);
  position: relative;
}

.faq__row-item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #202020;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.faq__body {
  display: none;
  border: 1px solid #444444;
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
  color: #fff;
  padding: 40px 20px 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 11px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.btn-block__item {
  width: 100%;
  min-height: 220px;
  border-radius: 20px;
  border: 1px solid #444444;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  backdrop-filter: blur(18px);
}

.btn-block__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(265deg, #F4D11E 0%, #000000 73%);
  backdrop-filter: blur(18px);
  opacity: 0.4;
}

.btn-block__text {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  max-width: 330px;
}

.btn-block__btn {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
}

.btn-block__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.home-games__top {
  height: 214px;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.home-games__title {
  text-transform: uppercase;
  font-size: 30px;
  background: linear-gradient(180deg, #5B5B5B 0%, #202020 100%);
  /* Градиент */
  -webkit-background-clip: text;
  /* Поддержка для WebKit-браузеров */
  -webkit-text-fill-color: transparent;
  /* Прозрачный текст */
  background-clip: text;
  /* Для других браузеров */
  text-fill-color: transparent;
  /* Прозрачный текст для других браузеров */
}

.home-games__img-wrap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30%;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 194px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-games__img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(265deg, #F4D11E 0%, #000000 73%);
  backdrop-filter: blur(18px);
  opacity: 0.2;
}

.home-games__img {
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-games__text {
  max-width: 363px;
  margin: 0 auto;
  margin-top: 100px;
  color: #fff;
}

.home-games__text span {
  font-weight: 700;
  color: #F4D11E;
}

.home-games__text p {
  margin-bottom: 20px;
}

.home-games__wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-top: 40px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  background-color: #121212;
  display: none;
}

.nav--active {
  display: flex;
}

.nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav__logo-img {
  margin-bottom: 20px;
}

.nav__wrap {
  margin-bottom: 20px;
}

.nav__link {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

.nav__item {
  display: inline-block;
}

.nav__item + .nav__item {
  margin-left: 10px;
}

.messenger {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 999;
}

.messenger-btn {
  padding: 14px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  cursor: pointer;
  z-index: 2;
}

.messenger-btn svg {
  width: 32px;
  height: 32px;
}

.messenger-links {
  display: none;
}

.messenger-links svg {
  width: 40px;
  height: 40px;
  background: #000;
  overflow: hidden;
  border-radius: 50%;
}

.messenger-links--active {
  display: flex;
  flex-direction: column;
}

.messenger-links .nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 2;
}

.popup {
  position: fixed;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: none;
}

.popup--active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.popup__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10001;
}

.popup__inner {
  position: relative;
  top: auto;
  transform: none;
  z-index: 10002;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 450px;
  overflow-y: auto;
  max-height: min(calc(100dvh - 80px), calc(100vh - 80px));
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  margin: auto;
  flex-shrink: 0;
}

.popup__close {
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 10003;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

.popup__title {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.popup__message {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.popup__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 20px;
  background: #f4f4f4;
  border: none;
  margin-bottom: 10px;
  outline: none;
  font-size: 16px;
}

.popup__input:focus,
.popup__input:active {
  border: 1px solid #E6C419;
}

.popup__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}



.popup__btn {
  border: none;
  background: none;
}

.popup__btn-text {
  font-size: 16px;
  z-index: 50;
  position: relative;
}

.popup__btn svg {
  box-shadow: none !important;
}

.popup__text,
.popup label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}

.popup__sogl {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}

.popup__sogl a {
  font-weight: 700;
  color: #E6C419;
}

.popup__field {
  margin-bottom: 10px;
}

.popup__field--command-number {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.popup__field--command-number .popup__label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0;
  text-align: left;
}

.command-number-picker {
  position: relative;
}

.command-number-picker__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 10px;
  justify-items: center;
  width: 100%;
}

@media (min-width: 400px) {
  .command-number-picker__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.command-number-picker__btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1;
  min-height: 40px;
  min-width: 40px;
  margin: 0;
  padding: 0;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

@media (hover: hover) {
  .command-number-picker__btn:hover:not(.command-number-picker__btn--selected) {
    border-color: #ccc;
    background: #eee;
  }
}

.command-number-picker__btn:focus-visible:not(.command-number-picker__btn--selected) {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 196, 25, 0.45);
}

.command-number-picker__btn--selected {
  border-color: #a88f0f;
  background: linear-gradient(145deg, #ffed92 0%, #e5c416 100%);
  color: #1a1a1a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

@media (hover: hover) {
  .command-number-picker__btn--selected:hover {
    border-color: #a88f0f;
    background: linear-gradient(145deg, #fff0a0 0%, #ecc91d 100%);
    color: #0d0d0d;
  }
}

.command-number-picker__btn--selected:focus-visible {
  outline: none;
  border-color: #a88f0f;
  background: linear-gradient(145deg, #ffed92 0%, #e5c416 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.35),
    0 0 0 3px rgba(201, 168, 20, 0.55);
}

.popup__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.popup__check .popup__checkbox {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  flex-shrink: 0;
  accent-color: #E6C419;
  cursor: pointer;
}

.popup__check .popup__check-label {
  flex: 1;
  font-size: 12px;
  line-height: 1.35;
  color: #222;
  cursor: pointer;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

.popup__check .popup__check-label a {
  color: #E6C419;
  font-weight: 700;
  text-decoration: underline;
}

.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #121212;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}

.breadcrumbs__item a {
  color: #ffffff;
}

.breadcrumbs__item:last-child a {
  font-weight: 800;
  color: rgb(124, 124, 124);
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumbs__link {
  color: #0B0A11;
}

.corp-form {
  padding: 40px 0;
}

.corp-form__inner {
  position: relative;
  z-index: 3;
}

.corp-form__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.corp-form select option {
  color: #000;
}

.corp-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 20px;
}

.corp-form__field {
  min-width: 0;
}

.corp-form__label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
}

.corp-form__input {
  box-sizing: border-box;
  background: none;
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 20px;
  border: 1px solid #F4D11E;
  color-scheme: dark;
  margin-bottom: 10px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #E6C419;
}

.corp-form__field .corp-form__input {
  margin-bottom: 0;
}

.corp-form__input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.corp-form__input::placeholder {
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  color: #E6C419;
}

.corp-form__input:focus,
.corp-form__input:active {
  border: 1px solid #E6C419;
}

.corp-form__input--select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23E6C419' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.corp-form__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.corp-form__btn {
  border: none;
  background: none;
}

.corp-form__btn svg {
  box-shadow: none !important;
}

.corp-form__sogl {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.corp-form__sogl a {
  color: #E6C419;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .corp-form__grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .corp-form__field--full {
    grid-column: 1 / -1;
  }

  .corp-form__field--short {
    grid-column: span 4;
  }

  .corp-form__field--long {
    grid-column: span 8;
  }
}

.start {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.start--franchise {
  height: fit-content;
  min-height: 500px;
}

.start--franchise .start__title {
  font-size: 25px;
}

.start--franchise .start__text {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

.start__inner {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 480px;
  margin: 0 auto;
}

.start__title {
  text-align: center;
  text-transform: uppercase;
}

.start__text {
  margin-top: 20px;
  text-align: center;
}

.start__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.why {
  padding: 40px 0;
}

.why__inner {
  position: relative;
  z-index: 2;
}

.why__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
}

.why__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.why__item {
  text-align: center;
  height: 144px;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.why__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #444444;
  opacity: 1;
  z-index: 0;
  backdrop-filter: blur(18px);
  /* Размытие заднего плана */
  -webkit-backdrop-filter: blur(18px);
  /* Размытие заднего плана для WebKit */
}

.why__item-icon {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.why__item-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}

.why-we {
  padding: 40px 0;
}

.why-we__inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.why-we__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.why-we__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.why-we__item {
  width: 100%;
  border-radius: 20px;
  background: #454545;
  padding: 10px;
}

.why-we__img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.why-we__text {
  font-size: 21px;
}

.why-we__callback {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #FEEC8D 0%, #E6C419 100%);
}

.why-we__callback-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}

.why-we__callback-btn {
  margin-bottom: 20px;
}

.why-we__callback-btn svg {
  box-shadow: none !important;
}

.why-we__callback-text {
  font-weight: 800;
  font-size: 17px;
  color: #000;
}

.corp-about {
  padding: 40px 0;
}

.corp-about__inner {
  position: relative;
  z-index: 2;
}

.corp-about__text {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 20px;
}

.corp-about__item {
  border-radius: 20px;
  height: 217px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #454545 0%, #2A2A2A 100%);
  margin-bottom: 40px;
}

.corp-about__title {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.corp-about__count {
  font-weight: 800;
  font-size: 75px;
}

.corp-about__slide {
  border-radius: 20px;
  overflow: hidden;
}

.second-block {
  position: relative;
}

.second-block .slider__wrapper {
  max-width: 100%;
  margin-top: 0;
}

.second-block .slider__text {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}

.second-block .slider__text span {
  font-weight: 700;
}

.forus {
  padding: 40px 0;
}

.forus__title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.forus__row {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.forus__item {
  text-align: center;
}

.forus__item-title {
  font-size: 30px;
  font-weight: 700;
}

.forus__text {
  font-size: 15px;
  color: #fff;
}

.forus__warap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.forus__linear-item {
  border-radius: 20px;
  padding: 20px;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.forus__linear-itle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.forus__linear-text {
  color: #fff;
  font-size: 17px;
}

.game-format {
  padding: 40px 0;
}

.game-format__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.game-format__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.game-format__row .btn-block__text {
  font-size: 20px;
  margin-bottom: 10px;
}

.game-format__row .btn-block__item {
  margin-bottom: 0;
  height: 100%;
  min-height: 158px;
  margin-left: 0 !important;
}

.game-format__row .btn-block__desc {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.why-fr {
  padding: 40px 0;
}

.why-fr__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.why-fr__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.why-fr__row .what__item-wrap {
  width: 100%;
  max-width: 100%;
}

.why-fr__row .what__item {
  max-width: 100%;
  width: 100% !important;
  display: block;
  margin-left: 30px;
  height: fit-content;
}

.why-fr__row .what__text {
  text-align: start;
  font-size: 15px;
}

.why-fr__row .what__count {
  left: 10px;
}

.why-fr__item {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-fr__count {
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  z-index: -1;
}

.why-fr__item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-fr__text {
  color: #fff;
  font-size: 15px;
}

.why-fr__doyou {
  background-color: rgba(244, 208, 30, 0.8117647059);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
}

.why-fr__doyou-title {
  background: linear-gradient(180deg, #202020 0%, #212121 100%);
  /* Градиент */
  -webkit-background-clip: text;
  /* Поддержка для WebKit-браузеров */
  -webkit-text-fill-color: transparent;
  /* Прозрачный текст */
  background-clip: text;
  /* Для других браузеров */
  text-fill-color: transparent;
  /* Прозрачный текст для других браузеров */
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.why-fr__doyou-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.why-fr__doyou-btn {
  text-transform: uppercase;
  background: none;
  border: none;
  color: #1E1E1E;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 33px;
}

.why-fr__doyou-btn p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 700;
}

.why-fr__doyou-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.why-fr__doyou-btn p {
  color: #F4D11E;
}

.whatweget__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 35px;
}

.whatweget__subtitle {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  margin-bottom: 40px;
}

.whatweget__row {
  border-radius: 20px;
  padding: 20px;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.whatweget__item {
  text-align: center;
}

.whatweget__item img {
  margin-bottom: 10px;
}

.whatweget__text {
  color: #fff;
  font-size: 15px;
}

.earn {
  padding: 40px 0;
}

.earn__title {
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.earn__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(244, 208, 30, 0.7803921569);
}

.earn__item {
  display: flex;
  color: #202020;
}

.earn__count {
  font-size: 80px;
  font-weight: 700;
  line-height: 0.8;
  margin-right: 10px;
  min-width: 44px;
  text-align: center;
}

.earn__text {
  font-size: 14px;
  font-weight: 700;
}

.fornumbers {
  padding: 40px 0;
}

.fornumbers__title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.fornumbers__item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
}

.fornumbers__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  min-height: 60px;
  left: 50%;
  top: 0;
  background-color: #4B4B4B;
}

.fornumbers__item:nth-child(1) {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.fornumbers__item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fornumbers__item:nth-child(even) {
  background-color: #454545;
}

.fornumbers__item:nth-child(odd) {
  background-color: #363636;
}

.fornumbers__text {
  width: 50%;
  color: #F4D11E;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.fornumbers__text + .fornumbers__text {
  text-align: end;
}

.fornumbers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fornumbers__grid-item {
  position: relative;
}

.fornumbers__grid-top {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: none;
  border: none;
  color: #1E1E1E;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 53px;
}

.fornumbers__grid-top p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 700;
}

.fornumbers__grid-top svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.fornumbers__grid-bottom {
  background-color: #454545;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 40px 20px 20px;
  border-radius: 20px;
}

.osnwords {
  padding: 40px 0;
}

.osnwords__inner {
  border-radius: 20px;
  padding: 20px;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.osnwords__top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.osnwords__img {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.osnwords__title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.osnwords__text {
  color: #fff;
  font-size: 15px;
  margin-bottom: 40px;
}

.osnwords__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.control {
  padding: 40px 0;
}

.control__inner {
  border-radius: 20px;
  padding: 20px;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.control__title {
  font-size: 25px;
  margin-bottom: 40px;
}

.control__subtitle {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 15px;
}

.control__text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 15px;
}

.control__form-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.control__form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(244, 208, 30, 0.8431372549);
}

.control__input {
  width: 100%;
  height: 38px;
  border-radius: 20px;
  border: none;
  margin-bottom: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  resize: none;
  font-family: "Gilroy", sans-serif;
}

.control__input::placeholder {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  font-family: "Gilroy", sans-serif;
}

.control__input option {
  font-family: "Gilroy", sans-serif;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.control__input--textarea {
  height: 100px;
}

.control__btn {
  width: 100%;
  height: 38px;
  text-align: center;
  background-color: #222;
  border-radius: 20px;
  border: none;
  color: #F4D11E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}

@media screen and (min-width: 360px) {
  .schedule__row-wrap .schedule__item {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 576px) {
  .header__wrap {
    width: fit-content;
  }

  .header__title {
    display: block;
  }

  .schedule__row-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__text-fr {
    max-width: 50%;
  }

  .about__video-wrap {
    height: 300px;
  }

  .about__wrap {
    max-width: 420px;
    min-width: 420px;
    margin: 0 auto;
  }

  .what__item-wrap {
    max-width: 180px;
  }

  .format__body-item {
    font-size: 14px;
  }

  .faq__body {
    font-size: 14px;
  }

  .why-we__row {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .why-fr__title {
    margin-bottom: 80px;
  }

  .why-fr__row {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .earn__row {
    grid-template-columns: repeat(4, 1fr);
  }

  .control__form {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .about__video-wrap {
    height: 400px;
  }

  .what__row {
    grid-template-columns: repeat(3, 1fr);
    max-width: 768px;
    margin: 0 auto;
  }

  .what__item {
    width: 100%;
    height: 100%;
    min-height: 150px;
  }

  .what__text {
    font-size: 14px;
  }

  .what__img {
    right: 20%;
  }

  .faq__top-title {
    font-size: 20px;
  }

  .faq__body {
    font-size: 18px;
  }

  .btn-block__inner {
    display: flex;
  }

  .btn-block__item + .btn-block__item {
    margin-left: 20px;
  }

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

  .why__item {
    width: 100%;
    height: 100%;
    min-height: 150px;
  }

  .second-block .slider__wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .slider__wrapper {
    max-width: 514px;
  }

  .schedule__row-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .schedule__row-wrap .schedule__item {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
    max-height: 259px !important;
    min-height: 259px !important;
    position: relative;
  }

  .schedule__row-wrap .schedule__top {
    min-width: 300px;
    justify-content: flex-start;
  }

  .schedule__row-wrap .schedule__wrapper {
    width: 100%;
    padding: 20px;
  }

  .schedule__row-wrap .schedule__row {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: fit-content;
  }

  .schedule__row-wrap .schedule__row-item {
    margin-left: 20px;
  }

  .schedule__row-wrap .schedule__date {
    left: 50%;
  }

  .schedule__row-wrap .schedule__btn {
    left: -95px;
    bottom: 37px;
  }

  .schedule__row-wrap .schedule__desc {
    font-size: 20px;
  }

  .schedule__status {
    font-size: 14px;
  }

  .about--fullscreen .about__video-wrap {
    width: 100%;
    height: 451px;
  }

  .about__row {
    display: flex;
    justify-content: space-between;
  }

  .about__video-wrap {
    width: 49%;
    height: 351px;
  }

  .about__rules-text {
    font-size: 14px;
  }

  .about__fr-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .format__top {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-games__inner {
    display: flex;
  }

  .home-games__top {
    max-width: 571px;
  }

  .home-games__img-wrap {
    max-width: 511px;
    height: 273px;
    max-height: 273px;
    bottom: -60%;
  }

  .home-games__text {
    margin-top: 0;
    margin-left: 20px;
  }

  .home-games__wrap {
    height: auto;
  }

  .why-we__row {
    grid-template-columns: repeat(3, 1fr);
  }

  .corp-about__wrap {
    display: flex;
  }

  .corp-about__wrap .corp-about__item {
    margin-left: 40px;
  }

  .why-fr__row {
    grid-template-columns: repeat(4, 1fr);
  }

  .why-fr__doyou {
    max-width: 50%;
    margin: 0 auto;
  }

  .whatweget__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .header__inner {
    padding: 20px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .toggle-menu {
    margin-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .login form {
    padding: 20px;
  }

  .popup__close {
    top: 65px;
    right: 30px;
  }

  .popup__close svg circle {
    stroke: #333333;
  }

  .popup__close svg path {
    stroke: #333333;
  }
}

@media screen and (max-width: 480px) {
  .messenger {
    bottom: 20px;
    right: 20px;
  }
}

.schedule-search {
  margin: 0 auto 40px;
  max-width: 920px;
  position: relative;
  z-index: 2;
}

.schedule-search__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}

.schedule-search__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: none;
}

@media screen and (min-width: 768px) {
  .schedule-search__fields {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .schedule-search__label {
    flex: 1 1 200px;
  }
}

.schedule-search__label-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.schedule-search__input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
}

.schedule-search__input:focus {
  outline: none;
  border-color: #E6C419;
}

.schedule-search__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* Не переопределять позицию svg: глобальный .btn svg центрирует фон кнопки */
.schedule-search .schedule-search__btn.btn {
  width: 244px;
  flex-shrink: 0;
  margin: 0;
}

.schedule-search .schedule-search__btn.btn p {
  color: #1e1e1e;
  position: relative;
  z-index: 2;
  margin: 0;
}

.schedule-search__reset {
  color: #F4D11E;
  font-size: 15px;
  text-decoration: underline;
}

.schedule-search__empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
  font-size: 16px;
}
/*# sourceMappingURL=maps/style.css.map */
