/* Слайд-шоу фона hero-секции (замена Swiper background-slideshow).
   Слои под .elementor-background-overlay, поэтому затемнение сохраняется. */
.kmga-bgshow-host .kmga-bgshow{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0;}
.kmga-bgshow-host .kmga-bgshow-layer{
  position:absolute;top:0;left:0;right:0;bottom:0;
  background-size:cover;background-position:center center;background-repeat:no-repeat;
  opacity:0;transition:opacity 1s ease-in-out;will-change:opacity;
}
.kmga-bgshow-host .kmga-bgshow-layer.is-active{opacity:1;}
