.brandList {
  margin-top: 2rem;
}

.brandList__filter {
  margin-bottom: 1.25rem;
}

.brandList__filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brandList__filter ul li {
  display: inline-block;
  margin-right: 0.25rem;
  position: relative;
  font-weight: 700;
  color: #281612;
}

.brandList__filter ul li a,
.brandList__filter ul li span {
  padding: 0.1rem 0.75rem;
  background-color: transparent;
  border-radius: 90px;
  position: relative;
  z-index: 2;
  color: #414042;
}

.brandList__filter ul li a.selected,
.brandList__filter ul li span.selected {
  background-color: #bf877a;
  color: #fff;
}

.brandList__filter ul li a:hover,
.brandList__filter ul li span:hover {
  background-color: #281612;
  color: #e8be8c;
}

.brandList__filterBlock {
  margin-bottom: 2.5rem;
}

.brandList__latterBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
}

.brandList__header {
  color: #281612;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 500;
}

.brandList__items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brandList__items ul li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.brandList__items ul li a {
  font-size: 14px;
  font-size: 0.875em;
  color: #896159;
}

.brandList__items ul li a:hover {
  color: #e8be8c;
}

.brandList__container {
  -webkit-columns: 4 auto;
     -moz-columns: 4 auto;
          columns: 4 auto;
}

.brandElement {
  margin-bottom: 2rem;
}

.brandElement__header {
  margin-bottom: 3rem;
}

.brandElement__header:after {
  content: '';
  display: block;
  clear: both;
}

.brandElement__img {
  width: 250px;
  height: 250px;
  float: right;
  background: transparent center center/contain no-repeat;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.brandElement__img.__full {
  float: none;
  margin: auto;
}

.brandCategory {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem -0.3125rem;
}

.brandCategory__item {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.5rem;
}

.brandCategory__container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  background: #f7f4ee;
  color: #281612;
  border-radius: 30px;
}

.brandCategory__container.selected,
.brandCategory__container:hover {
  background-color: #281612;
  color: #e8be8c;
}

.brandCategory__title {
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .brandElement {
    margin-bottom: 1rem;
  }

  .brandElement__img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}