@font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.woff2");
}

#confirmButton{
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover{
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}

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: Lato;
    background: linear-gradient(180deg, #010029 10%, #050277 48%, #4C47FF 96%);
    color: #fff;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.romancazino_header__fixed{
    position: fixed;
    z-index: 10000;
    backdrop-filter: blur(10px);
    background: #00021B;
    width: 100%;
    top: 0px;
    left: 0;
}

.romancazino_information__link{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 26px;
}

.romancazino_header__text{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; 
    text-transform: uppercase;
}

.romancazino_header__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.romancazino_header__wrap{
    background: url("../img/header-image.webp") no-repeat center right;
    padding-top: 68px;
    padding-bottom: 68px;
}

.romancazino_header__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom:20px;
    border-radius: 10px;
  }

  .romancazino_header__box{
    padding-top: 10px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
  }


  .romancazino_header__links{
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .romancazino_header__burger{
    display: none;
  }

  .romancazino_header__link{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; 
    transition: 0.4s;
    text-transform: uppercase;
  }

  .romancazino_header__link:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .romancazino_header__block{
    max-width: 865px;
  }

  .header__link__logo{
    font-weight: 600;
  }

  .romancazino_header{
    padding-top: 84px;
  }

  .romancazino_header__title{
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%; /* 60px */
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .romancazino_header__subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
  }

.romancazino_header__items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-left: 0;
    list-style: none;
    padding: 10px 20px;
    border-radius: 20px;
    background: #02022A;
    box-shadow: 0px 4px 8px 0px rgba(224, 233, 255, 0.25);
}
.romancazino_header__item {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    max-width: 135px; 
}

.romancazino_header__item:nth-child(odd)::before{
    content: '';
    display: flex;
    justify-content: center; 
    align-items: center;
    background: url("../img/header-icon-1.webp") no-repeat center top;
    padding-top: 40px;
    width: 40px;
    height: 40px
}

.romancazino_header__item:nth-child(even)::before{
    content: '';
    display: flex;
    justify-content: center; 
    align-items: center;
    background: url("../img/header-icon-2.webp") no-repeat center top;
    padding-top: 40px;
    width: 40px;
    height: 40px
}


  .romancazino_casino{
    margin-bottom: 80px;
  }

  .romancazino_casino__data{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .romancazino_casino__times{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .romancazino_casino__wrap{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
  }

  .romancazino_casino__wrap{
    padding: 20px;
    border-radius: 10px;
    background: #0A0909;
    box-shadow: 0px 0px 8px 0px rgba(156, 202, 255, 0.50);
  }

  .romancazino_casino__content{
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
  }

  .romancazino_casino__title{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .romancazino_casino__number{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .romancazino_casino__stars{
    display: flex;
    align-items: center;
  }

  .romancazino_casino__head{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .romancazino_casino__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .romancazino_casino__free{
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px; 
  }

  .romancazino_casino__rating{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .romancazino_casino__info{
    max-width: 172px;
    text-align: center;
  }

  .romancazino_casino__text{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; 
  }

  .romancazino_casino__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    max-width: 263px;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

  .romancazino_casino__inner{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
  }

  .romancazino_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;
  }

  .romancazino_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;
  }

  .romancazino_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;
  }

  .romancazino_casino__infos{
    width: 100%;
    padding-left: 20px;
  }

  .romancazino_casino__info__item{
    width: 100%;
  }

  .romancazino_casino__inner:last-child{
    margin-bottom: 0;
  }

  .romancazino_casino__wrapper{
    max-width: 360px;
    width: 100%;
  }

  .romancazino_casino__imgages{
    max-width: 250px;
    width: 100%;
  }

  .romancazino_casino__data{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .romancazino_casino__disk{
    text-transform: initial;
  }

  .romancazino_casino__btn{
    display: flex;
    width: 200px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #FC0;
    margin-bottom: 10px;
    background: repeating-linear-gradient(75grad, rgba(0,0,0,0) 25%,rgba(255,255,255,0.6) 26%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0) 100%), linear-gradient(180deg, #FC0 0%, #FF0731 100%) ;
    animation: mymove 5s infinite linear; 
  }

  .romancazino_casino__payment{
    position: relative;
    border-radius: 2px;
    background: linear-gradient(180deg, #DA3939 0%, #741B1B 100%);
    padding: 5px;
    width: 130px;
    height: 30px;
    overflow: hidden;
    transition: 0.4s;
  }

  .romancazino_casino__pay{
    display: flex;
    flex-wrap: wrap;
    max-width: 101px;
    gap: 5px;
  }

  .romancazino_casino__add{
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 15px;
    height: 15px;
    padding: 5px;
    font-size: 17px;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5000px;
    background: #FFF;
    color: #030200;
    cursor: pointer;
  }

  .casino__add{
    height: 61px;
    transition: 0.4s;
  }

  .romancazino_casino__buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    width: 100%;
  }

  .romancazino_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;}
  }

  .romancazino_casino__btn:hover{
    background: #fff;
    color: #000;
    text-decoration-line: none;
    transition: 0.4s;
  }




  .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%; 

}

.romancazino_safe {
    padding-bottom: 40px;
    padding-top: 120px;
}
.romancazino_saf__inner {
    margin-bottom: 30px;
}
.romancazino_safe__head {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}
.romancazino_safe__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.romancazino_safe__list {
    padding-left: 20px;
}

.mb10{
    margin-bottom: 10px;
}

.romancazino_why {
    margin-bottom: 80px;
}
.romancazino_why__title {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px; 
    text-transform: uppercase;
    margin-bottom: 32px;
}
.romancazino_why__wrap {
    padding: 16px 32px;
    border-radius: 10px;
    border: 1px solid  #2E295F;
    background-color: #0A0909;
    box-shadow: 0px 4px 8px 0px rgba(156, 202, 255, 0.50);
    background-image: url("../img/why-icon-1.webp");
    background-repeat: no-repeat;
    background-position: right 116px top 10px;
    margin-bottom: 24px;
}
.romancazino_why__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 609px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.romancazino_why__info {
    color: #D2D2D2;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.romancazino_why__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.romancazino_why__item {
    max-width: 295px;
    min-height: 308px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #2E295F;
    background: #0A0909;
    box-shadow: 0px 4px 8px 0px rgba(156, 202, 255, 0.50);
}

.romancazino_why__item:nth-child(1){
    background-image: url("../img/why-icon-2.webp");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 110px;
}

.romancazino_why__item:nth-child(2){
    background-image: url("../img/why-icon-3.webp");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 110px;
}

.romancazino_why__item:nth-child(3){
    background-image: url("../img/why-icon-4.webp");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 110px;
}

.romancazino_why__item:nth-child(4){
    background-image: url("../img/why-icon-5.webp");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 110px;
}

.romancazino_why__head {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}
.romancazino_why__text {
    color: #D2D2D2;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.romancazino_footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #00021B;
}

.romancazino_footer__links{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

.romancazino_footer__sub{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%; 
}

.romancazino_footer__bold{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.romancazino_footer__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.romancazino_footer__head{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.romancazino_footer__wraps{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0;
    list-style: none;
}

.romancazino_footer__content{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.romancazino_footer__items{
    padding-left: 20px;
}

.romancazino_footer__list{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.romancazino_footer__network{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
    transition: 0.4s;
}

.romancazino_footer__network:hover{
    text-decoration-line: none;
    color: #FC0;
    transition: 0.4s;
}

.romancazino_footer__item{
    max-width: 610px;
}

.modal__title{
    display: flex;
    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: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    border: 1px solid #FC0;
    background: linear-gradient(180deg, #FC0 0%, #FF0731 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FC0;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    border: 1px solid #FC0;
    background: #00021B;
    display: flex;
    flex-direction: column;
    justify-content: 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: 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: 540px;
    border-radius: 30px;
    border: 1px solid #FC0;
    background: #00021B;
    padding: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    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: 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: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.6px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FC0;
    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: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    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;
    transition: 0.4s;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    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);
}


.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: flex;
}

.casino__buttons__mob{
    display: none;
}

.card1__left {
    flex: 0 0 250px;
    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: 35px 10px 35px 10px;
}

.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: 90px;
}


.mob_list{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .romancazino_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }

    .romancazino_header__links{
        display: none;
    }

    .romancazino_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .romancazino_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .romancazino_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }

    .romancazino_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }
    
    .romancazino_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        background-color: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 65px; 
        left: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
        border-radius: 0;
    }

    .menu.active {
        display: flex; 
    }

    .romancazino_footer__inner{
        flex-direction: column;
        gap: 30px;
    }

    .romancazino_footer__item{
        max-width: 100%;
    }

    .romancazino_footer__links{
        justify-content: flex-start;
    }

    .romancazino_why__wrap{
        background-image: url(../img/why-icon-1.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 200px;
        padding-bottom: 200px;
    }

    .romancazino_why__content{
        max-width: 100%;
        padding: 0;
    }

    .romancazino_header__wrap {
        background: url(../img/header-image.webp) no-repeat top right;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .romancazino_header__title{
        max-width: 600px;
    }

    .romancazino_header {
        padding-top: 0px;
    }

    .card1__left {
        flex: 0 0 170px;
    }

    .romancazino_casino__free {
        font-size: 16px;
    }

    .romancazino_casino__title{
        font-size: 16px;
    }

    .romancazino_casino__inner{
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .romancazino_header {
        padding-top: 40px;
    }
    .romancazino_casino__imgages{
        max-width: 120px;
    }

    .card1__left {
        flex: 0 0 247px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .card1__image {
        width: 100%;
        height: 80px;
    }

    .casino__buttons__mob{
        display: flex;
    }
    
    .casino__buttons__desc{
        display: none;
    }

    .romancazino_casino__img{
        margin-bottom: 10px;
    }

    .romancazino_casino__btn{
        width: 100%;
    }

    .romancazino_casino__content{
        flex-direction: column;
        max-width: 250px;
        width: 100%;
        gap: 0px;
    }

    .romancazino_casino__wrap{
        gap: 0px;
    }

    .romancazino_casino__wrap{
        max-width: 500px;
        border-radius: 15px;
        margin: 0 auto;
        margin-bottom: 10px; 
    }

    .romancazino_casino__buttons{
        max-width: 100%;
    }

    .romancazino_casino__title{
        display: none;
    }

    .romancazino_casino__number{
        font-size: 16px;
    }

    .romancazino_casino__free{
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .romancazino_casino__wrapper{
        margin-bottom: 0px;
    }

    .romancazino_header__title{
        font-size: 45px;
    }

    .card1__wrapper-image {
        border-right: none;
        padding: 50px 10px 50px 10px;
        
    }

    .romancazino_casino__content{
        padding-left: 20px;
        padding: 10px;
    }

    .romancazino_casino__inner{
        font-size: 14px;
        margin-bottom: 0;
    }

    .romancazino_casino__wrap{
        padding: 0;
    }

    .mob_list{
        display: block;
    }

    .desc_list{
        display: none;
    }

    .romancazino_header{
        padding-bottom: 0;
    }
    
    .romancazino_header__wrap{
        padding-top: 10px;
        background: url(../img/header-image.webp) no-repeat center bottom;
        background-size: 300px;
        padding-bottom: 300px;
    }

    .romancazino_header__block{
        max-width: 100%;
    }

    .romancazino_casino__rating{
        margin-bottom: 10px;
        justify-content: center;
    }

    .romancazino_header__item{
        font-size: 13px;
    }

    .romancazino_header__title{
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .romancazino_header__nav{
        padding-left: 10px;
        padding-right: 10px;
    }

    .romancazino_header__title{
        font-size: 18px;
        margin-bottom: 10px;
        max-width: 61vw;
    }

    .casino__add{
        height: 66px;
    }

    .romancazino_header__item{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 155px;
        width: 100%;
    }

    .romancazino_header__text{
        font-size: 12px;
    }


    .romancazino_casino{
        margin-bottom: 40px;
    }


    .romancazino_header__logo{
        max-width: 160px;
    }

    .card1__left {
        flex: 0 0 140px;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    .card1__image {
        width: 100%;
        height: 60px;
    }

    .card1__wrapper-image{
        padding: 40px 10px 40px 10px;
    }


    .romancazino_header__subtitle{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .romancazino_footer__bold{
        font-size: 12px;
    }

    .romancazino_footer__wraps{
        flex-direction: column;
        align-items: flex-start;
    }

    .menu{
        top: 53px;
    }

    .romancazino_casino__inner{
        font-size: 10px;
    }

    .romancazino_casino__title{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .romancazino_casino__star{
        max-width: 12px;
    }

    .romancazino_casino__head{
        font-size: 10px;
    }

    .romancazino_casino__number{
        font-size: 14px;
    }

    .romancazino_casino__rating{
        gap: 8px;
        margin-bottom: 10px;
    }

    .romancazino_casino__free{
        font-size: 10px;
        line-height: 16px;
    }

    .romancazino_casino__btn{
        font-size: 14px;
        padding: 6px 10px;
    }

    .romancazino_casino__content{
        padding: 5px;
        max-width: 155px;
    }

    .romancazino_casino__stars{
        display: flex;
        gap: 4px;
    }

    .romancazino_casino__add{
        font-size: 9px;
    }

    .romancazino_casino__wrap{
        max-width: 300px;
        padding: 5px;
    }

    .romancazino_header__items{
        padding: 8px;
        gap: 0;
    }

    .romancazino_header__item{
        font-size: 8px;
        max-width: 68px;
        width: 100%;
    }

    .romancazino_header{
        padding-bottom: 20px;
        padding-top: 70px;
    }

    .romancazino_casino__data{
        font-size: 14px;
    }


    .romancazino_footer__head{
        font-size: 18px;
        margin-bottom: 16px;
    }

    .romancazino_footer__content{
        font-size: 12px;
    }

    .romancazino_footer__wraps{
        gap: 8px;
    }

    .romancazino_footer__network{
        font-size: 12px;
    }

    .romancazino_footer__icons{
        max-width: 130px;
    }

    .romancazino_safe__title{
        font-size: 26px;
    }

    .romancazino_safe__head{
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 120%;
    }

    .romancazino_safe__text{
        font-size: 14px;
        line-height: 120%;
    }

    .romancazino_saf__inner {
        margin-bottom: 20px;
    }

    .romancazino_safe{
        padding-top: 100px;
    }
    .romancazino_header__wrap {
        background: url(../img/header-image.webp) no-repeat bottom right;
        background-size: 130px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .romancazino_casino__free{
        margin-bottom: 5px;
    }

    .romancazino_header__item:nth-child(odd)::before {
        background: url(../img/header-icon-1.webp) no-repeat center top;
        background-size: 16px;
        padding-top: 16px;
        width: 16px;
        height: 16px;
    }

    .romancazino_header__item:nth-child(even)::before {
        background: url(../img/header-icon-2.webp) no-repeat center top;
        background-size: 16px;
        padding-top: 16px;
        width: 16px;
        height: 16px;
    }

    .romancazino_header__subtitle{
        display: none;
    }

    .romancazino_footer__list{
        font-size: 12px;
    }

    .romancazino_footer__links{
        margin-bottom: 20px;
    }

    .romancazino_footer__sub{
        margin-bottom: 20px;
        font-size: 12px;
    }

    .romancazino_why__wrap{
        padding: 16px 24px;
        padding-bottom: 200px;
    }

    .romancazino_why__title{
        font-size: 22px;
        margin-bottom: 24px;
    }

    .romancazino_why{
        margin-bottom: 60px;
    }

}