.section-brands-new {
    background-color: #F6F6F6;
    padding: 23px 0 32px;
    overflow: hidden;
    .brands-tabs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        position: relative;
        padding: 0 60px;
    }

    .brand-tab__tabs {
        display: flex;
        gap: 2px;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex: 1;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .brand-tab__tabs::-webkit-scrollbar {
        display: none;
    }

    .brand-tab__item {
        background-color: #D9D9D9;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
        transition: background-color 0.3s ease;
        flex-shrink: 0;
    }

    .brand-tab__item:hover {
        background-color: #e8e8e8;
    }

    .brand-tab__item.active {
        background-color: #FFFFFF;
    }
    .brands-r__title {
        height: auto;
        padding: 7px 22px;
    }

    .brands-r__title img {
        max-width: 117px;
        max-height: 100%;
        display: block;
    }

    .slider-arrow-r {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("https://avtoshina24.ru/theme/assets/ext/icons/next-r.svg") !important;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        cursor: pointer;
        position: absolute;
        z-index: 2;
    }

    .slider-arrow-r_left {
        left: 30px;
        transform: translateY(-50%) rotate(180deg);
    }

    .slider-arrow-r_right {
        right: 30px;
        transform: translateY(-50%) rotate(0);
    }

    .slider-arrow-r.disabled,
    .slider-arrow-r.slick-disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    .brands-cards-content {
        min-height: 200px;
        position: relative;
    }

    .brands-cards-content__item {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: visibility 0.3s, opacity 0.3s;
        z-index: 1;
        background-color: #FFFFFF;
        border-radius: 4px;
        padding: 20px 30px 20px 60px;
    }

    .brands-cards-content__item.active {
        animation: fadeIn 0.3s ease forwards;
        visibility: visible;
        position: relative;
        opacity: 1;
        pointer-events: all;
        z-index: 2;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .brands-grid-new {
        position: relative;
        margin-bottom: 0;
    }

    .brand-card-r {
        border: 1px solid #D9D9D9;
        position: relative;
    }

    .brand-card-r img {
        width: 100%;
        height: auto;
        display: block;
        box-shadow: none;
    }

    .brand-card-r__info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.75);
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .brand-card-r__info span {
        font-size: 14px;
    }

    .brands-info {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-left: 20px;
    }

    .brands-info__image {
        margin-bottom: 1rem;
    }

    .brands-info__image img {
        max-width: 100%;
        height: auto;
    }

    .brands-r-text {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px;
    }

    .button-r {
        border-radius: 4px;
        font-weight: 700;
        padding: 9px 4px;
        font-size: 14px;
        min-width: 230px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

    @media (max-width: 1320px) {
        .brand-tab__item {
            flex: 0 0 calc((100% - 30px) / 4);
        }
        .brands-info {
            margin-left: 0;
        }
    }

    @media (max-width: 991px) {
        .brand-tab__item {
            flex: 0 0 calc((100% - 20px) / 3);
        }
        .brands-info__image {
            display: none;
        }
        .brands-r-text {
            margin-bottom: 20px;
        }
        .brands-grid-new {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 767px) {
        .brand-tab__item {
            background-color: transparent;
            flex: 0 0 100%;
        }
        .brand-tab__item.active {
            background-color: transparent;
        }
        .brands-cards-content__item.active {
            background-color: transparent;
        }
        .brands-cards-content__item {
            padding: 0;
        }

        .slider-arrow-r_left {
            left: 10px;
        }
        .slider-arrow-r_right {
            right: 10px;
        }

        .brands-grid-new .slick-list {
            overflow: visible;
        }

        .brands-r__title img {
            max-width: 211px;
        }
        .brand-tab__tabs {
           pointer-events: none;
        }
    }

    @media (max-width: 480px) {
        .brand-tab__item {
            flex: 0 0 100%;
        }
    }

    .brands-grid-new .slick-slide {
        margin-right: 18px;
    }

    .brands-grid-new .slick-active {
        width: 22px;
    }

    .brands-grid-new .slick-dots li button:before {
        transition: all 0.3s ease-in-out;
        background-color: #D9D9D9;
        width: 10px;
        height: 10px;
        content: '';
        border-radius: 50%;
        opacity: 1;
    }

    .brands-grid-new .slick-dots li.slick-active button:before {
        width: 22px;
        border-radius: 5px;
        background-color: #FFCE00;
    }

    .brands-grid-new .slider-arrow-r_left {
        left: -30px;
    }

    .brands-grid-new .slider-arrow-r_right {
        right: -15px;
    }

    @media (max-width: 767px) {
        .brands-grid-new .slider-arrow-r_right {
            right: -30px;
        }
        .brands-grid-new .slick-slide {
            margin-right: 13px;
        }

    }

}