.yandex-brands {
    box-sizing: border-box;
    width: 100%;
    background: #edeeff;
    overflow: hidden;
}

.yandex-brands__slider {
    box-sizing: border-box;
    width: 100%;
    height: 128px;
    padding: 20px 100px;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.yandex-brands__slider:active {
    cursor: grabbing;
}

.yandex-brands__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    width: max-content;
    height: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.yandex-brands__slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.yandex-brands__card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.yandex-brands__card a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yandex-brands__card img {
    display: block;
    object-fit: contain;
    flex: none;
}

.yandex-brands__image--1 {
    width: 137px;
    height: 34px;
}

.yandex-brands__image--2 {
    width: 94px;
    height: 58px;
}

.yandex-brands__image--3 {
    width: 157px;
    height: 20px;
}

.yandex-brands__image--4 {
    width: 159px;
    height: 32px;
}

.yandex-brands__image--5 {
    width: 165px;
    height: 88px;
}

.yandex-brands__image--6 {
    width: 71px;
    height: 72px;
}

.yandex-brands__image--7 {
    width: 137px;
    height: 68px;
}

.yandex-brands__image--8 {
    width: 172px;
    height: 56px;
}

@media (max-width: 1024px) {
    .yandex-brands__slider {
        padding: 20px 40px;
        height: 112px;
    }

    .yandex-brands__wrapper {
        gap: 48px;
    }
}

@media (max-width: 640px) {
    .yandex-brands__slider {
        padding: 16px 24px;
        height: 96px;
    }

    .yandex-brands__wrapper {
        gap: 32px;
    }

    .yandex-brands__image--1 {
        width: 110px;
        height: 27px;
    }

    .yandex-brands__image--2 {
        width: 76px;
        height: 47px;
    }

    .yandex-brands__image--3 {
        width: 126px;
        height: 16px;
    }

    .yandex-brands__image--4 {
        width: 127px;
        height: 26px;
    }

    .yandex-brands__image--5 {
        width: 132px;
        height: 70px;
    }

    .yandex-brands__image--6 {
        width: 57px;
        height: 58px;
    }

    .yandex-brands__image--7 {
        width: 110px;
        height: 54px;
    }

    .yandex-brands__image--8 {
        width: 138px;
        height: 45px;
    }
}
