.template-index .image-slider {
  padding: 10px 0;
}
@media screen and (max-width: 989px) {
  .template-index .image-slider {
    padding: 10px 0;
  }
}
.image-slider {
  padding: 50px 0;
}
@media screen and (max-width: 989px) {
  .image-slider {
    padding: 24px 0;
  }
}
.image-slider__container {
  margin: 0 auto;
  max-width: 1296px;
  padding: 0 20px;
}
.image-slider .swiper-slide img {
  object-fit: contain;
  width: 100%;
}
.image-slider .image-slider-swiper-mobile,
.image-slider .show-mobile-item {
  display: none;
}
@media screen and (max-width: 989px) {
  .image-slider .image-slider-swiper-mobile,
  .image-slider .show-mobile-item {
    display: block;
  }
}
.image-slider .image-slider-swiper .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
}
.image-slider .image-slider-swiper .swiper-slide .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 989px) {
  .image-slider .image-slider-swiper {
    display: none;
  }
}
.image-slider .image-slider-swiper-mobile {
  margin-top: 10px;
}
@media screen and (max-width: 989px) {
  .image-slider .image-slider-swiper-mobile {
    padding: 0 67px;
  }
}
.image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161) !important;
  height: 50px;
  opacity: 1 !important;
  width: 50px;
}
.image-slider .swiper-button-next svg path,
.image-slider .swiper-button-prev svg path {
  fill: #707070;
  stroke: #707070;
  stroke-width: 1.5px;
}
.image-slider .swiper-button-next:after,
.image-slider .swiper-button-prev:after {
  content: none !important;
}
.image-slider .swiper-button-next {
  right: 8px !important;
}
.image-slider .swiper-button-prev {
  left: 8px !important;
}
.image-slider .swiper-button-next svg,
.image-slider .swiper-button-prev svg {
  height: 25px;
  width: 25px;
}
.image-slider .reviews-stars {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.image-slider .reviews-stars .gray,
.image-slider .reviews-stars .normal {
  display: flex;
}
.image-slider .reviews-stars .gray svg path {
  fill: #ccc;
}
.image-slider .reviews-stars svg {
  height: 21px;
  width: 23px;
}
.image-slider .text {
  color: #474747;
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
  text-align: center;
}
