

/* Start:/local/templates/.default/components/bitrix/news/brands/style.css?17645918401282*/
.site .news-section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.site .news-sort {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site .news-sort_item {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  background: var(--white) url(/img/arrow_bot.svg) no-repeat;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
}
.site .news-sort_item.active {
  background-image: url(/img/arrow_bot_revert.svg);
}
.site .news-sort_item.active + .news-sort_block-list {
  display: block;
}
.site .news-sort_block {
  position: relative;
}
.site .news-sort_block-list {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 10;
}
.site .news-sort_block-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background: var(--white);
  height: 30px;
  border-top: 1px solid var(--section-color);
}
.site .news-view {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site .news-view_title {
  font-weight: 400;
}
.site .news-view_item svg {
  fill: var(--svg);
}
.site .news-view_item.active svg, .site .news-view_item:hover svg {
  fill: var(--svg-hover);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17645918821353*/
.pagenavigation {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    max-width: max-content;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagenavigation a:after {
    content: none;
}

.pagenavigation_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    opacity: 1;
    background: var(--button-color);
    background-size: 100% 100%;
    pointer-events: none;
}

.pagenavigation_arrow:hover {
    font-weight: bold;
    color: #000;
    background: var(--button-hover-color);
}

.pagenavigation_arrow.page-prev {
    left: 0;
}

.pagenavigation_arrow.page-next {
    right: 0;
}

.pagenavigation_arrow.active {
    pointer-events: auto;
}

.pagenavigation_page {
    width: 40px;
    height: 40px;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.pagenavigation_page:hover {
    font-weight: bold;
}

.pagenavigation_page.active {
    opacity: 1;
    font-weight: bold;
}

.pagenavigation_page:before {
    content: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1764591840824*/
.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.brands-list_item {
  flex: 1 0 20%;
  background: var(--section-color);
  padding: 20px;
  max-height: 140px;
  max-width: calc((100% - 90px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .brands-list_item {
    flex: 1 0 30%;
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 969px) {
  .brands-list_item {
    flex: 1 0 40%;
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 480px) {
  .brands-list_item {
    flex: 100%;
    max-width: 100%;
  }
}
.brands-list_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/components/bitrix/news/brands/style.css?17645918401282 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17645918821353 */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1764591840824 */
