.facts-slides {
  background: #EE0000;
  color: #FFFFFF;
}
.facts-slides .swiper {
  display: flex;
}
.facts-slides .swiper-wrapper {
  align-items: stretch;
}
.facts-slides .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.facts-slides img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.facts-slides .slide-card {
  position: relative;
  border-radius: 24px;
  background: #FFFFFF;
  color: #000000;
  height: 100%;
}
.facts-slides .swiper-slide:not(.swiper-slide-active) .slide-card:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EE0000;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.8;
  border-radius: 24px;
  z-index: 9;
}
.facts-slides .slide-val {
  font-weight: 700;
  font-size: 76px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .facts-slides .slide-val {
    line-height: 1.4;
    font-size: 49px;
  }
}
.facts-slides .slide-logo:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.facts-slides .slide-logo img {
  width: 100%;
  object-fit: cover;
}
.facts-slides .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  height: 96px;
}
@media (max-width: 767.98px) {
  .facts-slides .swiper-nav {
    height: 48px;
    margin-top: 24px;
  }
}
.facts-slides .swiper-button-prev,
.facts-slides .swiper-button-next {
  position: static;
  width: 96px;
  height: 96px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 767.98px) {
  .facts-slides .swiper-button-prev,
.facts-slides .swiper-button-next {
    height: 48px;
    width: 48px;
  }
}
.facts-slides .swiper-button-prev:after,
.facts-slides .swiper-button-next:after {
  content: none;
}

/*# sourceMappingURL=facts-slider.css.map */
