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

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

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

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

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

html{
  scroll-behavior: smooth;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --main: #2950ef;
  --font-family: "Inter", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

img{
  min-width: 0px;
}

section {
  padding-top: 64px;
  padding-bottom: 120px;
}

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

.heaa3c67a-btn{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  gap: 10px;
  border-radius: 16px;
  padding: 12px 16px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #2b59ff 0%, #1d1d8c 100%);
  border: 0px;
}


header{
  padding: 5px 0px;
  background: var(--main);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  color: #fff;
}

.heaa3c67a-hero{
  padding-top: 0px;
  padding-bottom: 20px;
}

.heaa3c67a-hero-container{
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.heaa3c67a-hero-content{
  flex: 1;
  max-width: 829px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  margin-top: 30px;
}

.heaa3c67a-hero-text{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.heaa3c67a-hero-btn{
  max-width: 363px;
}

.heaa3c67a-hero-image{
  flex: 1;
  max-width: 398px;
  min-width: 0px;
}

.heaa3c67a-comparison{
  padding: 120px 0px;
}

.heaa3c67a-comparison-container{
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.heaa3c67a-comparison-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.heaa3c67a-section-text{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.heaa3c67a-section-image{
  max-width: 413px;
  flex: 1;
}

.heaa3c67a-choice-container{
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.heaa3c67a-choice-container .heaa3c67a-section-image{
  flex: 1;
  min-width: 0px;
  max-width: 411px;
}

.heaa3c67a-choice-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
}

.heaa3c67a-choice-btn{
  max-width: 363px;
}

.heaa3c67a-tips-container{
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.heaa3c67a-tips-content{
  flex-direction: row;
  gap: 40px;
}

.heaa3c67a-tips-content{
  flex: 1;
  max-width: 625px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.heaa3c67a-tips-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  list-style: auto;
  max-width: 625px;
  padding-left: 37px;
  gap: 16px;
}

.heaa3c67a-tips-container .heaa3c67a-section-image{
  flex: 1;
  max-width: 615px;
}

.heaa3c67a-contact{
  padding-top: 0px;
}

.heaa3c67a-contact-container{
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.heaa3c67a-contact-form{
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  max-width: 740px;
  width: 100%;
  border-radius: 16px;
  padding: 24px;
  background: #181e34;
}

.heaa3c67a-contact-input{
  border: 1px solid var(--main);
  border-radius: 16px;
  padding: 16px 24px;
  background: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.heaa3c67a-contact-message{
  border: 1px solid var(--main);
  border-radius: 16px;
  padding: 16px 24px;
  background: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  height: 100px;
  box-sizing: border-box;
}

.heaa3c67a-footer{
  padding: 64px 0px;
}

.heaa3c67a-footer-container{
  gap: 40px;
}

.heaa3c67a-footer-column{
  display: flex;
  gap: 20px;
}

.heaa3c67a-footer-content{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.heaa3c67a-footer-block{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

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

.heaa3c67a-footer-nav-list{
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: var(--main);
  align-items: center;
}

.heaa3c67a-footer-age-badge{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--main);
}

.heaa3c67a-footer-nav-link{
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--main);
}

@media screen and (max-width: 991px) {
  .heaa3c67a-hero-content{
    width: 100%;
    max-width: none;
  }

  .heaa3c67a-hero-image{
    display: none;
  }

  .heaa3c67a-hero-btn{
    max-width: none;
  }

  .heaa3c67a-comparison-container{
    flex-direction: column;
  }

  .heaa3c67a-section-image{
    max-width: none;
    width: 100%;
  }

  .heaa3c67a-choice-container{
    flex-direction: column-reverse;
  }

  .heaa3c67a-section-image{
    max-width: none;
    width: 100%;
  }

  .heaa3c67a-choice-btn{
    max-width: none;
  }

  .heaa3c67a-choice-container .heaa3c67a-section-image{
    max-width: none;
    width: 100%;
  }

  .heaa3c67a-tips-container{
    flex-direction: column;
  }

  .heaa3c67a-tips-content{
    max-width: none;
    width: 100%;
  }

  .heaa3c67a-tips-list{
    max-width: none;
  }

  .heaa3c67a-tips-container .heaa3c67a-section-image{
    max-width: none;
  }

  .heaa3c67a-tips-list{
    font-size: 16px;
  }

  .heaa3c67a-footer-partners{
    column-gap: 24px;
    row-gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .heaa3c67a-footer-nav-list{
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .heaa3c67a-footer-column{
    flex-direction: column;
  }

  .heaa3c67a-footer-nav-list{
    flex-direction: column;
  }

  .heaa3c67a-btn{
    font-size: 16px;
  }

  .heaa3c67a-tips-list{
    padding-left: 30px;
  }

  .heaa3c67a-hero-section{
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .heaa3c67a-comparison{
    padding-top: 0px;
    padding-bottom: 48px;
  }

  .heaa3c67a-choice{
    padding: 48px 0px;
  }

  .heaa3c67a-contact{
    padding-bottom: 48px;
  }

  .heaa3c67a-footer{
    padding: 40px 0px;
  }
}

.heaa3c67a-quiz-section{
  background: url("/heaa3c67a-assets/heaa3c67a-img/heaa3c67a-quiz.png");
  background-size: cover;
  background-position: center;
}

.heaa3c67a-quiz-container{
  align-items: center;
}

.heaa3c67a-quiz-title{
  max-width: 843px;
  text-align: center;
}

.heaa3c67a-quiz-form{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  padding-bottom: 11px;
  border: 1px solid var(--main);
  border-radius: 16px;
  background: #181e34;
  max-width: 843px;
  width: 100%;
  box-sizing: border-box;
}

.heaa3c67a-quiz-question{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.heaa3c67a-quiz-options{
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.heaa3c67a-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.heaa3c67a-radio-custom {
  width: 20px;
  height: 20px;
  flex-shrink: 0;

  background-image: url("/heaa3c67a-assets/heaa3c67a-img/heaa3c67a-unchose.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.heaa3c67a-radio:checked + .heaa3c67a-radio-custom {
  background-image: url("/heaa3c67a-assets/heaa3c67a-img/heaa3c67a-chose.svg");
}

.heaa3c67a-radio:focus-visible + .heaa3c67a-radio-custom {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.heaa3c67a-quiz-option{
  display: flex;
  gap: 8px;
  align-items: center;
}

.heaa3c67a-casino_list{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
}

.heaa3c67a-casino_item{
  max-width: 411px;
  width: 100%;
  padding: 24px;
  padding-top: 30px;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  background: #181e34;
  border: 2px solid #1d40c0;
  border-radius: 16px;
}

.heaa3c67a-casino-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.heaa3c67a-casino-card__bonus{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.heaa3c67a-casino-card__stats{
  display: flex;
  gap: 40px;
}

.heaa3c67a-casino-card__rating{
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #ffd700;
}

.heaa3c67a-casino-card__users{
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #3aaa35;
}

.heaa3c67a-casino-card__payments{
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.heaa3c67a-casino-card__logo-link{
  height: 71px;
  width: 223px;
}

.heaa3c67a-casino-card__logo{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.heaa3c67a-policy_content{
  padding: 90px 0px;
}

.heaa3c67a-policy_content h2{
  font-size: 24px;
  text-align: start;
}

.heaa3c67a-policy_content p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

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

.heaa3c67a-gap_10{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.heaa3c67a-policy_content ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  list-style: disc;
  padding-left: 18px;
}

.heaa3c67a-back_button{
  align-items: start;
  width: 28px;
}

.heaa3c67a-first_h2{
  align-self: center;
  text-align: center;
}

.heaa3c67a-h3_policy{
  font-size: 16px;
}

.heaa3c67a-message{
  display: none;
}

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

.heaa3c67a-top_text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  background: #d21921;
  position: absolute;
  top: -15px;
}

@media screen and (max-width: 600px) {
  .heaa3c67a-quiz-form{
    padding: 16px 8px;
  }
}

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