@font-face {
    font-family: roboto;
    src: url("../casinoenlinea_fonts/casinoenlinea_roboto-regular.woff2");
}

@font-face {
    font-family: "Prosto One";
    src: url("../casinoenlinea_fonts/casinoenlinea_prostoone-regular.woff2");
}



#confirmButton{
    background-color: #5956E9;
    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: roboto;
    background: url("../casinoenlinea_img/casinoenlinea-body-background.webp") no-repeat center top/cover;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.casinoenlinea_header__fixed{
    position: fixed;
    z-index: 10000;
    background: rgba(0, 10, 22, 1);
    width: 100%;
    top: 0px;
    left: 0;
}

.casinoenlinea_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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.content__infos{
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.casinoenlinea_header__nav{
    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;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .casinoenlinea_header__box{
    padding-top: 0px;
  }

  .header__link__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }

  .header__block{
    max-width: 1030px;
    width: 100%;
  }


  .casinoenlinea_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }

  .casinoenlinea_header__burger{
    display: none;
  }

  .casinoenlinea_header__block{
    max-width: 610px;
  }

  .casinoenlinea_header__sub{
    padding: 10px 20px;
    background: #DDD;
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
    max-width: 429px;
  }


  .casinoenlinea_header__link{
    color: #fff;
    font-family: "Prosto One";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    cursor: pointer;
    background: #E90707;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .casinoenlinea_header__link:hover{
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }


  .casinoenlinea_header{
    background: url("../casinoenlinea_img/casinoenlinea-header-background.webp") no-repeat center bottom/cover;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 80px;
    margin-top: 80px;
  }

  .casinoenlinea_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .casinoenlinea_header__wrap{
    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;
  }
  
  .header__wrap{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .casinoenlinea_header__images{
    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;
  }

  .casinoenlinea_header__title{
    color: #FFF;
    font-family: "Prosto One";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 50px */
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  .casinoenlinea_header__subtitle{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .casinoenlinea_header__play{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-family: "Prosto One";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 295px;
    padding: 12px 15px;
    cursor: pointer;
    background: #E90707;
    border: 1px solid #E90707;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 20px;
  }

  .casinoenlinea_header__play:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

.casinoenlinea_info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.casinoenlinea_info__wrap {
    padding: 40px;
    border: 4px solid #DDD;
    background: #DDD;
}
.casinoenlinea_info__title {
    color: #E90707;
    font-family: "Prosto One";
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.casinoenlinea_info__head {
    color: #E90707;
    font-family: "Prosto One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.casinoenlinea_info__content {
    margin-bottom: 30px;
}
.casinoenlinea_info__list {
    padding-left: 20px;
}
.casinoenlinea_info__text {
    color: #1B0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    margin-bottom: 10px;
}
.casinoenlinea_info__bold {
    color: #1B0000;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
}

.casinoenlinea_info__bold:last-child{
    margin-bottom: 0;
}

.casinoenlinea_contests {
    padding-top: 40px;
    padding-bottom: 40px;
}
.casinoenlinea_contests__title {
    color: #327DE0;
    font-family: "Prosto One";
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.casinoenlinea_contests__subtitle {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 120%; /* 24px */
    margin-bottom: 30px;
}
.casinoenlinea_contests__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: 20px;
}
.casinoenlinea_contests__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    border: 4px solid #DDD;
    background: #FFF;
}

.casinoenlinea_contests__number{
    color: #E90707;
    font-family: "Prosto One";
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.casinoenlinea_contests__head {
    color: #E90707;
    font-family: "Prosto One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.casinoenlinea_contests__text {
    color: #1B0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.casinoenlinea_contests__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}
.casinoenlinea_contests__header {
    color: #327DE0;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; /* 24px */
}
.casinoenlinea_contests__content {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}


.casinoenlinea_footer{
    background: #131215;
    padding-top: 50px;
    padding-bottom: 50px;
}
.casinoenlinea_footer__top {
    padding-left: 0;
    list-style: none;
    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;
    margin-bottom: 32px;
}

.footer__top{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.casinoenlinea_footer__age{
    width: 84px;
    height: 40px;
    background: url("../casinoenlinea_img/casinoenlinea-footer-icon-age.webp") no-repeat center;
}

.casinoenlinea_footer__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin-bottom: 32px;
}

.casinoenlinea_footer__info{
    color: #FFF;
    font-family: "Prosto One";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.casinoenlinea_footer__sup{
    color: #A9A9A9;
    font-family: "Prosto One";
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.casinoenlinea_footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
}
.casinoenlinea_footer__network {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.casinoenlinea_footer__network:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.casinoenlinea_footer__item{
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 386px;
}

.casinoenlinea_footer__img{
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.casinoenlinea_footer__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
}

.casinoenlinea_footer__network{
    color: #FFF;
    font-family: "Prosto One";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.casinoenlinea_footer__network:hover{
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.casinoenlinea_footer__header {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.casinoenlinea_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.mb20{
    margin-bottom: 20px;
}
.casinoenlinea_footer__right {
    max-width: 608px;
    width: 100%;
}

.casinoenlinea_footer__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.casinoenlinea_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}
.casinoenlinea_footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.casinoenlinea_footer__networks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}


.casinoenlinea_footer__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.casinoenlinea_footer__links {
    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;
    margin-bottom: 24px;
}
.casinoenlinea_footer__link {
    color: #FCF064;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.modal_form {
    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: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}
.modal_form__content {
    position: relative;
    top: 0%;
    background: #DEDDDD;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title{
    color: #272727;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal_form__left{
    width: 100%;
}

.modal_form__subtitle{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 30px;
}

.modal_form__inner{
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.modal_form__links{
    color: #272727;
    font-size: 14px;
}

.modal_form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__input{
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #121514;
    font-size: 14px;
    font-weight: 400;
}

.modal_form__input::-webkit-input-placeholder{
    color: #121514;
}

.modal_form__input::-moz-placeholder{
    color: #121514;
}

.modal_form__input:-ms-input-placeholder{
    color: #121514;
}

.modal_form__input::-ms-input-placeholder{
    color: #121514;
}

.modal_form__input::placeholder{
    color: #121514;
}

.modal_form__btn{
    padding: 10px 20px;
    width: 100%;
    background: #E90707;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Prosto One";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links{
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal_form__messages_1{
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.modal_form__messages_2{
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}

.modal_form__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal__text{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.modal_form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #000
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #000
}

.modal_form__links{
    color: #272727;
}

  
  .popup {
    display: none; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4); 
}

.popup__box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    -webkit-backdrop-filter: blur(4.800000190734863px);
            backdrop-filter: blur(4.800000190734863px);
    margin: 15% auto; 
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.popup__game{
    width: 100%;
    height: 400px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



  .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);
    -webkit-backdrop-filter: blur(19px);
            backdrop-filter: blur(19px);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 20px;
    color: #272727;
    text-align: center;
    font-family: "Prosto One";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 20px;
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.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;
    background: #E90707;
    font-family: "Prosto One";
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.btn{
    background: transparent;
    border: 1px solid #272727;
    color: #272727;
}

.modal__content {
    position: relative;
    top: 0%;
    background: #DEDDDD;
    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;
    width: 100%;
    max-width: 500px;
}

.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: -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: 600px;
    width: 100%;
    background: #DEDDDD;
    padding: 20px;
    height: auto;
    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-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #272727;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #272727;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.popupcookie__btn{
    border: none;
    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;
    gap: 10px;
    width: 100%;
    background: #E90707;
    color: #FFF;
    font-family: "Prosto One";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.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;
    border: 1px solid #272727;
    color: #272727;
    font-family: "Prosto One";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.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);
}

.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.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;
  }

  .terms__list{
    margin-bottom: 10px;
}

.terms__info{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


  .desc__top{
    padding-top: 140px;
}
.slick-prev, .slick-next {
    display: none !important; 
}
.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .casinoenlinea_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -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;
    }

    .casinoenlinea_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;
    }

    /* Эффект перекрестия */
    .casinoenlinea_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;
    }
    
    .casinoenlinea_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .casinoenlinea_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;
    }
    
    .casinoenlinea_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: #04004A;
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 80px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-pack: center; 
            -ms-flex-pack: center; 
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .casinoenlinea_footer__top{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }

    .casinoenlinea_footer__left{
        max-width: 100%;
    }

    .casinoenlinea_footer__links{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 40px;
    }

    .casinoenlinea_footer__wrappper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .casinoenlinea_footer__input{
        width: 100%;
    }

    .casinoenlinea_footer__btn{
        width: 100%
    }

    .casinoenlinea_header__box {
        padding-top: 10px;
    }

    .casinoenlinea_header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .casinoenlinea_header__block{
        max-width: 100%;
    }

    .casinoenlinea_footer__items{
        -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;
    }

    .casinoenlinea_footer__bottom{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .casinoenlinea_header__title{
        font-size: 50px;
    }

    .casinoenlinea_contests__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .casinoenlinea_contests__item{
        max-width: 100%;
    }

    .casinoenlinea_header__title{
        font-size: 40px;
    }

    .casinoenlinea_contests__wrap{
        -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;
        gap: 10px;
    }

    .footer__top{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .casinoenlinea_header__nav{
        padding-left: 16px;
        padding-right: 16px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .casinoenlinea_header__title{
        font-size: 24px;
    }

    .casinoenlinea_header{
        background: url("../casinoenlinea_img/casinoenlinea-header-background-mob.webp") no-repeat center bottom/cover;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .casinoenlinea_header__subtitle{
        font-size: 18px;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }

    .casinoenlinea_footer__wrappper{
        gap: 12px;
    }

    .casinoenlinea_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .casinoenlinea_footer__sup{
        text-align: left;
    }


    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btn{
        width: 100%;
    }

    .popupcookie__button{
        width: 100%;
    }

    .casinoenlinea_header__logo{
        max-width: 200px;
    }

    .casinoenlinea_header__title{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .casinoenlinea_header__subtitle{
        font-size: 12px;
    }

    .casinoenlinea_header__play{
        padding: 10px 20px;
        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%;
        font-size: 14px;
    }


    .casinoenlinea_footer__content{
        max-width: 247px;
    }

    .casinoenlinea_footer__sup{
        font-size: 12px;
        text-align: center;
    }

    .casinoenlinea_footer__left{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .casinoenlinea_footer__link{
        font-size: 14px;
    }

    .casinoenlinea_footer__text{
        font-size: 12px;
    }

    .casinoenlinea_footer__head{
        font-size: 14px;
    }


    .header__title{
        font-size: 32px;
    }

    .casinoenlinea_header__link{
        padding: 10px 16px;
    }

    .casinoenlinea_footer__header{
        font-size: 16px;
    }

    .casinoenlinea_footer__items{
        gap: 16px;
    }

    .casinoenlinea_footer__bottom{
        -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;
        gap: 16px;
    }

    .casinoenlinea_footer__network{
        font-size: 12px;
    }
    
    .casinoenlinea_header__links{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        gap: 10px;
    }


    .casinoenlinea_header__link{
        width: 100%;
        font-size: 10px;
        padding: 8px 4px;
        width: 100%;
    }

    .casinoenlinea_header__box {
        padding-top: 0px;
    }

    .desc__top {
        padding-top: 230px;
    }

    .casinoenlinea_contests__title{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .casinoenlinea_contests__subtitle{
        font-size: 12px;
        margin-bottom: 20px;
        text-align: left;
    }

    .casinoenlinea_contests__number{
        font-size: 30px;
    }

    .casinoenlinea_contests__head{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .casinoenlinea_contests__text{
        font-size: 16px;
    }

    .casinoenlinea_contests__header{
        font-size: 14px;
    }

    .casinoenlinea_contests__content{
        font-size: 12px;
    }

    .casinoenlinea_contests{
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .casinoenlinea_contests__items{
        gap: 10px;
    }

    .casinoenlinea_footer__top{
        gap: 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .casinoenlinea_footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .casinoenlinea_info__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .casinoenlinea_header__sub{
        font-size: 14px;
        max-width: 320px;
        line-height: normal;
    }

    .casinoenlinea_header__fixed{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .casinoenlinea_info__wrap{
        padding: 20px;
    }

    .casinoenlinea_info__head{
        font-size: 18px;
    }

    .casinoenlinea_info__text{
        font-size: 14px;
    }

    .casinoenlinea_info__bold{
        font-size: 18px;
    }

    .footer__top{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .casinoenlinea_footer__pays{
        max-width: 70px;
    }

    body {
        background: url(../casinoenlinea_img/casinoenlinea-body-background-mob.webp) no-repeat center top / cover;
    }

    .casinoenlinea_info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .casinoenlinea_footer__top{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 20px;
    }

    .footer__top{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}