@font-face {
  font-family: Inter;
  font-weight: 900;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-inter-black.woff);
}
  
@font-face {
  font-family: Inter;
  font-weight: 800;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-inter-extraboldItalic.woff);
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-inter-regular.woff);
}
  
@font-face {
  font-family: Monserrat;
  font-weight: 800;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-montserrat-extrabold.woff);
}

@font-face {
  font-family: Monserrat;
  font-weight: 400;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-montserrat-regular.woff);
}
  
@font-face {
  font-family: Abel;
  font-weight: 400;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-abel-regular.woff);
}

@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-display: swap;
  src: url(/Kalobet-assets/Kalobet-fonts/Kalobet-poppins-regular.woff);
}

  /* ===== Переменные ===== */
  :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: "Inter", sans-serif;
    --second-family: "Montserrat", sans-serif;
    --third-family: "Poppins", sans-serif;
    --font3: "Abel", sans-serif;
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: #0f2347;
  }
  
  .Kalobet-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) {
    .Kalobet-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .Kalobet-container {
      padding: 0 var(--container-step-mobile);
    }
  }
  
  h1 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h1 {
      font-size: 39px;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 30px;
    }
  }
  
  h2 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #df0056;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 30px;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 20px;
    }
  }
  
  h3 {
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    color: #cf2f34;
    margin: 0px;
  }

  p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    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;
    }
  }
  
  .Kalobet-btn{
    border-radius: 30px;
    padding: 14px 0px;
    background: linear-gradient(90deg, #72a3c9 0%, #62bbfc 100%);
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    width: 100%;
    border: 0px;
    display: flex;
    justify-content: center;
  }

  .Kalobet-site-header{
    padding: 15px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }

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

  .Kalobet-logo{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #fff;
  }

  .Kalobet-nav-list{
    flex-direction: row;
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    align-items: center;
    gap: 20px;
  }

  .Kalobet-auth-buttons{
    display: flex;
    gap: 5px;
  }

  .Kalobet-auth-buttons .Kalobet-btn{
    padding: 10px 20px;
  }

  .Kalobet-hero-section{
    background: url(/Kalobet-assets/Kalobet-img/Kalobet-main_hero_bg.webp) no-repeat center;
    background-size: cover;
    padding-top: 127px;
    padding-bottom: 60px;
  }

  .Kalobet-hero-wrapper{
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(25px);
  }

  .Kalobet-hero-content{
    max-width: 1040px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .Kalobet-hero-text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fff;
  }

  .Kalobet-btn-primary{
    max-width: 246px;
  }

  .Kalobet-features-container{
    gap: 40px;
  }

  .Kalobet-features-gallery{
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .Kalobet-features-gallery li{
    aspect-ratio: 1 / 1;
    max-width: 280px;
  }

  .Kalobet-unique-grid{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 16px;
  }

  .Kalobet-unique-item{
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 24px;
    max-width: 292px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 24px;
    box-sizing: border-box;
  }

  .Kalobet-unique-text{
    text-align: start;
  }

  .Kalobet-game-section{
    background: rgba(255, 255, 255, 0.1);
  }

  .Kalobet-game-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .Kalobet-game-card{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .Kalobet-game_img_wrapper{
    aspect-ratio: 400 / 300;
    max-width: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }

  .Kalobet-game-img{
    width: 100%;
    aspect-ratio: 1/1;
  }

  .Kalobet-game-title{
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 18px;
    color: #fff;
  }

  .Kalobet-btn-play{
    margin-top: 5px;
  }

  .Kalobet-disclaimer-text{
    text-align: start;
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    line-height: 130%;
    max-width: 1030px;
    margin: auto;
  }

  .Kalobet-red_text{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 14px;
    line-height: 130%;
    color: #df0056;
  }

  .Kalobet-site-footer{
    background: #000;
    padding: 30px 0px;
  }

  .Kalobet-footer-container{
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12%;
  }

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

  .Kalobet-footer-text{
    text-align: start;
  }

  .Kalobet-age-limit{
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 800;
    font-size: 60px;
    color: #fff;
  }

  .Kalobet-footer-note{
    text-align: start;
  }

  .Kalobet-footer-nav-list{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    flex-direction: row;
    gap: 44px;
  }

  @media screen and (max-width: 1256px) {
    .Kalobet-unique-grid{
      justify-content: center;
    }    
  }

  @media screen and (max-width: 600px) {
    .Kalobet-main-nav{
      display: none;
    } 

    .Kalobet-hero-section{
      padding-bottom: 0px;
      padding-top: 58px;
      background: url(/Kalobet-assets/Kalobet-img/Kalobet-main_hero_bg-mobile.webp) no-repeat center;
      background-size: cover;
    }

    .Kalobet-hero-container{
      border: 1px solid rgba(255, 255, 255, 0.3);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
      backdrop-filter: blur(25px);
      box-sizing: border-box;
      padding-bottom: 0px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .Kalobet-hero-wrapper{
      padding: 0px;
      border: 0px;
      background: unset;
      backdrop-filter: none;
    }

    .Kalobet-hero-text{
      font-size: 14px;
    }

    .Kalobet-btn-primary{
      max-width: none;
    }

    .Kalobet-features-gallery{
      gap: 16px;
    }

    .Kalobet-features-gallery li{
      max-width: 150px;
      width: 100%;
    }

    .Kalobet-gallery-img{
      width: 100%;
    }


    .Kalobet-footer-container{
      flex-direction: column;
      align-items: start;
      gap: 20px;
    }

    .Kalobet-age-limit{
      font-family: var(--font-family);
      font-style: italic;
      font-weight: 800;
      font-size: 36px;
      color: #fff;
    }

    .Kalobet-footer-nav-list{
      flex-direction: column;
      gap: 30px;
    }
  }

  .Kalobet-terms_page{
    padding: 40px 0px;
  }

  .Kalobet-terms_page p{
    text-align: start;
  }

  .Kalobet-terms_page .Kalobet-container{
    gap: 0px;
    max-width: 1029px;
  }

  .Kalobet-terms_page ul{
    list-style: inside;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin: 0px;
  }

  .Kalobet-terms_and_conditions ul{
    list-style: decimal;
    padding-left: 25px;
  }


  .Kalobet-terms .Kalobet-hero-section{
    background: url(/Kalobet-assets/Kalobet-img/Kalobet-terms_hero_bg.webp) no-repeat center;
    background-size: cover;
  }

  @media screen and (max-width: 600px) {
    .Kalobet-terms .Kalobet-hero-section{
      background: url(/Kalobet-assets/Kalobet-img/Kalobet-terms_hero_bg-mobile.webp) no-repeat center;
      background-size: cover;
    }    
  }



  .Kalobet-auth-wrapper {
    display: flex;
    justify-content: center;
    background: #1f1f1f;
    border-radius: 10px;
    padding: 16px;
    max-width: 326px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .Kalobet-auth-card {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .Kalobet-auth-title{
    font-family: var(--font-family);
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #fff;
  }
  
  .Kalobet-auth-inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .Kalobet-auth-input {
    padding: 14px 16px;
    outline: none;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--font3);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #999;
  }
  
  .Kalobet-auth-text {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #fff;
  }
  
  .Kalobet-auth-button {
    background: linear-gradient(90deg, #5bb8ff, #007bff);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.2s;
  }
  
  .Kalobet-auth-button:hover,
  .Kalobet-auth-link-btn:hover {
    opacity: 0.9;
  }
  
  .Kalobet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .auth_links{
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .auth_link{
    padding: 0px;
    text-align: center;
    border: 0px;
    background: none;
    font-family: var(--font3);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #fff;
  }

  .auth_link span{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    cursor: pointer;
  }

  /* Кнопка-бургер скрыта по умолчанию */
.Kalobet-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1100;
}

.Kalobet-burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

/* При активации */
.Kalobet-burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
.Kalobet-burger.active span:nth-child(2) {
  opacity: 0;
}
.Kalobet-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}

/* Медиа-запрос: показываем бургер и прячем меню */
@media screen and (max-width: 700px) {
  .Kalobet-burger {
    display: flex;
  }

  .Kalobet-main-nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 15px;
    background: #0f2347;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    z-index: 1000;
  }

  .Kalobet-main-nav.active {
    display: flex;
  }

  .Kalobet-nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
}