<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/.default/components/bitrix/news.list/top_brand-v2/style.css?17494610371023*/
#top_brands{
    margin-bottom: 35px;
}
.brand__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    gap: 20px;
  }
.brand__container_list {
    display: contents;
}
.brand__container_list .col-lg-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-bottom: 10px;
}
.brand__container_list .img-fluid {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-fit: contain;
}
@media (max-width: 1000px) {
  .brand__container {
      grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 775px) {
    .brand__container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 550px) {
  .brand__container {
      grid-template-columns: repeat(2, 1fr);
  }
  
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/top_brand-v2/style.css?17494610371023 */
</pre></body></html>