

@font-face {
    font-family: Montserrat;
    src: url("../jackpottwins_fonts/jackpottwins-montserrat-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;
}

  canvas {
    display: block;
    vertical-align: bottom;
    height: 950px !important;
  } /* ---- particles.js container ---- */
  #particles-js {
    position: fixed;
    width: 100%;
    height: 100% !;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
    z-index: -1;
  }


  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: Montserrat;
    background: -o-linear-gradient(315deg, #424b97, #6b30a9, #8226ce);
    background: linear-gradient(135deg, #424b97, #6b30a9, #8226ce);
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.jackpottwins_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0px;
    left: 0;
}

.jackpottwins_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;
  }

  .jackpottwins_header__box{
    padding-top: 120px;
  }

  .header__link__logo{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }

  .jackpottwins_header{
    padding-top: 40px;
    padding-bottom: 100px;
}


  .jackpottwins_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 30px;
  }

  .jackpottwins_header__burger{
    display: none;
  }

  .jackpottwins_header__link{
    color: #FFF;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .jackpottwins_header__link:hover{
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      opacity: 0.5;
  }

  .header__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .header__link_1{
    padding: 10px 30px;
    border: 1px solid #1E1E1E;
    background: #FFF;
    color: #000;
    font-weight: 800;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .header__link_2{
    padding: 10px 20px;
    border: 1px solid #FFF;
    font-weight: 800;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .header__link_1:hover{
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      background: #1E1E1E;
  }

  .header__link_2:hover{
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      background: #1E1E1E;
  }

  .jackpottwins_header__title{
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
  }

  .jackpottwins_header__subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }

.jackpottwins_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.jackpottwins_header__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
}
.jackpottwins_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;
    background: -webkit-gradient(linear, left top, right top, from(#32ACE1), to(#A559FF));
    background: -o-linear-gradient(left, #32ACE1 0%, #A559FF 100%);
    background: linear-gradient(90deg, #32ACE1 0%, #A559FF 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jackpottwins_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

  .jackpottwins_header{
    padding-top: 40px;
  }


  .slick-prev, .slick-next {
    display: none !important; 
}

.jackpottwins_about {
    padding-top: 50px;
    padding-bottom: 50px;
}
.jackpottwins_about__title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_about__subtitle {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_about__items {
    padding-left: 0;
    list-style: none;
    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: 20px;
}
.jackpottwins_about__item {
    max-width: 295px;
    min-height: auto;
    padding: 10px 20px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
            box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}
.jackpottwins_about__head {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.54px;
    margin-bottom: 5px;
}
.jackpottwins_about__text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.48px;
}

.jackpottwins_info {
    padding-bottom: 50px;
}
.jackpottwins_info__wrap {
    background: url("../jackpottwins_img/jackpottwins-about-background.webp") no-repeat center right;
}
.jackpottwins_info__content {
    max-width: 925px;
    width: 100%;
}
.jackpottwins_info__title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_info__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.jackpottwins_disclaimer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #C53506;
}
.jackpottwins_disclaimer__title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}
.jackpottwins_disclaimer__items {
    padding-left: 0;
    list-style: none;
    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: 20px;
    margin-bottom: 50px;
}
.jackpottwins_disclaimer__item {
    max-width: 295px;
    min-height: 242px;
    padding: 10px 20px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.jackpottwins_disclaimer__head {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: -0.54px;
    margin-bottom: 5px;
}
.jackpottwins_disclaimer__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; 
    letter-spacing: -0.48px;
}
.jackpottwins_disclaimer__info {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 15px;
}

.jackpottwins_play {
    padding-top: 50px;
    padding-bottom: 50px;
}
.jackpottwins_play__title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_play__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_play__wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.jackpottwins_play__img {
    margin-bottom: 10px;
}
.jackpottwins_play__name {
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}
.jackpottwins_play__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 10px 0px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#32ACE1), to(#A559FF));
    background: -o-linear-gradient(left, #32ACE1 0%, #A559FF 100%);
    background: linear-gradient(90deg, #32ACE1 0%, #A559FF 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jackpottwins_play__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.jackpottwins_footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.jackpottwins_footer__wrap {
    background: url("../jackpottwins_img/jackpottwins-footer-age.webp") no-repeat center right;
}
.jackpottwins_footer__content {
    max-width: 921px;
    width: 100%;
}
.jackpottwins_footer__title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_footer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.jackpottwins_footer__line {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.jackpottwins_footer__line:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.jackpottwins_footer__sup {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.jackpottwins_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
}
.jackpottwins_footer__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jackpottwins_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
    opacity: 0.5;
}

.jackpottwins_contact {
    padding-top: 50px;
    padding-bottom: 50px;
}
.jackpottwins_contact__wrap {
    max-width: 600px;
    margin: 0 auto;
}
.jackpottwins_contact__title {
    font-size: 36px;
    font-weight: 800;
    color: #FFF;
    line-height: 100%; 
    margin-bottom: 40px;
}
.jackpottwins_contact__form {
    width: 100%;
    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;
}
.jackpottwins_contact__label {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.jackpottwins_contact__input {
    height: 47px;
    padding: 15px 10px 15px 20px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.jackpottwins_contact__btn {
    width: 100%;
    padding: 15px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#32ACE1), to(#A559FF));
    background: -o-linear-gradient(left, #32ACE1 0%, #A559FF 100%);
    background: linear-gradient(90deg, #32ACE1 0%, #A559FF 100%);
    border: none;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jackpottwins_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.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: 60px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: 29px 43px 40px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 29px 43px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 60px;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title{
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.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__text{
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


.modal_form__label{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__input{
    border: none;
    border: 1px solid #FFF;
    background: #3E3E3E;
    padding: 15px 10px 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.modal_form__btn{
    padding: 15px 20px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#32ACE1), to(#A559FF));
    background: -o-linear-gradient(left, #32ACE1 0%, #A559FF 100%);
    background: linear-gradient(90deg, #32ACE1 0%, #A559FF 100%);
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    font-weight: 800;
    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: 40px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
}


.modal_form__close1{
    position: absolute;
    right: 40px;
    top: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
}

.jackpottwins_contact__messages{
    display: none;
    color: #fff;
    margin-top: 20px;
}

.jackpottwins_contact__messagess{
    display: none;
    color: #fff;
    margin-top: 20px;
}


.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;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 20px;
    color: #4E4E4E;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.modal__titleadd{
    margin: 0;
    margin-bottom: 10px;
    color: #4E4E4E;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center; 
}

.modal__text{
    margin: 0;
    margin-bottom: 20px;
    color: #4E4E4E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #4E4E4E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    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:none;
    border-radius: 30px;
    border: 1px solid #1E1E1E;
    background: -webkit-gradient(linear, right top, left top, from(#25428C), color-stop(50%, #182A59), to(#25428C));
    background: -o-linear-gradient(right, #25428C 0%, #182A59 50%, #25428C 100%);
    background: linear-gradient(270deg, #25428C 0%, #182A59 50%, #25428C 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 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:none;
    border-radius: 13px;
    border: 1px solid #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);
    color: #FFF;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__link:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btns{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}


.modal__content {
    position: relative;
    top: 0%;
    background: #FFF;
    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: 50px 20px;
    max-width: 540px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_form_contact__checkbox {
    opacity: 0;
    position: absolute
}
.modal_form_contact__labels {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #4E4E4E;
    font-weight: 400
}

.modal_form_contact__labels:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #999397;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal_form_contact__checkbox:checked+.modal_form_contact__labels:before {
    background-color: #fff;
    border-color: #999397
}

.modal_form_contact__labels:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 20%;
    width: 14px;
    height: 20px;
    border: solid #999397;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
    -ms-transform: translateY(-50%) rotate(45deg) scale(0);
    transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.modal_form_contact__checkbox:checked+.modal_form_contact__labels:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1);
    transform: translateY(-50%) rotate(45deg) scale(1)
}

.modal_form_contact__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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%;
    padding-top: 32px;
    padding-bottom: 32px;
}


.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: 540px;
    background: #FFF;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #4E4E4E;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #4E4E4E;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #1E1E1E;
    background: -webkit-gradient(linear, right top, left top, from(#25428C), color-stop(50%, #182A59), to(#25428C));
    background: -o-linear-gradient(right, #25428C 0%, #182A59 50%, #25428C 100%);
    background: linear-gradient(270deg, #25428C 0%, #182A59 50%, #25428C 100%);
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
    -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;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    border-radius: 20px;
    border: 2px solid #4E4E4E;
    color: #4E4E4E;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.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: 20px;
    background: #FFF;
    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;
    border-radius: 4px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    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: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}

.header__img_mob{
    display: none;
}

.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: 4px;
background: #292C2F;
    margin: 15% auto; 
    padding: 15px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.popup__game{
    border-radius: 4px;
    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: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.jackpottwins_demo__title{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 30px;
    text-transform: uppercase;
}

.jackpottwins_demo__wrapper{
    border-radius: 10px;
    border: 1px solid #fff;
}

.jackpottwins_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 600px;
    border-radius: 20px;
}

.jackpottwins_demo__content{
    width: 100%;
}

.jackpottwins_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%;
}


.jackpottwins_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;
}


.jackpottwins_demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jackpottwins_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.jackpottwins_demo{
    margin-bottom: 0px;
}


.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jackpottwins_header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jackpottwins_header__links{
        display: none;
    }

    .jackpottwins_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;
    }

    .jackpottwins_header__title{
        font-size: 38px;
    }

    /* Эффект перекрестия */
    .jackpottwins_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;
    }
    
    .jackpottwins_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .jackpottwins_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;
    }
    
    .jackpottwins_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: 15px;
        background: rgba(0, 0, 0, 0.30);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 54px; 
        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; 
    }

    .header__img_mob{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc{
        display: none;
    }

    .jackpottwins_info__content{
        max-width: 55vw;
    }

    .jackpottwins_info__title{
        font-size: 30px;
    }

    .jackpottwins_info__subtitle{
        font-size: 14px;
    }

    .jackpottwins_footer__content{
        max-width: 70vw;
    }
}


@media (max-width: 768px) {
    .jackpottwins_info__wrap {
        background: url(../jackpottwins_img/jackpottwins-about-background.webp) no-repeat center bottom;
        padding-bottom: 290px;
    }

    .jackpottwins_info__content{
        max-width: 100%;
    }

    .jackpottwins_footer__wrap {
        background: url(../jackpottwins_img/jackpottwins-footer-age.webp) no-repeat left top;
        padding-top: 60px;
    }

    .jackpottwins_footer__content{
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .jackpottwins_header__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .jackpottwins_demo__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .modal__title{
        font-size: 20px;
    }
    
    .modal__subtitle{
        font-size: 12px;
    }

    .modal__btn{
        padding: 10px;
        font-size: 14px;
    }

    .modal__link{
        padding: 10px;
        font-size: 14px;
    }

    .jackpottwins_demo__wrapper{
        padding-top: 500px;
    }

    .jackpottwins_demo__start{
        min-height: 239px;
    }

    .contact__form{
        gap: 16px;
    }


    .modal_form__content{
        padding: 10px;
    }


    .jackpottwins_contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .jackpottwins_contact__title{
        text-align: center;
        font-size: 24px;
    }

    .jackpottwins_header__box {
        padding-top: 30px;
    }

    .jackpottwins_header__title{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .jackpottwins_header__subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .jackpottwins_header__info{
        font-size: 12px;
    }

    .jackpottwins_header{
        padding-bottom: 46px;
    }

    .jackpottwins_header__items{
        margin-bottom: 10px;
    }

    .jackpottwins_header__btn{
        padding: 10px 0px;
        font-size: 12px;
    }

    .jackpottwins_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jackpottwins_about__title{
        font-size: 20px;
    }

    .jackpottwins_about__items{
        gap: 10px;
    }

    .jackpottwins_info__title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .jackpottwins_info {
        padding-bottom: 40px;
    }

    .jackpottwins_disclaimer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jackpottwins_disclaimer__title{
        font-size: 20px;
    }

    .jackpottwins_disclaimer__items{
        gap: 10px;
    }

    .jackpottwins_disclaimer__items{
        margin-bottom: 20px;    
    }

    .jackpottwins_play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jackpottwins_play__title{
        font-size: 20px;
    }

    .jackpottwins_footer__title{
        font-size: 18px;
        text-align: center;
    }

    .jackpottwins_footer__links{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}