
@media (prefers-reduced-motion: reduce) {
  .promoBlock .image img {
    transition: none !important;
    animation: none !important;
  }
  .promoBlock:not(.partial):not(.promoOverlay):not(.carouselSlide) {
    transition: none !important;
    animation: none !important;
  }
}