/* Пресс-центр */

/* Старые крошки из headerdev (bitrix:breadcrumb) — свои .pc-crumbs */
.breadcrumbs {
  display: none !important;
}

.pc-page {
  --pc-orange: #ff6600;
  --pc-white: #ffffff;
  --pc-text: #2c2c2c;
  --pc-muted: #a2a2a2;
  --pc-border: #d9d9d9;
  --pc-purple: #a16aac;
  --pc-purple-soft: #f4edf6;
  --pc-purple-dark: #722082;
  --pc-font: EvrazSans, "Segoe UI", system-ui, sans-serif;
  --pc-wrap: 1330px;
  --pc-pad-x: 24px;
  --pc-bgr-main: #F9F9F9;

  margin: 0;
  padding: 0 0 80px;
  display: flow-root;
  font-family: var(--pc-font);
  color: var(--pc-text);
  background: var(--pc-bgr-main);
}

.pc-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--pc-wrap);
  margin-inline: auto;
  /* padding-inline: var(--pc-pad-x); */
  padding: 0 24px;
}

.pc-wrap_detail {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--pc-wrap);
  margin-inline: auto;
}

/* Крошки — как на /news/, /about/: серые пункты, чёрный текущий, короткий разделитель */
.pc-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 29px 0 32px;
  font-size: 12px;
  line-height: 14px;
}

.pc-crumbs_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 29px 0 32px;
  font-size: 12px;
  line-height: 14px;
}

.pc-crumbs__item {
  position: relative;
  color: var(--pc-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.pc-crumbs__item:hover {
  color: #f9b72a;
}

.pc-crumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  width: 8px;
  height: 0.5px;
  background: var(--pc-muted);
  transform: translateY(-50%);
}

.pc-crumbs__item--current {
  color: var(--pc-text);
}

.pc-crumbs__item--current:hover {
  color: var(--pc-text);
}

.pc-crumbs__item--clip {
  min-width: 0;
  max-width: 32ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-title {
  margin: 0 0 48px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 40px;
  line-height: 28px;
  letter-spacing: 1%;
  text-align: start;
}

.pc-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.pc-tabs-scroll {
  min-width: 0;
}

.pc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  padding: 4px;
  border: 1px solid var(--pc-border);
  background: var(--pc-white);
}

.pc-tab {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 6px 13px;
  border: 0;
  border-radius: 2px;
  background: var(--pc-white);
  color: var(--pc-text);
  font: inherit;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.pc-tab:focus,
.pc-tab:active,
.pc-tab:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.pc-tab:hover {
  background: #f0f0f0;
  color: var(--pc-text);
}

.pc-tab.is-active {
  background: var(--pc-purple);
  color: var(--pc-white);
}

.pc-tab.is-active:hover {
  background: var(--pc-purple);
  color: var(--pc-white);
}

a.pc-tab {
  text-decoration: none;
  color: var(--pc-text);
}

a.pc-tab:visited,
a.pc-tab:hover,
a.pc-tab:focus,
a.pc-tab:active {
  color: var(--pc-text);
  text-decoration: none;
}

a.pc-tab.is-active,
a.pc-tab.is-active:visited,
a.pc-tab.is-active:hover,
a.pc-tab.is-active:focus,
a.pc-tab.is-active:active {
  color: var(--pc-white);
}

.pc-toolbar__controls {
  display: flex;
  align-items: flex-start;
  flex: none;
  gap: 8px;
}

.pc-period {
  position: relative;
  flex: none;
}

.pc-period__toggle,
.pc-tags-btn {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0 36px 0 12px;
  border: 1px solid var(--pc-border);
  border-radius: 2px;
  background-color: var(--pc-white);
  color: var(--pc-text);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.pc-period__toggle {
  position: relative;
  min-width: 180px;
}

.pc-period__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23616161' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
}

.pc-period__toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.pc-tags-btn {
  padding: 0 16px;
}

.pc-tags-btn[aria-expanded="true"] {
  background-color: var(--pc-bgr-main);
}

.pc-period__toggle:focus,
.pc-period__toggle:active,
.pc-tags-btn:focus,
.pc-tags-btn:active {
  outline: none;
  box-shadow: none;
}

.pc-period__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--pc-border);
  border-radius: 2px;
  background: var(--pc-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pc-period__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.35;
  color: var(--pc-text);
  cursor: pointer;
}

.pc-period__option + .pc-period__option {
  border-top: 1px solid #ededed;
}

.pc-period__option:hover,
.pc-period__option.is-active {
  background: var(--pc-purple-soft);
}

.pc-period__option.is-active::after {
  content: "";
  flex: none;
  width: 14px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23a16aac' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.pc-period__option a {
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.pc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.pc-tags[hidden] {
  display: none !important;
}

.pc-chip {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--pc-border);
  border-radius: 2px;
  background: var(--pc-white);
  color: var(--pc-text);
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.pc-chip:focus,
.pc-chip:active {
  outline: none;
  box-shadow: none;
}

.pc-chip.is-active {
  border: 2px solid var(--pc-purple-dark);
  padding: 7px 11px;
}

.pc-clear {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2c2c2c;
  font: inherit;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  margin-left: 18px;
}

.pc-clear:focus,
.pc-clear:active {
  outline: none;
  box-shadow: none;
}

a.pc-chip,
a.pc-clear {
  text-decoration: none;
  color: inherit;
}

a.pc-chip {
  color: var(--pc-text);
}

a.pc-chip:visited,
a.pc-chip:hover,
a.pc-chip:focus,
a.pc-chip:active {
  color: var(--pc-text);
  text-decoration: none;
  background: var(--pc-white);
}

a.pc-clear:visited,
a.pc-clear:hover,
a.pc-clear:focus,
a.pc-clear:active {
  color: #2c2c2c;
  text-decoration: none;
}

.pc-clear__icon {
  width: 24px;
  height: 24px;
  flex: none;
}

.pc-filters {
  margin-bottom: 48px;
}

.pc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.pc-empty {
  width: 100%;
  margin: 0;
  color: var(--pc-muted);
  font-size: 16px;
  line-height: 24px;
}

.pc-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc((100% - 64px) / 3);
  max-width: calc((100% - 64px) / 3);
  min-width: 0;
  color: inherit;
  text-decoration: none;
  background: var(--pc-white);
  border: 1px solid #e6e6e6;
  overflow: hidden;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease;
}

.pc-card:hover {
  color: inherit;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pc-card[hidden] {
  display: none !important;
}

.pc-card__media {
  position: relative;
  /* aspect-ratio: 16 / 9; */
  background: #f5f5f5;
  overflow: hidden;
  min-height: 253px;
  background-repeat: no-repeat;
  background-size: cover;
}

.pc-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12px;
  background: #722082;
  color: var(--pc-white);
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 34px;
}

.pc-card__play {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--pc-white);
  color: var(--pc-purple);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

.pc-card__play svg {
  margin-left: 2px;
}

.pc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding: 24px;
}

.pc-card__title {
  margin: 0 0 32px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: start;
  text-transform: none;
}

.pc-card:hover .pc-card__title {
  color: var(--pc-text);
}

.pc-card__text {
  margin: 0 0 32px;
  color: #616161;
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;

}

.pc-card__date {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.3;
  color: var(--pc-muted);
}

.pc-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
}

.pc-pagination__nav {
  color: #999999;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.pc-pagination__nav.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.pc-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pc-pagination__nav:focus,
.pc-pagination__nav:active,
.pc-pagination__page:focus,
.pc-pagination__page:active {
  outline: none;
  box-shadow: none;
}

.pc-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--pc-border);
  color: var(--pc-text);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.pc-pagination__page:visited {
  color: var(--pc-text);
}

.pc-pagination__page:hover {
  border: 1px solid var(--pc-purple);
  color: inherit;
}

.pc-pagination__page.is-active {
  border-color: var(--pc-purple);
  background: var(--pc-purple);
  color: var(--pc-white);
}

.pc-pagination__page.is-active:hover {
  color: var(--pc-white);
}

.pc-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 36px;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1;
  user-select: none;
}

.pc-subscribe {
  display: flex;
  justify-content: center;
  margin-top: 76px;
  background-color: #ffffff;
  max-width: 713px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 48px;
}

.pc-subscribe-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 713px;
  padding: 0 8px;
  box-sizing: border-box;
}

.pc-subscribe__title {
  margin: 0 0 24px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: start;
  text-transform: none;
}

.pc-subscribe__lead {
  margin: 0 0 48px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0%;
}

.pc-subscribe__success,
.pc-subscribe__error {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.4;
}

.pc-subscribe__success {
  color: var(--pc-text);
}

.pc-subscribe__error {
  color: #c0392b;
}

.pc-subscribe__success[hidden],
.pc-subscribe__error[hidden],
.pc-subscribe__hint[hidden] {
  display: none;
}

.pc-subscribe__hint {
  margin: -44px 0 24px;
  padding: 0 10px;
  color: #219653;
  font-size: 14px;
  line-height: 20px;
}

.pc-subscribe__hint--invalid {
  color: #c0392b;
}

.pc-subscribe__hint + .pc-subscribe__hint {
  margin-top: -20px;
}

.pc-field {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.pc-field:focus-within {
  border-bottom-color: var(--pc-orange);
}

.pc-field.is-invalid {
  border-bottom-color: #c0392b;
}

.pc-field__label {
  flex: none;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  white-space: nowrap;
}

.pc-field__input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #999999;
  font-family: EvrazSans, "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  outline: none;
}

.pc-field__input::placeholder {
  color: #9e9e9e;
}

.pc-subscribe__checks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 8px 0 32px;
}

.pc-subscribe__checks a {
  color: inherit;
  text-decoration: underline;
}

.pc-checkline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #616161;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}

.pc-checkline span {
  margin-top: 2px;
}

.pc-checkline input {
  flex: none;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--pc-orange);
}

.pc-checkline--ads span {
  line-height: 26px;
}

.pc-checkline--ads input {
  margin-top: 7px;
}

.pc-subscribe__submit-wrap {
  display: flex;
  justify-content: center;
}

.pc-subscribe__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 52px;
  margin: 0;
  padding: 0 32px;
  border: 0;
  background: var(--pc-orange);
  color: var(--pc-white);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pc-subscribe__submit:hover {
  background: #e85d00;
  color: #000000;
}

.pc-subscribe__submit:disabled,
.pc-subscribe__submit[disabled] {
  background: #ffc299;
  color: #fff;
  cursor: default;
  opacity: 1;
  -webkit-text-fill-color: #fff;
}

.pc-subscribe__submit:disabled:hover {
  background: #ffc299;
  color: #fff;
}

.pc-subscribe__submit:focus,
.pc-subscribe__submit:active {
  outline: none;
  box-shadow: none;
}

.pc-article {
  display: flex;
  flex-direction: column;
}

.pc-article__layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 34px;
}

.pc-article__main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  background-color: var(--pc-white);
  padding: 32px 48px;
}

.pc-article__head {
  position: static;
  margin-bottom: 42px;
}

.pc-article__head_detail {
  position: static;
  margin-bottom: 42px;
}

.pc-article__side {
  display: flex;
  flex-direction: column;
  /* flex: 0 0 260px; */
  width: 100%;
  gap: 48px;
  position: sticky;
  top: 140px;
  max-width: 308px;
}

.pc-article__title {
  position: static;
  margin: 0 0 32px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1%;
  text-align: start;
}

.pc-article__meta {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pc-article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
}

.pc-article__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid var(--pc-border);
  border-radius: 2px;
  background: var(--pc-white);
  color: var(--pc-text);
  font-size: 14px;
  line-height: 1.2;
  min-height: 40px;
  margin-right: 4px;
}

.pc-article__tag.is-active {
  border-color: var(--pc-purple);
  background: var(--pc-purple);
  color: var(--pc-white);
  margin-right: 32px;
}

.pc-article__date {
  flex: none;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.pc-article__date_detail {
  flex: none;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.pc-article__hero {
  overflow: hidden;
  background: #f5f5f5;
}

.pc-article__hero_detail {
  overflow: hidden;
  /* background: #f5f5f5; */
}

.pc-article__hero img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
}

.pc-article__hero_detail img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: left;
}


.pc-article__lead {
  margin: 64px 0 0;
  color: #2C2C2C;
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
}

.pc-article__lead_detail {
  margin: 64px 0 0;
  color: #2C2C2C;
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
}

.pc-toc {
  display: flex;
  flex-direction: column;
  margin: 64px 0 0;
}

.pc-toc_detail {
  display: flex;
  flex-direction: column;
  margin: 64px 0 0;
}

.pc-toc__title {
  margin: 0 0 24px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1%;
  text-align: start;
  text-transform: none;
}

.pc-toc__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}

.pc-toc__list > li > a {
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #616161;
  transition: all 0.5s ease;
}

.pc-toc__list > li > a:hover {
  color: #FF6600;
}

.pc-toc__link {
  position: relative;
  display: block;
  padding-left: 14px;
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.pc-toc__link::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.pc-toc__link:hover,
.pc-toc__link.is-active {
  color: var(--pc-purple);
}

.pc-article__content {
  display: block;
  margin-top: 64px;
  color: #616161;
  font-size: 16px;
  line-height: 24px;
}

.pc-article__content > *:first-child {
  margin-top: 0;
}

.pc-article__content p,
.pc-article__content ul,
.pc-article__content ol,
.pc-article__content blockquote {
  margin: 0 0 16px;
}

.pc-article__content ul,
.pc-article__content ol {
  padding-left: 22px;
}

.pc-article__content img,
.pc-article__content video,
.pc-article__content iframe {
  max-width: 100%;
  height: auto;
}

.pc-article__content a {
  color: var(--pc-orange);
}

.pc-article__content h2,
.pc-article__heading {
  margin: 0;
  margin-bottom: 32px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1%;
  text-align: start;
  text-transform: none;
}

.pc-article__content h2 {
  margin: 40px 0 16px;
}

.pc-article__content h3 {
  margin: 28px 0 12px;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.pc-article__section p {
  margin: 0;
  color: #616161;
  font-size: 16px;
  line-height: 24px;
}
.pc-article__section_detail p {
  margin: 0;
  color: #616161;
  font-size: 16px;
  line-height: 24px;
}

.pc-article__back {
  margin-top: 64px;
  color: #2C2C2C;
  text-decoration: none;
  padding: 24px;
  border: 1px solid #999999;
  max-width: 218px;
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1%;
}

.pc-article__back:hover {
  color: var(--pc-text);
}

.pc-article__missing {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pc-related {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 41px;
}

.pc-related_detail {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 41px;
}

.pc-related__title {
  font-family: EvrazSans;
  font-weight: 500;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 1%;
  text-align: start;
  text-transform: none;
}

.pc-related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.pc-related__list .pc-card {
  flex: 1 1 0;
  max-width: none;
}

.pc-side-block {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  padding: 32px 16px;
  background-color: var(--pc-white);
}

.pc-side-block--tags {
  background: none;
  padding: 0;
}

.pc-side-block__title {
  margin: 0;
  color: var(--pc-text);
  font-family: EvrazSans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: start;
  text-transform: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}

.pc-side-block__title_tags {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1%;
  color: #000000;
  text-align: start;
  text-transform: none;
  margin-bottom: 24px;
}

.pc-side-rubrics {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-side-rubrics__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  text-decoration: none;
  font-family: EvrazSans;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1%;
  border-bottom: 1px solid #D9D9D9;
  color: #616161;
}

.pc-side-rubrics__item:hover {
  color: var(--pc-purple);
}

.pc-side-rubrics__item.is-active::after {
  content: "";
  flex: none;
  width: 14px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23a16aac' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.pc-side-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pc-side-tags__item {
  display: inline-flex;
  align-items: center;
  padding: 15px 16px;
  border: 1px solid var(--pc-border);
  border-radius: 2px;
  background: var(--pc-white);
  color: var(--pc-text);
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  min-height: 40px;
}

.pc-side-tags__item:hover {
  color: var(--pc-text);
  border-color: var(--pc-purple);
}

.pc-side-sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px;
  background: var(--pc-white);
  text-align: center;
}

.pc-side-sub__art {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.pc-side-sub__text {
  margin: 0 0 27px;
  color: var(--pc-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: center;

}

.pc-side-sub__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 0 16px;
  background: var(--pc-orange);
  color: var(--pc-white);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.pc-side-sub__btn:hover {
  background: #e85d00;
  color: #000000;
}

.pc-article__back_detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .pc-page {
    padding-bottom: 48px;
  }

  .pc-wrap {
    /* padding-inline: 16px; */
    padding: 0 16px;
  }
  .pc-wrap_detail {
    padding: 0;
  }

  .pc-crumbs {
    gap: 20px;
    padding: 20px 0 24px;
  }

  .pc-crumbs_detail {
    gap: 20px;
    padding: 20px 16px;
  }

  .pc-crumbs__item:not(:last-child)::after {
    right: -14px;
  }

  .pc-crumbs__item--clip {
    max-width: 18ch;
  }

  .pc-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .pc-filters {
    margin-bottom: 30px;
  }

  .pc-card__badge {
    max-height: 34px;
  }

  .pc-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
    margin-bottom: 16px;
  }

  .pc-tabs-scroll {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .pc-tabs-scroll::-webkit-scrollbar {
    display: none;
  }

  
  .pc_wrapper_middle {
    padding: 0 16px;
  }
  .pc-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0;
    border: 0;
    background: transparent;
    background-color: var(--pc-white);
    padding: 4px;
    border: 1px solid #D9D9D9;
  }

  .pc-toolbar__controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .pc-period,
  .pc-tags-btn {
    flex: 1 1 0;
    min-width: 0;
    max-width: 93px;
    /* display: flex;
    justify-content: center; */
  }

  .pc-tags-btn {  
    display: flex;
    justify-content: center;
  }

  .pc-period__toggle {
    width: 100%;
  }

  .pc-tags {
    margin-bottom: 8px;
    gap: 4px;
  }

  .pc-clear {
    display: none;
  }

  .pc-grid {
    gap: 16px;
  }

  .pc-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .pc-card__media {
    min-height: 200px;
  }

  .pc-card__body {
    padding: 20px 16px 16px;
  }

  .pc-card__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .pc-card__text {
    margin-bottom: 16px;
  }

  .pc-pagination {
    justify-content: center;
    margin-top: 30px;
  }

  .pc-pagination__nav {
    display: none;
  }

  .pc-pagination__page,
  .pc-pagination__page.is-active {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .pc-subscribe {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    padding: 32px 20px;
  }

  .pc-subscribe-form {
    padding: 0;
  }

  .pc-subscribe__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    max-width: 276px;
    span {
      font-size: 14px;
    }
  }

  .pc-checkline input {
    flex: none;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--pc-orange);
  }

  .pc-checkline {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #616161;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
  }

  .pc-checkline--ads {
    span {
      margin-top: -3px;
    }
  }

  .pc-subscribe__lead {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    max-width: 288px;
  }

  .pc-field {
    margin-bottom: 32px;
  }

  .pc-subscribe__submit {
    width: 100%;
    min-width: 0;
  }

  .pc-subscribe__checks {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 8px 0 32px;
  }
  
  .pc-subscribe__checks a {
    color: inherit;
    text-decoration: underline;
  }

  .pc-article__layout {
    flex-wrap: wrap;
    gap: 32px;
  }

  .pc-article__main {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
  }

  .pc-article__head {
    margin-bottom: 24px;
    background: #F9F9F9;
  }

  .pc-article__head_detail {
    margin-bottom: 24px;
    background: #F9F9F9;
    padding: 0 16px 24px 16px;
  }

  .pc-article__side {
    display: none;
  }

  .pc-article__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .pc-article__meta {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .pc-article__tags {
    gap: 0 4px;
  }

  .pc-article__tag {
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 15px;
    padding: 12px 15px;
  }

  .pc-article__tag.is-active {
    margin-right: 0;
  }

  .pc-article__date {
    flex: none;
    color: #999999;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
  }
  .pc-article__date_detail {
    flex: none;
    color: #999999;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-top: 10px;
  }

  .pc-article__hero {
    overflow: hidden;
    background: #ffffff;
    padding: 0 16px;
  }

  .pc-article__hero img {
    height: 220px;
  }

  .pc-article__hero_detail {
    overflow: hidden;
    background: #ffffff;
    padding: 0 16px;
  }

  .pc-article__hero_detail img {
    height: 220px;
    object-position: left;
  }

  .pc-related {
    margin-top: 48px;
    gap: 24px;
    overflow: hidden;
  }

  .pc-article__lead_detail {
    padding: 0 16px;
  }

  .pc-toc_detail {
    padding: 0 16px;
  }
  .pc-related_detail {
    margin-top: 48px;
    gap: 24px;
    overflow: hidden;
    padding: 0 16px;
  }

  .pc-related__title {
    font-size: 24px;
    line-height: 30px;
  }

  .pc-article__content {
    padding: 0 16px;
  }

  .pc-article__section_detail {
    padding: 0 16px;
  }

  .pc-article__back_detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    padding-bottom: 30px;
  }

  .pc-article__date_detail {
    margin-top: 10px;
  }

  .pc-related__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    width: calc(100% + 32px);
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .pc-related__list::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .pc-related__list .pc-card {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    scroll-snap-align: start;
  }

  .pc-related__list .pc-card__text {
    display: none;
  }
}
