

/* Start:/local/templates/main/components/bitrix/news.list/clients_full/style.css?1775761015791*/
.clients-page__inner {
    width: 100%;
    background: var(--gray-silver);
    border-radius: var(--border-radius-m);
    padding: 40px 30px;
}


.logos__list {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.logos__item {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(1 / 5 * 100% - (1 - 1 / 5) * 15px);
}

.logos__item {
    padding: 0 15px;
}

.logos__item img {
    max-width: 100%;
    height: auto;
}

@media(max-width: 991px) {
    .logos__item {
        width: calc(1 / 3 * 100% - (1 - 1 / 3) * 15px);
    }
}

@media(max-width: 576px) {
    .logos__item {
        width: calc(1 / 2 * 100% - (1 - 1 / 2) * 15px);
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/clients_full/style.css?1775761015791 */
