@font-face {
  font-family: "Karla";
  src: url("/h1773fcb1-design/h1773fcb1-fonts/h1773fcb1-karla_extrabold.woff2");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "Karla";
  src: url("/h1773fcb1-design/h1773fcb1-fonts/h1773fcb1-karla_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Karla";
  src: url("/h1773fcb1-design/h1773fcb1-fonts/h1773fcb1-karla_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Anybody";
  src: url("/h1773fcb1-design/h1773fcb1-fonts/h1773fcb1-anybody_bold.woff2");
  font-display: swap;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --1: #0bf1fc;
  --font-family: "Karla", sans-serif;
  --third-family: "Anybody", sans-serif;
}

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

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

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

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

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 9px rgba(143, 114, 245, 0.7);
  margin: 0px;
}

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

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

h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin: 0px;
  text-shadow: 0 0 9px rgba(143, 114, 245, 0.7);
}

h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #a4cefb;
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin: 0px;
}

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

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

section {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  section {
    padding: 30px 0px;
  }
}

.h1773fcb1-btn{
  border: 2px solid var(--1);
  border-radius: 100px;
  padding: 10px;
  background: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.h1773fcb1-btn:hover{
  background: var(--1);
  color: #03052c;
}


.h1773fcb1-site-header{
  padding: 10px 0px;
}

.h1773fcb1-site-header__container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h1773fcb1-site-header__menu{
  flex-direction: row;
  gap: 50px;
  align-items: center;
}

.h1773fcb1-site-header__menu-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.h1773fcb1-site-header__menu-link img{
  display: none;
}

.h1773fcb1-active .h1773fcb1-site-header__menu-icon{
  display: block;
}


.h1773fcb1-hero{
  background: radial-gradient(52.02% 52.01% at 65.63% 47.99%, #101567 0%, #03052c 100%);
}

.h1773fcb1-hero__container{
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 57px;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap-reverse;
}

.h1773fcb1-hero__content{
  flex: 1;
  max-width: 601px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.h1773fcb1-hero__description{
  font-size: 20px;
}

.h1773fcb1-hero__cta{
  max-width: 270px;
}

.h1773fcb1-hero__badges{
  display: flex;
  gap: 20px;
}

.h1773fcb1-hero__badge{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #2a2d61;
  border-radius: 100px;
  background: radial-gradient(50% 50% at 50% 50%, #090b3c 0%, #090b3c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.h1773fcb1-hero__badge--age{
  height: 61px;
  width: 61px;
}

.h1773fcb1-hero__badge--compliance{
  width: 250px;
  height: 61px;
}


.h1773fcb1-lotto-list{
  flex-direction: row;
  gap: 19px;
}

.h1773fcb1-lotto-item{
  max-width: 367px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #37287c;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}

.h1773fcb1-lotto-main{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

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

.h1773fcb1-lotto-draw-date{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.h1773fcb1-value{
  font-weight: 400;
}

.h1773fcb1-lotto-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-lotto-number{
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #37287c;
  border-radius: 100px;
}

.h1773fcb1-lotto-numbers{
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.h1773fcb1-lotto-section{
  padding: 70px 0px;
}

.h1773fcb1-lotto-container{
  gap: 20px;
}







.h1773fcb1-lotto-steps{
  padding: 70px 0px;
}

.h1773fcb1-lotto-steps__list{
  flex-direction: row;
  gap: 20px;
}

.h1773fcb1-lotto-step{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  background: #101342;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.h1773fcb1-lotto-step:hover{
  box-shadow: 0 0 20px 0 rgba(164, 206, 251, 0.4);
  background: radial-gradient(73.52% 73.52% at 50.11% 26.48%, #065457 0%, #101342 100%);
  border: 1px solid var(--1);
}

.h1773fcb1-lotto-steps__arrow{
  align-self: center;
}

.h1773fcb1-lotto-step__number{
  border-radius: 100px;
  width: 53px;
  height: 53px;
  background: #2b2e67;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-lotto-step:hover .h1773fcb1-lotto-step__number{
  background: #33787d;
}







.h1773fcb1-responsible-play{
  padding: 70px 0px;
}

.h1773fcb1-responsible-play__content{
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  max-width: 902px;
  align-self: center;
  width: 100%;
  align-items: center;
}

.h1773fcb1-responsible-play__subtitle{
  opacity: 0.7;
  color: #fff;
}

.h1773fcb1-responsible-play__description{
  max-width: 754px;
}

.h1773fcb1-responsible-play__badges{
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.h1773fcb1-responsible-play__badge{
  padding: 19px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #ff7d7d;
  border-radius: 100px;
  background: #6b1c1c;
}







.h1773fcb1-about_us{
  padding: 70px 0px;
}

.h1773fcb1-about_us__container{
  flex-direction: row;
  align-items: center;
}

.h1773fcb1-about_us_block{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.h1773fcb1-about_us_block h2{
  text-align: start;
}

.h1773fcb1-about_us__container img{
  flex: 1;
  min-width: 0px;
}







.h1773fcb1-contact-section{
  padding: 70px 0px;
}

.h1773fcb1-contact-section__container{
  gap: 20px;
  align-items: center;
  text-align: center;
}

.h1773fcb1-contact-form{
  display: flex;
  flex-direction: column;
  max-width: 753px;
  width: 100%;
  gap: 15px;
}

.h1773fcb1-contact-form__input{
  border-radius: 5px;
  padding: 16px;
  background: #181b57;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h1773fcb1-contact-form__textarea{
  border-radius: 5px;
  padding: 16px;
  background: #181b57;
  border: 0px;
  height: 162px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h1773fcb1-contact-form__privacy{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}


.h1773fcb1-table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  background: #090b3c;
  border-radius: 20px;
  overflow: hidden;
}

.h1773fcb1-cell {
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1773fcb1-cell.h1773fcb1-header{
  border-bottom: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #2a2d61;
}

.h1773fcb1-cell:nth-child(6n + 1),
.h1773fcb1-cell:nth-child(6n + 2) {
  text-align: start;
  justify-content: start;
}

.h1773fcb1-cell:nth-child(6n + 1) {
  padding-left: 20px;
}

.h1773fcb1-cell:nth-child(6n) {
  padding-right: 20px;
}

.h1773fcb1-cell:nth-last-child(-n + 6) {
  border-bottom: none;
}

.h1773fcb1-jackpot_amount{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ff9d57;
}

.h1773fcb1-status.h1773fcb1-paid{
  color: #0bfc5b;
}

.h1773fcb1-additional_info{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

.h1773fcb1-trusted-verification{
  padding: 70px 0px;
}

.h1773fcb1-trusted-verification__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.h1773fcb1-trusted-verification__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 20px;
  padding: 40px;
  background: #090b3c;
}

.h1773fcb1-trusted-verification__item:hover{
  background: radial-gradient(79.31% 79.31% at 50.14% 20.69%, #10145e 0%, #080a2f 100%);
  border: 1px solid #005ca3;
}

.h1773fcb1-trusted-verification__region{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-trusted-verification__link{
  border: 2px solid var(--1);
  border-radius: 100px;
  padding: 10px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}



.h1773fcb1-responsible-play_2{
  align-items: start;
  padding: 70px 0px;
}

.h1773fcb1-responsible-play__container_2{
  gap: 20px;
  align-items: start;
}

.h1773fcb1-responsible-play__title_2{
  text-align: start;
}

.h1773fcb1-responsible-play__content_2{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h1773fcb1-responsible-play__subtitle_2{
  color: #fff;
}

.h1773fcb1-responsible-play__list_2{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  list-style: disc;
}

.h1773fcb1-responsible-play__list--care_2{
  list-style: none;
  padding-left: 0px;
}

.h1773fcb1-support-resources{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.h1773fcb1-support-resources__item{
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  border-radius: 20px;
  background: #090b3c;
}

.h1773fcb1-support-resources__item:hover {
  background: radial-gradient(79.31% 79.31% at 50.14% 20.69%, #10145e 0%, #080a2f 100%);
  border: 1px solid #005ca3;
}

.h1773fcb1-support-resources__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-site-footer{
  padding: 70px 0px;
  background: #090b3c;
}

.h1773fcb1-site-footer__inner{
  display: flex;
  flex-direction: row;
  gap: 63px;
  flex-wrap: wrap;
}

.h1773fcb1-site-footer__brand{
  flex: 1;
}

.h1773fcb1-site-footer__section--legal{
  max-width: 142px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h1773fcb1-site-footer__section{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h1773fcb1-site-footer__list{
  gap: 20px;
}

.h1773fcb1-site-footer__label{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.h1773fcb1-policy_pages_links{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: start;
  color: #fff;
}

.h1773fcb1-site-footer__brand{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.h1773fcb1-compliance{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.h1773fcb1-compliance__section{
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  border-radius: 30px;
  background: #11134b;
  flex: 1;
}

.h1773fcb1-compliance__title{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-compliance__notice{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

.h1773fcb1-footer-notices{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.h1773fcb1-footer-notices__item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h1773fcb1-footer-notices__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.h1773fcb1-footer-copyright{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-compliance-logos{
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.h1773fcb1-compliance-logos__item{
  padding: 20px;
  border-radius: 20px;
  background: #10134b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h1773fcb1-resource-links{
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.h1773fcb1-resource-links__item{
  border: 1px solid #2a2d61;
  border-radius: 100px;
  padding: 15px 20px;
  background: radial-gradient(50% 50% at 50% 50%, #090b3c 0%, #090b3c 100%);
}

.h1773fcb1-resource-links__content{
  display: flex;
  align-items: center;
  gap: 10px;
}

.h1773fcb1-resource-links__link{
  border-bottom: 1px solid var(--1);
  padding: 0px 0px 5px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: var(--1);
}





.h1773fcb1-policy_page{
  padding: 70px 0px;
}

.h1773fcb1-policy_page_content{
  gap: 20px;
  align-items: start;
}

.h1773fcb1-policy_page_content h3{
  color: #fff;
}

.h1773fcb1-policy_page_content span{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.h1773fcb1-policy_page_content ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  list-style: disc;
}


.h1773fcb1-lottery-section{
  padding: 90px 0px;
}

.h1773fcb1-lottery-section .h1773fcb1-container{
  flex-direction: row;
}

.h1773fcb1-lottery-wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  flex: 1;
}

.h1773fcb1-order-summary{
  flex: 1;
  max-width: 337px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  height: fit-content;
  text-align: center;
  background: #090b3c;
  border-radius: 20px;
}

.h1773fcb1-order-summary-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-order-summary-row{
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.h1773fcb1-order-summary-separator{
  border: 1px solid #fff;
  width: 297px;
  height: 0px;
  transform: rotate(-180deg);
  opacity: 0.4;
}

.h1773fcb1-order-summary-note{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-align: start;
  opacity: 0.7;
}

.h1773fcb1-lottery-type-selector{
  display: flex;
  gap: 20px;
}

.h1773fcb1-lottery-type-btn{
  background: none;
  border: 0px;
  padding: 0px 20px 5px;
  border-bottom: 2px solid #bcbcbc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h1773fcb1-number-selection{
  max-width: 723px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: #090b3c;
  border-radius: 24px;
}

.h1773fcb1-number-selection-title{
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.h1773fcb1-number-grid{
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 580px;
  width: 100%;
}

.h1773fcb1-number-item {
  border-radius: 38px;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222467;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.h1773fcb1-number-actions{
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: start;
  max-width: 580px;
  width: 100%;
}

.h1773fcb1-number-action-btn{
  border-radius: 100px;
  padding: 15px 100px;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.h1773fcb1-quick-pick-btn{
  background: #3387fe;
}

.h1773fcb1-clear-btn{
  border: 2px solid #3387fe;
  background: none;
}

.h1773fcb1-draw-date-title{
  color: #fff;
}

.h1773fcb1-draw-date-input{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 8px 12px;
  max-width: 256px;
  width: 100%;
  box-sizing: border-box;
}

.h1773fcb1-add-to-cart-btn{
  border-radius: 100px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  background: #3387fe;
  border: 0px;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}















@media screen and (max-width: 991px) {
  .h1773fcb1-lotto-list{
    flex-direction: column;
  }

  .h1773fcb1-lotto-item{
    max-width: none;
  }

  .h1773fcb1-lotto-steps__list{
    flex-direction: column;
  }

  .h1773fcb1-lotto-steps__arrow{
    align-self: center;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 950px) {
  .h1773fcb1-lottery-section .h1773fcb1-container{
    flex-direction: column;
  }

  .h1773fcb1-order-summary{
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 961px) {
  .h1773fcb1-about_us__container{
    flex-direction: column;
  }

  .h1773fcb1-about_us__container img{
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .h1773fcb1-trusted-verification__list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 800px) {
  .h1773fcb1-site-footer__inner{
    flex-direction: column;
  }
}

@media screen and (max-width: 739px) {
  .h1773fcb1-cell{
    padding: 20px 2.5px;
  }

  .h1773fcb1-cell.h1773fcb1-header{
    font-size: 10px;
  }

  .h1773fcb1-cell:nth-child(6n + 1){
    padding-left: 10px;
  }

  .h1773fcb1-cell:nth-child(6n){
    padding-right: 10px;
  }

  .h1773fcb1-table{
    font-size: 10px;
  }

  .h1773fcb1-jackpot_amount{
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  .h1773fcb1-responsible-play__badge{
    width: 100%;
    box-sizing: border-box;
  }

  .h1773fcb1-compliance{
    flex-direction: column;
  }

  .h1773fcb1-footer-notices{
    flex-direction: column;
  }

  .h1773fcb1-compliance-logos{
    justify-content: center;
  }

  .h1773fcb1-site-footer__container{
    gap: 60px;
  }

  .h1773fcb1-trusted-verification__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .h1773fcb1-hero__container{
    justify-content: center;
    flex-wrap: wrap-reverse;
  }

  .h1773fcb1-hero__image{
    max-width: 100%;
  }

  .h1773fcb1-hero__title{
    order: 1;
  }

  .h1773fcb1-hero__description{
    order: 1;
  }

  .h1773fcb1-hero__cta{
    order: 1;
  }

  .h1773fcb1-hero__badges{
    order: 0;
  }

  .h1773fcb1-number-selection{
    padding: 16px;
  }

  .h1773fcb1-number-actions{
    flex-direction: column;
  }

  .h1773fcb1-number-item{
    width: 35px;
    height: 35px;
  }

  .h1773fcb1-lottery-type-btn{
    padding: 0px 10px 5px;
  }
}


.h1773fcb1-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000066;
}

.h1773fcb1-overlay .h1773fcb1-container{
  max-width: 640px;
  width: 100%;
}

.h1773fcb1-auth-modal{
  max-width: 600px;
  padding: 64px;
  box-sizing: border-box;
  backdrop-filter: blur(21.600000381469727px);
  background: rgba(29, 47, 134, 0.46);
  border: 1px solid #c7d0ff;
  border-radius: 20px;
  width: 100%;
}

.h1773fcb1-registration-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.h1773fcb1-auth-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.h1773fcb1-auth-fields{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.h1773fcb1-auth-input{
  padding: 19.5px 24px;
  background: #aeaee6;
  border-radius: 5px;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #000032;
}

.h1773fcb1-auth-submit-btn{
  border: 2px solid #3387fe;
  border-radius: 100px;
  padding: 10px 30px;
  background: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.h1773fcb1-auth-switch{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
  gap: 12px;
  display: flex;
}

.h1773fcb1-auth-switch-btn{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #3387fe;
  background: none;
  border: none;
  padding: 0px;
}

.h1773fcb1-close_btn{
  background: none;
  border: 0px;
  padding: 8px;
  align-self: end;
}


.h1773fcb1-auth-overlay {
  display: none;
}

.h1773fcb1-auth-overlay.h1773fcb1-active {
  display: flex;
}

.h1773fcb1-auth-form {
  display: none;
}

.h1773fcb1-auth-form.h1773fcb1-active {
  display: flex;
}

.h1773fcb1-lottery-type-btn.h1773fcb1-active{
  color: var(--1);
  border-bottom: 2px solid var(--1);
}

.h1773fcb1-number-item.selected{
  background: #3186fe;
}

.h1773fcb1-lottery-type-btn.active{
  color: var(--1);
  border-bottom: 2px solid var(--1);
}

.h1773fcb1-burger {
  width: 29px;
  height: 20px;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
  z-index: 1001;
}

.h1773fcb1-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.h1773fcb1-burger span:nth-child(1) { top: 0; }
.h1773fcb1-burger span:nth-child(2) { top: 9px; }
.h1773fcb1-burger span:nth-child(3) { bottom: 0; }

.h1773fcb1-burger.h1773fcb1-is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

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

.h1773fcb1-burger.h1773fcb1-is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.h1773fcb1-site-header__nav {
  position: relative;
}


@media (max-width: 900px) {

  .h1773fcb1-burger {
    display: block;
  }

  .h1773fcb1-site-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #03052c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }

  .h1773fcb1-site-header__nav.h1773fcb1-is-open {
    right: 0;
  }

  .h1773fcb1-site-header__menu {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
  }

  .h1773fcb1-site-header__menu-link {
    font-size: 20px;
    gap: 10px;
  }

  .h1773fcb1-site-header__menu-icon {
    display: block;
    width: 16px;
    height: 16px;
  }
}

.h1773fcb1-message{
  display: none;
}

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

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

@media screen and (max-width: 340px) {
  .h1773fcb1-hero__badges{
    flex-direction: column;
  }

  .h1773fcb1-site-header__logo{
    width: 200px;
  }
}



.h1773fcb1-table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #090b3c;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-family);
  font-size: 20px;
  border-collapse: collapse; /* harmless now */
}

/* Flatten table structure */
.h1773fcb1-table thead,
.h1773fcb1-table tbody,
.h1773fcb1-table tr {
  display: contents;
}

/* Cells */
.h1773fcb1-table th,
.h1773fcb1-table td {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Header cells */
.h1773fcb1-table th {
  background: #2a2d61;
  font-weight: 700;
  border-bottom: none;
}

/* First two columns left-aligned */
.h1773fcb1-table th:nth-child(6n + 1),
.h1773fcb1-table th:nth-child(6n + 2),
.h1773fcb1-table td:nth-child(6n + 1),
.h1773fcb1-table td:nth-child(6n + 2) {
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
}

/* Last row border removal */
.h1773fcb1-table td:nth-last-child(-n + 6) {
  border-bottom: none;
}

/* Jackpot + status */
.h1773fcb1-jackpot_amount {
  font-weight: 700;
  color: #ff9d57;
}

.h1773fcb1-status.h1773fcb1-paid {
  color: #0bfc5b;
}

/* Mobile scaling */
@media (max-width: 739px) {
  .h1773fcb1-table {
    font-size: 10px;
  }

  .h1773fcb1-table th,
  .h1773fcb1-table td {
    padding: 10px 5px;
  }
}


.h1773fcb1-add-to-cart-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}