@font-face {
    font-family: inter;
    src: url("../fonts/inter.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: inter;
    background: #252525;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.lottojatekok_header__fixed{
    position: fixed;
    z-index: 10000;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    top: 0px;
    left: 0;
}

.lottojatekok_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;
}

.lottojatekok_header__wrap{
    display: flex;
    justify-content: flex-end;
    background: url("../img/header-image.webp") no-repeat center left
}

.lottojatekok_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }

  .lottojatekok_header__box{
    padding-top: 110px;
  }

  .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%;
  }


  .lottojatekok_header__links{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .lottojatekok_header__burger{
    display: none;
  }


  .lottojatekok_header__link{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.4s;
  }

  .lottojatekok_header__link:hover{
    background-color: #3696e4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }


  .lottojatekok_header{
    margin-bottom: 0px;
    padding-bottom: 90px;
    padding-top: 0px;
    background: url("../img/header-background.webp") no-repeat center center/cover;
  }

  .lottojatekok_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  
  .header__wrap{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lottojatekok_header__block{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 716px;
  }

  .lottojatekok_header__images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lottojatekok_header__title{
    color: #FFF;
    text-align: right;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .lottojatekok_header__subtitle{
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }

  .lottojatekok_header__play{
    display: flex;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.6px;
    width: 210px;
    padding: 16px 16px;
    border-radius: 503px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .lottojatekok_header__play:hover{
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.lottojatekok_information {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lottojatekok_information__wrap {
    max-width: 1030px;
    margin: 0 auto;
    background: url("../img/information-background.webp") no-repeat center right
}
.lottojatekok_information__content {
    max-width: 630px;
    width: 100%;
}
.lottojatekok_information__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.lottojatekok_information__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.lottojatekok_frequently {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lottojatekok_frequently__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.lottojatekok_frequently__items {
    max-width: 1030px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lottojatekok_frequently__list {
    border-bottom: 1px solid #5D5D5D;
    background: #181818;
    box-shadow: 0px 4px 15px 0px rgba(255, 255, 255, 0.08);
    padding: 20px 0px;
}
.lottojatekok_frequently__head {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.lottojatekok_frequently__text {
    max-width: 822px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

.lottojatekok_reviews {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #454545;
}
.lottojatekok_reviews__title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}
.lottojatekok_reviews__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1042px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}
.lottojatekok_reviews__item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #363636;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.35);
    max-width: 506px;
    width: 100%;
    min-height: 160px;
}
.lottojatekok_reviews__head {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.lottojatekok_reviews__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.lottojatekok_reviews__list {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.lottojatekok_reviews__numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 20px;
    background: #8E8E8E;
}
.lottojatekok_reviews__number {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.reviews__numbers {
    background: #15DD07;
}

.lottojatekok_footer{
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.lottojatekok_footer__top {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

.lottojatekok_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;
}
.footer__list{
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer__list::before{
    content: "";
    width: 82px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/18+.webp")
}

.lottojatekok_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;
}

.lottojatekok_footer__img{
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.lottojatekok_footer__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    padding-left: 0;
    list-style: none;
}

.lottojatekok_footer__network{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottojatekok_footer__network:hover{
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottojatekok_footer__sup{
    color: #868686;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.lottojatekok_footer__header {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.lottojatekok_footer__content{
    margin-bottom: 20px;
}
.lottojatekok_footer__head{
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.lottojatekok_footer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.lottojatekok_footer__link{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s;
}

.lottojatekok_footer__link:hover{
    transition: 0.4s;
    text-decoration: underline;
}

.lottojatekok_footer__info{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottojatekok_footer__info:hover{
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.lottojatekok_footer__right {
    max-width: 608px;
    width: 100%;
}

.lottojatekok_footer__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.lottojatekok_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}
.lottojatekok_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;
}

.lottojatekok_footer__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.lottojatekok_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;
}

.lottojatekok_footer__sup {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
}


.mb0{
    margin-bottom: 0;
}

.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%;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #000;
    box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    padding: 50px 60px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title{
    color:  #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%; 
    text-transform: capitalize;
    margin-bottom: 30px;
}

.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: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    transition: 0.4s;
}

.modal_form__links:hover{
    opacity: 0.5;
    text-decoration-line: none;
    transition: 0.4s;
}

.modal_form__input{
    border-radius: 20px;
    border: 1px solid #000;
    background: #E1E1E1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 15px 10px 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder{
    color: #808080;
}

.modal_form__input::-moz-placeholder{
    color: #808080;
}

.modal_form__input:-ms-input-placeholder{
    color: #808080;
}

.modal_form__input::-ms-input-placeholder{
    color: #808080;
}

.modal_form__input::placeholder{
    color: #808080;
}

.modal_form__btn{
    padding: 15px 20px;
    width: 100%;
    border-radius: 50px;
    background: #15DD07;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.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: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.modal_form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links{
    color: #fff;
}

  
  .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;
    -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%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.modal__titleadd{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #F1F1F1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.modal__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    border-radius: 30px;
    background: #15DD07;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    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 #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #000;
    box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    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: 30px;
    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: 100%;
    width: 100%;
    background: #000;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -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: 30px;
    background: #15DD07;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -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: 20px;
    border: 1px solid #FFF;
    color: #fff;
    
    
    font-size: 13px;
    font-weight: 700;
    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;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    max-width: 380px;
}

.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; 
}

.lottojatekok_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lottojatekok_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .lottojatekok_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;
    }

    /* Эффект перекрестия */
    .lottojatekok_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;
    }
    
    .lottojatekok_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .lottojatekok_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;
    }
    
    .lottojatekok_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: rgba(0, 0, 0, 0.8);
        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;
    }


    .lottojatekok_footer__top{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .lottojatekok_footer__left{
        max-width: 100%;
    }

    .lottojatekok_footer__links{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 40px;
    }

    .lottojatekok_footer__wrappper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottojatekok_footer__input{
        width: 100%;
    }

    .lottojatekok_footer__btn{
        width: 100%
    }

    .lottojatekok_header__forms{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottojatekok_header__left{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .lottojatekok_header__right{
        max-width: 100%;
    }

    .lottojatekok_header__forms{
        padding: 20px;
    }


    .lottojatekok_header__box {
        padding-top: 110px;
    }


    .lottojatekok_header__block{
        max-width: 100%;
    }

    .lottojatekok_header__images{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .lottojatekok_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;
    }

    .lottojatekok_footer__bottom{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .lottojatekok_header__title{
        font-size: 50px;
    }

    .popupcookie__content{
        flex-direction: column;
    }

    .popupcookie__top{
        width: 100%;
    }

    .popupcookie__btns{
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .lottojatekok_header__wrap {
        background: url(../img/header-image.webp) no-repeat bottom right;
        background-size: 400px;
        padding-bottom: 140px;
    }

    .lottojatekok_information__content{
        max-width: 100%;
    }

    .lottojatekok_information__wrap{
        max-width: 1030px;
        margin: 0 auto;
        background: url(../img/information-background.webp) no-repeat bottom left;
        background-size: 300px;
        padding-bottom: 320px;
    }

    .lottojatekok_frequently__list{
        padding: 16px;
    }
}


@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .lottojatekok_header__nav{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .lottojatekok_header__title{
        font-size: 24px;
    }

    .lottojatekok_header{
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .lottojatekok_header__subtitle{
        font-size: 18px;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }

    .lottojatekok_footer__wrappper{
        gap: 12px;
    }

    .lottojatekok_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;
    }

    .lottojatekok_footer__sup{
        text-align: left;
    }

    .lottojatekok_header_contact__title{
        margin-bottom: 16px;
    }

    .lottojatekok_header_contact__inner{
        margin-bottom: 16px;
    }

    .lottojatekok_header_contact__input{
        margin-bottom: 12px;
    }

    .lottojatekok_header_contact__message{
        margin-bottom: 16px;
    }

    .lottojatekok_header_contact__btn{
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .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%;
    }

    .lottojatekok_header__logo{
        max-width: 200px;
    }

    .lottojatekok_header__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .lottojatekok_header__subtitle{
        font-size: 16px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .lottojatekok_header__play{
        font-size: 16px;
        width: 152px;
    }

    .lottojatekok_footer__sup{
        font-size: 12px;
    }

    .lottojatekok_footer__left{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .lottojatekok_footer__text{
        font-size: 18px;
    }

    .lottojatekok_footer__head{
        font-size: 24px;
    }

    .header__title{
        font-size: 32px;
    }

    .lottojatekok_header__link{
        padding: 10px 16px;
    }
    .lottojatekok_footer__header{
        font-size: 16px;
    }

    .lottojatekok_footer__items{
        gap: 16px;
    }

    .lottojatekok_footer__bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .lottojatekok_footer__network{
        font-size: 12px;
    }

    .lottojatekok_footer__sup{
        text-align: center;
    }

    .lottojatekok_header__links{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
    }

    .lottojatekok_header__link{
        width: 100%;
    }

    .lottojatekok_header__box{
        padding-top: 110px;
    }

    .popupcookie__title{
        font-size: 28px;
    }

    .modal_form__content{
        padding: 40px 30px;
    }

    .modal_form__title{
        font-size: 30px;
    }

    .modal_form__links{
        font-size: 14px;
    }

    .lottojatekok_footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lottojatekok_header__product{
        max-width: 200px;
    }

    .modal__btn{
        font-size: 14px;
    }

    .lottojatekok_header__wrap {
        background: url(../img/header-image.webp) no-repeat bottom right;
        background-size: 220px;
        padding-bottom: 50px;
    }

    .lottojatekok_information {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottojatekok_information__title{
        font-size: 24px;
    }

    .lottojatekok_information__text{
        font-size: 16px;
    }

    .lottojatekok_information__wrap{
        background: url(../img/information-background.webp) no-repeat bottom center;
        background-size: 300px;
        padding-bottom: 320px;
    }

    .lottojatekok_frequently {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottojatekok_frequently__title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .lottojatekok_frequently__head{
        font-size: 20px;
        margin-bottom: 10px;
        text-align: left;
    }

    .lottojatekok_frequently__list{
        padding: 5px 16px;
    }

    .lottojatekok_frequently__items{
        gap: 10px;
    }

    .lottojatekok_reviews{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottojatekok_reviews__title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .lottojatekok_reviews__head{
        font-size: 20px;
        margin-bottom: 5px;
    }

    .lottojatekok_reviews__text{
        font-size: 16px;
        margin-bottom: 5px;
    }

    .lottojatekok_reviews__list{
        flex-wrap: wrap;
    }

    .lottojatekok_reviews__number{
        font-size: 14px;
    }

    .lottojatekok_reviews__numbers{
        width: 36px;
        height: 36px;
    }

    .lottojatekok_reviews__item{
        padding: 10px 20px;
        min-height: auto;
    }

    .lottojatekok_reviews__items{
        gap: 10px;
    }

}