/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav,
section.s-block.s-block--photos-slider .s-slider-block__title {
  display: none;
}

/* cats */
section.got-slider-section .swiper-wrapper {
    justify-content: center;
}
section.got-slider-section .swiper-wrapper > a {
    width: 200px !important;
}
section.got-slider-section .swiper-wrapper > a .w-full.h-36 {
    height: unset !important;
}
@media (max-width: 768px) {
  section.got-slider-section .swiper-wrapper > a {
      width: 150px !important;
  }
}