@font-face {
  font-family: Tektur;
  src: url(/goldenpanelau-fonts/goldenpanelau_tektur-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Tektur;
  src: url(/goldenpanelau-fonts/goldenpanelau_tektur-medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Tektur;
  src: url(/goldenpanelau-fonts/goldenpanelau_tektur-bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Nerko;
  src: url(/goldenpanelau-fonts/goldenpanelau-nerko-one.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Karla;
  src: url(/goldenpanelau-fonts/ggoldenpanelau-karla-medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  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: 100px;
}

@media (max-width: 991px) {
  section {
    margin-bottom: 40px;
  }
}

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

.container {
  padding: 0 40px;
}

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

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

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }

  .container_section {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .container_section {
    padding: 0 10px;
  }
}

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

.nerko {
  font-family: Nerko;
}

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

h1 {
}

h2 {
}

h3 {
}

p {
}

.uppercase {
  text-transform: uppercase;
}

/* header a {
  text-transform: uppercase;
} */

footer a {
}

@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;
}

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

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.goldenpanelau_terms_container {
  padding: 50px 0;
}

.goldenpanelau_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

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

.goldenpanelau_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.goldenpanelau_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

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

.goldenpanelau_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.goldenpanelau_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.goldenpanelau_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.goldenpanelau_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.goldenpanelau_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

.goldenpanelau_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .goldenpanelau_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .goldenpanelau_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

.goldenpanelau_header {
  padding: 14px 0;
  width: 100%;
}

header .goldenpanelau_logo img {
  max-width: 220px;
  height: 20px;
}

.goldenpanelau_header__account {
  display: flex;
  gap: 10px;
}

@media (max-width: 1000px) {
  .goldenpanelau_header__account{
    display: none;
  }
}

.goldenpanelau_header__account button {
  padding: 12px 20px;
  border-radius: 6px;

  border-radius: 6px;
  border: 1px solid var(--White, #fff);

  color: var(--White, #fff);
  font-feature-settings:
    "salt" on,
    "liga" off,
    "calt" off,
    "rclt" off;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}

.goldenpanelau_header__account button:hover{
  border: none !important;
  background: var(--Button, #f24500);
} 

.active_button_header {
  border: none !important;
  background: var(--Button, #f24500);
}

@media (max-width: 1000px) {
  .goldenpanelau_header__account {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .goldenpanelau_header__account button {
  padding: 8px 16px;
  border-radius: 6px;

  border-radius: 6px;
  border: 1px solid var(--White, #fff);

  color: var(--White, #fff);
  font-feature-settings:
    "salt" on,
    "liga" off,
    "calt" off,
    "rclt" off;
  font-family: Tektur;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
}
}

.goldenpanelau_header__container {
  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: 40px;
}

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

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

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

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

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

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

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

.goldenpanelau_nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.goldenpanelau_nav__item a {
  color: var(--White, #fff);
  font-feature-settings:
    "salt" on,
    "liga" off,
    "calt" off,
    "rclt" off;
  font-family: Tektur;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .goldenpanelau_nav__item a {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

.goldenpanelau_burger {
  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;
  background-color: transparent;
}

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

.goldenpanelau_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.section_background {
  background: url("/goldenpanelau-img/goldenpanelau-background.webp") no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.introduction_text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}

.introduction_text h1 {
  color: var(--White, #fff);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.introduction_text p {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.introduction_text button {
  border-radius: 6px;
  background: var(--Button, #f24500);
  display: flex;
  padding: 10px 40px;

  color: var(--White, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
}

.block_superman {
  width: 50%;
}

.block_image_superman {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

.block_image_superman img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .block_superman {
    display: none;
  }

  .introduction_text {
    width: 100%;
  }
}

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

  .introduction_text h1 {
    font-size: 30px;
  }

  .introduction_text p {
    font-size: 16px;
  }

  .introduction_text button {
    font-size: 16px;
  }
}

.block_moments_lottery {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block_moments_lottery_main_text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}

.block_moments_lottery_main_text h2 {
  color: var(--White, #fff);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

.block_moments_lottery_text p {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.block_image_moment_lottery {
  width: 50%;
}

.block_image_moments {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

.block_image_moments img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .block_moments_lottery {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block_moments_lottery_main_text {
    width: 100%;
  }

  .block_image_moment_lottery {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .block_moments_lottery_main_text {
    gap: 20px;
  }

  .block_moments_lottery_text {
    gap: 15px;
  }

  .block_moments_lottery {
    gap: 10px;
  }

  .block_moments_lottery_main_text h2 {
    font-size: 24px;
  }

  .block_moments_lottery_text p {
    font-size: 16px;
  }
}

.cards_list {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.card_element {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-image-slice: 1;

  border-radius: 10px;
  border: 1px solid transparent;
  background:
    linear-gradient(#121212, #121212) padding-box,
    linear-gradient(180deg,
      #59E1FF,
      #03F) border-box;
}

.card_text h2{
  color: var(--White, #FFF);
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}

.card_text p{
  color: var(--White, #FFF);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
}

.card_image {
  width: 100%;
  max-width: 100px;
}

.card_image img{
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1000px) {
  .cards_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .card_text h2 {
    font-size: 28px;
  }

  .card_text p {
    font-size: 16px;
  }

  .card_image{
    max-width: 80px;
  }
}

.block_chance_lottery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.block_chance_lottery h2{
  color: var(--White, #FFF);
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}

.block_chance_lottery_main{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.block_image_chance_lottery {
  width: 50%;
}

.block_image_chance {
  width: 100%;
  max-width: 610px;
}

.block_image_chance img{
  width: 100%;
  height: auto;
  display: block;
}

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

.block_chance_lottery_text p{
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}

@media (max-width: 900px) {
  .block_chance_lottery_main{
    flex-wrap: wrap;
    justify-content: center;
  }

  .block_image_chance_lottery{
    width: 100%;
  }

  .block_chance_lottery_text{
    width: 100%;
  }
}

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

  .block_chance_lottery_text p {
    font-size: 16px;
  }
}

.cards_secure_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cards_secure_block h2{
  color: var(--White, #FFF);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}

.cards_list_secure{
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.card_element_secure {
  max-width: 400px;
  min-height: 138px;
  max-height: 155px;
  height: auto;
  width: 100%;
  padding: 20px;
  display: flex;
  /* align-items: center; */
  gap: 30px;
  border-image-slice: 1;

  border-radius: 10px;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg,
      #59E1FF,
      #03F) border-box;
}

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

.card_text_secure h2{
  color: var(--White, #FFF);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 100%; 
}

.card_text_secure p{
  color: var(--White, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
}

@media (max-width: 1020px) {
  .cards_list_secure{
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 600px) {

  .cards_secure_block {
    gap: 20px;
  }

  .cards_list_secure{
    gap: 10px;
  }

  .cards_secure_block h2{
    font-size: 24px;
  }

  .card_text_secure h2{
    font-size: 20px;
  }

  .card_text_secure p{
    font-size: 14px;
  }

  .card_element_secure {
    max-height: 300px;
  }

  .cards_list {
    gap: 10px;
  }
}

.contact_background {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 20px;

  border-radius: 10px;
  border: 1px solid transparent;
  border-image-slice: 1;

  background:
    url('/goldenpanelau-img/goldenpanelau-background.webp') center / cover no-repeat padding-box,
    linear-gradient(180deg, #59E1FF, #03F) border-box;
}

.heroes_text{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.heroes_text h2{
  color: var(--White, #FFF);
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}

.heroes_text p{
  color: var(--White, #FFF);
font-variant-numeric: lining-nums proportional-nums;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 120%;
}

.heroes_text a{
  border-radius: 6px;
  background: var(--Button, #F24500);

  display: flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 225px;

  color: var(--White, #FFF);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

.block_heroes{
  width: 50%;
}

.block_image_heroes {
  width: 100%;
  max-width: 590px;
}

.block_image_heroes img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .contact_background{
    flex-wrap: wrap;
    justify-content: center;
  }

  .heroes_text{
    width: 100%;
  }

  .block_heroes{
    width: 100%;
  }
}

@media (max-width: 600px) {

  .contact_background {
    padding: 20px;
  }

  .heroes_text h2 {
    font-size: 24px;
  }

  .heroes_text p {
    font-size: 16px;
  }

  .heroes_text a{
    font-size: 16px;
    max-width: 600px;
    padding: 10px 20px;
  }
}

.text_addition_pages {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0;
}

.text_addition_pages h1{
  color: var(--White, #FFF);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.text_addition_pages p{
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; 
}

@media (max-width: 600px) {
  .text_addition_pages {
  gap: 20px;
  padding: 20px 0;
}

.text_addition_pages h1{
  font-size: 30px;
}

.text_addition_pages p{
  font-size: 16px;
}
}

.cards_list_block{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cards_list_block h2{
  color: var(--White, #FFF);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}

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

.card_element_about {
    max-width: 400px;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-image-slice: 1;

  border-radius: 10px;
  border: 1px solid transparent;
  background:
        url('/goldenpanelau-img/goldenpanelau-card-backround.webp') center / cover no-repeat padding-box,
    linear-gradient(180deg,
      #59E1FF,
      #03F) border-box;
}

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

.card_text_about h2{
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.card_text_about p{
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}

@media (max-width: 600px) {

.card_text_about p{
  font-size: 14px;
}
}

.block_qa {
  gap: 30px;
}

.block_qa h2{
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

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

.list_element_qa {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  border-radius: 6px;
  background: var(--Blue1, linear-gradient(180deg, #59E1FF 0%, #03F 100%));
}

.list_element_qa h3{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}

.list_element_qa p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
}

@media (max-width: 600px) {

  .block_qa {
    gap: 20px;
  }

  .block_qa h2{
    font-size: 24px;
  }

  .block_list_qa {
    gap: 10px;
  }

  .list_element_qa h3{
    font-size: 18px;
  }

  .list_element_qa p{
    font-size: 16px;
  }
}

.contact_container{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact_container h2{
  color: var(--White, #FFF);
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.block_form {
  width: 50%;
}

.contact_blocks {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.contact_block_img{
  width: 50%;
}

.contact_img {
  width: 100%;
  max-width: 610px;
}

.contact_img img{
  width: 100%;
  height: auto;
  display: block;
}

.contact_form_container {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact_form_container p{
  color: var(--White, #FFF);
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

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

.contact_form input,
.contact_form textarea {
  width: 100%;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 4px;
  background: var(--White, #FFF);

  color: var(--Background, #121212);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; 
}

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

  border-radius: 6px;
  background: var(--Button, #F24500);

  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .contact_blocks {
    flex-wrap: wrap;
  }

  .contact_block_img{
    width: 100%;
  }

  .contact_form_container{
    width: 100%;
  }
}

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

  .contact_form_container p{
    font-size: 16px;
  }

  .contact_form input,
  .contact_form textarea {
    font-size: 16px;
  }

  .contact_form_btn{
    font-size: 16px;
  }
}

.politik_pages,
.politik_pages ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.politik_pages h1{
  color: var(--White, #FFF);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.politik_pages h2{
  color: var(--White, #FFF);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.politik_pages p,
.politik_pages li{
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; 
}

.word_break{
  word-break: break-all;
}

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

  .politik_pages h2 {
    font-size: 20px;
  }

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

  
}









@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

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

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



.date_display {
  display: none;
}

.goldenpanelau_container {
  /* margin-bottom: 24px; */
  background-color: #000000;
}

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

.footer_text_info h2 {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.footer_text_info p,
.footer_text_info a {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer_text_info a{
  text-decoration: underline;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 32px;
  padding: 40px 0;
}

@media (max-width: 1300px) {
  .footer_container {
    padding: 30px 20px;
  }
}

@media (max-width: 800px) {
  .footer_container {
    padding: 20px 16px;
    gap: 16px;
  }
}

.links_company_footer ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 600px) {
  .links_company_footer ul {
    flex-wrap: wrap;
  }
}

.politic_page_links {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

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

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
  color: var(--White, #fff);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;

  text-decoration: underline;
  display: inline-block;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.politic_page_links a:hover,
.politic_page_links a:active,
.politic_page_links a:focus {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .politic_page_links ul {
    justify-content: center;
    gap: 15px;
  }
}

.сopyright_footer p {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

  .footer_text_info p,
  .footer_text_info a {
    font-size: 12px;
  }

  .сopyright_footer p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .about_us_info {
    justify-content: center;
  }

  .about_us_photo {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .section_updates_block_h2 {
    text-align: left;
  }

  .main_text_container_ul li {
    gap: 4px;
  }
}

@media (max-width: 450px) {
  .main_text_container_ul li {
    font-size: 8px;
  }
}

@media (max-width: 400px) {
  .block_border_main {
    padding: 16px;
  }

  .block_border_main li {
    font-size: 14px;
  }

  .bonus_block_text_p {
    font-size: 12px;
    max-width: 120px;
  }

  .offers_card {
    gap: 5px;
  }

}

@media (max-width: 300px) {
  .main_text_container_ul li {
    font-size: 8px;
  }
}

.goldenpanelau_main {
  position: relative;
}

.goldenpanelau_page {
  position: relative;
}

.main_text_container_img {
  position: absolute;
  left: 62%;
  transform: translateX(50%);
  z-index: 1;
  top: 105px;
  width: 300px;
  height: 440px;
  background-image: url("/goldenpanelau-img/goldenpanelau_background.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* animation: pulse 2s infinite; */
}

@media (max-width: 1240px) {
  .main_text_container_img {
    left: 64%;
    transform: translateX(50%);
    top: 130px;
    width: 280px;
    height: 380px;
  }
}

@media (max-width: 1200px) {
  .main_text_container_text h1 {
    max-width: 830px;
  }

  .main_text_container_list {
    max-width: 830px;
  }

  .main_text_container_img {
    left: 64%;
  }
}

@media (max-width: 1100px) {
  .main_text_container_img {
    left: 60%;
    top: 110px;
    width: 240px;
    height: 300px;
  }

  .main_text_container_text h1 {
    max-width: 750px;
  }

  .main_text_container_list {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 950px) {
  .main_text_container_img {
    left: 58%;
    height: 250px;
  }

  .main_text_container_text h1 {
    max-width: 650px;
    font-size: 50px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 800px) {
  .main_text_container_img {
    left: 52%;
    top: 110px;
    height: 210px;
  }

  .main_text_container_list p {
    display: none;
  }

  .main_text_container_text h1 {
    max-width: 500px;
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .main_text_container_img {
    left: 53%;
    top: 110px;
    width: 180px;
    height: 180px;
  }

  .main_text_container_text h1 {
    max-width: 400px;
    font-size: 36px;
  }

  .main_text_container_ul li span {
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .main_text_container_img {
    left: 57%;
    top: 90px;
    width: 130px;
    height: 130px;
  }

  .main_text_container_text h1 {
    max-width: 330px;
    font-size: 28px;
  }
}

@media (max-width: 450px) {
  .main_text_container_img {
    left: 61%;
    top: 100px;
    width: 100px;
    height: 100px;
  }

  .main_text_container_text h1 {
    max-width: 300px;
    font-size: 24px;
  }

  .main_text_container_ul li span {
    font-size: 8px;
  }
}

@media (max-width: 380px) {
  .main_text_container_img {
    left: 65%;
    top: 90px;
    width: 75px;
    height: 95px;
  }

  .main_text_container_text h1 {
    max-width: 250px;
    font-size: 20px;
  }
}

.success_message {
  display: none;
  color: green;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.success_message.show {
  display: block;
}

input:valid,
textarea:valid {
  border: 2px solid #5ff01b;
  background-color: #fff;
}



.goldenpanelau-popupauth {
   display: flex;
  justify-content: center; 
  align-items: center; 

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* или как тебе нужно */
  z-index: 1000;
}




.goldenpanelau-popupauth.active {
  opacity: 1;
  visibility: visible;
}

.goldenpanelau-popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.goldenpanelau-popupauth__content {
  max-width: 600px;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
}

.goldenpanelau-popupauth__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}


.goldenpanelau-popupauth__form input{
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: var(--White, #FFF);

  color: var(--Background, #121212);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.goldenpanelau-popupauth__title {
  color: var(--White, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.goldenpanelau-popupauth__button{
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;

  border-radius: 6px;
  background: var(--Button, #F24500);

  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
}


@media (max-width:600px) {
  .goldenpanelau-popupauth__content {
    width: 95%;
  }
}

.goldenpanelau-popupauth__item {
  display: none;

}

.goldenpanelau-popupauth__item.active {
  display: block;
}

.button_link_reg_log {
  color: var(--White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 
  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;
}

/* .status {
    padding: 10px;
  border-radius: 20px;
  background-color: green;
  margin-top: 20px;
  display: none;
}

.form.active .status {
  display: block;
} */

.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: 20px;
  border-radius: 10px;
  border: 1px solid var(--White, #FFF);
  background: var(--Blue1, linear-gradient(180deg, #59E1FF 0%, #03F 100%));
}

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