

@font-face {
    font-family: istokweb;
    src: url("../mega_jackpott_fonts/mega_jackpott_istokweb-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;
  }

  #confirmButton {
    border-radius: 30px;
    background: #1C2065;
    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;
}

  img {
    max-width: 100%;
  }
  
  body{
    font-family: istokweb;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.mega_jackpott_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #0C0C0C;
    top: 0px;
    left: 0;
}

.mega_jackpott_header__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mega_jackpott_header__box{
    padding-top: 100px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFF;
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }

  .mega_jackpott_header{
    padding-top: 20px;
    padding-bottom: 30px;
    background: linear-gradient(0deg, #0C0C0C 0%, #001C45 50%, #0C0C0C 100%);
}


  .mega_jackpott_header__links{
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 0px;
  }

  .mega_jackpott_header__burger{
    display: none;
  }

  .mega_jackpott_header__wrap{
    background: url("../mega_jackpott_img/mega-jackpott-header-background.webp") no-repeat center right;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header__wrap_1{
    background: url("../mega_jackpott_img/mega-jackpott-game-image-1.webp") no-repeat center right;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .header__wrap_2{
    background: url("../mega_jackpott_img/mega-jackpott-game-image-2.webp") no-repeat center right;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .header__wrap_3{
    background: url("../mega_jackpott_img/mega-jackpott-game-image-3.webp") no-repeat center right;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .header__wrap_4{
    background: url("../mega_jackpott_img/mega-jackpott-game-image-4.webp") no-repeat center right;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mega_jackpott_header__block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 907px;
  }

  .mega_jackpott_header__link{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .mega_jackpott_header__link:hover{
    border-radius: 20px;
    background: #002A4F;
      transition: 0.4s;
  }

  .mega_jackpott_header__title{
    font-size: 34px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }

  .mega_jackpott_header__inner{
    padding: 10px;
    border-radius: 20px;
    background: #002A4F;
    width: auto
  }

  .mega_jackpott_header__subtitle{
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
  }

  .mega_jackpott_header__subtitle:last-child{
    margin-bottom: 0;
  }

.mega_jackpott_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.mega_jackpott_header__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
}
.mega_jackpott_header__btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    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: 209px;
    padding: 16px 65px;
    border-radius: 50px;
    border: 2px solid #FFF;
    background: linear-gradient(90deg, #E60004 0%, #005CC4 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mega_jackpott_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.mega_jackpott_info {
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
    padding-top: 30px;
    padding-bottom: 30px;
}
.mega_jackpott_info__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.mega_jackpott_info__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.mega_jackpott_game {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
}
.mega_jackpott_game__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.mega_jackpott_game__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
    margin-bottom: 20px;
}
.mega_jackpott_game__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.mega_jackpott_game__item {
    max-width: 290px;
    width: 100%;
}
.mega_jackpott_game__name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.mega_jackpott_game__img {
    margin-bottom: 15px;
}
.mega_jackpott_game__number {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.mega_jackpott_game__stars {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-bottom: 15px;
}
.mega_jackpott_game__start {
    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration-line: underline;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    padding: 10px 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    transition: 0.4s;
}

.mega_jackpott_game__start:hover {
    background: #fff;
    color: #000;
    transition: 0.4s;
}

.mega_jackpott__glare {
    opacity: 0.8;
    position: absolute;
    top: -100px;
    left: -100px;
    display: block;
    background: #fff;
    width: 40px;
    height: 300px;
    transition: all 0.1s;
    transform: rotate(45deg);
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-name: slide;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes slide {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  30%, 100% {
    transform: translateX(450px) rotate(45deg);
  }
}
    
.mega_jackpott_game__link {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 186px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #002A4F;
    margin: 0 auto;
    transition: 0.4s;
}


.mega_jackpott_game__link:hover {
    background: #fff;
    color: #000;
    transition: 0.4s;
}

.mega_jackpott_features {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
}
.mega_jackpott_features__wrap {
    background: url("../mega_jackpott_img/mega-jackpott-features-background.webp") no-repeat center right 200px;
}
.mega_jackpott_features__content {
    max-width: 608px;
    width: 100%;
}
.mega_jackpott_features__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.mega_jackpott_features__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
}
.mega_jackpott_features__items {
    padding-left: 20px;
}
.mega_jackpott_features__item {
    color: #F1F1F1;

    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.mega_jackpott_advantages {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
}
.mega_jackpott_advantages__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.mega_jackpott_advantages__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.mega_jackpott_advantages__item {
    max-width: 608px;
    width: 100%;
}
.mega_jackpott_advantages__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.mega_jackpott_advantages__text {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
}





.mega_jackpott_comparison {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
}
.mega_jackpott_comparison__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.mega_jackpott_comparison__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.mega_jackpott_comparison__item {
    max-width: 608px;
    width: 100%;
}
.mega_jackpott_comparison__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.mega_jackpott_comparison__text {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
}

.mega_jackpott_faq {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
}
.mega_jackpott_faq__wrap {
    background: url("../mega_jackpott_img/mega-jackpott-faq-background.webp") no-repeat center right;
}
.mega_jackpott_faq__content {
    max-width: 608px;
    width: 100%
}
.mega_jackpott_faq__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.mega_jackpott_faq__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}
.mega_jackpott_faq__item {
    padding: 10px;
    border-radius: 20px;
    background: #002A4F;
}
.mega_jackpott_faq__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.mega_jackpott_faq__text {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
}

.mega_jackpott_footer {
    background: #002A4F;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mega_jackpott_footer__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.mega_jackpott_footer__left {
    max-width: 608px;
    width: 100%;
}
.mega_jackpott_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.mega_jackpott_footer__info {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 186px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #0C0C0C;
    margin-bottom: 15px;
    transition: 0.4s;
}
.mega_jackpott_footer__info:hover {
    transition: 0.4s;
    background: #FDB31A
}
.mega_jackpott_footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.mega_jackpott_footer__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}
.footer__list{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer__list::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    background: url("../mega_jackpott_img/mega-jackpott-footer-age.webp") no-repeat center;
}
.mega_jackpott_footer__link:hover {
    transition: 0.4s;
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mega_jackpott_footer__right {
    max-width: 608px;
    width: 100%;
}
.mega_jackpott_footer__head {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.mega_jackpott_footer__btn {
    color: #101010;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 120%; /* 15.6px */
    text-transform: uppercase;
    display: flex;
    padding: 5px 20px;
    width: 223px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(0deg, #FDB31A 0%, #FBDB0D 100%);
    transition: 0.4s;
}

.mega_jackpott_footer__btn:hover {
    transition: 0.4s;
    background: #0C0C0C;
    color: #F1F1F1;
}


.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;
  }

  .main{
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.header__img_mob{
    display: none;
}



.mega_jackpott_demo__wrapper{
    border: 1px solid #002A4F;
    border-radius: 20px;
}

.mega_jackpott_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 600px;
}

.mega_jackpott_demo__content{
    width: 100%;
}

.mega_jackpott_demo__start{
    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;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.mega_jackpott_demo__play{
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.mega_jackpott_demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mega_jackpott_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mega_jackpott_demo{
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #0C0C0C 19.6%, #001C45 50.48%, #0C0C0C 92.54%);
}


.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.slick-dots {
    position: absolute;
    bottom: -30px; 
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 100%;
    width: 100%;
    border: none;
    cursor: pointer;

    background: #002A4F;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer; 
}

/* Цвет активной полоски */
.slick-dots li.slick-active button {
    background: #fff;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.mega_jackpott_demo__title{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 30px;
    text-transform: uppercase;
}

.mega_jackpott_demo__wrapper{
    border: 1px solid #363636;
}

.mega_jackpott_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 600px;
}

.mega_jackpott_demo__content{
    width: 100%;
}

.mega_jackpott_demo__start{
    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;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.mega_jackpott_demo__play{
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.mega_jackpott_demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mega_jackpott_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mega_jackpott_demo{
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mega_jackpott_header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mega_jackpott_header__links{
        display: none;
    }

    .mega_jackpott_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 22px;
    }

    /* Эффект перекрестия */
    .mega_jackpott_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;
    }
    
    .mega_jackpott_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .mega_jackpott_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
            -ms-transform-origin: 5px;
                transform-origin: 5px;
    }
    
    .mega_jackpott_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 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;
        -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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
        background: #0C0C0C;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 60px; 
        left: 0;
        width: 100%;
    
        border-radius: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }

    .mega_jackpott_header__block{
        max-width: 55vw;
    }

    .mega_jackpott_header__box {
        padding-top: 70px;
    }

    .mega_jackpott_features__content{
        max-width: 70vw;
    }

    .mega_jackpott_features__wrap {
        background: url(../mega_jackpott_img/mega-jackpott-features-background.webp) no-repeat center right;
    }

    .mega_jackpott_advantages__item{
        max-width: 100%;
    }

    .mega_jackpott_comparison__item{
        max-width: 100%;
    }

    .mega_jackpott_faq__content{
        max-width: 48vw;
    }

    .mega_jackpott_footer__left{
        max-width: 100%;
    }

    .mega_jackpott_footer__right{
        max-width: 100%
    }
}
@media (max-width: 768px) {
    .mega_jackpott_header__wrap {
        background: url(../mega_jackpott_img/mega-jackpott-header-background.webp) no-repeat center bottom;
        background-size: 280px;
        padding-top: 0px;
        padding-bottom: 320px;
    }
    
    .header__wrap_1{
        background: url("../mega_jackpott_img/mega-jackpott-game-image-1.webp") no-repeat center bottom;
        background-size: 280px;
        padding-top: 0px;
        padding-bottom: 320px;
    }
    
    .header__wrap_2{
        background: url("../mega_jackpott_img/mega-jackpott-game-image-2.webp") no-repeat center bottom;
        background-size: 280px;
        padding-top: 0px;
        padding-bottom: 320px;
    }
    
    .header__wrap_3{
        background: url("../mega_jackpott_img/mega-jackpott-game-image-3.webp") no-repeat center bottom;
        background-size: 280px;
        padding-top: 0px;
        padding-bottom: 320px;
    }
    
    .header__wrap_4{
        background: url("../mega_jackpott_img/mega-jackpott-game-image-4.webp") no-repeat center bottom;
        background-size: 280px;
        padding-top: 0px;
        padding-bottom: 320px;
    }

    .mega_jackpott_header__inner{
        width: 100%;
    }

    .mega_jackpott_header__block{
        max-width: 100%;
    }

    .mega_jackpott_features__wrap {
        background: url(../mega_jackpott_img/mega-jackpott-features-background.webp) no-repeat center bottom;
        padding-bottom: 250px;
    }

    .mega_jackpott_header__block{
        align-items: center;
    }

    .mega_jackpott_features__content{
        max-width: 100%;
    }

    .mega_jackpott_faq__wrap {
        background: url(../mega_jackpott_img/mega-jackpott-faq-background.webp) no-repeat center bottom;
        background-size: 280px;
        padding-bottom: 320px;
    }

    .mega_jackpott_faq__content{
        max-width: 100%;
    }

    .mega_jackpott_footer__left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .mega_jackpott_footer__right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer__list{
        flex-direction: column;
    }

    .mega_jackpott_footer__links{
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .mega_jackpott_header__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .mega_jackpott_header__title{
        text-align: center;
        font-size: 20px;
    }

    .mega_jackpott_header__subtitle{
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mega_jackpott_info__title{
        font-size: 16px;
        text-align: center;
    }

    .mega_jackpott_info__subtitle{
        font-size: 14px;
        text-align: center;
    }

    .mega_jackpott_game__title{
        font-size: 16px;
        text-align: center;
    }

    .mega_jackpott_game__subtitle{
        font-size: 14px;
        text-align: center;
    }

    .mega_jackpott_features__title{
        font-size: 16px;
        text-align: center;
    }

    .mega_jackpott_features__subtitle{
        font-size: 14px;
        text-align: center;
    }

    .mega_jackpott_features__item{
        font-size: 14px;
    }

    .mega_jackpott_advantages__title{
        font-size: 16px;
        text-align: center;
    }

    .mega_jackpott_advantages__head{
        text-align: center;
        font-size: 14px;
    }

    .mega_jackpott_advantages__text{
        font-size: 14px;
        text-align: center;
    }

    .mega_jackpott_comparison__title{
        font-size: 16px;
        text-align: center;
    }

    .mega_jackpott_comparison__head{
        text-align: center;
        font-size: 14px;
    }

    .mega_jackpott_comparison__text{
        font-size: 14px;
        text-align: center;
    }

    .mega_jackpott_faq__title{
        text-align: center;
        font-size: 16px;
    }

    .mega_jackpott_faq__head{
        font-size: 14px;
        text-align: center;
    }

    .mega_jackpott_faq__text{
        text-align: center;
        font-size: 14px;
    }

    .mega_jackpott_footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mega_jackpott_game__item {
        max-width: 100%;
        width: 100%;
    }

    .mega_jackpott_game__inner{
        max-width: 290px;
        margin: 0 auto;
    }

    .mega_jackpott_game{
        padding-bottom: 60px;
    }

    .mega_jackpott_game__start{
        font-size: 16px;
    }

    .mega_jackpott_demo__wrapper{
        padding-top: 400px;
    }

    .mega_jackpott_demo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.popupgame {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popupgame.active {
  opacity: 1;
  visibility: visible
}

.popupgame.active .popupgame__iframe {
  opacity: 1
}

.popupgame__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popupgame__content {
  overflow: auto; 
  border-radius: 10px;
  padding: 30px;
  width: 1240px;
  position: relative;
  z-index: 2;
  margin: auto;
  background: #000
}

@media (max-width:1320px) {
  .popupgame__content {
    padding: 30px 20px;
    width: 95%
  }
}

@media (max-width:600px) {
  .popupgame__content {
    padding: 20px 10px
  }
}

.popupgame__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.popupgame__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popupgame__top-left span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.popupgame__exit { 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .popupgame__exit:hover {
    opacity: .5
  }
}

.popupgame__exit:focus-visible {
  opacity: .5
}

.popupgame__exit:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupgame__iframe {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 600px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out .5s;
  transition: opacity .3s ease-in-out .5s
}

@media (max-width:991px) {
  .popupgame__iframe {
    height: 500px
  }
}

@media (max-width:600px) {
  .popupgame__iframe {
    height: 400px
  }
}