body {
  text-rendering: optimizeLegibility;
  text-wrap: balance;
}

.homepage_zero_zen {
  background: #000;

  .download-title {
    margin-top: 20px;
    color: #69E245;
  }

  .logofooter {
    margin: 0 auto;
    display: block;
    margin-top: 54px;
  }

  .app-download {
    border: 0 !important;
  }

  .home_form {
    height: 620px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;

    .main-title {
      color: #FFF;
      text-align: center;
      font-family: Nunito;
      font-size: 24px;
      font-style: normal;
      font-weight: 800;
      line-height: 130%;
      /* 31.2px */
      margin-bottom: 15px;
    }

    .info {
      color: #FFF;
      text-align: center;
      font-family: Nunito;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */
      margin-bottom: 33px;
    }

    .small-info {
      color: #86868B;
      text-align: center;
      font-family: Nunito;
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 14px */
    }
  }

  .logo {
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    align-items: center;
    justify-content: center;
  }

  @media (min-width:768px) {
    .app-download {
      color: #fff;
      padding: 0px 20px 300px;
      text-align: center;
      border-top: 1px solid #222;
      position: relative;
    }
  }

  .parallax-icons {
    .parallax-icon {
      background: none no-repeat center / contain;
      width: 140px;
      height: 140px;
      position: absolute;

      &:nth-child(1) {
        right: 20%;
        bottom: 21%;
      }

      &:nth-child(2) {
        left: 30%;
        bottom: 10%;
      }

      &:nth-child(3) {
        right: 15%;
        top: 13%;
      }

      &:nth-child(4) {
        top: 10%;
        left: 17%;
      }
    }
  }
  @media (max-width:1700px){
      .parallax-icons {
    .parallax-icon {
      &:nth-child(1) {
        right: 10%;
    
      }

      &:nth-child(2) {
        left: 20%;
      }

      &:nth-child(3) {
        right: 5%;
      }

      &:nth-child(4) {
        left: 10%;
      }
    }
  }
  }
  @media (max-width:1300px){
      .parallax-icons {
    .parallax-icon {
      &:nth-child(1) {
        right: 5%;
    
      }

      &:nth-child(2) {
        left: 10%;
      }

      &:nth-child(3) {
        right: 2%;
      }

      &:nth-child(4) {
        left: 5%;
      }
    }
  }  }
    @media (max-width:1180px){
      .parallax-icons {
    .parallax-icon {
     display: none;
    }
  }
  }
  @media (max-width:768px) {
    .parallax-icon {
      display: none;
    }
  }

  .final,
  .main-title,
  .info {
    color: white;
  }

  .app-download {
    .download-heading {
      font-size: 20px;
      font-style: normal;
      font-weight: 800;
      line-height: 130%;
      margin-bottom: 20px;
    }
  }

  .download-desc {
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 41.6px */
  }

  .download-desc span {
    color: #22E243;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  }

  .home_form {
    padding-top: 24px;
    padding-bottom: 20px;
    background-size: cover;

    .final {
      margin-bottom: 9px;
    }

    .form-control {
      /* background-color: unset; */
    }
  }

  .hero-section {
    background-image: url(/assets/homepage/hompagebcg.svg);
    background-position: 0px 70px;
    padding: 1px 0;

    @media(max-width: 991px) {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      .hero-title {
        order: 9999;
        padding: 10px;
      }
    }
  }

  .hero-graphic {
    width: 296.595px;
    height: 175.59px;
    margin-top: 100px;
  }

  @media (min-width:768px) {
    .home_form {
      background-image: unset !important;
    }
  }
}

.zen-box {
  position: relative;
  width: 100%;
  /* height: 646px; */
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  background-color: #000;
  background-size: cover;
  background-position: top;
  color: #fff;
  margin: 0 auto;
  display: block;
}

.page-miniblock {
  position: relative;
  margin-bottom: 20px;

  &::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 3.87%, rgb(0 0 0) 78.12%);
    z-index: 9999999999;
  }
}

.zen-box .overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.6),
      transparent 80%);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.zen-box .tag {
  color: #22E243;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
}

.zen-box .title {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Nunito;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  margin-top: 11px;
}

.zen-box .btn {
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  width: 113px;
  margin: 0 auto;
  margin-bottom: 36px;
  margin-top: 20px;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 64px;
  background: #22E243;
  text-decoration: none;
  position: relative;
}

.zen-box .btn-disabled {
  border-radius: 97.5px;
  background: #86868B;
  color: #1A1A1A;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 21.6px */
  letter-spacing: 0.18px;
}

.homepage_zero_zen {
  .hero-title {
    color: #FEFEFE;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
  }
}

.app-download-black {
  background: #000;
}

@media (min-width:768px) {
  .homepage_zero_zen {
    .final {
      font-size: 20px;
    }

    .home_form {
      height: unset;
      padding-bottom: 300px;
      padding-top: 150px;
    }

    .home_form-wrap {
      background: linear-gradient(180deg, rgba(34, 34, 34, 0.8) 3.87%, rgba(0, 0, 0, 0.8) 78.12%);

      border-radius: 2rem !important;
      max-width: 1088px;
      width: 100%;
      height: 640px;
      padding-top: 100px;
      margin-left: auto;
      margin-right: auto;

      #newsletter-form {
        max-width: 598px;
        margin-left: auto;
        margin-right: auto;
      }

      .main-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px;
        font-size: 32px;

        br {
          display: none;
        }
      }

      .info {
        margin-left: auto;
        font-size: 24px;
        margin-right: auto;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;

        br {
          display: none;
        }
      }

      .small-info {
        font-size: 12px;
      }
    }

    .zen-box-1 {
      background-image: url(/assets/homepage/boximagedesktop.webp) !important;
    }

    .zen-box-2 {
      background-image: url(/assets/homepage/boximagedesktop2.webp) !important;
    }

    /* .zen-box-3{
      background-image: url(/assets/homepage/boximagedesktop3.webp) !important;
    } */
    .home_form {
      background-image: url(/assets/homepage/footerdesktop.webp) !important;
    }

    .logofooter {
      display: none;
    }

    .logofooterdekstop {
      display: block !important;
      margin: 0 auto;
      margin-top: 80px;
    }

    .hero-section {
      background-image: unset;
    }

    .hero-graphic {
      display: none;
    }

    .hero-graphic-desktop {
      width: 100%;
      margin-top: 100px;
      margin-bottom: 50px;
    }

    .hero-subtext {
      font-size: 20px;
    }

    .hero-title {
      font-size: 36px;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;

      br {
        display: none;
      }
    }

    .zen-box {
      height: 1154px;
    }

    .zen-box .tag {
      /* font-size: 20px; */
      font-size: 14px;
    }

    .title {
      /* font-size: 36px; */
      font-size: 24px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;

      /* br {
        display: none;
      } */
    }

    .zen-box .btn {
      /* font-size: 16px !important; */
      font-size: 10px;
      font-style: normal;
      font-weight: 500 !important;
      /* height: 56px; */
      /* line-height: 56px; */
      /* width: 130px; */
      /* margin-bottom: 130px; */
    }

    .app-download-black {
      .icon {
        display: none;
      }

      .download-title {
        color: #69E245;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 140%;
      }

      .download-heading {
        color: #FFF;
        text-align: center;
        font-family: Nunito;
        font-size: 48px;
        font-weight: 400;

        /* br {
          display: none;
        } */

        span {
          font-family: Nunito;
          font-size: 32px;
          font-weight: 800;
        }
      }

      .download-desc {
        color: #FFF;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;

        /* br {
          display: none;
        } */

        span {
          color: #69E245;
          font-size: 32px;
          font-style: normal;
          font-weight: 900;
        }
      }
    }
  }
}

.logofooter {
  display: block;
}


@media (max-width:768px) {
  .hero-graphic-desktop {
    display: none;
  }
}

.homepage_zero_zen {
  #success-screen {
    .final-text {
      color: white !important;
    }
  }
}

@media (max-width:768px) {
  .homepage_zero_zen #code-form div .input {
    font-size: 16px !important;
    max-width: 100% !important;
  }
}

@media (min-width:768px) {
  .homepage_zero_zen .download-button img {
    width: unset !important;
  }

  .homepage_zero_zen .download-button {
    display: unset;
    color: #000 !important;
  }
}

#homepage-new__boomerang-video-1 {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1920 / 1040;
  object-position: center;
  object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0.4;
}

.zen-box-3 .overlay {
  z-index: 99999;
  position: relative;
}

.qrcode {
  img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width:768px) {
  .homepage_zero_zen .download-buttons {
    display: none !important;
  }
}

.regulamin {
  color: #86868B;
  text-align: center;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 16.8px */
  margin-top: 100px;
}

@media (max-width:768px) {
  .qrcode {
    display: none !important;
  }

  .logofooterdekstop {
    max-width: 210px;
    margin: 0 auto;
    display: block;
  }

  .regulamin {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 14px */
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.page-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1320px;
  margin: 60px auto 0;

  @media(max-width: 991px) {
    padding: 20px
  }
}

.logofooterdekstop {
  margin-top: 80px;
}

.popup {

  /* border-radius: 20px; */
  @media(max-width:991px) {
    .popup-content {
      max-width: 90%;
    }
  }
}

.home_form-wrap {
  width: 100%;
}

.page-miniblock[onclick] {
  cursor: pointer;
}

.polityka,
.regulamin {
  text-decoration: underline;
  font-weight: inherit;
  &:hover {
    color: #22E243;
  }
}
@media (max-width:768px){
  .homepage_zero_zen
{
  .page_middle .app-download {
    border-radius: 16px;
background: #1B1B1B;
margin: 20px;
  }
}
}

  .homepage_zero_zen{
      .zen-box:hover {
opacity: 0.7 !important;
      }
    }