.all_letters {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@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 li {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .partners_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .partners_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.letters_block_all {
  overflow-x: auto;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}

.top_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_block a {
  color: #000000;
}

.clear_btn {
  margin-left: auto;
  font-size: 120%;
  line-height: 14px;
  color: #000000;
  display: flex;
  flex-direction: row-reverse;
  padding-left: 15px;
}
.clear_btn:before {
  margin-left: 10px;
  font-size: 120%;
}

.section_title {
  text-transform: uppercase;
  color: #000000;
}

.all_letters {
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  font-size: 180%;
  line-height: 21px;
  color: #000000;
}
.all_letters li {
  padding: 0 5px 30px;
  margin: 0;
  flex: 1;
}
.all_letters li a {
  color: inherit;
}
.all_letters li.active_page a {
  color: #FF0000;
  font-family: "montserrat-bold", "montserratarm-bold";
}
@media screen and (max-width: 991px) {
  .all_letters {
    font-size: 160%;
    line-height: 21px;
  }
  .all_letters li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .all_letters {
    font-size: 180%;
    line-height: 21px;
  }
}

.web .clear_btn, .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;
}

.touch .clear_btn, .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 .clear_btn:hover, .web .all_letters li a:hover, .all_letters li .web a:hover {
  color: #FF0000 !important;
}
.web .clear_btn:active, .web .all_letters li a:active, .all_letters li .web a:active {
  color: #D91F2C;
}
.touch .clear_btn:active, .touch .all_letters li a:active, .all_letters li .touch a:active {
  color: #CD0F1C;
}

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