@font-face {
  font-family: Inter;
  src: url(/ulgrpji_media/ulgrpji_fonts/ulgrpji_inter_regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/ulgrpji_media/ulgrpji_fonts/ulgrpji_inter_700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

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

:active,
:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

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

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

.w100 {
  width: 100%;
}

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

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

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

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

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

  .container,
  .container_section-ulgrpji {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Inter", sans-serif;
  --background-page: #fff;
  --main: var(--black);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.page-ulgrpji {
  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;
  /* 
  background-image: url('/ulgrpji_media_files/image_bgg_main_ulgrpji.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

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-5 {
  margin-bottom: 5px;
}

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

  width: 100%;
  padding: 10px 16px;
  background: #E61650;
  z-index: 1;
}

header .logo-ulgrpji img {
  max-width: 175px;
  height: 65px;
}

.header__container-ulgrpji {
  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: 56px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.nav__list-ulgrpji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 50px;
}

@media (max-width: 1140px) {
  .nav__list-ulgrpji {
    gap: 30px;
  }
}

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

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

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

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

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

.header-ulgrpji__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-ulgrpji__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-ulgrpji {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.nav__link-ulgrpji {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.nav__link-ulgrpji img {
  width: 24px;
  height: 24px;
}

.nav__item-ulgrpji a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

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

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

}

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

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

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

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

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

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

.nav__link-ulgrpji.active {
  border-bottom: 2px solid var(--white);
}

.burger-ulgrpji {
  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: center;
  position: relative;
  width: 44px;
  height: 44px;
}

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

.burger-ulgrpji img {
  width: 33px;
  height: 22px;
}

.main_title_text-ulgrpji {
  color: #F2442E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 900px) {
  .main_title_text-ulgrpji {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .main_title_text-ulgrpji {
    font-size: 16px;
  }
}

.section_main_text-ulgrpji {
  background:
    url(/ulgrpji_media/ulgrpji_pictures/ulgrpji_bg_first.webp) center / cover no-repeat;
  position: relative;

  margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 230px;
}

.main_text_container-ulgrpji {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

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

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

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

.main_text_btn_group-ulgrpji {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.30);
  box-shadow: 0 0 25.2px 0 rgba(255, 255, 255, 0.57);
  border-radius: 100px;
  padding: 3px;
}

.main_text_btn-ulgrpji {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #fff;

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

.main_text_btn-ulgrpji img {
  height: 21px;
  width: 21px;
}

.main_text_btn_two-ulgrpji {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.40);

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

@media (max-width: 991px) {
  .section_main_text-ulgrpji {
    padding-bottom: 150px;
  }

  .main_text_container-ulgrpji h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {

  .section_main_text-ulgrpji {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(/ulgrpji_media/ulgrpji_pictures/ulgrpji_bg_first_mobile.webp) center / cover no-repeat;
  }

  .main_text_container-ulgrpji h1 {
    font-size: 36px;
  }

  .main_text_btn_block-ulgrpji {
    flex-direction: column;
  }

  .main_text_btn-ulgrpji,
  .main_text_btn_group-ulgrpji,
  .main_text_btn_two-ulgrpji {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 400px) {

  .main_text_btn-ulgrpji,
  .main_text_btn_two-ulgrpji {
    font-size: 16px;
  }
}

.main_section-ulgrpji {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.game_quiz_container-ulgrpji {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 60px 30px;
  gap: 20px;

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

.game_quiz_header-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.game_quiz_percent-ulgrpji {
  width: fit-content;
  padding: 5px 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #E61650;

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

.game_quiz_number_guestion-ulgrpji {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.4;
}

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

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

.game_quiz_header_block-ulgrpji h2 {
  color: #E61650;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.answer_quiz-ulgrpji {
  color: #272727;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quiz_step-ulgrpji {
  display: none;
  flex-direction: column;
  gap: 20px;
}

.quiz_step-ulgrpji.active {
  display: flex;
}

.quiz_answers-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quiz_answer-ulgrpji {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #F3F3F3;
  cursor: pointer;
  max-width: 370px;
  width: 100%;

  margin: 0 auto;
}

.quiz_answer-ulgrpji input {
  display: none;
}

.quiz_radio-ulgrpji {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #9C9C9C;
  position: relative;
  flex-shrink: 0;
}

.quiz_radio-ulgrpji::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #E61650;
  opacity: 0;
  transition: 0.2s;
}

.quiz_answer-ulgrpji:has(input:checked) {
  background: #FDE8EE;
  border: 1px solid #E61650;
}

.quiz_answer-ulgrpji input:checked+.quiz_radio-ulgrpji {
  border-color: #E61650;
}

.quiz_answer-ulgrpji input:checked+.quiz_radio-ulgrpji::after {
  opacity: 1;
}

.quiz_text-ulgrpji {
  color: #272727;
  /* text-align: center; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quiz_nav-ulgrpji {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.quiz_next-ulgrpji,
.quiz_back-ulgrpji {
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.quiz_next-ulgrpji {
  background: #f7a8bc;
  color: #E61650;
}

.quiz_next-ulgrpji:enabled {
  background: #e61650;
  color: #fff;
}

.quiz_back-ulgrpji {
  color: #E61650;
  text-align: center;
  font-size: 20px;
  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;
  display: none;
}

/* quiz results */

.quiz_result-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.quiz_result_title-ulgrpji {
  color: #272727;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quiz_result_text-ulgrpji {
  color: #272727;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quiz_result_btn-ulgrpji {
  padding: 15px 30px;
  border-radius: 100px;
  background: rgba(230, 22, 80, 0.40);
  color: #E61650;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;

  max-width: 210px;
  width: 100%;
  margin: 0 auto;
}

.quiz_result-ulgrpji[hidden] {
  display: none !important;
}

.game_quiz_header-ulgrpji[hidden] {
  display: none !important;
}

@media (max-width: 600px) {
  .game_quiz_container-ulgrpji {
    padding: 30px 16px 60px 16px;
  }
  
}

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

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

.about_image-ulgrpji {
  width: 100%;
  max-width: 560px;
}

.about_image-ulgrpji img {
  width: 100%;
  height: auto;
  display: block;
}

.about_image_mobile-ulgrpji {
  display: none;
}

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

.about_text_block-ulgrpji h2,
.about_container-ulgrpji h1 {
  color: #272727;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_text-ulgrpji {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #272727;
}

.about_text_title-ulgrpji {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_text_block-ulgrpji ul {
  list-style-type: disc;
}

.about_text_block-ulgrpji ul li {
  margin-left: 20px;
  list-style-type: disc;

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

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

  .about_image_block-ulgrpji,
  .about_text_block-ulgrpji {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about_image-ulgrpji {
    display: none;
  }

  .about_image_mobile-ulgrpji {
    width: 100%;
    max-width: 328px;
    display: block;
  }

  .about_image_mobile-ulgrpji img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 350px) {
  .about_text_block-ulgrpji h2 {
    word-break: break-all;
  }
}

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

.top_players_container-ulgrpji h2,
.top_players_container-ulgrpji h1 {
  color: #272727;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_text_players-ulgrpji {
  color: #272727;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.players_btn-ulgrpji {
  color: #272727;
  text-align: center;
  font-size: 20px;
  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;
}

.leaderboard-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: 750px;
}

.leaderboard-head-ulgrpji {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 5px;
  background: #F6F6F6;

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

.leaderboard-row-ulgrpji {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #FFC4D5;
  background: rgba(230, 22, 80, 0.10);
}

.leaderboard-row_change_color-ulgrpji {
  border-radius: 5px !important;
  border: 1px solid #D4D4D4 !important;
  background: rgba(217, 217, 217, 0.10) !important;
}

.color_text_change-ulgrpji {
  color: #272727 !important;
}

.col-rank-ulgrpji {
  text-align: left;
  max-width: 120px;
  width: 100%;
}

.col-player-ulgrpji,
.col-game-ulgrpji,
.col-wins-ulgrpji,
.col-points-ulgrpji {
  text-align: center;
  max-width: 120px;
  width: 100%;
}

.leaderboard-row-ulgrpji .col-player-ulgrpji,
.leaderboard-row-ulgrpji .col-game-ulgrpji,
.leaderboard-row-ulgrpji .col-wins-ulgrpji,
.leaderboard-row-ulgrpji .col-points-ulgrpji,
.leaderboard-row-ulgrpji .col-rank-ulgrpji {
  max-width: 120px;
  width: 100%;

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

@media (max-width: 600px) {

  .leaderboard-head-ulgrpji,
  .leaderboard-row-ulgrpji,
  .leaderboard-row-ulgrpji .col-player-ulgrpji,
  .leaderboard-row-ulgrpji .col-game-ulgrpji,
  .leaderboard-row-ulgrpji .col-wins-ulgrpji,
  .leaderboard-row-ulgrpji .col-points-ulgrpji,
  .leaderboard-row-ulgrpji .col-rank-ulgrpji {
    font-size: 12px;
  }
}

@media (max-width: 400px) {

  .leaderboard-row-ulgrpji .col-player-ulgrpji,
  .leaderboard-row-ulgrpji .col-game-ulgrpji,
  .leaderboard-row-ulgrpji .col-wins-ulgrpji,
  .leaderboard-row-ulgrpji .col-points-ulgrpji,
  .leaderboard-row-ulgrpji .col-rank-ulgrpji {
    max-width: 40px;
    width: 100%;
    word-break: break-all;
  }

  .leaderboard-head-ulgrpji,
  .leaderboard-row-ulgrpji {
    gap: 15px;
    padding: 15px 20px;
  }
}

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

.join_container-ulgrpji h2,
.join_container-ulgrpji h1 {
  color: #272727;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.join_item-ulgrpji {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;

  padding: 30px;
  border-radius: 20px;
  background: #F6F6F6;
}

.join_item-ulgrpji:hover {
  border-radius: 20px;
  border: 1px solid #E61650;
  background: radial-gradient(82.24% 83.77% at 17.77% 34.04%, #FFD9E4 0%, #F6F6F6 100%);
}

.join_item_header-ulgrpji {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.join_item_image-ulgrpji {
  max-width: 50px;
  width: 100%;
}

.join_item_title-ulgrpji {
  color: #272727;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.join_item_text-ulgrpji {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.join_link_block-ulgrpji {
  max-width: 280px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #E61650;
  background: #FABACC;
  box-shadow: 0 0 25.2px 0 rgba(230, 22, 80, 0.57);
  padding: 4px;
}

.join_link_btn-ulgrpji {
  max-width: 280px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;

  border-radius: 100px;
  background: #E61650;

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

.join_link_btn-ulgrpji img {
  height: 24px;
  width: 24px;
}

@media (max-width: 950px) {
  .join_list-ulgrpji {
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .join_item_title-ulgrpji {
    font-size: 18px;
  }
}

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

.choose_block-ulgrpji h2,
.choose_block-ulgrpji h1 {
  color: #272727;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.choose_item-ulgrpji {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  gap: 20px;

  border-radius: 20px;
  background: #F6F6F6;
  padding: 30px;

  position: relative;
}

.choose_item_hover-ulgrpji {
  border-radius: 20px !important;
  border: 1px solid #E61650 !important;
  background: radial-gradient(93.1% 75.42% at 50% 20.22%, #FFD9E4 0%, #F6F6F6 100%) !important;
}

.choose_item_badge-ulgrpji {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);

  padding: 5px 30px;
  border-radius: 100px;

  background: #E61650;
  color: #FFF;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}


.choose_item_header-ulgrpji {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.choose_item_image-ulgrpji {
  max-width: 50px;
  width: 100%;
}

.choose_item_title_block-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choose_item_title-ulgrpji {
  color: #272727;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.choose_color {
  color: #E61650 !important;

}

.choose_item_price-ulgrpji {
  display: flex;
  align-items: center;
  gap: 10px;
}

.choose_item_price-ulgrpji p {
  color: #E61650;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.choose_item_price-ulgrpji span {
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hours_container-ulgrpji {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.hours_block-ulgrpji {
  width: 140px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.hours_image-ulgrpji {
  max-width: 20px;
  width: 100%;
}

.hours_number-ulgrpji {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.circle_block-ulgrpji {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #9C9C9C;
  margin-left: 5px;
}

.hours_text-ulgrpji {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 285px;
}

.choose_line_block-ulgrpji {
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}

.choose_list_title-ulgrpji {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.choose_included_list-ulgrpji {
  list-style-type: disc;
  /* min-height: 115px; */
}

.choose_included_list-ulgrpji li {
  margin-left: 15px;
  list-style-type: disc;

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

.choose_btn_item-ulgrpji {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;

  padding: 15px 30px;
  border-radius: 100px;
  background: #E61650;

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

@media (max-width: 1200px) {
  .choose_list-ulgrpji {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 400px) {

  .hours_text-ulgrpji,
  .hours_number-ulgrpji {
    font-size: 13px;
  }

  .hours_text-ulgrpji {
    width: 250px;
  }

  .choose_item_title-ulgrpji {
    font-size: 18px;
  }
}

.perfect_container-ulgrpji {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;

  padding: 40px;

  background: url(/ulgrpji_media/ulgrpji_pictures/ulgrpji_perfect_image.webp) center / cover no-repeat;
}

.perfect_container-ulgrpji h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.perfect_link_block-ulgrpji {
  max-width: 300px;
  width: 100%;

  padding: 4px;

  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.30);
  box-shadow: 0 0 25.2px 0 rgba(255, 255, 255, 0.57);
}

.perfect_link_btn-ulgrpji {
  max-width: 300px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;

  border-radius: 100px;
  background: #FFF;

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

.perfect_link_btn-ulgrpji img {
  height: 21px;
  width: 21px;
}

@media (max-width: 600px) {
  .perfect_container-ulgrpji {
    padding: 30px 16px;
    background: url(/ulgrpji_media/ulgrpji_pictures/ulgrpji_perfect_image_mobile.webp) center / cover no-repeat;
  }

  .perfect_link_btn-ulgrpji {
    font-size: 16px;
    padding: 15px;
  }
}

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

.capture_container-ulgrpji h2,
.capture_container-ulgrpji h1 {
  color: #272727;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.capture_image_block-ulgrpji {
  display: flex;
  justify-content: center;
  align-items: center;
}

.capture_image-ulgrpji {
  width: 100%;
  max-width: 1140px;
}

.capture_image-ulgrpji img {
  width: 100%;
  display: block;
  height: auto;
}

.capture_image_mobile-ulgrpji {
  display: none;
}

@media (max-width: 600px) {
  .capture_image-ulgrpji {
    display: none;
  }

  .capture_image_mobile-ulgrpji {
    display: block;
    max-width: 328px;
    width: 100%;
  }

  .capture_image_mobile-ulgrpji img {
    display: block;
    height: auto;
    width: 100%;
  }
}

.bg_footer_section-ulgrpji {
  padding-bottom: 70px;
  background: #272727;
  padding-top: 70px;
}

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

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

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

.container_width1 {
  width: 100%;
  max-width: 370px;
}

.container_width2 {
  width: 100%;
  max-width: 175px;
}

.container_width3 {
  width: 100%;
  max-width: 370px;
}

.container_info_block-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo_text-ulgrpji {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.logo_span-ulgrpji {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info_title-ulgrpji {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.politic_page_links-ulgrpji ul {
  display: flex;
  /* width: 100%; */
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links-ulgrpji li {
  margin: 0;
}

.politic_page_links-ulgrpji a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: flex;
  align-items: center;
  gap: 10px;
}

.politic_page_links-ulgrpji a img {
  width: 24px;
  height: 24px;
}

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

.info_text_title-ulgrpji {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.info_text_title_span-ulgrpji {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_line-ulgrpji {
  background: #D2D2D2;
  height: 1px;
  width: 100%;
}

.footer_bottom-ulgrpji {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.copyright_footer-ulgrpji {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.politic_page_links2-ulgrpji ul {
  display: flex;
  /* width: 100%; */
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links2-ulgrpji li {
  margin: 0;
}

.politic_page_links2-ulgrpji a {
  color: #FFF;
  font-size: 15px;
  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;
}

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

@media (max-width: 700px) {
  .footer_bottom-ulgrpji {
    flex-direction: column;
    align-items: center;
  }

  .politic_page_links2-ulgrpji ul {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .container_info-ulgrpji {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .container_width3 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .container_info-ulgrpji {
    gap: 50px;
  }

  .container_width2,
  .container_width1,
  .container_width3 {
    max-width: 100%;
  }
}

.main-ulgrpji {
  position: relative;
}

.page-ulgrpji {
  position: relative;
}

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

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

.section_page_main_page-ulgrpji {
  padding-top: 145px;
  padding-bottom: 60px;
}

.booking_container-ulgrpji {
  width: 100%;
  display: flex;
  padding: 30px 30px 60px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

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

.booking_container-ulgrpji h1 {
  color: #E61650;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.form_grid-ulgrpji {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form_field-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form_field-ulgrpji label {
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form_field-ulgrpji input,
.form_field-ulgrpji textarea {
  border-radius: 5px;
  background: #EAEAEA;
  padding: 14px 16px;

  color: #272727;
  font-size: 15px;
  font-weight: 700;
}

.form_field-ulgrpji input::placeholder,
.form_field-ulgrpji textarea::placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}

.full-ulgrpji {
  grid-column: span 2;
}

.checkbox_group-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkbox_item-ulgrpji {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  cursor: pointer;

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

.checkbox_item-ulgrpji input {
  display: none;
}

.checkbox_custom-ulgrpji {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #767676;
  flex-shrink: 0;
  position: relative;
}

.checkbox_custom-ulgrpji::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #e61650;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
}

.checkbox_item-ulgrpji input:checked+.checkbox_custom-ulgrpji::after {
  opacity: 1;
}

.checkbox_text-ulgrpji {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.checkbox_text-ulgrpji a {
  color: #E61650;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form_submit-ulgrpji {
  padding: 15px;
  border-radius: 100px;
  border: 2px solid #e61650;
  background: transparent;
  color: #272727;
  font-weight: 700;
  font-size: 16px;
  cursor: not-allowed;
  transition: 0.3s;
}

.form_submit-ulgrpji:enabled {
  background: #e61650;
  color: #fff;
  cursor: pointer;
}

/* success message */
.form_success-ulgrpji {
  display: none;
  text-align: center;
  color: #e61650;
  font-weight: 700;
  font-size: 16px;
}

/* mobile */
@media (max-width: 768px) {
  .form_grid-ulgrpji {
    grid-template-columns: 1fr;
  }

  .full-ulgrpji {
    grid-column: span 1;
  }
}

@media (max-width: 600px) {

  .booking_container-ulgrpji {
    padding: 30px 16px 60px 16px;
  }

  .checkbox_item-ulgrpji {
    align-items: flex-start;
  }
}

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

.contact_container-ulgrpji {
  width: 100%;
  display: flex;
  padding: 30px 30px 60px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

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

.contact_container-ulgrpji h1 {
  color: #E61650;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.contact2_grid-ulgrpji {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact2_field-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact2_field-ulgrpji label {
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact2_field-ulgrpji input,
.contact2_field-ulgrpji textarea {
  background: #eaeaea;
  border: none;
  border-radius: 8px;
  padding: 14px 16px;

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

.contact2_field-ulgrpji input::placeholder,
.contact2_field-ulgrpji textarea::placeholder {
  color: #999;
  opacity: 1;
}

.contact2_full-ulgrpji {
  grid-column: span 2;
}

/* checkboxes */
.contact2_checkbox_group-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact2_checkbox_item-ulgrpji {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact2_checkbox_item-ulgrpji input {
  display: none;
}

.contact2_checkbox_box-ulgrpji {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #767676;
  position: relative;
  flex-shrink: 0;
}

.contact2_checkbox_box-ulgrpji::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #e61650;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
}

.contact2_checkbox_item-ulgrpji input:checked+.contact2_checkbox_box-ulgrpji::after {
  opacity: 1;
}

.contact2_checkbox_item-ulgrpji a {
  color: #E61650;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact2_submit-ulgrpji {
  padding: 15px;
  border-radius: 100px;
  border: 2px solid #e61650;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  cursor: not-allowed;
  color: #272727;
}

.contact2_submit-ulgrpji:enabled {
  background: #e61650;
  color: #fff;
  cursor: pointer;
}

/* success */
.contact2_success-ulgrpji {
  display: none;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #e61650;
}

/* mobile */
@media (max-width: 768px) {
  .contact2_grid-ulgrpji {
    grid-template-columns: 1fr;
  }

  .contact2_full-ulgrpji {
    grid-column: span 1;
  }
}

.contact_container_info-ulgrpji {
  width: 100%;
  display: flex;
  padding: 30px 30px 60px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;

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

.contact_title-ulgrpji {
  color: #272727;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_info_text-ulgrpji,
.contact_label {
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_info_contacts-ulgrpji {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.contact_info_contacts-ulgrpji a,
.contact_text {
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {

  .contact_container-ulgrpji,
  .contact_container_info-ulgrpji {
    padding: 30px 16px 60px 16px;
  }
}

.explore_container-ulgrpji {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.explore_container-ulgrpji h1 {
  color: #E61650;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.category_btns_block-ulgrpji {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.category_btn-ulgrpji {
  display: flex;
  justify-content: center;
  padding: 15px 30px;

  border-radius: 5px;
  border: 1px solid #E0E0E0;
  background: #F2F2F2;

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

.category_btn-ulgrpji.active {
  border: 1px solid #FFC4D5;
  background: rgba(230, 22, 80, 0.10);
  color: #E61650;
}

.explore_block_category-ulgrpji {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.explore_block_category-ulgrpji.active {
  display: flex;
}

.explore_block_category_info-ulgrpji {
  width: 100%;
  display: flex;
  padding: 30px 30px 60px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;

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

.explore_block_category_info-ulgrpji h2 {
  color: #272727;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.bg_color_1 {
  background: #C3FFDE;
}

.bg_color_2 {
  background: linear-gradient(90deg, #C3FFDE 0%, #FFD6C7 100%);
}

.bg_color_3 {
  background: #FFD6C7;
}

.explore_level-ulgrpji {
  color: #2A8037;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
}

.color_1 {
  color: #803B2A !important;
}

.explore_text_card-ulgrpji {
  color: #272727;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.explore_lists_block-ulgrpji {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

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

.explore_list_title-ulgrpji {
  color: #272727;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.explore_list_circ-ulgrpji {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
}

.explore_list_circ-ulgrpji li {
  margin-left: 20px;
  list-style-type: disc;

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

.explore_list_num-ulgrpji {
  display: flex;
  flex-direction: column;
}

.explore_list_num-ulgrpji li {
  color: #272727;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  margin-left: 20px;
}

.explore_tips_block-ulgrpji {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;

  padding: 30px;

  border-radius: 20px;
  border: 1px solid #E61650;
  background: #FDE8EE;
  box-shadow: 0 0 7.5px 0 rgba(230, 22, 80, 0.25);
}

.explore_tips_block-ulgrpji h2 {
  color: #E61650;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.explore_tips_list-ulgrpji {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
}

.explore_tips_list-ulgrpji li {
  margin-left: 20px;
  list-style-type: disc;

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

@media (max-width: 750px) {
  .category_btns_block-ulgrpji {
    flex-direction: column;
  }

  .category_btn-ulgrpji {
    max-width: 400px;
    width: 100%;
  }

  .explore_block_category_info-ulgrpji {
    padding: 30px 16px 60px 16px;
  }

  .explore_tips_block-ulgrpji {
    padding: 30px 16px;
  }

  .explore_lists_block-ulgrpji {
    flex-direction: column;
  }

  .explore_list_block-ulgrpji {
    width: 100%;
  }
}

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

.main_page_bloks-ulgrpji h1 {
  color: #272727;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.data_pages-ulgrpji {
  color: #E61650 !important;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

.main_page_bloks-ulgrpji span {
color: #272727;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.main_page_bloks-ulgrpji p {
color: #272727;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.main_page_bloks-ulgrpji a {
  color: #272727;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.main_page_bloks-ulgrpji ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main_page_bloks-ulgrpji ul li {
color: #272727;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;

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

.color_link {
  color: #E61650 !important;
}

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

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

@media (max-width: 600px) {

  .section_page_main_page-ulgrpji {
    padding-top: 105px;
    padding-bottom: 20px;
  }

  /* .main_page_bloks-ulgrpji h1 {
    font-size: 16px;
  }

  .main_page_bloks-ulgrpji span {
    font-size: 14px;
  }

  .main_page_bloks-ulgrpji p,
  .main_page_bloks-ulgrpji li {
    font-size: 12px;
  } */
}

@media (max-width: 400px) {
  .main_page_bloks-ulgrpji h1 {
    word-break: break-all;
  }
  
}

.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: 8px;
  border: 1px solid #C13C1D;
  background: #282828;

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

.age-modal-content h2 {
  text-align: center;
  font-family: "Intro";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}

.age-modal-content p {
  color: #DCDCDC;
  text-align: center;
  font-family: "Intro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 16px;
}

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

.age-modal-buttons button {
  padding: 10px;
  border: none;
  border-radius: 10px;
  font-family: "Intro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);
  color: #000;
}

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

#ageNo {
  border-radius: 8px;
  border: 1px solid #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);
  color: #F1F1F1;
}

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

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

.feedback-modal.visible {
  opacity: 1;
}

.feedback-modal-content {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #282828;

  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;

  max-width: 520px;
  width: 100%;
}

.feedback-modal-content p {
  color: #DCDCDC;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feedback-modal-content h2 {
  color: #DCDCDC;
  text-align: center;
  font-family: "Intro";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -24px;
}

.feedback-modal-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#agePlayNow {
  border-radius: 8px;
  border: 1px solid #C13C1D;
  background: #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);

  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;

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

#ageHome {
  border-radius: 8px;
  border: 1px solid #FFA24C;
  box-shadow: 0 1px 25px 0 rgba(192, 84, 59, 0.90);

  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  align-self: stretch;

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

@media (max-width: 600px) {
  .feedback-modal-content h2 {
    font-size: 20px;
  }

  .feedback-modal-content p {
    font-size: 20px;
  }
}



.bg_section_discover-ulgrpji {
  padding-bottom: 100px;
}

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

.discover_main_block-ulgrpji h2 {
  text-align: center;
  font-family: "Fredoka One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

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

.discover_main_item-ulgrpji {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 32px;
  border-radius: 8px;
  border: 2px solid #00C9FF;
  background: #1E2C3D;
}

.discover_list_block_img-ulgrpji {
  max-width: 160px;
  width: 100%;
}

.discover_list_block_img-ulgrpji img {
  /* width: 100%; */
  height: auto;
  display: block;
}

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

.discover_list_text_block-ulgrpji span {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.48px;
}

.discover_list_text_block-ulgrpji p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

@media (max-width: 900px) {
  .discover_list_block_img-ulgrpji img {
    width: 120px;
  }
}

@media (max-width: 700px) {
  .discover_main_block-ulgrpji h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .bg_section_discover-ulgrpji {
    padding-bottom: 60px;
  }

  .discover_main_block-ulgrpji h2 {
    font-size: 24px;
  }

  .discover_main_block-ulgrpji {
    gap: 16px;
  }

  .discover_main_list-ulgrpji {
    gap: 10px;
  }

  .discover_main_item-ulgrpji {
    padding: 16px 8px;
    align-items: flex-start;
  }

  .discover_list_block_img-ulgrpji img {
    width: 80px;
  }

  .discover_list_text_block-ulgrpji span {
    font-size: 20px;
  }

  .discover_list_text_block-ulgrpji p {
    font-size: 14px;
  }
}