.elementor-widget-reviews:not(.e-widget-swiper) .elementor-main-swiper {
  overflow: visible;
}

.elementor-widget-reviews:not(.e-widget-swiper) .swiper-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  transform: none !important;
}

.elementor-widget-reviews:not(.e-widget-swiper) .swiper-slide {
  box-sizing: border-box;
  margin-right: 0 !important;
  width: auto !important;
}

.elementor-widget-reviews:not(.e-widget-swiper) .swiper-slide:nth-child(n+4) {
  display: none;
}

.elementor-widget-reviews:not(.e-widget-swiper) .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: static;
}

.elementor-widget-reviews:not(.e-widget-swiper) .elementor-swiper-button {
  display: none;
}

.static-rescue-form-status {
  border-radius: 3px;
  box-sizing: border-box;
  font: 14px/1.4 Arial, sans-serif;
  margin: 12px 0;
  padding: 11px 13px;
  width: 100%;
}

.static-rescue-form-status--info {
  background: #f2fbff;
  border: 1px solid #77bce0;
  color: #123;
}

.static-rescue-form-status--success {
  background: #eefbf1;
  border: 1px solid #4fb766;
  color: #143d1d;
}

.static-rescue-form-status--error {
  background: #fff2f2;
  border: 1px solid #e66565;
  color: #7b1111;
}

.elementor-form.static-rescue-form-loading .elementor-button,
.elementor-form.static-rescue-form-loading button[type="submit"] {
  opacity: 0.68;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .elementor-widget-reviews:not(.e-widget-swiper) .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-widget-reviews:not(.e-widget-swiper) .swiper-slide:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .elementor-widget-reviews:not(.e-widget-swiper) .swiper-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .elementor-widget-reviews:not(.e-widget-swiper) .swiper-slide:nth-child(n+2) {
    display: none;
  }
}

.static-rescue-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 999999;
}

.static-rescue-lightbox.is-open {
  display: flex;
}

.static-rescue-lightbox__image {
  display: block;
  max-height: 82vh;
  max-width: 88vw;
  object-fit: contain;
}

.static-rescue-lightbox__caption {
  bottom: 18px;
  color: #fff;
  font: 600 13px/1.4 Arial, sans-serif;
  left: 50%;
  max-width: min(900px, 88vw);
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  transform: translateX(-50%);
}

.static-rescue-lightbox__counter {
  color: #fff;
  font: 600 13px/1 Arial, sans-serif;
  left: 18px;
  position: absolute;
  top: 18px;
}

.static-rescue-lightbox__button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 300 42px/1 Arial, sans-serif;
  height: 56px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  width: 56px;
}

.static-rescue-lightbox__button:hover,
.static-rescue-lightbox__button:focus {
  color: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.static-rescue-lightbox__close {
  font-size: 24px;
  right: 14px;
  top: 14px;
}

.static-rescue-lightbox__prev {
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.static-rescue-lightbox__next {
  right: 86px;
  top: 50%;
  transform: translateY(-50%);
}

body.static-rescue-lightbox-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .static-rescue-lightbox__image {
    max-height: 78vh;
    max-width: 92vw;
  }

  .static-rescue-lightbox__prev {
    left: 8px;
  }

  .static-rescue-lightbox__next {
    right: 58px;
  }
}
