body .entry-hero.title-catalog .entry-hero-container-inner {
  background-image: url("/images/front/template/bread-3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
}
.catalog-root
  .elementor-1086
  .elementor-element.elementor-element-992255a:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-image: none;
}
.catalog-root .elementor-1086 .elementor-element.elementor-element-992255a {
  margin-top: 0;
  margin-bottom: 0;
}
.kt-loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.kt-loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: var(--global-palette5);
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.kt-loader-ellips__dot:nth-child(1),
.kt-loader-ellips__dot:nth-child(2) {
  left: 0;
}

.kt-loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.kt-loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes loaderReveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes loaderSlide {
  to {
    transform: translateX(1.5em);
  }
}

.kt-loader-ellips__dot:nth-child(1) {
  animation-name: loaderReveal;
}

.kt-loader-ellips__dot:nth-child(2),
.kt-loader-ellips__dot:nth-child(3) {
  animation-name: loaderSlide;
}

.kt-loader-ellips__dot:nth-child(4) {
  animation-name: loaderReveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  padding-top: 20px;
  text-align: center;
  color: var(--global-palette4);
}
