.all_letters {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.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;
  }
}
.toolbar-products:not(.toolbar ~ .toolbar-products) .pages {
  display: block !important;
}

.brands_text {
  color: #8A8A8A;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 0 10px 20px;
}

.partners_list {
  list-style-type: none;
  margin: 30px 0 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 15px;
}
.partners_list li {
  padding: 0;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}
.partners_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0;
  line-height: 0;
  height: 100px;
  padding: 10px;
}
.partners_list a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 45px;
  object-fit: contain;
}
.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: 991px) {
  .partners_list li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 767px) {
  .partners_list li {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
}
@media screen and (max-width: 575px) {
  .partners_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 399px) {
  .partners_list ul {
    margin: 0 -5px;
  }
  .partners_list li {
    padding: 0 5px 10px;
  }
}
.letters_block_all {
  overflow-x: auto;
  background: #ffffff;
  padding: 17px 24px;
  border-radius: 15px;
}

.all_letters {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  font-size: 210%;
  line-height: 21px;
  color: #000000;
}
.all_letters li {
  padding: 0 5px;
  margin: 0;
  flex: 1;
}
.all_letters li a {
  color: inherit;
  display: block;
}
.all_letters li.active_page a {
  color: #07ADB0;
  font-family: "montserrat-bold", "montserratarm-bold";
}
@media screen and (max-width: 991px) {
  .all_letters {
    font-size: 160%;
    line-height: 21px;
  }
}
@media screen and (max-width: 575px) {
  .all_letters {
    font-size: 180%;
    line-height: 21px;
  }
}

.web .columns .product-item {
  height: auto;
}

#maincontent > div.columns > div > div:nth-child(2) > div.pages {
  display: none !important;
}

@media screen and (min-width: 1220px) {
  #maincontent > div.columns > div > div.products.wrapper.grid.products-grid > ol > li {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  #maincontent > div.columns > div > div.products.wrapper.grid.products-grid > ol > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  #maincontent > div.columns > div > div.products.wrapper.grid.products-grid > ol > li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  #maincontent > div.columns > div > div.products.wrapper.grid.products-grid > ol > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.brands_inner .inner_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px 15px 0 0;
}
.brands_inner .inner_description {
  font-size: 14px;
  line-height: 22px;
  color: #454545;
}
.brands_inner .block_inner {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 0 0 15px 15px;
}
.brands_inner .block_inner .section_title {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
.brands_inner .block_inner .inner_description {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .brands_inner .block_inner {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .brands_inner .block_inner .inner_description,
.brands_inner .block_inner .section_title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 10px;
  }
}

.web .all_letters li a, .all_letters li .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.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;
}

.touch .all_letters li a, .all_letters li .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .all_letters li a:hover, .all_letters li .web a:hover {
  color: #68BB45;
}
.web .all_letters li a:hover:before, .all_letters li .web a:hover:before {
  color: #68BB45;
}
.web .all_letters li a:active, .all_letters li .web a:active {
  color: #088588;
}
.touch .all_letters li a:active, .all_letters li .touch a:active {
  color: #437A2C;
}
.touch .all_letters li a:active:before, .all_letters li .touch a:active:before {
  color: #68BB45;
}

/*# sourceMappingURL=brands.css.map */
