.elementor-widget-custom_slider {
  width: 100%;
}

.custom-swiper-slider-wrapper {
  position: relative;
  width: 100%;
}

.custom-swiper-slider {
  width: 100%;
  height: 100%;
  --space-between-desktop: 20px;
  --space-between-tablet: 15px;
  --space-between-mobile: 10px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.slide-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
}

.slide-text {
  color: #000000;
  line-height: 1.5;
  padding: 10px;
  width: 100%;
}

/* Пагинация стили */
.swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: white;
}
