@font-face {
  font-family: Play;
  src: url(/en/apanjyx_media/apanjyx_fonts/apanjyx_play-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Play;
  src: url(/en/apanjyx_media/apanjyx_fonts/apanjyx_play-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

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

:active,
:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

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

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

.w100 {
  width: 100%;
}

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

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

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

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

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

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

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

.container {
  padding: 0 40px;
}

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

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

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

.page-apanjyx {
  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-apanjyx {
  -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;
}

.main-apanjyx {
  position: relative;
}

.page-apanjyx {
  position: relative;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.header-apanjyx {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 15px 16px;
  background: #0F0F0F;
  z-index: 1;
}

/* градиентный бордер */
.header-apanjyx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;

  background: linear-gradient(90deg,
      rgba(225, 18, 38, 0) 0%,
      rgba(225, 18, 38, 0.4) 20%,
      #E11226 50%,
      rgba(225, 18, 38, 0.4) 80%,
      rgba(225, 18, 38, 0) 100%);
}


header .logo_link-apanjyx img {
  max-width: 192px;
  height: 28px;
}

@media (max-width: 600px) {
  header .logo_link-apanjyx img {
    max-width: 117px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  /* на десктопе не раскидываем элементы по ширине */
  .header__container-apanjyx {
    justify-content: flex-start;
    /* padding: 0 0 0 20px; */
  }

  /* меню уезжает в правую часть */
  .header__menu-apanjyx {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  /* язык сразу рядом с меню */
  .apanjyx__dropdown {
    /* margin-left: 20px; */
  }
}

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

.header__container-apanjyx {
  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-apanjyx {
  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-end;
  gap: 40px;

}

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

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

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

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

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

.header-apanjyx__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-apanjyx__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__item-apanjyx a {
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* .nav__item-apanjyx button {
    text-decoration: none;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}

.header_btn_start-apanjyx {
  border-radius: 20px;
  background: linear-gradient(270deg, #FEB47B 0%, #FF6EC7 100%);
  display: flex;
  max-width: 134px;
  width: 100%;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header_btn_start-apanjyx span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
} */

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

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

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

}

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

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

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

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

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

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

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

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

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

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

.burger-apanjyx img {
  width: 24px;
  height: 24px;

}

/* .giochitopgames_header-apanjyx__singup {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #EA6302;

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

@media (max-width: 991px) {
  .giochitopgames_header-apanjyx__singup {
    max-width: 120px;
    margin: 0 auto;
    padding: 8px 10px;
    font-size: 14px;
  }
} */

header .apanjyx__dropdown {
  position: relative;
}

header .apanjyx__dropdown button {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}

header .apanjyx__dropdown button::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("./../gfblrgn__img/gfblrgn__arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .apanjyx__dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .apanjyx__dropdown-menu {
  width: 60px;
  position: absolute;
  top: 30px;
  display: none;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0;
  padding: 10px 20px;
}

header .apanjyx__dropdown.dropdown_lang__active .apanjyx__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--background-page);
}

header .apanjyx__dropdown.dropdown_lang__active button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.apanjyx__dropdown-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 600px) {
  header .apanjyx__dropdown button {
    font-size: 12px;
  }
}

.section_main_text-apanjyx {
  padding-top: 60px;
  background: linear-gradient(180deg, #190403 0%, #410B09 100%);
}

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

.main_text_container-apanjyx {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.main_text_container-apanjyx h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.main_text_container-apanjyx p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.main_block_image-apanjyx {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.main_block_image_img-apanjyx {
  max-width: 347px;
  width: 100%;
}

.main_block_image_img-apanjyx img {
  display: block;
  height: auto;
  width: 100%;
}

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

@media (max-width: 600px) {

  .main_container_first-apanjyx {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main_text_container-apanjyx,
  .main_block_image-apanjyx {
    width: 50%;
  }

  .main_block_image_img-apanjyx {
    max-width: 200px;
  }

  .main_text_container-apanjyx h1 {
    font-size: 20px;
  }

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

.popularies_section-apanjyx {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.popularies_main_block-apanjyx h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

.popularies_main_item-apanjyx {
  display: flex;
  max-width: 385px;
  width: 100%;
  padding: 20px;
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #780100;
  background: #0F0F0F;
}

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

.popularies_main_item_image-apanjyx {
  max-width: 136px;
  width: 100%;
}

.popularies_main_item_image-apanjyx img {
  height: 136px;
  width: 136px;
}

.popularies_main_item_right-apanjyx {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popularies_main_item_right-apanjyx p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.popularies_main_item_right-apanjyx span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

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

  .popularies_main_block-apanjyx {
    gap: 20px;
  }

  .popularies_main_block-apanjyx h2 {
    font-size: 16px;
  }

  .popularies_main_list-apanjyx {
    gap: 10px;
  }

  .popularies_main_item-apanjyx {
    max-width: 100%;
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 450px) {
  .popularies_main_item_image_block-apanjyx {
    width: 25%;
  }

  .popularies_main_item_right-apanjyx {
    width: 75%;
  }

  .popularies_main_item_image-apanjyx {
    max-width: 86px;
    width: 100%;
  }

  .popularies_main_item_image-apanjyx img {
    width: 100%;
    display: block;
    height: auto;
  }

  .popularies_main_item_right-apanjyx p {
    font-size: 14px;
  }

  .popularies_main_item_right-apanjyx span {
    font-size: 12px;
  }
}

.how_section-apanjyx {
  padding-top: 40px;
  padding-bottom: 40px;
}

.how_main_block-apanjyx {
  width: 100%;
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
  flex-direction: column;
  gap: 40px;
}

.how_main_block-apanjyx h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.how_main_block-apanjyx h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

.how_main_item-apanjyx {
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  padding: 20px;

  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 0%, #999 100%);
}

.how_item_title-apanjyx {
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.how_item_text-apanjyx {
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 640px) {
  .how_main_item-apanjyx {
    max-width: 100%;
  }
}

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

  .how_main_block-apanjyx {
    gap: 20px;
  }

  .how_main_block-apanjyx h2,
  .how_main_block-apanjyx h1 {
    font-size: 16px;
  }

  .how_main_list-apanjyx {
    gap: 10px;
  }

  .how_main_item-apanjyx {
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
  }

  .how_item_title-apanjyx {
    font-size: 14px;
  }

  .how_item_text-apanjyx {
    font-size: 12px;
  }
}

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

.main_results_container-apanjyx h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.main_results_container-apanjyx h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.results_table_scroll-apanjyx {
  width: 100%;
}

.results_table-apanjyx {
  width: 100%;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #780100;
  background: #0F0F0F;
}

/* строки */
.results_row-apanjyx {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 1.3fr 2.4fr 1.3fr 1fr;
  align-items: center;
  padding: 20px 10px;
  column-gap: 20px;
  justify-items: center;
}

.results_row-apanjyx:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #666;
}

/* header */
.results_header-apanjyx {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: center;
}

.results_header-apanjyx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;

  background: linear-gradient(90deg,
      rgba(225, 18, 38, 0) 0%,
      rgba(225, 18, 38, 0.4) 20%,
      #E11226 50%,
      rgba(225, 18, 38, 0.4) 80%,
      rgba(225, 18, 38, 0) 100%);
}

/* колонки */
.results_col_date-apanjyx {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.results_col_name-apanjyx {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.results_col_numbers-apanjyx {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  max-width: 199px;
}

.results_col_jackpot-apanjyx {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.results_col_status-apanjyx {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.results_color_green-apanjyx {
  color: #6BFF00;
}

@media (max-width: 800px) {
  .results_header-apanjyx {
    font-size: 14px;
  }

  .results_col_date-apanjyx,
  .results_col_name-apanjyx,
  .results_col_numbers-apanjyx,
  .results_col_jackpot-apanjyx,
  .results_col_status-apanjyx {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .results_header-apanjyx {
    font-size: 10px;
  }

  .results_col_date-apanjyx,
  .results_col_name-apanjyx,
  .results_col_numbers-apanjyx,
  .results_col_jackpot-apanjyx,
  .results_col_status-apanjyx {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .main_results_container-apanjyx {
    gap: 20px;
  }

  .main_results_container-apanjyx h1,
  .main_results_container-apanjyx h2 {
    font-size: 16px;
  }

  .results_table-apanjyx {
    padding: 0 10px;
    border-radius: 10px;
  }

  .results_row-apanjyx {
    column-gap: 7px;
    padding: 10px;
  }

  .results_header-apanjyx {
    font-size: 8px;
  }

  .results_col_date-apanjyx,
  .results_col_name-apanjyx,
  .results_col_numbers-apanjyx,
  .results_col_jackpot-apanjyx,
  .results_col_status-apanjyx {
    font-size: 8px;
  }
}

@media (max-width: 450px) {
  .results_table_scroll-apanjyx {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .results_table-apanjyx {
    min-width: 470px;
  }
}

.responsable_section-apanjyx {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

  border-radius: 20px;
  border: 1px solid #780100;
  background: linear-gradient(0deg, #400A08 0%, #180302 100%);
}

.responsable_main_block-apanjyx h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.responsable_main_block-apanjyx p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

  .responsable_main_block-apanjyx {
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
  }

  .responsable_main_block-apanjyx h2 {
    font-size: 14px;
  }

  .responsable_main_block-apanjyx p {
    font-size: 12px;
  }
}

.bg_footer_section-apanjyx {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #0F0F0F;
  position: relative;
}

.bg_footer_section-apanjyx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;

  background: linear-gradient(90deg,
      rgba(225, 18, 38, 0) 0%,
      rgba(225, 18, 38, 0.4) 20%,
      #E11226 50%,
      rgba(225, 18, 38, 0.4) 80%,
      rgba(225, 18, 38, 0) 100%);
}

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

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

  display: flex;
  flex-direction: column;
}

.footer_text_blocks-apanjyx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer_text_block-apanjyx {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.footer_text_block-apanjyx p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media screen {}

.links_company_footer-apanjyx {
  width: 100%;
}

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

.plus_footer-apanjyx {
  max-width: 94px;
  width: 100%;
}

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

.links_company_footer-apanjyx img {
  max-height: 87px;
  width: auto;
  display: block;
}

@media (max-width: 1127px) {
  .links_company_footer-apanjyx ul {
    justify-content: center;
  }
}

.politic_page_links-apanjyx {
  width: 100%;
}

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

.politic_page_links-apanjyx li {
  margin: 0;
}

.politic_page_links-apanjyx a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.politic_page_links-apanjyx a:hover,
.politic_page_links-apanjyx a:active,
.politic_page_links-apanjyx a:focus {
  color: #6BFF00;
  text-decoration: none;
}

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

.copyright_footer-apanjyx p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

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

  .links_company_footer-apanjyx img {
    max-height: 50px;
  }

  .politic_page_links-apanjyx a {
    font-size: 14px;
  }

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

.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 {
  border-radius: 20px;
    background: #0F0F0F;
    border: 1px solid #780100;
  padding: 20px;
  max-width: 450px;
  width: 90%;
  border-radius: 20px;
  text-align: center;
}

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

.cookies-modal-content p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  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: #780100;
}

.pages_section-apanjyx {
  padding-top: 110px;
  padding-bottom: 50px;
}

.main_container_loteries-apanjyx {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main_container_loteries-apanjyx h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.loteries_list-apanjyx {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.loteries_item-apanjyx {
  max-width: 385px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding: 20px;
  gap: 20px;

  border-radius: 20px;
  border: 1px solid #780100;
  background: #0F0F0F;
}

.loteries_card_image-apanjyx {
  max-width: 345px;
  width: 100%;
}

.loteries_card_image-apanjyx img {
  width: 100%;
  display: block;
  height: auto;
}

.loteries_title-apanjyx {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.loteries_main_text-apanjyx {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.loteries_item-apanjyx span {
  color: #6BFF00;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.loteries_btn-apanjyx {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(180deg, #4AB000 0%, #1F4A00 100%);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

  .main_container_loteries-apanjyx {
    gap: 20px;
  }

  .main_container_loteries-apanjyx h1 {
    font-size: 16px;
  }

  .loteries_list-apanjyx {
    gap: 10px;
  }

  .loteries_item-apanjyx {
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
  }

  .loteries_title-apanjyx {
    font-size: 14px;
  }

  .loteries_main_text-apanjyx,
  .loteries_item-apanjyx span {
    font-size: 12px;
  }

  .loteries_btn-apanjyx {
    padding: 10px;
    font-size: 14px;
  }
}

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

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

.loteries_page_block_text-apanjyx {
  width: 50%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;

  border-radius: 20px;
  border: 1px solid #780100;
  background: #0F0F0F;
}

.loteries_page_main_text-apanjyx {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.loteries_page_title-apanjyx {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.loteries_page_block_text-apanjyx ul {
  list-style-type: disc;
}

.loteries_page_block_text-apanjyx ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.loteries_page_block_text-apanjyx span {
  display: none;
}

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

.loteries_page_block_images_img-apanjyx {
  max-width: 598px;
  width: 100%;
}

.loteries_page_block_images_img-apanjyx img {
  display: block;
  height: auto;
  width: 100%;
}

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

  .loteries_page_block_text-apanjyx,
  .loteries_page_block_images-apanjyx {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .loteries_page_block-apanjyx {
    gap: 20px;
  }

  .text_h1_center {
    text-align: center;
  }

  .loteries_page_block_text-apanjyx {
    padding: 10px;
    border-radius: 10px;
    gap: 10px;
  }

  .loteries_page_block_text-apanjyx span {
    display: block;
    color: #6BFF00;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 auto;
  }

  .loteries_page_main_text-apanjyx {
    font-size: 12px;
  }

  .loteries_page_title-apanjyx {
    font-size: 14px;
  }

  .loteries_page_block_text-apanjyx ul li {
    margin-left: 15px;
  }
}

.faq_main_block-apanjyx {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq_main_block-apanjyx h2 {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

.faq_item-apanjyx {
  width: 100%;
  max-width: 600px;

  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  border-radius: 20px;
  border: 1px solid #780100;
  background: #0F0F0F;
}

.faq_item-apanjyx span {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.faq_item-apanjyx p {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .faq_main_block-apanjyx {
    gap: 20px;
  }

  .faq_main_block-apanjyx h2 {
    font-size: 16px;
  }

  .faq_item-apanjyx {
    padding: 10px;
    border-radius: 10px;
  }

  .faq_item-apanjyx span {
    font-size: 14px;
  }

  .faq_item-apanjyx p {
    font-size: 12px;
  }
}

.contact_main_block_text-apanjyx {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.contact_form-apanjyx {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 20px;
}

.contact_form-apanjyx input,
.contact_form-apanjyx textarea {
  border-radius: 20px;
  border: 1px solid #780100;
  background: #0F0F0F;

  padding: 20px;
  width: 100%;

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

.contact_form_btn-apanjyx {
  margin-top: 20px !important;
  max-width: 345px;
  width: 100%;
  margin: 0 auto;

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

  border-radius: 20px;
  background: linear-gradient(180deg, #4AB000 0%, #1F4A00 100%);

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

.contact_form-apanjyx textarea {
  min-height: 120px;
}

.success_message {
  display: none;
  color: #4AB000;
  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 #4AB000;
}

@media (max-width: 600px) {
  .contact_main_block_text-apanjyx {
    font-size: 12px;
  }

  .contact_form-apanjyx {
    gap: 10px;
  }

  .contact_form-apanjyx input,
  .contact_form-apanjyx textarea {
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
  }

  .contact_form-apanjyx textarea {
    min-height: 36px;
  }

  .contact_form_btn-apanjyx {
    margin-top: 10px !important;
    padding: 10px;
    font-size: 14px;
  }

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

.pages_politic_section-apanjyx {
  padding-top: 140px;
  padding-bottom: 80px;
}

.politics_main_block-apanjyx {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.politics_main_block-apanjyx h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

.block_pages_info-apanjyx span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.block_pages_info-apanjyx p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

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

.block_pages_info-apanjyx ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .pages_politic_section-apanjyx {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .politics_main_block-apanjyx {
    gap: 20px;
  }

  .politics_main_block-apanjyx h1 {
    font-size: 16px;
  }

  .block_pages_info-apanjyx {
    gap: 10px;
  }

  .block_pages_info-apanjyx span {
    font-size: 14px;
  }

  .block_pages_info-apanjyx p, .block_pages_info-apanjyx ul li {
    font-size: 12px;
  }
}

.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;
  background: #0F0F0F;
  border: 1px solid #780100;
  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 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.age-modal-content p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  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: 400;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background: #018945;
}

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

#ageNo {
  background: #780100;
}

#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: 14px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);

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

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

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

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

.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 24px;
  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: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}