@font-face {
  font-family: Intro;
  src: url(/front_media_ybujqgr/fonts_ybujqgr/intro_ybujqgr.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

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

@font-face {
  font-family: Inter;
  src: url(/front_media_ybujqgr/fonts_ybujqgr/inter-700_ybujqgr.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-ybujqgr {
  max-width: 1240px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

  .container,
  .container_section-ybujqgr {
    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: #000;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

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

  width: 100%;
  padding: 8px 16px;
  background: rgba(40, 40, 40, 0.50);
  backdrop-filter: blur(2px);
  z-index: 1;
}


header .logo-ybujqgr img {
  max-width: 128px;
  height: 32px;
}

.header__container-ybujqgr {
  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;
}

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

.header_warning_text-ybujqgr {
  color: #F1F1F1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

.header__menu-ybujqgr {
  width: 100%;
}

@media (max-width: 700px) {
  .header_warning-ybujqgr {
    justify-content: flex-end;
  }

  .header__container-ybujqgr {
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .header_warning_text-ybujqgr {
    font-size: 12px;
  }
}

/* .nav__list-ybujqgr {
  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: 16px;
  width: 540px;
}

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

}

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

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

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

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

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

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

.nav__item-ybujqgr a {
  text-decoration: none;
  color: #E6B84E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.header_btn_start-ybujqgr {
  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-ybujqgr span {
  color: #0F0F0F;
  text-align: center;
  font-family: 'Orbitron';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

@media (max-width: 1245px) {
  .header__container-ybujqgr {
    padding-left: 16px;
    padding-right: 16px;
  }

}

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

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

}

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

  .nav__item-ybujqgr 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-ybujqgr {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

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

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

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

.burger-ybujqgr {
  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: 30px;
  height: 18px;
}

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

.burger-ybujqgr img {
  width: 24px;
  height: 24px;
} */

.section_main_text-ybujqgr {
  padding-top: 225px;
  padding-bottom: 177px;
  background: url(/front_media_ybujqgr/pictures_ybujqgr/bgfirstt_ybujqgr.webp) no-repeat center;
  background-size: cover;
  margin-bottom: 120px;
}

.main_text_container-ybujqgr {
  padding: 40px 32px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;

}

.main_text_container-ybujqgr h1 {
  color: #F1F1F1;
  text-align: center;
  font-family: "Intro";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_text_container-ybujqgr p {
  color: #F1F1F1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

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

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

@media (max-width: 800px) {
  .main_text_container-ybujqgr h1 {
    font-size: 30px;
  }

  .main_text_container-ybujqgr {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {

  .section_main_text-ybujqgr {
    padding-top: 200px;
    padding-bottom: 150px;
    background: url(/front_media_ybujqgr/pictures_ybujqgr/bgfirstmobile_ybujqgr.webp) no-repeat bottom center;
    background-size: cover;
    margin-bottom: 120px;
  }

  .main_text_container-ybujqgr h1 {
    font-size: 24px;
  }

  .main_text_container-ybujqgr p {
    font-size: 16px;
  }
}

.section_two_main_page-ybujqgr {
  background: url(/front_media_ybujqgr/pictures_ybujqgr/bgtwo_ybujqgr.webp) no-repeat top center;
  background-size: cover;
}

@media (max-width: 600px) {
  .section_two_main_page-ybujqgr {
    background: url(/front_media_ybujqgr/pictures_ybujqgr/bgtwomobile_ybujqgr.webp) no-repeat top center;
    background-size: cover;
  }
}

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

.adventure_main_block-ybujqgr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.adventure_main_block-ybujqgr h2 {
  color: #F1F1F1;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.adventure_container-ybujqgr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.adventure_container_text-ybujqgr {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.adventure_container_text-ybujqgr p {
  color: #F1F1F1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn_adventure-ybujqgr {
  width: 100%;
  max-width: 300px;

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

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

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

.adventure_container_with_image-ybujqgr {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adventure_container_image-ybujqgr {
  max-width: 410px;
  width: 100%;
}

.adventure_container_image-ybujqgr img {
  display: block;
  height: auto;
  width: 100%;
}

.adventure_container_warning-ybujqgr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;

  border-radius: 8px;
  border: 0.5px solid #FFA24C;
}

.adventure_container_warning_image-ybujqgr {
  width: 40px;
  height: 40px;
}

@media (max-width: 1100px) {
  .adventure_container-ybujqgr {
    flex-direction: column-reverse;
  }

  .adventure_container_text-ybujqgr,
  .adventure_container_with_image-ybujqgr {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .adventure_section-ybujqgr {
    padding-bottom: 48px;
  }

  .adventure_main_block-ybujqgr h2 {
    font-size: 24px;
  }

  .btn_adventure-ybujqgr {
    margin: 0 auto;
  }
}

.game_demo_block-ybujqgr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

.game_demo_block-ybujqgr h2 {
  color: #F1F1F1;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game_demo-ybujqgr {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 8px;
  border: 1px solid #FFA24C;
  overflow: hidden;
}

.game_overlay-ybujqgr {
  position: absolute;
  inset: 0;

  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.45);

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

  z-index: 10;
  transition: opacity 0.4s ease;
}

.game_start_btn-ybujqgr {
  width: 100%;
  max-width: 300px;

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

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

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

  cursor: pointer;
  transition: 0.3s ease;
}

.game_start_btn-ybujqgr:hover {
  background: #ffb875;
}

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

.game_overlay-ybujqgr.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 600px) {
  .game_demo_block-ybujqgr h2 {
    font-size: 24px;
  }

  .game_start_btn-ybujqgr {
    margin: 0 auto;
    max-width: 250px;
  }

  .game_overlay-ybujqgr {
    padding: 0 16px;
  }
}

.faq_block-ybujqgr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.faq_block-ybujqgr h2 {
  color: #F1F1F1;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.faq_list_item-ybujqgr {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;

  border-radius: 8px;
  border: 1px solid #FFA24C;
  background: #282828;
}

.faq_list_item-ybujqgr span {
  color: #F1F1F1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq_list_item-ybujqgr p {
  color: #F1F1F1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .faq_block-ybujqgr h2 {
    font-size: 24px;
  }

  .faq_block-ybujqgr {
    gap: 32px;
  }
}

.reviews_block_container-ybujqgr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

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

.reviews_block_h2-ybujqgr {
  color: #F1F1F1;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.reviews_block_p-ybujqgr {
  color: #F1F1F1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviews_block_red_line-ybujqgr {
  height: 2px;
  width: 100%;
  border-radius: 300px;
  background: linear-gradient(90deg, #FFA24C 44.71%, #C13C1D 100%);
}

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

.review_block_row_p-ybujqgr {
  color: #F1F1F1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.review_block_row_cells-ybujqgr {
  gap: 8px;
  padding: 8px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_block_cell-ybujqgr {
  display: flex;
  max-width: 106px;
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 27px;
  border: 1px solid #FFA24C;
  background: #F1F1F1;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.10);

  color: #282828;
  text-align: center;
  font-family: "Intro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.submit_review_btn-ybujqgr {
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  align-self: stretch;

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

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

.review_thanks_message-ybujqgr {
  color: #FFA24C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
  display: none;
}

.review_thanks_message-ybujqgr.visible {
  display: block;
  opacity: 1;
}

.reviews_block_img-ybujqgr {
  max-width: 628px;
  width: 100%;
}

.reviews_block_img-ybujqgr img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .reviews_block_img-ybujqgr {
    display: none;
  }

  .review_block_row_cells-ybujqgr {
    justify-content: center;
  }

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

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

}

@media (max-width: 600px) {
  .review_block_cell-ybujqgr {
    border-radius: 27px;
  }

  .review_block_row_p-ybujqgr {
    text-align: left;
  }
}

.block_contact_form_container-ybujqgr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.block_contact_form_container_image-ybujqgr {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_contact_form_container_image_img-ybujqgr {
  max-width: 519px;
  width: 100%;
}

.block_contact_form_container_image_img-ybujqgr img {
  width: 100%;
  height: auto;
  display: block;
}

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

.form_container-ybujqgr h2,
.contact_h2_mobile {
  color: #F1F1F1;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact_h2_mobile,
.contact_p_mobile {
  display: none;
}

.form_container_p-ybujqgr {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

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

.contact_form-ybujqgr p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: -4px;
}

.contact_form-ybujqgr input,
.contact_form-ybujqgr textarea {
  border-radius: 12px;
  background: #282828;

  padding: 16px;
  width: 100%;

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

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

  border-radius: 10px;
  border: 1px solid #C13C1D;
  background: #FFA24C;

  color: #000;
  text-align: center;
  font-family: "Intro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.contact_form-ybujqgr textarea {
  min-height: 140px;
}

.success_message {
  display: none;
  color: #C13C1D;
  text-align: center;
  font-family: "Intro";
  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 #FFA24C;
}

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

  .form_container-ybujqgr,
  .block_contact_form_container_image-ybujqgr {
    width: 100%;
  }

  .contact_h2_mobile,
  .contact_p_mobile {
    display: block;
    text-align: center;
  }

  .form_container_p-ybujqgr,
  .form_container-ybujqgr h2 {
    display: none;
  }

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

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

  border-radius: 8px;
  border: 1px solid #FFA24C;
  background: #282828;
}

.disclaimer_block-ybujqgr h2 {
  color: #F1F1F1;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.disclaimer_block-ybujqgr p {
  color: #F1F1F1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .disclaimer_block-ybujqgr {
    padding: 24px 16px;
    gap: 16px;
  }

}

.bg_footer_section-ybujqgr {
  padding-bottom: 40px;
  padding-top: 24px;
  border-top: 1px solid #FFA24C;
  background: #000;
}

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

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

.footer_warning_image-ybujqgr {
  max-width: 84px;
  width: 100%;
}

.disclaimer_text-ybujqgr {
  color: #F1F1F1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.links_company_footer-ybujqgr {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

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

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

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

.politic_page_links-ybujqgr {
  width: 100%;

}

.politic_page_links-ybujqgr ul {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links-ybujqgr li {
  margin: 0;
}

.politic_page_links-ybujqgr a {
  color: #FFA24C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

@media (max-width: 700px) {
  .politic_page_links-ybujqgr ul {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}

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

.copyright_footer-ybujqgr p {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 800px) {
  .copyright_footer-ybujqgr {
    flex-direction: column-reverse;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copyright_footer-ybujqgr p {
    font-size: 14px;
  }

  .politic_page_links-ybujqgr {
    margin: 0 auto;
  }
}

.main-ybujqgr {
  position: relative;
}

.page-ybujqgr {
  position: relative;
}

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

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

.section_page_main_page-ybujqgr {
  background: url(/front_media_ybujqgr/pictures_ybujqgr/bgtwo_ybujqgr.webp) no-repeat center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 72px;
}

.main_lists_container-ybujqgr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
  gap: 48px;
}

.main_lists_container-ybujqgr h1 {
  color: #F1F1F1;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_lists_container_p-ybujqgr {
  color: #FFA24C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.main_page_bloks-ybujqgr span {
  color: #F1F1F1;
  font-family: "Intro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_page_bloks-ybujqgr p {
  color: #F1F1F1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_page_bloks-ybujqgr li {
  color: #F1F1F1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

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

.color_yellow {
  color: #FFA24C !important;
}

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

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

@media (max-width: 600px) {

  .section_page_main_page-ybujqgr {
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .main_lists_container-ybujqgr {
    gap: 32px;
  }

  .main_page_bloks-ybujqgr li {
    margin-left: 25px;
  }
}



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


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

.block_pages_info_main-ybujqgr 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-ybujqgr {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* .block_pages_info-ybujqgr 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-ybujqgr span {
  font-family: 'Orbitron';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

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

.block_pages_info-ybujqgr 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-ybujqgr h1 {
    font-size: 24px;
  }

  .block_pages_info_main-ybujqgr {
    gap: 20px;
  }

  .block_pages_info-ybujqgr {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .discover_main_block-ybujqgr {
    gap: 16px;
  }

  .discover_main_list-ybujqgr {
    gap: 10px;
  }

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

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

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

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

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

.news_container-ybujqgr h2 {
    color: #F1F1F1;
    text-align: center;
    font-family: "Intro";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-wrapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.news-wrapp-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news__wrapp-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 30px;
    border-radius: 8px;
    border: 1px solid #FFA24C;
    background: #282828;
}

#post1.news__wrapp-item,
#post2.news__wrapp-item,
#post3.news__wrapp-item {
  display: none;
}

#post1.news__wrapp-item.active,
#post2.news__wrapp-item.active,
#post3.news__wrapp-item.active {
  display: flex;
}

.news__wrapp-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news__wrapp-item-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.el-traslated__title {
    color: #F1F1F1;
    text-align: center;
    font-family: "Intro";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.el-traslated__text {
  text-align: left;
    color: #F1F1F1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_news {
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

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

@media (max-width: 768px) {
  .news_container-ybujqgr {
    gap: 32px;
  }

  .news__wrapp-item {
    padding: 20px 16px;
  }

  .news__wrapp-item-text {
    gap: 15px;
  }

  .news__wrapp-item-date, .el-traslated__text {
    font-size: 16px;
  }

  .el-traslated__title {
    font-size: 24px;
  }

  .news-wrapp {
    align-items: center;
    border-radius: 20px;
  }

  .btn_news {
    font-size: 14px;
  }
}