@font-face {
    font-family: Roboto;
    src: url("../jazztrotteradventures_fonts/jazztrotteradventures_roboto-regular.ttf");
}

@font-face {
    font-family: Revalia;
    src: url("../jazztrotteradventures_fonts/jazztrotteradventures_revalia-regular.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: Roboto;
    background: url("../jazztrotteradventures_img/jazztrotteradventures-body.png") no-repeat center;
    background-size: cover;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.jazztrotteradventures_header__fixed{
    position: fixed;
    z-index: 10000;
    background: rgba(23, 0, 35, 0.80);
    backdrop-filter: blur(15px);
    width: 100%;
    top: 0px;
    left: 0;
}

.jazztrotteradventures_header__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jazztrotteradventures_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 10px;
  }

  .jazztrotteradventures_header__box{
    padding-top: 0px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

  .jazztrotteradventures_header__text{
    color: #F0478D;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
  }

  .jazztrotteradventures_header__age{
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .jazztrotteradventures_header__links{
    display: flex;
    align-items: center;
    gap: 41px;
  }

  .jazztrotteradventures_header__burger{
    display: none;
  }


  .jazztrotteradventures_header__link{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s;
  }

  .jazztrotteradventures_header__link:hover{
    transition: 0.4s;
    opacity: 0.5;
  }




  .jazztrotteradventures_header{
    background: url("../jazztrotteradventures_img/jazztrotteradventures-bg__img.png") no-repeat center;
    background-size: cover;
    padding-bottom: 160px;
    padding-top: 220px;
  }

  .jazztrotteradventures_header_bg{
    background: url("../jazztrotteradventures_img/jazztrotteradventures-body.png") no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .jazztrotteradventures_header__wrap{
    display: flex;
    gap: 20px;
  }
  
  .header__wrap{
    justify-content: center;
  }

  .jazztrotteradventures_header__images{
    display: flex;
  }

  .jazztrotteradventures_header__title{
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Revalia;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    background: linear-gradient(90deg, #9747FF 0%, #F3478A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .jazztrotteradventures_header__head{
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Revalia;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .header__title{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 40px #010013;
    font-family: Revalia;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .jazztrotteradventures_header__span{
    color: #594FFF;
  }

  .jazztrotteradventures_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
  }

  .jazztrotteradventures_header__play{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid #9747FF;
    background: linear-gradient(90deg, #9747FF 0%, #F3478A 100%);
    margin: 0 auto; 
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
  }

  .jazztrotteradventures_header__bg{
    background: rgba(27, 27, 27, 0.60);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .jazztrotteradventures_header__play:hover{
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
    transition: 0.4s;
  }

  .jazztrotteradventures_games{
    padding-bottom: 80px;
  }

  .jazztrotteradventures_games__title{
    color: #FFF;
    font-family: Revalia;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
  }

.jazztrotteradventures_games__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}
.jazztrotteradventures_games__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.jazztrotteradventures_games__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 143px;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
}

.jazztrotteradventures_games__link:hover {
    transition: 0.4s;
    border: 1px solid #594FFF;
    background: #594FFF
}

.jazztrotteradventures_games__item{
    max-width: 220px;
    min-height: 260px;
    position: relative;
}

.jazztrotteradventures_games__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

.jazztrotteradventures_games__btns{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px;
}

.jazztrotteradventures_games__name{
    color: #F1F1F1;
    text-align: center;
    
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.jazztrotteradventures_games__btn{
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90deg, #9747FF 0%, #F3478A 100%);
    transition: 0.4s;
}


.jazztrotteradventures_games__btn:hover{
    background: #fff;
    color: #000;
    transition: 0.4s
}

.games__btn_2{
    border-radius: 10px;
    background: linear-gradient(90deg, #BF1B22 0%, #590D10 100%);
}

.games__btn_3{
    border-radius: 10px;
    background: linear-gradient(90deg, #20C8A6 0%, #106252 100%);
}

.games__btn_4{
    border-radius: 10px;
    background: linear-gradient(90deg, #2EBEE1 0%, #19687B 100%);
}

.games__btn_5{
    border-radius: 10px;
    background: linear-gradient(90deg, #FFDE01 0%, #998501 100%);
}

.jazztrotteradventures_about{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #170023;
    margin-bottom: 80px;
}

.jazztrotteradventures_about__right{
    max-width: 589px;
}
.jazztrotteradventures_about__title {
    color: #FFF;
    font-family: Revalia;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.jazztrotteradventures_about__wrap {
    border-radius: 10px;
    background: #04004A;
    padding: 24px;
    margin-bottom: 10px;
}
.jazztrotteradventures_about__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.jazztrotteradventures_about__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jazztrotteradventures_info{
    padding-top: 80px;
    padding-bottom: 80px;
}

.jazztrotteradventures_info__box{
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.jazztrotteradventures_info__head{
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.jazztrotteradventures_info__text{
    color: #FFF;
    font-family: Revalia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.jazztrotteradventures_faq{
    background: rgba(14, 0, 22, 0.80);
    padding-top: 80px;
    padding-bottom: 80px;
}

.jazztrotteradventures_faq__title{
    color: #FFF;
    font-family: Revalia;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);
  }

  .accordion__header {
    color: #FBF9FA;
    font-family: Revalia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(151, 71, 255, 0.30) 0%, rgba(243, 71, 138, 0.30) 100%);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
  }

  .accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("../jazztrotteradventures_img/jazztrotteradventures-plus.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
  }

  .accordion__item_show .accordion__header::after,
  .accordion__item_slidedown .accordion__header::after {
    background-image: url("../jazztrotteradventures_img/jazztrotteradventures-minus.png");
  }

  .accordion__header:hover {
    background: linear-gradient(90deg, #9747FF 0%, #F3478A 100%);
  }

  .accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .accordion__content {
    color: #CFC9D4;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    padding: 0.75rem 1rem;
    background: linear-gradient(90deg, rgba(151, 71, 255, 0.30) 0%, rgba(243, 71, 138, 0.30) 100%);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
  }

.jazztrotteradventures_footer{
    background: #170023;
    padding-top: 40px;
    padding-bottom: 40px;
}
.jazztrotteradventures_footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.jazztrotteradventures_footer__left {
    max-width: 608px;
    width: 100%;
}
.jazztrotteradventures_footer__head {
    color: #F1F1F1;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
.jazztrotteradventures_footer__text {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 24px;
}
.jazztrotteradventures_footer__right {
    max-width: 608px;
    width: 100%;
}
.jazztrotteradventures_footer__wrappper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.jazztrotteradventures_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}
.jazztrotteradventures_footer__btn {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #FFF;
    transition: 0.4s;
}

.jazztrotteradventures_footer__bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.jazztrotteradventures_footer__box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.jazztrotteradventures_footer__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s;
}
.jazztrotteradventures_footer__links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.jazztrotteradventures_footer__link {
    color: #F1F1F1;
    text-align: center;
    font-family: Revalia;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.jazztrotteradventures_footer__sup {
    color: #F1F1F1;
    text-align: center;
    font-family: Revalia;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.parissympa_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.parissympa_demo__wrapper{
    border-radius: 10px;
    border: 1px solid #060606;
}

.parissympa_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
}

.jazztrotteradventures_players_play{
    width: 100%;
}

.jazztrotteradventures_header__forms{
    border-radius: 20px;
    background: #04004A;
    display: flex;
    padding: 60px;
    align-items: center;
    gap: 80px;
}

.jazztrotteradventures_header__right{
    max-width: 520px;
    width: 100%;
}

.jazztrotteradventures_header_contact__title{
    color: #FFF;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.jazztrotteradventures_header_contact__inner{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.jazztrotteradventures_header_contact__lable{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.jazztrotteradventures_header_contact__form{
    width: 100%;
}

.jazztrotteradventures_header_contact__input{
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.jazztrotteradventures_header_contact__message{
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 24px;
}

.jazztrotteradventures_header_contact__email{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.jazztrotteradventures_header_contact__form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.jazztrotteradventures_header_contact__btn{
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #FFF;
    transition: 0.4s;
}

.jazztrotteradventures_header_contact__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s
}

.jazztrotteradventures_header_form{
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 0;
}

.jazztrotteradventures_players{
    background: #170023;
    padding-top: 80px;
    padding-bottom: 80px;
}
  
  .popup {
    display: none; 
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4); 
}

.popup__box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    backdrop-filter: blur(4.800000190734863px);
    margin: 15% auto; 
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game{
    width: 100%;
    height: 400px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: flex;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



  .modal {
    display: none; 
    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{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-family: Revalia;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    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: 10px;
    background: linear-gradient(90deg, #9747FF 0%, #F3478A 100%);
    font-family: Revalia;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: #020023;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 453px;
    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: 500px;
    border-radius: 10px;
    background: #020023;
    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;
    font-family: Revalia;
    margin-bottom: 10px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1px;
    width: 100%;
    text-transform: uppercase;
}

.popupcookie__subtitle{
    color: #FFF;
    font-size: 14px;
    text-align: center;
    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%;
    font-family: Revalia;
    border-radius: 6px;
    background: linear-gradient(90deg, #9747FF 0%, #F3478A 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid #FFF;
    color: #fff;
    font-family: Revalia;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.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;
}


.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;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.jazztrotteradventures_games__iframes{
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 462px;
    margin-bottom: 20px;
}

.jazztrotteradventures_games__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.jazztrotteradventures_game{
    margin-bottom: 30px;
}

.jazztrotteradventures_game__title{
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 10px;
}

.jazztrotteradventures_game__text{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.jazztrotteradventures_game__list{
    padding-left: 20px;
}


.game__list{
    list-style: none;
}

.jazztrotteradventures_game__info{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.jazztrotteradventures_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}





@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .jazztrotteradventures_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        justify-content: space-between;
    }

    .jazztrotteradventures_header{
        padding-top: 260px;
    }

    .jazztrotteradventures_header_bg{
        padding-top: 140px;
        padding-bottom: 24px;
      }

    .jazztrotteradventures_about__box{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .jazztrotteradventures_about__left{
        order: 1;
    }

    .jazztrotteradventures_about__right{
        max-width: 100%;
    }

    .jazztrotteradventures_info__box{
        flex-direction: column;
    }

    .jazztrotteradventures_footer__top{
        flex-direction: column;
    }

    .jazztrotteradventures_footer__left{
        max-width: 100%;
    }

    .jazztrotteradventures_footer__links{
        flex-wrap: wrap;
        gap: 40px;
    }

    .jazztrotteradventures_header__title{
        font-size: 38px;
    }

    .jazztrotteradventures_footer__wrappper{
        flex-direction: column;
    }

    .jazztrotteradventures_footer__input{
        width: 100%;
    }

    .jazztrotteradventures_footer__btn{
        width: 100%
    }

    .jazztrotteradventures_header__forms{
        flex-direction: column;
    }

    .jazztrotteradventures_header__left{
        order: 1;
    }

    .jazztrotteradventures_header__right{
        max-width: 100%;
    }

    .jazztrotteradventures_header__forms{
        padding: 20px;
    }


    .jazztrotteradventures_header__title{
        font-size: 28px;
    }

    .jazztrotteradventures_header__head{
        font-size: 38px;
    }

    .jazztrotteradventures_footer__box{
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .jazztrotteradventures_header__nav{
        padding-left: 16px;
        padding-right: 16px;
    }

    .jazztrotteradventures_header__title{
        font-size: 24px;
    }

    .jazztrotteradventures_header{
        padding-top: 100px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .jazztrotteradventures_header__subtitle{
        font-size: 18px;
    }

    .jazztrotteradventures_header__play{
        width: 100%;
        font-size: 12px;
    }

    .jazztrotteradventures_games__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .jazztrotteradventures_games__subtitle{
        font-size: 14px;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .jazztrotteradventures_games__items{
        margin-bottom: 16px;
        gap: 16px;
    }

    .jazztrotteradventures_games__link{
        width: 100%;
    }

    .jazztrotteradventures_games__name{
        font-size: 10px;
    }

    .jazztrotteradventures_games__btn{
        width: 100%;
        font-size: 10px;
        padding: 10px;
    }

    .jazztrotteradventures_games__sub{
        margin-bottom: 24px;
    }

    .jazztrotteradventures_games__link{
        font-size: 12px;
        padding: 10px 20px;
    }

    .jazztrotteradventures_games{
        padding-bottom: 40px;
    }

    .jazztrotteradventures_about{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .jazztrotteradventures_about__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .jazztrotteradventures_about__wrap{
        padding: 12px;
    }

    .jazztrotteradventures_about__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .jazztrotteradventures_about__box{
        gap: 16px;
    }

    .jazztrotteradventures_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jazztrotteradventures_info__text{
        font-size: 12px;
    }

    .jazztrotteradventures_info__head{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .jazztrotteradventures_footer__wrappper{
        gap: 12px;
    }

    .jazztrotteradventures_footer__links{
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .jazztrotteradventures_header_bg{
        padding-top: 0px;
        padding-bottom: 24px;
      }

      .jazztrotteradventures_header_form{
        padding-bottom: 40px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .jazztrotteradventures_header__forms{
        padding: 16px;
        gap: 40px;
    }

    .jazztrotteradventures_header_contact__title{
        margin-bottom: 16px;
    }

    .jazztrotteradventures_header_contact__inner{
        margin-bottom: 16px;
    }

    .jazztrotteradventures_header_contact__input{
        margin-bottom: 12px;
    }

    .jazztrotteradventures_header_contact__message{
        margin-bottom: 16px;
    }

    .jazztrotteradventures_header_contact__btn{
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .jazztrotteradventures_faq__title{
        font-size: 16px;
    }

    .jazztrotteradventures_header__title{
        font-size: 16px;
        margin-bottom: 8px;
    }

    .jazztrotteradventures_header__head{
        font-size: 18px;
        margin-bottom: 16px;
        color: #FFF;
        -webkit-text-stroke-width: 0px;
    }

    .jazztrotteradventures_header__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .jazztrotteradventures_header__text{
        font-size: 10px;
        text-align: center;
    }

    .jazztrotteradventures_header__bg{
        padding-bottom: 16px;
    }

    .accordion__header{
        font-size: 14px;
    }

    .accordion__content{
        font-size: 12px;
    }

    .jazztrotteradventures_header_bg{
        padding-top: 140px;
        padding-bottom: 24px;
      }

      .header__title{
        font-size: 30px;
      }

      .jazztrotteradventures_players{
        padding-top: 40px;
        padding-bottom: 40px;
      }
}