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

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

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

@font-face {
  font-family: Orbitron;
  src: url("/h315bf30e-media/h315bf30e-fonts/h315bf30e-orbitron-extrabold.woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url("/h315bf30e-media/h315bf30e-fonts/h315bf30e-orbitron-bold.woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url("/h315bf30e-media/h315bf30e-fonts/h315bf30e-orbitron-semibold.woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Orbitron;
  src: url("/h315bf30e-media/h315bf30e-fonts/h315bf30e-orbitron-medium.woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url("/h315bf30e-media/h315bf30e-fonts/h315bf30e-lato-regular.woff2");
  font-display: swap;
}

  /* ===== Переменные ===== */
  :root {
    --container-width: 1280px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --font-family: "Inter", sans-serif;
    --second-family: "Orbitron", sans-serif;
    --third-family: "Lato", sans-serif;
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: #0e0e3d;
  }
  
  .h315bf30e-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) {
    .h315bf30e-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .h315bf30e-container {
      padding: 0 var(--container-step-mobile);
    }
  }
  
  h1 {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h1 {
      font-size: 50px;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 36px;
    }
  }
  
  h2 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 32px;
      line-height: 105%;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 24px;
      line-height: 110%;
    }
  }
  
  h3 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h3 {
      font-size: 22px;
    }
  }
  
  @media (max-width: 600px) {
    h3 {
      font-size: 20px;
    }
  }
  
  p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: white;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 600px) {
    p {
      font-size: 14px;
    }
  }
  
  .h315bf30e-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
  }

  img{
    min-width: 0px;
    max-width: 100%;
  }
  
  a {
    text-decoration: none;
    color: unset;
  }
  
  .h315bf30e-section {
    margin-bottom: 80px;
  }
  
  @media (max-width: 600px) {
    .h315bf30e-section {
      margin-bottom: 60px;
    }
  }

  .h315bf30e-sports-betting{
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .h315bf30e-hero-content{
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 137px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("/h315bf30e-media/h315bf30e-images/h315bf30e-hero_bg.png");
    background-position: center;
    background-size: cover;
  }

  .h315bf30e-site-header{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  
  .h315bf30e-site-brand{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #000;
    padding: 8px 16px;
    background: #00e0ff;
    border-radius: 16px;
  }

  .h315bf30e-site-info{
    display: flex;
    gap: 10px;
    max-width: 582px;
    align-items: start;
  }

  .h315bf30e-site-info img{
    min-width: 18px;
  } 

  .h315bf30e-logo_18{
    min-width: 18px;
    height: 18px;
  }

  .h315bf30e-disclaimer{
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .h315bf30e-hero-section{
    max-width: 1022px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .h315bf30e-features-list{
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }

  .h315bf30e-feature-item{
    display: flex;
    gap: 4px;
    border: 1px solid #ff3c78;
    border-radius: 20px;
    background: rgba(0, 0, 149, 0.4);
    padding: 4.5px 16px;
  }

  .h315bf30e-benefits-list{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .h315bf30e-benefit-item{
    max-width: 413px;
    width: 100%;
    border: 2px solid #ff3c78;
    border-radius: 8px;
    padding: 32px 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 149, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    justify-content: end;
  }

  .h315bf30e-reviews-list{
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .h315bf30e-review-item{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    max-width: 413px;
    border: 1px solid #ff3c78;
    border-radius: 8px;
    padding: 24px 16px;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 149, 0.4);
  }

  .h315bf30e-review-author{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }

  .h315bf30e-review-text{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .h315bf30e-review-rating{
    margin-bottom: 8px;
  }

  .h315bf30e-faq-list{
    gap: 8px;
  }

  .h315bf30e-faq-item{
    border: 2px solid #ff3c78;
    border-radius: 8px;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 149, 0.4);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .h315bf30e-faq-question{
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .h315bf30e-faq-number{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.4);
  }

  .h315bf30e-faq-heading{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .h315bf30e-faq-answer{
    color: rgba(255, 255, 255, 0.8);
    max-width: 888px;
  }

  .h315bf30e-smart-betting__container{
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .h315bf30e-smart-betting__image{
    flex: 1;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .h315bf30e-smart-betting__content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 10px;
  }

  .h315bf30e-smart-betting__title{
    text-align: start;
    margin-bottom: 16px;
  }

  .h315bf30e-smart-betting__intro{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  .h315bf30e-betting-feature__title{
    text-align: start;
    margin-bottom: 10px;
  }

  .h315bf30e-betting-feature__text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  .h315bf30e-betting-feature__list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    list-style: disc;
    padding-left: 20px;
  }

  .h315bf30e-betting-tools__list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    list-style: disc;
    padding-left: 20px;
  }

  .h315bf30e-betting-guide__list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    list-style: disc;
    padding-left: 20px;
  }

  .h315bf30e-betting-tools__title{
    text-align: start;
    margin-bottom: 10px;
  }

  .h315bf30e-betting-guide__title{
    text-align: start;
    margin-bottom: 10px;
  }

  .h315bf30e-site-footer{
    background: #000;
    padding: 20px 0px;
  }

  .h315bf30e-footer__sections{
    flex-direction: row;
    display: flex;
    gap: 20px;
  }

  .h315bf30e-footer__section{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .h315bf30e-footer__title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
  }

  .h315bf30e-footer__text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
  }

  .h315bf30e-footer__logos{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .h315bf30e-footer__nav{
    width: 100%;
  }

  .h315bf30e-footer__nav-list{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.6);
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .h315bf30e-footer__nav-item img{
    width: 40px;
  }

  .h315bf30e-footer__cookies{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }

  .h315bf30e-policy_page .h315bf30e-hero-content{
    gap: 40px;
    padding-bottom: 80px;
    background: #000095;
    border-radius: 20px;
  }

  .h315bf30e-policy_content{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

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

  .h315bf30e-policy_list{
    gap: 10px;
  }

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

  .h315bf30e-policy_container p{
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }

  .h315bf30e-bookmakers__header{
    flex-direction: row;
    gap: 20px;
  }

  .h315bf30e-bookmakers__header-item{
    flex: 1;
    display: flex;
    justify-content: center;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }

  .h315bf30e-bookmaker-card{
    display: flex;
    gap: 20px;
    width: 100%;
    box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 149, 0.4);
    border: 2px solid #ff3c78;
    border-radius: 20px;
    padding: 32px 0px;
  }

  .h315bf30e-bookmaker-card__logo{
    max-width: 305px;
    height: 91px;
  }

  .h315bf30e-bookmaker_logo{
    height: 100%;
    object-fit: contain;
  }

  .h315bf30e-bookmaker-card__logo{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5px 0px;
  }

  .h315bf30e-bookmaker-card__bonus{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #fff;
  }

  .h315bf30e-bookmaker-card__rating{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }

  .h315bf30e-bookmaker-card__score{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }

  .h315bf30e-bookmaker-card__stars{
    flex-direction: row;
    gap: 8px;
  }

  .h315bf30e-bookmaker-card__cta{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .h315bf30e-btn--primary{
    max-width: 273px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0px;
    background: #00e0ff;
    border-radius: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
  }

  .h315bf30e-bookmaker-card__payments{
    flex-direction: row;
    gap: 16px;
  }

  .h315bf30e-bookmakers__list{
    gap: 8px;
  }

  .h315bf30e-bookmakers__container{
    gap: 8px;
  }

  .h315bf30e-bookmakers__header{
    height: 20px;
  }

  .h315bf30e-mobile_bonus_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  @media screen and (min-width: 714px) {
    .h315bf30e-mobile{
      display: none;
    }
  }


  @media screen and (max-width: 991px) {
    .h315bf30e-bookmakers__header{
      display: none;
    }

    .h315bf30e-smart-betting__container{
      flex-direction: column-reverse;
    }

    .h315bf30e-smart-betting__image{
      aspect-ratio: unset;
    }
  }

  @media screen and (max-width: 714px) {
    .h315bf30e-bookmaker-card__logo{
      flex-direction: column;
      padding: 75px 13px;
      box-sizing: border-box;
      gap: 16px;
      background: rgba(165, 165, 165, 0.2);
    }

    .h315bf30e-bookmaker-card__cta{
      gap: 16px;
      padding: 0px 8px;
    }

    .h315bf30e-bookmaker-card{
      gap: 0px;
      padding: 0px;
      max-width: 340px;
      width: 100%;
      align-self: center;
    }

    .h315bf30e-card_rating{
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .h315bf30e-bookmaker_logo{
      width: 120px;
      height: 43px;
    }

    .h315bf30e-card_rating .h315bf30e-ul{
      flex-direction: row;
      gap: 4px;
    }

    .h315bf30e-card_raiting_img img{
      width: 16px;
    }

    .h315bf30e-raiting_text{
      font-family: var(--second-family);
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
      text-align: center;
      color: #fff;
    }

    .h315bf30e-bookmaker-card__payments{
      display: none;
    }

    .h315bf30e-bookmaker-card__bonus{
      display: none;
    }

    .h315bf30e-bookmaker-card__rating{
      display: none;
    }
  }

  @media screen and (max-width: 600px) {
    .h315bf30e-hero-content{
      padding: 10px;
      padding-bottom: 66px;
    }
    
    .h315bf30e-footer__sections{
      flex-direction: column;
      text-align: start;
    }

    .h315bf30e-footer__logos{
      justify-content: center;
    }

    .h315bf30e-footer__nav-list{
      flex-wrap: wrap;
      gap: 10px;
      justify-content: start;
      flex-direction: column;
      align-items: start;
    }

    .h315bf30e-site-brand{
      padding: 4px 10px;
      font-size: 14px;
    }
  }



  .h315bf30e-bonus_header{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }

  .h315bf30e-bonus_description{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
  }

  .h315bf30e-policy_page .h315bf30e-hero-title{
    align-self: center;
  }

  .h315bf30e-policy_sublist{
    padding-left: 15px;
    list-style: disc;
  }

  .h315bf30e-policy_sublist .h315bf30e-li{
    display: list-item;
  }