@font-face {
  font-family: Poppins;
  src: url(/nz_jackpotjunkies-assets/nz_jackpotjunkies-fonts/nz_jackpotjunkies-poppins-regular.woff2);
}  
  
@font-face {
  font-family: Aclonica;
  src: url(/nz_jackpotjunkies-assets/nz_jackpotjunkies-fonts/nz_jackpotjunkies-aclonica-regular.woff2);
}
  :root {
    --font-family: "Poppins", sans-serif;
    --second-family: "Aclonica", sans-serif;  

    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 18px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));

    --footer-container-width: 1160px;
    --footer-container-step: 20px;
    --footer-container-step-tablet: 18px;
    --footer-container-step-mobile: 16px;
    --footer-container: calc(var(--footer-container-width) + (var(--footer-container-step) * 2));
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: url(/nz_jackpotjunkies-assets/nz_jackpotjunkies-img/nz_jackpotjunkies-body_background.webp);
    background-size: cover;
    background-position: center;
  }
  
  .nz_jackpotjunkies-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  @media (max-width: 991px) {
    .nz_jackpotjunkies-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .nz_jackpotjunkies-container {
      padding: 0 var(--container-step-mobile);
    }
  }


  footer .nz_jackpotjunkies-container {
    max-width: var(--footer-container);
    margin: 0 auto;
    padding: 0 var(--footer-container-s1tep);
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  @media (max-width: 991px) {
    footer .nz_jackpotjunkies-container {
      padding: 0 var(--footer-container-step-mobile);
    }
  }
  
  @media (max-width: 600px) {
    footer .nz_jackpotjunkies-container {
      padding: 0 var(--footer-container-step-mobile);
    }
  }
  
  h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }

  img{
    min-width: 0px;
  }

  @media (max-width: 991px) {
    h1 {
      font-size: 43px;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 36px;
      text-align: start;
    }
  }
  
  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 34px;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 26px;
      text-align: start;
    }
  }
  
  h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }
  
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 600px) {
    p {
        font-size: 14px;
        text-align: start;
    }
  }
  
  ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
  }
  
  a {
    text-decoration: none;
    color: unset;
  }
  
  section {
    padding: 40px 0px;
    width: 100%;
    margin: auto;
  }
  
  @media (max-width: 600px) {
    section {
      padding: 20px 0px;
    }
  }

  .nz_jackpotjunkies-content-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 #eb2e2e;
    background: linear-gradient(180deg, #140047 0%, #202092 100%);
  }
  

  .nz_jackpotjunkies-btn{
    box-shadow: inset 0 0 10px 0 #8a000e;
    background: #eb2e2e;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    padding: 12px 83.5px;
    border-radius: 10px;
    border: 0px;
  }

  header{
    padding: 14px 0px;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #140047 0%, #202092 100%);
  }

  header .nz_jackpotjunkies-container{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  header ul{
    flex-direction: row;
    gap: 40px;
    padding: 2px 0px;
  }

  header a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }

  header li.nz_jackpotjunkies-active a{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: #fff;
  }

  .nz_jackpotjunkies-hero_section{
    padding-top: 100px;
  }

  .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-text-content{
    max-width: 666px;
    padding-right: 35px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }

  .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-text-content p{
    font-size: 18px;
  }

  .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-content-container{
    padding-right: 0px;
    position: relative;
  }

  .nz_jackpotjunkies-hero_section img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    pointer-events: none;
  }

  .nz_jackpotjunkies-about_game .nz_jackpotjunkies-content-container{
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    justify-content: center;
  }

  .nz_jackpotjunkies-about_game img{
    max-width: 452px;
    width: 100%;
    border-radius: 30px;
    flex: 1;
  }

  .nz_jackpotjunkies-about_game .nz_jackpotjunkies-text-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    max-width: 668px;
    flex: 1;
  }

  .nz_jackpotjunkies-about_us_content_container{
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nz_jackpotjunkies-about_us_content_container p{
    text-align: center;
  }

  .nz_jackpotjunkies-contact_us_section picture{
    overflow: hidden;
    align-self: center;
    border-radius: 30px;
    max-width: 574px;
    flex: 1;
  }

  .nz_jackpotjunkies-contact_us_section .nz_jackpotjunkies-text-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 546px;
    gap: 24px;
    flex: 1;
  }

  .nz_jackpotjunkies-contact_us_section h2{
    margin-bottom: 24px;
  }

  .nz_jackpotjunkies-email{
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
  }

  .nz_jackpotjunkies-email img{
    width: 24px;
    height: 24px;
  }

  .nz_jackpotjunkies-contact_us_section form{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .nz_jackpotjunkies-contact_us_section label{
    display: flex;
    flex-direction: column;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    width: 100%;
    gap: 8px;
  }

  .nz_jackpotjunkies-contact_us_section input{
    border-radius: 10px;
    padding: 14px 16px;
    box-sizing: border-box;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background: rgba(213, 155, 255, 0.2);
    border: 0px;
  }
  

  .nz_jackpotjunkies-contact_us_section textarea{
    border-radius: 10px;
    padding: 14px 16px;
    box-sizing: border-box;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background: rgba(213, 155, 255, 0.2);
    border: 0px;
  }

  

  .nz_jackpotjunkies-contact_us_section picture img{
    max-width: 764px;
    width: 100%;
    height: auto;
  }

  footer{
    background: #050327;
    padding: 40px 0px;
  }

  footer h3{
    margin-bottom: 16px;
  }

  footer .nz_jackpotjunkies-container{
    gap: 40px;
  }

  .nz_jackpotjunkies-footer_brand{
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .nz_jackpotjunkies-footer_brand img{
    flex-shrink: 0;
  }

  .nz_jackpotjunkies-footer_info_item p{
    color: rgba(255, 255, 255, 0.8);
  }

  footer ul{
    width: 100%;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
    gap: 24px;
  }

  .nz_jackpotjunkies-footer_info{
    display: flex;
  }

  .nz_jackpotjunkies-footer_info_item{
    flex: 1;
  }

  .nz_jackpotjunkies-copyright{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #fff;
  }

  @media screen and (max-width: 800px) {
    .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-content-container {
      padding-bottom: 300px;
    }
    
    .nz_jackpotjunkies-about_game .nz_jackpotjunkies-content-container,
    .nz_jackpotjunkies-contact_us_section .nz_jackpotjunkies-content-container {
      flex-direction: column;
    }
    
    .nz_jackpotjunkies-about_game .nz_jackpotjunkies-text-content,
    .nz_jackpotjunkies-contact_us_section .nz_jackpotjunkies-text-content {
      width: 100%;
      max-width: unset;
    }
    
    .nz_jackpotjunkies-about_game img {
      max-width: unset;
    }
    
    .nz_jackpotjunkies-contact_us_section picture,
    .nz_jackpotjunkies-contact_us_section picture img {
      width: 100%;
      max-width: 100%;
    }
  }

@media screen and (max-width: 600px) {

  .nz_jackpotjunkies-content-container{
    padding: 16px;
    flex-direction: column;
    align-items: center;
  }

  .nz_jackpotjunkies-about_us_content_container{
    gap: 14px;
  }

  .nz_jackpotjunkies-hero_section img{
    z-index: 2;
    max-width: 328px;
  }

  .nz_jackpotjunkies-about_game .nz_jackpotjunkies-content-container{
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    padding: 16px;
  }

  .nz_jackpotjunkies-about_game .nz_jackpotjunkies-text-content{
    align-items: center;
    gap: 14px;
  }

  .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-content-container{
    background-size: cover;
    background-position: center;
    gap: 0px;
    padding-bottom: 290px;
  }

  header .nz_jackpotjunkies-container{
    justify-content: center;
    gap: 4px;
  }

  header ul{
    gap: 8px;
  }

  .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-text-content{
    padding: 0px;
    padding-right: 16px;
    align-items: center;
    gap: 14px;
  }

  .nz_jackpotjunkies-hero_section .nz_jackpotjunkies-text-content p{
    font-size: 16px;
  }

  .nz_jackpotjunkies-btn{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
  }

  .nz_jackpotjunkies-contact_us_section .nz_jackpotjunkies-content-container{
    gap: 14px;
  }

  .nz_jackpotjunkies-email{
    font-size: 14px;
  }

  .nz_jackpotjunkies-contact_us_section h2{
    text-align: start;
    margin-bottom: 14px;
  }

  .nz_jackpotjunkies-contact_us_section .nz_jackpotjunkies-text-content{
    gap: 14px;
  }

  .nz_jackpotjunkies-contact_us_section form{
    gap: 14px;
  }

    img:not(footer img){
        width: 100%;
    }

    .nz_jackpotjunkies-partner_logos{
        justify-content: center;
        gap: 16px;
    }

    .nz_jackpotjunkies-policies_links ul{
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    footer p{
      text-align: start;
    }

    .nz_jackpotjunkies-footer_brand{
      flex-direction: column;
    }

    .nz_jackpotjunkies-footer_info{
      flex-direction: column;
      gap: 20px;
      align-items: start;
    }

    footer ul{
      flex-direction: column;
      gap: 14px;
    }
}

.nz_jackpotjunkies-terms h1:not(.nz_jackpotjunkies-visually-hidden){
  overflow-wrap: break-word;
  word-wrap: break-word;
  width: 100%;
}

.nz_jackpotjunkies-terms_bg{
  background: url(/nz_jackpotjunkies-assets/nz_jackpotjunkies-img/nz_jackpotjunkies-terms_body_bg.webp);
  background-size: cover;
  background-position: center;
}

.nz_jackpotjunkies-terms .nz_jackpotjunkies-content-container{
  flex-direction: column;
  align-items: start;
  padding: 40px;
}

.nz_jackpotjunkies-terms p{
  text-align: start;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.nz_jackpotjunkies-terms p:not(:last-of-type){
  margin-bottom: 40px;
}

.nz_jackpotjunkies-terms h3{
  margin-bottom: 20px;
}

.nz_jackpotjunkies-terms .nz_jackpotjunkies-content-container{
  gap: 0px;
}

.nz_jackpotjunkies-terms h2{
  text-align: start;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {

  body{
    background: url(/nz_jackpotjunkies-assets/nz_jackpotjunkies-img/nz_jackpotjunkies-terms_body_bg-mobile.webp);
  }

  .nz_jackpotjunkies-terms p{
    font-size: 14px;
  }

  .nz_jackpotjunkies-terms p:not(:last-of-type){
    margin-bottom: 14px;
  }
  
  .nz_jackpotjunkies-terms h3{
    margin-bottom: 10px;
  }

  .nz_jackpotjunkies-terms h2{
    text-align: start;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 10px;
  }

  .nz_jackpotjunkies-terms_bg{
    background: url("/nz_jackpotjunkies-assets/nz_jackpotjunkies-img/nz_jackpotjunkies-terms_body_bg-mobile.webp");
    background-size: cover;
    background-position: center;
  }
  
}

.nz_jackpotjunkies-terms ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  padding-left: 15px;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media screen and (max-width: 600px){
  .nz_jackpotjunkies-terms .nz_jackpotjunkies-content-container{
    padding: 40px 16px;
  }
}

.nz_jackpotjunkies-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}


/* Бургер по умолчанию скрыт на десктопе */
.nz_jackpotjunkies-burger { display: none; }

/* Мобилка: показываем бургер, прячем меню до клика */
@media (max-width: 600px) {
  header{
    position: relative;
    z-index: 10000;
  }
  header .nz_jackpotjunkies-container { justify-content: space-between; } /* чтобы логотип и бургер по краям */

  .nz_jackpotjunkies-logo img{
    max-width: 200px;
  }

  .nz_jackpotjunkies-hero_section{
    padding-top: 40px;
  }

  .nz_jackpotjunkies-burger{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .nz_jackpotjunkies-burger span{
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: transform .2s ease, opacity .2s ease;
  }

  /* Прячем навигацию, пока нет .nz_jackpotjunkies-open */
  header nav{
    position: absolute;
    top: 58px;              /* под шапкой */
    right: 16px;
    display: none;
    background: linear-gradient(180deg, #140047 0%, #202092 100%);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-radius: 12px;
    padding: 12px 14px;
    z-index: 1000;
  }
  header nav.nz_jackpotjunkies-open{ display: block; }

  /* Вертикальный список в выпадающем меню */
  header nav ul{
    flex-direction: column;
    gap: 10px;
  }

  /* Анимация иконки при открытии */
  .nz_jackpotjunkies-burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .nz_jackpotjunkies-burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
  .nz_jackpotjunkies-burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
}