

/* Start:/local/templates/.default/components/bitrix/news/news/style.css?17645918401283*/
.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/news/bitrix/news.list/.default/style.css?17645918401445*/
.news-list {
  display: flex;
  flex-flow: wrap row;
  gap: 30px;
  margin-bottom: 50px;
}
.news-list_item {
  display: flex;
  flex-flow: wrap row;
  flex: 1 0 40%;
  max-width: calc(50% - 15px);
}
@media (max-width: 969px) {
  .news-list_item {
    flex: 100%;
    max-width: 100%;
  }
}
.news-list_item-img {
  flex: 0 0 270px;
  width: 270px;
  height: 270px;
  max-width: 45%;
}
@media (max-width: 1200px) {
  .news-list_item-img {
    height: 214px;
    width: 50%;
    flex: 50%;
  }
}
@media (max-width: 650px) {
  .news-list_item-img {
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.news-list_item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.news-list_item-block {
  position: relative;
  flex: 1 0 0px;
  display: flex;
  flex-flow: column;
  padding: 20px;
  background: var(--section-color);
}
.news-list_item-block-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.news-list_item-block-preview {
  font-weight: 400;
  font-size: 14px;
}
.news-list_item-block-more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-red);
}
.news-list_item-block-date {
  margin-top: auto;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-light-color);
}
.news-list a:after {
  content: none;
}

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

/* End */
/* /local/templates/.default/components/bitrix/news/news/style.css?17645918401283 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17645918821353 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17645918401445 */
