.brands__filter-all span a {
    width: 60px;
    height: 42px;
    color: #8091a5;
    background: #f4f7fa;
    border: 1px solid #dfe6ee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.brands__filter-all span a.active {
    background: #0099fa;
    color: #fff;
}
.brands__filter-all span a:hover {
    opacity: 0.9;
}
.brands__filter-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}
.brands__filter-lang img {
    cursor: pointer;
}
.brands__filter-lang img.changed {
    transform: scale(-1, 1);
}
.brands__filter-lang span {
    padding: 0 25px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #8091a5;
    cursor: pointer;
}
.brands__filter-lang span.active {
    color: #0085d9;
    cursor: default;
}
.brands__filter-ABC ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    list-style: none;
    margin-bottom: 0;
}
.brands__filter-ABC ul li {
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px;
}
.brands__filter-ABC ul li a {
    text-transform: uppercase;
    font-size: 24px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #8091a5;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.brands__filter-ABC ul li a.active {
    cursor: default;
    background: #0099fa;
    color: #fff;
}
.brands__filter-ABC ul li a.active:hover {
    background: #0099fa;
}
.brands__filter-ABC ul li a:hover {
    background: #dfe6ee;
}
.brands__one {
    padding: 15px;
}
.brands__one-block {
    height: 370px;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all .2s ease-out;
    box-shadow: 0 0 0 1px #ECEFF1;
}
.brands__one-block:hover, .brands__one-block.hovered {

    box-shadow: 0px 8px 10px rgba(0, 141, 238, 0.4);
}
.brands__one-block:hover .brands__more, .brands__one-block.hovered .brands__more {
    display: block;
}
.brands__one-logo {
    height: 60px;
    margin-bottom: 16px;
}
.brands__one-block.horizontal .brands__one-logo {
    float: left;
    width: 180px;
    margin-right: 20px;
}
.brands__one-block.default .brands__one-middle {
    display: flex;
    flex-direction: column-reverse;
}
.brands__one-logo img {
    max-width: 100%;
    max-height: 100%;
}
.brands__one-collections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: 45px;
    bottom: 30px;
    cursor: pointer;
    max-width: calc(100% - 90px);
    max-height: 96px;
    overflow: hidden;
}
.brands__one-block.horizontal .brands__one-collections {
    float: left;
}
.brands__one-collections span {
    color: #313541;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.brands__one-collections ul {
    list-style: none;
    margin: 8px 0 0;
}
.brands__one-collections li {
    display: inline-block;
    margin: 0 4px 8px 0;
    height: 30px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #dfe6ee;
    background: #f4f7fa;
    line-height: 30px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808599;
}
.brands__one-collections li a:hover {
    color: #fff;
}
.brands__one-collections li:hover {
    background: #0099fa;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
}
.brands__one-collections li:hover a {
    color: #fff;
}
.brands__one-description {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    height: 137px;
    overflow: hidden;
}
.brands__one-block.horizontal .brands__one-description  {
    height: auto;
    overflow: visible;
    margin-bottom: 0;
    color: #3f4a56;
    clear: both;
}
.brands__list {
    margin-bottom: 100px;
}

.brands__list .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.brands__seo {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #313541;
    margin-bottom: 40px;
}
.brands__more {
    position: absolute;
    background: #008dee;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    right: -25px;
    bottom: -25px;
    padding: 11px 18px;
    font-size: 18px;
    color: #fff;
    display: none;
    cursor: pointer;
}
.brands__more:before, .brands__more:after {
    content: "";
    display: block;
    position: relative;
}
.brands__more:before {
    width: 16px;
    height: 2px;
    background-color: #ebedee;
    top: 12px;
}
.brands__more:after {
    width: 8px;
    height: 8px;
    border: 2px solid #ebedee;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    top: 7px;
    left: 8px;
}

.brands__filter-ABC-mobile {
    position: relative;
    padding: 0 40px;
    display: none !important;
}
.brands__filter-ABC-mobile:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 23%;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 11;
}
.brands__filter-ABC-mobile:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 23%;
    background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 11;
}
.brands__filter.rus  li.ABC_rus {
    display: flex;
}
.brands__filter.eng  li.ABC_eng {
    display: flex;
}
.brands__filter.rus  li.ABC_eng {
    display: none;
}
.brands__filter.eng  li.ABC_rus {
    display: none;
}

@media (max-width: 991px) {
    .brands__filter-ABC ul li {
        margin: 0;
    }
    .brands__filter-ABC ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .brands__filter-ABC-PC {
        display: none !important;
    }
    .brands__filter-ABC .brands__filter-ABC-mobile {
        display: block !important;
    }
    .brands__filter.rus  li.ABC_rus {
        display: block;
        float: left;
    }
    .brands__filter.eng  li.ABC_eng {
        display: block;
        float: left;
    }
    .brands__one-description {
        clear: both;
    }
    .brands__one-block.horizontal .brands__one-logo {
        width: auto;
    }
    .brands__filter-lang {
        width: 200px;
    }
    .brands__filter-ABC {
        padding-top: 15px;
    }

    .brands__list .pagination .modern-page-previous, .brands__list .pagination .modern-page-next{
        display: none;
    }
}