@font-face {
  font-family: Istok Web;
  src: url('/hb83ab186-res/hb83ab186-fonts/hb83ab186-istokweb_bold.woff2');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: Istok Web;
  src: url('/hb83ab186-res/hb83ab186-fonts/hb83ab186-istokweb_regular.woff2');
  font-display: swap;
  font-weight: 400;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: 'Istok Web ', sans-serif;
}

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

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

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

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

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

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

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

h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 0px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 270px;
  height: 0;
  border: 2px solid #0087cb;
  box-shadow: 0 0 15px 0 #0087cb;
}

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

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

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

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

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

.hb83ab186-section {
  padding: 80px 0px;
  margin-bottom: 10px;
}

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

.hb83ab186-header {
  padding: 10px 0px;
}

.hb83ab186-header-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hb83ab186-nav-list {
  flex-direction: row;
  gap: 33px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
}

.hb83ab186-nav-item {
  padding: 5px 10px;
  border-radius: 100px;
}

.hb83ab186-nav-item.hb83ab186-active {
  background-color: #0087cb;
}

.hb83ab186-auth-controls {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hb83ab186-btn-login {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #ffa226;
  border-radius: 100px;
  background: transparent;
}

.hb83ab186-btn-register {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #ffa226;
  border-radius: 100px;
  background: #ffa226;
}

.hb83ab186-user-icon {
  width: 27px;
  height: 23px;
  background: radial-gradient(
    73.82% 73.82% at 50% 50%,
    #42138f 0%,
    #8656d5 100%
  );
  padding: 12px 10px;
  border-radius: 100px;
}

.hb83ab186-hero-section {
  position: relative;
  overflow: hidden;
  padding: 186.5px 0;
  background: #000;
}

.hb83ab186-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  filter: brightness(0.6); /* затемнение для читаемости текста */
}

.hb83ab186-hero-container {
  position: relative;
  z-index: 1;
  text-align: center;
  align-items: center;
  gap: 20px;
}

.hb83ab186-hero-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 445px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 10px 0px;
  border-radius: 100px;
  border: 0px;
  background: linear-gradient(85deg, #ffa226 0%, #b225a8 100%);
}

.hb83ab186-lotteries-container {
  text-align: center;
}

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

.hb83ab186-lottery-card {
  max-width: 366px;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(
    63.34% 63.34% at 50.14% 0%,
    #632f22 0%,
    #220e43 100%
  );
  border-radius: 20px;
}

.hb83ab186-lottery-logo {
  aspect-ratio: 327 / 144;
  width: 100%;
  object-fit: contain;
}

.hb83ab186-btn-secondary {
  width: 100%;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 10px 0px;
  border: 0px;
  background: radial-gradient(
    124.94% 72.46% at 50% 50%,
    #220e43 0%,
    #1672d0 100%
  );
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.hb83ab186-why-choose-container {
  text-align: center;
}

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

.hb83ab186-feature-item {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #220e43;
  border: 1.5px solid #176287;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.hb83ab186-btn-outline {
  max-width: 336px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  border: 0px;
  padding: 10px 0px;
  background: #1672d0;
  border-radius: 100px;
}

.hb83ab186-responsible-gaming-section {
  background: #ffa223;
}

.hb83ab186-responsible-gaming-container {
  align-items: center;
}

.hb83ab186-responsible-gaming-section .hb83ab186-section-title {
  color: #19043c;
}

.hb83ab186-responsible-gaming-section .hb83ab186-section-title::after {
  border-color: #19043c;
  box-shadow: none;
}

.hb83ab186-responsible-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hb83ab186-responsible-content p {
  color: #19043c;
}

.hb83ab186-bold_text {
  font-weight: 700;
}

.hb83ab186-footer {
  padding: 90px 0px;
}

.hb83ab186-footer-container {
  gap: 50px;
}

.hb83ab186-footer-info {
  width: 100%;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
  background: #220e43;
  border: 1px solid #351c5d;
  border-radius: 30px;
}

.hb83ab186-footer-warnings {
  display: flex;
  gap: 20px;
}

.hb83ab186-footer-warning-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.hb83ab186-footer-nav-list {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.hb83ab186-footer-copy {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.hb83ab186-privacy .hb83ab186-container {
  gap: 0px;
}

.hb83ab186-privacy p {
  margin-bottom: 20px;
}

.hb83ab186-privacy h2 {
  text-align: start;
  margin-bottom: 30px;
}

.hb83ab186-privacy h2::after {
  transform: translateX(0%);
  left: 0%;
}

.hb83ab186-privacy ul {
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  list-style: disc;
  padding-left: 25px;
  gap: 5px;
}

.hb83ab186-contact-intro {
  text-align: center;
}

.hb83ab186-contact-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hb83ab186-contact-info {
  flex: 1;
  aspect-ratio: 560 / 329;
  width: 100%;
  align-items: center;
  height: auto;
  background-color: #0000ff36;
  border-radius: 20px;
}

.hb83ab186-contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: center;
}

.hb83ab186-form-row {
  gap: 16px;
  display: flex;
}

.hb83ab186-form-label {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  flex: 1;
  gap: 8px;
}

.hb83ab186-form-label input,
.hb83ab186-form-label textarea {
  padding: 14px 16px;
  box-sizing: border-box;
  background: #220e43;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999;
  border-radius: 10px;
}

.hb83ab186-form-submit {
  border-radius: 100px;
  padding: 10px 0px;
  background: radial-gradient(
    124.94% 72.46% at 50% 50%,
    #220e43 0%,
    #1672d0 100%
  );
  border: 0px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.hb83ab186-contact-info {
  overflow: hidden;
  display: flex;
}

.hb83ab186-contact-info video {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hb83ab186-footer-logos {
    column-gap: 20px;
    row-gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hb83ab186-contact-content {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .hb83ab186-footer-nav-list {
    gap: 20px;
  }

  .hb83ab186-footer-warnings {
    flex-direction: column;
  }

  .hb83ab186-hero-section {
    padding: 146px 0px;
  }

  .hb83ab186-section-description {
    font-size: 15px;
  }

  .hb83ab186-form-row {
    flex-wrap: wrap;
  }
}

.hb83ab186-heading_without_after::after {
  content: none;
}

.hb83ab186-login-modal {
  display: flex;
  flex-direction: column;
  max-width: 552px;
  width: 95%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ffa223;
  border-radius: 20px;
  backdrop-filter: blur(19.799999237060547px);
  background: #220e43;
  gap: 20px;
}

.hb83ab186-login-modal__close {
  display: flex;
  justify-content: end;
}

.hb83ab186-login-modal__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.hb83ab186-login-modal__input {
  padding: 16.5px 20px;
  box-sizing: border-box;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: rgba(54, 68, 117, 0.5);
}

.hb83ab186-login-modal__submit {
  border: 2px solid #ffa223;
  border-radius: 100px;
  padding: 14px 20px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

.hb83ab186-login-modal__register {
  text-align: center;
}

.hb83ab186-login-modal__register-btn {
  background: transparent;
  border: 0px;
  color: #ffa226;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  padding: 0px;
}

.hb83ab186-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 100;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hb83ab186-modal-overlay.hb83ab186-active {
  display: block;
  opacity: 1;
}

.hb83ab186-login-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.hb83ab186-login-modal.hb83ab186-active {
  display: flex;
  opacity: 1;
}

.hb83ab186-age-check {
  max-width: 453px;
  width: 95%;
  backdrop-filter: blur(18px);
  background: #220e43;
  border: 1px solid #ffa223;
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hb83ab186-age-check__header {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.hb83ab186-age-check__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.hb83ab186-age-check__confirm-btn {
  width: 100%;
  border: 1px solid #fe6197;
  border-radius: 100px;
  padding: 10px 60px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #fff;
}

.hb83ab186-age-check {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.hb83ab186-age-check.hb83ab186-active {
  display: flex;
  opacity: 1;
}

.hb83ab186-burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 10px;
  cursor: pointer;
  z-index: 100;
}

.hb83ab186-burger-menu span {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3sease;
}

/* Mobile nav */
.hb83ab186-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #19043c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 99;
}

.hb83ab186-mobile-nav.hb83ab186-active {
  display: flex;
}

/* Animate burger to "X" */
.hb83ab186-burger-menu.hb83ab186-active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

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

.hb83ab186-burger-menu.hb83ab186-active span:nth-child(3) {
  transform: rotate(-45deg) translate(0px, 0px);
}

/* Show burger icon on mobile */
@media screen and (max-width: 1103px) {
  .hb83ab186-burger-menu {
    display: flex;
  }

  .hb83ab186-main-nav,
  .hb83ab186-auth-controls {
    display: none;
  }

  .hb83ab186-auth-controls.hb83ab186-active {
    display: flex;
  }

  .hb83ab186-logo-link {
    width: 280px;
  }

  .hb83ab186-logo-img {
    width: 100%;
    height: auto;
  }
}

.hb83ab186-responsible-play-section .hb83ab186-section-title {
  text-align: start;
}

.hb83ab186-responsible-play-section .hb83ab186-section-title::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 270px;
  height: 0;
  border: 2px solid #0087cb;
  box-shadow: 0 0 15px 0 #0087cb;
  transform: none;
}

.hb83ab186-responsible-play-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hb83ab186-responsible-tips-list {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  gap: 5px;
}

.hb83ab186-message {
  display: none;
}

.hb83ab186-contact-form.hb83ab186-active .hb83ab186-message {
  display: block;
}

.hb83ab186-cookies-popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 320px;
  padding: 20px;
  box-sizing: border-box;
  background: #220e43;
  border: 1px solid #ffa223;
  border-radius: 20px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hb83ab186-cookies-popup.hb83ab186-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hb83ab186-cookies-text {
  font-family: var(--font-family);
  font-size: 14px;
  color: #fff;
}

.hb83ab186-cookies-btn {
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #ffa223;
  background: transparent;
  color: #fff;
  font-family: var(--font-family);
  font-weight: 700;
  cursor: pointer;
}

.hb83ab186-responsible-gaming-content-top {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 600px) {
  .hb83ab186-responsible-gaming-content-top {
    flex-direction: column;
  }
}

.hb83ab186-responsible-gaming-content-top div {
  border: 2px solid #19043c;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: #19043c;
  font-weight: 700;
  flex: 1;
}
