

/* 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/news/brands/bitrix/news.detail/.default/style.css?1764591840676*/
.brands-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: var(--white);
}
.brands-detail_img {
  flex: 0 0 270px;
  max-width: 270px;
  height: 140px;
  background: transparent;
  justify-content: center;
  align-items: center;
}
@media (max-width: 969px) {
  .brands-detail_img {
    height: 185px;
  }
}
@media (max-width: 650px) {
  .brands-detail_img {
    flex: 100%;
    max-width: 100%;
    height: 240px;
  }
}
.brands-detail_img img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}
.brands-detail_text {
  flex: 1 0 0px;
  font-weight: 400;
  font-size: 14px;
}

/*# 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/catalog.section/slider/style.css?17645918403216*/
.catalog-section-wrap {
  padding-bottom: 20px;
  position: relative; }
  .catalog-section-wrap .caption {
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 30px;
    line-height: 1.2; }
  .catalog-section-wrap .catalog-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap; }
    .catalog-section-wrap .catalog-section .catalog-section-item {
      background: var(--white);
      flex: 1 0 26%;
      position: relative;
      padding: 60px 30px 40px;
      max-width: calc(33.3333% - 15px);
      border: 1px solid var(--section-color); }
      .catalog-section-wrap .catalog-section .catalog-section-item:hover {
        box-shadow: 0px 0px 10px 5px var(--section-color); }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_hit {
        position: absolute;
        width: 50px;
        height: 50px;
        background: var(--button-hover-color);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        left: 0;
        top: 0; }
        .catalog-section-wrap .catalog-section .catalog-section-item .item_hit span {
          text-transform: uppercase;
          color: var(--actions-color);
          font-size: 16px;
          font-weight: 700; }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_article {
        position: absolute;
        right: 24px;
        top: 17px;
        color: var(--article-color);
        font-weight: 400;
        font-size: 14px; }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_picture {
        width: 100%;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px; }
        .catalog-section-wrap .catalog-section .catalog-section-item .item_picture img {
          width: 100%;
          height: 100%;
          max-width: 90%;
          object-fit: contain;
          object-position: center; }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_brand {
        color: var(--article-color);
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 15px; }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 25px;
        color: var(--link-color); }
        .catalog-section-wrap .catalog-section .catalog-section-item .item_name a {
          width: auto; }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_price {
        font-size: 14px;
        font-weight: 600;
        color: var(--input-placeholder-color); }
        .catalog-section-wrap .catalog-section .catalog-section-item .item_price span {
          font-weight: 400; }
      .catalog-section-wrap .catalog-section .catalog-section-item .item_link {
        position: absolute;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        bottom: 0;
        background: var(--svg-hover); }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/components/bitrix/news/brands/style.css?17645918401282 */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?1764591840676 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17645918821353 */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/catalog.section/slider/style.css?17645918403216 */
