@font-face {
  font-family: Inter;
  src: url(/dreamplayhub-fonts-wrlba/dreamplayhub-inter-300-wrlba.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/dreamplayhub-fonts-wrlba/dreamplayhub-inter-700-wrlba.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/dreamplayhub-fonts-wrlba/dreamplayhub-inter-regular-wrlba.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url(/dreamplayhub-fonts-wrlba/dreamplayhub-gluten-regular-wrlba.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url(/dreamplayhub-fonts-wrlba/dreamplayhub-gluten-700-wrlba.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Gluten;
  src: url(/dreamplayhub-fonts-wrlba/dreamplayhub-gluten-900-wrlba.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
  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;
  background: var(--background-page);
}

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-wrlba {
  /* margin-bottom: 40px; */
}

.section_pages {
  margin-top: 100px;
  margin-bottom: 20px;
}

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

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

.container {
  padding: 0 40px;
}

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

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

  .container,
  .container_section-wrlba {
    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: linear-gradient(250deg,
      rgba(255, 0, 4, 0.8) 31.19%,
      rgba(255, 0, 128, 0.8) 100%);
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.dreamplayhub_page-wrlba {
  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-b-10 {
  margin-bottom: 10px;
}

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

.dreamplayhub_main-wrlba {
  -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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.dreamplayhub_header-wrlba {
  /* padding: 10px 0; */
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7; */
  width: 100%;

  background: var(--background-page);
}

header .dreamplayhub_logo-wrlba img {
  max-width: 102px;
  height: 55px;
}

@media (max-width: 400px) {
  header .dreamplayhub_logo-wrlba img {
    max-width: 102px;
    height: 55px;
  }
}

header .dreamplayhub_logo_burger {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
}

/* header .dreamplayhub_logo-wrlba p,
header .dreamplayhub_logo_burger p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  header .dreamplayhub_logo-wrlba p,
  header .dreamplayhub_logo_burger p {
    font-size: 16px;
  }
} */

.header_warning_block-wrlba {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.plus_block_header-wrlba {
  display: flex;
  max-width: 43px;
  max-height: 20px;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #000;
}

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

.text_header {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.dreamplayhub_header__container-wrlba {
  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;
  padding: 10px 5%;
  width: 100%;
  /* max-width: 1440px; */
  margin: 0 auto;
  background: #000;
}

.dreamplayhub_nav__list-wrlba {
  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: space-around;
  gap: 40px;
  /* padding: 10px 30px; */
}

@media (max-width: 991px) {
  .dreamplayhub_header__menu-wrlba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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) {
  .dreamplayhub_header__menu-wrlba {
    padding: 80px 30px 30px 30px;
  }
}

.dreamplayhub_header__menu-wrlba.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

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

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

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

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

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

.dreamplayhub_nav__list-wrlba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dreamplayhub_nav__item-wrlba a {
  text-decoration: none;
  font-family: 'Gluten';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

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

  .dreamplayhub_nav__item-wrlba a {
    font-size: 15px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .dreamplayhub_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) {
  .dreamplayhub_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dreamplayhub_nav__link-wrlba {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.dreamplayhub_nav__link-wrlba.active {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.dreamplayhub_nav__link-wrlba.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  /* отступ под текстом */
  transform: translateX(-50%);
  width: 130%;
  height: 6px;
  background: radial-gradient(ellipse at center, #f00 0%, #f00 40%, transparent 70%);
  border-radius: 50%;
  opacity: 0.9;
}


@media (any-hover: hover) {
  .dreamplayhub_nav__link-wrlba:hover {
    color: var(--hover-a);
  }
}

.dreamplayhub_nav__link-wrlba:focus-visible {
  color: var(--hover-a);
}

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

.dreamplayhub_burger-wrlba {
  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) {
  .dreamplayhub_burger-wrlba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.dreamplayhub_burger-wrlba img {
  width: 24px;
  height: 24px;

}

.section_main_text1-wrlba {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_main_text-wrlba {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--fon, linear-gradient(250deg, rgba(255, 0, 4, 0.80) 31.19%, rgba(255, 0, 128, 0.80) 100%));

}

.main_text_block-wrlba {
  width: 100%;
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}

.main_text_container-wrlba {
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main_text_container-wrlba h1 {
  text-align: center;
  font-family: 'Gluten';
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  word-break: break-all;
}

.main_text_container-wrlba p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.main_text_img-wrlba {
  max-width: 376px;
  width: 100%;
}

.main_text_img-wrlba img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1180px) {
  .main_text_container-wrlba {
    max-width: 700px;
  }
}

@media (max-width: 991px) {

  .section_main_text-wrlba {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main_text_block-wrlba {
    flex-direction: column;
  }

  .main_text_container-wrlba h1 {
    font-size: 50px;
  }
}

@media (max-width: 600px) {

  .main_text_container-wrlba {
    gap: 0;
  }

  .main_text_container-wrlba h1 {
    font-size: 32px;
    line-height: 32px;
  }

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

  .main_text_block-wrlba {
    gap: 0;
  }

  .section_main_text-wrlba {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section_main_text1-wrlba {
    padding-top: 10px;
    padding-bottom: 10px;
  }


}

.list_line_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
}

.list_line_main_block-wrlba {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.list_line_main_block_item-wrlba {
  border-radius: 30px;
  background: linear-gradient(289deg, rgba(202, 175, 175, 0.80) -15.05%, rgba(100, 87, 87, 0.80) 37.15%);
  max-width: 264px;
  width: 100%;
  align-self: stretch;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

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

.list_line_main_block_item_block-wrlba span {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list_line_main_block_item_image-wrlba {
  max-width: 74px;
  width: 100%;
}

.list_line_main_block_item_image-wrlba img {
  display: block;
  height: auto;
  width: 100%;
}

.list_line_main_block_item-wrlba p {
  font-family: 'Gluten';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .list_line_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list_line_main_block-wrlba {
    flex-direction: column;
    gap: 10px;
  }

  .list_line_main_block_item-wrlba {
    max-width: 100%;
    padding: 5px 20px;
    justify-content: flex-start;
    gap: 10px;
  }

  .list_line_main_block_item_block-wrlba span {
    font-size: 10px;
  }

  .list_line_main_block_item_image-wrlba {
    max-width: 60%;
  }

  .list_line_main_block_item-wrlba p {
    font-size: 16px;
  }

  .list_line_main_block_item_block-wrlba {
    min-width: 74px;
  }
}

.game_demo_main_block-wrlba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.game_demo_main_block-wrlba h2, .game_demo_main_block-wrlba h1 {
  text-align: center;
  font-family: 'Gluten';
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px; 
  text-transform: uppercase;
}

.game_demo_main_block-wrlba p {
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

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

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

.game_demo_middle_picture_image-wrlba {
  max-width: 356px;
  width: 100%;
}

.game_demo_middle_picture_image-wrlba img {
  display: block;
  height: auto;
  width: 100%;
}



/* .demo_game_block-wrlba {
  width: 50%;
  border-radius: 30px;
background: #191919;
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
gap: 10px;

}

.play_button-wrlba {
  display: flex;
padding: 15px 36px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 30px;
background: var(--fon, linear-gradient(250deg, rgba(255, 0, 4, 0.80) 31.19%, rgba(255, 0, 128, 0.80) 100%));
text-overflow: ellipsis;
font-family: 'Gluten';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.6px;
text-transform: uppercase;
color: #fff;
}

.play_button-wrlba.hidden {
  opacity: 0;
  pointer-events: none;
}

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

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


.demo_game_block-wrlba {
  width: 50%;
  border-radius: 30px;
  background: #191919;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.play_button-wrlba {
  display: flex;
  padding: 15px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: linear-gradient(250deg, rgba(255, 0, 4, 0.8) 31.19%, rgba(255, 0, 128, 0.8) 100%);
  font-family: 'Gluten';
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.game_demo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(1px);
  border-radius: 20px;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.game_demo.active iframe {
  pointer-events: auto;
}

.game_demo.active .overlay {
  opacity: 0;
}

@media (max-width: 991px) {
  .game_demo_middle_block-wrlba {
    flex-direction: column-reverse;
  }

  .demo_game_block-wrlba {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .game_demo_main_block-wrlba h2, .game_demo_main_block-wrlba h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .game_demo_main_block-wrlba {
    gap: 10px;
  }

  .game_demo_main_block-wrlba p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .game_demo_middle_block-wrlba {
    gap: 10px;
  }

  .demo_game_block-wrlba {
    padding: 16px;
    gap: 10px;
  }

  .play_button-wrlba {
    padding: 8.079px 19.389px;
    font-size: 20px;
  }
}






.bg_section_about-wrlba {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #191919;
}

.about_list-wrlba {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.about_item-wrlba {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}

.about_item_text-wrlba h2 {
  background: var(--fon, linear-gradient(250deg, rgba(255, 0, 4, 0.80) 31.19%, rgba(255, 0, 128, 0.80) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Gluten';
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}

.about_item_text_2-wrlba {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.text_about_left-wrlba {
  align-items: flex-end !important;
  text-align: end;
}

.about_item_text_2-wrlba span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.about_item_text_2-wrlba p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.about_item_img-wrlba {
  max-width: 336px;
  width: 100%;
}

.about_item_img2-wrlba {
  display: none;
  max-width: 336px;
  width: 100%;
}

.about_item_img2-wrlba img {
  width: 100%;
  height: auto;
  display: block;
}

.about_item_img-wrlba img {
  width: 100%;
  height: auto;
  display: block;
}

.about_item_text-wrlba {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: var(--fon_3, linear-gradient(289deg, rgba(202, 175, 175, 0.80) -15.05%, rgba(100, 87, 87, 0.80) 37.15%));
}

.about_item_text-wrlba span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.about_item_text-wrlba p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 991px) {

  .about_item-wrlba {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about_item_img-wrlba {
    display: none;
  }

  .about_item_img2-wrlba {
    display: block;
  }

  .about_item_right-wrlba {
    align-items: end;
  }
}

@media (max-width: 600px) {
  .bg_section_about-wrlba {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about_item_img2-wrlba {
    max-width: 150px;
  }

  .about_item-wrlba {
    gap: 13px;
  }

  .about_list-wrlba {
    gap: 10px;
  }

  .about_item_text-wrlba {
    padding: 12.8px;
    gap: 6px;
  }

  .about_item_text-wrlba h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .about_item_text_2-wrlba {
    gap: 6px;
  }

  .about_item_text_2-wrlba span {
    font-size: 12px;
  }

  .about_item_text_2-wrlba p {
    font-size: 12px;
  }

}

.bg_section_game {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.about_game_block h2 {
  font-family: "Bona Nova";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.about_game_data {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about_game_text {
  border-left: 4px solid #06F;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.about_game_text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.about_game_img {
  max-width: 338px;
  width: 100%;
}

.about_game_img img {
  width: 100%;
  height: auto;
  display: block;
}

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


@media (max-width: 600px) {
  .bg_section_game {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFFFF;
  }

  .about_game_block h2 {
    font-size: 24px;
  }

  .about_game_block {
    gap: 20px;
  }

  .about_game_text {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-left: 1px solid #06F;
  }

}

.bg_disclaimer_bottom-wrlba {
  padding-top: 40px;
  padding-bottom: 40px;
}

.disclaimer_main_block-wrlba {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.disclaimer_main_block-wrlba h2 {
  text-align: center;
  font-family: 'Gluten';
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  text-transform: uppercase;
}

.disclaimer_main_block-wrlba p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 600px) {
  .bg_disclaimer_bottom-wrlba {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .disclaimer_main_block-wrlba {
    gap: 20px;
  }

  .disclaimer_main_block-wrlba h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .disclaimer_main_block-wrlba p {
    font-size: 16px;
  }
}

.success_message {
  display: none;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px;

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

.success_message.show {
  display: flex;
}

input,
textarea {
  color: #272727;
  border: 1px solid #272727;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

input:valid,
textarea:valid {
  color: #272727;
  border: 2px solid #272727;
  background-color: var(--background-page);
}

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

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

.section_updates {
  padding: 10px 10px;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.bg_footer_section-wrlba {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #191919;
  margin-bottom: 0;
}

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

  display: flex;
  flex-direction: column;
}

.logo_footer-wrlba {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .logo_footer-wrlba {
    align-items: center;
    justify-content: center;
  }
}

.footer_disclaimer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.disclaimer_text {
  color: #272727;
  text-align: center;
  font-family: Kodchasan;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.politic_page_links-wrlba ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links-wrlba li {
  margin: 0;
}

.politic_page_links-wrlba a {
color: #F00;
font-family: 'Gluten';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.politic_page_links-wrlba a:hover,
.politic_page_links-wrlba a:active,
.politic_page_links-wrlba a:focus {
  color: #272727;
  text-decoration: none;
}

@media (max-width: 600px) {
  .politic_page_links-wrlba ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .politic_page_links-wrlba a {
    font-size: 16px;
  }
}

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

.footer_18plus {
  max-width: 40px;
  width: 100%;
}

.footer_18plus img {
  width: 100%;
  height: auto;
  display: block;
}

.disclaimer_info-wrlba {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.disclaimer_info-wrlba p,
.disclaimer_info-wrlba a {
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 20px; 
}

.copyright_footer-wrlba {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.copyright_footer-wrlba p {
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 20px; 
}

.copyright_footer_right-wrlba {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.icons_text_disclaimer_footer-wrlba {
  display: flex;
max-width: 43px;
height: 20px;
padding: 0 3px;
justify-content: center;
align-items: center;
flex-shrink: 0;
border-radius: 30px;
background: #F00;
}

.icons_text_disclaimer_footer-wrlba span {
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}

.copyright_footer_right-wrlba p {
text-align: right;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 20px; 
}

@media (max-width: 600px) {

  .copyright_footer-wrlba {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .copyright_footer-wrlba p {
    font-size: 16px;
  }

  .copyright_footer_right-wrlba {
    gap: 30px;
  }

  .disclaimer_info-wrlba p,
  .disclaimer_info-wrlba a {
    font-size: 16px;
  }

  .logo_footer_image {
    gap: 20px;
  }
}

.dreamplayhub_main-wrlba {
  position: relative;
}

.dreamplayhub_page-wrlba {
  position: relative;
}

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

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

.section_main_block_results {
  margin-bottom: 0;
}

.results_main_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.results_main_block h1 {
  color: #272727;
  font-family: Kodchasan;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.results_main_block p,
.results_main_list li {
  color: #272727;
  font-family: Kodchasan;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 600px) {
  .results_main_block {
    gap: 16px;
  }

  .results_main_block h1 {
    font-size: 24px;
  }

  .results_main_block p,
  .results_main_list li {
    font-size: 16px;
  }

}

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

  display: flex;
  padding: 40px;
  justify-content: center;
  gap: 30px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: -1px 1px 23.4px 0 rgba(0, 0, 0, 0.30);
}

.block_pages_info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */

}

@media (max-width: 600px) {
  .block_pages_info {
    padding: 20px 16px;
    gap: 20px;
  }

  .block_pages_info p {
    font-size: 14px;
  }

  .block_pages_info ul li {
    font-size: 14px;
  }

}

.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 {
  background:  linear-gradient(250deg, rgba(255, 0, 4, 0.8) 31.19%, rgba(255, 0, 128, 0.8) 100%);
  border: 2px solid #fff;
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.age-modal-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.age-modal-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

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

.age-modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background-color: #0C9100;
  color: #fff;
}

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

#ageNo {
  background-color: #4e0f0f;
  color: #fff;
}

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

.section_disclaimer_page-wrlba {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_disclaimer-wrlba {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.main_disclaimer-wrlba h1 {
text-align: center;
font-family: 'Gluten';
font-size: 40px;
font-style: normal;
font-weight: 900;
line-height: 50px;
text-transform: uppercase;
}

.main_disclaimer_p-wrlba {
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.main_disclaimer_item-wrlba {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 15px;
  align-self: stretch;
  border-radius: 30px;
  background: #191919;
}

.main_disclaimer_header_p-wrlba {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; 
}

.main_disclaimer_header_p_p-wrlba {
/* text-align: center; */
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.main_disclaimer_header_span-wrlba {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}

.main_disclaimer_header_ul-wrlba {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
}

.main_disclaimer_header_li-wrlba {
  list-style-type: disc;
  margin-left: 10px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

@media (max-width: 700px) {
  .main_disclaimer_header_p-wrlba {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 10px;
  }
}