@font-face {
  font-family: Play;
  src: url(/eeubmgj_media_files/play_regular_eeubmgj.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Play;
  src: url(/eeubmgj_media_files/play_bold_eeubmgj.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

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

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

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

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  /* width: 100%;
  height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.section {
  /* margin-bottom: 40px; */
}

/* @media (max-width: 700px) {
  .section {
    margin-bottom: 40px;
  }
} */

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.header_section {
  max-width: 100%;
  margin: 0 auto;
}

.container_section-eeubmgj {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section-eeubmgj {
    padding: 0 30px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {

  .container,
  .container_section-eeubmgj {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {

  .container,
  .container_section-eeubmgj {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {

  .container,
  .container_section-eeubmgj {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Play", sans-serif;
  --background-page: #000;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.page-eeubmgj {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);

  position: relative;
  z-index: 1;

  background-image: url('/eeubmgj_media_files/image_bgg_main_eeubmgj.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1 {}

h2 {}

h3 {}

p {}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.date_display {
  display: none;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

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

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.main-eeubmgj {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.header-eeubmgj {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  padding: 15px 16px;
  border-bottom: 1px solid #531912;
  background: rgba(13, 13, 13, 0.39);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  z-index: 1;
}

@media (max-width: 600px) {
  .header-eeubmgj {
    padding: 5px 16px 10px;
  }
}


header .logo-eeubmgj img {
  max-width: 200px;
  height: 28px;
}

.header__container-eeubmgj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 15px;
}

.header_warning-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header_warning_text_first-eeubmgj {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.header_warning_text-eeubmgj {
  text-align: center;
  text-shadow: 0 1px 3px #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .header_warning-eeubmgj {
    gap: 10px;
  }

  .header_warning_text_first-eeubmgj {
    font-size: 10px;
  }

  .header_warning_text-eeubmgj {
    text-align: left;
    font-size: 6px;
  }
}

.nav__list-eeubmgj {
  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: flex-start;
  gap: 15px;
}

@media (max-width: 991px) {
  .header__menu-eeubmgj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .header__menu-eeubmgj {
    padding: 80px 30px 30px 30px;
  }
}

.header__menu-eeubmgj.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.header-eeubmgj__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header-eeubmgj__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .header-eeubmgj__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.header-eeubmgj__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-eeubmgj__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .nav__list-eeubmgj {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.nav__item-eeubmgj a {
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 600px) {
  .nav__list-eeubmgj {
    gap: 7px;
  }

  .nav__item-eeubmgj a {
    font-size: 10px;
  }

}

@media (max-width: 991px) {
  .nav__list-eeubmgj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .nav__item-eeubmgj a {
    font-size: 12px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .illumejackpot_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

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

.nav__link-eeubmgj {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .nav__link-eeubmgj:hover {
    color: var(--hover-a);
  }
}

.nav__link-eeubmgj:focus-visible {
  color: var(--hover-a);
}

.nav__link-eeubmgj:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.burger-eeubmgj {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 40px;
  height: 19px;
}

@media (max-width: 991px) {
  .burger-eeubmgj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger-eeubmgj img {
  width: 40px;
  height: 19px;
}

.main_title_text-eeubmgj {
  color: #F2442E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 900px) {
  .main_title_text-eeubmgj {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .main_title_text-eeubmgj {
    font-size: 16px;
  }
}

.section_main_text-eeubmgj {
  padding-top: 70px;
  background: url(/eeubmgj_media_files/image_bg_first_eeubmgj.webp) no-repeat center;
  background-size: cover;
  margin-top: 50px;
}

.main_text_blocks-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.main_block_image-eeubmgj {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_block_image_img-eeubmgj {
  max-width: 567px;
  width: 100%;
}

.main_block_image_img-eeubmgj img {
  display: block;
  height: auto;
  width: 100%;
}

.main_text_container-eeubmgj {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

.main_text_container-eeubmgj h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.main_text_container-eeubmgj p {
  text-shadow: 0 1px 4px #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.main_text_list-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.main_text_item-eeubmgj {
  max-width: 205px;
  width: 100%;

  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  border-radius: 20px;
  border: 1px solid #F2442E;
  background: radial-gradient(100% 100% at 0% 0%, #412204 0%, #1D0402 100%);

  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1245px) {
  .main_text_list-eeubmgj {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .main_text_container-eeubmgj h1 {
    font-size: 26px;
  }

  .main_text_container-eeubmgj p {
    font-size: 14px;
  }

  .main_text_list-eeubmgj {
    margin-top: 0;
  }

  .main_text_item-eeubmgj {
    width: auto;
  }
}

@media (max-width: 900px) {
  .section_main_text-eeubmgj {
    margin-top: 60px;
  }
}

@media (max-width: 870px) {
  .main_text_container-eeubmgj p {
    display: none;
  }
}

@media (max-width: 680px) {
  .main_text_container-eeubmgj h1 {
    font-size: 20px;
  }

  .main_text_list-eeubmgj {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
  }

  .main_text_item-eeubmgj {
    font-size: 10px;
  }
}

@media (max-width: 600px) {

  .section_main_text-eeubmgj {
    padding-top: 50px;
    margin-top: 40px;
  }

  .main_text_blocks-eeubmgj {
    gap: 5px;
  }

  .main_block_image-eeubmgj,
  .main_text_container-eeubmgj {
    width: 50%;
  }

  .main_text_container-eeubmgj {
    gap: 10px;
  }

  .main_text_container-eeubmgj h1 {
    font-size: 14px;
  }

  .main_text_list-eeubmgj {
    row-gap: 3px;
  }

  .main_text_item-eeubmgj {
    padding: 5px 10px;
    font-size: 7px;
  }
}

@media (max-width: 400px) {
  .main_text_container-eeubmgj h1 {
    font-size: 10px;
  }
}

.adventure_section-eeubmgj {
  padding-bottom: 96px;
}

.main_section-eeubmgj {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 600px) {
  .main_section-eeubmgj {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.offers_card_list-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.offers_card_item-eeubmgj {
  width: 100%;
  max-width: 300px;

  padding: 20px;
  border-radius: 20px;
  border: 1px solid #F2442E;
  background: radial-gradient(100% 100% at 0% 0%, #412204 0%, #1D0402 100%);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.offers_card_item-eeubmgj:hover {
  border: 1px solid #F2442E;
  background: radial-gradient(100% 100% at 0% 0%, #412204 0%, #1D0402 100%);
  box-shadow: 0 0 20px 0 rgba(242, 68, 46, 0.50);

  transform: scale(1.05);
}

.offers_card_item_block-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.cards_first_block-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.offers_card_logo_link-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers_card_logo-eeubmgj {
  width: 200px;
  height: 72px;
}

.cards_first_block_left-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.card_title-eeubmgj {
  color: #F2442E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cards_first_block_left_rating-eeubmgj {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cards_rating_star-eeubmgj {
  max-width: 24px;
  width: 100%;
}

.card_rating_linear_block-eeubmgj {
  width: 100%;
  max-width: 180px;

  height: 15px;
  border-radius: 10px;
  background: linear-gradient(90deg, #F3442F 0%, #531912 100%);
}

.rating_title_number-eeubmgj {
  color: #F2442E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.bonus_block_text-eeubmgj {
  width: 100%;
}

.bonus_block_text_p-eeubmgj {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.cards_second_block-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cards_btn-eeubmgj {
  position: relative;
  overflow: hidden;

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;

  border-radius: 20px;
  background: #F2442E;

  color: #0E0E0E;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;

  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.cards_btn-eeubmgj:hover {
  background: #ff705d;
  color: black;
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

.cards_btn-eeubmgj::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  /* блик стартует далеко слева */
  width: 50%;
  /* узкая полоса блика */
  height: 100%;

  background: linear-gradient(65deg,
      /* тот самый наклон */
      rgba(255, 255, 255, 0) 0%,
      /* прозрачная левая часть */
      rgba(255, 255, 255, 0.75) 65%,
      /* пик — яркая белая полоса */
      rgba(255, 255, 255, 0) 90%
      /* быстрое исчезновение */
    );

  filter: blur(2px);
  /* лёгкое размытие для плавности */
  animation: shineMove 1s infinite linear;
  pointer-events: none;
  z-index: 1;
}

.cards_btn-eeubmgj span,
.cards_btn-eeubmgj img {
  position: relative;
  z-index: 2;
}

@keyframes shineMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(300%);
  }

  /* проходит через кнопку */
}

.container_pay-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container_pay_element-eeubmgj img {
  width: 30px;
  height: 30px;
}

@media (max-width: 1280px) {
  .offers_card_list-eeubmgj {
    flex-wrap: wrap;
  }
}

@media (max-width: 665px) {
  .offers_card_item-eeubmgj {
    max-width: 100%;
  }

  .cards_first_block-eeubmgj {
    flex-direction: row;
  }

  .cards_second_block-eeubmgj {
    flex-direction: row-reverse;
  }

  .offers_card_logo_link-eeubmgj,
  .cards_first_block_left-eeubmgj,
  .cards_btn-eeubmgj,
  .container_pay-eeubmgj {
    width: 50%;
  }

  .container_pay-eeubmgj {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .offers_card_list-eeubmgj {
    gap: 15px;
  }

  .offers_card_item-eeubmgj {
    padding: 10px;
    border-radius: 10px;
  }

  .offers_card_item_block-eeubmgj {
    gap: 15px;
  }

  .offers_card_logo-eeubmgj {
    width: 153px;
    height: 55px;
  }

  .cards_first_block-eeubmgj {
    justify-content: space-between;
  }

  .cards_first_block_left_rating-eeubmgj {
    justify-content: center;
  }

  .card_title-eeubmgj,
  .rating_title_number-eeubmgj {
    font-size: 14px;
  }

  .cards_rating_star-eeubmgj {
    max-width: 16px;
  }

  .cards_rating_star-eeubmgj img {
    width: 16px;
    height: 16px;
  }

  .card_rating_linear_block-eeubmgj {
    max-width: 97px;
    height: 10px;
  }

  .bonus_block_text_p-eeubmgj {
    font-size: 16px;
  }

  .cards_second_block-eeubmgj {
    gap: 5px;
  }

  .container_pay_element-eeubmgj img {
    width: 24px;
    height: 24px;
  }

  .cards_btn-eeubmgj {
    padding: 15px 20px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .offers_card_logo-eeubmgj {
    width: 133px;
    height: 45px;
  }
}

.main_container_block-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main_container_block_p-eeubmgj {
  text-shadow: 0 1px 4px #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.reviews_list-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.reviews_item-eeubmgj {
  max-width: 600px;
  width: 100%;

  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;

  border-radius: 20px;
  border: 1px solid #531912;
  background: #200D04;
}

.review_item_header-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review_name-eeubmgj {
  color: #F2442E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.review_block_rating-eeubmgj {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.review_block_rating_image-eeubmgj {
  max-width: 24px;
  width: 100%;
}

.review_rating_text-eeubmgj {
  color: #F2442E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.page_main_text-eeubmgj {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .main_container_block-eeubmgj {
    gap: 10px;
  }

  .main_container_block_p-eeubmgj,
  .review_name-eeubmgj,
  .review_rating_text-eeubmgj,
  .page_main_text-eeubmgj {
    font-size: 12px;
  }

  .reviews_list-eeubmgj {
    margin-top: 10px;
    gap: 10px;
  }

  .reviews_item-eeubmgj {
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
  }
}

.espace_block-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;

  border-radius: 20px;
  border: 1px solid #531912;
}

@media (max-width: 600px) {
  .espace_block-eeubmgj {
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
  }
}

.faq_item-eeubmgj {
  max-width: 600px;
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;

  border-radius: 20px;
  border: 1px solid #531912;
  background: linear-gradient(180deg, #200D04 0%, #000 100%);
}

.main_span_text_page-eeubmgj {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 600px) {
  .faq_item-eeubmgj {
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
  }

  .main_span_text_page-eeubmgj {
    font-size: 12px;
  }
}

.block_contact_form_container-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.block_contact_form_container_text-eeubmgj {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.form_container-eeubmgj {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contact_form-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
}

.contact_form-eeubmgj input,
.contact_form-eeubmgj textarea {
  background: none;
  border-bottom: 1px solid #531912;

  padding: 10px;
  width: 100%;

  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.contact_form_btn-eeubmgj {
  max-width: 250px;
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 20px;
  background: #F2442E;

  color: #0E0E0E;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.176px;
  text-transform: uppercase;
}

.contact_form-eeubmgj textarea {
  min-height: 40px;
}

.success_message {
  display: none;
  color: #F2442E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-top: 10px;

  justify-content: center;
  gap: 20px;
  align-items: center;
}

.success_message.show {
  display: flex;
}

input:valid,
textarea:valid {
  border: 2px solid #F2442E;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .block_contact_form_container-eeubmgj {
    flex-direction: column;
  }

  .form_container-eeubmgj,
  .block_contact_form_container_text-eeubmgj {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .block_contact_form_container_text-eeubmgj {
    gap: 10px;
  }

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

  .contact_form-eeubmgj input,
  .contact_form-eeubmgj textarea {
    text-align: center;
    font-size: 12px;
  }

  .contact_form_btn-eeubmgj {
    max-width: 100%;
    font-size: 14px;
  }

  .success_message {
    font-size: 16px;
  }
}

.disclaimer_block-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.disclaimer_list-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.disclaimer_item-eeubmgj {
  max-width: 390px;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  gap: 20px;

  padding: 20px;
  border-radius: 20px;
  border: 1px solid #531912;
  background: #200D04;
}

.disclaimer_span-eeubmgj {
  color: #F2442E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.disclaimer_block_text-eeubmgj {
  width: 100%;
  display: flex;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #531912;
}

.disclaimer_main_text-eeubmgj {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 991px) {
  .disclaimer_list-eeubmgj {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .disclaimer_block-eeubmgj {
    gap: 20px;
  }

  .disclaimer_list-eeubmgj {
    gap: 10px;
  }

  .disclaimer_item-eeubmgj {
    max-width: 100%;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
  }

  .disclaimer_block_text-eeubmgj {
    padding: 10px;
    border-radius: 10px;
  }
}

.bg_footer_section-eeubmgj {
  padding-bottom: 60px;
  padding-top: 60px;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.disclaimer_text_blocks-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.disclaimer_text_block-eeubmgj {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.disclaimer_text_block-eeubmgj span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.disclaimer_text_block-eeubmgj p {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.links_company_footer-eeubmgj {
  width: 100%;
  margin: 0 auto;
}

.links_company_footer-eeubmgj ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
  align-self: stretch;
  list-style: none;
}

.links_company_footer-eeubmgj li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links_company_footer-eeubmgj img {
  max-height: 40px;
  width: auto;
  display: block;
}

.footer_plus-eeubmgj {
  max-width: 46px !important;
  width: 100%;
}

.footer_plus-eeubmgj img {
  width: 46px !important;
}

.politic_page_links-eeubmgj {
  width: 100%;

}

.politic_page_links-eeubmgj ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links-eeubmgj li {
  margin: 0;
}

.politic_page_links-eeubmgj a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.politic_page_links-eeubmgj a:hover,
.politic_page_links-eeubmgj a:active,
.politic_page_links-eeubmgj a:focus {
  border-bottom: 1px solid #F2442E;
  text-decoration: none;
}

.copyright_footer-eeubmgj {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 1220px) {
  .links_company_footer-eeubmgj ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .politic_page_links-eeubmgj ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .disclaimer_text_blocks-eeubmgj {
    flex-direction: column;
  }

  .disclaimer_text_block-eeubmgj {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bg_footer_section-eeubmgj {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .disclaimer_text_block-eeubmgj span {
    text-align: center;
    font-size: 14px;
  }

  .disclaimer_text_block-eeubmgj p {
    font-size: 12px;
    text-align: center;
  }

  .politic_page_links-eeubmgj ul {
    flex-direction: column;
    align-items: center;
  }

  .politic_page_links-eeubmgj a, .copyright_footer-eeubmgj{
    font-size: 14px;
  }
}

.main-eeubmgj {
  position: relative;
}

.page-eeubmgj {
  position: relative;
}

@keyframes rotate360 {
  from {
    transform: translateX(50%) rotate(0deg);
  }

  to {
    transform: translateX(50%) rotate(360deg);
  }
}

.section_page_main_page-eeubmgj {
  padding-top: 160px;
  padding-bottom: 60px;
}

.main_page_bloks-eeubmgj {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main_page_bloks-eeubmgj h1 {
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}

.main_page_bloks-eeubmgj span {
  font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin-bottom: -10px;
}

.main_page_bloks-eeubmgj p {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
}

.main_page_bloks-eeubmgj li {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; 

  list-style-type: disc !important;
  margin-left: 15px;
}

.m-t--16 {
  margin-top: -16px;
}

.m-t--24 {
  margin-top: -24px;
}

@media (max-width: 600px) {

  .section_page_main_page-eeubmgj {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .main_page_bloks-eeubmgj h1 {
    font-size: 16px;
  }

  .main_page_bloks-eeubmgj span {
    font-size: 14px;
  }

  .main_page_bloks-eeubmgj p, .main_page_bloks-eeubmgj li {
    font-size: 12px;
  }

  
}

.status {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);

  /* display: flex; */
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.status.active {
  display: flex;
}


.bg-popup {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;


  padding: 64px;
  border-radius: 35px;
  background: #F3FFF4;
  color: #272727;
}

.bg-popup>*:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .bg-popup {
    padding: 32px 24px
  }
}

@media (max-width:600px) {
  .bg-popup {
    padding: 24px 16px
  }
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #282828;

  color: #fff;
  padding: 14px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.age-modal-content h2 {
  text-align: center;
  font-family: "Intro";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}

.age-modal-content p {
  color: #DCDCDC;
  text-align: center;
  font-family: "Intro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 16px;
}

.age-modal-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.age-modal-buttons button {
  padding: 10px;
  border: none;
  border-radius: 10px;
  font-family: "Intro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);
  color: #000;
}

#ageYes:hover {
  /* background-color: #032300; */
}

#ageNo {
  border-radius: 8px;
  border: 1px solid #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);
  color: #F1F1F1;
}

#ageNo:hover {
  /* background-color: #999; */
}

.feedback-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s ease;
}

.feedback-modal.visible {
  opacity: 1;
}

.feedback-modal-content {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #282828;

  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;

  max-width: 520px;
  width: 100%;
}

.feedback-modal-content p {
  color: #DCDCDC;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feedback-modal-content h2 {
  color: #DCDCDC;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -24px;
}

.feedback-modal-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#agePlayNow {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);

  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#ageHome {
  border-radius: 8px;
  border: 1px solid #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);

  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  color: #F1F1F1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 600px) {
  .feedback-modal-content h2 {
    font-size: 20px;
  }

  .feedback-modal-content p {
    font-size: 20px;
  }
}



.bg_section_discover-eeubmgj {
  padding-bottom: 100px;
}

.discover_main_block-eeubmgj {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.discover_main_block-eeubmgj h2 {
  text-align: center;
  font-family: "Fredoka One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.discover_main_list-eeubmgj {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.discover_main_item-eeubmgj {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 32px;
  border-radius: 8px;
  border: 2px solid #00C9FF;
  background: #1E2C3D;
}

.discover_list_block_img-eeubmgj {
  max-width: 160px;
  width: 100%;
}

.discover_list_block_img-eeubmgj img {
  /* width: 100%; */
  height: auto;
  display: block;
}

.discover_list_text_block-eeubmgj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.discover_list_text_block-eeubmgj span {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.discover_list_text_block-eeubmgj p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

@media (max-width: 900px) {
  .discover_list_block_img-eeubmgj img {
    width: 120px;
  }
}

@media (max-width: 700px) {
  .discover_main_block-eeubmgj h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .bg_section_discover-eeubmgj {
    padding-bottom: 60px;
  }

  .discover_main_block-eeubmgj h2 {
    font-size: 24px;
  }

  .discover_main_block-eeubmgj {
    gap: 16px;
  }

  .discover_main_list-eeubmgj {
    gap: 10px;
  }

  .discover_main_item-eeubmgj {
    padding: 16px 8px;
    align-items: flex-start;
  }

  .discover_list_block_img-eeubmgj img {
    width: 80px;
  }

  .discover_list_text_block-eeubmgj span {
    font-size: 20px;
  }

  .discover_list_text_block-eeubmgj p {
    font-size: 14px;
  }
}