.main-carousel {
  position: relative;
}
.main-carousel__content {
  position: relative;
  padding: 10% 0;
  height: 100%;
}
.main-carousel__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.68deg, #292929 36.66%, rgba(41, 41, 41, 0) 57.87%);
  z-index: 1;
}
.main-carousel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center center;
}
.main-carousel .title {
  position: relative;
  z-index: 2;
  max-width: 576px;
  line-height: 60px;
}
.main-carousel .btn {
  position: relative;
  z-index: 2;
}
.main-carousel .swiper-pagination {
  position: absolute;
  bottom: 50px !important;
  margin-top: 0;
}
.main-carousel .swiper-slide {
  height: auto;
}
@media (max-width : 1400px) {
  .main-carousel.swiper .swiper-button-prev,
  .main-carousel.swiper .swiper-button-next {
    bottom: 32px;
    top: unset;
  }
  .main-carousel.swiper .swiper-button-prev {
    left: unset;
    right: 84px;
  }
  .main-carousel.swiper .swiper-button-next {
    right: 32px;
  }
}
@media (max-width : 992px) {
  .main-carousel.swiper .swiper-button-prev,
  .main-carousel.swiper .swiper-button-next {
    display: none;
  }
  .main-carousel .title {
    line-height: 46px;
    max-width: 550px;
  }
  .main-carousel__content {
    padding: 80px 0 93px;
  }
}
@media (max-width : 767px) {
  .main-carousel .swiper-pagination {
    bottom: 25px !important;
  }
}
@media (max-width : 576px) {
  .main-carousel__image {
    top: 40px;
  }
  .main-carousel__content::after {
    background: linear-gradient(178.09deg, #292929 34.85%, rgba(41, 41, 41, 0) 83.05%);
  }
  .main-carousel .title {
    line-height: 40px;
  }
  .main-carousel__content {
    padding: 40px 0 150px;
  }
}

@media (min-width: 1600px) {
  .main-carousel .swiper-nav .swiper-button-prev {
    left: 5%;
  }
  .main-carousel .swiper-nav .swiper-button-next {
    right: 5%;
  }
}
@media (min-width: 1401px) {
  .main-carousel .swiper-nav .swiper-button-prev {
    left: 3%;
  }
  .main-carousel .swiper-nav .swiper-button-next {
    right: 3%;
  }
}