@font-face {
  font-family: Inter;
  src: url(/front_hzbadun/fonts_hzbadun/inter-regular_hzbadun.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/front_hzbadun/fonts_hzbadun/inter-500_hzbadun.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Inika;
  src: url(/front_hzbadun/fonts_hzbadun/inika-700_hzbadun.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-hzbadun {
  max-width: 1240px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

  .container,
  .container_section-hzbadun {
    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: "Inter", sans-serif;
  --background-page: #0A111E;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.page-hzbadun {
  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;
}

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-hzbadun {
  -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-hzbadun {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  padding: 8px 16px;
  z-index: 1;
  background-color: #172F5C;
}


header .logo-hzbadun img {
  max-width: 172px;
  height: 31px;
}

.header__container-hzbadun {
  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: 10px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* .header_btn_login-hzbadun {
  max-width: 132px;
  width: 100%;
  padding: 5px 30px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #D0B854;

  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header_btn_login-hzbadun img {
  width: 24px;
  height: 24px;
} */

.nav__list-hzbadun {
  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: 14px;
}

@media (max-width: 1250px) {
  .nav__list-hzbadun {
    row-gap: 10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .header__menu-hzbadun {
    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-hzbadun {
    padding: 80px 30px 30px 30px;
  }
}

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

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

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

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

.header-hzbadun__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-hzbadun__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-hzbadun {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.nav__item-hzbadun a {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .header_btn_start-hzbadun {
  display: flex;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 10px;
  border: 1px solid #FFE8B4;
  background: linear-gradient(180deg, #F6D78F 0%, #F0AB3B 100%);
  box-shadow: 0 4px 0 0 #B97700;
}

.header_btn_start-hzbadun span {
  color: #0F0F0F;
  text-align: center;
  font-family: 'Orbitron';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
} */

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

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

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

  .nav__item-hzbadun 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-hzbadun {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  padding-left: 24px;
}

.nav__link-hzbadun.active::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);

  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B9FF2F;
}

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

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

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

.burger-hzbadun {
  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: 27px;
  height: 16px;
}

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

.burger-hzbadun img {
  width: 27px;
  height: 16px;
}

.section_main_text-hzbadun {
  background: url(/front_hzbadun/pictures_hzbadun/bg_first_hzbadun.webp) no-repeat center;
  background-size: cover;
  margin-bottom: 96px;
  margin-top: 47px;
  padding-top: 50px;
}

.main_first_block_container-hzbadun {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main_text_container-hzbadun {
  width: 60%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 24px;
}

.main_text_container-hzbadun h1 {
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_text_container-hzbadun p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn_main_text_container-hzbadun {
  display: flex;
  width: 100%;
  max-width: 300px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;

  border-radius: 24px;
  background: #B2FF0E;

  color: #0D073B;
  font-family: 'Inika';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_block_with_picture-hzbadun {
  width: 40%;
  display: flex;
}

.main_block_image-hzbadun {
  max-width: 616px;
  width: 100%;
}

.main_block_image-hzbadun img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1100px) {
  .main_text_container-hzbadun h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .main_first_block_container-hzbadun {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  .main_text_container-hzbadun,
  .main_block_with_picture-hzbadun {
    width: 100%;
  }

  .main_block_with_picture-hzbadun {
    justify-content: center;
  }

  .main_block_image-hzbadun {
    max-width: 416px;
  }

  .section_main_text-hzbadun {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .section_main_text-hzbadun {
    background: url(/front_hzbadun/pictures_hzbadun/bg_first_mobile.webp) no-repeat center;
    background-size: cover;
    margin-bottom: 64px;
  }

  .main_text_container-hzbadun h1 {
    font-size: 32px;
  }
}

.main_margin_section-hzbadun {
  margin-bottom: 96px;
}

@media (max-width: 600px) {
  .main_margin_section-hzbadun {
    margin-bottom: 35px;
  }
}

.approach_main_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.approach_main_block-hzbadun h2 {
  text-align: center;
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.approach_main_block_container-hzbadun {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.approach_block_text-hzbadun {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.approach_block_text-hzbadun p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.approach_img_container-hzbadun {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.approach_image-hzbadun {
  max-width: 519px;
  width: 100%;
}

.approach_image-hzbadun img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .approach_main_block_container-hzbadun {
    flex-direction: column;
    gap: 17px;
  }

  .approach_img_container-hzbadun,
  .approach_block_text-hzbadun {
    width: 100%;
  }

  .approach_main_block-hzbadun h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {

  .approach_main_block-hzbadun h2 {
    font-size: 32px;
  }
}

.why_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.why_block-hzbadun h2 {
  text-align: center;
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why_main_text-hzbadun {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.why_create_list-hzbadun {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.why_create_item-hzbadun {
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  padding: 24px;

  border-radius: 24px;
  background: #172F5C;
}

.why_item_title-hzbadun {
  color: #B2FF0E;
  text-align: center;
  font-family: 'Inika';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why_create_image-hzbadun,
.why_create_image-hzbadun img {
  width: 200px;
  height: 200px;
}

.btn_why_container-hzbadun {
  margin-top: -16px;
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;

  border-radius: 24px;
  background: #B2FF0E;

  color: #0D073B;
  font-family: 'Inika';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .why_block-hzbadun h2 {
    font-size: 40px;
  }
}

@media (max-width: 825px) {
  .why_create_item-hzbadun {
    max-width: 500px;
  }
}

.process_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.process_block-hzbadun h2 {
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.process_list-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process_item-hzbadun {
  display: flex;
  flex-direction: column;
  padding: 16px 32px;
  gap: 8px;

  border-radius: 24px;
  background: #172F5C;
}

.process_item-hzbadun span {
  color: #B2FF0E;
  font-family: 'Inika';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.process_item-hzbadun p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 991px) {
  .process_block-hzbadun h2 {
    font-size: 40px;
  }
}

.best_games_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  position: relative;
}

.best_games_block-hzbadun h2 {
  text-align: center;
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.best_games_block_p-hzbadun {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn_filter_block-hzbadun {
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 12px 20px;
  border-radius: 6px;
  background: #172F5C;

  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}


.filter_dropdown-hzbadun {
  position: absolute;
  top: 31%;
  left: 0;

  display: none;
  flex-direction: column;

  width: 100%;
  max-width: 240px;

  background: #1B2F55;
  border-radius: 8px;

  padding: 0;
  z-index: 10;
}

.filter_dropdown2-hzbadun {
  top: 13% !important;
}

.filter_dropdown-hzbadun li {
  padding: 18px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.filter_dropdown-hzbadun li:last-child {
  border-bottom: none;
}

.filter_dropdown-hzbadun li:hover {
  background: rgba(255, 255, 255, 0.05);
}


.filter_dropdown-hzbadun li:hover {
  color: #ffffff;
}

.best_games_list-hzbadun {
  width: 100%;
  display: flex;
  gap: 24px;

  justify-content: flex-start;
  align-items: center;

  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  padding-bottom: 10px;
}

.best_games_list2-hzbadun {
  width: 100%;
  display: flex;
  gap: 24px;

  justify-content: center;
  flex-wrap: wrap;
  align-items: center;

}


.best_games_list-hzbadun::-webkit-scrollbar {
  display: none;
}

.best_games_item-hzbadun {
  flex: 0 0 400px;
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best_games_item2-hzbadun {
  /* flex: 0 0 400px; */
  max-width: 290px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best_games_item-hzbadun {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.best_games_item_image-hzbadun img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.game_card_overlay-hzbadun {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.0) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.75) 100%);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #fff;

  opacity: 0;
  transform: translateY(20%);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* TITLE */
.game_card_title-hzbadun {
  font-family: 'Inika';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

/* BUTTON */
.game_card_btn-hzbadun {
  padding: 12px 24px;
  border-radius: 24px;
  background: #C6FF2F;
  color: #0D073B;
  max-width: 200px;
  width: 100%;

  font-family: 'Inika';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.game_card_btn-hzbadun:hover {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(198, 255, 47, 0.6);
}

/* HOVER EFFECT */
.best_games_item-hzbadun:hover img {
  transform: scale(1.08);
}

.best_games_item-hzbadun:hover .game_card_overlay-hzbadun {
  opacity: 1;
  transform: translateY(0);
}


.best_games_item_image-hzbadun {
  max-width: 400px;
  width: 100%;
}

.best_games_item_image-hzbadun img {
  display: block;
  height: auto;
  width: 100%;
}

.arrow_slider_block-hzbadun {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 110px;
}

.arrow_slider_block-hzbadun img.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.arrow_slider_block-hzbadun img {
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* зеркалим */
.arrow_mirror-hzbadun {
  transform: scaleX(-1);
}

/* отключённая */
.arrow_disabled-hzbadun {
  pointer-events: none;
}

@media (max-width: 1291px) {
  .filter_dropdown2-hzbadun {
    top: 7% !important;
  }
}

@media (max-width: 991px) {
  .best_games_block-hzbadun h2 {
    font-size: 40px;
  }
}

@media (max-width: 800px) {

  .best_games_item_image-hzbadun,
  .best_games_item-hzbadun {
    max-width: 300px;
  }

  .filter_dropdown-hzbadun {
    top: 37%;
  }
}

@media (max-width: 643px) {
  .filter_dropdown2-hzbadun {
    top: 3% !important;
  }
}

@media (max-width: 600px) {
  .best_games_block-hzbadun h2 {
    font-size: 32px;
  }

  .best_games_list-hzbadun {
    gap: 16px;
  }

  .best_games_item_image-hzbadun,
  .best_games_item-hzbadun {
    max-width: 200px;
  }

  .best_games_item_image2-hzbadun, .best_games_item2-hzbadun {
    max-width: 250px !important;
  }

  .filter_dropdown-hzbadun {
    top: 42%;
  }

  .filter_dropdown2-hzbadun {
    top: 7% !important;
  }

  .game_card_title-hzbadun {
    font-size: 16px;
  }

  .game_card_btn-hzbadun {
    max-width: 130px;
    font-size: 14px;
  }
}

@media (max-width: 565px) {
  .filter_dropdown-hzbadun {
    top: 44%;
  }

  .filter_dropdown2-hzbadun {
    top: 4% !important;
  }
}

@media (max-width: 450px) {

  .best_games_item_image-hzbadun,
  .best_games_item-hzbadun {
    max-width: 160px;
  }

  .filter_dropdown-hzbadun {
    top: 50%;
  }
}

@media (max-width: 415px) {
  .filter_dropdown-hzbadun {
    top: 53%;
  }
}

.game_demo_block-hzbadun {
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  gap: 40px;
}

.game_demo_block-hzbadun h2, .game_demo_block-hzbadun h1 {
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.best_games_block_title-hzbadun {
  font-family: 'Inika';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
}

.game_demo-hzbadun {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* OVERLAY */
.game_overlay-hzbadun {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* PLAY BUTTON */
.game_play_btn-hzbadun {
  padding: 12px 24px;
  max-width: 200px;
  width: 100%;

  color: #0D073B;
  font-family: 'Inika';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  border: none;
  cursor: pointer;

  border-radius: 24px;
  background: #B2FF0E;

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

.game_play_btn-hzbadun:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(198, 255, 47, 0.6);
}

@media (max-width: 991px) {
  .game_demo_block-hzbadun h2, .game_demo_block-hzbadun h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .game_demo_block-hzbadun h2, .game_demo_block-hzbadun h1 {
    font-size: 32px;
  }

  .best_games_block_title-hzbadun {
    font-size: 24px;
  }
}

.disclaimer_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 32px 24px;

  border-radius: 20px;
  background: #172F5C;
}

.disclaimer_block-hzbadun h2 {
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}

.disclaimer_block-hzbadun p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

@media (max-width: 991px) {
  .disclaimer_block-hzbadun h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .disclaimer_block-hzbadun h2 {
    font-size: 32px;
  }

  .disclaimer_block-hzbadun {
    padding: 32px 16px;
  }
}

.contact_main_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.contact_main_block-hzbadun h2,
.contact_main_block-hzbadun h1 {
  font-family: 'Inika';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.contact_main_container-hzbadun {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.contact_block_image-hzbadun {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_block_image_img-hzbadun {
  max-width: 447px;
  width: 100%;
}

.contact_block_image_img-hzbadun img {
  display: block;
  height: auto;
  width: 100%;
}

.contact_form-hzbadun {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 15px;
}

.contact_p-hzbadun {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact_form-hzbadun input,
.contact_form-hzbadun textarea {
  border-radius: 15px;
  background: #172F5C;

  padding: 16px;
  width: 100%;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0;
}

.contact_form_btn-hzbadun {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 24px;
  background: #B2FF0E;

  color: #0D073B;
  font-family: 'Inika';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_form-hzbadun textarea {
  min-height: 160px;
}

.success_message {
  display: none;
  color: #B2FF0E;
  text-align: center;
  font-family: "Inika";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;

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

.success_message.show {
  display: flex;
}

/* wrapper */
.contact_select-hzbadun {
  width: 100%;
  position: relative;
  font-size: 16px;
}

/* trigger */
.contact_select_trigger-hzbadun {
  width: 100%;
  background: #172F5C;
  border-radius: 15px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/* text */
.contact_select_value-hzbadun {
  color: #B2B2B2;
}

/* arrow */
.contact_select_arrow-hzbadun {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

/* open state */
.contact_select-hzbadun.open .contact_select_arrow-hzbadun {
  transform: rotate(180deg);
}

/* dropdown */
.contact_select_dropdown-hzbadun {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #1E335F;
  border-radius: 15px;
  list-style: none;
  padding: 10px 0;
  display: none;
  z-index: 10;
}

/* visible */
.contact_select-hzbadun.open .contact_select_dropdown-hzbadun {
  display: block;
}

/* items */
.contact_select_dropdown-hzbadun li {
  padding: 14px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: background 0.2s ease;
  border-bottom: 1px solid #1C4083;
}

.contact_select_dropdown-hzbadun li:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {

  .contact_main_block-hzbadun h2,
  .contact_main_block-hzbadun h1 {
    font-size: 40px;
  }

  .contact_main_container-hzbadun {
    flex-direction: column-reverse;
    gap: 48px;
  }

  .contact_form-hzbadun,
  .contact_block_image-hzbadun {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .contact_main_block-hzbadun h2,
  .contact_main_block-hzbadun h1 {
    font-size: 32px;
  }

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

.bg_footer_section-hzbadun {
  padding-bottom: 40px;
  padding-top: 40px;
  border-top: 4px solid #1C4083;
}

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

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

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

.footer_disclaimer_block_img_image-hzbadun {
  max-width: 66px;
  width: 100%;
}

.info_main_text_block-hzbadun {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.info_text_block-hzbadun {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info_text_block-hzbadun span {
  font-family: 'Inika';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info_text_block-hzbadun p,
.info_text_block_image-hzbadun {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info_text_block_image-hzbadun {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.info_text_block_image_img-hzbadun {
  max-width: 24px;
  width: 100%;
}

@media (max-width: 930px) {
  .info_main_text_block-hzbadun {
    flex-direction: column;
    align-items: center;
  }

  .info_text_block-hzbadun {
    width: 100%;
  }
}

.links_company_footer-hzbadun {
  width: 100%;
}

.links_company_footer-hzbadun ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-self: stretch;
  list-style: none;
}

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

.links_company_footer-hzbadun img {
  max-height: 30px;
  width: auto;
  display: block;
}

.politic_page_links-hzbadun {
  width: 100%;
}

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

.politic_page_links-hzbadun li {
  margin: 0;
}

.politic_page_links-hzbadun a {
  font-family: 'Inika';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

@media (max-width: 600px) {
  .politic_page_links-hzbadun ul {
    flex-direction: column;
  }
}

.copiright_footer_text {
  color: #FFF;
  text-align: center;
  font-family: 'Inika';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-hzbadun {
  position: relative;
}

.page-hzbadun {
  position: relative;
}

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

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

.section_pages_hzbadun {
  margin-top: 140px;
  margin-bottom: 40px;
}

.faq_block-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq_block-hzbadun h2 {
  font-family: 'Inika';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.faq_block_list-hzbadun {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  flex-direction: column;
}

.faq_list_item-hzbadun {
  position: relative;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  flex-direction: column;
  align-items: flex-start;

border-radius: 8px;
background: #172F5C;
}

.faq_list_item-hzbadun::after {
  content: none;
}

.faq_list_item-hzbadun.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
}

.faq_header-hzbadun {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.faq_question-hzbadun {
  color: #fff;
  font-family: 'Inika';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-align: left;
}

.faq_list_item-hzbadun.active {
  gap: 12px;
}

.faq_icon-hzbadun {
  width: 24px;
  height: 24px;
}

.faq_icon-hzbadun.open {
    transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.faq_answer-hzbadun {
  color: #fff;
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin-right: 40px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}

.faq_list_item-hzbadun.active .faq_answer-hzbadun {
  opacity: 1;
}

@media (max-width: 600px) {
  .faq_question-hzbadun {
    font-size: 20px;
  }

  .section_pages_hzbadun {
    margin-top: 70px;
  }
}

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

.main_page_bloks-hzbadun h1 {
  font-family: 'Inika';
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
}

.main_page_block-hzbadun {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.main_page_block_text-hzbadun {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main_page_block_text-hzbadun span {
  font-family: 'Inika';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.main_page_block_text-hzbadun p {
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.main_page_block_text-hzbadun li {
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;

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

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

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

@media (max-width: 600px) {

  .main_page_bloks-hzbadun h1 {
    font-size: 32px;
  }

  .main_page_bloks-hzbadun {
    gap: 40px;
  }

}



.block_pages_section-hzbadun {
  padding-top: 97px;
  padding-bottom: 70px;
}


.block_pages_info_main-hzbadun {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_pages_info_main-hzbadun h1 {
  text-align: center;
  font-family: 'Orbitron';
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;

  background: linear-gradient(180deg, #F6AE8F 0%, #F0743B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block_pages_info-hzbadun {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* .block_pages_info-hzbadun h1 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.30);
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
} */

.block_pages_info-hzbadun span {
  font-family: 'Orbitron';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.block_pages_info-hzbadun p {
  color: #DCDCDC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.block_pages_info-hzbadun ul li {
  list-style: disc !important;
  margin-left: 15px;

  color: #DCDCDC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 600px) {

  /* .block_pages_info_header-hzbadun h1 {
    font-size: 24px;
  }

  .block_pages_info_main-hzbadun {
    gap: 20px;
  }

  .block_pages_info-hzbadun {
    padding: 24px;
  }

  .block_pages_info-hzbadun h2 {
    font-size: 20px;
    text-align: left;
  }

  .block_pages_info-hzbadun p {
    font-size: 16px;
  }

  .block_pages_info-hzbadun ul li {
    font-size: 16px;
  } */

}

.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: 30px;
  background: #08142C;

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

.age-modal-content h2 {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.age-modal-content p {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}

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

.age-modal-buttons button {
  padding: 15px 32px;
  border: none;
  border-radius: 100px;
  max-width: 237px;
  width: 100%;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  border: 2px solid #B2FF0E;
  color: #Fff;
}

#ageYes:hover {
  border: 2px solid #B2FF0E;
  background: #B2FF0E;
}

#ageNo {
  color: #Fff;
  background: #16274A;
}

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

@media (max-width: 600px) {
  .age-modal-buttons {
    flex-direction: column;
  }

  .age-modal-buttons button {
    max-width: 100%;
  }

}

.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-hzbadun {
  padding-bottom: 100px;
}

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

.discover_main_block-hzbadun 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-hzbadun {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.discover_main_item-hzbadun {
  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-hzbadun {
  max-width: 160px;
  width: 100%;
}

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

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

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

.discover_list_text_block-hzbadun 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-hzbadun img {
    width: 120px;
  }
}

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

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

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

  .discover_main_block-hzbadun {
    gap: 16px;
  }

  .discover_main_list-hzbadun {
    gap: 10px;
  }

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

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

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

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