.item-brands {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 25%));
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.3s;
    margin: 20px 0;
    transition:0.3s;
}
.swiper-slide-active .item-brands {
    filter: drop-shadow(0px 1px 12px #0000cd40);
}
.brands-items {
    margin-top: calc(clamp(80px,6vw,100px) * -1);
}
.sw--brands:not(.swiper-initialized) .swiper-slide {
    flex-shrink: unset;
    margin-left: 70px;
    width: 150px;
    flex: 0 0 150px;
}

.item-brands img {
    width: 100%;
}