@font-face {
  font-family: 'Abel';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-abel_regular.woff');
  font-display: swap;
}
  
@font-face {
  font-family: 'Inter';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-inter_boldItalic.woff');
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'Inter';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-inter_lightItalic.woff');
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Inter';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-inter_bold.woff');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'Lexend Exa';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-lexendexa_extrabold.woff');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-montserrat_black.woff');
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-montserrat_regular.woff');
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'Mulish';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-mulish_extrabold.woff');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/bestbetszone-assets/bestbetszone-fonts/bestbetszone-poppins-semibold.woff');
  font-display: swap;
}
  /* ===== Переменные ===== */
  :root {
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 18px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --font-family: "Abel", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Lexend Exa", sans-serif;
    --font3: "Montserrat", sans-serif;
    --font4: "Mulish", sans-serif;
    --font6: "Poppins", sans-serif;
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: #1a1a1a;
  }
  
  .bestbetszone-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) {
    .bestbetszone-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .bestbetszone-container {
      padding: 0 var(--container-step-mobile);
    }
  }
  
  h1 {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    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(--second-family);
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 20px;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 16px;
    }
  }
  
  h3 {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h3 {
      font-size: 12px;
    }
  }
  
  @media (max-width: 600px) {
    h3 {
      font-size: 10px;
    }
  }
  
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 600px) {
    p {
      font-size: 14px;
    }
  }
  
  ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
  }
  
  a {
    text-decoration: none;
    color: unset;
  }
  
  section {
    padding: 80px 0px;
  
  }
  
  @media (max-width: 600px) {
    section {
      padding: 40px 0px;
    }
  }
  

  .bestbetszone-header{
    padding: 28px 0px;
  }

  .bestbetszone-header-container{
    flex-direction: row;
    justify-content: space-between;
  }

  .bestbetszone-logo-block{
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .bestbetszone-nav-list{
    flex-direction: row;
    gap: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #fff;
  }

  .bestbetszone-btn-login{
    background: none;
    border: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    color: #fff;
  }

  .bestbetszone-logo{
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
  }

  .bestbetszone-hero-section{
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .bestbetszone-main_page .bestbetszone-hero-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-main_page_bg.webp') no-repeat center;
    background-size: cover;
  }

  .bestbetszone-hero-container{
    gap: 24px;
    align-items: center;
  }

  .bestbetszone-hero-subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #fff;
  }

  .bestbetszone-white-btn{
    padding: 15px 60px;
    font-family: var(--third-family);
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    border: 0px;
  }

  .bestbetszone-card-img{
    max-width: 190px;
    aspect-ratio: 1/1;
    width: 100%;
  }

  .bestbetszone-transparent-btn{
    border: 1px solid #fff;
    padding: 10px 40px;
    font-family: var(--third-family);
    font-weight: 800;
    font-size: 10px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
  }

  .bestbetszone-game-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: fit-content;
    max-width: 190px;
    justify-content: space-between;
  }

  .bestbetszone-game-card .bestbetszone-transparent-btn{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .bestbetszone-games-cards{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19.8px;
  }

  .bestbetszone-why-us-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-why_us_bg.webp') no-repeat center;
    background-size: cover;
  }

  .bestbetszone-why-us-container{
    gap: 24px;
    align-items: center;
  }

  .bestbetszone-why-us-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .bestbetszone-why-us-intro{
    text-align: center;
  }

  .bestbetszone-why-us-list{
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .bestbetszone-why-us-item{
    border: 0.50px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .bestbetszone-why-us-title{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bestbetszone-fast-play-section{
    padding: 40px 0px;
  }

  .bestbetszone-fast-play-container{
    align-items: center;
  }

  .bestbetszone-fast-play-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
    max-width: 320px;
  }

  .bestbetszone-section-title{
    margin-bottom: 14px;
  }

  .bestbetszone-fast-play-img{
    max-width: 260px;
    width: 100%;
  }

  .bestbetszone-fast-play-btn{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .bestbetszone-games_page .bestbetszone-hero-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-games_bg.webp') no-repeat center;
    background-size: cover;
  }

  .bestbetszone-about_us_page .bestbetszone-hero-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-about_us_bg.webp') no-repeat center;
    background-size: cover;
  }

  .bestbetszone-about_us-block{
    background: #000;
  }

  .bestbetszone-about_us-block .bestbetszone-container{
    flex-direction: row;
    align-items: center;
  }

  .bestbetszone-about_us-image{
    max-width: 295px;
    flex: 1;
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .bestbetszone-about_us-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 791px;
  }

  .bestbetszone-about_us-title{
    margin-bottom: 14px;
  }
  


  .bestbetszone-FAQ_page .bestbetszone-hero-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-faq_section_bg.webp') no-repeat center;
    background-size: cover;    
  }

  ul.bestbetszone-accordion {
    list-style: none;
    padding: 0;
    gap: 24px;
  }

  ul.bestbetszone-accordion li {
    overflow: hidden;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }

  .bestbetszone-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font3);
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    align-items: flex-start;
    gap: 24px;
  }

  .bestbetszone-accordion-icon {
    font-size: 60px;
    transition: transform 0.2s;
    font-size: 60px;
    transition: transform 0.2s;
    color: #fff;
    padding: 0px;
    border: 0px;
    background: unset;
    height: 31px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.bestbetszone-accordion-icon::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 24px;
}
  .bestbetszone-accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #181818;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  ul.bestbetszone-accordion li.bestbetszone-active{
    gap: 34px;
  }

  li.bestbetszone-active .bestbetszone-accordion-content {
    max-height: 200px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    padding: 0px;
  }

  .bestbetszone-contact_us_page .bestbetszone-hero-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-contact_us_bg.webp') no-repeat center;
    background-size: cover;    
  }

  .bestbetszone-form-container{
    max-width: 700px;
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
    background: #1f1f1f;
  }

  .bestbetszone-form-fields{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bestbetszone-form-contact{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .bestbetszone-form-button{
    border-radius: 10px;
    background: #fff;
    font-family: var(--third-family);
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    margin: auto;
    box-sizing: border-box;
    padding: 15px 60px;
  }

  input{
    padding: 14px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #999;
  }

  .bestbetszone-form_container{
    width: 100%;
    align-items: center;
  }

  .bestbetszone-page_with_form .bestbetszone-hero-section{
    min-height: 600px;
  }

  .bestbetszone-form-info{
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bestbetszone-form-info p{
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  .bestbetszone-login_page .bestbetszone-hero-section, .bestbetszone-register_page .bestbetszone-hero-section{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-sign_up_bg.webp') no-repeat center;
    background-size: cover;    
  }


  .bestbetszone-hero-block.bestbetszone-terms{
    background: url('/bestbetszone-assets/bestbetszone-img/bestbetszone-policies_bg.webp') no-repeat center;
    background-size: cover;   
  }

  .bestbetszone-form-links{
    max-width: 400px;
    align-self: center;
  }

  .bestbetszone-form-links p{
    text-align: center;
  }

  .bestbetszone-form-links a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }

  footer{
    background: black;
    padding: 30px 0px;
  }

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

  .bestbetszone-footer-container{
    max-width: 921px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .bestbetszone-footer-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .bestbetszone-footer-nav{
    flex-direction: row;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 337px;
  }

  .bestbetszone-eighteen_plus{
    font-family: var(--font3);
    font-weight: 900;
    font-size: 60px;
    color: #fff;
  }

  .bestbetszone-header-container-mobile{
    display: none;
  }


  @media screen and (max-width: 848px) {
    .bestbetszone-desktop{
      display: none;
    }

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



  @media screen and (max-width: 600px) {
    .bestbetszone-white-btn{
      font-family: var(--third-family);
      font-weight: 800;
      font-size: 12px;
      line-height: 120%;
      text-transform: uppercase;
      color: #000;
      padding: 15px 30px;
    }

    .bestbetszone-hero-container{
      gap: 16px;
    }

    .bestbetszone-hero-subtitle{
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      text-align: center;
      color: #fff;
    }

    .bestbetszone-game-card{
      max-width: 150px;
    }

    .bestbetszone-games_page .bestbetszone-game-card{
      max-width: 191px;
    }

    .bestbetszone-games_page h2{
      text-align: center;
    }

    .bestbetszone-form-container{
      padding: 16px;
    }

    .bestbetszone-form-button{
      font-family: var(--third-family);
      font-weight: 800;
      font-size: 12px;
      line-height: 120%;
      text-transform: uppercase;
      color: #000;
    }

    .bestbetszone-accordion-header{
      font-family: var(--second-family);
      font-style: italic;
      font-weight: 700;
      font-size: 16px;
      line-height: 120%;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
    }

    .bestbetszone-about_us-section .bestbetszone-container{
      flex-direction: column-reverse;
    }

    .bestbetszone-about_us-image{
      max-width: 250px;
    }

    .bestbetszone-footer-nav{
      flex-direction: column;
      gap: 20px;
    }

    .bestbetszone-eighteen_plus{
      font-family: var(--font3);
      font-weight: 900;
      font-size: 30px;
      color: #fff;
    }
  }

  .bestbetszone-burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.bestbetszone-burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
}

/* мобильная версия */
@media (max-width: 848px) {
    .bestbetszone-burger {
        display: flex;
    }
    .bestbetszone-nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 1rem;
    }
    .bestbetszone-nav.bestbetszone-active {
        display: block;
    }
    .bestbetszone-nav-list {
        flex-direction: column;
        gap: 1rem;
        color: black;
        align-items: center;
    }
}

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

form .hidden_message{
  display: none;
}

form.active .hidden_message{
  display: block;
}