@font-face {
  font-family: Rubik;
  src: url(/fonts_rdktliy/rubik-regular_rdktliy.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url(/fonts_rdktliy/rubik-700_rdktliy.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  /* width: 100%;
  height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.section {
  /* margin-bottom: 40px; */
}

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

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

.container {
  padding: 0 40px;
}

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

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

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

.page-rdktliy {
  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 {
  color: #20CEF7;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  color: #20CEF7;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    text-align: center;
  }

  h2 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    text-align: center;
  }
}

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

  width: 100%;
  padding: 10px 16px;
  z-index: 1;
  border-bottom: 1px solid #20CEF7;
}


header .logo-rdktliy img {
  max-width: 83px;
  height: 49px;
}

.header__container-rdktliy {
  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: 10px;
  width: 100%;
  max-width: 1240px;
  padding-top: 10px;
  margin: 0 auto;
}

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

  overflow: hidden;
  white-space: nowrap;
}

.header_warning_track-rdktliy {
  display: flex;
  width: max-content;
  animation: linear infinite;
}

/* .header_warning_text-rdktliy {
  color: #20CEF7;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  white-space: nowrap;
  padding-right: 48px;
}

.header_warning_text-rdktliy a {
  color: #20CEF7;
  font-size: 12px;
  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;

  margin-left: 6px;
} */


.header_warning_item-rdktliy {
  display: inline-flex;
  align-items: center;
  padding-right: 48px;
  color: #20CEF7;
  font-size: 12px;
  font-weight: 700;
}

.header_warning_item-rdktliy a {
  color: inherit;
  text-decoration: underline;
  margin-left: 6px;
}



@media (max-width: 768px) {
  .header_warning_track-rdktliy {
    animation-duration: 34s;
  }

  .header_warning_item-rdktliy {
    /* font-size: 11px; */
    /* padding-right: 32px; */
  }
}


.nav__list-rdktliy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 40px;
}

@media (max-width: 991px) {
  .header__menu-rdktliy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .header__menu-rdktliy {
    padding: 80px 30px 30px 30px;
  }
}

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

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

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

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

.header-rdktliy__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-rdktliy__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .nav__list-rdktliy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.nav__item-rdktliy a {
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav__link-rdktliy.active {
  color: #20CEF7;
}

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

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

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

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

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

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

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

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

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

.burger-rdktliy {
  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: 24px;
  height: 24px;
}

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

.burger-rdktliy img {
  width: 24px;
  height: 24px;
}

.section_main_text-rdktliy {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 105px;
}

.main_block_container-rdktliy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.main_image_container-rdktliy {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(50.04% 50% at 50% 50.04%, #39136B 0%, #050319 100%);
}

.main_image_img_container-rdktliy {
  max-width: 361px;
  width: 100%;
}

.main_image_img_container-rdktliy img {
  display: block;
  height: auto;
  width: 100%;
}

.main_text_container-rdktliy {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.main_text_container-rdktliy span {
  color: #D9D9D9;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.btn_main_text_container-rdktliy {
  display: flex;
  padding: 15px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #20CEF7;

  color: #050416;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn_text_container-rdktliy {
  max-width: 160px;
  width: 100%;
}

@media (max-width: 991px) {
  .section_main_text-rdktliy {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .main_block_container-rdktliy {
    flex-direction: column-reverse;
  }

  .main_image_container-rdktliy,
  .main_text_container-rdktliy {
    width: 100%;
  }

  .main_image_container-rdktliy {
    background: none;
  }

  .main_text_container-rdktliy {
    align-items: center;
    text-align: center;
  }

  .main_text_container-rdktliy span {
    font-size: 30px;
  }

  .main_block_container-rdktliy {
    background: radial-gradient(50.04% 50% at 50% 50.04%, #39136B 0%, #050319 100%);
  }
}

@media (max-width: 600px) {

  .section_main_text-rdktliy {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .main_text_container-rdktliy span {
    font-size: 20px;
  }
}

.section_block-rdktliy {
  padding-top: 80px;
  padding-bottom: 80px;
}

.block_container-rdktliy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px;

  border-radius: 30px;
  background: #170A3A;
}

.image_container-rdktliy {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image_img_container-rdktliy {
  max-width: 334px;
  width: 100%;
}

.image_img_container-rdktliy img {
  display: block;
  height: auto;
  width: 100%;
}

.text_container-rdktliy {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.rating_text_block-rdktliy {
  display: flex;
  gap: 20px;
}

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

.rating_text_block_p-rdktliy span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

@media (max-width: 991px) {
  .block_container-rdktliy {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .image_container-rdktliy,
  .text_container-rdktliy {
    width: 100%;
  }

  .text_container-rdktliy {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .section_block-rdktliy {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .btn_text_container-rdktliy {
    max-width: 100% !important;
  }

  .rating_text_block-rdktliy {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

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

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

.bg_color_game-rdktliy {
  background: #0A0A0A;
}

.block_container_two-rdktliy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

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

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

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

.feedback_item-rdktliy {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  padding: 30px;
  border-radius: 30px;
  background: #170A3A;
}

.feedback_title-rdktliy {
  color: #20CEF7;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.feedback_rating-rdktliy {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 10px;
}

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

@media (max-width: 800px) {
  .feedback_item-rdktliy {
    max-width: 500px;
    text-align: center;
    align-items: center;
  }
}

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

.quiz_main_container-rdktliy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

  border-radius: 30px;
  background: #170A3A;
  padding: 30px;
}

.quiz_main_image-rdktliy {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz_main_image_img-rdktliy {
  max-width: 334px;
  width: 100%;
}

.quiz_main_image_img-rdktliy img {
  display: block;
  height: auto;
  width: 100%;
}

.survey-wrapper-rdktliy {
  width: 65%;
  /* margin: auto 0;
  text-align: center; */
  font-family: "Rubik", sans-serif;
  color: #fff;
}

/* ───────── STEPS ───────── */

.survey-steps-rdktliy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.survey-step-rdktliy {
  width: 49px;
  height: 49px;
  border-radius: 100px;
  border: 1px solid #20CEF7;
  color: #20CEF7;
  background: #170A3A;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  justify-content: center;
  transition: 0.3s ease;
}

.survey-step-rdktliy {
  position: relative;
  z-index: 1;
}

.survey-step-rdktliy.active {
  background: #20CEF7;
  color: #020317;

}

.survey-steps-rdktliy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  right: 45px;
  height: 1px;
  background-color: #20CEF7;
  transform: translateY(-50%);
  z-index: 0;
}

/* ───────── QUESTION ───────── */

.survey-question-rdktliy {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
}

/* ───────── OPTIONS ───────── */

.survey-options-rdktliy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  padding-top: 30px;
  width: 100%;

  /* margin: 0 auto; */
}

.survey-option-rdktliy {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: 0.25s ease;

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

.option-circle-rdktliy {
  padding: 8.5px;
  border-radius: 100px;
  border: 1px solid #FFFFD6;
  transition: 0.25s;
  border-radius: 100px;
  border: 1px solid #20CEF7;
}

.survey-option-rdktliy.active .option-circle-rdktliy {
  border-radius: 100px;
  border: 1px solid #20CEF7;
  background: #20CEF7;
}

/* ───────── BUTTONS ───────── */

.survey-buttons-rdktliy {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 30px;
}

.btn-back-rdktliy,
.btn-next-rdktliy {
  padding: 15px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: 0.25s ease;

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

.btn-back-rdktliy {
  border: 1px solid #20CEF7;
  color: #20CEF7;
}

.btn-next-rdktliy {
  background: #20CEF7;
  color: #050416;
}

.btn-back-rdktliy:hover {
  background: #20CEF7;
  color: #050416;
}

/* ───────── FINISH ───────── */
.survey-finish-rdktliy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.survey-finish-rdktliy.hidden {
  display: none;
}

.survey-finish-rdktliy span {
  color: #20CEF7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

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

  .quiz_main_image-rdktliy,
  .survey-wrapper-rdktliy {
    width: 100%;
  }

  .survey-buttons-rdktliy {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .survey-buttons-rdktliy {
    gap: 20px;
  }

  .survey-finish-rdktliy {
    text-align: center;
  }
}

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

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

.contact_form-rdktliy {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_p-rdktliy {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -8px;
}

.contact_form-rdktliy input,
.contact_form-rdktliy textarea {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #170A3A;

  padding: 14px 16px;

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

.contact_form_btn-rdktliy {
  display: flex;
  padding: 15px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 120px;

  border-radius: 100px;
  background: #20CEF7;

  color: #050416;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-top: 8px;
}

.contact_form-rdktliy textarea {
  min-height: 100px;
}

.success_message {
  display: none;
  color: #20CEF7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;

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

.success_message.show {
  display: flex;
}

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

  .contact_info_block-rdktliy {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .contact_form-rdktliy {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .contact_form-rdktliy {
    text-align: center;
  }

  .contact_form_btn-rdktliy {
    max-width: 100%;
  }
}

.disclaimer_block-rdktliy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 30px;

  border-radius: 30px;
  background: #170A3A;
}

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

.bg_footer_section-rdktliy {
  padding-bottom: 80px;
  padding-top: 80px;
  background: #170A3A;
}

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

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

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

.footer_block_1-rdktliy {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 366px;
}

.footer_images_block-rdktliy {
  display: flex;
  gap: 40px;
}

.footer_plus_icon-rdktliy {
  max-width: 46px;
  width: 100%;
}

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

.politic_page_links-rdktliy {
  /* width: 100%; */
}

.politic_page_links-rdktliy ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links-rdktliy li {
  margin: 0;
}

.politic_page_links-rdktliy a {
  color: #20CEF7;
  font-size: 14px;
  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;
  text-transform: uppercase;
}

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

.info_text_block-rdktliy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info_text_block-rdktliy span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info_text_block-rdktliy p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info_text_block-rdktliy a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

  .footer_block_1-rdktliy {
    width: 100%;
    max-width: 100%;
  }
}

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







.footer_disclaimer_block_text-rdktliy {
  display: flex;
  width: 100%;
  max-width: 752px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 30px;
  border: 3px dashed #D0B854;
}

.footer_disclaimer_block_text-rdktliy h2 {
  color: #F1F1F1;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_disclaimer_block_text-rdktliy p {
  color: #F1F1F1;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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



@media (max-width: 750px) {
  .info_main_text_block-rdktliy {
    flex-direction: column;
    align-items: center;
  }

  .info_text_block-rdktliy {
    width: 100%;
  }
}

.links_company_footer-rdktliy {
  width: 100%;
}

.links_company_footer-rdktliy ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-self: stretch;
  list-style: none;
}

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

.links_company_footer-rdktliy img {
  max-height: 30px;
  width: auto;
  display: block;
}



.main-rdktliy {
  position: relative;
}

.page-rdktliy {
  position: relative;
}

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

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

.section_page_main_page-rdktliy {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 105px;
}

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

.about_page_block-rdktliy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

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

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

.main_image_img_container2-rdktliy {
  max-width: 550px;
  width: 100%;
}

.main_image_img_container2-rdktliy img {
  display: block;
  height: auto;
  width: 100%;
}

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

  .text_container2-rdktliy,
  .main_image_container2-rdktliy {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .text_container2-rdktliy h1 {
    word-break: break-all;
  }
}

.bg_block-rdktliy {
  border-radius: 30px;
  background: #170A3A;
  padding: 30px;
}

.align-center1 {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .align-center1 {
  align-items: center;
  text-align: center;
}
}

.contact_image_block-rdktliy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_image-rdktliy {
  max-width: 328px;
  width: 100%;
}

.contact_image-rdktliy img {
  display: block;
  height: auto;
  width: 100%;
}

.contact_image_block_mobile-rdktliy {
    display: none;
  justify-content: center;
  align-items: center;
}

.contact_image_mobile-rdktliy {
  max-width: 328px;
  width: 100%;
}

.contact_image_mobile-rdktliy img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .contact_image_block_mobile-rdktliy {
    display: flex;
  }

  .contact_image_block-rdktliy {
    display: none;
  }
}

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

.main_page_bloks-rdktliy span {
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

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

.main_page_bloks-rdktliy li {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

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

.disclaimer_block_p-rdktliy {
  font-size: 20px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
}

.block_a-rdktliy {
  font-size: 15px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
}

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

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

@media (max-width: 600px) {

  .disclaimer_block_pages-rdktliy {
    display: none;
  }

  .main_lists_container-rdktliy {
    gap: 32px;
  }

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



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


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

.block_pages_info_main-rdktliy h1 {
  text-align: center;
  font-family: 'Orbitron';
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;

  background: linear-gradient(180deg, #F6AE8F 0%, #F0743B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

/* .block_pages_info-rdktliy h1 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.30);
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
} */

.block_pages_info-rdktliy span {
  font-family: 'Orbitron';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

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

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

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



.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: 30px;
  background: #170A3A;

  color: #fff;
  padding: 20px;
  text-align: center;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.age-modal-content h2 {
  margin-bottom: 20px;
}

.age-modal-content p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

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

.age-modal-buttons button {
  padding: 15px 40px;
  border: none;
  border-radius: 100px;
  max-width: 190px;
  width: 100%;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  color: #050416;
  background: #20CEF7;
}

#ageNo {
  color: #20CEF7;
  border: 1px solid #20CEF7;
}

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

  .age-modal-buttons button {
    max-width: 100%;
  }

}