.price--bottom {
    color: #3C4765;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.03em;
    margin-top: 7px;
}

.b--brands {
 background: #FFFFFF;
 padding: 40px 40px 85px 40px;
 -webkit-clip-path: polygon(0 0, 93% 0, 100% 43%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
         clip-path: polygon(0 0, 93% 0, 100% 43%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
 margin-bottom: 65px;
 position: relative;
}

.b--brands .b--brands-item > *:not(:last-child) {
 margin-right: 32px;
}
.b--brands .b--brands-item__img {
 width: 256px;
 min-width: 256px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 height: 145px;
 /* background-color: #ED1C24; */
}
.b--brands-item__block .b--brands-item__text {
 max-width: 625px;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #0F203D;
 letter-spacing: 0.02em;
 height: 120px;
 overflow: hidden;
 margin-bottom: 16px;
 -webkit-transition: linear .2s;
 -o-transition: linear .2s;
 transition: linear .2s;
}
.b--brands-item__block .b--brands-item__text > *:not(:last-child) {
 margin-bottom: 10px;
}
.b--brands-item__block .b--brands-item__text.height--active {
 height: 100%;
}
.js-b-brans--more {
 padding: 0;
 font-weight: 600;
 font-size: 14px;
 color: #0F203D;
 padding-bottom: 4px;
 border-bottom: 1px dashed #0F203D;
}
.b--brands-item__abs {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 48px;
 left: 0;
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
}

.sec-title__small {
 font-size: 32px;
 margin-bottom: 32px;
}
.brands-cat__item {
 height: 80px;
 padding: 16px;
 background: #FFFFFF;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 font-weight: 700;
 font-size: 16px;
 -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
 color: #1D2E4D;
 border: 1px solid transparent;
 -webkit-transition: linear .2s;
 -o-transition: linear .2s;
 transition: linear .2s;
}
.brands-cat__item-img {
 position: relative;
}

.brands-cat__item--active .brands-cat__item-img::before {
 content: '';
 display: block;
 width: 32px;
 height: 32px;
 -webkit-clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
         clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
 background-color: rgba(232, 56, 50, .3);
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
}
.brands-cat__item:hover {
 border-color: #E83832;
}
.brands-cat__item--active {
border-color: #E83832;
}
.brands-cat__item >*:not(:last-child) {
 margin-right: 16px;
} 
.brands-cat {
 margin-bottom: 64px;
}
.brands-cat__items {
 display: -ms-grid;
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 grid-gap: 32px;
}

.brands-list-search {
 margin-bottom: 30px;
}

.block_brands_list {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 100px;
}

.block_brands_list .d-none{
 display: none;
}

.grid-list__row .grid-list__buttons {
 width: 150px;
}

.block_item_brand img {
 max-height: 57px;
}

@media (max-width: 1024px) {
 .block_brands_list .block_item_brand{
  width: 100px;
 }
}

@media (max-width: 480px) {
 .sec-title__small {
    font-size: 18px;
 }
 .b--brands .b--brands-item > *:not(:last-child) {
    margin-right:  0;
    margin-bottom: 16px;
 }
 .b--brands-item__abs {
    background-size: cover; 
 }
 .block_brands_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
 }
}

@media (max-width: 375px) {
 .block_brands_list{
  grid-template-columns: 1fr 1fr;
 }
}