/* SEO sliders/blocks (scoped) */

@media (max-width: 991px) {
  .seo-what-in-price .swiper-slide,
  .seo-recent-projects .swiper-slide,
  .seo-tariffs .swiper-slide {
    text-align: center !important;
  }
  .seo-what-in-price .slide-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
}

/* --------------------------------------------------
   Hero slider (SEO page): полностью скрываем соседние слайды
   и убираем fade-маску по краям
----------------------------------------------------- */

body.page-seo .smm-promotion.swiper-promotion .owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

body.page-seo .smm-promotion.swiper-promotion .owl-stage,
body.page-seo .smm-promotion.swiper-promotion .owl-item {
  overflow: hidden !important;
}

/* Картинка не обрезается внутри самого слайда */
body.page-seo .smm-promotion.swiper-promotion .swiper-slide {
  overflow: visible !important;
}

body.page-seo .smm-promotion.swiper-promotion .swiper-slide .circle-background {
  overflow: visible !important;
}

