

/* Start:/local/templates/privilegia/components/bitrix/system.pagenavigation/load_more/style.css?17733156441182*/
@charset "UTF-8";
/* Контейнер */
.load_more {
  margin: 50px 0 0;
  text-align: center;
  cursor: pointer; /* для клика по всему блоку */
}
@media (min-width: 1024px) {
  .load_more {
    margin-top: 56px;
  }
}

/* Кнопка */
.load__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 10px 22px;
  border: 0;
  border-radius: 10px;
  background: var(--color_accent_soft, #C8AE93);
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.15s ease;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 327px;
}
.load__btn:hover {
  opacity: 0.85;
  color: #fff;
}
.load__btn:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .load__btn {
    width: 384px;
    min-height: 72px;
    font-size: 18px;
    border-radius: 5px;
    max-width: 384px;
  }
}

/* (опц.) состояние загрузки — если решите добавлять класс .is-loading в JS */
.load_more.is-loading .load__btn {
  pointer-events: none;
  opacity: 0.6;
}

/* End */


/* Start:/local/templates/privilegia/components/bitrix/news/diary/bitrix/news.list/.default/style.css?17739873303099*/
@charset "UTF-8";
/* ===== reports-list / diary list (mobile-first) ===== */
.section.reports-list {
  margin-top: 10px;
  padding-bottom: 47px;
  /*border-top: 1px solid var(--color_border);*/
}
@media (min-width: 1024px) {
  .section.reports-list {
    padding-bottom: 0;
  }
}

.reports-list__inner {
  max-width: var(--container_max);
  margin-inline: auto;
  padding-inline: 6px;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .reports-list__inner {
    padding-inline: 0;
    padding-top: 0;
    --col: calc(100% / 12);
    --gap: 24px;
  }
}

/* List */
.reports-cards {
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .reports-cards {
    margin-top: 46px;
  }
}

/* Card */
.report-card {
  margin-bottom: 26px;
}
@media (min-width: 1024px) {
  .report-card {
    margin-bottom: 24px;
  }
}

.report-card__link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "brand arrow" "meta  meta";
  align-items: center;
  gap: 16px;
  padding: 18px 24px 16px;
  border-radius: 10px;
  background: var(--color_surface);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .report-card__link {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: var(--gap, 24px);
    row-gap: 0;
    grid-template-areas: none;
    padding: 20px 0;
    border-radius: 0;
  }
}
.report-card__link:hover {
  text-decoration: none;
}
.report-card__link:focus-visible {
  outline: 2px solid var(--color_accent_soft);
  outline-offset: 2px;
}

.report-card__brand {
  grid-area: brand;
  color: var(--color_text);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .report-card__brand {
    font-size: 32px;
    grid-column: 2/span 4;
    align-self: center;
  }
}

.report-card__meta {
  grid-area: meta;
  display: grid;
  gap: 2px;
  color: var(--color_text_muted);
  text-transform: none;
}
@media (min-width: 1024px) {
  .report-card__meta {
    grid-column: 6/span 3;
    justify-self: start;
    text-align: right;
    align-self: center;
  }
}

.report-card__line {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_text_muted);
}
@media (min-width: 1024px) {
  .report-card__line {
    font-size: 20px;
    line-height: 1.25;
  }
}

.report-card__arrow {
  grid-area: arrow;
  color: var(--color_accent_soft);
  justify-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .report-card__arrow {
    width: 76px;
    height: 72px;
    grid-column: 11/span 2;
    justify-self: center;
    align-self: center;
    align-items: center;
  }
}
.report-card__arrow svg {
  width: 100%;
  height: auto;
  transition: transform var(--transition_base, 0.2s) ease;
}
@media (hover: hover) and (min-width: 1024px) {
  .report-card__link:hover .report-card__arrow svg {
    transform: translateX(6px);
    opacity: 1;
  }
}

/* Pager */
.reports-list__pager {
  padding: 20px 0 40px;
  text-align: center;
}

/* End */
/* /local/templates/privilegia/components/bitrix/system.pagenavigation/load_more/style.css?17733156441182 */
/* /local/templates/privilegia/components/bitrix/news/diary/bitrix/news.list/.default/style.css?17739873303099 */
