.brand-wrapper {
    margin: 0 0 25px 0;
}

.brand-letters-wrapper {
    margin: 32px 0 64px;
    width: 100%;
}

.brand-letters-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 8px;
}

.brand-letters-item {
    text-align: center;
    cursor: pointer;
}

.brand-letters-item a {
    color: #212529;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    padding: 0 8px;
    text-decoration: none;
}

.brand-category {
    color: #212529;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    padding: 0 8px;
    text-decoration: none;
}

.brand-category:hover,
.brand-category-active,
.brand-brands-link-active,
.brand-letters-item a:hover {
    background: #ddd;
    color: #212529;
}

.brand-brands-list-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 44px;
}

.brand-brands-list {
    align-self: center;
    flex: 100% 1 1;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.brand-brands-item {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}

.brand-brands-item span {
    color: #adadad;
    font-size: 13px;
}

.brand-letters-title {
    margin: 0 0 15px 0;
}

.brand-category-list {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-category-list li {
    float: left;
}

.brand-category-list li:not(:first-child) {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
}