#banner-block {
  margin-bottom: 25px;
}
#banner-block .slider__holder {
  overflow-x: hidden;
  overflow-y: clip;
  height: 850px;
  position: relative;
}
#banner-block .swiper-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
#banner-block .item__info {
  width: 41%;
}
#banner-block .item__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #fdcd37;
  margin-bottom: 10px;
}

#banner-block .item__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fdcd37;
}
#banner-block .btn-main {
  margin-top: 40px;
}
.banner-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-arrows .container {
  flex-direction: row;
  justify-content: space-between;
}
#banner-block .slider-banner-prev,
#banner-block .slider-banner-next {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  opacity: 0.25;
  transition: opacity 0.3s;
}
#banner-block .slider-banner-prev svg,
#banner-block .slider-banner-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#banner-block .slider-banner-prev:hover,
#banner-block .slider-banner-next:hover {
  opacity: 0.5;
}
#banner-block .slider-banner-prev {
  left: -113px;
}
#banner-block .slider-banner-next {
  right: -113px;
}
#banner-block .slider-banner-pagination {
  position: absolute;
  bottom: 38px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
#banner-block .swiper-pagination-bullet {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  margin: 0 10px;
}
#banner-block .swiper-pagination-bullet-active:before {
  content: "";
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.item__info {
  background-color: rgb(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 25px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-arrows {
    align-items: flex-end;
  }
  .banner-arrows .container {
    margin-bottom: 15px;
  }
  #banner-block .slider-banner-next {
    right: 0;
  }
  #banner-block .slider-banner-prev {
    left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1184px) {
  .banner-arrows {
    align-items: flex-end;
  }

  .banner-arrows .container {
    margin-bottom: 15px;
  }

  #banner-block .slider-banner-next {
    right: 0;
  }

  #banner-block .slider-banner-prev {
    left: 0;
  }
}
@media screen and (max-width: 940px) {
  .banner-arrows {
    align-items: flex-end;
  }
  .banner-arrows .container {
    margin-bottom: 15px;
  }

  #banner-block .slider-banner-next {
    right: 0;
  }

  #banner-block .slider-banner-prev {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  #banner-block .item__info {
    width: 50%;
  }
  #banner-block .slider__holder {
    height: 800px;
  }
  #banner-block .item__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  #banner-block .slider__holder {
    height: 700px;
  }
  #banner-block .item__subtitle {
    font-size: 14px;
  }
  #banner-block .item__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #banner-block .slider__holder {
    height: 550px;
  }
  #banner-block .slider-banner-prev,
  #banner-block .slider-banner-next {
    width: 45px;
    height: 45px;
  }
  #banner-block .item__title {
    font-size: 26px;
  }
  #banner-block .btn {
    margin-top: 20px;
  }
  #banner-block .item__info {
    max-width: 420px;
    width: 100%;
    padding: 20px 30px;
    background: #303030db;
    border-radius: 15px;
  }
  #banner-block .item__subtitle {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #banner-block .item__title {
    width: 100%;
    font-size: 22px;
  }
  #banner-block .item__info {
    width: 100%;
  }
  #banner-block .slider__holder {
    height: 550px;
  }
  #banner-block .swiper-pagination-bullet {
    margin: 0 8px;
  }
  #banner-block .item__slide {
    align-items: flex-end;
  }
}
@media screen and (max-width: 400px) {
  #banner-block .item__title {
    font-size: 28px;
    line-height: 28px;
  }
  #banner-block .item__title {
    margin-bottom: 10px;
  }
}
