.swiper-hero {
  width: 100%;
  margin: 0;
}

.swiper-hero .swiper-slide {
	height:auto;
  padding: 8.8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__box-slide,
.banner-2,
.banner-3 {
  width: 50%;
  margin: 0 auto 0 0;
}

.hero__box-slide {
  gap: 1.2rem;
}

.banner-2 {
  width: 48%;
}

.banner-3 {
  width: 48%;
	color:#ffffff;
}

.hero {
  padding: 0;
}

.hero__block-swiper {
  position: relative;
}

.hero__wrapper {
	width:100%;
  margin-top: 0;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);

}

.swiper-hero-pagination {
  width: max-content;
}

.swiper-pagination-bullet {
  min-width: 1rem;
}

.swiper-pagination-bullet-active {
  min-width: 1.2rem;

}

.banner-1::after {
  width: 52%;
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  right: 44px;
  bottom: 30px;
  background: #FFFFFFCC;
  border-radius: 0 24px 24px 0;
  z-index: -1;
}

.banner-1 .hero__descr {
  width: 98%;
}

@media (max-width:1280px) {
  .swiper-hero .swiper-slide {
    padding: 5.5rem 0;
  }

  .banner-1 .hero__descr {
    max-width: 98.5%;
    width: 98.5%;
  }

  .banner-2,
  .banner-3 {
    width: 55%;
    min-height: auto;
    background-image: none !important;
  }

  .hero__wrapper {
    bottom: 1.2rem;
  }


  .banner-1 {
    min-height: auto;
    background-image: none !important;
  }

  .swiper-slide-1 {
    background-image: url(../assets/png/bg-hero-1-768.png) !important;
  }

  .swiper-slide-2 {
    background-image: url(../assets/png/bg-hero-2-768.png) !important;
  }

  .swiper-slide-3 {
    background-image: url(../assets/png/bg-hero-3-768.png) !important;
  }
}

@media (max-width: 767px) {
  .swiper-hero .swiper-slide {
    padding: 6rem 0;
  }

  .hero__box-slide,
  .banner-2,
  .banner-3 {
    max-width: 28rem;
    width: 100%;
  }

  .hero__box {
    height: 100%;
  }

  .banner-2,
  .banner-3 {
    height: 100%;
    justify-content: space-between;
  }

  .swiper-pagination-bullet {
    min-width: 0.8rem;
  }

  .swiper-pagination-bullet-active {
    min-width: 1rem;
  }



  .hero__box-second {
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .banner-1 {
    padding: 1rem;
    background: #FFFFFFCC;
    border-radius: 24px 24px;
    background-image: none;
  }

  .banner-1::after {
    display: none;
  }

  .swiper-slide-1 {
    background-image: url(../assets/png/bg-hero-1-320.png) !important;
  }

  .swiper-slide-2 {
    background-image: url(../assets/png/bg-hero-2-320.png) !important;
  }

  .swiper-slide-3 {
    background-image: url(../assets/png/bg-hero-3-320.png) !important;
  }
} 
.swiper__btn.swiper-button-lock {
  display: none !important;
}