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

@font-face {
  font-family: Kodchasan;
  src: url(/luckydrawsau-fonts/luckydrawsau-kodchasan-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

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

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

:active,
:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

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

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

.w100 {
  width: 100%;
}

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

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

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

.section {
  margin-bottom: 40px;
}

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

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

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

.container {
  padding: 0 40px;
}

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

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

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

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

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

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

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

.luckydrawsau_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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.luckydrawsau_terms_container {
  padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.luckydrawsau_header {
  padding: 16px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;

  background: #f8fff6;
}

header .luckydrawsau_logo img {
  max-width: 230px;
  height: 30px;
}

@media (max-width: 400px) {
  header .luckydrawsau_logo img {
    max-width: 160px;
    height: 30px;
  }
}

/* header .luckydrawsau_logo,
header .luckydrawsau_logo_burger {
  max-width: 24px;
  width: 100%;
  max-height: 24px;
} */

header .luckydrawsau_logo p,
header .luckydrawsau_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 .luckydrawsau_logo p,
  header .luckydrawsau_logo_burger p {
    font-size: 16px;
  }
}

.luckydrawsau_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;
  padding: 10px 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.luckydrawsau_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: space-around;
  gap: 24px;
  padding: 10px 30px;
}

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

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

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

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

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

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

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

.luckydrawsau_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;
  /* gap: 40px; */
}

@media (max-width: 1300px) {
  .luckydrawsau_nav__list {
    gap: 75px;
  }
}

@media (max-width: 1217px) {
  .luckydrawsau_nav__list {
    gap: 35px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .luckydrawsau_nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.luckydrawsau_nav__item a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

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

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

@media (max-width: 991px) {
  .luckydrawsau_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) {
  .luckydrawsau_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

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

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

.luckydrawsau_nav__link.active {
  /* border-bottom: 2px solid var(--1, #884bee); */
  color: #A6FFA8;
}

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

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

.luckydrawsau_burger img {
  width: 24px;
  height: 24px;

}

.luckydrawsau_header__account {
  display: flex;
  gap: 12px;
}

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

.luckydrawsau_header__account button {
  padding: 14px 24px;
  border-radius: 100px;
  border: 1px solid #9EDF9C;

  color: var(--White, #fff);
  font-feature-settings:
    "salt" on,
    "liga" off,
    "calt" off,
    "rclt" off;
color: #272727;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}

.luckydrawsau_header__account button:hover{
  border: none !important;
  background: var(--Button, #9EDF9C);
} 

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

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

@media (max-width: 600px) {
  .luckydrawsau_header__account button {
  padding: 14px 24px;
  border-radius: 100px;
  border: 1px solid var(--White, #9EDF9C);

  color: var(--White, #9EDF9C);
  font-feature-settings:
    "salt" on,
    "liga" off,
    "calt" off,
    "rclt" off;
color: #272727;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
}
}

.p-t-section_main_text {
  padding-top: 130px;
  padding-bottom: 40px;
  background: #f9f9f9;
}

.main_text_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  padding: 80px 40px;
  align-items: center;
  gap: 40px;
  align-self: stretch;

  border-radius: 30px;
  background: #526e48;
}

.main_text_container {
  width: 50%;

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

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

.main_text_container p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.main_text_button,
.main_lotto_button {
  max-width: 246px;
  width: 100%;
  border-radius: 100px;
  background-color: #9edf9c;

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

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

  color: #272727;
}

.main_text_img_block {
  width: 50%;
}

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

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

@media (max-width: 991px) {
  .main_text_block {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 16px;
  }

  .main_text_container {
    gap: 20px;
    width: 100%;
  }

  .main_text_img_block {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .main_text_container h1 {
    font-size: 24px;
    font-weight: 900;
  }

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

  .main_text_button {
    max-width: 328px;
    font-size: 12px;
    padding: 10px 20px;
  }
}

.bg_lotto_section {
  background: #fff;
}

.lotto_main_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  padding: 40px;
  justify-content: flex-end;
  align-items: center;
  gap: 64px;
  align-self: stretch;

  border-radius: 30px;
  background: #c2ffc7;
}

.main_lotto_img_block {
  width: 50%;
}

.main_lotto_img {
  max-width: 548px;
  width: 100%;
}

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

.main_lotto_container {
  width: 50%;

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

.main_lotto_container h2 {
  color: #272727;
  font-family: Kodchasan;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_lotto_container p {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 991px) {
  .lotto_main_block {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }

  .main_lotto_container {
    gap: 24px;
    width: 100%;
  }

  .main_lotto_img_block {
    width: 100%;
  }
}

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

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

  .main_lotto_button {
    max-width: 330px;
    font-size: 12px;
    padding: 10px 20px;
  }
}

.bg_section_about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(/luckydrawsau-img/luckydrawsau-bg-about.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 0;
}

.about_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;

  border-radius: 30px;
}

.about_block h2 {
  color: #272727;
  font-family: Kodchasan;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about_block p {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 600px) {
  .bg_section_about {
    background: url(/luckydrawsau-img/luckydrawsau-bg-about-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about_block {
    gap: 16px;
  }

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

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

.bg_section_green {
  background: #9EDF9C;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.all_about_block {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 30px;
  background: #FFF;
}

.all_about_block h2 {
  color: #272727;
  text-align: center;
  font-family: Kodchasan;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

.all_about_block p{
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 600px) {
  .bg_section_green {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .all_about_block {
    padding: 20px;
    gap: 16px;
  }

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

  .all_about_text {
    gap: 16px;
  }

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

.section_winning {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

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

.winning_block h2 {
  color: #272727;
  text-align: center;
  font-family: Kodchasan;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.winning_list {
  width: 100%;
  max-width: 800px;
  border-collapse: separate;      
  border-spacing: 0;         
}

.winning_list th {
  display: none;
}

.winning_item td {
  padding: 20px;
  vertical-align: middle;
  background: #fff;               
  color: #272727;
  font-family: Kodchasan;
  font-weight: 700;
  font-size: 20px;
}

.winning_item.winning_dark td {
  background: #DCDCDC;
}

.winning_item td:first-child {
  text-transform: uppercase;
  font-size: 24px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.winning_item td:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 650px) {
  .winning_item td {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
  }

  .winning_item td:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;

  }

  .winning_item td:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
  }

  .winning_item td:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
}

@media (max-width: 600px) {
  .section_winning {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

.responsible_gaming_header {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

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

.responsible_gaming_img {
  max-width: 77px;
  width: 100%;
}

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

.responsible_gaming_list {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.responsible_gaming_list li{
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 600px) {

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

  .responsible_gaming_img {
    max-width: 64px;
    width: 100%;
  }

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

.section_rewiews {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

.rewiews_block {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.rewiews_block h2 {
  color: #272727;
  text-align: center;
  font-family: Kodchasan;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.rewiews_slider {
  display: flex;
  max-width: 1240px;
  width: 100%;
}

.rewiews_list {
  width: 100%;
  display: flex;
  align-items: center;
}

.rewiew_item {
  padding: 32px;
  max-width: 700px;
  width: 100%;

  border-radius: 30px;
  border: 1px solid #62825D;
}

.rewiew_item_data {
  gap: 24px;
}

.rewiew_item_data p,
.rewiew_item_data span {
  color: #272727;
font-family: Kodchasan;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  padding: 20px;
}

@media (max-width: 600px) {
  .section_rewiews {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rewiew_item {
    padding: 24px;
  }

  .rewiew_item_data {
    gap: 16px;
  }

  .rewiew_item_data p,
  .rewiew_item_data span {
    font-size: 14px;
  }

  .rewiews_block {
    gap: 32px;
  }

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

.section_form {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;

    background: url(/luckydrawsau-img/luckydrawsau-bg-form.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block_contact_form {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.form_container_header {
  width: 100%;
  max-width: 900px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

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

.form_container_header p {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.contact_form {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_form input,
.contact_form textarea {
  border-radius: 30px;
  border: 1px solid #E6E6E6;
  background: #fff;

  padding: 14px 16px;
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.contact_form_btn {
  width: 100%;
  max-width: 250px;
  padding: 14px 24px;
  text-align: center;

  border-radius: 100px;
  background: #9EDF9C;

  color: #272727;
  font-family: Kodchasan;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}

@media (max-width: 600px) {

  .section_form {
    padding-top: 40px;
    padding-bottom: 40px;

    background: url(/luckydrawsau-img/luckydrawsau-bg-form-mobile.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .form_container_header {
    align-items: center;
    gap: 16px;
  }

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

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


  .contact_form_btn {
    padding: 20px 16px;
    font-size: 14px;
    max-width: 600px;
  }
}

.success_message {
  display: none;
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px;

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

.success_message.show {
  display: flex;
}

input,
textarea {
  color: #272727;
  border: 1px solid #272727;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

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

.faq_section {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.container_faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.container_faq h2 {
  color: #272727;
  text-align: center;
  font-family: Kodchasan;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq_block {
  max-width: 1240px;
  width: 100%;
}

.faq_block_list {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  flex-direction: column;
}

.faq_list_item {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 900px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  background: #9EDF9C;
}

.faq_list_item::after {
  content: none;
}

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

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

.faq_question {
color: #272727;
font-family: Kodchasan;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}

.faq_list_item.active {
  gap: 16px;
}

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

.faq_answer {
color: #272727;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 

  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.active .faq_answer {
  opacity: 1;
}

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

  .faq_block_list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .faq_list_item {
    max-width: 100%;
  }

}

@media (max-width: 600px) {

  .container_faq {
    gap: 16px;
  }

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

  .faq_question {
    font-size: 16px;
  }

  .faq_answer{
    font-size: 14px;
  }

}

.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 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F3FFF4;
  margin-bottom: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 40px;
  /* padding-top: 50px;
  padding-bottom: 50px; */

  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_links_pages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
color: #272727;
/* text-align: right; */
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

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

.footer_main_info_content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.info_contact_footer a {
  text-decoration: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.info_footer {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

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





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

  .politic_page_links {
    width: 100%;
  }

  .info_contact_footer {
    width: 100%;
  }

  .logo_links_pages {
    flex-direction: column;
    gap: 16px;
  }

  .politic_page_links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

.disclaimer_info p,
.disclaimer_info a {
color: #272727;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.footer_company {
  max-width: 1240px;
  width: 100%;
  height: auto;
}

.links_company_footer {
  width: 100%;
}

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

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

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

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

.copyright_footer p{
  color: #272727;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

@media (max-width: 600px) {

  .footer_container {
    gap: 16px;
  }

  .disclaimer_text {
    font-size: 14px;
  }

    .politic_page_links ul {
    justify-content: flex-start;
  }

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

  .links_company_footer ul {
    gap: 32px;
  }

  .copyright_footer p {
    font-size: 14px;
    text-align: center;
  }
}

.luckydrawsau_main {
  position: relative;
}

.luckydrawsau_page {
  position: relative;
}

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

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

}

.section_results_table {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  background: #9EDF9C;
}

.results_table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.results_table_item {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 33px;

  border-radius: 15px;
  background: #526E48;
}

.results_table_item p,
.winning_numbers_block p{
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}

.results_table_item span {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.winning_numbers_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

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

.winning_numbers_list_item {
  border-radius: 34px;
  background: linear-gradient(90deg, #FFD200 0%, #F7971E 100%);

  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;

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

@media (max-width: 991px) {

  .winning_numbers_list {
    flex-wrap: wrap;
  }
}

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

  .results_table {
    gap: 16px;
    max-width: 250px;
  }

  .results_table_item {
    flex-direction: column;
    align-items: flex-start;
  }

}

.choise_block_about {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 30px;
  background: #FFF;
}

.choise_block_about h2{
  color: #272727;
font-family: Kodchasan;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

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

.choise_block_list_item {
  max-width: 370px;
  width: 100%;

  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

  border-radius: 35px;
  background: #526E48;
}

.choise_block_list_item p {
  color: #FFF;
  font-family: Kodchasan;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; 
}

.choise_block_list_item span {
  color: #FFF;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

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

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

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

  .choise_block_list_item span {
    font-size: 14px;
  }
}

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

.responsible_page_item {
  display: flex;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
align-self: stretch;
border-radius: 20px;
background: #FFF;
}

.responsible_page_item p{
  color: #272727;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Kodchasan;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 39px */
}

.responsible_page_item span {
  color: #272727;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.responsible_page_item_list {
  display: flex;
  flex-direction: column;
}

.responsible_page_item_list li{
  color: #272727;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}





.info_pages_list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

@media (max-width: 600px) {
  .info_pages_list li {
    font-size: 14px;
  }
}

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

.play_safe_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.play_safe_block h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.play_safe_block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.info_pages_list_play_safe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: disc !important;
  margin-left: 10px;
}

.info_pages_list_play_safe li {
  list-style: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

  .play_safe_block h2 {
    font-size: 16px;
  }

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

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

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

.text_pages h1 {
  color: #272727;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.text_pages h2 {
  color: #272727;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.text_pages p,
.text_pages li {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}




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




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

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

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

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


.luckydrawsau-popupauth__form input,
.luckydrawsau-popupauth__form textarea
{
  padding: 14px 16px;
  border-radius: 30px;
  border: 1px solid #E6E6E6;
  background: #FFF;

  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  width: 472px;
}

.luckydrawsau-popupauth__button{
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;

  border-radius: 100px;
  background: var(--Button, #9EDF9C);

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


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

.luckydrawsau-popupauth__item {
  display: none;

}

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

.button_link_reg_log {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #272727;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.button_link_reg_log span{
    color: #62825D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

/* .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: 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
  }
}