.img-big img {

    max-width: 1100px;

    width: 100%;

    height:100%;

    object-fit:cover;

}



.img-micro {

    width: 200px !important;

    height: 200px;

 }



.img-micro img {

    width: 100%;

    height: 100%;

    border-radius: 25px;

}



.table {

    overflow: auto;

}

.img-big-vertical img {

    max-width: 500px;

    width: 100%;

}

.header__navigation li[data-active] a {

    color: #fff;

    font-weight: 700;

}

/* Hero banner sizing to reserve space and avoid layout shift */
.banner_lg picture img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 420px;
    object-fit: cover;
}

@media (max-width: 1024px) {
  .banner_lg picture img {
    max-height: 360px;
  }
}

@media (max-width: 600px) {
  .banner_lg picture img {
    max-height: 260px;
  }
}

/* Defer rendering of heavy sections below the fold */
.games,
.info {
    content-visibility: auto;
    contain-intrinsic-size: 1000px 2000px;
}

.header__navigation li[data-active]:before {

    background: #24ba9d;

    border-radius: 100%;

    content: "";

    display: inline-block;

    height: 10px;

    width: 12px;

}

.header__navigation ul {

    justify-content: space-around;

}



@media (max-width: 1025px) {

    .header__navigation ul[data-active] {

        justify-content: start;

    }

}

@media (max-width: 1025px) {

    .footer_nav {

        display: flex;

    

    }

}

.table thead th {

    border: 1px solid #818181;

    padding: 6px 10px;

    text-align: left;

}

.img-big {

    display: flex;

}



 iframe {

    margin-bottom: 20px;

 }

 @media screen and (max-width:600px) {

    .img-micro {

        float:none !important;

        margin:20px auto !important;

    }

 }

 .img-big-vertical {

    float:left;

    margin-right:20px !important;

 }

 @media screen and (max-width:768px) {

    .img-big-vertical {

        float:none;      

     }

     .footer_app  {

        margin-bottom: 30px;

     }

 }

 @media (max-width: 1025px) {

    .header__navigation ul {

        max-width: 100%;       

    }

}

.play-button-container {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: rgba(0, 0, 0, 0.5);

    opacity: 0;

    transition: opacity 0.3s ease;

  }

  

  .play-button {

    background-color:#dc1f00;

    color: #FFFFFF;

    border: none;

    border-radius: 4px;

    padding: 10px 20px;

    font-size: 16px;

    cursor: pointer;

  }

  

  .thumb_block:hover .scale_box img {

    transform: scale(1.1);

  }

  

  .thumb_block:hover .play-button-container {

    opacity: 1;

  }

  .categories ul li:nth-child(2) .category {

    border-radius: 0 0 6px 6px;

}



  .promo-button {

    margin-top:10px;

  }



  .categories {

    position: relative;

  }

  .aside__nav-link-animated {

    border-radius: 6px !important;

  }

  .promo-button .aside__nav-link-animated:before {

    position: absolute;

    content: '';

    background-image: url(../assets/img/glow-lights.gif);

    width: calc(100% + 26px);

    height: 65px;

    top: 85%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    left: -13px;

    background-size: 100% 100%, 0, 0;

    mix-blend-mode: screen;

    z-index: 1;

}



@media (max-width: 1025px) {

    .header__navigation ul li[data-active] {

        display: block;

    }

    .header__navigation li[data-active]:before {

         content: none;      

    }

}



.footer_nav__col li {

margin-bottom: 10px;

}

.btn_green {

background: #0F6152;

}



.footer_desc {

color: #B5B5B5;

}



.logo_link img {

height: 100%;

}

.footer_icons .licenze {

width:100%

}

table {

    width:100%;

}

.table-payment td {

    width:50%;

}