@media (max-width: 767.98px) {
  .rs-slider-block__slider {
    overflow: visible;
  }
}
.rs-slider-block__slide {
  position: relative;
  min-height: 1px;
  height: auto;
}
.rs-slider-block__slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  height: 100%;
  width: 1px;
  background-color: #f3f3f3;
}
.rs-slider-block__slide__lastslide .product__picture{
  height: 100%;
  border: none;
}
.rs-slider-block__slide__lastslide .product__picture .product__img img {
  height: auto;
}
.rs-slider-block__slide__lastslide h4{
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 32px;
}