.shop-brand-brands__wrapper {
    margin: -15px;
}

.shop-brand-brands__brand-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
}

.shop-brand-brands__brand-link {
    display: block;
    padding: 30px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid transparent;
    margin: 15px;
}
.shop-brand-brands__brand-link:hover {
    border-color: #eeeeee;
}

.shop-brand-brands__brand-image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.shop-brand-brands__brand-image-box {
    height: 100px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.shop-brand-brands__brand-name {
    display: block;
    text-align: center;
    font-size: 18px;
}

.shop-brand-brands__not-found {
    padding: 15px;
}

.brands-search-wrapper {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.brands-search-input {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 9px 45px 10px 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
    outline: 0;
    background: #fff;
    transition: border-color .2s ease-in-out;
}
.brands-search-clear {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #bdbdbd;
    height: 100%;
    width: 45px;
    cursor: pointer;
}
.brands-search-clear-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.brands-letters_header {
    font-size: 18px;
    font-weight: 500;
}
.brands-letters__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -10px;
    padding-left: 0;
}
.brands-letters__item,
.brands-letters__reset {
    margin-left: 10px;
    text-decoration: none;
    color: #206dc4;
    list-style: none;
    margin-top: 0;
    cursor: pointer;
}
.brands-letters__item--active {
    font-weight: 600;
}
.brands-letters__item:hover {
    color: #f00;
}
