#brands-block {
  position: relative;
  z-index: 0;
}
#brands-block::before {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  bottom: 0;
  background: url("./images/brands-svg.svg");
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
#brands-block .brands__title {
  text-align: center;
}
#brands-block .brands__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 200px;
  overflow: hidden;
  min-height: 160px;
}
#brands-block .swiper-wrapper {
  align-items: stretch;
}
#brands-block .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
#brands-block .swiper-slide:hover {
  filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(1195%) hue-rotate(241deg) brightness(94%) contrast(95%);
}/*# sourceMappingURL=block.css.map */