.brands-category {
    margin: 50px 0 100px;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.brands-category h2 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 24px;
}

.brands-category-items{
    display: grid;
    grid-template-columns: repeat(9, Calc((100% - 144px)/9));
    gap: 18px;
    grid-template-rows: auto;
}

.brands-category-item{
    width: 100%;
    height: auto;
}

.brands-category-item-block{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-rows: 70% 30%;
    grid-template-columns: auto;
    aspect-ratio: 1/1;
    background: #f0f2f6;
    padding: 15px;
    margin-bottom: 18px;
    border-radius: 4px;
}

.brands-category-item-block .image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.brands-category-item-block .image img{
    max-height: 60px;
    width: auto;
}

.brands-category-item-block .name{
    width: 100%;
    max-height: 36px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #979797;
    overflow: hidden;
}

.brands-category-item .desc{
    width: 100%;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1700px){

    .brands-category-items{
        grid-template-columns: repeat(8, Calc((100% - 126px)/8));
    }
}

@media (max-width: 1320px){

    .brands-category-items{
        grid-template-columns: repeat(7, Calc((100% - 108px)/7));
    }
}

@media (max-width: 1199px){

    .brands-category-items{
        grid-template-columns: repeat(6, Calc((100% - 90px)/6));
    }
}

@media (max-width: 991px){

    .brands-category-items{
        gap: 10px;
        grid-template-columns: repeat(6, Calc((100% - 50px)/6));
    }

    .brands-category-item-block{
        margin-bottom: 0;
    }

    .brands-category-item .desc{
        display: none;
    }
}

@media (max-width: 860px){

    .brands-category-items{
        grid-template-columns: repeat(5, Calc((100% - 40px)/5));
    }
}

@media (max-width: 768px){

    .brands-category-items{
        grid-template-columns: repeat(4, Calc((100% - 30px)/4));
    }
}

@media (max-width: 480px){

    .brands-category{
        margin: 40px 0;
    }

    .brands-category-item-block{
        padding: 8px;
        grid-template-rows: 67% 33%;
    }

    .brands-category-item-block .name{
        max-height: 24px;
    }

    .brands-category-item-block .image img{
        max-height: 30px;
    }
}


/*.brands-category__slider-block {
    margin: 0 0 32px;
    padding: 0 0 32px;
    border-bottom: 1px solid #f2f2f2;
}
.brands-category__slider-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 166px;
    height: 166px !important;
    padding: 28px 24px 16px;
    border-radius: 4px;
    background: #eff2f6;
}
.brands-category__slider-item:not(:last-child) {
    margin-right: 20px;
}
.brands-category__slider-item_img {
    padding: 66.1017% 0 0;
    position: relative;
}
.brands-category__slider-item_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.brands-category__slider-item_name {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    color: #979797;
}
.brands-category__slider-item:hover {
    background: #dfe5ed;
}
.brands-category .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 0;
    width: 46px;
    height: 46px;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 20px #00000014;
    color: #6f7682;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.brands-category .slick-arrow::before {
    content: '';
    display: block;
    position: absolute;
    background: url("/local/templates/shop/img/slider-arrow.svg");
    width: 46px;
    height: 46px;
    top: 0;
    left: 0;
}
.brands-category .slick-next::before {
    transform: rotate(180deg);
}
.brands-category .slick-prev {
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.brands-category .slick-next {
    right: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}
.brands-category .slick-disabled {
    display: none !important;
}
.brands-category__list-block {
    display: flex;
}
.brands-category__list-block h2 {
    font-size: 22px;
    line-height: 28px;
    width: 272px;
    max-width: 272px;
    flex-shrink: 0;
}
.brands-category__list {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
    max-height: 108px;
    overflow: hidden;
    transition: max-height .3s ease;
}
.brands-category__list.active {
    max-height: 1000px;
}
.brands-category__list-item {
    color: #555a64;
    display: block;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 18px;
}
.brands-category__list-item:hover {
    color: #66b8ce;
}
.brands-category__list-wrap {
    margin: 8px 0 0 40px;
    width: 100%;
}
.brands-category__list-more {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: #66b8ce;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 18px;
}
.brands-category__list-more:hover {
    opacity: .8;
}
.case__list.case__list_selections {
    max-width: calc(100% - 250px);
}


@media (max-width: 1023px) {
    .case__list.case__list_selections {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .brands-category__list-block {
        flex-direction: column;
    }
    .brands-category__list-wrap {
        margin: 0;
    }
}*/