.bg-main {
  background:  linear-gradient(135deg, #450922, #09020d);
}
.header-wrapp {
  background: linear-gradient(135deg, #660822, #a51033, #c5183f);
}
.res-link {
  text-decoration: none;
}
.header-logo {
  display: block;
}
.h-80 {
  height: 80px;
}
.h-50px{
  height: 50px;
}
.res-list {
  padding-left: 0;
  list-style: none;
}
.header-list {
  display: flex;
  grid-gap: 24px;
}
.col-white {
  color: rgb(255, 255, 255);
}
.header-list-link {
  text-transform: uppercase;
  background: linear-gradient(#fff, #fff);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 6%;
  transition: 0.3s all;
  padding-bottom: 6px;
}
.header-list-link:hover {
  background-size: 100% 8%;
}
.ccontainer {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 12px;
  padding-top: 12px;
}
.banner {
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  display: flex;
  grid-gap: 16px;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.cover {
  object-fit: cover;
}
.mb-12 {
  margin-bottom: 12px;
}
.border-14 {
  border-radius: 14px;
}
.pt-b-32 {
 padding: 32px 0;
}
.pt-32{
  padding-top: 32px;
}
.pb-32{
  padding-bottom: 32px;
}
.section-game-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.al-center {
  align-items: center;
  display: flex;
}
.gap-8 {
  grid-gap: 8px;
}
.icon-40 {
  height: 40px;
  width: 40px;
}
.capit-case {
  text-transform: capitalize;
}
.col-pink {
  color: rgb(248, 47, 119);
}
.q {
  color: rgb(207, 20, 85);
}
.fz-20 {
  font-size: 20px;
}
.hover-pink-col {
  transition: 0.3s all;
}
.hover-pink-col:hover {
  color: rgb(206, 24, 88);
}
.section-game-cards {
  display: flex;
  grid-gap: 14px;
}
.section-game-card {
  height: 150px;
  position: relative;
  width: 100%;
}
.section-game-card-desc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 4, 18, 0.89);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: 0.3s all;
  opacity: 0;
}
.section-game-card-desc:hover {
  opacity: 1;
}
.icon-50 {
  height: 50px;
  width: 50px;
}
.scale {
  transition: 0.3s all;
}
.scale:hover {
  scale: 1.1;
}
.mb-24 {
  margin-bottom: 24px;
}
.provider-cards {
  display: flex;
  grid-gap: 24px;
  align-items: center;
}
.provider-cards:hover {
}
.provider-card {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 12px;
  background-color: rgb(50, 44, 54);
  border: 2px solid ;
  border-color: rgb(50, 44, 54);
  transition: 0.3s all;
  display: flex;
  align-items: center;
}
.provider-card:hover {
  border-color: rgb(248, 47, 119);
}
.h-60 {
  height: 60px;
}
.contain {
  object-fit: contain;
}
.main-news-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns:1fr 1fr 1fr;
}
.main-news-card {
  position: relative;
  width: 100%;
}
.main-news-card:hover {
}
.main-news-card-link {
  display: flex;
  height: 250px;
  position: relative;
}
.btn-news {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  background: #f82f77;
  text-transform: uppercase;
  transition: 0.3s all;
  position: absolute;
  z-index: 11;
  left: -10px;
  top: -10px;
}
.btn-news:hover {
  background-color: rgb(189, 23, 81);
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.48);
}
.news-card-desc {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.fw-600 {
  font-weight: 600;
}
.gap-24 {
  grid-gap: 24px;
}
.bonus-cards {
  display: flex;
  grid-gap: 24px;
}
.bonus-card {
  width: 100%;
}
.bonus-card-link {
  background: #120D1C;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  z-index: 0;
  transition: 0.3s all;
}
.bonus-card-link:hover {
  box-shadow: 0px 0px 10px 0px rgb(248, 47, 119);
}
.bonus-card-desc {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, #0b0d11 29.75%, rgba(11, 13, 17, 0.9) 52.94%, rgba(11, 13, 17, 0.4) 65.72%); ;
  left: 0;
  right: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bonus-card-desc span{
  font-size: 14px;
}
.bonus-card-desc h3{
  font-size: 18px;
}
.col-grey {
  color: rgb(144, 144, 144);
}
.time {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background-color: rgb(20, 19, 19);
  border-radius: 14px;
}
.icon-240 {
  height: 240px;
  width: 240px;
}
.casino-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.casino-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #120D1C;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  border-radius: 14px;
}
.casino-card:hover {
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.stars {
  display: flex;
  align-items: center;
}
.casino-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 8px;
  column-gap: 24px;
}
.casino-grid-row {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.casino-grid-row span.col-pink{
  font-size: 12px;
}
.dtsslrsg{
  height: 30px;
  width: 30px;
}
.casino-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 12px;
}
.btn-bg {
  padding: 6px 12px;
  display: flex;
  background: #f82f77;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  transition: 0.3s all;
}
.btn-bg:hover {
  background-color: rgb(204, 24, 86);
}
.casino-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.upper {
  text-transform: uppercase;
}
.h-120 {
  height: 120px;
}
.code {
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-transform: uppercase;
  border-style: dotted;
  border-radius: 14px;
  border-color: rgb(248, 47, 119);
}
.hero {
    position: relative;
    background: url("/images/d7979cdfed641f54a0843333d5ff81a0.png") center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    border-radius: 12px;
    height: 380px;
  }

  .hero--alt {
    background: url("/images/c489e8de70415bfbc72b97f391a802de.jpg") center/cover no-repeat;
  }

  .hero--alt2 {
    background: url("/images/aeca0282d8cc484f3c32f7e844f26305.jpg") center/cover no-repeat;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 12px;

  }

  .hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #fff;
  }

  .hero p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 24px;
  }

  .btn {
    background: #f82f77;
    color: #000;
    border: none;
    padding: 12px 28px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
  }

  .btn:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #f97316, #facc15);
  }
.footer-wrapp {
  background:  linear-gradient(135deg, #09020d, #450922);
}
.footer {
  padding-top: 20px;
  padding-bottom: 12px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgb(66, 66, 66);
  padding-bottom: 10px;
  margin-bottom: 12px;
  grid-gap: 24px;
}
.footer-coll {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-coll-list {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.footer-coll-list-li {
  text-transform: uppercase;
}
.mb-0 {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.active-link {
  background-size: 100% 6%;
}
.wellcome {
  background-image: url('../images/693d550c0ed4f0e37824a16d461ab020.jpg');
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-position: center;
}
.wellcome-text {
  position: relative;
  z-index: 11;
  text-align: center;
}
.news {
 padding: 32px 0;
}
.contetn-center {
  justify-content: center;
}
.promo {
 padding: 32px 0;
}
.promo-top-cards {
  display: flex;
  grid-gap: 24px;
}
/* Фикс для slots навигации */
  .slots-nav .provider-cards {
    display: flex !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  
  .slots-nav .provider-card {
    flex: 0 0 auto;
    min-width: fit-content;
  }

/* Скроллбар для горизонтального скролла */
.provider-cards::-webkit-scrollbar,
.slots-nav .provider-cards::-webkit-scrollbar {
  height: 6px;
}

.provider-cards::-webkit-scrollbar-track,
.slots-nav .provider-cards::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.provider-cards::-webkit-scrollbar-thumb,
.slots-nav .provider-cards::-webkit-scrollbar-thumb {
  background: #f82f77;
  border-radius: 3px;
}
.promo-top-card {
  width: 100%;
  background: #120D1C;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 14px;
}
.promo_cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.promo-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.promo-card-text h3{
  font-size: 20px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.review {
  padding: 32px 0;
}
.slots {
  padding-bottom: 40px;
  padding-top: 40px;
}
.slots-nav {
}
.pt-b-12 {
  padding-bottom: 12px;
  padding-top: 12px;
}
.around-cont {
  justify-content: space-around;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-32{
  margin-bottom: 32px;
}
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* скрыта по умолчанию */
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  background: #ff0f80;
  color: rgb(16, 16, 16);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#toTopBtn.show {
  display: block;
  opacity: 0.8;
}

#toTopBtn:active {
  opacity: 1;
}
.active-border {
  border-color: rgb(248, 47, 119);
}
.post {
  display: flex;
  grid-gap: 32px;
}
.post-right {
  width: 35%;
  min-width: 35%;
}
.post-right-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.post-right-card {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  grid-gap: 0px;
  border-radius: 14px;
  background-color: rgb(23, 20, 25);
  cursor: pointer;
  transition: 0.3s all;
}
.post-right-card:hover {
  box-shadow: 0px 0px 10px 0px rgb(248, 47, 119);
}
.post-right-card-img {
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.fz-18 {
  font-size: 18px;
}
.mr-12 {
  margin-right: 12px;
}
.contact {
  padding-bottom: 40px;
  padding-top: 40px;
}
   .contacts-container {
      
      
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    
    }

    .contact-info {
      background: #120D1C;
      padding: 24px;
      border-radius: 16px;
   
    }

    .contact-info h2 {
      font-size: 28px;
      color: #eeeeee;
      margin-bottom: 20px;
    }

    .contact-info p {
      margin-bottom: 16px;
      color: #d9d9d9;
      font-size: 16px;
    }

    .contact-info a {
      color: #ff0f80;
      text-decoration: none;
    }

    .contact-form {
      background: #120D1C;
      padding: 40px;
      border-radius: 16px;
      
    }

    .contact-form h2 {
      font-size: 28px;
      color: #f3f3f3;
      margin-bottom: 20px;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      margin-bottom: 8px;
      color: #ff0f80;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px;
      border-radius: 8px;
      border: none;
      outline: none;
      background: #1c142c;
      color: #fff;
      font-size: 16px;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: #aaa;
    }

    .form-group textarea {
      resize: none;
      height: 150px;
    }

    .contact-form button {
      background: #ff0f80;
      border: none;
      color: #fff;
      font-size: 18px;
      padding: 14px 32px;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .contact-form button:hover {
      box-shadow: 0 0 15px #ff0f80;
      transform: scale(1.05);
    }

    /* Адаптивность */
    @media (max-width: 900px) {
      .contacts-container {
        grid-template-columns: 1fr;
      }
    }
.contat-cards {
  display: flex;
  grid-gap: 24px;
  justify-content: space-around;
}
.contat-card {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  width: 100%;
  justify-content: center;
}
.strat {
padding: 32px 0;
}
.h-200 {
  height: 200px;
}
.rules-wrapp {
  padding: 32px 0;
}
.rules {
  display: flex;
  grid-gap: 32px;
}
.rules-left {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #120D1C;
  border-radius: 14px;
}
.rules-card {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: #120D1C;
  border-radius: 14px;
}
.w-180 {
  width: 180px;
}
.w-35 {
  width: 35%;
  min-width: 35%;
}
.coll {
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
}
.between {
  justify-content: space-between;
}
.rules-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  justify-content: space-between;
}
.faq {
 padding: 32px 0;
}
.faq-cards {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.faq-card {
  padding-bottom: 12px;
  display: block;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-bottom-color: rgb(82, 82, 82);
  position: relative;
}
.faq-ques {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  align-items: baseline;
}
.fz-32 {
  font-size: 32px;
}
.one-cas-wrapp {
padding: 32px 0;
}
.k3f0ngqm{
  display: flex;
}
.one-cas-r-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-radius: 14px;
  gap: 16px;
  background-color: rgb(18, 13, 28);
}
.iwvatrob{
  font-size: 24px;
 margin-bottom: 24px;
}
.iwvatrob a{
  color: #f82f77;
}
.one-cas-r-top-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
}
.prode {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  border-style: dotted;
  border-radius: 16px;
  border-color: rgb(248, 47, 119);
}
.num-rat {
  text-align: center;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 8px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 14px;
}
.num-rat .fz-20{
  font-size: 14px;
}

.beseline {
  display: flex;
  align-items: baseline;
}
.gap-12 {
  grid-gap: 12px;
}
.one-cas-r-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col-green {
  color: rgb(0, 163, 11);
}
.col-red {
  color: rgb(248, 3, 3);
}
.flex {
  display: flex;
}
.casino-char-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.casino-char-list-li {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  border: 1px solid;
  border-color: rgb(109, 109, 109);
}
.around {
  display: flex;
  justify-content: space-around;
}
.rat-col {
  padding-bottom: 16px;
  padding-left: 26px;
  padding-right: 16px;
  padding-top: 16px;
  border-radius: 14px;
  background-color: rgb(18, 13, 28);
}
/* ===== БУРГЕР МЕНЮ СТИЛИ ===== */

/* Кнопка бургер-меню */
.hamburger {
  display: none;
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1002;
  background: transparent;
  border: none;
  padding: 0;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* Анимация при открытии */
.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}

/* Мобильное меню */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  max-width: 80%;
  height: 100vh;
  background: linear-gradient(135deg, #660822, #09020d);
  box-shadow: -5px 0 15px rgba(0,0,0,0.5);
  transition: right 0.3s ease;
  z-index: 1001;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

/* Заголовок меню */
.mobile-menu-header {
  padding: 20px;
  background: rgba(248, 47, 119, 0.2);
  border-bottom: 2px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-header h3 {
  margin: 0;
  color: transparent;
  font-size: 18px;
  text-transform: uppercase;
}
.faq-item {
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  transition: 0.3s ease;
}

.faq-item:hover {
  border-color: #ff2db9;
  box-shadow: 0 0 12px rgba(255, 45, 185, 0.4);
}

.faq-question {
  display: block;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 11px;
  font-size: 22px;
  color: #ff2db9;
  transition: transform 0.3s;
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-item input[type="checkbox"]:checked + .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 22px; /* только горизонтальные отступы */
}
.faq-answer.open {
  padding: 16px 22px; /* отступы внутри, когда открыто */
}


.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #ccc;
}

/* Кнопка закрытия */
.close-menu {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.close-menu:hover {
  background: #f82f77;
  border-color: #f82f77;
  transform: rotate(90deg);
}

/* Навигация */
.mobile-menu-nav {
  padding: 20px 0;
}

.mobile-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-nav li {
  margin: 0;
}

.mobile-menu-nav a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: 0.3s;
  position: relative;
}

.mobile-menu-nav a:hover {
  background: rgba(248, 47, 119, 0.2);
  padding-left: 35px;
}

.mobile-menu-nav a.active {
  background: rgba(248, 47, 119, 0.3);
  border-left: 3px solid #f82f77;
}

/* Оверлей */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Показываем бургер на мобильных */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  
  .mobile-menu {
    display: block;
  }
  
  /* Скрываем десктоп меню */
  .header-list {
    display: none !important;
  }
  
  .header {
    justify-content: space-between !important;
    padding: 12px 15px !important;
  }
  
  /* При открытом меню блокируем скролл */
  body.menu-open {
    overflow: hidden;
  }
}

/* ====== АДАПТИВ 1440px ====== */
@media screen and (max-width: 1440px) {
  .ccontainer {
    max-width: 1200px;
  }
  
  .section-game-cards {
    flex-wrap: wrap;
  }
  
  .section-game-card {
    width: calc(16.66% - 12px) !important;
    min-width: 140px;
  }
}

/* ====== АДАПТИВ 1280px ====== */
@media screen and (max-width: 1280px) {
  .ccontainer {
    max-width: 1140px;
  }
  
  .header-list {
    gap: 18px !important;
  }
  
  .header-list-link {
    font-size: 13px;
  }
  
  .section-game-card {
    width: calc(20% - 12px) !important;
  }
}
@media(max-width:1200px){
  .rules{
    flex-direction: column;
  }
  .rules-left{
    order: -1;
  }
  .rules-cards{
    width: 100%;
   display: grid;
   grid-template-columns: 1fr 1fr;
  }
  .rules .w-35{
    width: 100%;
  }
}
/* ====== АДАПТИВ 1024px (Ноутбук) ====== */
@media screen and (max-width: 1024px) {
  .ccontainer {
    max-width: 960px;
  }
  
  .header-list {
    gap: 14px !important;
  }
  
  .header-list-link {
    font-size: 12px;
  }
  
  .section-game-card {
    width: calc(25% - 12px) !important;
  }
  
  .main-news-cards {
  grid-template-columns:1fr 1fr;
      
   
  }
  
  .main-news-card {
    
    min-width: auto;
  }
  
  .bonus-cards {
    flex-wrap: wrap;
  }
  
  .bonus-card {
    width: calc(50% - 12px) !important;
    min-width: auto;
  }
  
  .footer-top {
    grid-template-columns: 1fr 1fr !important;
  }
  
  .casino-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  
  .promo_cards {
    grid-template-columns: 1fr 1fr;
  }
  
 
}

/* ====== АДАПТИВ 768px (Планшет) ====== */
@media screen and (max-width: 768px) {
  .ccontainer {
    max-width: 100%;
    padding: 0 15px;
  }
  
  /* Показываем бургер меню */
  .burger-menu {
    display: block !important;
  }
  
  .mobile-nav {
    display: block !important;
  }
  
  /* Скрываем десктоп меню */
  .header-list {
    display: none !important;
  }
  
  .header {
    justify-content: space-between !important;
    padding: 12px 0;
  }
  
  /* Игровые карточки */
  .section-game-card {
    width: calc(33.33% - 10px) !important;
  }
  
  .section-game-cards {
    gap: 10px !important;
  }
  
  /* Баннер */
  .banner {
    height: 350px !important;
    flex-direction: column;
  }
  
  .baner-link {
    width: 100% !important;
    height: 50% !important;
  }
  .promo_cards .promo-top-card, .promo-top-cards .promo-top-card {
    grid-template-columns: 1fr;
  }
  .promo_cards .promo-top-card img, .promo-top-cards .promo-top-card img{
    order: -1;
    object-fit: contain;
    height: 150px !important;
    margin-bottom: 8px;
  }
    .promo_cards .promo-top-card .promo-card-text, .promo-top-cards .promo-top-card .promo-card-text{
      gap: 16px;
    }
 
  
  /* Новости */
  .main-news-card {
    width: 100% !important;
  }
  
  /* Бонусы */
  .bonus-card {
    width: 100% !important;
  }
  
  /* Казино карточки */
  .casino-card {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  
  .casino-top {
    flex-direction: row !important;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .casino-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* Посты */
  .post {
    flex-direction: column !important;
  }
  
  .post-right {
    width: 100% !important;
    min-width: auto !important;
  }
  
  /* Правила */
  .rules {
    flex-direction: column !important;
  }
  .rules-cards{
    grid-template-columns: 1fr;
  }
  
  .w-35 {
    width: 100% !important;
    min-width: auto !important;
  }
  
  /* One Casino */
  .one-cas {
    flex-direction: column !important;
  }
  
  .one-cas-left {
    width: 100% !important;
    min-width: auto !important;
    order: 2;
  }
  
  .one-cas-right {
    order: 1;
  }
  
  .one-cas-r-top {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  
  /* Промо карточки */
 
  
  /* Footer */
  .footer-top {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  
  /* Контакты */
  .contat-cards {
    flex-direction: column !important;
  }
  
  .contat-card {
    width: 100% !important;
  }
  
  /* FAQ */
  .faq-card h4 {
    font-size: 18px;
  }
  
  /* Размеры текста */
  h2 {
    font-size: 26px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  h4 {
    font-size: 18px;
  }
  .one-casino_text{
  font-size: 14px;
}
.hero h1{
  font-size: 32px;
}
  
  /* Провайдеры */
  .provider-cards {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    padding-bottom: 10px;
  }
  .footer-top-coll{
display: flex;
        flex-direction: column;
        align-items: center;
  }
  
  .provider-card {
    min-width: 120px;
    flex: 0 0 auto;
  }
}

/* ====== АДАПТИВ 640px ====== */
@media screen and (max-width: 640px) {
  .ccontainer {
    padding: 0 12px;
  }
  
  .section-game-card {
    width: calc(33.33% - 8px) !important;
    height: 130px !important;
  }
  
  .section-game-cards {
    gap: 8px !important;
  }
  
  .banner {
    height: 280px !important;
  }
  
  .h-60 {
    height: 45px !important;
  }
  
  .icon-240 {
    height: 200px !important;
    width: 200px !important;
  }
  
 
  
  .h-120 {
    height: 100px !important;
  }
  
  .btn-bg {
    padding: 10px 18px !important;
    font-size: 13px;
  }
  
  
  .wellcome {
    padding: 25px 15px !important;
  }
}

/* ====== АДАПТИВ 480px ====== */
@media screen and (max-width: 480px) {
  .section-game-card {
    width: calc(50% - 8px) !important;
    height: 120px !important;
  }
   .main-news-cards {
  grid-template-columns: 1fr;
      
   
  }
  
  .h-80 {
    height: 60px !important;
  }
  
  .h-200 {
    height: 150px !important;
  }
  
  .icon-240 {
    height: 180px !important;
    width: 180px !important;
  }
  
  .banner {
    height: 240px !important;
  }
  
  .casino-char-list {
    grid-template-columns: 1fr !important;
  }
  .rules-card .icon-30{
    width: 20px;
    height: 20px;
  }
    .rules-card p.al-center.gap-8{
      font-size: 12px;
    }
    .kufxaqag .w-180{
      width: 100px;
    }
  
  .around {
    flex-direction: column !important;
    gap: 20px;
  }
  
  h2 {
    font-size: 22px;
  }
  
  h3 {
    font-size: 19px;
  }
  
  h4 {
    font-size: 16px ;
  }
  
  .fz-32 {
    font-size: 24px ;
  }
  
  .fz-20 {
    font-size: 17px ;
  }
  
  .fz-18 {
    font-size: 15px ;
  }
  .promo-top-cards, .promo_cards{
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .post-right-card-img {
    height: 60px !important;
    width: 60px !important;
  }
  
  .mobile-nav {
    width: 85% !important;
    max-width: 280px;
  }
  
  .main-news-card-link {
    height: 200px !important;
  }
  .faq-question{
    padding: 12px 50px 12px 12px;
  }
  
  .casino-grid-row {
    font-size: 12px;
  }
  
  .code {
    font-size: 11px;
    padding: 3px 6px;
  }
}

/* ====== АДАПТИВ 375px ====== */
@media screen and (max-width: 375px) {
  .ccontainer {
    padding: 0 10px;
  }
  
  .section-game-card {
    height: 110px !important;
  }
  
  .h-120 {
    height: 90px !important;
  }
  
  .icon-30 {
    height: 25px !important;
    width: 25px !important;
  }
  
  .icon-40 {
    height: 32px !important;
    width: 32px !important;
  }
  
  .icon-50 {
    height: 40px !important;
    width: 40px !important;
  }
  
  .icon-240 {
    height: 160px !important;
    width: 160px !important;
  }
  
  .banner {
    height: 200px !important;
  }
  
  .main-news-card-link {
    height: 180px !important;
  }
  
 
  
  .mb-40 {
    margin-bottom: 25px !important;
  }
  
  .mb-24 {
    margin-bottom: 18px !important;
  }
  
  .footer-coll-list-li {
    font-size: 12px !important;
  }
  
  .time {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }
  
  .btn-bg {
    padding: 8px 14px !important;
    font-size: 12px !important;
  }
  
  .casino-char-list-li {
    font-size: 11px !important;
    padding: 6px !important;
  }
  
  .rat-col {
    padding: 12px !important;
  }
  
  .rules-left {
    padding: 16px !important;
  }
  
  body {
    font-size: 14px;
  }
  
  p {
    font-size: 13px;
  }
  
  .prode {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }
}

/* ====== АДАПТИВ 320px ====== */
@media screen and (max-width: 320px) {
  .ccontainer {
    padding: 0 8px;
  }
  
  .section-game-cards {
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid !important;
    gap: 8px !important;
  }
  
  .section-game-card {
    width: 100% !important;
    height: 100px !important;
  }
  
  .h-80 {
    height: 50px !important;
  }
  
  .wellcome {
    padding: 20px 10px !important;
  }
  
  .wellcome-text h2 {
    font-size: 18px !important;
  }
  
  .icon-240 {
    height: 140px !important;
    width: 140px !important;
  }
  
  .banner {
    height: 160px !important;
  }
  
  h2 {
    font-size: 20px !important;
  }
  
  h3 {
    font-size: 17px !important;
  }
  
  h4 {
    font-size: 15px !important;
  }
  
  body {
    font-size: 13px;
  }
  
  p {
    font-size: 12px;
  }
  
  .casino-char-list-li {
    font-size: 10px !important;
    padding: 5px !important;
  }
  
  .mobile-nav a {
    padding: 12px 15px !important;
    font-size: 12px !important;
  }
  
  .btn-news {
    font-size: 10px !important;
    padding: 4px 6px !important;
  }
  
  .code {
    font-size: 10px !important;
    padding: 3px 5px !important;
  }
  
  .provider-card {
    padding: 6px 10px !important;
  }
  
  .h-60 {
    height: 35px !important;
  }
  
  .main-news-card-link {
    height: 150px !important;
  }
  
  
  
  .time {
    padding: 5px 8px !important;
    font-size: 11px !important;
  }
  
  .btn-bg {
    padding: 6px 12px !important;
    font-size: 11px !important;
  }
  
  .footer-coll-list-li {
    font-size: 11px !important;
  }
  
  .section-game-card-desc a {
    font-size: 11px;
  }
  
  .icon-50 {
    height: 35px !important;
    width: 35px !important;
  }
}

/* Фиксы для правильного отображения */
@media screen and (max-width: 768px) {
  /* Убираем flex у блоков, где нужна колонка */
  .around.flex {
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* Фикс для casino характеристик */
  .casino-char-list-li:nth-child(odd) {
    background: rgba(248, 47, 119, 0.1);
    font-weight: 600;
  }
  
  /* Корректировка времени */
  .time-wrapp {
    display: flex;
    align-items: center;
  }
  
  /* Фикс для slots навигации */
  .slots-nav .provider-cards {
    display: flex !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  
  .slots-nav .provider-card {
    flex: 0 0 auto;
    min-width: fit-content;
  }
}
/* Скроллбар для горизонтального скролла */
.provider-cards::-webkit-scrollbar,
.slots-nav .provider-cards::-webkit-scrollbar {
  height: 6px;
}

.provider-cards::-webkit-scrollbar-track,
.slots-nav .provider-cards::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.provider-cards::-webkit-scrollbar-thumb,
.slots-nav .provider-cards::-webkit-scrollbar-thumb {
  background: #f82f77;
  border-radius: 3px;
}