.module--clients {
  color: #fff;
  position: relative;
}

.module--clients.module.bg-black {
  background-color: #1e1e1e;
}

@media (min-width: 992px) {
  .module--clients.module.bg-black {
    padding-block: 6rem;
  }
}

.module--clients h2 {
  text-align: center;
  margin: 0 auto 4rem;
}

@media (min-width: 992px) {
  .module--clients h2 {
    max-width: 60%;
  }
}

.module--clients .container {
  position: relative;
  z-index: 2;
}

.module--clients .client__pagination.swiper__pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.module--clients .client__pagination.swiper__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.module--clients .carousel__navigation__arrow {
  border: 1px solid #fff;
}

.module--clients .swiper-slide>div {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.module--clients .swiper-slide>div img {
  height: auto;
  border-radius: 10px;
  max-width: 100%;
}

.module--clients .clients_pattern {
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
}

.module--clients .clients_pattern svg {
  max-width: 100%;
}


/*# sourceMappingURL=clients-block.css.map*/