@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.woff2");
}

@font-face {
    font-family: Anton;
    src: url("../fonts/Anton-Regular.woff2");
}

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: #FBFEFF;
  }

  #confirmButton{
    border: 1px solid #191919;
    background: #191919;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}




.body__container {
    max-width: 1240px;
    margin: 0 auto;
    color: #FFF;
}

.lottocashnow_header__fixed{
    position: fixed;
    z-index: 10000;
    background: #166EA6;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    width: 100%;
    top: 0px;
    left: 0;
}

.lottocashnow_header__wrappper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.lottocashnow_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: 10px;
    padding-bottom: 10px;
  }

  .lottocashnow_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;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
  }


  .lottocashnow_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }

  .lottocashnow_header__burger{
    display: none;
  }

  .lottocashnow_header__link{
    color: #02012F;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .lottocashnow_header__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
  }

  .lottocashnow_header__block{
    max-width: 577px;
  }

  .lottocashnow_header{
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 20px;
  }


  .lottocashnow_header__wrap{
    border-radius: 20px;
    background: 
    url('../img/header-background.webp') no-repeat center center;
    background-size: cover;
    padding-left: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lottocashnow_header__item{
    padding: 4px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #FFF;
    max-width: 170px;
    width: 100%;
  }

  .lottocashnow_header__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }

  .lottocashnow_header__info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #2F2F2F;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
  }

  .header__info_1::before{
    content: "";
    background: url("../img/header-icon-1.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
  }

  .header__info_2::before{
    content: "";
    background: url("../img/header-icon-2.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
  }

  .header__info_3::before{
    content: "";
    background: url("../img/header-icon-3.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
  }

  .lottocashnow_header__title{
    color: #242424;
    font-family: Anton;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }

  .lottocashnow_header__color{
    color: #D03000;
  }

  .lottocashnow_header__subtitle{
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }

  .lottocashnow_header__left{
    position: relative;
  }

  .lottocashnow_header__yellow{
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 100%;
    background: #FFD800;
  }


  .lottocashnow_header__head{
    
    color: #000;
    font-weight: bold;
    font-size: 13px;
    background: #FFD800;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }


.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;
    -webkit-backdrop-filter: blur(19px);
            backdrop-filter: blur(19px);
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.lottocashnow_casino{
    padding-top: 0px;
    margin-bottom: 70px;
}

.lottocashnow_casino__items{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.lottocashnow_casino__bottom{
    padding: 10px;
    text-align: center;
}

.lottocashnow_casino__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lottocashnow_casino__times{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.lottocashnow_casino__container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 16px;
    max-width: 706px;
    padding: 0px 32px;
    border: 1px solid #CFD6FA;
    background: #F2FAFF;
}

.lottocashnow_casino__time{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.lottocashnow_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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    max-width: 220px;
    width: 100%;
}

.lottocashnow_casino__dop{
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
    max-width: 240px;
    width: 100%;
}

.lottocashnow_casino__head{
    color: #5C5C5C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.lottocashnow_casino__price{
    color: #242424;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.lottocashnow_casino__free{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_casino__number{
    color: #242424;
    text-align: center;
    font-family: Anton;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_casino__stars{
    display: flex;
}

.lottocashnow_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: 0px;
    list-style: none;
}

.lottocashnow_casino__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_casino__info:nth-child(1):before{
    content: "";
    background: url("../img/casino-icon-like.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.lottocashnow_casino__info:nth-child(2):before{
    content: "";
    background: url("../img/casino-icon-like.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.lottocashnow_casino__info:nth-child(3):before{
    content: "";
    background: url("../img/casino-icon-like.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.lottocashnow_casino__rating{
    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: 186px;
    width: 100%;
}

.lottocashnow_casino__span{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_casino__numbers{
    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;
    background: #CE1126;
    width: 35px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
}

.lottocashnow_casino__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 0px;
    width: 100%;
}

.lottocashnow_casino__num{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.lottocashnow_casino__images{
    display: block;
    max-width: 202px;
    width: 100%;
}

.lottocashnow_casino__right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 306px;
    width: 100%;
    padding: 0px 0px;
}

.lottocashnow_casino__buttons{
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    max-width: 306px;
    padding: 32px 16px;
    border-radius: 16px;
    border: 1px solid #CFD6FA;
    background: #F2FAFF;
    width: 100%;
}

.lottocashnow_casino__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.lottocashnow_casino__logo{
    padding: 10px;
}

.lottocashnow_casino__inner{
    width: 946px;
    padding: 10px;
    border-radius: 5px;
    background: #393BDB;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 150px;
}

.lottocashnow_casino__top{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.lottocashnow_casino__btn{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -o-repeating-linear-gradient(22.5deg, 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%), #FF0042;
    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%), #FF0042;
    color:#fff;
    width: 189px;
    padding: 12px 24px;
    border-radius: 11px;
    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;
    border: none;
    font-size: 16px;
    font-weight: 600;
    -webkit-animation: mymove 5s infinite linear;
            animation: mymove 5s infinite linear; 
}

.lottocashnow_casino__btn:hover {
    background: -o-repeating-linear-gradient(22.5deg, 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;
    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;
    -webkit-box-shadow: -1px 5px 10px rgba(0,0,0,0.35);
            box-shadow: -1px 5px 10px rgba(0,0,0,0.35);
  }
  
  @-webkit-keyframes mymove {
      0%   {background-position: 0px 0px;}
      100% {background-position: 500px 0px;}
  }
  
  @keyframes mymove {
      0%   {background-position: 0px 0px;}
      100% {background-position: 500px 0px;}
  }

  .lottocashnow_casino__pays{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 77px;
  }

.lottocashnow_feedback {
    margin-bottom: 70px;
}

.lottocashnow_feedback__title {
    color: #242424;
    font-family: Anton;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
}
.lottocashnow_feedback__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.lottocashnow_feedback__item {
    min-height: 269px;
    max-width: 400px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #CFD6FA;
    background: #F2FAFF;
}
.lottocashnow_feedback__header {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.lottocashnow_feedback__stars {
    margin-bottom: 8px;
    display: flex;
    gap: 3px;
}
.lottocashnow_feedback__name {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.lottocashnow_feedback__text {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_why {
    margin-bottom: 70px;
}
.lottocashnow_why__title {
    color: var(--black_text, #474747);
    text-align: center;
    font-family: Anton;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.lottocashnow_why__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.lottocashnow_why__item {
    border-radius: 16px;
    border: 1px solid #CFD6FA;
    background-color: #F2FAFF;
    padding: 16px;
    max-width: 292px;
    min-height: 315px;
    padding-top: 130px;
}
.lottocashnow_why__head {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.lottocashnow_why__text {
    color: #6A6A6A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_why__item:nth-child(1) {
    background-image: url("../img/why-icon-1.webp");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.lottocashnow_why__item:nth-child(2) {
    background-image: url("../img/why-icon-2.webp");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.lottocashnow_why__item:nth-child(3) {
    background-image: url("../img/why-icon-3.webp");
    background-repeat: no-repeat;
    background-position: center 10px;
}

.lottocashnow_why__item:nth-child(4) {
    background-image: url("../img/why-icon-4.webp");
    background-repeat: no-repeat;
    background-position: center 10px;
}

  .lottocashnow_faq{
    margin-bottom: 70px;
  }

  .lottocashnow_faq__title{
    color: #242424;
    font-family: Anton;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
  }

  .accordion{
    max-width: 100%;
    margin: 0 auto;
}

.accordion__item {
    margin-bottom: 8px;
    border-radius: 24px;
    border: 1px solid #CFD6FA;
    background: #F2FAFF;
  }

  .accordion__header {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-radius: 24px;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
  }

  .accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("../img/faq-icon-arrow.webp");
    transform: rotate(180deg);
    transition: 0.4s;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
  }

  .accordion__item_show .accordion__header::after,
  .accordion__item_slidedown .accordion__header::after {
    background-image: url("../img/faq-icon-arrow.webp");
    transform: rotate(0deg);
    transition: 0.4s;
  }

  .accordion__content {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    padding: 16px 24px;
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
  }


.lottocashnow_footer{
    background: #166EA6;
    padding-top: 24px;
    padding-bottom: 24px;
}

.lottocashnow_footer__info{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}


.lottocashnow_footer__wrapper{
    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;
    gap: 50px;
    margin-bottom: 40px;
}

.lottocashnow_footer__text{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.lottocashnow_footer__copy{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}

.lottocashnow_footer__center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.lottocashnow_footer__item{
    max-width: 605px;
    width: 100%;
}

.footer__item{
    max-width: 100%;
}

.lottocashnow_footer__title{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}

.lottocashnow_footer__subtitle{
    color: #C9C9C9;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.lottocashnow_footer__age{
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 38px;
    font-family: Anton;
    font-weight: 400;
    margin-bottom: 32px;
}

.lottocashnow_footer__items {
    padding-left: 20px;
}
.lottocashnow_footer__content {
    color: #C9C9C9;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.lottocashnow_footer__information{
    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;
    gap: 20px;
    margin-bottom: 40px;
}

.lottocashnow_footer__network{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottocashnow_footer__network:hover{
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
}

.lottocashnow_footer__images{
    display: flex;
    align-items: center;  
    justify-content: center;      
    flex-wrap: wrap;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}

.modal__title{
    color: #2F2F2F;
    text-align: center;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.lottocashnow_footer__links{
    padding-left: 0;
    list-style: none;
    gap: 27px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.lottocashnow_footer__link{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
}

.lottocashnow_footer__link:hover{
    opacity: 0.5;
    transition: 0.4s;
}

.modal__subtitle{
    color: #2F2F2F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}



.modal__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    border-radius: 11px;
    background: #FF0042;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    border-radius: 11px;
    border: 1px solid #FF0042;
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 16px;
    background: #F5F8FE;
    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: 450px;
}

.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: 100%;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    background: #F5F8FE;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
}

.popupcookie__header{
    width: 100%;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #2F2F2F;
    font-family: Anton;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    width: 100%;
}

.popupcookie__subtitle{
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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;
    
    width: 100%;
    border-radius: 11px;
    background: #FF0042;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    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;
    border-radius: 11px;
    border: 1px solid #FF0042;
    color: #242424;
    font-size: 16px;
    font-weight: 900;
    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;
    gap: 10px;
    width: 100%;
    max-width: 260px;
}

.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: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }



.form__img__mob{
    display: none;
}

.terms_content__left{
    max-width: 100%;
}


.terms_content__title{
    color: #FFF;
    text-align: center;
    
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.terms_content__wrap{
    display: -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;
}

.terms_content__list{
    padding-left: 20px;
}

.terms_content__item{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
}

.terms_content__text{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
}

.lottocashnow_safe{
    padding-top: 20px;
    padding-bottom: 20px;
}

.lottocashnow_safe__wrappers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    border: 2px solid #D6DEEF;
    padding: 80px 32px 32px 32px;
}

.lottocashnow_safe__wrappers::before{
    content: "";
    position: absolute;
    top: 95px;
    background: url(../img/responsabil-icon-1.webp) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    background-size: 90px;
}

.lottocashnow_safe__title{
    color: #2F2F2F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lottocashnow_safe__text{
    color: #474747;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.lottocashnow_safe__head{
    color: #474747;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.lottocashnow_safe__list{
    padding-left: 20px;
    margin-bottom: 15px;
}

.lottocashnow_safe__info{
    color: #474747;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


.card1__left {
    border-radius: 16px;
    border: 1px solid #CFD6FA;
    background: #F2FAFF;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 211px;
            flex: 0 0 211px;
    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: 10px 10px 10px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.card1__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

.card1__image {
    width: 100%;
    height: 65px;
}
.desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.mob{
    display: none;
}

@media (max-width: 1290px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lottocashnow_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .lottocashnow_header__images{
        display: none;
    }

    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .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%
    }

    .popupcookie__btns{
        width: 100%;
        max-width: 100%;
    }


    .lottocashnow_casino__left{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottocashnow_casino__right{
        -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: 20px;
    }


    .lottocashnow_casino__items{
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .lottocashnow_casino__images{
        max-width: 240px;
    }

    .lottocashnow_casino__buttons{
        max-width: 250px;
        flex-direction: column;
        background: #F2FAFF;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .lottocashnow_casino__dop{
        display: none;
    }

    .lottocashnow_casino__container{
        display: none;
    }

    .lottocashnow_casino__left{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .lottocashnow_casino__pays{
        order: 1;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .lottocashnow_casino__left{
        padding: 0px 0;
    }

    .lottocashnow_casino__right{
        padding: 0px 0;
    }


    .lottocashnow_footer__center{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .lottocashnow_footer__item{
        max-width: 100%;
    }

    .lottocashnow_footer__information{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }

    .lottocashnow_footer__images{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }

    .lottocashnow_casino__inner{
        display: none;
    }

    .card1__left {
        flex: 0 0 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-right: 1px solid #CFD6FA;
        background: #FCFDFF;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card1__image {
        width: 100%;
        height: 80px;
    }


    .lottocashnow_casino__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottocashnow_casino__left{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .lottocashnow_casino__bottom{
        display: none;
    }

    .lottocashnow_casino__right{
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .lottocashnow_casino__rating{
        max-width: 250px;
    }

    .lottocashnow_header__block{
        max-width: 100%;
    }

    .lottocashnow_header__title{
        font-size: 30px;
        text-align: center;
        line-height: normal;
        margin-bottom: 8px;
    }

    .lottocashnow_header__subtitle{
        margin-bottom: 16px;
        text-align: center;
    }

    .lottocashnow_header__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .lottocashnow_header__wrap {
        background: url(../img/header-background-mob.webp) no-repeat center center;
        background-size: cover;
        padding: 30px;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }
    .lottocashnow_casino__info:nth-child(1):before{
        display: none;
    }

    .lottocashnow_casino__info:nth-child(2):before{
        display: none;
    }

    .lottocashnow_casino__info:nth-child(3):before{
        display: none;
    }

    .lottocashnow_casino__list{
        gap: 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;
    }

    .lottocashnow_casino__list::before{
        content: "";
        background: url(../img/casino-icon-like.webp) no-repeat;
        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: 28px;
        height: 28px;
        background-size: 28px;
        margin-bottom: 10px;
    }

    .lottocashnow_casino__number{
        font-size: 34px;
        margin-bottom: 0px;
        line-height: normal;
    }

    .lottocashnow_casino__content{
        padding: 0;
    }

    .lottocashnow_casino__s{
        max-width: 20px;
    }


    .lottocashnow_casino__dop{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
}


@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .lottocashnow_header__nav{
        padding-left: 13px;
        padding-right: 13px;
    }

    .lottocashnow_header{
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .modal__title{
        font-size: 30px;
    }

    .modal__subtitle{
        font-size: 12px;
    }

    .modal__btn{
        padding: 10px;
        font-size: 12px;
    }

    .lottocashnow_casino__images{
        max-width: 135px;
    }

    .lottocashnow_casino__btn{
        width: 130px;
        padding: 12px 24px;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .lottocashnow_casino__numbers{
        display: none;
    }

    .lottocashnow_casino__num{
        font-size: 12px;
    }

    .lottocashnow_casino__head{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .lottocashnow_casino__price{
        font-size: 16px;
    }

    .lottocashnow_casino__free{
        font-size: 10px;
    }

    .lottocashnow_casino__s{
        width: 22px;
    }

    .lottocashnow_casino__number{
        font-size: 32px;
    }



    .lottocashnow_casino__items{
        border-radius: 20px;
        border: 1px solid #D6DEEF;
        background: #F4F4F4;
        max-width: 300px;
    }

    .lottocashnow_casino__content{
        max-width: 150px;
    }

    .lottocashnow_casino__right{
        padding-right: 0px;
        padding-top: 0;
    }

    .lottocashnow_casino__left{
        padding-right: 10px;
    }

    .lottocashnow_header__title{
        font-size: 24px;
        line-height: normal;
        text-align: left;
        margin-bottom: 4px;
    }

    .lottocashnow_header__subtitle{
        text-align: left;
        margin-bottom: 4px;
    }

    .lottocashnow_header__items{
        gap: 10px;
    }

    .lottocashnow_casino__times{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .lottocashnow_casino__time{
        font-size: 15px;
    }

    .lottocashnow_footer__wrapper{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }

    .lottocashnow_footer__info{
        font-size: 12px;
    }

    .lottocashnow_footer__text{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .lottocashnow_footer__copy{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .lottocashnow_safe__title{
        font-size: 22px;
    }

    .lottocashnow_safe__header{
        font-size: 22px;
    }

    .lottocashnow_safe__head{
        font-size: 15px;
    }


    .lottocashnow_safe__text{
        font-size: 15px;
    }

    .lottocashnow_safe__info{
        font-size: 12px;
    }

    .card1__left {
        flex: 0 0 150px;
        display: flex;
        flex-direction: column;
    }

    .card1__image {
        width: 100%;
        height: 80px;
        padding: 0px;
    }

    .card1__wrapper-image{
        flex: initial;
    }

    .lottocashnow_casino__stars{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        margin-bottom: 2px;
    }

    .lottocashnow_casino__pays{
        gap: 5px;
    }

    .lottocashnow_casino__box{
        padding: 0;
    }

    .lottocashnow_casino__content{
        padding: 0;
    }

    .lottocashnow_casino__left{
        padding-bottom: 0px;
        padding-right: 0;
    }


    .lottocashnow_header__items{
        overflow: hidden;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 600px;
        animation: slide_in 8s infinite;
    }

    @keyframes slide_in {
        0% {
          transform: translateX(0px);
        }

        50% {
            transform: translateX(-263px);
        }

        100% {
        transform: translateX(0px);
        }
      }

    .lottocashnow_footer__images{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .lottocashnow_casino__info{
        font-size: 10px;
        text-align: center;
    }

    .lottocashnow_casino__number{
        font-size: 24px;
        margin-bottom: 8px;
    }

    .lottocashnow_casino__s{
        max-width: 16px;
    }

    .lottocashnow_casino__img{
        max-width: 35px;
    }

    .lottocashnow_casino__dop{
        padding: 0;
    }

    .card1__wrapper-image{
        padding: 0;
        margin-bottom: 24px;
    }

    .lottocashnow_safe__wrappers{
        padding: 10px;
        padding-top: 62px;
        padding-bottom: 32px;
    }

    .lottocashnow_safe__info{
        font-size: 15px;
    }

    .lottocashnow_header__wrap{
        padding: 25px 16px;
        overflow: hidden;
        border-radius: 35px;
        max-width: 300px;
        margin: 0 auto;
    }

    .lottocashnow_footer__links{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 27px;
    }

    .lottocashnow_casino__buttons{
        max-width: 148px;
        padding: 16px 8px;
        gap: 0;
    }

    .lottocashnow_casino__stars{
        margin-bottom: 24px;
    }

}