

/* Start:/local/templates/Spoda/about/about.css?176656978621644*/
.about-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.about-chip {
  display: grid;
  place-items: center;
  border-radius: 1.25rem;
  padding: 1.5rem 1rem;
  background: var(--belyy);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 96%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--chernyy-osnovnoy);
  border: 0;
  cursor: pointer;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  text-decoration: none;
}

.about-chip.is-active {
  background: var(--cvet-brenda);
  color: var(--belyy);
}

@media (hover: hover) {
  .about-chip:not(.is-active):hover {
    background: var(--servyy-osnovnoy);
    color: var(--chernyy-osnovnoy);
  }
}

.about-chip:focus-visible {
  outline: 0.125rem solid var(--cvet-brenda);
  outline-offset: 0.125rem;
}

@media (max-width: 33.75rem) {
  .about-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .about-chip {
    scroll-snap-align: start;
  }
  .about-chip {
    border-radius: 0.75rem;
    padding: 1rem 0.75rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 96%;
    letter-spacing: -0.03em;
    width: min-content;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* ========== Табы уже есть у тебя. Ниже — новые блоки. ========== */

/* Сетка блока-героя: индивидуальные gap’ы на каждый подблок */
.about-hero {
  display: grid;
}
.about-hero__grid {
  display: grid;
  row-gap: 2rem; /* заголовок → галерея → текст */
}

/* Заголовок */
.about-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}

/* Галерея */
.about-gallery {
  display: grid;
  row-gap: 0.75rem; /* основной слайдер → превью */
}

.about-swiper-main {
  border-radius: 2.75rem;
  overflow: clip;
}
.about-swiper-main .swiper-slide {
  display: grid;
  place-items: center;
}
.about-swiper-main img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-swiper-thumbs .swiper-slide {
  overflow: hidden;
}
.about-swiper-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Текст + кнопка */
.about-text {
  display: grid;
  row-gap: 2rem;
}

.about-text__body {
  display: grid;
  max-height: 11.25rem; /* свернутое состояние */
  overflow: hidden;
  row-gap: 0.75rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}
.about-text__body[data-state="expanded"] {
  max-height: none;
}

.about-more {
  width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 136%;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--chernyy-600);
  cursor: pointer;
  transition: opacity 0.25s ease-out;
  background: transparent;
  border: 0;
}
@media (hover: hover) {
  .about-more:hover {
    opacity: 0.7;
  }
}

/* Контейнер истории: заголовок ↔ текст = 2.25rem, текст ↔ кнопка = 2rem */
.about-story {
  display: grid;
  row-gap: 2rem;
  padding-top: 2rem;
}
.about-story-head {
  display: grid;
  row-gap: 2.25rem;
}

/* Сам текст — показываем 2 абзаца через анимируемую height */
.about-text {
  display: grid;
  overflow: hidden; /* прячем остальное */
  height: auto; /* JS выставит точную высоту */
  transition: height 0.35s ease;

  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 136%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}

/* Кнопка */
.about-more {
  width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  color: var(--chernyy-600);
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: opacity 0.25s ease-out;
}
@media (hover: hover) {
  .about-more:hover {
    opacity: 0.7;
  }
}

@media (max-width: 33.75rem) {
  .about-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.02em;
  }
}

.about-tables {
  display: grid;
  grid-template-columns: 1fr;
}
.about-tables__in {
  display: grid;
  row-gap: 2rem;
  padding-left: var(--container-padding, 1rem);
  padding-right: 0;
}

.about-h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}

.about-tablewrap {
  display: grid;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.about-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 45rem;
  width: max-content;
  border-radius: 1rem;
}
.about-table th,
.about-table td {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  color: var(--chernyy-osnovnoy);
  padding: 0.875rem 1rem;
  white-space: nowrap;
}
.about-table thead th {
  font-weight: 500;
  color: rgba(0, 4, 19, 0.7);
}
.about-table tbody tr + tr td {
  border-top: 0.0625rem solid rgba(0, 4, 19, 0.08);
}

.about-tables__in > .about-h2 + .about-tablewrap {
  row-gap: 0;
}

/* брейки */

@media (max-width: 33.75rem) {
  .about-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  .about-text__body {
    max-height: 10rem;
  }
}

/* === MAIN === */
.about-swiper-main {
  width: 100%;
  border-radius: 2.75rem;
  overflow: hidden; /* радиус не «протекает» */
  aspect-ratio: 16/9; /* контролируем высоту контейнера */
  height: 36.625rem;
}
@media (max-width: 64rem) {
  .about-swiper-main {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 33.75rem) {
  .about-swiper-main {
    aspect-ratio: 4/4;
    border-radius: 1.5rem;
  }
}

/* ВАЖНО: всё внутри — на 100% высоты контейнера */
.about-swiper-main .swiper,
.about-swiper-main .swiper-wrapper,
.about-swiper-main .swiper-slide {
  height: 100%;
}
.about-swiper-main .swiper-slide {
  display: grid;
  place-items: center;
  border-radius: inherit; /* наследуем радиус на слайд */
  overflow: hidden;
}
.about-swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* не ломаем пропорции, заполняем полностью */
  display: block;
}

/* === THUMBS === */
/* фиксированная высота превью, дальше всё на 100% */
.about-swiper-thumbs {
  height: 6rem; /* можно 88/80 — как нравится по дизайну */
}
@media (max-width: 64rem) {
  .about-swiper-thumbs {
    height: 5.25rem;
  }
}
@media (max-width: 33.75rem) {
  .about-swiper-thumbs {
    height: auto;
  }
}

.about-swiper-thumbs .swiper-wrapper,
.about-swiper-thumbs .swiper-slide {
  height: 100%;
}

.about-swiper-thumbs .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}
.about-swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-stack {
  display: grid;
}

.about-stack--tabs-title {
  row-gap: 4rem;
}

.about-stack--title-gallery {
  display: grid;
  row-gap: 4rem;
}

.about-stack--gallery-story {
  row-gap: 6rem;
}

.about-story {
  display: grid;
  row-gap: 2rem;
}
.about-story-head {
  display: grid;
  row-gap: 2.25rem;
}

.about-stack--story-summer {
  row-gap: 6rem;
}

.about-summer {
  display: grid;
  row-gap: 4rem;
}

.about-tables-pair {
  display: grid;
  row-gap: 6rem;
}

.about-winter {
  display: grid;
  row-gap: 4rem;
}

.about-gallery-block {
  display: grid;
  row-gap: 6rem;
}

.swiper {
  max-width: 100%;
}
.about-tables {
  display: grid;
  row-gap: 6rem;
}
.about_arrow {
  width: 2rem;
  height: 2rem;
}

.medal {
  width: 1.75rem;
  height: 1.75rem;
}

.about-cols-scroll {
  width: auto;
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.about-cols-scroll::-webkit-scrollbar {
  display: none;
}

.about-cols-grid {
  display: grid;
  grid-template-columns: repeat(5, 22.125rem);
  min-width: 100%;
  border-radius: 1rem;
}

.about-col {
  display: grid;
  grid-auto-rows: 5.875rem;
}
.about-col:last-child {
  border-right: 0;
}

.about-col__head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: rgba(0, 4, 19, 0.7);
}

/* Ячейка */
.about-col__cell {
  display: flex;
  align-items: center;

  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);

  border-top: 0.0625rem solid rgba(0, 4, 19, 0.08);
  white-space: nowrap; /* чтобы значения не ломались */
}

/* Адаптив */

@media (max-width: 33.75rem) {
  .about-col {
    grid-auto-rows: 3rem;
  }
  .about-col__head,
  .about-col__cell {
    font-size: 0.875rem;
  }
}

/* Страховка от случайных «вылетов» внутри секции */
.about {
  overflow-x: clip;
  padding-top: 2.5rem;
}
.about-tables {
  padding-right: 0;
}
.about-cols-scroll {
  cursor: grab;
}
.about-cols-scroll.is-drag {
  cursor: grabbing;
  user-select: none;
}
/* сама сетка колонок — нужна относительная позиция,
   чтобы псевдоэлементы могли растянуться по всей ширине контента */
.about-cols-grid {
  position: relative;
}

/* сплошные линии сверху и снизу через всю ширину контента */
.about-cols-grid::before,
.about-cols-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background: rgba(
    0,
    4,
    19,
    0.12
  ); /* тот же цвет, что у горизонтальных линий */
  pointer-events: none;
}

.about-cols-grid::before {
  top: 0;
} /* линия перед названиями колонок */
.about-cols-grid::after {
  bottom: 0;
} /* линия после последней строки */
.about-tables {
  padding-top: 6rem;
  padding-bottom: 9rem;
}
/* Между блоками «Летние…» и «Зимние…» */
.about-tables {
  display: grid;
  row-gap: 6rem;
}

/* Внутри каждого блока: заголовок ↔ таблица */
.about-table-set {
  display: grid;
  row-gap: 4rem;
}
.about-col__head {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* отступ между иконкой и словом */
}
/* контейнер слайдера на всякий случай — для absolute позиционирования стрелок */
.about-swiper-main {
  position: relative;
}

.about-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 3rem;
  height: 4rem;
  padding: 1rem 0.5rem;
  border: 0;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  backdrop-filter: blur(0.3125rem);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

/* расположение */
.about-prev {
  left: 1rem;
}
.about-next {
  right: 1rem;
}

.about-prev svg {
  transform: none;
} /* влево */
.about-next svg {
  transform: rotate(180deg);
} /* вправо */
/* показываем стрелки при ховере (desktop) */
.about-swiper-main:hover .about-nav {
  opacity: 1;
  pointer-events: auto;
}

/* на устройствах без hover (тач) — всегда видимы */
@media (hover: none) {
  .about-nav {
    opacity: 1;
    pointer-events: auto;
  }
}
.about-swiper-main {
  position: relative;
}
.about-swiper-main .swiper,
.about-swiper-main .swiper-wrapper,
.about-swiper-main .swiper-slide {
  height: 100%;
}
.about-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 4rem;
  padding: 1rem 0.5rem;
  border: 0;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  backdrop-filter: blur(0.3125rem);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.about-swiper-main:hover .about-nav {
  opacity: 1;
  pointer-events: auto;
}
@media (hover: none) {
  .about-nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.about-swiper-thumbs .swiper-wrapper,
.about-swiper-thumbs .swiper-slide {
  height: 100%;
}

.about-swiper-thumbs .swiper-slide {
  width: auto; /* убираем фикс 11.8125rem */
  border-radius: 1.5rem;
  overflow: hidden;
  display: grid;
}

.about-swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-swiper-thumbs .swiper-slide-thumb-active {
  outline: 0.125rem solid var(--cvet-brenda);
  outline-offset: 0;
}

@media (hover: hover) {
  .about-swiper-thumbs .swiper-slide:not(.swiper-slide-thumb-active):hover {
    filter: brightness(0.95);
  }
}
@media (max-width: 64rem) {
  .about-stack--title-gallery {
    row-gap: 3rem;
  }
  .about-story-head {
    padding-top: 1rem;
  }

  .about-tables {
    padding-top: 4rem;
    padding-bottom: 6rem;
    row-gap: 4rem;
  }
}
@media (max-width: 33.75rem) {
  .about-swiper-thumbs .swiper-slide {
    height: 2.75rem;
    border-radius: 0.75rem;
    margin: 0;
  }
  .about-swiper-main {
    height: auto;
  }

  .about-stack--tabs-title {
    row-gap: 2.5rem;
  }
  .about-stack--title-gallery {
    row-gap: 2rem;
  }

  .about-gallery {
    row-gap: 0.25rem;
  }

  .about-story-head {
    padding-top: 0.75rem;
  }

  .about-h2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .about-story-head {
    row-gap: 1.5rem;
  }

  .about-text {
    row-gap: 1.5rem;
  }

  .about-story {
    row-gap: 0.625rem;
  }

  .about-more {
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.02em;
  }

  .about-tables {
    padding-bottom: 4rem;
  }

  .about-table-set {
    row-gap: 2rem;
  }
  .about {
    padding-top: 1rem;
  }

  .about-nav {
    width: 2rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    padding: 0.75rem 0.375rem;
  }
  .about-nav svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .about-story {
    padding-top: 0.75rem;
  }
}

.about-cards {
  display: none;
}
@media (max-width: 33.75rem) {
  .about-cols-scroll {
    display: none;
  }
  .about-cards {
    display: grid;
    row-gap: 2rem;
  }
  .about-card {
    display: grid;
    row-gap: 1.5rem;
  }
  .about-card__head {
    display: grid;
    row-gap: 0.125rem;
  }
  .about-card__city {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--chernyy-osnovnoy);
  }
  .about-card__year {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--chernyy-600);
  }
  .about-card__medals {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    column-gap: 1rem;
    align-items: start;
    padding-top: 0.5rem;
  }
  .about-medal {
    display: grid;
    row-gap: 0.5rem;
    justify-items: start;
  }
  .about-medal__icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 62.4375rem;
    display: inline-block;
  }
  .about-medal__icon--gold {
    background: #fcc861;
  }
  .about-medal__icon--silver {
    background: #ffffff;
    box-shadow: inset 0 0 0 0.0625rem rgba(0, 4, 19, 0.12);
  }
  .about-medal__icon--bronze {
    background: #dbb386;
  }
  .about-medal__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 136%;
    letter-spacing: -0.02em;
    color: var(--chernyy-600);
  }
  .about-medal__value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: var(--chernyy-osnovnoy);
  }
  .about-card__total {
    display: grid;
    row-gap: 0.5rem;
  }
  .about-card__total-label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 136%;
    letter-spacing: -0.02em;
    color: var(--chernyy-600);
  }
  .about-card__total-value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: var(--chernyy-osnovnoy);
  }
}

@media (max-width: 33.75rem) {
  .about-hr {
    display: block;
  }
  .about-hr::after {
    content: "";
    display: block;
    height: 0.0625rem;
    background: rgba(0, 4, 19, 0.12);
  }
}
@media (max-width: 33.75rem) {
  .about-medal__icon {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.125rem 1.125rem;
    border-radius: 0;
    background: none;
    box-shadow: none;
    position: relative;
  }
  .about-medal__icon::after {
    content: none;
  }

  .about-medal__icon--gold {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9Z" fill="%23FCC861"/><path d="M8.40613 12.1154V6.23354H9.59413V12.1154H8.40613Z" fill="%23000413"/></svg>');
  }

  .about-medal__icon--silver {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9Z" fill="white"/><path d="M7.61539 12.1126V6.23077H8.80338V12.1126H7.61539Z" fill="%23000413"/><path d="M9.88313 12.1126V6.23077H11.0711V12.1126H9.88313Z" fill="%23000413"/></svg>');
  }

  .about-medal__icon--bronze {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9Z" fill="%23DBB386"/><path d="M6.48454 12.1154V6.23354H7.67254V12.1154H6.48454Z" fill="%23000413"/><path d="M8.75228 12.1154V6.23354H9.94028V12.1154H8.75228Z" fill="%23000413"/><path d="M11.02 12.1154V6.23354H12.208V12.1154H11.02Z" fill="%23000413"/></svg>');
  }
}
@media (max-width: 33.75rem) {
  .about-medal {
    display: grid;
    grid-template-columns: max-content;
    grid-template-rows: auto auto;
    column-gap: 0.375rem;
    row-gap: 0.75rem;
    align-items: center;
  }
  .about-medal__icon {
    grid-column: 1;
    grid-row: 1;
  }
  .about-medal__label {
    grid-column: 2;
    grid-row: 1;
    white-space: nowrap;
  }
  .about-medal__value {
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: start;
  }
}

@media (max-width: 33.75rem) {
  .about {
    overflow-x: visible !important;
  }

  .about-tabs {
    /* совпадает с общим паддингом контейнера (page-main/page-grid) */
    margin-left: -1rem;
    margin-right: -1rem;

    /* убираем реальный паддинг, который ломает край при скролле */
    padding-left: 1rem;
    padding-right: 1rem;

    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    /* ВИРТУАЛЬНЫЕ отступы для начала/конца скролла */
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .about-tabs::-webkit-scrollbar {
    display: none;
  }

  .about-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

/* End */


/* Start:/local/templates/Spoda/about/partials/rukovodstvo/rukovodstvo.css?176656993113480*/
.fed {
  display: grid;
  row-gap: 4rem;
}
.about3 {
  padding-bottom: 9rem;
}
.fed__stack {
  display: grid;
  row-gap: 1.5rem;
}
.fed__stack--tabs {
  row-gap: 2rem;
}

.fed-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}

.fed-tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 0.75rem;
  overflow: auto;
  padding: 0.5rem;
  border-radius: 1rem;
  background: var(--fon-svetlyy-2, #f5f7fa);
}
.fed-chips {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 0.5rem;
  overflow: auto;
}

.fed-chip {
  display: inline-grid;
  place-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 62.4375rem;
  background: var(--servyy-svetlyy, #eceff3);
  font: 500 0.875rem/1 var(--font-family);
  letter-spacing: -0.01em;
  color: var(--chernyy-osnovnoy);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}
.fed-chip.is-active {
  background: var(--cvet-brenda);
  color: #fff;
}

.fed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 4rem;
  column-gap: 1.25rem;
}
.fed-table--leaders table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.fed-table--leaders th,
.fed-table--leaders td {
  padding: 2rem 0;
  vertical-align: middle;
  word-break: break-word;
}

.fed-table--leaders th.fed-colhead {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-600);
}

/* если thead отсутствует — первая строка тела выступает шапкой */
.fed-table--leaders table:not(:has(thead)) tbody tr:first-child td {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-600);
}

/* контентные строки списка */
.fed-table--leaders tbody tr {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.fed-table--leaders tbody tr td {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}

/* скрыть "ФИО" и "Должность" на телефонах */
@media (max-width: 33.75rem) {
  .fed-table--leaders thead {
    display: none;
  }
  .fed-table--leaders table:not(:has(thead)) tbody tr:first-child {
    display: none;
  }
}

.fed-card {
  display: grid;
  row-gap: 1rem;
  border-radius: 1.5rem;
  align-items: flex-start;
}
.fed-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 2.75rem;
  display: grid;
}
.fed-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 300ms ease-out;
  display: block;
}
@media (hover: hover) {
  .fed-card__link:hover .fed-card__img img {
    transform: scale(1.1);
  }
}
/* Hover для плашек фильтра под H1 */
@media (hover: hover) {
  .about-filter__tabs .about-filter__chip {
    transition: background 300ms ease-out;
  }

  /* белый фон на ховере */
  .about-filter__tabs .about-filter__chip:hover {
    background: var(--belyy);
  }

  /* активная — без изменений на ховере */
  .about-filter__tabs .about-filter__chip.is-active:hover {
    background: var(--cvet-brenda);
    color: #fff;
  }
}

/* Мобильное скругление — как у тебя */
@media (max-width: 33.75rem) {
  .fed-card__img {
    border-radius: 1.3125rem;
  }
}
.fed-card__info {
  display: grid;
  row-gap: 0.5rem;
}
.fed-card__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--chernyy-osnovnoy);
}
.fed-card__pos {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-600);
}
@media (hover: hover) {
  .fed-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
}

.fed-table {
  display: grid;
}
.fed-table table {
  width: 100%;
  border-collapse: collapse;
}
.fed-table th,
.fed-table td {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid rgba(5, 14, 44, 0.08);
  font-family: var(--font-family);
}

@media (max-width: 64rem) {
  .fed-title {
    font-size: 2.75rem;
  }
  .fed-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5rem;
  }
  .about3 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 33.75rem) {
  .fed-title {
    font-size: 2.125rem;
  }
  .fed-tabs {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .fed-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.75rem;
    column-gap: 0.9375rem;
  }
}
.fed-card__link {
  display: grid;
  row-gap: 1rem;
  text-decoration: none;
  color: inherit;
}
.about-filter {
  display: grid;
  row-gap: 1rem;
}

.about-filter__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  max-width: 53.125rem;
}

.about-filter__chip {
  display: inline-grid;
  place-items: center;
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: var(--servyy-osnovnoy);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 96%;
  letter-spacing: -0.02em;
  color: rgba(0, 4, 19, 0.6);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.about-filter__chip.is-active {
  background: var(--cvet-brenda);
  color: #fff;
}

@media (max-width: 64rem) {
  .about-filter__tabs {
    gap: 0.5rem;
  }
}
@media (max-width: 33.75rem) {
  .about-filter__tabs {
    gap: 0.5rem;
  }
}
.fed-table {
  display: grid;
}

.fed-table--leaders table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.fed-table--leaders th,
.fed-table--leaders td {
  padding: 2rem 0;
  font-family: var(--font-family);
  vertical-align: middle;
}

.fed-table--leaders t {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-600);
}
.fed-table--leaders tr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--chernyy-osnovnoy);
}

.fed-table--leaders thead tr {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.fed-table--leaders tbody tr {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.fed-table--leaders th,
.fed-table--leaders td {
  word-break: break-word;
}

.fed-table--leaders table:not(:has(thead)) tbody tr:first-child {
  font-weight: 600;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.fed-all {
  display: grid;
  row-gap: 6rem;
}
.fed-page {
  display: grid;
  row-gap: 4rem;
}
.fed-head {
  display: grid;
  row-gap: 1.5rem;
}
.fed-body {
  display: grid;
}

.fed-scroll {
  display: grid;
}

@media (min-width: 33.8125rem) and (max-width: 64rem) {
  .fed-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .fed-table--leaders table {
    width: auto;
    min-width: 100%;
    table-layout: auto;
    white-space: nowrap;
    border-collapse: separate;
  }

  .fed-table--leaders th,
  .fed-table--leaders td {
    padding-block: 2rem;
  }
  .fed-table--leaders th:first-child,
  .fed-table--leaders td:first-child {
    padding-right: 2rem; /* расстояние между ФИО и должностью */
  }
}
@media (max-width: 33.75rem) {
  .fed-table--leaders thead {
    display: none;
  }
  .fed-table--leaders table:not(:has(thead)) tbody tr:first-child {
    display: none;
  }
}

@media (max-width: 33.75rem) {
  .about-filter__tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 0.375rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .about-filter__chip {
    scroll-snap-align: start;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 136%;
    letter-spacing: -0.02em;
    border-radius: 0.75rem;
    padding: 0.5rem;
  }

  .about-filter__tabs::-webkit-scrollbar {
    height: 0;
  }

  .about-filter__tabs {
    white-space: nowrap;
  }

  .fed-head {
    row-gap: 2rem;
  }

  .fed-page {
    row-gap: 2.5rem;
  }

  .fed-card__img img {
    border-radius: 1.3125rem;
  }

  .fed-card__link {
    row-gap: 0.705rem;
  }

  .fed-card__info {
    row-gap: 0.235rem;
  }

  .fed-card__name {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: -0.03em;
  }

  .fed-card__pos {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 136%;
    letter-spacing: -0.02em;
  }

  .fed-all {
    row-gap: 4rem;
  }

  .fed-table--leaders td {
    padding: 1.75rem 0;
  }

  .fed-table--leaders tbody tr td {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: -0.02em;
  }

  .about3 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 33.75rem) {
  .fed-table--leaders thead {
    display: none;
  }
  .fed-table--leaders table:not(:has(thead)) tbody tr:first-child {
    display: none;
  }

  .fed-table--leaders tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    padding-block: 1.75rem;
  }

  .fed-table--leaders tbody td {
    display: block;
    white-space: normal;
    word-break: break-word;
    padding: 0;
  }
  .fed-table--leaders table {
    border: 0;
  }
  .fed-table--leaders th,
  .fed-table--leaders td {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 33.75rem) {
  .fed-table--leaders tbody td:nth-child(1) {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--chernyy-osnovnoy);
  }

  .fed-table--leaders tbody td:nth-child(2) {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--chernyy-osnovnoy);
  }
  .fed-table--leaders tbody tr:last-child {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 33.75rem) {
  .about-filter__tabs {
    /* Настройки сетки (оставляем как было или корректируем, если нужно) */
    display: flex; /* Лучше flex для такого скролла, но grid тоже работает */
    flex-wrap: nowrap;
    gap: 0.375rem;

    /* Скролл */
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;

    /* --- BREAKOUT (ВЫЛЕТ) --- */

    margin-left: -1rem;
    margin-right: -1rem;

    /* убираем реальный паддинг, который ломает край при скролле */
    padding-left: 1rem;
    padding-right: 1rem;

    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    /* ВИРТУАЛЬНЫЕ отступы для начала/конца скролла */
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;

    /* Скрываем скроллбар */
    scrollbar-width: none;
  }

  /* Для Chrome/Safari */
  .about-filter__tabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 33.75rem) {
  .about-filter__chip {
    white-space: normal; /* перенос по пробелам */
    width: auto; /* НЕ min-content */
    max-width: 11rem; /* подбери: 10–14rem */
    overflow-wrap: break-word; /* ломаем только если реально длинное слово */
    word-break: normal;
    text-align: center;
  }
}
@media (max-width: 33.75rem) {
  .about-filter__tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch; /* ключ: все чипы одной высоты */
    overflow-x: auto;
    overflow-y: visible; /* чтобы ничего “вниз” не резалось */
    gap: 0.375rem;
  }

  .about-filter__chip {
    white-space: normal;
    max-width: 11rem; /* как ты подбирал */
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* НЕ 100% */
  }
}

/* End */
/* /local/templates/Spoda/about/about.css?176656978621644 */
/* /local/templates/Spoda/about/partials/rukovodstvo/rukovodstvo.css?176656993113480 */
