@font-face {
    font-family: inter;
    src: url("../topcasinoadriatic_fonts/topcasinoadriatic_inter.woff2");
}

@font-face {
    font-family: inter-bold;
    src: url("../topcasinoadriatic_fonts/topcasinoadriatic_inter-bold.woff2");
}

#confirmButton{
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover{
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
            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: #000;
    color: #fff;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.topcasinoadriatic_header__fixed{
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    top: 0px;
    left: 0;
}

.topcasinoadriatic_information__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 26px;
}

.topcasinoadriatic_header__text{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; 
    text-transform: uppercase;
}

.topcasinoadriatic_header__wrappper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.topcasinoadriatic_header__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom:20px;
    border-radius: 10px;
  }

  .topcasinoadriatic_header__box{
    padding-top: 10px;
  }

  .header__link__logo{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }


  .topcasinoadriatic_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }

  .topcasinoadriatic_header__burger{
    display: none;
  }

  .topcasinoadriatic_header__link{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; 
    -webkit-transition: 0.4s; 
    -o-transition: 0.4s; 
    transition: 0.4s;
    text-transform: uppercase;
  }

  .topcasinoadriatic_header__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
  }

  .topcasinoadriatic_header__block{
    max-width: 100%;
  }

  .topcasinoadriatic_header{
    padding-top: 150px;
    padding-bottom: 150px;
    background: url("../topcasinoadriatic_img/topcasinoadriatic-header-background.webp") no-repeat center;
    background-size: cover;
  }

  .topcasinoadriatic_header__title{
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .topcasinoadriatic_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
  }

.topcasinoadriatic_header__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.topcasinoadriatic_header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.topcasinoadriatic_header__item:nth-child(1){
    max-width: 136px;
    width: 100%;
}

.topcasinoadriatic_header__item:nth-child(2){
    max-width: 183px;
    width: 100%;
}

.topcasinoadriatic_header__item:nth-child(3){
    max-width: 145px;
    width: 100%;
}

.topcasinoadriatic_header__item::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: url("../topcasinoadriatic_img/topcasinoadriatic-header-icon.webp") no-repeat center;
}

  .topcasinoadriatic_casino{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .topcasinoadriatic_casino__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-left: 0;
    list-style: none;
    width: 100%;
  }

  .topcasinoadriatic_casino__inners{
    width: 100%;
  }


  .topcasinoadriatic_casino__times{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .topcasinoadriatic_casino__wrap{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }

  .topcasinoadriatic_casino__top {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 188px;
    min-height: 30px;
    border-top-left-radius: 8px;
    background: url("../topcasinoadriatic_img/topcasinoadriatic-casino-icon-top.webp") no-repeat center;

  }
  .topcasinoadriatic_casino__sup {
    color: #000;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }

  .topcasinoadriatic_casino__wrap{
    border-radius: 10px;
    border: 2px solid #FC1F1F;
    background: rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
            box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    padding: 20px 40px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .topcasinoadriatic_casino__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 171px;
  }
  
  .topcasinoadriatic_casino__number{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .topcasinoadriatic_casino__stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }

  .topcasinoadriatic_casino__head{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .topcasinoadriatic_casino__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .topcasinoadriatic_casino__free{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

  .topcasinoadriatic_casino__free:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .topcasinoadriatic_casino__rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 100%;
  }

  .topcasinoadriatic_casino__info{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .topcasinoadriatic_casino__text{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; 
  }

  .topcasinoadriatic_casino__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    max-width: 263px;
    width: 100%;
}

  .topcasinoadriatic_casino__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
  }

  .topcasinoadriatic_casino__inner:nth-child(1)::before{
    content: '';
    background: url("../img/casino-icon-1.webp") no-repeat left center;
    padding-left: 24px;
    width: 24px;
    height: 24px;
  }

  .topcasinoadriatic_casino__inner:nth-child(2)::before{
    content: '';
    background: url("../img/casino-icon-2.webp") no-repeat left center;
    padding-left: 24px;
    width: 24px;
    height: 24px;
  }

  .topcasinoadriatic_casino__inner:nth-child(3)::before{
    content: '';
    background: url("../img/casino-icon-3.webp") no-repeat left center;
    padding-left: 24px;
    width: 24px;
    height: 24px;
  }

  .topcasinoadriatic_casino__infos{
    width: 100%;
    padding-left: 20px;
  }

  .topcasinoadriatic_casino__info__item{
    width: 100%;
  }

  .topcasinoadriatic_casino__inner:last-child{
    margin-bottom: 0;
  }

  .topcasinoadriatic_casino__wrapper{
    max-width: 160px;
    padding: 0px;
    width: 100%;
  }

  .topcasinoadriatic_casino__name{
    color: #FFF;
    font-family: inter-bold;
    font-size: 30px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
  }

  .topcasinoadriatic_casino__imgages{
    max-width: 250px;
    width: 100%;
  }

  .topcasinoadriatic_casino__data{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .topcasinoadriatic_casino__btn{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-family: inter-bold;
    font-style: italic;
    font-size: 14px;
    
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 6px;
    z-index: 1;
  }

.neon-pulse {
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, color-stop(18.27%, #FFF), color-stop(42.79%, #F00), color-stop(64.9%, #FFF));
    background: -o-linear-gradient(left, #FFF 18.27%, #F00 42.79%, #FFF 64.9%);
    background: linear-gradient(90deg, #FFF 18.27%, #F00 42.79%, #FFF 64.9%);
    overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 4px solid #FF0D00;
  border-radius: inherit;
  -webkit-animation: pulseOut 2s ease-out infinite;
          animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulseOut {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulseOut {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}



  .topcasinoadriatic_casino__payment{
    position: relative;
    width: 200px;
    height: 33px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .topcasinoadriatic_casino__pay{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 200px;
    gap: 5px;
  }

  .topcasinoadriatic_casino__add{
    display: none;
    position: absolute;
    right: -4%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    padding: 0px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5000px;
    background: #FC0;
    color: #030200;
    cursor: pointer;
  }

  .casino__add{
    height: 64px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .topcasinoadriatic_casino__buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 200px;
    width: 100%;
  }


  .topcasinoadriatic_casino__btn:hover{
    background: #fff;
    color: #000;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .modal {
    display: none; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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%; 

}

.topcasinoadriatic_safe {
    padding-top: 20px;
    padding-bottom: 20px;
}
.topcasinoadriatic_safe__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 50px;
    
    font-weight: 900;
    line-height: 100%; 
    text-transform: uppercase;
    margin-bottom: 40px;
}
.topcasinoadriatic_saf__inner {
    margin-bottom: 20px;
}
.topcasinoadriatic_safe__head {
    color: #FFF;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
.topcasinoadriatic_safe__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.topcasinoadriatic_safe__list {
    padding-left: 20px;
}

.mb10{
    margin-bottom: 10px;
}

.topcasinoadriatic_info {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../topcasinoadriatic_img/topcasinoadriatic-info-background.webp") no-repeat center center;
    background-size: cover;
    margin-bottom: 40px;
}
.topcasinoadriatic_info__wrapper{
    padding: 20px 30px;
    border-radius: 20px;
    border: 1px solid #FC1F1F;
    background: rgba(252, 31, 31, 0.15);
}
.topcasinoadriatic_info__wrap {
    margin-bottom: 20px;
}
.topcasinoadriatic_info__wrap:last-child{
    margin-bottom: 0;
}
.topcasinoadriatic_info__title {
    color: #FFF;
    font-size: 16px;
    font-family: inter-bold;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.topcasinoadriatic_info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}


.topcasinoadriatic_footer{
    padding-top: 40px;
    padding-bottom: 40px;
}

.topcasinoadriatic_footer__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.topcasinoadriatic_footer__bold{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.topcasinoadriatic_footer__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}

.mb0{
    margin-bottom: 0;
}

.topcasinoadriatic_footer__head{
    color: #FFF;
    font-size: 14px;
    font-family: inter-bold;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.topcasinoadriatic_footer__wraps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
    padding-left: 0;
    list-style: none;
}

.topcasinoadriatic_footer__top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.topcasinoadriatic_footer__heads {
    color: #FC1F1F;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 800;
    line-height: 100%; 
    text-transform: uppercase;
}
.topcasinoadriatic_footer__age {
    color: #FC1F1F;
    font-family: inter-bold;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
}

.topcasinoadriatic_footer__content{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.mb0{
    margin-bottom: 0;
}

.topcasinoadriatic_footer__items{
    padding-left: 20px;
}

.topcasinoadriatic_footer__list{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}


.topcasinoadriatic_footer__network{
    color: #FC1F1F;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.topcasinoadriatic_footer__network:hover{
    color: #FC0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.topcasinoadriatic_footer__item{
    max-width: 610px;
}

.modal__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    border-radius: 10px;
    border: 1px solid #FC0;
    background: -o-linear-gradient(top, #FC0 0%, #FF0731 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#FF0731));
    background: linear-gradient(180deg, #FC0 0%, #FF0731 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FC0;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    border: 1px solid #FC0;
    background: #00021B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    max-width: 453px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cookie-popup.hidden {
    display: none;
  }

  .popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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: 540px;
    border-radius: 30px;
    border: 1px solid #FC0;
    background: #00021B;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            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: 32px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    letter-spacing: 0.6px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FC0;
    background: -o-linear-gradient(top, #FC0 0%, #FF0731 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#FF0731));
    background: linear-gradient(180deg, #FC0 0%, #FF0731 100%);
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    letter-spacing: 0.6px;
    border-radius: 10px;
    background: #FFF;
    color: #0A0909;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    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);
}


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
    
  }

  .info__text, .terms__text{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
    
  }

  .desc__top{
    padding-top: 100px;
    padding-bottom: 50px;
}

.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.casino__buttons__mob{
    display: none;
}

.card1__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.card1__wrapper-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 30px 40px 30px;
}

.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: 80px;
}

@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .topcasinoadriatic_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .topcasinoadriatic_header__links{
        display: none;
    }

    .topcasinoadriatic_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .topcasinoadriatic_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }
    
    .topcasinoadriatic_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }

    .topcasinoadriatic_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 7px;
            -ms-transform-origin: 7px;
                transform-origin: 7px;
    }
    
    .topcasinoadriatic_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 65px; 
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
                box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }

    .topcasinoadriatic_footer__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .topcasinoadriatic_footer__item{
        max-width: 100%;
    }

    .topcasinoadriatic_footer__links{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .topcasinoadriatic_casino__wrap{
        padding: 20px;
    }

    .card1__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px;
    }

    .topcasinoadriatic_casino__name{
        font-size: 25px;
    }

    .topcasinoadriatic_casino__wrapper{
        max-width: 200px;
    }

    .topcasinoadriatic_casino__free{
        font-size: 16px;
    }

    .topcasinoadriatic_footer__links{
        gap: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .topcasinoadriatic_casino__info{
        font-size: 14px;
    }

    .topcasinoadriatic_casino__star{
        max-width: 20px;
    }

    
}

@media (max-width: 991px) {
    .topcasinoadriatic_casino__wrap{
        max-width: 500px;
        padding: 5px;
    }
    .casino__buttons__mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .casino__buttons__desc{
        display: none;
    }

    .card1__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 250px;
                flex: 0 0 250px;
    }

    .topcasinoadriatic_casino__buttons{
        max-width: 250px;
    }

    .topcasinoadriatic_casino__content{
        max-width: 100%;
        margin-bottom: 10px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .topcasinoadriatic_casino__wrapper{
        padding: 0;
        max-width: 100%;
    }

    .card1__wrapper-image {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        padding: 10px 10px 10px 10px;
    }

    .topcasinoadriatic_casino__star:nth-child(1){
        display: none;
    }

    .topcasinoadriatic_casino__star:nth-child(2){
        display: none;
    }
    .topcasinoadriatic_casino__star:nth-child(3){
        display: none;
    }
    .topcasinoadriatic_casino__star:nth-child(4){
        display: none;
    }

    .topcasinoadriatic_casino__rating{
        gap: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .topcasinoadriatic_casino__name{
        font-size: 14px;
    }

    .topcasinoadriatic_casino__content{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
    }

    .topcasinoadriatic_casino__free{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .card1__image {
        width: 100%;
        height: 100px;
    }

    .topcasinoadriatic_casino__add{
        display: block;
        padding: 2px;
        line-height: 0;
    }

    .topcasinoadriatic_casino__plus{
        font-size: 14px;
        width: 11px;
        height: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .topcasinoadriatic_casino__pay{
        max-width: 105px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .topcasinoadriatic_casino__payment{
        max-width: 140px;
        padding: 5px 10px;
        border-radius: 2px;
        border: 1px solid #454545;
    }

    body{
        background-attachment: fixed;
    }

    .topcasinoadriatic_casino__top {
        width: 100%;
        max-width: 84px;
        min-height: 13px;
        background: url(../topcasinoadriatic_img/topcasinoadriatic-casino-icon-top.webp) no-repeat center;
        background-size: 84px
    }

    .topcasinoadriatic_casino__sup{
        font-size: 8px;
    }

    .topcasinoadriatic_casino__list{
        gap: 0;
    }

}

@media (max-width: 767px) {
    .topcasinoadriatic_header__items{
        gap: 15px;
    }

    .topcasinoadriatic_header__title{
        font-size: 40px;
    }

    .topcasinoadriatic_header__subtitle{
        font-size: 16px;
    }

    .topcasinoadriatic_header__item{
        font-size: 16px;
    }

    .topcasinoadriatic_header {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .topcasinoadriatic_header__nav{
        padding-left: 10px;
        padding-right: 10px;
        display: none;
    }

    .topcasinoadriatic_footer__bold{
        font-size: 12px;
    }

    .topcasinoadriatic_footer__wraps{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .topcasinoadriatic_footer__head{
        font-size: 12px;
        margin-bottom: 8px;
    }

    .topcasinoadriatic_footer__content{
        font-size: 12px;
    }

    .topcasinoadriatic_footer__wraps{
        gap: 8px;
    }

    .topcasinoadriatic_footer__network{
        font-size: 14px;
    }

    .topcasinoadriatic_saf__inner {
        margin-bottom: 15px;
    }

    .topcasinoadriatic_footer__list{
        font-size: 12px;
    }

    .topcasinoadriatic_footer__inner{
        gap: 20px;
        margin-bottom: 20px;
    }

    .topcasinoadriatic_footer__links{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .topcasinoadriatic_casino__wrap{
        max-width: 328px;
        gap: 5px;
    }

    .card1__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 140px;
                flex: 0 0 140px;
    }

    .topcasinoadriatic_casino__buttons {
        max-width: 140px;
    }

    .card1__image {
        width: 100%;
        height: 64px;
    }

    .topcasinoadriatic_casino__name{
        font-size: 12px;
    }

    .topcasinoadriatic_casino__number{
        font-size: 12px;
    }

    .topcasinoadriatic_casino__star{
        max-width: 12px;
    }

    .topcasinoadriatic_casino__free{
        font-size: 10px;
    }

    .topcasinoadriatic_casino__btn{
        padding: 10px;
        font-size: 12px;
    }

    .header__link__logo{
        font-size: 12px;
    }

    .topcasinoadriatic_header__title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .topcasinoadriatic_header__subtitle{
        font-size: 14px;
        margin-bottom: 20px;
        text-align: left;
    }

    .topcasinoadriatic_header__items{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        gap: 3px;
    }

    .topcasinoadriatic_header__item{
        font-size: 14px;
        gap: 3px;
        text-align: left;
    }

    .topcasinoadriatic_header {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .topcasinoadriatic_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .topcasinoadriatic_info__title{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .topcasinoadriatic_info__text{
        font-size: 14px;
    }

    .topcasinoadriatic_info__wrap{
        margin-bottom: 20px;
    }

    .topcasinoadriatic_info__info{
        font-size: 14px;
    }

    .topcasinoadriatic_footer__links{
        gap: 18px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end
    }

    .topcasinoadriatic_casino__data{
        font-size: 14px;
    }

    .card1__wrapper-image {
        padding: 0px;
    }

    .topcasinoadriatic_safe__title{
        font-size: 28px;
    }

    .topcasinoadriatic_safe__head{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .topcasinoadriatic_safe__text{
        font-size: 14px;
    }

    .topcasinoadriatic_casino {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .topcasinoadriatic_casino__info{
        font-size: 11px;
    }

    .footer__icons_1{
        max-width: 180px;
    }
    .footer__icons_2{
        max-width: 144px;
    }
    .footer__icons_3{
        max-width: 119px;
    }
    .footer__icons_4{
        max-width: 64px;
    }

    .topcasinoadriatic_info{
        margin-bottom: 0;
    }

    .topcasinoadriatic_footer__top{
        margin-bottom: 20px;
    }

    .topcasinoadriatic_footer__heads{
        font-size: 16px;
    }

    .topcasinoadriatic_footer__age{
        font-size: 20px;
    }

    .topcasinoadriatic_footer__links{
        margin-bottom: 20px;
    }

    .topcasinoadriatic_info__wrapper{
        padding: 10px;
        border-radius: 10px;
    }

}