.interesting-slider__wrapper {
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  position: relative;
}

.interestingSlider .swiper-slide {
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.interestingSlider__item {
  position: relative;
  background: #ffffff;
}
.interestingSlider__img {
  height: 170px;
  overflow: hidden;
}
.interestingSlider__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.interestingSlider__content {
  padding: 20px 16px;
}
.interestingSlider__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #3aad81;
  background: rgba(58, 173, 129, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 8px;
}
.interestingSlider__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.interestingSlider__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.interestingSlider__link-block {
  position: absolute;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .interesting-slider .ts-swiper-navigation {
    display: none;
  }
}
@media (max-width: 576px) {
  .interestingSlider__item {
    max-width: 90%;
  }
  .interestingSlider__content {
    padding: 16px;
  }
  .interestingSlider__description {
    font-size: 12px;
  }
}
