

@font-face {
    font-family: inter;
    src: url("../fonts/inter.woff2");
}

html{
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  p,h1,h2,h3,h4,h5,h6, ul{
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: inter;
    background: linear-gradient(116deg, #F4F4F4 2.23%, #D8D9D5 98.66%);
  }

  #confirmButton{
    border: 1px solid #191919;
    background: #191919;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    background: transparent;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover{
    transition: 0.4s;
}




.body__container {
    
    max-width: 1140px;
    margin: 0 auto;
    color: #333;
}

.top10apuestasar_header__fixed{
    position: fixed;
    z-index: 10000;
    backdrop-filter: blur(4px);
    width: 100%;
    top: 0px;
    left: 0;
}

.top10apuestasar_header__wrappper{
    display: flex;
    gap: 20px;
}

.top10apuestasar_header__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top10apuestasar_header__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top10apuestasar_header__box{
    padding-top: 0px;
    position: relative;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    gap: 10px;
  }

.top10apuestasar_header__circle {
    position: absolute;
    top: -270px;
    right: 0;
    z-index: 0;
}
.pathiandream_header__big {
    width: 512px;
    height: 512px;
    border-radius: 300px;
    background: linear-gradient(150deg, #4C7DD7 22.49%, #9BAFE0 83.13%);
}
.top10apuestasar_header__small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 159px;
    height: 160px;
    border-radius: 300px;
    background: linear-gradient(150deg, #4C7DD7 22.49%, #9BAFE0 83.13%);
    filter: blur(7.849999904632568px);
}


  .top10apuestasar_header__links{
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .top10apuestasar_header__burger{
    display: none;
  }

  .top10apuestasar_header__link{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
  }

  .top10apuestasar_header__link:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .top10apuestasar_header__block{
    max-width: 563px;
  }

  .top10apuestasar_header__images{
    display: flex;
  }

  .top10apuestasar_header{
    background-image: url("../img/header-background.webp");
    background-color: rgba(211, 211, 211, 0.9);
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top10apuestasar_header__title{
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }

  .top10apuestasar_header__subtitle{
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 70px;
  }

  .top10apuestasar_header__color{
    background: linear-gradient(to right, #4C7DD7, #4C7DD7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

.top10apuestasar_header__items {
    position: relative;
    display: flex;
    padding-left: 0;
    list-style: none;
    max-width: 512px;
    height: 240px;
    width: 100%;
    z-index: 1;
}
.top10apuestasar_header__item {
    background-image: url("../img/header-icon-money.webp");
    background-repeat: no-repeat;
    background-position: center 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.63);
    background-color: rgba(255, 255, 255, 0.47);
    backdrop-filter: blur(13.199999809265137px);
    max-width: 144px;
    width: 100%;
    min-height: 103px;
}
.top10apuestasar_header__item:nth-child(1) {
    position: absolute;
    top: 0;
    left: -70px;
}

.top10apuestasar_header__item:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 70px;
}

.top10apuestasar_header__item:nth-child(3) {
    position: absolute;
    bottom: 0; 
    right: 70px;
}

.top10apuestasar_header__info {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

  .top10apuestasar_header__left{
    position: relative;
  }

  .top10apuestasar_header__yellow{
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 100%;
    background: #FFD800;
  }


  .top10apuestasar_header__head{
    
    color: #000;
    font-weight: bold;
    font-size: 13px;
    background: #FFD800;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }


.modal {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.top10apuestasar_casino{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.top10apuestasar_casino__items{
    position: relative;
    max-width: 872px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #BDCBFF;
    background: linear-gradient(91deg, #E6E6E4 0.44%, #8FA8DF 100.61%);
    box-shadow: 0px 0px 10px 1px rgba(96, 131, 255, 0.40);
    margin-bottom: 10px;
    transition: 0.4s;
}


.top10apuestasar_casino__caption{
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.top10apuestasar_casino__bottom{
    padding: 10px;
    text-align: center;
}

.top10apuestasar_casino__wrapper{
    display: flex;
}

.top10apuestasar_casino__italic{
    font-style: italic;
}

.top10apuestasar_casino__info{
    color: #2F2F2F;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}



.top10apuestasar_casino__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    max-width: 246px;
    width: 100%;
}

.top10apuestasar_casino__stars{
    display: flex;
}

.top10apuestasar_casino__head{
    color: #333;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.top10apuestasar_casino__price{
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.top10apuestasar_casino__free{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.top10apuestasar_casino__number{
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.top10apuestasar_casino__sub{
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.top10apuestasar_casino__rating{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    width: 100%;
}

.top10apuestasar_casino__span{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.top10apuestasar_casino__numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CE1126;
    width: 35px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
}

.top10apuestasar_casino__left{
    display: flex;
    width: 100%;
    padding: 0px 0px;
}

.top10apuestasar_casino__num{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.top10apuestasar_casino__images{
    display: block;
    max-width: 202px;
    width: 100%;
}

.top10apuestasar_casino__right{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0px 0px;
}

.top10apuestasar_casino__buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 260px;
    gap: 10px;
    width: 100%;
}

.top10apuestasar_casino__top {

    position: absolute;
    top: -10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #6083FF;
    box-shadow: 0px 0px 4.6px 0px rgba(69, 107, 245, 0.60);
    width: 242px;
    min-height: 24px;
}
.top10apuestasar_casino__like {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.top10apuestasar_casino__like::before {
    content: url(../img/casino-icon-like.webp);
    width: 18px;
    height: 18px;
}

.top10apuestasar_casino__wrap{
    display: flex;
    width: 100%;
}

.top10apuestasar_casino__logo{
    padding: 10px;
}

.top10apuestasar_casino__block{
    background: linear-gradient(90deg, #1113B9 0%, #FFC70D 50.5%, #F50404 100%);
    white-space: nowrap;
}

.top10apuestasar_casino__inner{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    animation: scroll 10s linear infinite; 
}

.top10apuestasar_casino__list{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

@keyframes scroll {
    0% {
        transform: translateX(100%); /* Начинаем с правой стороны */
    }
    100% {
        transform: translateX(-100%); /* Уходим влево */
    }
}

.top10apuestasar_casino__top{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.top10apuestasar_casino__btn{
    transition: 0.5s;
    background: repeating-linear-gradient(75grad, rgba(0,0,0,0) 25%,rgba(161, 154, 154, 0.6) 26%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0) 100%), #FFF;
    color: #101010;
    width: 235px;
    padding: 10px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: rgba(0,0,0,0.4) solid 1px;
    border-top: rgba(255,255,255,0.4) solid 1px;
    border-right: rgba(255,255,255,0.4) solid 1px;
    border-left: rgba(0,0,0,0.4) solid 1px;
    box-shadow: 0px 0px 4.6px 0px rgba(69, 107, 245, 0.60);
    animation: mymove 5s infinite linear; 
}

.top10apuestasar_casino__btn:hover {
    background: repeating-linear-gradient(75grad, rgba(0,0,0,0) 25%,rgba(255,255,255,0.6) 26%, rgba(0,0,0,0.0) 70%, rgba(0,0,0,0) 100%), #d2596b;
    color: fff;
    box-shadow: -1px 5px 10px rgba(0,0,0,0.35);
  }
  
  @keyframes mymove {
      0%   {background-position: 0px 0px;}
      100% {background-position: 500px 0px;}
  }

.top10apuestasar_information {
    padding-top: 50px;
    padding-bottom: 50px;
}
.top10apuestasar_information__title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.top10apuestasar_information__list {
    padding-left: 20px;

}
.top10apuestasar_information__info {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.top10apuestasar_exclusives {
    padding-top: 50px;
    background: url("../img/opportunities-background-progress.webp") no-repeat center bottom;
}

.top10apuestasar_exclusives__title {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.top10apuestasar_exclusives__color {
    background: linear-gradient(to right, #4C7DD7, #4C7DD7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.top10apuestasar_exclusives__content {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 429px;
    padding: 10px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4.6px 0px rgba(69, 107, 245, 0.60);
}

.top10apuestasar_exclusives__wrap{
    position: relative;
}

.top10apuestasar_exclusives__content::before{
    display: flex;
    justify-content: center;
    align-items: center;
    content: url(../img/opportunities-money-bag.webp);
    width: 38px;
    height: 38px;
}

.top10apuestasar_exclusives__head {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.top10apuestasar_exclusives__text {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.top10apuestasar_exclusives__items {
    position: relative;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    min-height: 120px;
}
.top10apuestasar_exclusives__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 314px;
}

.top10apuestasar_exclusives__item:nth-child(1){
    position: absolute;
    left: 73px;
    top: -55px;
}

.top10apuestasar_exclusives__item:nth-child(2){
    position: absolute;
    left: 50%;
    top: -127px;
    transform: translateX(-50%);
}

.top10apuestasar_exclusives__item:nth-child(3){
    position: absolute;
    right: 100px;
    top: -245px;
}

.exclusives__cirlce{
    position: absolute;
    bottom: 0;
    right: 0;
}

.top10apuestasar_exclusives__header{
    margin-bottom: 180px;
}
.top10apuestasar_exclusives__caption {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.top10apuestasar_exclusives__info{
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.top10apuestasar_exclusives__bold {
    font-weight: 700;
}
.top10apuestasar_exclusives__cirlce {
    width: 25px;
    height: 25px;
    border-radius: 200px;
    border: 3px solid #E9E9E8;
    background: #698FDA;
}



.top10apuestasar_footer{
    background: #2F2F2F;
    padding-top: 50px;
    padding-bottom: 50px;
}

.top10apuestasar_footer__info{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.top10apuestasar_footer__age{
    display: flex;
    align-items: center;
    gap: 20px;
}

.top10apuestasar_footer__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}

.top10apuestasar_footer__text{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.top10apuestasar_footer__copy{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}

.top10apuestasar_footer__center{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.top10apuestasar_footer__item{
    max-width: 565px;
    width: 100%;
}

.top10apuestasar_footer__title{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.top10apuestasar_footer__subtitle{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.top10apuestasar_footer__information{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
}

.top10apuestasar_footer__network{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    transition: 0.4s;
}

.top10apuestasar_footer__network::after{
    content: url("../img/footer-icon-arrow.webp");
}

.top10apuestasar_footer__network:hover{
    opacity: 0.5;
    transition: 0.4s;
    text-decoration: none;
}

.top10apuestasar_footer__images{
    display: flex;
    align-items: center;    
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
}

.top10apuestasar_footer__images:last-child{
    margin-bottom: 0;
}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center; 
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 5px;
    background: #5B86D9;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    background: #2F2F2F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 453px;
    border-radius: 5px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img{
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.cookie-popup.hidden {
    display: none;
  }

.popupcookie {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 405px;
    background: #333;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    width: 100%;
}

.popupcookie__subtitle{
    color: #FFF;
    
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 100%;
    border-radius: 5px;
    background: #5B86D9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    
    border-radius: 5px;
    border: 2px solid #5B86D9;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.active__block{
    display: flex;
}


.info__title, .content__title{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    padding-top: 20px;
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.form__img__mob{
    display: none;
}

.terms_content__left{
    max-width: 100%;
}


.terms_content__title{
    color: #fff;
    text-align: center;
    
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.terms_content__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.terms_content__list{
    padding-left: 20px;
}

.terms_content__item{
    color:  #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
}

.terms_content__text{
    color:  #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
}

.top10apuestasar_safe{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.top10apuestasar_safe__title{
    color: #3B3C3E;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 20px;
}


.top10apuestasar_safe__text{
    color: #3B3C3E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.top10apuestasar_safe__list{
    padding-left: 20px;
    margin-bottom: 15px;
}

.top10apuestasar_safe__info{
    color: #3B3C3E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


.card1__left {
    flex: 0 0 202px;
    display: flex;
    flex-direction: column;
}

.card1__wrapper-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.card1__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

.card1__image {
    width: 100%;
    height: 92px;
}

.mob{
    display: none;
}


.bold{
    font-weight: bold;
}

@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top10apuestasar_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }

    .top10apuestasar_header__images{
        display: none;
    }

    .popupcookie__content{
        flex-direction: column;
        gap: 20px;
    }

    .popupcookie__btns{
        flex-direction: column;
    }

    .popupcookie__btn{
        width: 100%;
    }

    .popupcookie__button{
        width: 100%
    }

    .popupcookie__btns{
        width: 100%;
    }

    .top10apuestasar_header__wrap{
        flex-direction: column;
    }

    .top10apuestasar_header__block{
        max-width: 100%;
    }
    .top10apuestasar_casino__left{
        flex-direction: column;
    }

    .top10apuestasar_casino__right{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }


    .top10apuestasar_casino__items{
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .top10apuestasar_casino__images{
        max-width: 240px;
    }

    .top10apuestasar_casino__buttons{
        max-width: 240px;
        min-height: 108px;
    }

    .top10apuestasar_casino__left{
        justify-content: space-between;
    }

    .top10apuestasar_casino__left{
        padding: 10px 0;
    }

    .top10apuestasar_casino__right{
        padding: 10px 0;
    }

    .top10apuestasar_footer__center{
        flex-direction: column;
        gap: 20px;
    }

    .top10apuestasar_footer__item{
        max-width: 100%;
    }

    .top10apuestasar_footer__information{
        justify-content: center;
        gap: 20px;
    }

    .top10apuestasar_footer__images{
        justify-content: center;
        gap: 20px;
    }


    .top10apuestasar_casino__times{
        gap: 10px;
    }


    .card1__left {
        flex: 0 0 140px;
        display: flex;
        flex-direction: column;
    }

    .card1__image {
        width: 100%;
        height: 55px;
    }

    .top10apuestasar_header__item:nth-child(1){
        position: static;
    }

    .top10apuestasar_header__item:nth-child(2){
        position: static;
    }

    .top10apuestasar_header__item:nth-child(3){
        position: static;
    }

    .top10apuestasar_header__items{
        height: auto;
        justify-content: center;
        gap: 10px;
    }

    .top10apuestasar_header__small{
        display: none;
    }

    .top10apuestasar_header__circle{
        display: flex;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        top: 200px;
    }

    .top10apuestasar_casino{
        position: relative;
        z-index: 100;
        background: linear-gradient(116deg, #F4F4F4 2.23%, #D8D9D5 98.66%);
    }

    .top10apuestasar_exclusives__item:nth-child(1){
        position: static;
    }
    .top10apuestasar_exclusives__item:nth-child(2){
        position: static;
        transform: translateX(0%);
    }
    .top10apuestasar_exclusives__item:nth-child(3){
        position: static;
    }

    .top10apuestasar_exclusives {
        padding-top: 50px;
        background: url(../img/opportunities-background-progress.webp) no-repeat 100% 100%;
        background-size: contain;
    }

    .top10apuestasar_exclusives__items{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 130px;
    }

    .top10apuestasar_exclusives__header{
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .top10apuestasar_exclusives__item{
        max-width: 400px;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .top10apuestasar_casino__rating{
        width: 100%;
        margin: 0 auto;
    }

    .top10apuestasar_casino__wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top10apuestasar_information{
        position: relative;
        z-index: 10;
        background: linear-gradient(116deg, #F4F4F4 2.23%, #D8D9D5 98.66%);
    }

    .top10apuestasar_casino__list{
        padding-bottom: 10px;
    }

    .top10apuestasar_exclusives__cirlce{
        display: none;
    }

}


@media (max-width: 575px) {
    .body__container{
        padding-left: 13px;
        padding-right: 13px;
    }

    .top10apuestasar_header__nav{
        padding-left: 13px;
        padding-right: 13px;
    }

    .top10apuestasar_header{
        padding-top: 30px;
        padding-bottom: 20px;
        background-image: url(../img/header-background.webp);
        background-color: rgba(245, 245, 245, 0.9);
        background-blend-mode: overlay;
        background-position: center;
        background-repeat: no-repeat;
        background-size: revert-layer;
    }

    .modal__title{
        font-size: 30px;
    }

    .modal__subtitle{
        font-size: 12px;
    }

    .modal__btn{
        padding: 10px;
        font-size: 12px;
    }

    .top10apuestasar_casino__images{
        max-width: 135px;
    }

    .top10apuestasar_casino__btn{
        width: 125px;
        padding: 8px;
        font-size: 10px;
    }

    .top10apuestasar_casino__numbers{
        display: none;
    }

    .top10apuestasar_casino__num{
        font-size: 12px;
    }

    .top10apuestasar_casino__head{
        font-size: 12px;
    }

    .top10apuestasar_casino__price{
        font-size: 15px;
    }

    .top10apuestasar_casino__free{
        font-size: 10px;
    }

    .top10apuestasar_casino__s{
        width: 17px;
    }

    .top10apuestasar_casino__number{
        font-size: 30px;
    }

    .top10apuestasar_casino__sub{
        margin-bottom: 5px;
    }

    .top10apuestasar_casino__buttons {
        min-height: 60px;
    }



    .top10apuestasar_casino__items{
        max-width: 328px;
        border-radius: 10px;
    }

    .top10apuestasar_casino__content{
        max-width: 135px;
        padding: 5px;
    }

    .top10apuestasar_casino__right{
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
        gap: 0;
        padding-right: 0;
    }

    .top10apuestasar_casino__left{
        padding-right: 10px;
    }

    .top10apuestasar_header__title{
        font-size: 20px;
    }

    .top10apuestasar_header__subtitle{
        font-size: 15px;
    }

    .top10apuestasar_casino__times{
        justify-content: center;
    }

    .top10apuestasar_casino__time{
        font-size: 15px;
    }


    .top10apuestasar_footer__wrapper{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .top10apuestasar_footer__info{
        font-size: 12px;
    }

    .top10apuestasar_footer__age{
        gap: 10px;
    }

    .top10apuestasar_footer__text{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .top10apuestasar_footer__copy{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .top10apuestasar_footer__subtitle{
        font-size: 12px;
    }

    .top10apuestasar_safe__title{
        font-size: 22px;
    }

    .top10apuestasar_safe__header{
        font-size: 22px;
    }

    .top10apuestasar_safe__head{
        font-size: 18px;
    }

    .top10apuestasar_safe__text{
        font-size: 12px;
    }

    .card1__left {
        flex: 0 0 80px;
        display: flex;
        flex-direction: column;
    }

    .card1__image {
        width: 100%;
        height: 23px;
    }

    .top10apuestasar_casino__buttons{
        margin: 0;
    }

    .card1__wrapper-image{
        padding: 5px;
    }

    .top10apuestasar_header__circle{
        width: 100%;
        top: 110px;
    }

    .top10apuestasar_header__items{
        flex-wrap: wrap;
        max-width: 300px;
    }

    .top10apuestasar_header__item{
        background-image: url(../img/header-icon-money.webp);
        background-repeat: no-repeat;
        background-position: center 10px;
        max-width: 140px;
        padding: 10px;
        min-height: 83px;
    }

    .top10apuestasar_header__info{
        font-size: 13px;
    }

    .top10apuestasar_header__subtitle{
        display: none;
    }

    .top10apuestasar_exclusives__items{
        padding-bottom: 75px;
    }

}