.partners_list a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.partners_list a {
  font-size: 140%;
  line-height: 21px;
}

.toolbar-products:not(.toolbar ~ .toolbar-products) .pages {
  display: block !important;
}

.partners_list {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.partners_list li {
  padding: 10px 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}
.partners_list a {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  color: inherit;
  font-family: "montserrat-bold", "montserratarm-bold";
}
.partners_list a img {
  display: block;
  max-width: 180px;
  flex: 0 0 180px;
  height: 180px;
  object-fit: none;
  margin-right: 32px;
}
.partners_list a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .partners_list a img {
    max-width: 160px;
    flex: 0 0 160px;
    height: 160px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .partners_list a {
    padding-right: 16px;
  }
  .partners_list a img {
    max-width: 140px;
    flex: 0 0 140px;
    height: 140px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .partners_list a {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners_list a img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .partners_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .page-title-wrapper {
    margin-bottom: 10px;
  }
}
.partners_list a img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=partners.css.map */
