.brands {
    float: left;
    width: 100%;
    padding-top: 70px;
    background-color: #fafafa;
}

.slider-brands_wrap * {
    outline: none;
}

.slider-brands {
    padding: 20px !important;
    border: 2px solid #f2f2f2;
    background-color: white;
    overflow: hidden;
}

.slider-brands__item {
    display: flex !important;
    justify-content: center;

}

.slider-brands .slick-slide {
    margin: 0 50px;
}

.slider-brands .slick-list {
    margin-left: -50px;
    margin-right: -50px;
}

.slider-brands .slick-list img {
    width: fit-content;
    height: fit-content;
}

.slider-brands_wrap .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;

}

.slider-brands_wrap .slick-dots li {
    margin: 0 8px;
    list-style: none;

}

.slider-brands_wrap .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px;
    background-color: #C5C4C4;
    cursor: pointer;

}

.slider-brands_wrap .slick-dots li.slick-active button {
    background-color: #FF8A00;

}

@media screen and (max-width: 767px) {
    .brands {
        padding: 0 0 25px;
    }

    .slider-brands_wrap .slick-dots li {
        margin: 0 7px;
    }

    .slider-brands_wrap .slick-dots button {
        width: 11px;
        height: 11px;
    }
}