body{
    background-color: #141415;
    color: #fff;
}
.accordion-content{
    color: #000;
}

h1{
    font-weight: 700;
    font-size: 20px;
    /* margin-bottom: 15px; */
    color: #fff;
    font-weight: bolder;
}

.flex-box{
    display: flex;
    gap: 20px;
    align-items: center;

    @media (max-width: 768px) {
        flex-direction: column;
        gap: 15px;
        
    }
}

.site-header .burger-menu{
    background-color: transparent;
}
.site-header .burger-menu__item{
    background-color: #fff;
}

.site-header .burger-menu__item{
    width: 70%;
}
.site-header .burger-menu__item:nth-child(1){
    width: 60%;
}
.site-header .burger-menu__item:nth-child(3){
    width: 50%;
}
.site-header{
    padding: 10px;
}
.site-header .container{
    margin: 0 auto;
    gap: 10px;
}
.site-header .site-nav .menu li a{
    font-size: 13px;
}
.site-header .site-nav .menu li.dropdown .casinoes_block{
    gap: 5px;
}
.site-header .site-nav .menu li.dropdown-lang .lang_block{
    gap: 5px;
}

@media screen and (min-width: 768px) {
    .site-header .site-nav .menu li{
        margin: 0;
    }
}
/* stiky footer */
/* ------- Sticky Footer ------- */
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;

  background: #111;
  padding: 12px 20px 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  border-radius: 18px 18px 0 0;
  box-shadow: 0 -5px 20px rgba(0,0,0,.4);
  z-index: 999;

  @media screen and (min-width: 768px) {
    flex-direction: row;
    justify-content: space-around;
  }
}

/* Кнопка */
.sticky-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;

  background: #3272f6;
  color: #fff;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background .2s;

  @media screen and (min-width: 768px) {
    max-width: 300px;
  }
}
.sticky-btn:hover {
  background: #ba2c05;
}

/* Нижний блок: live + количество */
.sticky-live {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* Картинка live */
.live-icon {
  width: 54px;    /* подгони под свою картинку */
  height: auto;
  display: block;
  animation: live-pulse 1.2s infinite;
}

/* лёгкая пульсация вокруг live (можешь убрать, если не нужно) */
@keyframes live-pulse {
  0%   { opacity: 1; transform: scale(1); }
  50%  { opacity: .75; transform: scale(1.03); }
  100% { opacity: 1; transform: scale(1); }
}


/* app */




   .app-card {
      /* max-width: 340px; */
      border-radius: 12px;
      text-align: center;
      /* margin: 0 auto; */
        @media ((min-width: 768px)){
        max-width: 700px;
        
    }
    }

    .app-icon {
      width: 80px;
      height: 80px;
      border-radius: 16px;
      margin-bottom: 10px;
    }

    .app-title {
      font-size: 20px;
      font-weight: 800;
      margin: 5px 0;

      @media ((min-width: 768px)){
        font-size: 30px;
        
        
    }
    }

    .app-publisher {
      color: #50b058;
      font-size: 14px;
      margin-bottom: 16px;
      font-weight: bold;
    }

 .app-meta {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 12px 0;
  font-size: 13px;
}

.meta-block {
  width: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.meta-value {
  font-weight: bold;
  font-size: 15px;
}

.meta-label {
  color: #555;
  font-size: 12px;
  margin-top: 12px;
}

.pegi-icon {
  width: 25px;
  height: auto;
  margin-bottom: 4px;
}

.rating-stars::after {
  content: "★";
  color: gold;
  margin-left: 2px;
  font-size: 14px;
}



.info {
  font-size: 12px;
  color: #888;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
  background-color: #50b058;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  max-width: 500px;
}
.download-btn img{
  width: 20px;
}


    .actions {
      display: flex;
      justify-content: center;
      gap: 30px;
      font-size: 14px;
      color: #555;
    }

    .actions div {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 700;
      color: #50b058;
    }

    .app-card-main{
        display: flex;
        gap: 20px;
        @media ((min-width: 768px)){
        gap: 80px;
        
        
    }
    }
    .app-card-main-text{
        text-align: left;
    }
    .app-card-main img{
            width: 100px;
            height: 100px;
        @media ((min-width: 768px)){
            width: 200px;
            height: 200px;
    }
    }

    .img-app{
        width: 100%;
        border-radius: 10px;
        margin: 20px auto;
                @media ((min-width: 768px)){
          width: 40%;

    }
    }


    /* lang */
    

.language-btn-open{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.language-btn-open.dn{
    @media screen and (max-width: 991.9px){
        display: none;
        
    }
}

.mob{
    @media ((max-width: 768px)){
    display: none;
}

}

#language-btn-open-mob{
    /* position: absolute; */
    top: 18px;
    right: 55px;
    color: #fff;
    background-color: transparent;
    border: none;
    @media ((min-width: 768px)){
        display: none;
        
    }
}

  .language-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
  }
  
  .language-modal.open {
    opacity: 1;
    visibility: visible;
  }
  
  .language-modal-box {
    background: #fff;
    padding: 40px 20px 30px 20px;
    border-radius: 8px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
    width: 100%;
    max-width: 320px;

    @media ((min-width: 768px)){
        max-width: 420px;
        
    }
  }
  .language-modal.open .language-modal-box {
    transform: scale(1);
  }
  /* Стили для списка языков */
  .language-modal ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .language-modal li {
    margin: 5px;
  }
  .language-modal a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .language-modal a:hover{
    transform: scale(1.1);
  }
  /* Стили для кнопки закрытия */
  .language-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  
/* demo */
.iframe-bwb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #171515ff;
    margin-bottom: 15px;
}

.iframe-bwb__bg-image {
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%) blur(6px);
    /* background-image: url(./assets/main1_11zon.webp); */
    
      @media screen and (max-width: 768px) {
         height: 70vh;
    }
}

.iframe-bwb__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.iframe-bwb__button-box{
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 200;
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.iframe-bwb__button {
    transform: translate(-50%, -50%);
    font-size: 1.1em;
    line-height: 48px;
    min-width: 250px;
    border: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 2px;
    padding: 4px 10px;
    color: var(--dark-primary);
    background: #f3f2f7;;
    border-radius: 0.75rem;
    transition: all 0.1s ease;
  font-weight: 700;
  text-transform: uppercase;
}

.iframe-bwb__button:hover {
    background: var(--btn-hover);
  }

  .iframe-bwb__red{
    background: #ffcc29;
    transition: all 0.3s ease;
  }

  .iframe-bwb__red:hover{
    background: linear-gradient(145deg, #fded3f, #ffd000);
  }
  

  #game-container {
    /* margin-top: 20px; */
    width: 100%;
    max-width: 100%;
    height: 80vh; 
    display: none; 

    /* margin-bottom: 15px;  */
     background-image:url(./main1_11zon.webp); 
     background-position: center; 
     background-repeat: no-repeat; 
     background-size: cover;

        @media screen and (max-width: 768px) {
         height: 70vh;
    }
}

.game-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.stake-img{
    display: block;
    margin: 20px auto;
}

.stake-num{
    font-size: 18px;
    font-weight: 600;
    color: #ffcc29;
}

.stake-box-item{
    display: flex;
    gap: 5px;
}


/* --- Карточка как на картинке --- */
.hero-cta{
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: min(980px, calc(100% - 32px));
  background: #fff;
  color: #111;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.hero-cta__title{
  margin: 0 0 6px;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
}
.hero-cta__sub{
  margin: 0;
  font-size: clamp(14px, 1.6vw, 18px);
  color: #555;
}
.hero-cta__buttons{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: .3px;
  border: 0;
  cursor: pointer;
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active{ transform: translateY(1px); }

.btn--primary{
  background: #ffcc29;
  color: #111;
}
.btn--primary:hover{
  background: linear-gradient(145deg, #fded3f, #ffd000);
}

.btn--ghost{
  background: #f3f2f7;
  color: #111;
}
.btn--ghost:hover{
  background: #e8e7ef;
}

/* Появление демо и скрытие карточки */
#iframe-bwb__content{}
.iframe-bwb.is-playing .iframe-bwb__content{ 
  opacity: 0; 
  pointer-events: none; 
  transition: opacity .25s ease;
}

.game{
  width: 100%;
  max-width: 100%;
  height: 0;            /* скрыто до старта */
  overflow: hidden;
  transition: height .25s ease;
  background: #0b1320;
  background-image: url(./main1_11zon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iframe-bwb.is-playing + .game{
  height: 420px;        /* высота демо после клика */
}
@media (max-width: 768px){
  .hero-cta{
    grid-template-columns: 1fr;
    text-align: left;
    bottom: 25%;
    padding: 18px;
  }
  .iframe-bwb.is-playing + .game{
    height: 320px;
  }
  .hero-cta__buttons{ justify-content: center; }
}

/* iframe */
.game-iframe{
  width: 100%;
  height: 100%;
  border: 0;
  padding-top: 50px;
}

/* CTA под демкой */
.cta-under-demo{
  display: none;
  gap: 12px;
  padding: 16px;
  justify-content: center;
}
.iframe-bwb.is-playing + .game .cta-under-demo{
  display: flex;
}
.iframe-bwb.is-playing .iframe-bwb__content { opacity:0; pointer-events:none; transition: opacity .25s ease; }
.hero-cta__text{
  text-align: center;
}

