.info-page {
  background: #f7f7f7;
  padding-bottom: 120px;
}

.info-page .list-header {
  background: #f7f7f7;
}

.page-hero--info .page-hero__bg {
  background-size: 110%;
  background-position: 70% center;
}

.info-page .pager {
  padding: 30px;
}

.info-page__container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.info-inner {
  width: min(1050px, 100%);
  margin: 0 auto;
}

.info-page__title {
  margin: 50px 0 24px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #111;
}

.info-panel {
  width: min(1050px, 100%);
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  padding: 22px 35px;
}

.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-item {
  border-bottom: 1px solid rgba(125, 27, 27, 0.25);
}

.info-item:last-child {
  border-bottom: none;
}

.info-item__link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 24px 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.info-item__link:hover {
  opacity: 0.75;
}

.info-item__date {
  flex: 0 0 auto;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #222;
}

.info-item__title {
  font-size: 20px;
  color: #222;
  line-height: 1.4;
}

.info-item__tag {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
}

.info-item__tag.is-news {
  background: #7d1b1b;
  color: #fff;
  font-weight: 400;
}

.info-item__tag.is-column {
  background: #f2b21b;
  color: #fff;
  font-weight: 400;
}

.topics-page .topics-pager {
  margin-left: auto;
  width: calc(100% - (var(--search-w) + var(--layout-gap)));
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
}

.topics-page .topics-pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  text-decoration: none;
  color: #222;
}

.topics-page .topics-pager__item.is-active {
  background: #7d1b1b;
  color: #fff;
}

.topics-page .topics-pager__dots {
  color: #777;
}

.info-page .topics-pager {
  margin-top: 26px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .info-page {
    padding-bottom: 70px;
  }

  .info-page__container {
    width: min(100%, calc(100% - 40px));
  }

  .info-inner {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .info-page__title {
    margin: 24px 0 18px;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }

  .info-panel {
    width: 100%;
    max-width: 760px;
    padding: 20px 20px;
    border-radius: 12px;
  }

  .info-item__link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 14px;
    padding: 18px 4px;
  }

  .info-item__date {
    font-size: 16px;
    line-height: 1.4;
  }

  .info-item__tag {
    font-size: 12px;
    padding: 4px 10px;
  }

  .info-item__title {
    flex-basis: 100%;
    width: 100%;
    margin-top: 2px;
    font-size: 17px;
    line-height: 1.6;
  }

  .info-page .topics-pager {
    margin-top: 24px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .info-page .topics-pager__item {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }

  .info-page .topics-pager__item.is-active {
    background: #7d1b1b;
    color: #fff;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .info-page .page-hero__inner {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-page .page-hero__panel {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .info-panel {
    width: 370px;
    padding: 18px 16px;
  }

  .info-page__title {
    margin: 0;
    padding: 24px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #111;
    text-align: center;
    background-color: #f7f7f7;
  }

  .info-item__link {
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 16px 2px;
  }

  .info-item__date,
  .info-item__title {
    font-size: 16px;
  }

  .info-item__tag {
    font-size: 12px;
    padding: 4px 10px;
  }

  .list-header {
    display: none;
  }

  .info-item__link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 12px;
  }

  .info-item__title {
    flex-basis: 100%;
    width: 100%;
    margin-top: 6px;
  }
}
