/* Particles не перехватывает клики */
#particles-js {
  pointer-events: none !important;
}

/* Стрелки Swiper */
#testimonialsSwiper {
  position: relative;
  padding-bottom: 60px;
}
#testimonialsSwiper .swiper-button-prev,
#testimonialsSwiper .swiper-button-next {
  top: auto !important;
  bottom: 0 !important;
  position: absolute !important;
  width: 44px !important;
  height: 44px !important;
}
#testimonialsSwiper .swiper-button-prev {
  left: calc(50% - 50px) !important;
}
#testimonialsSwiper .swiper-button-next {
  right: calc(50% - 50px) !important;
}

/* FAQ — курсор pointer на весь элемент */
.faq .faq-container .faq-item {
  cursor: pointer;
}
