.brand-pagination-alphabet{
    margin-top: 70px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.brand-pagination-alphabet li{
    display: inline-block;
}

.brand-pagination-alphabet > li > a{
    border: none;
    color: #2d2d2d;
    line-height: 20px;
}

.brand-pagination-alphabet > li > a:hover{
    color: #2d2d2d
}

.brand-pagination-alphabet > li > a:focus{
    color: #2d2d2d
}

/* Горизонатльные линии по краям заголовка */
.alphabet-title {
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.alphabet-title span {
    display: inline-block;
    vertical-align: middle;
}
.alphabet-title:before,
.alphabet-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #d0d0d0;
    position: relative;
}
.alphabet-title:before {
    margin-left: -100%;
    left: -14px;
}
.alphabet-title:after {
    margin-right: -100%;
    right: -14px;
}

.brand-column{
    margin-top: 23px;
    margin-bottom: 23px;
}

.li-brand{
    margin-top: 7px;
    margin-bottom: 7px;
    list-style-type: disc;
}

.brand-column > li > a:hover{
    border: none;
    color: #2d2d2d;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}

.clearfix:after{
    clear: both;
}

.visible-md,
.visible-lg {
    display: none;
}

.letter-block{
    width: 70%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block;
    }
}

.brand-category-header-name {
    margin-bottom: 15px;
    margin-left: 10px;
}
