@font-face {
  font-family: Bebas Neue;
  src: url(/ytarqud_starryreels_assets/ytarqud_starryreels_fonts_main/ytarqud_starryreels_bebas_neue_regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/ytarqud_starryreels_assets/ytarqud_starryreels_fonts_main/ytarqud_starryreels_roboto_regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/ytarqud_starryreels_assets/ytarqud_starryreels_fonts_main/ytarqud_starryreels_roboto_700.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; */
}

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

/* @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-ytarqud {
  max-width: 1240px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

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

.starryreels_page-ytarqud {
  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;
}

.starryreels_main-ytarqud {
  -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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.starryreels_header-ytarqud {
  padding-bottom: 25px;
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7; */
  width: 100%;
}

.header_up_block-ytarqud {
  width: 100%;
  height: 8px;
  background: linear-gradient(5deg, #FC0 30.44%, #FFAE00 78.6%);
  margin-bottom: 25px;
}

header .starryreels_logo-ytarqud img {
  max-width: 66px;
  height: 48px;
}

@media (max-width: 600px) {
  header .starryreels_logo-ytarqud img {
    max-width: 52px;
    height: 38px;
  }

  .header_up_block-ytarqud {
    margin-bottom: 10px;
  }

  .starryreels_header-ytarqud {
    padding-bottom: 10px;
  }
}

header .starryreels_logo-ytarqud p,
header .starryreels_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 .starryreels_logo-ytarqud p,
  header .starryreels_logo_burger p {
    font-size: 16px;
  }
}

.starryreels_header__container-ytarqud {
  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-left: 16px;
  padding-right: 16px; */
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.starryreels_nav__list-ytarqud {
  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: 15px;
  /* padding: 10px 30px; */
}

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

/* .starryreels_header__menu-ytarqud.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
} */

/* .starryreels_header-ytarqud__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

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

@media (max-width: 600px) {
  .starryreels_header-ytarqud__exit-menu {
    top: 15px;
    right: 15px;
  }
} */

.starryreels_header-ytarqud__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);
}

.starryreels_header-ytarqud__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);
}

.starryreels_nav__list-ytarqud {
  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;
}

/* @media (max-width: 991px) {
  .starryreels_nav__list-ytarqud {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
} */

.starryreels_nav__item-ytarqud a {
  text-decoration: none;
  color: #FC0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 12px 20px;
  max-width: 200px;
  width: 100%;
}

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

}

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

  .starryreels_nav__item-ytarqud a {
    max-width: 100px;
    font-size: 10px;
    padding: 4.932px 9.865px;
  }

}

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

  /* .starryreels_nav__item-ytarqud a {
    font-size: 12px;
    color: #fff;
  } */
}

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

.starryreels_nav__link-ytarqud {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .starryreels_nav__link-ytarqud:hover {
    color: var(--hover-a);
  }
}

.starryreels_nav__link-ytarqud:focus-visible {
  color: var(--hover-a);
}

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

.starryreels_nav__link-ytarqud.active {
  background: #000;
}

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

.starryreels_burger img {
  width: 24px;
  height: 24px;

}

.section_main_text-ytarqud {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #000 -5.07%, #303030 104.76%);
}

.section_main_text_bg-ytarqud {
  background: url(/ytarqud_starryreels_assets/ytarqud_starryreels_pictures_main/ytarqud_starryreels_bg_main_page.webp) no-repeat center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.main_text_container-ytarqud {
  width: 100%;
  max-width: 670px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.main_text_container-ytarqud h1 {
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.main_text_container-ytarqud p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.btn_main_text_container-ytarqud {
  border-radius: 50px;
  border: 2px solid #FFEA00;
  background: linear-gradient(90deg, #000 0%, #1D1D1D 100%);
  box-shadow: 0 4px 4px 0 rgba(255, 187, 0, 0.25);
  display: flex;
  max-width: 361px;
  width: 100%;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: #FC0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;

  margin-top: 8px;
}

@media (max-width: 850px) {
  .main_text_container-ytarqud h1 {
    font-size: 50px;
  }
}

@media (max-width: 700px) {
  .section_main_text_bg-ytarqud {
    background: url(/ytarqud_starryreels_assets/ytarqud_starryreels_pictures_main/ytarqud_starryreels_bg_main_page_mobile.webp) no-repeat center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {

  .main_text_container-ytarqud h1 {
    font-size: 48px;
  }

  .main_text_container-ytarqud p {
    font-size: 12px;
  }

  .btn_main_text_container-ytarqud {
    margin: 0 auto;
  }

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

  .section_main_text_bg-ytarqud {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.bg_game_section-ytarqud {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.game_main_block-ytarqud h2 {
  font-family: "Bebas Neue";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.game_card-ytarqud {
  width: 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  background: url(/ytarqud_starryreels_assets/ytarqud_starryreels_pictures_main/ytarqud_starryreels_bg_gotham_city_page.webp) no-repeat center;
  background-size: cover;
  padding: 40px;
}

.game_card_block-ytarqud {
  width: 100%;
  max-width: 433px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.game_card-ytarqud span {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.game_card-ytarqud p {
  color: #F1F1F1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.game_card-ytarqud img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 433px;
}

.play-btn-ytarqud {
  border-radius: 50px;
  border: 2px solid #FFEA00;
  background: linear-gradient(90deg, #000 0%, #1D1D1D 100%);
  box-shadow: 0 4px 4px 0 rgba(255, 187, 0, 0.25);
  display: flex;
  max-width: 434px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;

  color: #FC0;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

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

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

}

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

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

  .game_main_block-ytarqud h2 {
    font-size: 24px;
  }

  .game_card-ytarqud {
    padding: 18px;
  }

  .game_card_block-ytarqud {
    gap: 10px;
  }

  .game_card-ytarqud span {
    font-size: 20px;
  }

  .game_card-ytarqud p {
    font-size: 12px;
  }

  .play-btn-ytarqud {
    padding: 5.479px 10.957px;
    font-size: 20px;
  }
}



.bg_section_about-ytarqud {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #000 -5.07%, #303030 104.76%);
}

.about_block-ytarqud {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.about_block-ytarqud h2 {
  font-family: "Bebas Neue";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.about_block-ytarqud p {
  color: #9F9F9F;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.about_block_with_text-ytarqud {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.about_block_text-ytarqud {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  width: 45%;
}

.about_block_h2-ytarqud {
  text-align: justify;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.about_block_span-ytarqud {
  text-align: justify;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.about_block_p-ytarqud {
  color: #9F9F9F;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.about_block_img-ytarqud {
  max-width: 674px;
  width: 100%;
}

.about_block_img-ytarqud img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1190px) {
  .about_block_with_text-ytarqud {
    flex-direction: column;
  }

  .about_block_text-ytarqud {
    width: 100%;
  }
}

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

  .about_block-ytarqud {
    gap: 20px;
  }

  .about_block-ytarqud h2 {
    font-size: 24px;
  }

  .about_block-ytarqud p {
    font-size: 16px;
  }

  .about_block_h2-ytarqud {
    font-size: 20px;
  }

  .about_block_span-ytarqud {
    font-size: 16px;
  }

  .about_block_p-ytarqud {
    font-size: 12px;
  }

  .about_block_text-ytarqud {
    gap: 10px;
  }
}

.bg_section_categories2-ytarqud {
  padding-bottom: 40px;
  background: linear-gradient(90deg, #000 -5.07%, #303030 104.76%);
}

@media (max-width: 600px) {
  .bg_section_categories2-ytarqud {
    padding-bottom: 20px;
  }
  
}

.bg_section_categories-ytarqud {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #000 -5.07%, #303030 104.76%);
}

.categories_block-ytarqud {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.categories_block-ytarqud h2 {
  font-family: "Bebas Neue";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.categories_list-ytarqud {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.categories_item-ytarqud {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  max-width: 365px;
  width: 100%;
}

.categories_item-ytarqud span {
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.categories_item-ytarqud p {
  color: #9F9F9F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media (max-width: 1190px) {
  .categories_list-ytarqud {
    justify-content: center;
  }
}

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

  .categories_block-ytarqud {
    gap: 24px;
  }

  .categories_block-ytarqud h2 {
    font-size: 24px;
  }

  .categories_item-ytarqud {
    gap: 4px;
    padding: 4.823px;
    max-width: 100%;
  }

  .categories_item-ytarqud span {
    font-size: 12px;
  }

  .categories_item-ytarqud p {
    font-size: 8px;
  }

  .categories_list-ytarqud {
    gap: 4px;
  }

}

.section_form-ytarqud {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #000 -5.07%, #303030 104.76%);
}

.block_contact_form-ytarqud {
  width: 100%;
  max-width: 1240px;
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  border-radius: 30px;
background: url(/ytarqud_starryreels_assets/ytarqud_starryreels_pictures_main/ytarqud_starryreels_bg_form_page.webp) no-repeat center;
background-size: cover;
}

.form_container-ytarqud {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 720px;
  padding: 40px;
  border-radius: 30px;
background: rgba(0, 0, 0, 0.90);
}

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

.form_container_h2-ytarqud {
font-family: "Bebas Neue";
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 31px; 
text-transform: uppercase;
}

.form_container_header-ytarqud p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
}

.contact_form-ytarqud {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact_form-ytarqud p {
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22px;
}

.contact_form-ytarqud input,
.contact_form-ytarqud textarea {
border-radius: 30px;
background: rgba(255, 255, 255, 0.50);

  padding: 24px;
  width: 100%;
}

.contact_form_btn-ytarqud {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

border-radius: 50px;
border: 2px solid #FFEA00;
background: linear-gradient(90deg, #000 0%, #1D1D1D 100%);
box-shadow: 0 4px 4px 0 rgba(255, 187, 0, 0.25);

color: #FC0;
text-align: center;
font-family: "Bebas Neue";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}

.contact_form-ytarqud textarea {
  min-height: 90px;
}

@media (max-width: 800px) {
  .block_contact_form-ytarqud {
    background: url(/ytarqud_starryreels_assets/ytarqud_starryreels_pictures_main/ytarqud_starryreels_bg_form_page_mobile.webp) no-repeat center;
    background-size: cover;
    padding: 20px;
  }
}

@media (max-width: 600px) {

  .section_form-ytarqud {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form_container-ytarqud {
    padding: 12.6px;
    gap: 6px;
    border-radius: 9.5px;
  }

  .contact_form-ytarqud p {
    font-size: 8px;
    line-height: 8px;
  }

  .contact_form-ytarqud input {
    min-height: 17px;
    padding: 10px;
  }

  .contact_form-ytarqud textarea {
    min-height: 30px;
    padding: 10px;
  }

  .form_container_header-ytarqud {
    gap: 6px;
  }

  .contact_form-ytarqud {
    gap: 2.6px;
  }

  .form_container_header-ytarqud h2 {
    font-size: 20px;
  }

  .form_container_header-ytarqud p {
    font-size: 12px;
  }

  .contact_form_btn-ytarqud {
    padding: 8px 16px;
    font-size: 20px;
    /* max-width: 600px; */
  }


}

.success_message {
  display: none;
  color: #FC0;
  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: #fff;
  border: 1px solid rgba(255, 255, 255, 0.50);
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

input:valid,
textarea:valid {
  color: #fff;
  border: 2px solid #FC0;
  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-ytarqud {
  padding-bottom: 40px;
  margin-bottom: 0;
}

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

  display: flex;
  flex-direction: column;
}

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

.footer_up_block-ytarqud {
  background: linear-gradient(5deg, #FC0 30.44%, #FFAE00 78.6%);
  height: 8px;
  width: 100%;
  margin-bottom: 40px;
}

.footer_text_blocks-ytarqud {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  gap: 20px;
}

.footer_text_block-ytarqud {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.footer_text_block-ytarqud span {
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
text-transform: uppercase;
}

.footer_text_block-ytarqud p {
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

@media (max-width: 900px) {
  .footer_text_blocks-ytarqud {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_text_block-ytarqud {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .footer_up_block-ytarqud {
    margin-bottom: 20px;
  }

  .bg_footer_section-ytarqud {
    padding-bottom: 20px;
  }

    .footer_text_blocks-ytarqud {
    gap: 10px;
  }

  .footer_text_block-ytarqud {
    gap: 10px;
  }

  .footer_text_block-ytarqud span {
    font-size: 12px;
  }

  .footer_text_block-ytarqud p {
    font-size: 12px;
  }
  
}

.footer_disclaimer-ytarqud {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

.footer_disclaimer-ytarqud p,
.footer_disclaimer-ytarqud a {
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

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

@media (max-width: 700px) {
  .footer_disclaimer-ytarqud {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer_disclaimer-ytarqud p {
    font-size: 12px;
  }
  
}

.footer_disclaimer_info-ytarqud {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.footer_disclaimer_info-ytarqud p {
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

@media (max-width: 600px) {
  .footer_disclaimer_info-ytarqud p {
    font-size: 12px;
  }
}

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

.politic_page_links-ytarqud li {
  margin: 0;
}

.politic_page_links-ytarqud a {
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
text-transform: uppercase;
}

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

@media (max-width: 600px) {

  .politic_page_links-ytarqud ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .politic_page_links-ytarqud a {
    font-size: 12px;
  }
  
}

.copyright_footer-ytarqud p {
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

@media (max-width: 600px) {

  .copyright_footer-ytarqud p {
    font-size: 10px;
  }
}

.starryreels_main-ytarqud {
  position: relative;
}

.starryreels_page-ytarqud {
  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_main-ytarqud {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.block_pages_info_header-ytarqud {
  border-radius: 20px;
background: #252525;
width: 100%;
  max-width: 1240px;
  display: flex;
  padding: 20px;
  justify-content: center;
}

.block_pages_info_header-ytarqud h1 {
  font-family: "Bebas Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

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

  display: flex;
  padding: 40px;
  justify-content: center;
  border-radius: 20px;
  background: #252525;
}

.block_pages_info-ytarqud h2 {
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-ytarqud p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%;
}

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

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%;

}

@media (max-width: 600px) {

  .block_pages_info_header-ytarqud h1 {
    font-size: 24px;
  }

  .block_pages_info_main-ytarqud {
    gap: 20px;
  }

  .block_pages_info-ytarqud {
    padding: 24px;
  }

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

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

  .block_pages_info-ytarqud 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 {
  background: #0066FF;
  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: #c50c0c;
  color: #fff;
}

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