#banner-block .slider__holder {
  overflow-x: hidden;
  overflow-y: clip;
  min-height: 640px;
  height: 500px;
  background-size: cover;
  background-position: center;
  /*background-image: url(bg.png);*/
  background-repeat: no-repeat;
  background-color: #74a527d9;
  position: relative;
}
#banner-block .swiper-slide {
  display: flex;
}
#banner-block .slider-image {
  position: absolute;
  right: 0;
  top: 118px;
  height: 400px;
  z-index: -1;
}
#banner-block .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#banner-block .swiper-slide .wrapper {
  flex-direction: row;
  position: relative;
}
#banner-block .item__info {
  width: 43%;
  padding-bottom: 100px;
  padding-left: 73px;
  align-self: center;
}
#banner-block .item__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 10px;
}

#banner-block .item__subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffffbf;
}
#banner-block .btn {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 9px 20px;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  text-decoration: none;
  display: flex;
  width: max-content;
  align-items: center;
}
#banner-block .btn svg {
  margin-left: 5px;
}
#banner-block .btn svg path {
  fill: #74a527;
}
#banner-block .btn:hover {
  color: #f7bc00;
}
#banner-block .btn:hover svg path {
  fill: #f7bc00;
}
#banner-block .btn:active {
  color: #e8b000;
}
#banner-block .btn:active svg path {
  fill: #e8b000;
}
/*#banner-block .slider-pagination {*/
/*  bottom: 65px;*/
/*}*/
#banner-block .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
#banner-block .swiper-pagination-bullet-active {
  background-color: #f7bc00;
}
#banner-block .arrow-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
#banner-block .arrow-wrapper .wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#banner-block .slider-button-prev,
#banner-block .slider-button-next {
  position: static;
  width: 36px;
  height: 36px;
  background-image: url(arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: all;
}
#banner-block .slider-button-prev:hover,
#banner-block .slider-button-next:hover {
  opacity: 0.6;
}
#banner-block .slider-button-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  #banner-block .item__info {
    width: 53%;
    backdrop-filter: blur(30px);
    padding: 20px 15px;
    /*margin-left: 40px;*/
  }
  #banner-block .slider-image {
    height: 380px;
  }
  #banner-block .slider-image {
    max-width: 65%;
  }
}
@media screen and (max-width: 991px) {
  #banner-block .slider__holder {
    height: 500px;
  }
  #banner-block .item__subtitle {
    font-size: 14px;
  }
  #banner-block .item__title {
    font-size: 30px;
    line-height: 38px;
  }
  #banner-block .item__info {
    width: 60%;
    /*padding-left: 60px;*/
  }
}

@media screen and (max-width: 767px) {
  #banner-block .item__title {
    font-size: 24px;
    line-height: 30px;
  }
  #banner-block .item__subtitle {
    line-height: 18px;
  }
  #banner-block .item__info {
    /*width: 100%;*/
    /*padding-top: 60px;*/
    /*align-self: flex-start;*/
  }
  #banner-block .slider-image {
    max-width: 90%;
    width: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #banner-block .item__title {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
  #banner-block .item__info {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    padding-top: 60px;
    align-self: flex-start;

  }
  #banner-block .btn {
    padding: 9px 20px;
  }
  #banner-block .btn svg {
    margin-left: 6px;
  }
  #banner-block .slider-image {
    height: 200px;
    top: auto;
    bottom: 59px;
  }
}
