.zone__banner {
  width: 100%;
  height: 100dvh;
  flex: 1 0 auto;
}
.zone__banner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.zone__banner-img img {
  filter: brightness(0.5);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zone__banner-img video {
  width: 100%;
}
.zone__banner__text {
  padding-bottom: 32px;
  height: 656px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  z-index: 1;
  padding-left: 144px;
  width: 726px;
  max-width: 726px;
}
.zone__banner__text h1 {
  color: #fff;
  font-family: NastupBasic, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 8px;
  width: 726px;
}
.zone__banner__text-short {
  width: 726px;
  color: #fff;
  font-family: "Futura PT", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
  letter-spacing: -0.84px;
}

@media screen and (max-width: 1024px) {
  .zone__banner {
    height: 100vh;
  }
  .zone__banner__text {
    padding: 0 20px 0 20px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    justify-content: center;
  }
  .zone__banner__text h1 {
    width: 100%;
    text-align: center;
    font-family: NastupBasic, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 157.143% */
    letter-spacing: 0.84px;
  }
  .zone__banner__text-short {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
  }
  .zone__banner-img {
    height: 100vh;
  }
}
