@font-face {
  font-family: "Plus_Jakarta_Sans";
  src: url("/h14bfd61d-fonts/h14bfd61d-plusjakartasans-regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Plus_Jakarta_Sans";
  src: url("/h14bfd61d-fonts/h14bfd61d-plusjakartasans_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

/* ===== Переменные ===== */
: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: "Plus_Jakarta_Sans", sans-serif;
}

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

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

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

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

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

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

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

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

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

h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  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: #f8fafc;
  margin: 0px;
}

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

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

section {
  padding: 40px 0px;
}

.h14bfd61d-site-header{
  backdrop-filter: blur(15px);
  background: #2c5530;
  padding: 16px;
}

.h14bfd61d-header-content{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap-reverse;
}

.h14bfd61d-responsibility-banner{
  display: flex;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

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

.h14bfd61d-hero__container{
  align-items: center;
  gap: 24px;
}

.h14bfd61d-hero__benefits{
  flex-direction: row;
  gap: 24px;
}

.h14bfd61d-hero__benefit-item{
  border: 1px solid #d4af37;
  border-radius: 300px;
  padding: 4px 24px;
  background: #1a1f2c;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #f8fafc;
  display: flex;
  align-items: center;
  gap: 8px;
}

.h14bfd61d-section-intro__container{
  gap: 24px;
}

.h14bfd61d-section-intro__approach{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h14bfd61d-section-intro__subtitle{
  font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #f8fafc;
}

.h14bfd61d-section-intro__description{
  text-align: start;
}

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

.h14bfd61d-approach-list__item{
  border: 1px solid #d4af37;
  border-radius: 16px;
  padding: 24px;
  background: #1a1f2c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  max-width: 364px;
  align-items: start;
}

.h14bfd61d-approach-list__number{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #1a1f2c;
  border-radius: 8px;
  padding: 4px 16px;
  background: #d4af37;
}

.h14bfd61d-approach-list__text{
  text-align: start;
}

.h14bfd61d-section-intro__promise{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h14bfd61d-section-intro__promise-text{
  text-align: start;
}

.h14bfd61d-section-intro__subtitle{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #f8fafc;
}

.h14bfd61d-faq__container{
  align-items: center;
}

.h14bfd61d-faq__list{
  gap: 16px;
  width: 100%;
}

.h14bfd61d-faq__item{
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d4af37;
  border-radius: 10px;
  padding: 24px;
  background: #1a1f2c;
  justify-content: space-between;
  position: relative;
}

.h14bfd61d-faq__answer{
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  text-align: start;
}

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

.h14bfd61d-faq__question{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #d4af37;
}

.h14bfd61d-faq__toggle{
  padding: 0px;
  border: 0px;
  background: none;
}

.h14bfd61d-faq__toggle::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.h14bfd61d-faq__toggle img{
  transform: rotate(180deg);
  transition: all 0.3s;
}

.h14bfd61d-active .h14bfd61d-faq__answer{
  height: auto;
}

.h14bfd61d-active .h14bfd61d-faq__toggle img{
  transform: rotate(360deg);
  transition: all 0.3s;
}



.h14bfd61d-contact__container{
  align-items: center;
}

.h14bfd61d-contact__content{
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #d4af37;
  border-radius: 20px;
  padding: 24px;
  align-items: center;
}

.h14bfd61d-contact__image{
  flex: 1;
  min-width: 0px;
  max-width: 481px;
  width: 100%;
}

.h14bfd61d-contact__form{
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 579px;
  width: 100%;
  height: 100%;
  gap: 24px;
}

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

.h14bfd61d-contact__input{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #8c8c8c;
  padding: 14px 20px;
  border-radius: 8px;
  border: 0px;
  background: #f8fafc;
}

.h14bfd61d-contact__textarea{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #8c8c8c;
  padding: 14px 20px;
  border-radius: 8px;
  border: 0px;
  background: #f8fafc;
  height: 100px;
  box-sizing: border-box;
}

.h14bfd61d-contact__button{
  border-radius: 10px;
  padding: 16px 24px;
  background: #d4af37;
  width: 196px;
  align-self: center;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #1a1f2c;
}

.h14bfd61d-testimonials__list{
  gap: 24px;
  flex-direction: row;
  width: 100%;
}

.h14bfd61d-testimonials__container{
  align-items: center;
  overflow: hidden;
}

.h14bfd61d-testimonial__header{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.h14bfd61d-testimonial__header h3{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: start;
  color: #f8fafc;
}

.h14bfd61d-testimonial__rating{
  flex-direction: row;
  gap: 1.1px;
}

.h14bfd61d-testimonial__text{
  text-align: start;
}

.h14bfd61d-testimonial{
  border: 1px solid #d4af37;
  border-radius: 16px;
  padding: 24px;
  width: 359px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h14bfd61d-testimonials__navigation{
  display: flex;
  gap: 40px;
}

.h14bfd61d-prev-button, .h14bfd61d-next-button{
  padding: 0px;
  border: 0px;
  background: none;
}

footer{
  padding: 40px 0px;
}

.h14bfd61d-footer__disclaimer{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 2px solid #d4af37;
  border-radius: 16px;
  padding: 24px;
}

.h14bfd61d-footer__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #f8fafc;
}

.h14bfd61d-footer__info{
  display: flex;
  gap: 24px;
}

.h14bfd61d-footer__section{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h14bfd61d-footer__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #f8fafc;
}

.h14bfd61d-footer__support-logos{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 40px;
}

.h14bfd61d-footer__nav-list{
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #f8fafc;
  row-gap: 16px;
  column-gap: 12px;
  flex-wrap: wrap;
}

.h14bfd61d-policy_section h2{
  margin-bottom: 24px;
}

.h14bfd61d-policy_section ul{
  list-style: disc;
  padding-left: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #f8fafc;
}







.h14bfd61d-casino-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.h14bfd61d-casino-list__item{
  width: 100%;
  border: 2px solid #d4af37;
  border-radius: 16px;
  padding: 16px 24px;
  box-sizing: border-box;
  background: #1a1f2c;
  position: relative;
}

.h14bfd61d-casino-card__top-badge{
  background: #d4af37;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #1a1f2c;
  position: absolute;
  top: -15px;
  left: 24px;
}

.h14bfd61d-casino-card__top-badge{
  background: #d4af37;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #1a1f2c;
  position: absolute;
  top: -15px;
  left: 24px;
}

.h14bfd61d-casino-card{
  display: flex;
  justify-content: space-between;
}

.h14bfd61d-casino-card__logo{
  padding: 8px 20px;
}

.h14bfd61d-casino-card__logo-link{
  display: block;
  width: 229px;
  height: 114px;
}

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

.h14bfd61d-casino-card__bonus{
  max-width: 270px;
  width: 100%;
}

.h14bfd61d-casino-card__bonus-link{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h14bfd61d-casino-card__bonus-label{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #d4af37;
}

.h14bfd61d-casino-card__bonus-text{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #f8fafc;
}

.h14bfd61d-casino-card__score-wrapper{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.h14bfd61d-casino-card__score{
  display: flex;
  align-items: end;
  gap: 8px;
}

.h14bfd61d-casino-card__score-label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #d4af37;
}

.h14bfd61d-casino-card__score-value{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 46px;
  color: #f8fafc;
}

.h14bfd61d-casino-card__score-max{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #f8fafc;
}

.h14bfd61d-casino-card__score-bar{
  width: 100%;
  height: 10px;
  border-radius: 500px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(to right, #d4af37 96%, white 90%);
}

.h14bfd61d-casino-card__actions{
  max-width: 196px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.h14bfd61d-casino-card__cta {
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #1a1f2c;
  border-radius: 10px;
  padding: 16px 24px;
  box-sizing: border-box;

  /* shiny effect */
  transition: 0.5s;
  background:
    repeating-linear-gradient(75grad,
      rgba(0,0,0,0) 25%,
      rgba(255,255,255,0.6) 26%,
      rgba(0,0,0,0.0) 50%,
      rgba(0,0,0,0) 100%),
    #d4af37;
  animation: mymove 5s infinite linear;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
}

.h14bfd61d-casino-card__cta:hover {
  background:
    repeating-linear-gradient(75grad,
      rgba(0,0,0,0) 25%,
      rgba(255,255,255,0.6) 26%,
      rgba(0,0,0,0.0) 70%,
      rgba(0,0,0,0) 100%),
    #d4af37;
  box-shadow: -1px 5px 10px rgba(0,0,0,0.35);
}

/* animation */
@keyframes mymove {
  0% { background-position: 0px 0px; }
  100% { background-position: 500px 0px; }
}



.h14bfd61d-casino-card__payments{
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  box-sizing: border-box;
}

.h14bfd61d-message{
  text-align: start;
  display: none;
}

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

.h14bfd61d-testimonials__list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  position: relative;
  transition: transform 0.4s ease;
}

.h14bfd61d-testimonial {
  flex: 0 0 359px;
}

.h14bfd61d-mobile{
  display: none;
}

.h14bfd61d-casino-card__score-bar-wrapper{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .h14bfd61d-mobile{
    display: flex;
  }

  .h14bfd61d-desctop{
    display: none;
  }

  .h14bfd61d-casino-card__actions{
    max-width: none;
    flex: 1;
    align-items: center;
  }

  .h14bfd61d-casino-card__bonus-link{
    align-items: center;
    text-align: center;
  }

  .h14bfd61d-casino-card__bonus-label{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #d4af37;
  }

  .h14bfd61d-casino-card__bonus-text{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #f8fafc;
  }

  .h14bfd61d-casino-card__cta{
    padding: 10px;
  }


  .h14bfd61d-casino-card__score-wrapper{
    max-width: none;
    flex: 1;
    align-items: center;
  }

  .h14bfd61d-casino-card__logo{
    padding: 0px;
  }

  .h14bfd61d-casino-card__logo-link{
    height: 60px;
    width: 138px;
  }

  .h14bfd61d-casino-card__score-value{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #f8fafc;
  }

  .h14bfd61d-casino-card__score-bar-wrapper{
    flex-direction: column-reverse;
  }

  .h14bfd61d-casino-list__item{
    width: 100%;
  }

  .h14bfd61d-casino-card{
    justify-content: center;
    gap: 16px;
  }
}

@media screen and (max-width: 600px) {
  .h14bfd61d-testimonials__list {
    gap: 16px;
  }

  .h14bfd61d-testimonial {
    flex: 0 0 289px;
  }

  .h14bfd61d-contact__content{
    flex-direction: column-reverse;
  }
  
  .h14bfd61d-contact__button{
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .h14bfd61d-footer__info{
    flex-direction: column;
  }

  .h14bfd61d-hero__benefit-item{
    padding: 4px 8px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 10px;
    color: #f8fafc;
  }

  .h14bfd61d-hero__benefits{
    gap: 0px;
    justify-content: space-around;
    width: 100%;
  }

  .h14bfd61d-section-intro__subtitle{
    font-size: 20px;
  }

  .h14bfd61d-footer__nav-list{
    justify-content: center;
  }
}

#particles-js {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #1a1f2c;
  z-index:-1;
}

@media screen and (max-width: 600px) {
  .h14bfd61d-section-intro__title{
    overflow-wrap: anywhere;
  }

  .h14bfd61d-footer__support-item img{
    max-width: 100%;
  }
}