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

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

@font-face {
  font-family: Bruno Ace SC;
  src: url(/mlqihoc_main_assets/mlqihoc_fonts/bruno-regular_mlqihoc.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Bebas Neue;
  src: url(/mlqihoc_main_assets/mlqihoc_fonts/bebas-regular_mlqihoc.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Voces;
  src: url(/mlqihoc_main_assets/mlqihoc_fonts/voces-regular_mlqihoc.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  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-mlqihoc {
  max-width: 100%;
  margin: 0 auto;
}

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

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

@media (max-width: 991px) {
  .container,
  .container_section-mlqihoc {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container,
  .container_section-mlqihoc {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container,
  .container_section-mlqihoc {
    padding: 0 10px;
  }
}

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

.page-mlqihoc {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
    background: 
    linear-gradient(rgba(0, 0, 0, 0.588), rgba(0,0,0,0.588)),
    url(/mlqihoc_main_assets/mlqihoc_webp_images/bg_first_section_mlqihoc.webp)
    no-repeat center/cover;

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

.main-mlqihoc {
  -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-mlqihoc {
  padding: 10px 0;
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7; */
  width: 100%;

  background: #000614;
}

header .logo-mlqihoc img {
  max-width: 67px;
  height: 60px;
}

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

.nav__list-mlqihoc {
  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: 50px;
}

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

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

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

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

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

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

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

.nav__list-mlqihoc {
  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) {
  .nav__list-mlqihoc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.nav__item-mlqihoc a {
  text-decoration: none;
color: rgba(255, 255, 255, 0.70);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

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

  .nav__item-mlqihoc a {
    font-size: 16px;
    color: #fff;
  }
}

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

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

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

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

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

.nav__link-mlqihoc.active {
  font-weight: 700;
  color: #C15DE3;
  border-bottom: 1px solid #C15DE3;
} 

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

.burger-mlqihoc img {
  width: 35px;
  height: 12px;

}

.section_main_text-mlqihoc {
  /* padding-top: 120px;
  padding-bottom: 120px; */
  background: url(/mlqihoc_main_assets/mlqihoc_webp_images/bg_first_section_mlqihoc.webp) no-repeat center;
  background-size: cover;
}

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

.main_text_img_block-mlqihoc {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.main_text_img-mlqihoc {
  max-width: 590px;
  width: 100%;
}

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

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

.main_text_container-mlqihoc h1 {
color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: 55px; 
letter-spacing: 1.5px;
}

.main_text_container-mlqihoc p {
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
}

.main_text_btn-mlqihoc {
  max-width: 410px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;

  border-radius: 50px;
border: 3px solid #C15DE3;
background: #0B1959;
box-shadow: 0 4px 4px 0 #C15DE3;

color: #4CF2FD;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}

@media (max-width: 991px) {
  .main_text_block-mlqihoc {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .main_text_container-mlqihoc {
    padding-top: 26px;
    width: 100%;
    max-width: 700px;
  }

  .main_text_img_block-mlqihoc {
    width: 100%;
  }
}

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

@media (max-width: 600px) {
  .main_text_container-mlqihoc h1 {
    font-size: 40px;
    line-height: 40px;
  }

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

.main_game_section-mlqihoc {
  padding-top: 70px;
  padding-bottom: 50px;
}

.game_main_block-mlqihoc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.game_main_block-mlqihoc h2 {
color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px;
}

.game_card-mlqihoc {
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.game_card-mlqihoc img {
  width: 100%;
  height: auto;
  display: block;
}

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

.game_card-mlqihoc span {
  color: #F1F1F1;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
margin-top: -10px;
}

.play-btn {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  border: 3px solid #C15DE3;
  background: #0B1959;
  box-shadow: 0 4px 4px 0 #C15DE3;
  width: 100%;

  color: #4CF2FD;
  text-align: center;
  font-family: "Bruno Ace SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
}

.game_demo {
  display: none;
  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%;
}

@media (max-width: 600px) {

  .main_game_section-mlqihoc {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .game_main_block-mlqihoc h2 {
    font-size: 32px;
  }

  .game_card-mlqihoc p {
    font-size: 24px;
  }

  .game_card-mlqihoc span {
    font-size: 14px;
    line-height: 14px;
  }

  .play-btn {
    margin-top: -14px;
  }

  .game_main_block-mlqihoc {
    gap: 30px;
  }
}

.about_section-mlqihoc {
  padding-top: 16px;
  padding-bottom: 30px;
}

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

.about_main_container-mlqihoc h1 {
  color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
}

.about_main_container-mlqihoc h2 {
  color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
}

.about_main_block-mlqihoc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}

.about_block_text-mlqihoc {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  align-items: flex-start;

  border-radius: 50px;
  background: #01EBFF;
}

.about_block_text-mlqihoc span {
color: #000614;
font-family: "Bruno Ace SC";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 55px; 
letter-spacing: 1.5px;
}

.about_block_text-mlqihoc p {
color: #000614;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}

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

.about_block_image_img-mlqihoc {
  max-width: 497px;
  width: 100%;
}

.about_block_image_img-mlqihoc img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1140px) {
  .about_main_block-mlqihoc {
    flex-direction: column;
    gap: 20px;
  }

  .about_block_text-mlqihoc, .about_block_image-mlqihoc {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .about_main_container-mlqihoc h1 {
    font-size: 32px;
  }

  .about_main_container-mlqihoc h2 {
    font-size: 32px;
  }

  .about_block_text-mlqihoc span {
    font-size: 36px;
    line-height: 36px;
  }

  .about_block_text-mlqihoc p {
    font-size: 14px;
  }
}

.why_section-mlqihoc {
  padding-top: 40px;
  padding-bottom: 40px;
}

.why_main_block-mlqihoc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.why_main_block-mlqihoc h2 {
  color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
letter-spacing: -0.9px;
}

.why_list-mlqihoc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  row-gap: 20px;
}

.why_item-mlqihoc {
  width: 100%;
  max-width: 370px;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;

  border-radius: 50px;
  background: #00162D;
  box-shadow: 0 4px 20px 0 #A255C7, 0 10px 30px 0 rgba(72, 72, 72, 0.15);
}

.why_item_image-mlqihoc {
  width: 43px;
  height: 38px;
}

.why_item-mlqihoc p {
  color: #FFF;
  text-align: center;
  font-family: 'Voces';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}

@media (max-width: 1140px) {
  .why_list-mlqihoc {
    flex-wrap: wrap;
  }
}

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

  .why_main_block-mlqihoc h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .why_item-mlqihoc p {
    font-size: 16px;
    line-height: 16px;
  }
}

.popular_section-mlqihoc {
  padding-bottom: 40px;
}

.popular_main_block-mlqihoc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.popular_main_block-mlqihoc h2 {
  color: #FFF;
  text-align: center;
  font-family: "Bruno Ace SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; 
  letter-spacing: -0.9px;
}

.popular_list-mlqihoc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.popular_item-mlqihoc {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 15px;

  border-radius: 30px;
  background: linear-gradient(180deg, rgba(195, 92, 255, 0.20) 0%, rgba(117, 55, 153, 0.20) 100%);
  box-shadow: 0 10px 30px 0 rgba(72, 72, 72, 0.15);
}

.popular_item_image-mlqihoc {
  max-width: 351px;
  width: 100%;
}

.popular_item_image-mlqihoc img {
  display: block;
  height: auto;
  width: 100%;
}

.popular_title-mlqihoc {
  color: #FFF;
text-align: center;
font-family: 'Voces';
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.popular_btn-mlqihoc {
  width: 100%;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 50px;
  border: 3px solid #C15DE3;
  background: #0B1959;
  box-shadow: 0 4px 4px 0 #C15DE3;

  color: #4CF2FD;
  text-align: center;
  font-family: "Bruno Ace SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
}

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

  .popular_main_block-mlqihoc h2 {
    font-size: 32px;
  }

  .popular_item-mlqihoc {
    max-width: 500px;
    padding: 16px 8px;
  }

  .popular_item_image-mlqihoc {
    max-width: 430px;
  }
}

.form_section-mlqihoc {
  padding-bottom: 40px;
}

.main_block_contact_form-mlqihoc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.main_block_contact_form-mlqihoc h1 {
color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
letter-spacing: -0.9px;
}

.main_block_contact_form-mlqihoc h2 {
color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
letter-spacing: -0.9px;
}

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

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

.contact_container_image_img-mlqihoc {
  max-width: 614px;
  width: 100%;
}

.contact_container_image_img-mlqihoc img {
  display: block;
  height: auto;
  width: 100%;
}

.contact_form_container-mlqihoc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_form_title-mlqihoc {
  color: #01EAFE;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.9px;
}

.contact_form_title_p-mlqihoc {
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.14px;
}

.contact_form-mlqihoc {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.contact_form-mlqihoc p {
color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.14px;
}

.contact_form-mlqihoc input,
.contact_form-mlqihoc textarea {
  border-radius: 20px;
  border: 1px solid #CCC;
  background: #FFF;

  color: #000;

  padding: 10px 20px;
  width: 100%;
  margin: 0;
}

input:valid,
textarea:valid {
  color: #000;
  border: 2px solid #C15DE3;
  background-color: #fff;
}

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

border-radius: 50px;
border: 3px solid #C15DE3;
background: #0B1959;
box-shadow: 0 4px 4px 0 #C15DE3;

color: #4CF2FD;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}

.contact_form-mlqihoc textarea {
  min-height: 200px;
}

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

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

.success_message.show {
  display: flex;
}

@media (max-width: 991px) {
  .contact_container-mlqihoc {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .contact_form_container-mlqihoc, .contact_container_image-mlqihoc {
    width: 100%;
  } 
}

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

  .main_block_contact_form-mlqihoc {
    gap: 20px;
  }

  .main_block_contact_form-mlqihoc h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .main_block_contact_form-mlqihoc h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .contact_form_title-mlqihoc {
    font-size: 24px;
    line-height: 24px;
  }

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

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

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

.date_display {
  display: none;
}

.bg_footer_section-mlqihoc {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000614;
  margin-bottom: 0;
}

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

  display: flex;
  flex-direction: column;
}

.footer_disclaimer_info-mlqihoc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}

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

.footer_disclaimer_info_text-mlqihoc span {
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%;
text-transform: uppercase;
}

.footer_disclaimer_info_text-mlqihoc p {
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

@media (max-width: 600px) {
  .footer_disclaimer_info_text-mlqihoc span, .footer_disclaimer_info_text-mlqihoc p {
    font-size: 16px;
    line-height: 16px;
  }
}

.disclaimer_footer_with_icon-mlqihoc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.disclaimer_footer_with_icon-mlqihoc p {
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
}

.disclaimer_footer_with_icon_image-mlqihoc {
  width: 40px;
  height: 40px;
}

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

.politic_page_links-mlqihoc li {
  margin: 0;
}

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

.politic_page_links-mlqihoc a:hover,
.politic_page_links-mlqihoc a:active,
.politic_page_links-mlqihoc a:focus {
  color: #4CF2FD;
  text-decoration: none;
}

.logo_footer_image-mlqihoc {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 600px) {
  .politic_page_links-mlqihoc ul {
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

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

.copyright_footer-mlqihoc p {
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
}

@media (max-width: 600px) {

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

.main-mlqihoc {
  position: relative;
}

.page-mlqihoc {
  position: relative;
}

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


.pages_section-mlqihoc {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.block_pages_info_main-mlqihoc h1 {
  color: #FFF;
text-align: center;
font-family: "Bruno Ace SC";
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 36px;
letter-spacing: -0.9px;
} 

.block_pages_info-mlqihoc {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.block_pages_info-mlqihoc p {
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
letter-spacing: 0.16px;
}

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

color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px; 
letter-spacing: 0.16px;

}

@media (max-width: 600px) {
  .pages_section-mlqihoc {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block_pages_info_main-mlqihoc h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

.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: #0B1959;
  border: 2px solid #C15DE3;
  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 {
  margin-bottom: 10px;
  color: #4CF2FD;
  text-align: center;
  font-family: "Bruno Ace SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
}

.age-modal-content p {
  color: #F1F1F1;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 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;
}