@font-face {
  font-family: Inter;
  src: url("../assets/fonts/inter_extrabold.woff2");
  font-display: swap;
  font-weight: 800;
}

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

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

@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/montserrat-bold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/opensans-semibold.woff2");
  font-display: swap;
}


/* ===== Переменные ===== */
:root {
  --container-width: 1240px;
  --container-step: 28px;
  --container-step-tablet: 26px;
  --container-step-mobile: 24px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --bg: #0b1220;
  --button: #43d9a3;
  --text-gray: #c9d1e3;
  --black-text: #141a24;
  --white: #fff;
  --card: #0f1a2b;
  --font-family: "Inter", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --font3: "Open Sans", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: url("../assets/images/home_page_bg.webp");
  background-size: cover;
}

.container, .ad-containe-115551 {
  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) {
  .container, .ad-containe-115551 {
    padding: 0 var(--container-step-tablet);
  }
}

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

h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0px;
}

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

@media (max-width: 600px) {
  h1 {
    font-size: 24px;
    line-height: 117%;
  }
}

h1 .ad-pink-ecde53{
  background: linear-gradient(180deg, #5ba8ff 0%, #7b61ff 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin: 0px;
}

h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 141%;
  color: var(--white);
  margin: 0px;
}

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

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

section {
  margin-bottom: 40px;
}

.ad-btn-282d44{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  color: var(--black-text);
  border-radius: 10px;
  padding: 16px 0px;
  width: 100%;
  background: var(--button);
  border: 0px;
}

.ad-gradient-1b3797{
  position: relative;
}

.ad-gradient-1b3797::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(to bottom, #5ba8ff 0%, #7b61ff 100%);
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
          border-radius: 24px;
}


.ad-sitehead-8cb4f6{
  padding: 11.17px 0px;
  background: #0a1020;
}

.ad-headerco-eaaefd{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ad-navlist-00e1eb{
  flex-direction: row;
  align-items: center;
  gap: 24px;
  font-family: var(--font3);
  font-weight: 600;
  font-size: 17px;
  line-height: 141%;
  color: var(--white);
}

.ad-navactio-cc271e{
  display: flex;
  gap: 8px;
}

.ad-btnlogin-b1331d{
  padding: 12px 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  border: 0px;
}

.ad-btnregis-a6d134{
  border: 1px solid var(--button);
  background: rgba(255, 187, 97, 0.24);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  color: var(--white);
  padding: 12px 16px;
  box-sizing: border-box;
}

.ad-herosect-f8f79b{
  padding-top: 9px;
  padding-bottom: 11px;
}

.ad-herocont-a52252{
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: nowrap;
}

.ad-herocont-4147f2{
  max-width: 612px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  flex: 1;
}

.ad-countdow-8fe9c6{
  display: flex;
  padding: 32px;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(42.79999923706055px);
  background: var(--card);
  border-radius: 26px;
  gap: 10px;
}

.ad-countdow-8fe9c6::before{
  border-radius: 26px;
}

.ad-countdow-595f5a{
  display: flex;
  justify-content: center;
  max-width: 380px;
  width: 100%;
  gap: 20px;
}

.ad-countdow-dc5a54{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ad-countdow-dd3df1{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  text-align: center;
  color: var(--text-gray);
}

.ad-countdow-39e238{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: #f4f7ff;
  background: #68e0b7;
  border-radius: 13px;
}

.ad-heroimag-8c59e6{
  max-width: 382px;
  height: 492px;
  width: 100%;
  min-width: 0px;
  flex: 1;
}










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

.lottery-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: var(--card);
  padding: 16px;
  flex: 1;
  box-sizing: border-box;
  border-radius: 24px;
  justify-content: space-between;
}

.lottery-item::before{
  border-radius: 24px;
}

.lottery-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.lottery-content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lottery-meta{
  gap: 16px;
}

.lottery-meta-item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ad-stepslis-995c98{
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.ad-stepitem-200fee{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 292px;
  width: 100%;
  border-radius: 24px;
  padding: 16px;
  box-sizing: border-box;
  background: var(--card);
}

.ad-stepitem-200fee::before{
  border-radius: 24px;
}

.ad-stepcont-3db970{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.site-footer{
  padding-top: 20px;
  padding-bottom: 9px;
  background: #0a1020;
}

.footer-container{
  gap: 8px;
}

.footer-regulatory{
  background: #111b2e;
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-license-list{
  flex-direction: row;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: var(--text-gray);
  gap: 20px;
  list-style: disc;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 950px;
  align-self: center;
  justify-content: start;
}

.footer-responsible-gaming{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
}

.footer-responsible-links{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: #2fcf96;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-disclaimer{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  text-align: center;
  color: #98a6c8;
}

.footer-badges{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer h3{
  color: #2fcf96;
}

.ad-aboutus-9f59f0{
  margin-top: 40px;
}

.ad-aboutusl-f370cb{
  display: flex;
  gap: 24px;
  padding: 24px 0px;
  align-items: center;
}

.ad-aboutusi-25af36{
  flex: 1;
  min-width: 0px;
}

.ad-aboutusc-a666b4{
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.ad-aboutush-648e28{
  text-align: start;
}

.ad-missionv-16ea15{
  display: flex;
  gap: 24px;
}

.ad-missionc-2c4e77{
  flex: 1;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 24px;
  gap: 16px;
  background: var(--card);
}

.ad-missionc-2c4e77::before{
  border-radius: 24px;
}








.ad-contactu-2fb389{
  margin-top: 40px;
}

.ad-contactc-7220c7{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.ad-contacti-593555{
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--card);
}

.ad-contacti-43f2ae{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  color: var(--white);
}

.ad-contacti-abe2fa{
  gap: 16px;
}

.ad-contacti-763b98{
  display: flex;
  gap: 16px;
  align-items: center;
}

.ad-contactf-9c120d{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ad-contactf-b961ef{
  padding: 1px;
}

.ad-contacti-68430c{
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  height: 100%;
  padding: 16px;
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: var(--black-text);
}

.ad-contactt-5247fe{
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  min-height: 100%;
  padding: 16px;
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: var(--black-text);
  height: 159px;
}

.ad-contacts-e9ac80{
  background: var(--button);
  border: 0px;
  padding: 16px;
  width: 100%;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  color: var(--black-text);
}






.policy_section{
  margin-top: 40px;
}

.policy_heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  text-align: center;
  color: var(--white);
  gap: 16px;
  flex-wrap: wrap;
}

.cookie_policy_content{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.cookie_policy_content h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  color: var(--white);
  text-align: start;
  text-transform: none;
}

.cookie_policy_content ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: var(--white);
  list-style: disc;
  padding-left: 25px;
}

.cookie_policy_content p{
  text-align: start;
}

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


@media screen and (max-width: 991px) {
  .ad-herocont-a52252{
    justify-content: center;
    flex-wrap: wrap;
  }

  .ad-heroimag-8c59e6{
    height: auto;
  }

  .ad-aboutusl-f370cb{
    flex-direction: column-reverse;
  }

  .ad-aboutusi-25af36{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .ad-heroimag-8c59e6{
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .ad-stepitem-200fee{
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 600px) {
  .ad-countdow-39e238{
    width: 60px;
    height: 60px;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
    color: #f4f7ff;
  }

  .ad-countdow-0e4b8f{
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
    color: var(--white);
  }

  .ad-countdow-8fe9c6{
    padding: 16px 8px;
  }

  .ad-countdow-595f5a{
    gap: 8px;
  }

  .ad-missionv-16ea15{
    flex-direction: column;
  }

  .footer-badges{
    justify-content: center;
    column-gap: 50px;
  }

  .footer-responsible-links{
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .ad-contactc-7220c7{
    flex-direction: column-reverse;
  }
}



.auth-overlay{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  background: #0000009e;
}

.auth-container{
  width: 100%;
  align-items: center;
  max-width: 656px;
}

.auth-wrapper{
  max-width: 600px;
  width: 100%;
  padding: 64px;
  background: var(--bg);
  border-radius: 35px;
  box-sizing: border-box;
}

.auth-form{
  gap: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

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

.auth-input{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: #24304a;
  padding: 15.5px 24px;
  border: 1px solid #dbe3f7;
  border-radius: 16px;
  background: var(--white);
}

.auth-button{
  background: var(--button);
  padding: 16px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  color: var(--black-text);
  border-radius: 10px;
  border: 0px;
}

.auth-footer-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  text-align: center;
  color: var(--white);
}

.auth-link-button{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 112%;
  text-align: center;
  color: var(--button);
  background: none;
  border: 0px;
}

.auth-header{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-overlay {
  display: none;
}

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

.auth-form {
  display: none;
}

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


.ad-contacti-99c0a2{
  word-break: break-all;
}

@media screen and (max-width: 600px) {
  .auth-wrapper{
    padding: 32px 16px;
  }
}



/* ===== Burger menu ===== */
.ad-burger-54901a {
  width: 40px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

.ad-burger-54901a span {
  position: absolute;
  left: 5px;
  right: 5px;
  height: 3px;
  background: var(--button);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.ad-burger-54901a span:nth-child(1) {
  top: 11px;
}

.ad-burger-54901a span:nth-child(2) {
  top: 19px;
}

.ad-burger-54901a span:nth-child(3) {
  top: 27px;
}

/* Крестик */
.ad-burger-54901a.active span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}

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

.ad-burger-54901a.active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}


@media screen and (max-width: 768px) {
  .ad-burger-54901a {
    display: block;
  }

  .ad-mainnav-a81882 {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    background: #0a1020;
    transform: translateY(-130%);
    transition: transform 0.3s ease;
    z-index: 100;
  }

  .ad-mainnav-a81882.active {
    transform: translateY(0);
  }

  .ad-navlist-00e1eb {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }

  .ad-navactio-cc271e {
    flex-direction: column;
    width: 100%;
  }

  .ad-navactio-cc271e button {
    width: 100%;
  }
}
.active .message, .ad-message-d2a03a{
  display: block;
}

.message, .ad-message-d2a03a{
  display: none !important; 
}



.ad-visually-a56c9d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== Cookie & Age Popups ===== */
.ad-popupove-3eb272 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ad-popupove-3eb272.active {
  display: flex;
}

.ad-popup-575601 {
  background: var(--bg);
  padding: 32px;
  border-radius: 24px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ad-popup-575601 h3 {
  color: #2fcf96;
}

.ad-popup-575601 p {
  font-size: 16px;
  line-height: 140%;
}

.ad-headerlo-cb8c03 {
  width: 60px;
}