

/* Start:/local/templates/opticvision/components/bitrix/news.list/brands-page/style.css?17491129351325*/
.brands-page {
    margin-top: 20px;
}
.brands-page .brands-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1400px) {
    .brands-page .brands-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 992px) {
    .brands-page .brands-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 768px) {
    .brands-page .brands-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 567px) {
    .brands-page .brands-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.brands-page .brands-item {
    background: #f7f7f7;
    border-radius: 0.5rem;
    overflow: hidden;
    max-width: 16rem;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.brands-item-img {
    height: 72px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.brands-page img, .brands-page picture {
    width: 100%;
    height: 4.5rem;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: saturate(0%);
    padding: 8px 22px;
}
.brands-page img:hover, .brands-page picture:hover {
    filter: saturate(100%);
}

/* End */
/* /local/templates/opticvision/components/bitrix/news.list/brands-page/style.css?17491129351325 */
