@font-face {
  font-family: "Afacad";
  src: url("/h0ea3b541-local/h0ea3b541-fonts/h0ea3b541-afacad_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Afacad";
  src: url("/h0ea3b541-local/h0ea3b541-fonts/h0ea3b541-afacad_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Afacad";
  src: url("/h0ea3b541-local/h0ea3b541-fonts/h0ea3b541-afacad_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Afacad";
  src: url("/h0ea3b541-local/h0ea3b541-fonts/h0ea3b541-afacad_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 12px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Afacad", sans-serif;
}

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

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

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

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

h1 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  color: #222;
  margin: 0px;
}

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

@media (max-width: 600px) {
  h1 {
    font-size: 20px;
    color: #272727;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  color: #222;
  margin: 0px;
}

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

@media (max-width: 600px) {
  h2 {
    font-size: 20px;
    color: #272727;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 30px;
  color: #fea713;
  margin: 0px;
}

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

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

p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #4a4a4a;
  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: 10px;
}








.h0ea3b541-site-header{
  padding: 10px 0px;
  position: absolute;
  width: 100%;
  background: #f1f1f1;
  z-index: 10;
}

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

.h0ea3b541-nav-list{
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.h0ea3b541-nav-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222;
  padding: 10px;
}

.h0ea3b541-age-restriction{
  padding: 0px;
}







.h0ea3b541-site-footer{
  padding: 50px 0px;
  background: #2b2f38;
}

.h0ea3b541-site-footer p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #e8e8e8;
}

.h0ea3b541-footer-container{
  text-align: center;
  gap: 20px;
}

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

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

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

.h0ea3b541-footer-nav-list{
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  flex-wrap: wrap;
}

.h0ea3b541-footer-copyright{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #e8e8e8;
}

.h0ea3b541-gap_40_block{
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 18px;
}

.h0ea3b541-gap_30_block{
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 18px;
}

.h0ea3b541-gap_20_block{
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 18px;
}

.h0ea3b541-padding_36-16{
  padding: 36px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 18px;
}

@media screen and (max-width: 600px) {
  .h0ea3b541-padding_36-16{
    padding: 36px 16px;
    box-sizing: border-box;
    width: 100%;
  }
}

.h0ea3b541-hero{
  padding-top: 71px;
  position: relative;
}

.h0ea3b541-hero__container{
  flex-wrap: nowrap;
  padding-bottom: 20px;
}

.h0ea3b541-hero__background{
  height: 501px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0px;
  width: 100%;
}

.h0ea3b541-hero__background-image{
  width: 100%;
  height: 100%;
}

.h0ea3b541-hero__background picture{
  width: 100%;
}

.h0ea3b541-hero__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.h0ea3b541-hero__badge{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border-radius: 16px;
  padding: 8px 24px;
  background: #fea713;
}

.h0ea3b541-hero__main{
  display: flex;
  align-items: center;
  gap: 33px;
}

.h0ea3b541-hero__icon{
  min-width: 185px;
}

.h0ea3b541-hero__text{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h0ea3b541-hero__description{
  max-width: 780px;
}

.h0ea3b541-hero__features{
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
  border-radius: 16px;
  padding: 4px 17px;
  background: #fff;
  width: fit-content;
  align-self: center;
}

.h0ea3b541-hero__feature{
  display: flex;
  align-items: center;
  gap: 10px;
}

.h0ea3b541-hero__feature-icon {
    min-height: 24px;
    min-width: 24px;
}

.h0ea3b541-hero__feature span{
  font-size: 14px;
}

.h0ea3b541-casino-list{
  gap: 12px;
}

.h0ea3b541-casino-item{
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 14px 0 #4996f0;
  background: #f6faff;
}

.h0ea3b541-casino-card{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.h0ea3b541-casino-card__logo{
  flex: 260px;
  max-width: 260px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #85a8d7 0%, #77b1ff 100%);
  align-items: center;
  display: flex;
}

.h0ea3b541-casino-card__logo_content{
  width: 100%;
  box-sizing: border-box;
  padding: 19px 10px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #85a8d7 0%, #77b1ff 100%);
  align-items: center;
  display: flex;
}

.h0ea3b541-casino-card__logo-link{
  display: flex;
  height: 82px;
  width: 240px;
}

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

.h0ea3b541-casino-card__info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 13px 0px;
  justify-content: center;
  max-width: 400px;
  width: 100%;
}

.h0ea3b541-casino-card__players{
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #5a5a5a;
  border-radius: 60px 60px 0 60px;
  padding: 1.5px 10px;
  background: #fff;
}

.h0ea3b541-casino-card__players-count{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
}

.h0ea3b541-casino-card__description{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #4a4a4a;
}

.h0ea3b541-casino-card__rating{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 15px 0px;
  justify-content: center;
}

.h0ea3b541-casino-card__rating-score{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  color: #4a4a4a;
}

.h0ea3b541-casino-card__license{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #4a4a4a;
}

.h0ea3b541-casino-card__stars{
  flex-direction: row;
  gap: 3px;
}

.h0ea3b541-casino-card__actions{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  max-width: 311px;
  width: 100%;
  justify-content: center;
  padding: 17.5px 0px;
}

.h0ea3b541-casino-card__visit-btn{
  max-width: 263px;
  width: 100%;
  height: 50px;
  border: 1px solid #3098ff;
  border-radius: 24px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 14px 0 rgba(73, 150, 240, 0.4);
  background: linear-gradient(90deg, #3098ff 0%, #0067ce 100%);
  align-items: center;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.h0ea3b541-casino-card__payments{
  flex-direction: row;
  gap: 20px;
  border: 1px solid #5a5a5a;
  border-radius: 100px;
  padding: 5px 10px;
  background: #fff;
  align-items: center;
}



.h0ea3b541-about_us_list{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #4a4a4a;
  list-style: auto;
  padding-left: 20px;
}

.h0ea3b541-interesting_fact_block{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  gap: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 18px;
}

.h0ea3b541-interesting_fact_block p{
  max-width: 1001px;
}

@media screen and (max-width: 700px) {
  .h0ea3b541-nav-list{
    display: none;
  }
}


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

.h0ea3b541-main-nav{
  display: flex;
}

.h0ea3b541-nav-list{
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.h0ea3b541-nav-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222;
  padding: 10px;
}

.h0ea3b541-age-restriction{
  padding: 0px;
}

/* Burger */
.h0ea3b541-burger-button{
  display: none;
  width: 37px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
}

.h0ea3b541-burger-button span{
  display: block;
  width: 36.878px;
  height: 3.07317px;
  border-radius: 1.53659px;
  background: #4b4b4b;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  position: absolute;
  left: 0;
}

.h0ea3b541-burger-button span:nth-child(1){
  top: 0;
}

.h0ea3b541-burger-button span:nth-child(2){
  top: 7.46338px;
}

.h0ea3b541-burger-button span:nth-child(3){
  top: 14.9269px;
}

/* Active state -> cross */
.h0ea3b541-burger-button.h0ea3b541-active span:nth-child(1){
  top: 7.46338px;
  transform: rotate(45deg);
}

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

.h0ea3b541-burger-button.h0ea3b541-active span:nth-child(3){
  top: 7.46338px;
  transform: rotate(-45deg);
}

.h0ea3b541-mobile{
  display: none;
}

.h0ea3b541-small_desc{
  text-align: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 8px;
  text-align: center;
  color: #272727;
}


.h0ea3b541-addition_heading {
  position: absolute;
  border-radius: 100px 100px 100px 0;
  padding: 5px 20px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  color: #272727;
}

@media screen and (max-width: 990px) {
  .h0ea3b541-hero__icon{
    display: none;
  }
}

@media screen and (max-width: 866px) {
  .h0ea3b541-desctop_text{
    display: none;
  }

  .h0ea3b541-desctop{
    display: none;
  }

  .h0ea3b541-mobile{
    display: flex;
  }

  .h0ea3b541-casino-card{
    gap: 0px;
  }

  .h0ea3b541-casino-card__logo{
    flex-direction: column;
    padding: 28px 0px;
    justify-content: center;
    max-width: none;
    flex: 1;
  }

  .h0ea3b541-casino-card__logo_content{
    padding: 2.5px 19px;
    width: 100%;
  }

  .h0ea3b541-casino-card__logo-link{
    height: 75px;
    width: 100%;
  }

  .h0ea3b541-casino-card__rating{
    flex-direction: row;
    gap: 5px;
    border-radius: 16px;
    padding: 0px 8px;
    background: #f6faff;
  }

  .h0ea3b541-casino-card__rating-score{
    font-size: 24px;
  }

  .h0ea3b541-casino-card__stars {
      flex-direction: row;
      gap: 3px;
      align-items: center;
  }

  .h0ea3b541-casino-card__star img{
    height: 16px;
    width: 16px;
  }

  .h0ea3b541-casino-card__star.h0ea3b541-small img{
    width: 12px;
    height: 12px;
  }

  .h0ea3b541-casino-card__star.h0ea3b541-medium img{
    width: 14px;
    height: 16px;
  }

  .h0ea3b541-casino-card__actions{
    flex: 1;
    padding: 0px 6px;
    max-width: none;
    padding-bottom: 16px;
    gap: 0px;
  }
  
  .h0ea3b541-casino-card__info{
    gap: 8px;
    padding-bottom: 8px;
  }

  .h0ea3b541-casino-card__description{
    font-size: 14px;
  }

  .h0ea3b541-casino-card__payments{
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }

  .h0ea3b541-casino-card__visit-btn{
    font-size: 14px;
    height: 39px;
    margin-bottom: 4px;
  }

  .h0ea3b541-casino-card__payment img {
    width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .h0ea3b541-casino-card__payment {
    height: 16px;
  }

  .h0ea3b541-casino-list{
    gap: 5px;
  }
}

@media screen and (max-width: 700px) {
  .h0ea3b541-burger-button{
    display: flex;
  }

  .h0ea3b541-main-nav{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 20px 16px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .h0ea3b541-main-nav.h0ea3b541-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .h0ea3b541-nav-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .h0ea3b541-nav-item{
    width: 100%;
    padding: 0;
  }

  .h0ea3b541-nav-item a{
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .h0ea3b541-age-restriction{
    padding-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .h0ea3b541-hero__background{
    height: 100%;
  }

  .h0ea3b541-hero__background picture{
    height: 100%;
  }
  .h0ea3b541-hero__badge{
    display: none;
  }

  .h0ea3b541-hero__description{
    display: none;
  }

  .h0ea3b541-hero__feature span{
    font-size: 9px;
  }

  .h0ea3b541-footer-regulation{
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 359px) {
  .h0ea3b541-hero__features{
    flex-wrap: wrap;
  }
}


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

.h0ea3b541-policy_section{
  padding: 20px 0px;
}

.h0ea3b541-policy_container{
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 36px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 18px;
}

.h0ea3b541-policy_content{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.h0ea3b541-bold_text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #4a4a4a;
}

.h0ea3b541-number_list {
  list-style: auto;
  padding-left: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #4a4a4a;
}

.h0ea3b541-dotted_list{
  list-style: disc;
  padding-left: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #4a4a4a;
}