@font-face {
  font-family: Anybody;
  src: url(/xhvyllc_fonts/anybody-regular_xhvyllc.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Anybody;
  src: url(/xhvyllc_fonts/anybody-700_xhvyllc.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Anybody;
  src: url(/xhvyllc_fonts/anybody-900_xhvyllc.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;
}

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-xhvyllc {
  max-width: 1240px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

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

.page-xhvyllc {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);

  position: relative;
  z-index: 1;
}

h1 {}

h2 {}

h3 {}

p {}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

.date_display {
  display: none;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

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

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

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

  width: 100%;
  padding: 10px;
  z-index: 1;
  background: var(--background-page);
}

header .logo-xhvyllc img {
  max-width: 367px;
  height: 64px;
}

@media (max-width: 600px) {
  header .logo-xhvyllc img {
    max-width: 250px;
    height: 70px;
  }
}

.header__container-xhvyllc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.nav__list-xhvyllc {
  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: 70px;
}

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

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

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

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

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

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

.header-xhvyllc__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);
}

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

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

.nav__item-xhvyllc button {
  text-decoration: none;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

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

  .nav__item-xhvyllc a {
    font-size: 12px;
  }

  .nav__item-xhvyllc button {
    font-size: 12px;
  }

}

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

  .nav__item-xhvyllc a {
    font-size: 12px;
    color: #fff;
  }

  .nav__item-xhvyllc button {
    font-size: 12px;
    color: #fff;
  }

  .header_item_disclaimer-xhvyllc--li {
    display: none;
  }
}

.nav__link-xhvyllc {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

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

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

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

.nav__link-xhvyllc.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 7px;
  height: 7px;
  background: #6353AB;
  border-radius: 3px;
}

.burger-xhvyllc {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 27px;
  height: 18px;
}

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

.burger-xhvyllc img {
  width: 27px;
  height: 18px;
}

.header-xhvyllc__account {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header-xhvyllc__login {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 5px;
  background: #6353AB;

  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-xhvyllc__singup {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 5px;
  border: 2px solid #6353AB;

  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {

  .header-xhvyllc__account {
    flex-direction: column;
  }

  .header-xhvyllc__singup {
    max-width: 120px;
    margin: 0 auto;
    padding: 8px 10px;
    font-size: 14px;
  }
}

.section_main_text-xhvyllc {
  padding-top: 240px;
  padding-bottom: 160px;
  background: url(/xhvyllc_image/firstbg_xhvyllc.webp) no-repeat center;
  background-size: cover;
}

.main_text_container-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

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

.main_text_item-xhvyllc {
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(74, 77, 255, 0.15);
  backdrop-filter: blur(6.599999904632568px);
}

.main_text_item_image-xhvyllc {
  max-width: 24px;
  width: 100%;
}

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

.main_text_item-xhvyllc span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_text_container-xhvyllc h1 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

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

.btn_main_text_container-xhvyllc {
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

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

.btn_main_text_first-xhvyllc {
  color: #6353AB;
  border-radius: 5px;
  background: #FFF;
}

.btn_main_text_second-xhvyllc {
  color: #fff;
  border-radius: 5px;
  border: 2px solid #FFF;
}

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

  .section_main_text-xhvyllc {
    padding-top: 170px;
    padding-bottom: 90px;
  }
}

@media (max-width: 600px) {
  .section_main_text-xhvyllc {
    padding-top: 100px;
    padding-bottom: 20px;
    background: url(/xhvyllc_image/firstbgmobile_xhvyllc.webp) no-repeat center;
    background-size: cover;
  }

  .main_text_list-xhvyllc {
    gap: 10px;
  }

  .main_text_item-xhvyllc {
    padding: 10px;
    gap: 10px;
  }

  .main_text_item-xhvyllc p,
  .main_text_item-xhvyllc span {
    font-size: 12px;
  }

  .main_text_item_image-xhvyllc {
    max-width: 14px;
  }

  .main_text_item_image-xhvyllc img {
    width: 14px;
  }

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

  .main_text_block_buttons-xhvyllc {
    flex-direction: column;
    gap: 20px;
  }

}

.famous_section-xhvyllc {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

.main_title_page-xhvyllc h1 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_title_page-xhvyllc h2 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.famous_h2-xhvyllc {
  color: #C08FFF;
}

.main_title_page_block-xhvyllc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main_title_page_line_left-xhvyllc {
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, #0C0530 0%, #C08FFF 100%);
}

.main_title_page_line_right-xhvyllc {
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, #C08FFF 0%, #0C0530 100%);
}

.main_title_page_circle-xhvyllc {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #C08FFF;
}

.famous_main_block_p-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.famous_main_item-xhvyllc {
  display: flex;
  max-width: 370px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  gap: 15px;

  border-radius: 10px;
  border: 1px solid #312372;
  background: radial-gradient(79.31% 79.31% at 50.14% 20.69%, #1B0E5D 0%, #150D40 100%);
}

.famous_main_item-xhvyllc {
  --rX: 0;
  --rY: 0;
  --bX: 50%;
  --bY: 80%;

  transform-style: preserve-3d;
  transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));

  transition: transform .6s 1s;
  position: relative;
  overflow: hidden;
}

/* Активный режим — отключаем transition */
.famous_main_item-xhvyllc.tilt-active {
  transition: none;
}

/* Декоративные углы как в оригинале */
.famous_main_item-xhvyllc::before,
.famous_main_item-xhvyllc::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  opacity: .3;
  transition: .3s;
  z-index: 2;
}

.famous_main_item-xhvyllc::before {
  top: 1rem;
  right: 1rem;
  border-bottom-width: 0;
  border-left-width: 0;
}

.famous_main_item-xhvyllc::after {
  bottom: 1rem;
  left: 1rem;
  border-top-width: 0;
  border-right-width: 0;
}

/* На hover — углы растягиваются как в CodePen */
.famous_main_item-xhvyllc:hover::before,
.famous_main_item-xhvyllc:hover::after {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
}

.famous_main_item_image-xhvyllc {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.famous_main_item_image2-xhvyllc {
  max-width: 250px !important;
}

.famous_main_item_image3-xhvyllc {
  max-width: 210px !important;
}

.famous_main_item_image-xhvyllc img {
  display: block;
  height: auto;
  width: 100%;
}

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

.famous_main_item-xhvyllc span {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.famous_block_item_icon-xhvyllc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  padding: 10px;
  width: 100%;

  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #8A38F5;
  backdrop-filter: blur(6.599999904632568px);
}

.famous_block_item_icon_image-xhvyllc {
  max-width: 24px;
  width: 100%;
}

.famous_block_item_icon-xhvyllc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.btn_famous-xhvyllc {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.famous_main_item-xhvyllc::before,
.famous_main_item-xhvyllc::after {
  pointer-events: none;
}

.btn_famous-xhvyllc {
  position: relative;
  z-index: 5;
}

.famous_main_item-xhvyllc {
  pointer-events: auto;
}

@media (max-width: 1215px) {
  .famous_main_list-xhvyllc {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {

  .famous_section-xhvyllc {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .famous_main_block-xhvyllc h2 {
    font-size: 20px;
  }
}

.advantage_section-xhvyllc {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.advantage_h2-xhvyllc {
  color: #fff;
}

.advantage_main_block_p-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.advantage_main_item-xhvyllc {
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 20px;

  border-radius: 10px;
  border: 5px solid #261D4C;
  background: #171636;
}

.advantage_main_item-xhvyllc:hover {
  border-radius: 10px;
  border: 5px solid #4D427E;
  background: radial-gradient(70.56% 70.56% at 50% 29.44%, #48398E 0%, #171636 100%);
}

.advantage_main_item_image_block-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.advantage_main_item_image-xhvyllc {
  max-width: 64px;
  width: 100%;
}

.advantage_main_item_image-xhvyllc img {
  display: block;
  height: auto;
  width: 100%;
}

.advantage_item_title-xhvyllc {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.advantage_item_text-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

  .main_title_page-xhvyllc h2,
  .main_title_page-xhvyllc h1 {
    font-size: 20px;
  }

  .advantage_main_item-xhvyllc {
    max-width: 100%;
  }
}

.steps_section-xhvyllc {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.steps_main_block_p-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.steps_list-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  gap: 20px;
}

.steps_item-xhvyllc {
  max-width: 365px;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  gap: 10px;

  padding: 20px;
  border-radius: 10px;
  border: 1px solid #8A38F5;
  background: #150D40;
}

.steps_number_block-xhvyllc {
  display: flex;
  width: 50px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #8A38F5;

  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.steps_item-xhvyllc span {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.steps_item-xhvyllc p {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

  .steps_item-xhvyllc {
    max-width: 100%;
  }
}

.saying_section-xhvyllc {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.saying_main_block_p-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.saying_list-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.saying_list-wrapper-xhvyllc {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
}

.saying_list-xhvyllc {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
}

/* Дублирование элементов для плавного loop */
.saying_list-xhvyllc>li {
  flex-shrink: 0;
}

/* Бесконечный loop */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.saying_item-xhvyllc {
  display: flex;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 15px;

  border-radius: 10px;
  border: 1px solid #8A38F5;
  background: #150D40;
}

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

.saying_item_bottom_block-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.saying_item_bottom_block_name-xhvyllc {
  display: flex;
  width: 51px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #8A38F5;

  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.saying_item_bottom_block_text-xhvyllc {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.saying_name_p-xhvyllc {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.saying_block_like-xhvyllc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.saying_block_like_p-xhvyllc {
  color: #afaeae;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.saying_block_like_with_like-xhvyllc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.block_likes_image-xhvyllc {
  max-width: 19px;
  width: 100%;
}

.nubmer_like-xhvyllc {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.saying_stars_image-xhvyllc {
  max-width: 95px;
  width: 100%;
}

.saying_stars_image-xhvyllc img {
  display: block;
  height: auto;
  width: 100%;
}

.saying-clone-xhvyllc {
  display: flex;
  gap: 20px;
  display: contents;
}

/* Отключение loop на мобильных */
@media (max-width: 600px) {
  .saying_list-xhvyllc {
    animation: none !important;
    transform: none !important;

    flex-direction: column;
  }

  .saying-clone-xhvyllc {
    display: none !important;
  }

  .saying_section-xhvyllc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .saying_list-wrapper-xhvyllc {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .saying_item-xhvyllc {
    max-width: 100%;
  }
}

.smart_section-xhvyllc {
  padding-top: 90px;
  padding-bottom: 90px;
}

.smart_main_block-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;

  padding: 40px;

  border-radius: 20px;
  border: 1px solid #C08FFF;
  background: radial-gradient(79.31% 79.31% at 50.14% 20.69%, #1B0E5D 0%, #150D40 100%);
}

.smart_block_text-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.smart_text_p-xhvyllc {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.smart_text_p_p-xhvyllc {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.smart_block_text-xhvyllc li {
  list-style-type: disc;
  margin-left: 15px;
}

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

  .smart_main_block-xhvyllc {
    padding: 40px 16px;
  }
}




.bg_footer_section-xhvyllc {
  padding-bottom: 70px;
  padding-top: 70px;
  border-top: 0.5px solid #C08FFF;
}

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

  display: flex;
  flex-direction: column;
}

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

.logo_with_text-xhvyllc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.logo_with_text-xhvyllc p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.politic_page_links-xhvyllc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.politic_page_links-xhvyllc p {
  color: #C08FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

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

.politic_page_links-xhvyllc li {
  margin: 0;
}

.politic_page_links-xhvyllc a {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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

@media (max-width: 900px) {
  .footer_first_wrap_block-xhvyllc {
    flex-direction: column;
  }

  .logo_with_text-xhvyllc,
  .politic_page_links-xhvyllc {
    width: 100%;
  }
}

.footer_second_wrap_block-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

  padding: 30px;

  border-radius: 30px;
  background: #150C43;
}

.second_text_p-xhvyllc {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.second_text_p_p-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.second_text_span-xhvyllc {
  color: #a8a6a6;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_text_block2-xhvyllc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.footer_text_block2-xhvyllc span {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_text_block2-xhvyllc p {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.footer_text_block-xhvyllc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.footer_text_block-xhvyllc span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_text_block-xhvyllc p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .footer_text_blocks-xhvyllc {
    flex-direction: column;
  }

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

.links_company_footer-xhvyllc {
  width: 100%;
}

.links_company_footer-xhvyllc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 20px;
}

.plus_footer-xhvyllc {
  max-width: 70px;
  width: 100%;
}

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

.links_company_footer-xhvyllc img {
  max-height: 72px;
  width: auto;
  display: block;
}

@media (max-width: 600px) {

  .footer_text_block-xhvyllc span {
    font-size: 14px;
  }

  .footer_text_block-xhvyllc p {
    font-size: 14px;
  }

  .links_company_footer-xhvyllc ul {
    gap: 20px;
  }

}

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

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

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

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

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

}

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

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

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

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

.copyright_footer-xhvyllc p {
  color: #FFFAF3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.main-xhvyllc {
  position: relative;
}

.page-xhvyllc {
  position: relative;
}

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

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

.pages_section-xhvyllc {
  padding-top: 170px;
  padding-bottom: 90px;
}

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

.about_main_title-xhvyllc {
  word-break: break-all;
}

.about_block_text-xhvyllc {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about_block_text-xhvyllc p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.about_block_image-xhvyllc {
  max-width: 560px;
  width: 100%;
}

.about_block_image-xhvyllc img {
  display: block;
  height: auto;
  width: 100%;
}

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

  .about_block_text-xhvyllc,
  .about_block_with_image-xhvyllc {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .pages_section-xhvyllc {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}


.main_text_container_about-xhvyllc {
  width: 100%;
  max-width: 785px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.main_text_container_about-xhvyllc h1 {
  text-align: center;
  font-family: 'Exo';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -2.56px;
  text-transform: uppercase;
}

.main_text_container_about-xhvyllc p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}

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

@media (max-width: 600px) {
  .main_text_section_bg2-xhvyllc {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .main_text_container_about-xhvyllc h1 {
    font-size: 40px;
  }

  .main_text_container_about-xhvyllc p {
    display: none;
  }
}

.faq_section-xhvyllc {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.main_block_faq_p-xhvyllc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.main_faq_item-xhvyllc {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  border-radius: 10px;
  border: 1px solid #8A38F5;
  background: #150D40;
}

.main_faq_item-xhvyllc span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_faq_item-xhvyllc p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


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

.main_text_container_about_p-xhvyllc {
  display: block !important;
}

@media (max-width: 600px) {
  .main_text_container_about_p-xhvyllc {
    font-size: 14px !important;
  }
}

.main_container_tickets-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_containers_title_p-xhvyllc {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.draw_list-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.draw_item-xhvyllc {
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #BCBCBC;

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

.draw_item-xhvyllc.active {
  color: #C08FFF;
  border-bottom: 2px solid #C08FFF;
}

.main_container_numbers-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.main_block_with_numbers-xhvyllc {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_with_numbers-xhvyllc {
  width: 100%;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 24px;
  background: #150C43;
}

.block_with_numbers_text_up-xhvyllc {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.numbers_main_list-xhvyllc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 580px;
}

.numbers_main_item-xhvyllc {
  display: flex;
  width: 76px;
  height: 76px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 38.094px;
  background: #32276D;

  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.numbers_main_item-xhvyllc.active {
  background: #C08FFF;
}

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

.btn_numbers_block-xhvyllc {
  max-width: 277px;
  width: 100%;

  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;

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

.btn_numbers_random-xhvyllc {
  background: #8A38F5;
}

.btn_numbers_clear-xhvyllc {
  border: 2px solid  #6353AB;
}

.main_block_cart-xhvyllc {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.cart_container-xhvyllc {
  width: 100%;
  max-width: 340px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;

border-radius: 20px;
background: #150C43;
}

.cart_title-xhvyllc {
color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.no_tickets_add-xhvyllc {
  color: #FFF;
  text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.cart_main_title_text-xhvyllc {
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.calculating_total_amount-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.cart_line-xhvyllc {
  width: 100%;
  height: 1px;
  background: #fff;
}

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

.block_choise_item_bottom-xhvyllc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.main_text_choise_item_numbers-xhvyllc {
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.form_complete_order-xhvyllc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form_complete_order_mobile-xhvyllc {
  display: none;
  flex-direction: column;
  gap: 20px;
}

.date_picker_wrapper-xhvyllc {
  position: relative;
  width: 100%;
  max-width: 260px;
}

.date_input-xhvyllc {
  width: 100%;
  padding: 8px 12px;
  padding-right: 50px; /* место для иконки */
  font-size: 20px;
  font-weight: 500;

  appearance: none; /* убирает стандартную стрелку */
}

.date_picker_wrapper-xhvyllc input {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}

.date_picker_wrapper-xhvyllc input:valid {
  border-radius: 2px;
  border: 1px solid  #D9D9D9;
  background: #FFF;
}

/* Иконка календаря справа */
.date_icon-xhvyllc {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

  width: 22px;
  height: 22px;

  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm-8 4h2v2H7zm4 4h2v2h-2zm4-4h2v2h-2z"/><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 16H5V9h14v11z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Скрываем дефолтную иконку в Safari & Chrome */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  /* pointer-events: none; */
}

.btn_complete_order-xhvyllc {
  max-width: 230px;
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #6353AB;

  font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

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

.cart_bottom_text-xhvyllc {
  color: #9b9999;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

@media (max-width: 850px) {
  .main_container_numbers-xhvyllc {
    flex-direction: column;
  }

  .main_block_with_numbers-xhvyllc,
  .main_block_cart-xhvyllc {
    width: 100%;
  }

  .draw_list-xhvyllc {
    justify-content: center;
  }

  .form_complete_order_mobile-xhvyllc {
    display: flex;
  }

  .form_complete_order-xhvyllc {
    display: none;
  }

  .main_block_cart-xhvyllc {
    justify-content: center;
  }

  .cart_container-xhvyllc {
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .main_container_tickets-xhvyllc {
    gap: 20px;
  }

  .block_select_draw-xhvyllc,
  .main_block_with_numbers-xhvyllc {
    gap: 20px;
  }

  .block_containers_title_p-xhvyllc {
    font-size: 32px;
  }

  .block_with_numbers-xhvyllc {
    border-radius: 24px;
    background: #09094B;
  }


  .numbers_main_list-xhvyllc {
    gap: 5px;
    justify-content: center;
  }

  .numbers_main_item-xhvyllc {
    width: 35px;
    height: 35px;

    background: #161662;
  }

  .btn_numbers_block-xhvyllc {
    padding: 8px 16px;
    font-size: 14px;
  }

  .block_numbers_btn-xhvyllc {
    flex-direction: column;
  }

  .cart_title-xhvyllc {
    font-size: 16px;
  }

  .main_block_cart-xhvyllc {
    gap: 10px;
  }

  .cart_container-xhvyllc {
    padding: 10px;
    gap: 10px;
  }

  .cart_main_title_text-xhvyllc,
  .main_text_choise_item_numbers-xhvyllc {
    font-size: 14px;
  }

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

@media (max-width: 380px) {
  .draw_item-xhvyllc {
    /* font-size: 10px; */
  }

  .draw_list-xhvyllc {
    gap: 10px;
  }
}

.cookies-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cookies-modal-content {
  padding: 20px;
  max-width: 400px;
  width: 90%;
  text-align: center;

  border-radius: 20px;
  border: 1px solid #C08FFF;
  background: radial-gradient(79.31% 79.31% at 50.14% 20.69%, #1B0E5D 0%, #150D40 100%);
}

.cookies-modal-content h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cookies-modal-content p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 16px;
}

.cookies-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.cookies-modal-buttons button {
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;

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

#cookiesReject {
  background: #018945;
}

#cookiesAccept {
  background: #a30404;
}

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

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

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

.block_pages_info_header_p-xhvyllc {
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
}

.block_pages_info-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.block_pages_info-xhvyllc span {
  font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.block_pages_info-xhvyllc p {
  font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

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

  font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.m-l-30 {
  margin-left: 30px !important;
}

.block_pages_info-xhvyllc ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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

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


.status {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);

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

  padding: 20px;
}

.status.active {
  display: flex;
}


.bg-popup {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;


  padding: 64px;
  border-radius: 35px;
  background: #F3FFF4;
  color: #272727;
}

.bg-popup>*:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .bg-popup {
    padding: 32px 24px
  }
}

@media (max-width:600px) {
  .bg-popup {
    padding: 24px 16px
  }
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {

  border-radius: 20px;
  border: 1px solid #C08FFF;
  background: radial-gradient(79.31% 79.31% at 50.14% 20.69%, #1B0E5D 0%, #150D40 100%);

  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 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.age-modal-content p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
}

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

.age-modal-buttons button {
  padding: 14px 24px;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background: #018945;
}

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

#ageNo {
  background: #a30404;
}

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

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

  .age-modal-content {
    padding: 16px;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.modal.active {
  display: flex;
}

.modal_content {
  border-radius: 10px;
  border: 1px solid #8A38F5;
  background: #150D40;

  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.modal_content h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

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

.login_form_modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 20px;
}

.login_form_modal input {
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 12px;
  border: 1px solid #656565;
  background: #FFF;

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

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

  border-radius: 8px;
  background: #018945;

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

.modal_switch {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: normal;
}

.modal_switch a {
  color: #018945;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form_bottom_text_privacy {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.form_bottom_text_privacy a {
  color: #018945;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: -10px;
  line-height: normal;
}

.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}



.uppercase {
  text-transform: uppercase;
}

.section_main_text_pages-xhvyllc {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

.about_section-xhvyllc {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.block_about_text-xhvyllc h2 {
  color: #018945;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block_about_text_main-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_about_text_main-xhvyllc p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

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

.approach_section-xhvyllc {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

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

.approach_main_block-xhvyllc h2 {
  color: #222;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

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

.approach_item-xhvyllc {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;

  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

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

.approach_item_image_img-xhvyllc {
  max-width: 100px;
  width: 100%;
}

.approach_item_image_img-xhvyllc img {
  display: block;
  height: auto;
  width: 100%;
}

.approach_title-xhvyllc {
  color: #222;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.approach_title_p-xhvyllc {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1280px) {
  .approach_list-xhvyllc {
    flex-wrap: wrap;
  }
}

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


.form_container-xhvyllc {
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

.form_container_p_p-xhvyllc {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact_form-xhvyllc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 15px;
}

.contact_form-xhvyllc input,
.contact_form-xhvyllc textarea {
  border-radius: 5px;
  background: #6767A8;

  padding: 16px;
  width: 100%;

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

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

  border-radius: 100px;
  border: 2px solid #C08FFF;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.success_message {
  display: none;
  color: #0d931c;
  font-size: 16px;
  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:valid,
textarea:valid {
  color: #fff;
  border: 2px solid #0c882f;
  background-color: var(--background-page);
}

.form_container_p-xhvyllc {
  color: #716f6f;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -24px;
}