@font-face {
  font-family: "Inter";
  src: url("/h57705015-public/h57705015-fonts/h57705015-inter_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("/h57705015-public/h57705015-fonts/h57705015-inter_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("/h57705015-public/h57705015-fonts/h57705015-inter_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("/h57705015-public/h57705015-fonts/h57705015-inter_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "baloo";
  src: url("/h57705015-public/h57705015-fonts/h57705015-baloo-regular.woff2");
  font-display: swap;
  font-weight: 400;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Inter", sans-serif;
  --second-family: "baloo", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #131317;
}

.h57705015-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h57705015-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h57705015-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 53px;
  }
}

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

h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0px;
  text-align: center;
}

@media (max-width: 991px) {
  h2 {
    font-size: 33px;
  }
}

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

h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ff8c3c;
  margin: 0px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

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

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
}

@media (max-width: 991px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
    letter-spacing: normal;
  }
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

section {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  section {
    margin-bottom: 50px;
  }
}

.h57705015-site-header{
  padding-top: 10px;
}

.h57705015-header-inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  background: #3a332a;
}

.h57705015-nav-list{
  flex-direction: row;
  gap: 32px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.h57705015-hero-wrapper{
  display: flex;
  padding: 0px 20px;
  padding-top: 10px;
  align-items: center;
  background: url("/assets/images/hero_bg.webp");
  background-size: cover;
  background-position: center;
  justify-content: center;
}

.h57705015-hero-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  max-width: 841px;
  flex: 1;
  width: 100%;
}

.h57705015-hero-subtitle{
  color: #fff;
}

.h57705015-hero-cta{
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border: 2px solid #ffb46a;
  border-radius: 10px;
  padding: 9px 24px;
  background: #ff8c3c;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.h57705015-lottery-list{
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.h57705015-lottery-item{
  max-width: 413px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
  gap: 16px;
  background: #3a332a;
  border-radius: 16px;
  position: relative;
}

.h57705015-golden_lottery_item{
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.35), inset 0 4px 4px 0 rgba(255, 255, 255, 0.35);
  border: 2px solid #ffb46a;
}

.h57705015-lottery-description{
  font-weight: 500;
}

.h57705015-lottery-cta{
  border: 2px solid #ffb46a;
  border-radius: 10px;
  background: #ff8c3c;
  padding: 9px 48px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}



.h57705015-about-section .h57705015-container{
  flex-direction: row;
  gap: 20px;
}

.h57705015-about-us-image{
  flex: 1;
  object-fit: cover;
  min-width: 0px;
}

.h57705015-about-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.h57705015-about-info{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h57705015-about-block{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.h57705015-about-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
  list-style: disc;
  padding-left: 20px;
}

.h57705015-about-image{
  flex: 1;
  object-fit: cover;
  min-width: 0px;
  width: 100%;
  aspect-ratio: 630 / 330;
}

.h57705015-secondary-image{
  aspect-ratio: auto;
}

.h57705015-steps-list{
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.h57705015-step-item{
  border-radius: 20px;
  max-width: 305px;
  width: 100%;
  overflow: hidden;
}

.h57705015-step-icon-wrapper{
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffc542 0%, #5f43c2 100%);
}

.h57705015-step-content{
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.h57705015-step-image{
  margin-bottom: 16px;
}

.h57705015-step-title{
  margin-bottom: 8px;
}

.h57705015-site-footer{
  background: black;
  padding: 20px 0px;
}

.h57705015-footer-top{
  display: flex;
}

.h57705015-footer-brand{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.h57705015-footer-license-note{
  max-width: 250px;
  width: 100%;
}

.h57705015-footer-nav-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.h57705015-footer-nav-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  gap: 8px;
}

.h57705015-footer-legal-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.h57705015-footer-nav-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  gap: 12px;
}

.h57705015-footer-regulatory{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  gap: 10px;
  background: #3a332a;
}

.h57705015-footer-regulatory-text{
  font-size: 17px;
}

.h57705015-footer-title{
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fefefe;
}

.h57705015-footer-responsibility{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.h57705015-footer-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fefefe;
}

.h57705015-footer-title_title_2{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #ffc542;
  margin: 0px;
  text-align: start;
  text-transform: none;
}

.h57705015-footer-responsibility-text{
  font-weight: 500;
}

.h57705015-footer-resources-list{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ff8c3c;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.h57705015-footer-translation-note{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.h57705015-footer-social-list{
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.h57705015-footer-copy{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}










.h57705015-about_us_page_hero .h57705015-hero-content{
  align-items: center;
}

.h57705015-about_us_page_hero .h57705015-hero-wrapper{
  padding: 74px 20px;
  padding-top: 84px;
}

.h57705015-winners-list{
  flex-direction: row;
  gap: 15px;
}

.h57705015-winner-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px 24px;
  border-radius: 15px;
  background: #3A332A;
  border: 1px solid #FFB46A;
}

.h57705015-winner-description{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

.h57705015-winner-amount{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #ff8c3c;
}

.h57705015-winner-name{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.6);
}



.h57705015-contact_us_page .h57705015-hero-wrapper{
  padding: 40.5px 20px;
  padding-top: 50.5px;
}

.h57705015-contact_us_page .h57705015-hero-content{
  align-items: center;
}

.h57705015-contact-container{
  flex-direction: row;
}

.h57705015-contact-form{
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  gap: 10px;
}

.h57705015-contact-form{
  display: flex;
  flex-direction: column;
  max-width: 630px;
  width: 100%;
  gap: 10px;
}

.h57705015-contact-input{
  border-radius: 10px;
  padding: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ffb46a;
  background: #3a332a;
}

.h57705015-contact-textarea{
  border-radius: 10px;
  padding: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  box-sizing: border-box;
  height: 94px;
  border: 1px solid #ffb46a;
  background: #3a332a;
}

.h57705015-contact-checkbox-label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: start;
  color: rgba(255, 255, 255, 0.8);
}

.h57705015-contact-submit-btn{
  background: none;
  border: 2px solid #ffb46a;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 9px 48px;
  width: 100%;
  box-sizing: border-box;
}

.h57705015-contact-title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffc542;
}

.h57705015-policy_page_hero .h57705015-hero-wrapper{
  background: #3A332A;
  border-radius: 0 0 20px 20px;
}

.h57705015-policy-content p{
  color: #fff;
}

.h57705015-policy-content ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding-left: 25px;
  list-style: disc;
}

.h57705015-lottery-container{
  flex-wrap: nowrap;
}

.h57705015-draw-selection-block{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h57705015-section-title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}

.h57705015-draw-button-group{
  display: flex;
  gap: 16px;
}

.h57705015-draw-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ffc542;
  border-radius: 20px;
  padding: 10.5px 32px;
  background: none;
}

.h57705015-number-selection-cart-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.h57705015-number-selection-block{
  max-width: 847px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h57705015-section-title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}

.h57705015-instructions{
  width: 100%;
  border: 1px solid #ffc542;
  border-radius: 20px;
  padding: 23px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  display: none;
}

.h57705015-number-list{
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 11px;
  row-gap: 16px;
}

.h57705015-grand_numbers{
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 11px;
  row-gap: 16px;
}

.h57705015-number-item {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff8c3c;
  background: rgba(95, 67, 194, 0.1);
  box-sizing: border-box;
  border-radius: 300px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.h57705015-number-controls{
  display: flex;
  gap: 16px;
}


.h57705015-quick-pick-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 0px;
  border: 0px;
  background: none;
  border-radius: 8px;
  padding: 10.5px 32px;
  background: #3a332a;
}

.h57705015-clear-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 0px;
  border: 0px;
  background: none;
  border-radius: 8px;
  padding: 10.5px 32px;
  background: #3a332a;
}

.h57705015-add-to-cart-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 0px;
  border: 0px;
  background: none;
  border-radius: 8px;
  padding: 10.5px 32px;
  background: #3a332a;
}

.h57705015-customer-details-block{
  display: flex;
  flex-direction: column;
  max-width: 847px;
  gap: 16px;
}

.h57705015-section-title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}

.h57705015-customer-input{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  padding: 14px;
  border: 0px;
  border-radius: 10px;
  background: #3a332a;
  border: 1px solid #ffb46a;
}

.h57705015-age-confirmation{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
}

.h57705015-complete-order-btn{
  border: 2px solid #ffb46a;
  border-radius: 10px;
  padding: 9px 48px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background: #ff8c3c;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .h57705015-hero-wrapper{
    flex-direction: column;
    align-items: end;
  }

  .h57705015-main-navigation{
    display: none;
  }

  .h57705015-footer-social-list{
    flex-wrap: wrap;
    gap: 16px;
  }

  .h57705015-footer-resources-list{
    gap: 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #ffc542;
  }

  .h57705015-footer-top{
    gap: 20px;
  }

  .h57705015-footer-logo{
    width: 40px;
  }
}

@media screen and (max-width: 600px) {
  .h57705015-hero-wrapper{
    flex-direction: column;
    align-items: end;
    gap: 16px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .h57705015-hero-subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .h57705015-hero-image{
    min-width: 0px;
    width: 167px;
    height: 161px;
  }

  .h57705015-footer-brand{
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex: none;
  }

  .h57705015-footer-top{
    flex-wrap: wrap;
  }

  .h57705015-footer-license-note{
    max-width: none;
  }

  .h57705015-about-section .h57705015-container{
    flex-direction: column;
  }

  .h57705015-about-title{
    text-align: center;
    align-self: center;
  }

  .h57705015-footer-translation-note{
    font-size: 15px;
  }

  .h57705015-winners-list{
    flex-direction: column;
  }

  .h57705015-about-us-image{
    width: 100%;
  }

  .h57705015-about-section .h57705015-about-container_main{
    flex-direction: column-reverse;
  }
}

.h57705015-cart-summary-block{
  max-width: 409px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h57705015-cart-details{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  box-sizing: border-box;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #ffb46a;
  background: #3a332a;
}

.h57705015-cart-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h57705015-divider_line{
  width: 100%;
  height: 1px;
  background: #ffc542;
}


.h57705015-number-item.h57705015-selected {
  background: #ff8c3c;
}

.h57705015-draw-btn.h57705015-active {
  background: #ffb46a;
  color: #000;
  border-color: none;
}

.h57705015-instructions-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
}

.h57705015-ticket-line{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.h57705015-ticket-line div{
  display: flex;
  justify-content: space-between;
}

.h57705015-added_tickets{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h57705015-message{
  display: none;
}

.h57705015-active .h57705015-message{
  display: block;
}

@media screen and (max-width: 600px) {
  .h57705015-draw-button-group{
    flex-wrap: wrap;
  }

  .h57705015-number-controls{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 635px) {
  .h57705015-number-list{
    gap: 0px;
    justify-content: space-between;
    gap: 4px;
    row-gap: 16px;
  }

  .h57705015-instructions-text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
  }

  .h57705015-instructions{
    padding: 10px;
  }

  .h57705015-number-item{
    width: 42px;
    height: 40px;
  }
}


.h57705015-cookie_popup-wrapper{
  position: fixed;
  bottom: 10px;
  width: 100%;
  max-width: 1396px;
  padding: 24px 10px;
  justify-self: anchor-center;
  box-sizing: border-box;
}

.h57705015-cookie_popup-overlay{
  width: 100%;
  background: #18181e;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  padding: 24px 16px;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 10px;
}

.h57705015-cookie_popup-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.h57705015-cookie_popup-actions{
  display: flex;
  align-items: center;
  gap: 8px;
}

.h57705015-cookie_popup-link-reject{
  border: 2px solid #ffc542;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.h57705015-cookie_popup-button-accept{
  border: 2px solid #ffb46a;
  background: #ff8c3c;
  padding: 9px 16px;
  border-radius: 10px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.h57705015-overlay{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(000, 000, 000, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.h57705015-overlay .h57705015-container{
  width: 100%;
  align-items: center;
}

.h57705015-popup_content_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  padding: 50px 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 16px;
  background: #131317;
}

.h57705015-eighteen_plus_confirmation{
  max-width: 386px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.h57705015-log_in_button{
  border: 2px solid #ffb46a;
  border-radius: 10px;
  background: #ff8c3c;
  padding: 9px 48px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}







.h57705015-popup-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 386px;
  gap: 20px;
}

.h57705015-popup-fields{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.h57705015-popup-input-group{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
}

.h57705015-popup-input{
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  background: #3a332a;
  border: 0px;
}

.h57705015-forgot-password-btn{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: start;
  color: rgba(255, 255, 255, 0.6);
  padding: 0px;
  border: 0px;
  background: none;
}

.h57705015-popup-footer{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}

.h57705015-sign-up-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
  padding: 0px;
  border: 0px;
  background: none;
}

.h57705015-checkbox-label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  gap: 10px;
}

.h57705015-log-in-btn{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
  padding: 0px;
  border: 0px;
  background: none;
}

#signup,
#login,
.h57705015-eighteen_plus_confirmation {
    display: none;
}

/* Burger default hidden on desktop */
.h57705015-burger {
  display: none;
  width: 24px;
  height: 19px;
  position: relative;
  cursor: pointer;
  z-index: 200;
}

.h57705015-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: white;
  transition: all 0.3s ease;
}

.h57705015-burger span:nth-child(1) {
  top: 0;
}
.h57705015-burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.h57705015-burger span:nth-child(3) {
  bottom: 0;
}

/* Animated cross */
.h57705015-burger.h57705015-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.h57705015-burger.h57705015-active span:nth-child(2) {
  opacity: 0;
}

.h57705015-burger.h57705015-active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: auto;
  top: 50%;
}

/* Mobile Nav Styles */
@media (max-width: 991px) {
  .h57705015-burger {
    display: block;
  }

  .h57705015-main-navigation {
    display: flex;
    position: absolute;
    top: 80px;
    right: 12px;
    background: rgba(42, 49, 82, 0.97);
    padding: 20px;
    border-radius: 16px;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }

  .h57705015-main-navigation.h57705015-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .h57705015-nav-list {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 875px) {
  .h57705015-lottery-item{
    max-width: none;
  }
}

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

.h57705015-contact-details{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h57705015-contact-info-list{
  gap: 8px;
}

.h57705015-contact-info-item{
  display: flex;
  align-items: center;
  gap: 4px;
}


.h57705015-why-choose-list{
  flex-direction: row;
  gap: 20px;
}

.h57705015-why-choose-item{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffb46a;
}