@font-face {
  font-family: Oswald;
  src: url(/assets/fonts-from-top5frgames-bifno/font-oswald-top5frgames-bifno/top5frgames-bifno-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url(/assets/fonts-from-top5frgames-bifno/font-oswald-top5frgames-bifno/top5frgames-bifno-500.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url(/assets/fonts-from-top5frgames-bifno/font-oswald-top5frgames-bifno/top5frgames-bifno-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  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-bifno {
  max-width: 100%;
  margin: 0 auto;
}

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

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

.top5frgames_page-bifno {
  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-b-10 {
  margin-bottom: 10px;
}

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

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

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

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

/* flex */

.flex {
  display: flex;
}

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

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

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

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.top5frgames_main-bifno {
  -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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.top5frgames_header-bifno {
  padding: 14px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 7;  */
  width: 100%;

  background: #00201C;
}

header .top5frgames_logo-bifno img {
  max-width: 68px;
  height: 64px;
}

@media (max-width: 991px) {
  header .top5frgames_logo-bifno img {
    max-width: 50px;
    height: 50px;
  }
}

@media (max-width: 600px) {
  header .top5frgames_logo-bifno img {
    width: 45px;
    height: 49px;
  }
}

/* header .top5frgames_logo-bifno,
header .top5frgames_logo_burger {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
} */

header .top5frgames_logo-bifno p,
header .top5frgames_logo_burger p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 400px) {

  header .top5frgames_logo-bifno p,
  header .top5frgames_logo_burger p {
    font-size: 16px;
  }
}

.top5frgames_header__container-bifno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.top5frgames_nav__list-bifno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  gap: 20px;
  padding: 4px 20px;
}

@media (max-width: 991px) {
  .top5frgames_header__menu-bifno {
    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;
  }

  .age_disclaimer {
    display: none;
  }
}

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

.top5frgames_header__menu-bifno.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

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

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

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

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

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

.top5frgames_nav__list-bifno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_respon_header-bifno {
  border-radius: 50px;
  background: #FFF;
  padding: 14px;
  max-width: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_respons-bifno {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

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

  .btn_respon_header-bifno {
    display: none;
  }
}

.top5frgames_nav__item-bifno a {
  text-decoration: none;
  color: #F3F4F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.top5frgames_nav__item2 {
  display: none;
}

@media (max-width: 1190px) {
  .top5frgames_nav__item-bifno a {
    font-size: 10px;
  }
}

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

  .top5frgames_nav__item-bifno a {
    font-size: 12px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .top5frgames_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }

  .top5frgames_nav__item2 {
    display: block;
  }
}

@media (max-width: 600px) {
  .top5frgames_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top5frgames_nav__link-bifno {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.top5frgames_nav__link-bifno.active {
  border-radius: 50px;
  border: 1px solid #33FFBF;
  padding: 4px 20px;
  color: #33FFBF;
}

@media (any-hover: hover) {
  .top5frgames_nav__link-bifno:hover {
    color: var(--hover-a);
  }
}

.top5frgames_nav__link-bifno:focus-visible {
  color: var(--hover-a);
}

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

.top5frgames_burger-bifno {
  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) {
  .top5frgames_burger-bifno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top5frgames_burger-bifno img {
  width: 24px;
  height: 24px;

}

.section_main_text-bifno {
  padding-top: 100px;
  padding-bottom: 150px;
}

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

.main_text_container-bifno {
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.main_text_container-bifno h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.highlighted_text-bifno {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main_text_container-bifno p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block_buttons_main_block-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.btn_header_login-bifno {
  border-radius: 50px;
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  display: flex;
  max-width: 270px;
  padding: 14px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn_header_login-bifno span {
  color: #013220;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.btn_header_learn-bifno {
  display: flex;
  max-width: 270px;
  width: 100%;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #33FFBF;
  color: #33FFBF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.main_block_list-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.main_block_item-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.main_block_item-bifno span {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

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

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

.main_text_img-bifno {
  max-width: 715px;
  width: 100%;
}

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

@media (max-width: 1305px) {
  .main_block_list-bifno {
    gap: 30px;
    flex-wrap: wrap;
  }

  .main_block_item-bifno {
    max-width: 165px;
  }
}

@media (max-width: 1050px) {
  .block_buttons_main_block-bifno {
    gap: 10px;
  }

  .main_text_container-bifno h1,
  .highlighted_text-bifno {
    font-size: 45px;
  }

  .btn_header_login-bifno span {
    font-size: 16px;
  }
}

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

  .main_text_container-bifno {
    width: 100%;
  }

  .main_text_container-bifno h1,
  .highlighted_text-bifno {
    text-align: center;
  }

  .main_text_img_block-bifno {
    width: 100%;
  }

}

@media (max-width: 600px) {

  .main_text_container-bifno h1,
  .highlighted_text- {
    font-size: 40px;
  }

  .block_buttons_main_block-bifno {
    flex-direction: column;
  }

  .section_main_text-bifno {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.bg_list_capabilities-bifno {
  padding-bottom: 150px;
}

.main_block_capabilities-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main_block_capabilities-bifno h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 590px;
}

.main_block_capabilities-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 590px;
}

.capabilities_list-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.capabilities_item-bifno {
  max-width: 400px;
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 9px;

  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);

  justify-content: center;
  align-self: stretch;
}

.capabilities_item_image-bifno {
  max-width: 52px;
  width: 100%;
}

.capabilities_item_image-bifno img {
  display: block;
  height: auto;
  width: 100%;
}

.capabilities_item-bifno span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.capabilities_item-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .bg_list_capabilities-bifno {
    padding-bottom: 80px;
  }
}

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

.main_block_card_offers-bifno h1 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_block_card_offers-bifno h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_block_card_offers-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_offers_list-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.card_offers_item-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}

.card_offers_article-bifno {
  border-radius: 20px;
  background: rgba(131, 215, 207, 0.10);
  display: flex;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 30px;
  width: 100%;
}

.card_offers_article2-bifno {
  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);
  box-shadow: 0 0 20px 0 rgba(131, 215, 207, 0.50);
  display: flex;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  gap: 30px;
  max-width: 400px;
  width: 100%;
}



.offers_logo_block-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #83D7CF1A;
  padding: 14px 36px;
}

.offers_card_logo-bifno {
  width: 300px;
  height: 70px;
}

.block_text_offers-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.block_text_offers-bifno span {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.block_text_offers-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.offers_bonusses_item-bifno {
  display: flex;
  padding: 10px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 10px;
  background: #83D7CF1A;

}

.offers_bonusses_item-bifno span {
  color: #33FFBF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.offers_bonusses_item-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cards_btn-bifno {
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  display: flex;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.cards_btn-bifno span {
  color: #013220;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .offers_card_logo-bifno {
    width: 240px;
    height: 98px;
  }

  .offers_bonusses_item-bifno {
    max-width: 99px;
  }
}

@media (max-width: 380px) {
  .offers_bonusses_item-bifno {
    max-width: 80px;
  }
}

.main_block_payment-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.main_block_payment-bifno h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main_block_payment-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 590px;
}

.block_payment_list-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.block_payment_item-bifno {
  max-width: 290px;
  gap: 20px;
  width: 100%;
  display: flex;
  padding: 20px 20px 30px 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  background: radial-gradient(157.47% 186.7% at 111.56% 149.7%, rgba(0, 129, 116, 0.50) 0%, rgba(0, 129, 116, 0.10) 69.23%);
}

.payment_block_image-bifno {
  max-width: 80px;
  width: 100%;
}

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

.payment_block_text-bifno {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
}

.payment_block_text-bifno span {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.payment_block_text-bifno p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

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

.payment_var_item-bifno {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.payment_var_image-bifno {
  max-width: 20px;
  width: 100%;
}

.payment_var_item_text-bifno {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.main_block_direct-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.main_block_direct-bifno h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_block_direct-bifno p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_block_table_direct-bifno {
  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);
  padding: 30px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}

.main_block_table_direct-bifno h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.direct_card-bifno {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.direct_card_image-bifno {
  max-width: 42px;
  width: 100%;
}

.direct_card_image-bifno img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 100px;
}

.direct_card_right-bifno {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  flex-direction: column;
}

.direct_card_right_header-bifno {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.direct_card_right_header-bifno span {
  color: #33FF41;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.direct_card_check_block-bifno {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.direct_card_check_block_image-bifno {
  max-width: 15px;
  width: 100%;
}

.direct_card_check_block-bifno p {
  color: #10B880;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main_text_direct_block-bifno {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left !important;
}

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

.text_bottom_direct-bifno {
  color: rgba(255, 255, 255, 0.50) !important;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.text_bottom_direct_span-bifno {
  border-radius: 50px;
  background: rgba(51, 255, 191, 0.20);
  display: flex;
  padding: 0 10px 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #33FFBF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.direct_card_line-bifno {
  max-width: 1200px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
}

@media (max-width: 600px) {
  .main_block_table_direct-bifno {
    padding: 20px;
  }
}

.main_block_tarif-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.main_block_tarif-bifno h1 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main_block_tarif-bifno h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

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

.block_tarif_list-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.block_tarif_item-bifno {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background: rgba(131, 215, 207, 0.10);
  padding: 20px;
}

.block_tarif_item_image-bifno {
  max-width: 86px;
  width: 100%;
}

.block_tarif_item_image-bifno img {
  width: 100%;
  display: block;
  height: auto;
}

.block_item_tarif_text-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.tarif_text1-bifno {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tarif_text2-bifno {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tarif_text3-bifno {
  color: rgba(255, 255, 255, 0.50) !important;
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}

.tarif_check_list-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.tarif_check_item-bifno {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.tarif_check_box_image-bifno {
  max-width: 20px;
  width: 100%;
}

.tarif_check_box_image-bifno img {
  display: block;
  height: auto;
  width: 100%;
}

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

.tarif_check_item_p2-bifno {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tarif_btn-bifno {
  border-radius: 50px;
  border: 1px solid #33FFBF;
  display: flex;
  max-width: 267px;
  width: 100%;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tarif_btn2-bifno {
  border-radius: 50px;
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%) !important;
}

.tarif_btn-bifno span {
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.tarif_btn2-bifno span {
  background: linear-gradient(90deg, #013220 0%, #013220 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block_tarif_item2-bifno {
  position: relative;
}

.icon_popular_tarif-bifno {
  position: absolute;
  border-radius: 50px;
  background: rgba(51, 255, 191, 0.20);
  max-width: 90px;
  display: flex;
  padding: 0 20px 4px 20px;
  justify-content: center;
  align-items: center;
  color: #33FFBF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  top: 20px;
  right: 20px;
}

.main_faq_block-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main_faq_block-bifno h1 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main_faq_block-bifno h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

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

.faq_block_list-bifno {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}

.faq_list_item-bifno {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: rgba(131, 215, 207, 0.10);
}

.faq_list_item-bifno::after {
  content: none;
}

.faq_list_item-bifno.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
}

.faq_header-bifno {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.faq_question-bifno {
  color: #FFF;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq_list_item-bifno.active {
  gap: 10px;
}

.faq_icon-bifno {
  transform: none;
}

.faq_icon-bifno.open {
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}

.faq_answer-bifno {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* padding-right: 40px; */
  text-align: left;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  /* padding: 0; */
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}

.faq_list_item-bifno.active .faq_answer-bifno {
  opacity: 1;
}

.bg_ready-bifno {
  margin-bottom: 150px;
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
}

.main_block_ready-bifno {
  padding-top: 40px;
  padding-bottom: 40px;

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main_block_ready-bifno h2 {
  color: #0A1411;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.main_block_ready_p-bifno {
  color: #0A1411;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn_ready_registr-bifno {
  max-width: 270px;
  width: 100%;
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  border-radius: 50px;
  background: #0A1411;
}

.btn_ready_registr-bifno span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .bg_ready-bifno {
    margin-bottom: 80px;
  }
}

.main_block_forms-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.main_block_forms-bifno h1 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_block_forms-bifno h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.main_block_forms_container-bifno {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

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

.block_forms_two-bifno {
  width: 50%;
}

.container_up_forms_one-bifno {
  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.container_up_forms_one_text-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.up_forms_one_text1-bifno {
  color: #33FF41;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.up_forms_one_text2-bifno {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container_bottom_forms_one-bifno {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bottom_forms_text-bifno {
  color: #33FF41;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

.bottom_forms_icon_media_item-bifno a {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  width: 40px;
  height: 40px;
  /* padding: 0 8px; */
  justify-content: center;
  align-items: center;
}

.media_icons_forms-bifno {
  max-width: 28px;
}

.contact_form-bifno {
  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.contact_form-bifno input,
.contact_form-bifno textarea {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);

  padding: 20px;
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.form_check_box-bifno {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.check_box_form_input-bifno {
  width: 21px !important;
  height: 21px !important;
   border-radius: 4px !important;
  border: 1px solid #33FFBF !important;
  padding: 0 !important;
  background: none;

    -webkit-appearance: checkbox;
  appearance: checkbox;
  accent-color: #97FFE0; 
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}

.check_box_form_input-bifno:checked {
  accent-color: #33FFBF;
}


.check_box_form_text-bifno {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact_form_btn-bifno {
  display: flex;
  padding: 14px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: stretch;

  border-radius: 50px;
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);

  color: #013220;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
}

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

.success_message-bifno {
  display: none;

    position: fixed; /* делаем попап поверх всего */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* поверх других элементов */

border-radius: 20px;
border: 1px solid #D1F2EE;
background: rgba(131, 215, 207, 0.10);
backdrop-filter: blur(25px);
max-width: 345px;
padding: 40px 20px;
align-items: center;
gap: 20px;
}

.success_message_image-bifno {
  max-width: 80px;
  width: 100%;
}

.success_message_p-bifno {
  color: #FFF;
  text-align: left;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.success_message-bifno.show {
  display: flex;
}

input,
textarea {
  color: rgba(255, 255, 255, 0.50);
  transition: all 0.3s ease;
}

input:valid,
textarea:valid {
  color: #fff;
  border: 2px solid #fff;
  /* background-color: var(--background-page); */
}

@media (max-width: 850px) {
  .main_block_forms_container-bifno {
    flex-direction: column-reverse;
  }

  .block_forms_one-bifno {
    width: 100%;
  }

  .block_forms_two-bifno {
    width: 100%;
  }

  .success_message_image-bifno img {
  width: 100%;
}

.success_message-bifno {
  max-width: 500px;
  width: 90%;
  gap: 5px;
  justify-content: center;
}
}

.disclaimer_main_block-bifno {
  width: 100%;
  border-radius: 20px;
border: 1px solid #33FFBF;
background: rgba(51, 255, 191, 0.10);
display: flex;
padding: 30px 20px;
align-items: center;
gap: 30px;
align-self: stretch;
}

.disclaimer_main_block_image-bifno {
  max-width: 213px;
  width: 100%;
}

.disclaimer_text_block-bifno {
  color: #33FFBF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
max-width: 734px;
}

.disclaimer_company_list_block-bifno {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.disclaimer_company_list_block-bifno li {
  max-width: 270px;
  width: 100%;
}

.disclaimer_company_list_block-bifno li a img {
  width: 260px;
  height: 60px;
}

@media (max-width: 1000px) {
  .disclaimer_main_block-bifno {
    flex-direction: column;
  }

  .disclaimer_text_block-bifno {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
    .disclaimer_company_list_block-bifno li a img {
  width: 230px;
  height: 40px;
}
}


.modal-content {
  display: none;
}












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

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

.section_updates {
  padding: 10px 10px;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.bg_footer_section-bifno {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #00201C;
  margin-bottom: 0;
}

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

  display: flex;
  flex-direction: column;
}

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

.disclaimer_text {
  color: #272727;
  text-align: center;
  font-family: Kodchasan;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.logo_footer_block-bifno {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.logo_footer_block_text-bifno {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.logo_footer_block_text-bifno p {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.logo_footer_block_text-bifno span {
  color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

@media (max-width: 600px) {
  .logo_footer_block-bifno {
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

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

.politic_page_links-bifno {
  max-width: 130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.politic_page_links2-bifno {
  max-width: 200px !important;
}

.title_footer-bifno {
color: rgba(255, 255, 255, 0.50);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

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

.politic_page_links-bifno li {
  margin: 0;
}

.politic_page_links-bifno a {
color: #F3F4F6;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

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

.footer_links_company_main_block-bifno {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_links_company_main_block_text-bifno {
  display: flex;
  gap: 6px;
  width: 100%;
  flex-direction: column;
}

.footer_links_company_main_block_text-bifno p {
  color: #33FF41;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.footer_links_company_main_block_text-bifno span {
  color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.links_company_footer-bifno {
  width: 100%;
}

.links_company_footer-bifno ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px;
}

.links_company_footer-bifno ul li a img {
  max-width: 123px;
  height: 32px;
}

@media (max-width: 1140px) {
  .main_container_footer_links_company-bifno {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .main_container_footer_links_company-bifno {
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .links_company_footer-bifno ul {
    row-gap: 20px;
  }
}

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

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

.copyright_footer-bifno p {
color: rgba(255, 255, 255, 0.50);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.top5frgames_main-bifno {
  position: relative;
}

.top5frgames_page-bifno {
  position: relative;
}

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

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

.section_error-bifno {
  padding-top: 242px;
  padding-bottom: 150px;
}

.main_block_error-bifno {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.main_block_error-bifno h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

.main_block_error-bifno p {
  color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.main_block_error_image-bifno {
  max-width: 725px;
  width: 100%;
}

.main_block_error_image-bifno img {
  display: block;
  height: auto;
  width: 100%;
}













.section_main_block_results {
  margin-bottom: 0;
}

.results_main_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.results_main_block h1 {
  color: #272727;
  font-family: Kodchasan;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.results_main_block p,
.results_main_list li {
  color: #272727;
  font-family: Kodchasan;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 600px) {
  .results_main_block {
    gap: 16px;
  }

  .results_main_block h1 {
    font-size: 24px;
  }

  .results_main_block p,
  .results_main_list li {
    font-size: 16px;
  }

}

.block_pages_info-bifno {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.block_pages_info-bifno h1 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}

.block_pages_info-bifno span {
color: #33FF41;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: -20px;
}

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

.block_pages_info-bifno strong {
color: #DFFF2C;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
margin-bottom: -20px;
}

.block_pages_info-bifno ul {
  margin-top: -20px;
}

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

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


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

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

  padding: 20px;
}

.status.active {
  display: flex;
}


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


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

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

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

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

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

.age-modal-content {
  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);
  backdrop-filter: blur(25px);
  color: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.modal_image_disclaimer-bifno {
  max-width: 213px;
  width: 100%;
}

.modal_image_disclaimer-bifno img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 213px;
}

.age-modal-content h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}

.age-modal-content p {
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 40px;
}

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

.age-modal-buttons button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;

  text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

#ageYes {
background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  color: #013220;
}

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

#ageNo {
  border: 1px solid #33FFBF;
  color: #97FFE0;
}


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

.cookies-modal-content {
  background: rgba(131, 215, 207, 0.10);
  border: 1px solid #D1F2EE;
  border-radius: 20px;
  backdrop-filter: blur(25px);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.cookies-modal-content h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cookies-modal-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.cookies-modal-content a {
  color: #DFFF2C;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
margin-bottom: 40px;
}

.cookies-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cookies-modal-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  padding: 14px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

#acceptCookies {
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  color: #013220;
}

#settingCookies {
background: linear-gradient(90deg, #F8FF33 0%, #97FF9A 100%);
color: #2C3B13;
}

#declineCookies {
  border: 1px solid #33FFBF;
  color: #97FFE0;
}

.cookies-setting-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: 10000;
}

.cookies-setting-modal-content {
  background: rgba(131, 215, 207, 0.10);
  border: 1px solid #D1F2EE;
  border-radius: 20px;
  backdrop-filter: blur(25px);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.cookies-setting-modal-content h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.cookies_setting_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.cookies_setting_item {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-radius: 20px;
background: radial-gradient(157.47% 186.7% at 111.56% 149.7%, rgba(0, 129, 116, 0.50) 0%, rgba(0, 129, 116, 0.10) 69.23%);
padding: 16px 20px;
align-items: center;
}

.cookies_setting_item_text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}

.cookies_setting_item_text span {
color: #33FF41;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.cookies_setting_item_text p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.cookies-setting-modal-content .cookies-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#acceptSettingCookies {
    background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  color: #013220;
}

#declineSettingCookies {
    border: 1px solid #33FFBF;
  color: #97FFE0;
}

.ios-toggle {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
}

/* Скрываем стандартный чекбокс */
.ios-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Фон переключателя */
.ios-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121A17; /* фон по умолчанию */
  border-radius: 30px;
  transition: background-color 0.35s ease;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

/* Круглый бегунок */
.ios-toggle .slider::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 3px;
  top: 3px;
  background-color: #33FFBF; /* цвет круга по умолчанию */
  border-radius: 50%;
  transition: transform 0.35s ease, background-color 0.35s ease;
  box-shadow: 0 0 10px rgba(51, 255, 191, 0.4);
}

/* Активное состояние */
.ios-toggle input:checked + .slider {
  background-color: #33FFBF; /* фон при включении */
}

/* Двигаем бегунок направо и меняем его цвет */
.ios-toggle input:checked + .slider::before {
  transform: translateX(24px);
  background-color: #013220; /* тёмный зелёный */
  box-shadow: 0 0 8px rgba(1, 50, 32, 0.6);
}


/* === Общий стиль для всех модалок === */
.custom-modal {
  display: none; /* скрыто по умолчанию */
    align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  animation: fadeIn 0.3s ease forwards;
}

/* Контейнер содержимого */
.custom-modal-content {
  background-color: #013220;
  padding: 40px 20px;
  max-width: 500px;
  width: 90%;
  color: #E5E5E5;
  text-align: center;
border-radius: 20px;
border: 1px solid #D1F2EE;
background: rgba(131, 215, 207, 0.10);
backdrop-filter: blur(25px);
  animation: slideUp 0.35s ease forwards;
}

/* Заголовки */
.custom-modal-content h2 {
background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  margin-bottom: 10px;
}

/* Текст */
.custom-modal-content p {
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 40px;
}

/* Поля ввода */
.custom-modal-content input[type="email"],
.custom-modal-content input[type="password"],
.custom-modal-content input[type="text"],
.custom-modal-content input[type="name"] {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.50);
  border: none;
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.custom-modal-content input:focus {
  border-color: #33FFBF;
  box-shadow: 0 0 6px rgba(51, 255, 191, 0.3);
}

/* Основные кнопки */
.btn_modal, .btn_secondary {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  transition: background-color 0.25s ease, transform 0.1s ease;
  text-transform: uppercase;
}

#loginSubmit {
  background:  linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%);
  color: #013220;
}

#restoreAccess {
  border: 1px solid #33FFBF;
  color: #97FFE0;
}

.modal-bottom-text p {
  margin-top: 20px;
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.btn_form_register_login {
  color: #DFFF2C;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: uppercase;
}

.btn_form_register_login:hover {
  color: #29e5ab;
}

/* Анимации */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Модалка регистрации */
.register-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  animation: fadeIn 0.3s ease forwards;
}

.register-modal-content {
  background-color: #013220;
  padding: 40px 20px;
  max-width: 520px;
  width: 90%;
  color: #E5E5E5;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #B8FBEF;
  background: rgba(131, 215, 207, 0.15);
  backdrop-filter: blur(25px);
  animation: slideUp 0.35s ease forwards;
}

.register-modal-content h2 {
  background: linear-gradient(180deg, #E6FFF6 0%, #7AF0C4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.register-modal-content p {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
}

.register-modal-content input[type="text"],
.register-modal-content input[type="email"],
.register-modal-content input[type="password"],
.register-modal-content input[type="country"] {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid transparent;
  font-size: 16px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.register-modal-content input:focus {
  border-color: #33FFBF;
  box-shadow: 0 0 8px rgba(51, 255, 191, 0.4);
}

#registerSubmit, .btn_register_secondary {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: background-color 0.25s ease, transform 0.1s ease;
  text-transform: uppercase;
}

.registerSubmit {
  margin-top: 30px;
  background: linear-gradient(90deg, #33FFBF 0%, #7AF0C4 100%);
  color: #013220;
}

.registerCancel {
  border: 1px solid #33FFBF;
  color: #97FFE0;
}

/* Анимации */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.password-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: 10000;
}

.password-modal-content {
  border-radius: 20px;
  border: 1px solid #D1F2EE;
  background: rgba(131, 215, 207, 0.10);
  backdrop-filter: blur(25px);
  color: #fff;
  padding: 40px 30px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.password-modal-content h2 {
  background: linear-gradient(180deg, #D1F2EE 0%, #83D7CF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.password-modal-content input {
  width: 100%;
  margin-bottom: 15px;
  padding: 14px 16px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease;
}

.password-modal-content input::placeholder {
  color: #CFF7EE;
  opacity: 0.8;
}

.password-modal-content input:focus {
  border-color: #97FFE0;
}

.password-modal .age-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.btn_rassword_change_yes,
.btn_rassword_change_no {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn_rassword_change_yes {
  background: linear-gradient(90deg, #33FFBF 0%, #97FFE0 100%) !important;
  color: #013220 !important;
}

.btn_rassword_change_no {
  border: 1px solid #33FFBF !important;
  color: #97FFE0 !important;
}


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