/*========= FUNCTIONS ==========*/
/*========= MIXINS ==========*/
.partners-wrapper {
  padding: 80px 0;
  background: var(--primary);
  position: relative;
  z-index: 5;
}
.partners-holder .swiper-slide {
  height: auto;
}
.partners-title {
  text-align: center;
  color: var(--bg);
}
.partners-item {
  max-height: 145px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-theme {
  margin-top: 45px;
}
.partners-theme .swiper-arrows {
  justify-content: center;
}
.partners-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.partners-background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}

@media (max-width: 992px) {
  .partners-block {
    padding: 20px 0 !important;
  }
  .partners-wrapper {
    padding: 40px 0;
  }
  .partners-theme {
    margin-top: 20px;
  }
}/*# sourceMappingURL=block.css.map */