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

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

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

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

/* ===== Переменные ===== */
:root {
  --container-width: 1240px;
  --container-step: 26px;
  --container-step-tablet: 23px;
  --container-step-mobile: 20px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Inter", sans-serif;
  --yellow: #ff0;
	--white: #fff;
	--black: #0b0b0b;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: var(--white);
}

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

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

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

h1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #56e116;
  margin: 0px;
}

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

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

h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: var(--black);
  margin: 0px;
}

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

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

h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  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;
  color: var(--black);
  margin: 0px;
}

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

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

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  margin-bottom: 60px;
}

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

.h2d5c766b-site-header{
  background: var(--black);
}

.h2d5c766b-header-top{
    padding: 6px 0px;
    background: linear-gradient(180deg, #56e116 0%, #34a600 44.71%, #226b01 100%);
}

.h2d5c766b-header-top__container{
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    align-items: center;
}

.h2d5c766b-header-top__notice{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  color: var(--white);
}

.h2d5c766b-header-main{
  padding: 12px 0px;
}

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

.h2d5c766b-main-navigation{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    color: var(--white);
}

.h2d5c766b-navigation-list{
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.h2d5c766b-navigation-item--age{
  padding: 0px;
}




.h2d5c766b-hero-section{
  background: url("/h2d5c766b-assets/h2d5c766b-images/h2d5c766b-hero_bg.webp");
  background-size: cover;
  background-position: center;
}

.h2d5c766b-hero-content{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h2d5c766b-hero-text{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  max-width: 860px;
  margin: auto;
}

.h2d5c766b-hero-description{
  color: var(--white);
}

.h2d5c766b-hero-features{
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.h2d5c766b-hero-feature {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.h2d5c766b-casino-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px;
  column-gap: 20px;
}

.h2d5c766b-casino-item{
  padding: 20px;
  box-sizing: border-box;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px 0 rgba(86, 225, 22, 0.6);
  background: rgba(11, 11, 11, 0.7);
  border: 1px solid #56e116;
  border-radius: 16px;
}

.h2d5c766b-hero-media{
  padding: 40px 0px;
  max-width: 1140px;
  margin: auto;
}

.h2d5c766b-casino-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: white;
  text-align: center;
}

.h2d5c766b-casino-card__header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.h2d5c766b-casino-card__logo{
  padding: 20px 0px;
}

.h2d5c766b-casino-card__logo-link{
  height: 30px;
  display: block;
  width: 100%;
}

.h2d5c766b-casino-card__tagline{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--white);
}

.h2d5c766b-casino-card__stats{
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.h2d5c766b-casino-card__rating, .h2d5c766b-casino-card__players{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.h2d5c766b-casino-card__rating-value, .h2d5c766b-casino-card__players-count{
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: var(--white);
}

.h2d5c766b-casino-card__label, .h2d5c766b-casino-card__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--white);
}

.h2d5c766b-casino-card__cta{
  padding: 12px 0px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid #56e116;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(86, 225, 22, 0.6);
  background: linear-gradient(180deg, #56e116 0%, #34a600 44.71%, #226b01 100%);
}

.h2d5c766b-casino-card__payments{
  flex-direction: row;
  gap: 16px;
}

.h2d5c766b-casino-card__license{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--white);
}





.h2d5c766b-guide-content{
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.h2d5c766b-faq-section__container{
  gap: 30px;
}

.h2d5c766b-faq-list{
  gap: 20px;
}

.h2d5c766b-faq-item {
  background: var(--black);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h2d5c766b-faq-answer{
  color: var(--white);
}


.h2d5c766b-disclaimer-content{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  border-radius: 16px;
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #56e116 0%, #34a600 44.71%, #226b01 100%);
}

.h2d5c766b-disclaimer-title{
  color: var(--white);
}

.h2d5c766b-disclaimer-text{
  color: var(--white);
}






.h2d5c766b-site-footer{
  padding: 50px 0px;
  background: var(--black);
}

.h2d5c766b-site-footer p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  text-align: start;
  max-width: 1162px;
}

.h2d5c766b-footer-container{
  gap: 20px;
  align-items: start;
}

.h2d5c766b-footer-company-info{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: start;
  color: #e8e8e8;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 162px;
}

.h2d5c766b-footer-regulation{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: start;
}

p.h2d5c766b-regulation-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: #e8e8e8;
  text-align: start;
  max-width: 930px;
}

.h2d5c766b-footer-nav-list{
  flex-direction: row;
  justify-content: start;
  gap: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white);
  flex-wrap: wrap;
}

.h2d5c766b-footer-copyright{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--white);
}

.h2d5c766b-hero-section__container{
  gap: 40px;
}

.h2d5c766b-hero-section__container{
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 990px) {
  .h2d5c766b-casino-list{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 683px) {
  .h2d5c766b-main-navigation{
    display: none;
  }

  .h2d5c766b-header-top__notice{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    color: var(--white);
  }
}

@media screen and (max-width: 600px) {
  .h2d5c766b-casino-list{
    grid-template-columns: 1fr;
  }

  .h2d5c766b-casino-item{
    padding: 20px 16px;
  }

  .h2d5c766b-casino-card{
    gap: 10px;
  }

  .h2d5c766b-casino-card__header{
    flex-direction: row;
    gap: 10px;
  }

  .h2d5c766b-casino-card__logo{
    flex: 1;
  }

  .h2d5c766b-casino-card__tagline{
    flex: 1;
    font-size: 10px;
  }

  .h2d5c766b-casino-card__logo-link img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
  }

  .h2d5c766b-footer-regulation{
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .h2d5c766b-footer-nav-list{
    gap: 20px;
  }

  p.h2d5c766b-regulation-text{
    font-size: 12px;
  }
}


.h2d5c766b-burger {
  display: none;
  width: 40px;
  height: 28px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.h2d5c766b-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Lines positioning */
.h2d5c766b-burger span:nth-child(1) {
  top: 0;
}

.h2d5c766b-burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.h2d5c766b-burger span:nth-child(3) {
  bottom: 0;
}

/* ACTIVE STATE (cross animation) */
.h2d5c766b-burger.h2d5c766b-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

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

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

/* Mobile behavior */
@media screen and (max-width: 683px) {
  .h2d5c766b-burger {
    display: block;
  }

  .h2d5c766b-main-navigation {
    position: absolute;
    top: 40px;
    right: 0;
    background: var(--black);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
  }

  .h2d5c766b-main-navigation.h2d5c766b-active {
    display: block;
  }

  .h2d5c766b-navigation-list {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}

.h2d5c766b-about-section{
  margin-top: 60px;
}

.h2d5c766b-about-section__container{
  flex-direction: row;
}

.h2d5c766b-about-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h2d5c766b-about-image{
  flex: 1;
}





.h2d5c766b-contact-section{
  margin-top: 60px;
}

.h2d5c766b-contact-section__container{
  flex-direction: row;
}

.h2d5c766b-contact-image{
  flex: 1;
  object-fit: cover;
  border-radius: 16px;
}

.h2d5c766b-contact-form{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h2d5c766b-contact-list{
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
  max-width: 408px;
}

.h2d5c766b-contact-form__fields{
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.h2d5c766b-contact-section{
  margin-top: 60px;
}

.h2d5c766b-contact-section__container{
  flex-direction: row;
}

.h2d5c766b-contact-image{
  flex: 1;
  object-fit: cover;
  border-radius: 16px;
}

.h2d5c766b-contact-form{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h2d5c766b-contact-list{
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
  max-width: 408px;
}

.h2d5c766b-contact-form__fields{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.h2d5c766b-contact-input{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    border-radius: 10px;
    padding: 14px 20px;
    box-sizing: border-box;
    background: var(--black);
    border: 0px;
}

.h2d5c766b-contact-textarea{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    border-radius: 10px;
    padding: 14px 20px;
    box-sizing: border-box;
    background: var(--black);
    border: 0px;
}

.h2d5c766b-contact-submit{
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  box-shadow: 0 0 10px 0 rgba(86, 225, 22, 0.6);
  background: linear-gradient(180deg, #56e116 0%, #34a600 44.71%, #226b01 100%);
  border: 1px solid #56e116;
  border-radius: 16px;
  padding: 12px 40px;
}

.h2d5c766b-contact-item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.h2d5c766b-contact-link{
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 682px) {
  .h2d5c766b-contact-section__container{
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .h2d5c766b-contact-section{
    margin: 30px 0px;
  }

  .h2d5c766b-hero-section{
    background: url("/h2d5c766b-assets/h2d5c766b-images/h2d5c766b-hero_bg-mobile.webp");
    background-size: cover;
    background-position: center;
  }
}

.h2d5c766b-policy_section{
  padding: 20px 0px;
  margin: 60px 0px;
}

.h2d5c766b-policy_section p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
}

.h2d5c766b-policy_section ul{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  padding-left: 20px;
  list-style: disc;
}

@media screen and (max-width: 990px) {
  .h2d5c766b-about-section__container{
    flex-direction: column;
  }
}



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