/* Black Banner */
.black-banner {
  background: #000;
  height: 153px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

/* Hero Video Grid */
.hero-section {
  position: relative;
  background: #000;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  max-width: 100%;
  background: #000;
  padding: 4px;
}

.video-item {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
}

.video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CTA Section */
.cta-section {
  height: 153px;
  background: #000;
  border-top: 4px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-title {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 400;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.cta-button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 30px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 3px;
}

.cta-button:hover {
  background: #fff;
  color: #000;
}
.single-image-container-1,
.single-image-container-2,
.single-image-container-3,
.single-image-container-4 {
  position: relative;
  height: 1315px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto 0;
  justify-content: center;
}
.image-mobile-2,
.image-mobile-4 {
  display: none;
}
.image-1,
.image-2,
.image-3,
.image-4 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-title-1,
.image-title-2,
.image-title-3,
.image-title-4 {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 10;
  font-weight: 500;
}
.image-title-3 {
  bottom: 6%;
}
.image-title-4 {
  color: #ffffff;
}

.image-buttons-1,
.image-buttons-2,
.image-buttons-3,
.image-buttons-4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex; /* Добавлено */
  gap: 10px; /* Добавлено */
}
.image-buttons-1 {
  bottom: 15px;
}
.image-buttons-2 {
  bottom: 60px;
}
.image-buttons-3 {
  bottom: 40px;
}
.image-buttons-4 {
  bottom: 60px;
}

.image-button-1,
.image-button-2,
.image-button-3,
.image-button-4 {
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
  padding: 12px 30px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 3px;
}
.image-button-1 {
  bottom: 10px;
}

.image-button-1:hover,
.image-button-2:hover,
.image-button-3:hover,
.image-button-4:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1280px) {
  /* Black Banner */
  .black-banner {
    background: #000;
    height: 105px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }

  /* Hero Video Grid */
  .hero-section {
    position: relative;
    background: #000;
  }

  .video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    max-width: 100%;
    background: #000;
    padding: 4px;
  }

  .video-item {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
    background: #1a1a1a;
    cursor: pointer;
  }

  .video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* CTA Section */
  .cta-section {
    height: 105px;
    background: #000;
    border-top: 4px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cta-title {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
  }

  .cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .cta-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 3px;
  }

  .cta-button:hover {
    background: #fff;
    color: #000;
  }

  .single-image-container-1,
  .single-image-container-2,
  .single-image-container-3,
  .single-image-container-4 {
    position: relative;
    height: 700px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto 0;
    justify-content: center;
  }

  .image-1,
  .image-2,
  .image-3,
  .image-4 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .image-mobile-2,
  .image-mobile-4 {
    display: none;
  }

  .image-title-1,
  .image-title-2,
  .image-title-3,
  .image-title-4 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 10;
    font-weight: 500;
  }

  .image-title-2 {
    bottom: 22%;
  }

  .image-title-3 {
    bottom: 8%;
  }

  .image-title-4 {
    color: #ffffff;
    bottom: 18%;
  }

  .image-buttons-1,
  .image-button-2,
  .image-button-3,
  .image-button-4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
  }

  .image-button-1,
  .image-button-2,
  .image-button-3,
  .image-button-4 {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    padding: 12px 30px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 3px;
  }

  .image-buttons-1 {
    bottom: 15px;
  }
  .image-buttons-2 {
    bottom: 22%;
  }

  .image-buttons-3 {
    bottom: 8%;
  }
  .image-buttons-4 {
    bottom: 18%;
  }

  .image-button:hover {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 900px) {
  .black-banner {
    height: 20px;
  }

  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 2px;
  }
  .cta-section {
    height: 150px;
  }

  .discover-button {
    display: none;
  }
  .image-2,
  .image-4 {
    display: none;
  }

  .image-mobile-2,
  .image-mobile-4 {
    width: 100%;
    height: 750px;
    object-fit: cover;
    transform: 2;
    display: block;
  }
  .image-mobile-2 {
    object-position: 40%;
  }
  .image-mobile-4 {
    object-position: 60%;
  }
  .discover-button {
    display: none;
  }
  .image-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
  .image-buttons-2 {
    bottom: 12%;
  }
  .image-buttons-3 {
    bottom: 9%;
  }
  .image-buttons-4 {
    bottom: 8%;
  }

  .cta-button-2 {
    display: none;
  }
  .image-title-1,
  .image-title-3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: 2;
  }
  .single-image-container-1,
  .single-image-container-2,
  .single-image-container-3,
  .single-image-container-4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .image-title-1,
  .image-title-2,
  .image-title-3,
  .image-title-4 {
    display: none;
  }
}
