@font-face {
    font-family: inter;
    src: url("../fonts/inter.ttf");
}

#confirmButton{
    background-color: #5956E9;
    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: inter;
    background: #0D0C0C;
    color: #fff;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}


.jatekbonuszok_header__fixed{
    position: fixed;
    z-index: 10000;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
    backdrop-filter: blur(15px);
    width: 100%;
    top: 0px;
    left: 0;
}

.jatekbonuszok_header__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jatekbonuszok_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .jatekbonuszok_header__box{
    padding-top: 100px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }


  .jatekbonuszok_header__links{
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .jatekbonuszok_header__burger{
    display: none;
  }

  .jatekbonuszok_header__link{
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
  }

  .jatekbonuszok_header__link:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .jatekbonuszok_header__phone{
    display: flex;
    justify-content: flex-end;
    text-transform: lowercase;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    transition: 0.4s;
  }

  .jatekbonuszok_header__message{
    display: flex;
    text-transform: lowercase;
    justify-content: flex-end;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    transition: 0.4s;
  }

  .jatekbonuszok_header__phone:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .jatekbonuszok_header__message:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .jatekbonuszok_header__contact{
    display: flex;
    gap: 30px;
  }

  .jatekbonuszok_header__phone{
    color: #fff;
    transition: 0.4s;
  }

  .jatekbonuszok_header__phone:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .jatekbonuszok_header__message{
    color: #fff;
    transition: 0.4s;
  }

  .jatekbonuszok_header__message:hover{
    transition: 0.4s;
    opacity: 0.5;
  }

  .jatekbonuszok_header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .jatekbonuszok_header__btn{
    display: flex;
    width: 200px;
    padding: 10px 31px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 25px;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s;
  }

  .jatekbonuszok_header__btn:hover{
    background: #a78686;
    transition: 0.4s;
  }

  .jatekbonuszok_header__title{
    color: #FFF;
    font-size: 70px;
    text-align: center;
    font-weight: 700;
    line-height: 100%; 
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .jatekbonuszok_header__subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  .header__subtitle{
    color: #FFF;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .jatekbonuszok_header__add{
    width: 146px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 1px solid #F5F5F5;
    background: #000;
    padding: 17px 38.635px 17px 38.835px;
    color: #F5F5F5;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
  }

  .jatekbonuszok_header__add:hover{
    transition: 0.4s;
    background-color: #F5F5F5;
    color: #000;
  }

  .jatekbonuszok_header{
    margin-bottom: 80px;
    background: url("../img/bg__img.png") no-repeat center;
    padding-top: 177px;
    padding-bottom: 199px;
    background-size: cover;
  }

  .header_1{
    background: url("../img/bg__img_1.png") no-repeat center;
    background-size: cover;
  }

  .header_2{
    background: url("../img/bg__img_2.png") no-repeat center;
    background-size: cover;
  }

  .header_3{
    background: url("../img/bg__img_3.png") no-repeat center;
    background-size: cover;
    background-size: cover;
  }

  .header_4{
    background: url("../img/bg__img_4.png") no-repeat center;
    background-size: cover;
  }

  .header_5{
    background: url("../img/bg__img_5.png") no-repeat center;
    background-size: cover;
  }

  .header_6{
    background: url("../img/bg__img_6.png") no-repeat center;
    background-size: cover;
  }

  .header_7{
    background: url("../img/bg__img_7.png") no-repeat center;
    background-size: cover;
  }

  .header_8{
    background: url("../img/bg__img_8.png") no-repeat center;
    background-size: cover;
  }

  .header_9{
    background: url("../img/bg__img_9.png") no-repeat center;
    background-size: cover;
  }

  .header_mod{
    background: linear-gradient(180deg, #29143C 0%, #615EC0 100%);
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-top: 120px;
  }

  .header__box{
    padding-top: 255px;
    padding-bottom: 255px;
    border-radius: 10px;
  }

  .header__box_1{
    background: url("../img/bg__img_1.png") no-repeat center;
    background-size: cover;
  }

  .header__box_2{
    background: url("../img/bg__img_2.png") no-repeat center;
    background-size: cover;
  }

  .header__box_3{
    background: url("../img/bg__img_3.png") no-repeat center;
    background-size: cover;
  }

  .header__box_4{
    background: url("../img/bg__img_4.png") no-repeat center;
    background-size: cover;
  }

  .header__box_5{
    background: url("../img/bg__img_5.png") no-repeat center;
    background-size: cover;
  }

  .header__box_6{
    background: url("../img/bg__img_6.png") no-repeat center;
    background-size: cover;
  }

  .header__box_7{
    background: url("../img/bg__img_7.png") no-repeat center;
    background-size: cover;
  }

  .header__box_8{
    background: url("../img/bg__img_8.png") no-repeat center;
    background-size: cover;
  }

  .header__box_9{
    background: url("../img/bg__img_9.png") no-repeat center;
    background-size: cover;
  }

  .jatekbonuszok_about{
    margin-bottom: 80px;
  }

  .jatekbonuszok_about__mix{
    max-width: 100%;
  }
  
  .jatekbonuszok_about__title{
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .jatekbonuszok_about__wrap{
    border-radius: 10px;
    padding: 40px 20px;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
  }

  .jatekbonuszok_about__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }

  .jatekbonuszok_about__header{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .jatekbonuszok_about__text{
    color: #333;
    font-size: 14px;
    font-weight: 400;
  }

  .jatekbonuszok_event{
    margin-bottom: 80px;
  }

  .jatekbonuszok_event__item{
    max-width: 295px;
  }

  .jatekbonuszok_event__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .jatekbonuszok_event__content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .jatekbonuszok_event__images{
    position: relative;
  }

  .jatekbonuszok_event__images{
    display: flex;
  }

  .jatekbonuszok_event__add{
    color: #696D68;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 14px 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    transition: 0.4s;
    text-transform: uppercase;
  }

  .jatekbonuszok_event__add:hover{
    transition: 0.4s;
    color: #000;
    background: #fff;
    opacity: 0.5
  }

  .event__content_1{
    background: url("../img/about_1.png") no-repeat center;
    background-size: cover;
    border-radius: 6px;
  }

  .event__content_2{
    background: url("../img/about_2.png") no-repeat center;
    background-size: cover;
    border-radius: 6px;
  }

  .event__content_3{
    background: url("../img/about_3.png") no-repeat center;
    background-size: cover;
    border-radius: 6px;
  }

  .event__content_4{
    background: url("../img/about_4.png") no-repeat center;
    background-size: cover;
    border-radius: 6px;
  }

  .jatekbonuszok_event__top{
    display: flex;
    justify-content: space-between;
  }

  .jatekbonuszok_event__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A318D), to(#2D54F3));
    background: linear-gradient(180deg, #1A318D 0%, #2D54F3 100%);
    border: none;
    cursor: pointer;
  }

  .jatekbonuszok_header__images{
    display: flex;
    justify-content: center;
  }

  .jatekbonuszok_event__btn:hover{
    transition: 0.4s;
    background: #000;
  }

  .jatekbonuszok_event__buttons{
    display: flex;
    gap: 10px;
  }

  .event__btn180{
    transform: rotate(180deg);
  }

  .jatekbonuszok_event__link{
    position: absolute;
    transition: 0.4s;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%; 
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
  }

  .jatekbonuszok_event__link:hover{
    transition: 0.4s;
    opacity: 0.5
  }

  .jatekbonuszok_event__title{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .jatekbonuszok_event__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

  .jatekbonuszok_event__name{
    color: #333;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }

  .jatekbonuszok_event__top{
    margin-bottom: 30px;
  }

  .jatekbonuszok_event__text{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .jatekbonuszok_event__img{
    margin-bottom: 20px;
  }

  .jatekbonuszok_event__header{
    display: flex;
    align-items: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .jatekbonuszok_event__right{
    max-width: 610px;
  }

  .slick-prev, .slick-next {
    display: none !important; 
}

.jatekbonuszok_game{
    margin-bottom: 80px;
}

.jatekbonuszok_game__title{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.jatekbonuszok_game__images{
    display: flex;
}

.jatekbonuszok_game__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.jatekbonuszok_game__text{
    color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.jatekbonuszok_game__name{
    color: #F5F5F5;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.jatekbonuszok_game__content{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jatekbonuszok_game__item{
    max-width: 232px;
    width: 100%;
}

.jatekbonuszok_game__inne{
    max-width: 232px;
    width: 100%;
}

.jatekbonuszok_game__items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.jatekbonuszok_game__buttons{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.jatekbonuszok_game__btn{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(245, 245, 245, 0.20);
    border-radius: 4px;
    background: #B550EF;
    transition: 0.4s;
    cursor: pointer;
}

.jatekbonuszok_game__btn:nth-child(2){
    transform: rotate(180deg);
}

.jatekbonuszok_game__btn:hover{
    transition: 0.4s;
    background: #826e6e;
}

.jatekbonuszok_game__header{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.jatekbonuszok_game__right{
    max-width: 610px;
}

.jatekbonuszok_game__images{
    position: relative;
}

.jatekbonuszok_game__links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.jatekbonuszok_game__link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    min-height: 220px;
    padding: 82px 20px;
    border-radius: 10px;
    border: 1px solid #696D68;
    width: 100%;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
    transition: 0.4s;
}

.jatekbonuszok_game__add{
    color: #696D68;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    padding: 14px 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s;
    text-transform: uppercase;
}

.jatekbonuszok_game__add:hover{
    transition: 0.4s;
    color: #000;
    background: #fff;
    opacity: 0.5;
}

.jatekbonuszok_game__link:hover{
    transition: 0.4s;
    background: #9b8c8c;
    color: #000;
  }
  .jatekbonuszok_work{
    margin-bottom: 80px;
}

.jatekbonuszok_work__title{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-transform: uppercase;
}

.jatekbonuszok_work__header{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.jatekbonuszok_work__name{
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.jatekbonuszok_work__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}

.jatekbonuszok_work__head{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jatekbonuszok_work__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.jatekbonuszok_work__item{
    max-width: 400px;
    border: 1px solid rgba(51, 51, 51, 0.20);
    margin: 0 auto;
}

.jatekbonuszok_work__content{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jatekbonuszok_work__info{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.jatekbonuszok_contact{
    margin-bottom: 40px;
}


.jatekbonuszok_contact__input{
    width: 393px;
    height: 51px;
    border: none;
    padding: 5px 18px;
    border-radius: 4px;
    background: #FFF;
    color: #050505;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.jatekbonuszok_contact__container{
    padding: 40px 20px;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
}

.jatekbonuszok_contact__input::placeholder{
    color: #969696;
}

.jatekbonuszok_contact__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.jatekbonuszok_contact__subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.jatekbonuszok_contact__message{
    resize: none;
    width: 100%;
    height: 67px;
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    background: #FFF;
    color: #050505;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.jatekbonuszok_contact__message::placeholder{
    color: #969696;
}

.jatekbonuszok_contact__label{
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    text-transform: capitalize;
    margin-bottom: 5px;
}

.jatekbonuszok_contact__inner{
    position: relative;
    display: flex;
    flex-direction: column;
}

.jatekbonuszok_contact__wrap{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.jatekbonuszok_contact__box{
    display: flex;
    justify-content: center;
    border-radius: 45px;
    gap: 20px;
}

.jatekbonuszok_contact__btn{
    height: 52px;
    width: 100%;
    border-radius: 4px;
    background: #0D0C0C;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    transition: 0.4s;
}

.jatekbonuszok_contact__btn:hover{
    transition: 0.4s;
    color: #000;
    background: #ac8282;
}


  .jatekbonuszok_contact__block{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact__inner__block{
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.contact__input__number{
    width: 100%;
}

.automatukaraliste_сalendar__placeholder{
    position: absolute;
    font-size: 14px;
    top: 34%;
    left: 0%;
    transform: translate(40%, 0%);
    color: #969696;
    font-size: 20px;
    font-weight: 400;
    pointer-events: none;
    opacity: 0.5;
}


.jatekbonuszok_contact__title{
    color: #FFF;
    text-transform: uppercase;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.jatekbonuszok_contact__header{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.jatekbonuszok_footer{
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
}

.jatekbonuszok_footer__top{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.jatekbonuszok_footer__links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.jatekbonuszok_footer__link{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%; 
    text-transform: uppercase;
}

.jatekbonuszok_footer__link:hover{
    transition: 0.4s;
    text-decoration-line: underline;
    opacity: 0.5;
}

.jatekbonuszok_footer__bottom{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jatekbonuszok_footer__wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.jatekbonuszok_footer__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.jatekbonuszok_footer__phone{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    text-transform: uppercase;
    transition: 0.4s;
}

.jatekbonuszok_footer__phone:hover{
    transition: 0.4s;
    opacity: 0.5;
}

.jatekbonuszok_footer__message{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    text-transform: uppercase;
    transition: 0.4s;
}

.jatekbonuszok_footer__message:hover{
    transition: 0.4s;
    opacity: 0.5;
}

.jatekbonuszok_footer__contact{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.jatekbonuszok_footer__info{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-line: none;
    text-transform: uppercase;
    transition: 0.4s;
}

.jatekbonuszok_footer__info:hover{
    transition: 0.4s;
    text-decoration-line: none;
    opacity: 0.5;
}


.jatekbonuszok_footer__logos{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}


.modal {
    display: none; 
    justify-content: 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__title{
    color: #fff;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    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: 6px;
    background: #0D0C0C;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 550px;
    border-radius: 5px;
}

.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: 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: 405px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #696D68 0%, #CBD3CA 100%);
    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;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #0D0C0C;
    background: #0D0C0C;
    color: #fff;
    font-size: 17px;
    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;
    border-radius: 6px;
    background: #FFF;
    color: #0D0C0C;
    font-size: 17px;
    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);
}

.active__block{
    display: flex;
}
.content__list{
    padding-left: 20px;
}

.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_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: flex;
    justify-content: space-between;
    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; 
}

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.about__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jatekbonuszok_about__content{
    max-width: 610px;
}
.dn{
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: -70px; 
    text-align: center;
    width: 100%;
    display: flex;
    padding-left: 0;
    justify-content: center;
}


.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 100%;
    width: 100%;
    border: none;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer; 
}

/* Цвет активной полоски */
.slick-dots li.slick-active button {
    background: #000;
    transform: scale(1.2);
}

@media (max-width: 1250px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jatekbonuszok_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }

    .jatekbonuszok_header__links{
        display: none;
    }

    .jatekbonuszok_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .jatekbonuszok_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .jatekbonuszok_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .jatekbonuszok_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }
    
    .jatekbonuszok_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: #000;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 66px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: flex; 
    }

    .jatekbonuszok_header__contact{
        display: none;
    }

    .jatekbonuszok_event__item{
        margin: 0 auto;
    }

    .jatekbonuszok_header__block{
        min-height: auto;
    }

    .jatekbonuszok_header__title{
        font-size: 40px;
    }

    .about__wrap{
        flex-direction: column;
        gap: 10px;
    }

    .jatekbonuszok_about__content{
        max-width: 100%;
    }

    .jatekbonuszok_about__box{
        flex-direction: column;
    }

    .jatekbonuszok_about__wrap{
        max-width: 100%;
    }

    .jatekbonuszok_work__wrap{
        
        gap: 20px;
        justify-content: center;
    }


    .jatekbonuszok_contact__box{
        flex-direction: column;
    }

    .jatekbonuszok_work__icons{
        max-width: 24px;
    }

    .jatekbonuszok_contact__icons{
        max-width: 24px;
    }

    .jatekbonuszok_game__link{
        font-size: 20px;
    }

    .jatekbonuszok_contact__images{
        display: flex;
        justify-content: center;
    }

    .jatekbonuszok_contact__container{
        max-width: 100%;
    }

    .jatekbonuszok_contact__wrap{
        max-width: 100%;
        flex-direction: column;
        width: 100%;
    }

    .jatekbonuszok_contact__input{
        width: 100%;
    }

    .jatekbonuszok_contact__inner{
        width: 100%;
    }

    .jatekbonuszok_footer__top{
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start
    }



    .jatekbonuszok_footer__links{
        justify-content: center;
        width: 100%;
    }

    .jatekbonuszok_footer__wrapper{
        justify-content: center;
    }

    .jatekbonuszok_game__item{
        margin: 0 auto;
    }

    .jatekbonuszok_footer__bottom{
        flex-direction: column;
        gap: 40px;
    }

    .jatekbonuszok_footer__contact{
        order: -1;
    }
}


@media (max-width: 575px) {

    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .jatekbonuszok_header__nav{
        padding-left: 16px;
        padding-right: 16px;
    }

    .jatekbonuszok_header__title{
        font-size: 28px;
    }

    .jatekbonuszok_about__img{
        max-width: 24px;
    }

    .jatekbonuszok_event__icons{
        max-width: 24px;
    }

    .jatekbonuszok_game__icons{
        max-width: 24px;
    }

    .jatekbonuszok_header{
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .jatekbonuszok_about__subtitle{
        font-size: 16px;
        line-height: 120%;
    }

    .jatekbonuszok_header__subtitle{
        font-size: 12px;
    }

    .jatekbonuszok_header{
        margin-bottom: 40px;
    }

    .jatekbonuszok_about__box{
        gap: 10px;
    }

    .jatekbonuszok_event__text{
        font-size: 12px;
    }

    .jatekbonuszok_about__title{
        font-size: 24px;
    }

    .jatekbonuszok_about__wrap{
        padding: 20px;
    }

    .jatekbonuszok_about__text{
        font-size: 12px;
    }

    .jatekbonuszok_about{
        margin-bottom: 40px;
    }

    .jatekbonuszok_event__buttons{
        display: none;
    }

    .jatekbonuszok_event__title{
        font-size: 24px;
    }

    .jatekbonuszok_event__subtitle{
        font-size: 16px;
    }

    .jatekbonuszok_game__buttons{
        display: none;
    }


    .jatekbonuszok_event__add{
        font-size: 16px;
    }

    .jatekbonuszok_event{
        margin-bottom: 40px;
    }

    .jatekbonuszok_game__subtitle{
        display: none;
        font-size: 12px;
    }

    .jatekbonuszok_game__add{
        font-size: 16px;
    }

    .jatekbonuszok_game__title{
        font-size: 30px;
    }

    .jatekbonuszok_game{
        margin-bottom: 40px;
    }

    .jatekbonuszok_work__title{
        font-size: 30px;
    }

    .jatekbonuszok_event__text{
        font-size: 12px;
    }

    .jatekbonuszok_event__link{
        font-size: 20px;
    }

    .jatekbonuszok_work{
        margin-bottom: 40px;
    }

    .jatekbonuszok_work__subtitle{
        font-size: 16px;
    }

    .jatekbonuszok_work__head{
        font-size: 18px;
    }

    .jatekbonuszok_event__name{
        font-size: 13px;
    }

    .jatekbonuszok_contact__input{
        width: 100%;
        font-size: 12px;
        height: 32px;
    }

    .jatekbonuszok_game__title{
        font-size: 24px;
    }

    .jatekbonuszok_game__text{
        font-size: 12px;
    }

    .jatekbonuszok_work__title{
        font-size: 24px;
    }

    .jatekbonuszok_work__info{
        font-size: 12px;
    }

    .jatekbonuszok_contact__title{
        font-size: 30px;
    }

    .jatekbonuszok_contact__btn{
        height: 34px;
        font-size: 14px;
    }

    .jatekbonuszok_contact__message{
        font-size: 12px;
    }

    .jatekbonuszok_contact__container{
        padding: 20px 10px;
    }


    .jatekbonuszok_work__name{
        font-size: 18px;
    }

    .jatekbonuszok_game__name{
        font-size: 13px;
    }

    .jatekbonuszok_contact__title{
        font-size: 24px;
    }

    .jatekbonuszok_contact{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jatekbonuszok_contact__wrap{
        padding: 0px;
    }

    .jatekbonuszok_contact__inner{
        width: 100%;
    }

    .jatekbonuszok_contact__form{
        padding: 0px;
    }

    .jatekbonuszok_header__images{
        width: 100%;
        height: 220px;
        overflow: hidden;
        position: relative;
    }

    .jatekbonuszok_header__img{
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        border-radius: 45px;
    }

    .jatekbonuszok_header__inner{
        margin-bottom: 10px;
    }

    .jatekbonuszok_footer__wrap{
        order: 1;
        gap: 10px;
    }

    .jatekbonuszok_footer__bottom{
        gap: 50px;
    }

    .jatekbonuszok_footer__contact{
        gap: 10px;
        
    }

    .jatekbonuszok_footer__links{
        gap: 30px;
        justify-content: flex-start;
    }

    .jatekbonuszok_footer__link{
        font-size: 10px;
    }

    .jatekbonuszok_contact__subtitle{
        font-size: 12px;
    }

    .jatekbonuszok_footer__logos{
        gap: 50px;
    }

    .jatekbonuszok_footer__message{
        font-size: 10px;
    }

    .jatekbonuszok_footer__phone{
        font-size: 10px;
    }


    .jatekbonuszok_footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jatekbonuszok_footer__wrapper{
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .igralnikpro_header__logo{
        max-width: 170px;
    }

    .jatekbonuszok_header__btn{
        width: 140px;
    }

    .header__subtitle{
        font-size: 13px;
    }
    

    .modal__btn{
        font-size: 12px;
    }

    .modal__title{
        font-size: 16px;
    }

    .modal__subtitle{
        font-size: 12px;
    }

    .popupcookie__title{
        font-size: 16px;
    }

    .popupcookie__subtitle{
        font-size: 12px;
    }

    .header__box{
        padding-top: 142px;
        padding-bottom: 142px;
    }

    .header_mod{
        margin-bottom: 0;
        padding-top: 80px;
        padding-bottom: 40px;
    }
}