.main__slideshow,
.main__slideshow--slide {
  height: 744px;
}

.main__slideshow {
  position: relative;
  z-index: 1;
}

.main__slideshow--slide {
  position: relative;
  width: 100%;
  user-select: none;
}

.main__slideshow--slide::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  background: linear-gradient(180deg, #000 -139.86%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.main__slideshow--slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.main__slideshow--content {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.main__slideshow--title {
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Futura';
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
}

.main__slideshow--text {
  max-width: 60%;
  margin-bottom: 40px;
  color: #fff;
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
}

.main__slideshow--btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.main__slideshow--content-wrapper {
  position: relative;
  max-width: 44%;
}

.swiper-container .swiper-notification {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 0;
}

.main__slideshow--buttons-wrap {
  display: flex;
  align-items: center;
}

.main__slideshow--buttons {
  position: relative;
  bottom: 150px;
  left: 0;
  z-index: 2;
}

.main__slideshow--buttons .swiper-button-prev-main,
.main__slideshow--buttons .swiper-button-next-main {
  width: 41px;
  height: 41px;
  backdrop-filter: blur(50px);
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.2);
}

.swiper-button-prev-main {
  margin-right: 4px;
}

.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: auto;
}

.main__slideshow--arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.main__slideshow--arrow .down {
  position: relative;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  backdrop-filter: blur(50px);
  width: 65px;
  height: 65px;
  display: block;
  transform: translatex(-50%);
  animation: jump-arrow 2.5s infinite;
}

@keyframes jump-arrow {
  0%,
  20%,
  55%,
  80%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    transform: translate3d(-50%, -15px, 0);
  }

  70% {
    transform: translate3d(-50%, -10px, 0);
  }

  90% {
    transform: translate3d(-50%, -5px, 0);
  }
}
@media (max-width: 1249.98px) {
  .main__slideshow,
  .main__slideshow--slide {
    height: 644px;
  }

  .main__slideshow--content {
    top: 45%;
  }

  .main__slideshow--title {
    margin-bottom: 19px;
    font-size: 48px;
  }

  .main__slideshow--text {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 2.14;
  }
}

@media (max-width: 991.98px) {
  .main__slideshow--content {
    top: 40%;
  }
}

@media (max-width: 767.98px) {
  .main__slideshow,
  .main__slideshow--slide {
    height: 719px;
  }

  .main__slideshow--content-wrapper {
    position: relative;
    max-width: 87%;
  }

  .main__slideshow--title {
    font-size: 36px;
  }

  .main__slideshow--text {
    max-width: 80%;
  }

  .main__slideshow--content::before {
    position: absolute;
    content: '';
    top: -110%;
    left: 0;
    width: 90%;
    height: 255%;
    border-radius: 0 190% 345% 0;
    backdrop-filter: blur(2px);
    -webkit-filter: drop-shadow(0.5px 1px 1px #000); /* for iOS */
    background: rgba(30, 30, 30, 0.1);
    -webkit-appearance: none;
    user-select: none;
    pointer-events: none;
    z-index: 0;
  }

  .main__slideshow--buttons-wrap {
    padding: 0 5px;
  }
}

@media (max-width: 454.98px) {
  .main__slideshow--content::before {
    height: 245%;
  }
}

@media (max-width: 380px) {
  .main__slideshow--content::before {
    top: -60%;
    height: 190%;
    border-radius: 0 190% 535% 0;
  }
}
