@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.site-content.brands {
  padding-bottom: 80px;
}

.brand__block {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.brand__block.xxl {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .brand__block {
    margin-bottom: 20px;
  }
  .brand__block.xxl {
    margin-bottom: 40px;
  }
}

.brand__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  color: #111111;
  text-transform: uppercase;
}
.brand__title.letter {
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .brand__title.letter {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .brand__title {
    font-size: 22px;
    line-height: 28.6px;
    margin-bottom: 20px;
  }
}

.brand__filter {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .brand__filter {
    margin-top: 20px;
  }
}
.brand__filter span {
  font-size: 20px;
  font-weight: 400;
  color: #2A2A2A;
  width: 44px;
  height: 44px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
}
@media (max-width: 767.98px) {
  .brand__filter span {
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.brand__filter span.link_disable {
  color: #6A6B70;
  cursor: default;
}
.brand__filter span:not(.link_disable):hover, .brand__filter span.active {
  background: #fff;
  border-radius: 8px;
  color: #E44315;
}
@media (max-width: 767.98px) {
  .brand__filter.desktop {
    display: none;
  }
}

.brand__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.brand__card {
  position: relative;
  width: calc(16.6666666667% - 17px);
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 20px;
}
.brand__card:hover .brand__card__img img {
  transform: scale(1.05);
}
.brand__card:nth-child(6n) {
  margin-right: 0px;
}
@media (max-width: 1199.98px) {
  .brand__card {
    width: calc(20% - 14px);
    margin-right: 17px;
  }
  .brand__card:nth-child(6n) {
    margin-right: 17px;
  }
  .brand__card:nth-child(5n) {
    margin-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .brand__card {
    width: calc(25% - 11px);
    margin-right: 14px;
  }
  .brand__card:nth-child(6n), .brand__card:nth-child(5n) {
    margin-right: 14px;
  }
  .brand__card:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .brand__card {
    width: calc(33.3333333333% - 11px);
    margin-bottom: 20px;
    margin-right: 14px;
  }
  .brand__card:nth-child(6n), .brand__card:nth-child(5n), .brand__card:nth-child(4n) {
    margin-right: 14px;
  }
  .brand__card:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .brand__card {
    width: calc(50% - 8px);
    margin-right: 10px;
  }
  .brand__card:nth-child(6n), .brand__card:nth-child(5n), .brand__card:nth-child(4n), .brand__card:nth-child(3n) {
    margin-right: 10px;
  }
  .brand__card:nth-child(2n) {
    margin-right: 0px;
  }
}

.brand__card__img {
  background-color: #FFFFFF;
  border-radius: 12px;
  height: 200px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .brand__card__img {
    height: 126px;
  }
}
.brand__card__img img {
  max-width: 100%;
  max-height: 100%;
}

.brand__card__name {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .brand__card__name {
    font-size: 14px;
    line-height: 21px;
    padding-top: 8px;
  }
}

.brand__form {
  display: flex;
}
.brand__form input, .brand__form button {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  height: 54px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .brand__form input, .brand__form button {
    height: 50px;
    font-size: 14px;
    line-height: 21px;
  }
}
.brand__form input[type=search] {
  background-color: #FFFFFF;
  padding: 8px 8px 8px 16px;
  max-width: 663px;
  width: 100%;
  color: #111111;
  font-weight: 400;
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .brand__form input[type=search] {
    padding: 12px 14px;
  }
}
.brand__form input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #8A8A8B;
  opacity: 1;
}
.brand__form input[type=search]::placeholder { /* Most modern browsers support this now. */
  color: #8A8A8B;
}
.brand__form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3e%3cg clip-path='url(%23search_clear_svg__a)'%3e%3cpath d='M5.392 18.607 18.606 5.393m0 13.214L5.392 5.393' stroke='%23B4B4B4' stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='search_clear_svg__a'%3e%3crect width='24' height='24' rx='12' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  cursor: pointer;
}
.brand__form button {
  background-color: #E44315;
  color: #FFFFFF;
  width: 115px;
  font-weight: 500;
  text-transform: uppercase;
}
.brand__form button:hover {
  background-color: #C9380E;
}

.select_type_alphabet {
  display: none;
}
@media (max-width: 767.98px) {
  .select_type_alphabet {
    display: block;
  }
}
.select_type_alphabet .bf_mobile {
  width: 173px;
  height: 52px;
  padding: 6px;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.select_type_alphabet .bf_mobile .bf_mobile__tab {
  width: 54px;
  height: 40px;
  padding: 11px 0px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  background-color: transparent;
  color: #2A2A2A;
  text-align: center;
}
.select_type_alphabet .bf_mobile .bf_mobile__tab.active {
  background-color: #2A2A2A;
  color: #FFFFFF;
}
.select_type_alphabet .bf_mobile__content {
  display: none;
}
.select_type_alphabet .bf_mobile__content.active {
  display: block;
}
