@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.woff2") format("woff2"),
    url("../fonts/manrope-variable.woff") format("woff");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-variable.woff2") format("woff2"),
    url("../fonts/oswald-variable.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --root-desktop: 1vw;
  --color-dark: #0d1016;
  --color-text: #151922;
  --color-muted: #5e6470;
  --color-soft: #f3f4f6;
  --color-card: #ffffff;
  --color-accent: #c1121f;
  --color-accent-dark: #a60e19;
  --color-border: #e3e6eb;
  --font-head: "Oswald", sans-serif;
  --font-body: "Manrope", sans-serif;
  --container: 88.542rem; /* 1700px @ 1920 source, 1417px @ 1600 QA */
  --container-pad: 2.5rem; /* 40px @ 1600 */
}

html {
  min-width: 0;
  font-size: var(--root-desktop);
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--color-text);
  background: #ffffff;
  font-family: var(--font-body);
  font-size: 1rem; /* 16px @ 1600 */
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.is-scroll-locked {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}
.news-full {
  display: flex;
  gap: 60px;
  margin: 60px 0 0;
}
.news-full__img {
  width: 30%;
  flex-shrink: 0;
}
.news-full__img img {
  border-radius: 0.9375rem;
}
.news-full time {
  display: block;
  color: #666666;
  margin: 0 0 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
  margin: 60px 0;
}
.gallery img {
  border-radius: 0.9375rem;
}

.ekipirovka-box {
  display: flex;
  align-items: center;
  gap:60px;
  margin: 60px auto;
  max-width: 900px;
}
.ekipirovka-left {
  width: 48%;
}
.ekipirovka-right {
  max-width: 430px;
}
@media (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .ekipirovka-box {
    flex-direction: column;
    gap:0px;
    margin: 40px auto;
  }
  .ekipirovka-left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .news-full {
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
  }
  .news-full__img {
    width: 100%;
  }
  .gallery {
    margin: 30px 0;
  }
}
@media (max-width: 700px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.b-cookie {
  display: block;
  filter: drop-shadow(0 0 27px rgba(0,0,0,.12));
  left: 50%;
  padding: 12px 24px;
  position: fixed;
  transform: translate3d(-50%,-24px,0);
  width: 640px; bottom:10px; background:#fff; border:#eaeaea solid 1px;border-radius: 12px; z-index: 55;}
.main-cu { font-family: Arial, Helvetica, sans-serif; display:flex; justify-content: center; align-items:center;}
.b-cookie-text { margin:0 70px 0 0; font-size:14px}
.b-cookie-text a { color:var(--color-accent); text-decoration: underline; }
.b-cookie-but button {
  border-radius: 5px;
  padding: 12px 30px;
  margin: 0;
}
@media only screen and (max-width: 750px){
  .b-cookie {
    width: 96%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 400px) {
  .b-cookie-text {
    margin: 0;
    text-align: center;
  }
  .main-cu {
    flex-direction: column;
    gap: 20px;
  }
}
.player-container {
  display: flex;
  gap: 20px;
  max-width: 1400px;
  margin: 20px auto;
  padding: 0 20px;
  height: calc(100vh - 40px);
}

/* Область плеера */
.video-area {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
.video-title {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 0;
}

/* Боковая панель плейлиста */
.playlist-sidebar {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.playlist-header {
  padding: 15px;
  background: #2c3e50;
  color: #fff;
  font-weight: 600;
  flex-shrink: 0;
}
.playlist-header__icon {
  font-size: 0.8rem;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Ctitle%3Evideo playlist%3C/title%3E%3Cg class='nc-icon-wrapper' stroke-width='1' fill='%23d1d1d1' stroke='%23d1d1d1'%3E%3Crect x='0.5' y='2.5' width='15' height='12' rx='1' fill='none' stroke='%23d1d1d1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpolygon points='6.5 5.5 11.5 8.5 6.5 11.5 6.5 5.5' fill='none' stroke-linecap='round' stroke-linejoin='round' data-color='color-2'/%3E%3Cline x1='3.5' y1='0.5' x2='12.5' y2='0.5' fill='none' stroke='%23d1d1d1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  padding: 0 0 0 30px;
}
.playlist-list {
  flex: 1;
  overflow-y: auto;
  padding: 10px 0;
}
.playlist-item {
  padding: 12px 15px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.2s;
  display: flex;
  gap: 10px;
}
.playlist-item:hover {
  background: #f0f4f8;
}
.playlist-item.active {
  background: #e3f2fd;
  border-left-color: #2196f3;
}
.playlist-item .number {
  font-weight: 600;
  color: #666;
  min-width: 24px;
}
.playlist-item .info {
  flex: 1;
}
.playlist-item .title {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 4px;
}
.playlist-item .duration {
  font-size: 0.8rem;
  color: #888;
}

/* Адаптивность */
@media (max-width: 900px) {
  .player-container {
    flex-direction: column;
    height: auto;
  }
  .playlist-sidebar {
    max-width: 100%;
    max-height: 300px;
  }
}


.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-right: var(--container-pad);
  padding-left: var(--container-pad);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem; /* 56px @ 1600 */
  padding: 0 1.75rem; /* 28px @ 1600 */
  border: 1px solid transparent;
  border-radius: 0.375rem; /* 6px @ 1600 */
  font-weight: 700;
  font-size: 0.875rem; /* 14px @ 1600 */
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn--primary {
  color: #ffffff;
  background: var(--color-accent);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--color-accent-dark);
}

.btn--small {
  min-height: 3rem; /* 48px @ 1600 */
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.75rem; /* 12px @ 1600 */
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: #ffffff;
  background: var(--color-dark);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1.667rem; /* 27px @ 1600 */
  width: 100%;
  max-width: var(--container);
  min-height: 5.208rem; /* 83px @ 1600 */
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.site-header__brand,
.site-footer__brand {
  flex: 0 0 auto;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.75rem; /* 28px @ 1600 */
  line-height: 1.05;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem; /* 22px @ 1600 */
  min-width: 0;
  min-height: 1.838rem; /* matches brand line box */
  margin: auto;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.75rem; /* 12px @ 1600 */
  font-weight: 500;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #ffffff;
}

.site-header__phones {
  display: flex;
  align-items: center;
  gap: 0.75rem; /* 12px @ 1600 */
  font-family: var(--font-head);
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 1.25rem; /* 20px @ 1600 */
  line-height: 1.1;
}

.site-header__phone-compact {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3.5rem; /* 56px @ 1600 */
  height: 3.5rem; /* 56px @ 1600 */
  border-radius: 0.5rem; /* 8px @ 1600 */
  background: var(--color-accent);
}

.site-header__phone-compact img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}

.site-header__phones span a {
  display: block;
}

.phone-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem; /* 40px @ 1600 */
  height: 2.5rem; /* 40px @ 1600 */
  border-radius: 50%;
  background: var(--color-accent);
}

.phone-mark img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}

.menu-toggle {
  display: none;
  flex: 0 0 auto;
  position: relative;
  z-index: 35;
  width: 3.5rem; /* 56px @ 1600 */
  height: 3.5rem; /* 56px @ 1600 */
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2rem; /* 32px @ 1600 */
  height: 2px;
  margin: 0;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translate(-50%, -0.64rem);
}

.menu-toggle span:nth-child(2) {
  transform: translate(-50%, 0rem);
}

.menu-toggle span:nth-child(3) {
  transform: translate(-50%, 0.64rem);
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 30;
  width: 42rem;
  max-width: 82vw;
  padding: 5.75rem 0 2rem;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--color-dark);
  box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.24);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.site-header.is-menu-open .mobile-menu {
  transform: translateX(0);
}

.mobile-menu__nav,
.mobile-menu__phone {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 2rem;
}

.mobile-menu__nav a {
  padding: 0.75rem 0;
  font-weight: 500;
}

.mobile-menu__phone {
  margin-top: 1rem;
  color: #ffffff;
  font-family: var(--font-head);
  font-weight: 700;
}

.mobile-menu__phone::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: var(--color-accent);
}

.hero {
  overflow: hidden;
  background: var(--color-soft);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22.5rem, 0.5fr);
  align-items: center;
  min-height: 39.625rem; /* 634px @ 1600 */
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 52rem; /* 832px @ 1600 */
  padding: 2.5rem 0 3rem;
}

.hero__logo {
  width: 10.5rem; /* 168px @ 1600 */
  height: 10.438rem; /* 167px @ 1600 */
  margin-bottom: 2.833rem; /* 45px @ 1600 */
}

.hero h1,
.section-heading h2,
.date-side h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0;
}

.hero h1 {
  font-size: 5.25rem; /* 84px @ 1600 */
  line-height: 0.95;
  max-width: 52rem;
}

.hero p {
  max-width: 35rem; /* 560px @ 1600 */
  margin: 1.667rem 0 2rem;
  color: #474e5a;
  font-size: 1.2rem; /* 19px @ 1600 */
  line-height: 1.45;
}

.hero__media {
  align-self: end;
  justify-self: end;
  width: 27rem; /* 432px @ 1600 */
  margin-right: 4.167rem; /* 67px @ 1600 */
}

.hero__media img {
  width: 100%;
  height: auto;
}

.section {
  padding: 5rem 0; /* 80px @ 1600 */
}

.section--muted {
  background: var(--color-soft);
}

.section-heading {
  max-width: 60rem; /* 960px @ 1600 */
}

.section-heading--wide {
  max-width: 100%;
}

.section-heading h2,
.date-side h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 3.125rem; /* 50px @ 1600 */
  font-size: 3.15rem; /* 50px @ 1600 */
  line-height: 1;
}

.section-heading h2::after,
.date-side h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem; /* 20px @ 1600 */
  width: 6.667rem; /* 107px @ 1600 */
  height: 0.208rem; /* 3px @ 1600 */
  background: var(--color-accent);
}

.section-heading p {
  margin: 0;
  color: #1a1f28;
  font-size: 1.05rem; /* 17px @ 1600 */
  line-height: 1.45;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 35rem;
  gap: 10rem; /* 160px @ 1600 */
  align-items: center;
}

.page-about .about-intro__date h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0;
}

.page-about .section-heading h1,
.page-leadership .section-heading h1,
.page-leadership-detail .section-heading h1,
.page-news .section-heading h1,
.page-documents .section-heading h1,
.page-equipment .section-heading h1,
.page-contacts .section-heading h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 3.125rem; /* 50px @ 1600 */
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 3.15rem; /* 50px @ 1600 */
  line-height: 1;
  color: var(--color-text);
  letter-spacing: 0;
}

.page-about .section-heading h1::after,
.page-leadership .section-heading h1::after,
.page-leadership-detail .section-heading h1::after,
.page-news .section-heading h1::after,
.page-documents .section-heading h1::after,
.page-equipment .section-heading h1::after,
.page-contacts .section-heading h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.25rem; /* 20px @ 1600 */
  width: 6.667rem; /* 107px @ 1600 */
  height: 0.208rem; /* 3px @ 1600 */
  background: var(--color-accent);
}

.page-about .about-hero,
.page-about .leadership-hero {
  overflow: hidden;
  background: #f2f4f3;
}

.page-about .about-hero__inner {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  align-items: center;
  gap: 8.5rem; /* 136px @ 1600 */
  min-height: 23.75rem; /* 380px @ 1600 */
}

.page-about .about-hero__logo {
  display: block;
  width: 15.5rem; /* 248px @ 1600 */
  height: auto;
}

.page-about .about-hero__image {
  display: block;
  justify-self: end;
  width: 25rem; /* 400px @ 1600 */
  margin-right: 8.625rem; /* 138px @ 1600 */
  height: auto;
}

.page-about .about-intro {
  padding-top: 5.625rem; /* 90px @ 1600 */
}

.page-about .about-intro__grid {
  display: grid;
  grid-template-columns: 28rem minmax(0, 1fr);
  gap: 9rem; /* 144px @ 1600 */
  align-items: start;
}

.page-about .about-intro__date h2 {
  margin-bottom: 1.5rem;
  font-size: 3.75rem; /* 60px @ 1600 */
  line-height: 0.98;
}

.page-about .about-intro__date p {
  margin: 0;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 1.35rem; /* 22px @ 1600 */
  line-height: 1.25;
}

.page-about .about-intro__body {
  display: grid;
  gap: 3.25rem; /* 52px @ 1600 */
}

.page-about .about-intro .date-callout {
  margin-bottom: 0;
}

.page-about .about-intro__content h2,
.page-about .about-story__content h3,
.page-about .about-story__values h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0;
}

.page-about .about-intro__content h2 {
  max-width: 48rem;
  margin-bottom: 1.75rem;
  font-size: 2.25rem; /* 36px @ 1600 */
  line-height: 1.18;
}

.page-about .about-intro__content p,
.page-about .about-story__content p {
  max-width: 49rem;
  margin: 0 0 0.75rem;
  color: #2f3540;
  font-size: 1.02rem; /* 16px @ 1600 */
  line-height: 1.42;
}

.page-about .about-intro__content p:last-child,
.page-about .about-story__content p:last-of-type {
  margin-bottom: 0;
}

.page-about .about-story {
  padding-top: 4.125rem; /* 66px @ 1600 */
  padding-bottom: 6.25rem; /* 100px @ 1600 */
}

.page-about .about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 27rem;
  gap: 8.625rem; /* 138px @ 1600 */
  align-items: start;
}

.page-about .about-story .section-heading {
  max-width: none;
}

.page-about .about-story__content h3 {
  margin-bottom: 1rem;
  font-size: 2rem; /* 32px @ 1600 */
  line-height: 1.15;
}

.page-about .about-story__emphasis {
  margin-top: 2.625rem; /* 42px @ 1600 */
  font-weight: 700;
}

.page-about .about-story__button {
  margin-top: 2rem;
  min-width: 16.5rem; /* 264px @ 1600 */
}

.page-about .about-story__values {
  padding: 2.75rem 2.688rem; /* 44px 43px @ 1600 */
  border-radius: 0.75rem;
  background: var(--color-soft);
}

.page-about .about-story__values h3 {
  margin-bottom: 1.667rem; /* 27px @ 1600 */
  font-size: 2.5rem; /* 40px @ 1600 */
  line-height: 1;
}

.page-about .about-story__values ul {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding-left: 1.4rem;
  color: #2f3540;
  font-size: 1rem;
  line-height: 1.5;
}

.page-about .section--about-contact {
  padding-top: 4.875rem; /* 78px @ 1600 */
}

.page-leadership .leadership-hero,
.page-leadership-detail .leadership-hero {
  overflow: hidden;
  background: #f2f4f3;
}

.leadership-hero__inner,
.page-leadership-detail .leadership-hero__inner {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  align-items: center;
  gap: 8.5rem; /* 136px @ 1600 */
  min-height: 23.75rem; /* 380px @ 1600 */
}

.leadership-hero__logo,
.page-leadership-detail .leadership-hero__logo {
  display: block;
  width: 15.5rem; /* 248px @ 1600 */
  height: auto;
}

.leadership-hero__image,
.page-leadership-detail .leadership-hero__image {
  display: block;
  justify-self: end;
  width: 25rem; /* 400px @ 1600 */
  margin-right: 8.625rem; /* 138px @ 1600 */
  height: auto;
}

.page-leadership .leadership-directory {
  padding-top: 4rem; /* 64px @ 1600 */
}

.page-leadership .leadership-directory__grid {
  margin-top: 0.75rem;
}

.page-leadership .leadership-card {
  align-items: start;
  min-height: 20rem; /* 320px @ 1600 */
  padding: 1.667rem 1.75rem; /* 27px 28px @ 1600 */
  border: 1px solid var(--color-border);
}

.page-leadership .leadership-card img {
  height: 17.5rem; /* 5% taller than the previous 16.667rem leadership portrait */
}

.page-leadership .leadership-card__body {
  display: grid;
  gap: 1.75rem; /* 28px @ 1600 */
  align-self: stretch;
}

.page-leadership .leadership-card__text {
  display: grid;
}

.page-leadership .leadership-card h2 {
  max-width: 24rem;
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2rem; /* 32px @ 1600 */
  line-height: 1.02;
  color: var(--color-text);
  letter-spacing: 0;
}

.page-leadership .leadership-card h2 a {
  color: inherit;
  text-decoration: none;
}

.page-leadership .leadership-card .leader-card__role {
  margin: 1.25rem 0 1.167rem;
}

.page-leadership .leadership-card p:last-child,
.page-leadership .leadership-card .leader-card__description {
  display: block;
}

.page-leadership .leadership-card__button {
  width: max-content;
  min-width: 0;
  min-height: 2.7rem; /* 10% lower than the previous 3rem compact CTA */
  padding-right: 2.08rem; /* makes the compact button about 15% wider */
  padding-left: 2.08rem;
  margin-top: auto;
  font-size: 0.75rem; /* 12px @ 1600 */
}

.leadership-detail {
  padding-top: 4rem; /* 64px @ 1600 */
  padding-bottom: 6.375rem; /* 102px @ 1600 */
}

.leadership-detail__grid {
  display: grid;
  grid-template-columns: 16.75rem minmax(0, 1fr);
  gap: 2.25rem; /* 36px @ 1600 */
  align-items: start;
}

.leadership-detail__aside {
  display: grid;
  gap: 1rem;
}

.leadership-detail__portrait {
  width: 16.75rem;
  height: auto;
  border-radius: 0.75rem; /* 12px @ 1600 */
}

.leadership-detail__content {
  max-width: 52rem;
}

.leadership-detail__header {
  margin-bottom: 2.125rem; /* 34px @ 1600 */
}

.leadership-detail__header h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.75rem; /* 44px @ 1600 */
  line-height: 1;
  color: var(--color-text);
}

.leadership-detail__header h2 span {
  display: inline;
}

.leadership-detail__role {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: #2e3440;
  font-size: 1.375rem; /* 22px @ 1600 */
  line-height: 1.2;
}

.leadership-detail__divider {
  display: block;
  width: 6.25rem; /* 100px @ 1600 */
  height: 0.188rem; /* 3px @ 1600 */
  margin-top: 2rem; /* 32px @ 1600 */
  background: var(--color-accent);
}

.leadership-detail__body {
  display: grid;
  gap: 1.875rem; /* 30px @ 1600 */
}

.leadership-detail__body p,
.leadership-detail__ranks p {
  margin: 0;
  color: #2c313b;
  font-size: 1rem; /* 16px @ 1600 */
  line-height: 1.48;
}

.leadership-detail__ranks {
  display: grid;
  gap: 0.438rem; /* 7px @ 1600 */
}

.page-news .news-hero,
.page-news .leadership-hero,
.page-documents .leadership-hero {
  overflow: hidden;
  background: #f2f4f3;
}

.page-news .news-hero__inner {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  align-items: center;
  gap: 8.5rem; /* 136px @ 1600 */
  min-height: 23.75rem; /* 380px @ 1600 */
}

.page-news .news-hero__logo {
  display: block;
  width: 15.5rem; /* 248px @ 1600 */
  height: auto;
}

.page-news .news-hero__image {
  display: block;
  justify-self: end;
  width: 23rem; /* 368px @ 1600 */
  margin-right: 8.625rem; /* 138px @ 1600 */
  height: auto;
}

.page-news .news-page {
  padding-top: 4rem; /* 64px @ 1600 */
  padding-bottom: 5.625rem; /* 90px @ 1600 */
}

.page-news .news-board {
  display: grid;
  gap: 2.5rem; /* 40px @ 1600 */
}

.page-news .news-board__filters {
  position: relative;
  padding: 1.917rem 2rem; /* 31px 32px @ 1600 */
  border: 1px solid var(--color-border);
  border-radius: 0.75rem;
  background: var(--color-soft);
}

.page-news .news-board__filter-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--color-text);
  background: transparent;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
}

.page-news .news-board__filter-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem; /* 22px @ 1600 */
}

.page-news .news-board__filter-button {
  padding: 0;
  border: 0;
  color: #222732;
  background: transparent;
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
}

.page-news .news-board__filter-button::after {
  content: attr(data-filter-label);
  display: block;
  height: 0;
  overflow: hidden;
  font-weight: 700;
  visibility: hidden;
}

.page-news .news-board__filter-button:hover,
.page-news .news-board__filter-button:focus-visible,
.page-news .news-board__filter-button.is-active {
  color: var(--color-accent);
  font-weight: 700;
}

.page-news .news-page__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem; /* 32px @ 1600 */
  margin-top: 0;
}

.page-news .news-card {
  display: grid;
  gap: 1.75rem; /* 28px @ 1600 */
  min-height: 0;
  padding: 1.125rem 1.125rem 2.25rem; /* 18px 18px 36px @ 1600 */
  border: 1px solid rgba(227, 230, 235, 0.8);
  background: var(--color-soft);
  overflow: hidden;
}

.page-news .news-card[hidden] {
  display: none;
}

.page-news .news-card img {
  width: 100%;
  height: 14.906rem; /* 25% lower than the previous 19.875rem image */
  border-radius: 0.5rem; /* 8px @ 1600 */
  object-fit: cover;
  object-position: center;
  background: #d8dee8;
}

.page-news .news-card__body {
  display: grid;
  gap: 1.042rem; /* 17px @ 1600 */
  align-content: start;
}

.page-news .news-card time {
  font-size: 0.875rem; /* 14px @ 1600 */
}

.page-news .news-card h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.55rem; /* 41px @ 1600 */
  line-height: 1.02;
  color: var(--color-text);
  letter-spacing: 0;
}

.page-news .news-card p {
  margin: 0;
  padding-top: 2rem;
  color: #7a818d;
  font-size: 1rem;
  line-height: 1.48;
}

.page-news .news-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; /* 12px @ 1600 */
}

.page-news .news-pagination[hidden] {
  display: none;
}

.page-news .news-pagination__button,
.page-news .news-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem; /* 32px @ 1600 */
  min-height: 2rem; /* 32px @ 1600 */
  padding: 0 0.25rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1;
}

.page-news .news-pagination__button:hover,
.page-news .news-pagination__button:focus-visible,
.page-news .news-pagination__button.is-active {
  background: var(--color-soft);
}

.page-news .news-pagination__button.is-active {
  font-weight: 700;
}

.page-news .news-pagination__button--arrow {
  font-size: 1.4rem;
}

.page-news .news-pagination__button:disabled {
  opacity: 0.35;
  cursor: default;
}

.page-news .section--about-contact {
  padding-top: 4.875rem; /* 78px @ 1600 */
}

.page-documents .documents-hero {
  overflow: hidden;
  background: #f2f4f3;
}

.page-documents .documents-hero__inner {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  align-items: center;
  gap: 8.5rem; /* 136px @ 1600 */
  min-height: 23.75rem; /* 380px @ 1600 */
}

.page-documents .documents-hero__logo {
  display: block;
  width: 15.5rem; /* 248px @ 1600 */
  height: auto;
}

.page-documents .documents-hero__image {
  display: block;
  justify-self: end;
  width: 25rem; /* 400px @ 1600 */
  margin-right: 8.625rem; /* 138px @ 1600 */
  height: auto;
}

.page-documents .documents-page {
  padding-top: 2.375rem; /* 38px @ 1600 */
  padding-bottom: 6.25rem; /* 100px @ 1600 */
}

.page-documents .documents-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* 8px @ 1600 */
  max-width: 100%;
  margin-bottom: 2.75rem; /* 44px @ 1600 */
}

.page-documents .document-card--switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 3.375rem; /* 54px @ 1600 */
  padding: 0.375rem 1rem; /* 6px 16px @ 1600 */
  border: 1px solid transparent;
  border-radius: 0.5rem; /* 8px @ 1600 */
  color: var(--color-text);
  background: var(--color-soft);
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem; /* 16px @ 1600 */
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.page-documents .document-card--switcher-current {
  width: min(100%, 26.625rem); /* 20% wider than the previous text-width button */
  border: 1px solid rgba(227, 230, 235, 0.85);
}

.page-documents .document-card--switcher-accent {
  width: min(100%, 28.875rem); /* 20% wider than the previous text-width button */
  color: #ffffff;
  background: var(--color-accent);
}

.page-documents .document-card--switcher[aria-selected="true"] {
  color: #ffffff;
  border-color: var(--color-accent);
  background: var(--color-accent);
}

.page-documents .document-card--switcher[aria-selected="false"] {
  color: var(--color-text);
  border-color: rgba(227, 230, 235, 0.85);
  background: var(--color-soft);
}

.page-documents .documents-article {
  max-width: 74rem; /* 1184px @ 1600 */
}

.leader-card__media-link:focus-visible,
.leader-card h3 a:focus-visible,
.page-leadership .leadership-card h2 a:focus-visible,
.news-card:focus-visible,
.document-card:focus-visible,
.page-documents .document-card--switcher:focus-visible {
  outline: 0.125rem solid var(--color-accent);
  outline-offset: 0.25rem;
}

.page-documents .documents-article__content {
  display: grid;
  gap: 3rem; /* 48px @ 1600 */
}

.page-documents .documents-article__section {
  display: grid;
  gap: 1rem; /* 16px @ 1600 */
}

.page-documents .documents-article h2,
.page-documents .documents-article h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--color-text);
}

.page-documents .documents-article h2 {
  font-size: 2.333rem; /* 37px @ 1600 */
}

.page-documents .documents-article h3 {
  margin-top: 1rem;
  font-size: 2rem; /* 32px @ 1600 */
}

.page-documents .documents-article p,
.page-documents .documents-article li {
  margin: 0;
  color: #2f343d;
  font-size: 1rem; /* 16px @ 1600 */
  line-height: 1.48;
}

.page-documents .documents-article__list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.page-documents .documents-article__list li::before {
  content: "- ";
}

.page-documents .documents-article__list--continued {
  margin-top: 0.75rem;
}

.page-documents .documents-table {
  overflow-x: auto;
  width: 75%;
  max-width: 100%;
  padding-bottom: 0;
  border: 1px solid #d9dee6;
  border-radius: 0.75rem;
  background: #ffffff;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.page-documents .documents-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.page-documents .documents-table th,
.page-documents .documents-table td {
  padding: 0.813rem 0.938rem; /* 13px 15px @ 1600 */
  border-right: 1px solid #d9dee6;
  border-bottom: 1px solid #d9dee6;
  text-align: center;
  vertical-align: middle;
  font-size: 0.917rem; /* 15px @ 1600 */
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-documents .documents-table th {
  color: #222732;
  font-weight: 700;
  background: #fbfbfc;
}

.page-documents .documents-table td {
  color: #5f6570;
}

.page-documents .documents-table tr > *:last-child {
  border-right: 0;
}

.page-documents .documents-table tbody tr:last-child > * {
  border-bottom: 0;
}

.page-documents .documents-table--compact table {
  min-width: 24rem; /* 25% narrower than the previous 32rem table */
}

.page-documents .documents-table--wide table {
  min-width: 37.5rem; /* 25% narrower than the previous 50rem table */
}

.page-documents .section--about-contact {
  padding-top: 4.625rem; /* 74px @ 1600 */
}

.page-equipment .equipment-hero {
  overflow: hidden;
  background: #f2f4f3;
}

.page-equipment .equipment-hero__inner {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  align-items: center;
  gap: 8.5rem; /* 136px @ 1600 */
  min-height: 23.75rem; /* 380px @ 1600 */
}

.page-equipment .equipment-hero__logo {
  display: block;
  width: 15.5rem; /* 248px @ 1600 */
  height: auto;
}

.page-equipment .equipment-hero__image {
  display: block;
  justify-self: end;
  width: 30.125rem; /* 482px @ 1600 */
  margin-right: 7.25rem; /* 116px @ 1600 */
  height: auto;
}

.page-equipment .equipment-page {
  padding-top: 4rem; /* 64px @ 1600 */
  padding-bottom: 5.875rem; /* 94px @ 1600 */
}

.page-equipment .section-heading p {
  padding-bottom: 2rem;
}

.page-equipment .equipment-list {
  display: grid;
  gap: 3.75rem; /* 60px @ 1600 */
  max-width: 74rem; /* 1184px @ 1600 */
}

.page-equipment .equipment-item {
  display: grid;
  grid-template-columns: minmax(0, 39rem) minmax(16rem, 24rem);
  gap: 7.5rem; /* 120px @ 1600 */
  align-items: center;
}

.page-equipment .equipment-item__content {
  display: grid;
  gap: 0.875rem; /* 14px @ 1600 */
}

.page-equipment .equipment-item h2,
.page-equipment .equipment-appearance h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0;
}

.page-equipment .equipment-item h2 {
  font-size: 2rem; /* 32px @ 1600 */
  line-height: 1.05;
}

.page-equipment .equipment-item p,
.page-equipment .equipment-item li,
.page-equipment .equipment-appearance li {
  margin: 0;
  color: #2f343d;
  font-size: 1rem; /* 16px @ 1600 */
  line-height: 1.48;
}

.page-equipment .equipment-item ul,
.page-equipment .equipment-appearance ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.page-equipment .equipment-item li::before,
.page-equipment .equipment-appearance li::before {
  content: "- ";
}

.page-equipment .equipment-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 0;
}

.page-equipment .equipment-item__media img {
  width: auto;
  max-width: 100%;
  max-height: 29rem; /* 464px @ 1600 */
  object-fit: contain;
}

.page-equipment .equipment-item:nth-child(1) .equipment-item__media img {
  width: 22rem; /* 352px @ 1600 */
}

.page-equipment .equipment-item:nth-child(2) .equipment-item__media img {
  width: 20rem; /* 320px @ 1600 */
}

.page-equipment .equipment-item:nth-child(3) .equipment-item__media img,
.page-equipment .equipment-item:nth-child(6) .equipment-item__media img {
  width: 18rem; /* 288px @ 1600 */
}

.page-equipment .equipment-item:nth-child(4) .equipment-item__media img {
  width: 23rem; /* 368px @ 1600 */
}

.page-equipment .equipment-item:nth-child(5) .equipment-item__media img {
  width: 16.5rem; /* 264px @ 1600 */
}

.page-equipment .equipment-appearance {
  display: grid;
  gap: 2.5rem; /* 40px @ 1600 */
  margin-top: 4.75rem; /* 76px @ 1600 */
  padding-top: 3.125rem; /* 50px @ 1600 */
  border-top: 1px solid var(--color-border);
}

.page-equipment .equipment-appearance__heading {
  display: grid;
  gap: 0.5rem; /* 8px @ 1600 */
  max-width: 44rem; /* 704px @ 1600 */
}

.page-equipment .equipment-appearance h2 {
  font-size: 2rem; /* 32px @ 1600 */
  line-height: 1.05;
}

.page-equipment .equipment-gallery {
  --gallery-card-min-height: 22.375rem; /* stable normal slot incl. max image + padding */
  --gallery-card-active-min-height: 25.125rem; /* stable active slot incl. max image + padding */
  --gallery-card-image-max-height: 20rem; /* 320px @ 1600 */
  --gallery-card-active-image-max-height: 22.75rem; /* 364px @ 1600 */
  --gallery-stage-height: 26.25rem;
  --gallery-shadow-pad-x: 2.75rem;
  --gallery-shadow-pad-y: 3.75rem;
  --gallery-visible-columns: 5;
  --gallery-gap: 2.25rem;

  display: grid;
  grid-template-columns: repeat(var(--gallery-visible-columns), minmax(0, 1fr));
  gap: var(--gallery-gap);
  align-items: center;
  min-height: var(--gallery-card-active-min-height);
}

.page-equipment .equipment-gallery__card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--gallery-card-min-height);
  margin: 0;
  padding: 1.125rem; /* 18px @ 1600 */
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
  background: #ffffff;
  cursor: pointer;
  transform: translate(var(--gallery-move-x, 0), var(--gallery-move-y, 0)) scale(var(--gallery-card-scale, 1));
  transform-origin: center;
  transition:
    transform 0.55s ease,
    height 0.55s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease;
  will-change: transform;
}

.page-equipment .equipment-gallery.is-slider-ready .equipment-gallery__card {
  position: absolute;
  top: 50%;
  left: var(--gallery-shadow-pad-x);
  display: flex;
  width: var(--gallery-card-width, 0);
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--gallery-x, 0), -50%) scale(var(--gallery-card-scale, 1));
  transition:
    transform 0.55s ease,
    opacity 0.35s ease,
    height 0.55s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease;
}

.page-equipment .equipment-gallery.is-slider-ready .equipment-gallery__card.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.page-equipment .equipment-gallery.is-slider-ready {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: calc(var(--gallery-stage-height) + var(--gallery-shadow-pad-y) + var(--gallery-shadow-pad-y));
  min-height: 0;
  margin-top: calc(0rem - var(--gallery-shadow-pad-y));
  margin-bottom: calc(0rem - var(--gallery-shadow-pad-y));
  padding: var(--gallery-shadow-pad-y) var(--gallery-shadow-pad-x);
  overflow: hidden;
}

.page-equipment .equipment-gallery__card--featured {
  --gallery-card-scale: 1.04;

  z-index: 1;
  height: var(--gallery-card-active-min-height);
  border-color: rgba(211, 26, 42, 0.28);
  box-shadow: 0 1.125rem 2.5rem rgba(26, 37, 55, 0.12);
}

.page-equipment .equipment-gallery__card img {
  width: auto;
  max-width: 100%;
  max-height: var(--gallery-card-image-max-height);
  object-fit: contain;
  transition: max-height 0.55s ease;
}

.page-equipment .equipment-gallery__card--featured img {
  max-height: var(--gallery-card-active-image-max-height);
}

.page-equipment .equipment-gallery__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem; /* 4px @ 1600 */
  min-height: 1.375rem; /* stable click row for scaled active dot */
  margin-top: -0.75rem;
}

.page-equipment .equipment-gallery__dots span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem; /* stable hit area */
  height: 1.375rem;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.page-equipment .equipment-gallery__dots span::before {
  content: "";
  display: block;
  width: 0.375rem; /* 6px @ 1600 */
  height: 0.375rem; /* 6px @ 1600 */
  border-radius: 50%;
  background: #d8dde5;
  transform: scale(1);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.page-equipment .equipment-gallery__dots span:focus-visible {
  outline: 0.125rem solid var(--color-accent);
  outline-offset: 0.375rem;
}

.page-equipment .equipment-gallery__dots .is-active {
  background: transparent;
}

.page-equipment .equipment-gallery__dots .is-active::before {
  background: var(--color-accent);
  transform: scale(2);
}

.page-equipment .section--about-contact {
  padding-top: 4.875rem; /* 78px @ 1600 */
}

.page-contacts .contacts-hero {
  overflow: hidden;
  background: #f2f4f3;
}

.page-contacts .contacts-hero__inner {
  display: grid;
  grid-template-columns: 19rem minmax(0, 1fr);
  align-items: center;
  gap: 8.5rem; /* 136px @ 1600 */
  min-height: 23.75rem; /* 380px @ 1600 */
}

.page-contacts .contacts-hero__logo {
  display: block;
  width: 15.5rem; /* 248px @ 1600 */
  height: auto;
}

.page-contacts .contacts-hero__image {
  display: block;
  justify-self: end;
  width: 25rem; /* 400px @ 1600 */
  margin-right: 8.625rem; /* 138px @ 1600 */
  height: auto;
}

.leadership-hero__inner,
.page-leadership-detail .leadership-hero__inner,
.page-news .news-hero__inner,
.page-documents .documents-hero__inner {
  height: 23.75rem; /* match contacts hero block height */
}

.page-news .news-hero__inner {
  height: auto;
}

.page-contacts .contacts-page {
  background: #ffffff;
}

.page-leadership .leadership-directory .container {
  max-width: 94rem; /* wider Leadership content rhythm per desktop refs */
  padding-right: 2rem;
  padding-left: 2rem;
}

.principles-card,
.news-card,
.document-card,
.date-callout,
.leader-card,
.contact-form {
  border-radius: 0.75rem; /* 12px @ 1600 */
  background: var(--color-card);
}

.principles-card {
  padding: 2.5rem 2.667rem; /* 40px 43px @ 1600 */
  background: var(--color-soft);
}

.principles-card {
  justify-self: end;
  width: 100%;
  max-width: 28rem; /* 20% narrower than the 35rem desktop column */
}

.principles-card h3,
.leader-card h3,
.date-content h3,
.news-card h3,
.document-card h3,
.contacts-panel h3 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.principles-card h3 {
  margin-bottom: 1rem;
  font-size: 2rem; /* 32px @ 1600 */
}

.principles-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #4f5663;
  font-size: 1rem;
  line-height: 1.75;
}

.leaders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.917rem; /* 47px @ 1600 */
  margin-top: 1.042rem; /* 17px @ 1600 */
}

.leader-card {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 2.083rem; /* 33px @ 1600 */
  align-items: center;
  min-height: 18.167rem; /* 291px @ 1600 */
  padding: 1.667rem; /* 27px @ 1600 */
}

.leader-card img {
  width: 15rem; /* 240px @ 1600 */
  height: 20.833rem; /* 333px @ 1600 */
  border-radius: 0.5rem; /* 8px @ 1600 */
  object-fit: cover;
  object-position: center top;
}

.leader-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.leader-card__media-link img {
  display: block;
}

.leader-card h3 {
  max-width: 22rem;
  font-size: 2rem; /* 32px @ 1600 */
}

.leader-card h3 a {
  color: inherit;
  text-decoration: none;
}

.leader-card__role {
  margin: 1.25rem 0 1.167rem;
  color: #404652;
  font-size: 0.917rem; /* 15px @ 1600 */
  line-height: 1.35;
}

.leader-card p:last-child,
.leader-card__description {
  margin: 0;
  color: #7b828d;
  font-size: 0.833rem; /* 13px @ 1600 */
  line-height: 1.35;
}

.leader-card__button {
  width: max-content;
  min-height: 2.7rem;
  margin-top: 1.25rem;
  padding-right: 2.08rem;
  padding-left: 2.08rem;
  font-size: 0.75rem;
}

.date-grid {
  display: grid;
  grid-template-columns: 31rem minmax(0, 1fr);
  gap: 10rem; /* 160px @ 1600 */
  align-items: start;
}

.date-side h2 {
  display: block;
  margin-bottom: 3.5rem;
}

.date-side p {
  margin: 0 0 1.833rem;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 1.2rem; /* 19px @ 1600 */
  line-height: 1.2;
}

.date-side img {
  width: 10.5rem;
  height: 10.438rem;
}

.date-callout {
  margin: 0 0 3.167rem;
  padding: 2.083rem 3.333rem; /* 33px 53px @ 1600 */
  color: #5b616b;
  background: var(--color-soft);
  font-size: 1rem;
  line-height: 1.45;
}

.date-content h3 {
  margin-bottom: 1rem;
  font-size: 1.55rem; /* 25px @ 1600 */
  line-height: 1.2;
}

.date-content p {
  margin: 0 0 1rem;
  color: #343a44;
  font-size: 1.02rem; /* 16px @ 1600 */
  line-height: 1.42;
}

.news-grid,
.documents-grid {
  display: grid;
  gap: 1.667rem; /* 27px @ 1600 */
  margin-top: 1.25rem;
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
  min-height: 15.417rem; /* 247px @ 1600 */
  padding: 2.083rem; /* 33px @ 1600 */
}

.news-card,
.document-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-card time,
.document-card span {
  display: block;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 0.75rem; /* 12px @ 1600 */
  line-height: 1.2;
  text-transform: uppercase;
}

.news-card h3 {
  max-width: 22rem;
  margin-top: 0.833rem;
  font-size: 1.708rem; /* 27px @ 1600 */
}

.news-card p,
.document-card p {
  margin: 1.042rem 0 0;
  color: #8b929d;
  font-size: 1rem;
  line-height: 1.45;
}

.documents-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.document-card {
  min-height: 10.5rem; /* 168px @ 1600 */
  padding: 1.833rem 1.667rem; /* 29px 27px @ 1600 */
  background: var(--color-soft);
}

.document-card h3 {
  margin-top: 1.417rem;
  font-size: 1.583rem; /* 25px @ 1600 */
}

.contacts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(27rem, 0.78fr);
  gap: 1.25rem; /* 20px @ 1600 */
  margin-top: 2.917rem; /* 47px @ 1600 */
}

.contact-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.167rem 1.5rem; /* 19px 24px @ 1600 */
  padding: 2.5rem 2.917rem; /* 40px 47px @ 1600 */
}

.form-field {
  display: grid;
  gap: 0.375rem; /* 6px @ 1600 */
  min-width: 0;
}

.form-field--message {
  grid-column: 2;
  grid-row: 1 / span 3;
  grid-template-rows: auto 1fr;
  align-self: stretch;
}

.contact-form .form-field:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}

.contact-form .form-field:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
}

.contact-form .form-field:nth-of-type(3) {
  grid-column: 1;
  grid-row: 3;
}

.form-field label {
  color: #1a1f28;
  font-weight: 700;
  font-size: 1rem; /* 16px @ 1600 */
}

.form-field.captcha-box input {
  width: auto;
}
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 0.5rem; /* 8px @ 1600 */
  color: var(--color-text);
  background: #ffffff;
  font-size: 0.9rem; /* 14px @ 1600 */
  outline: none;
}

.form-field input {
  height: 3.6rem; /* 58px @ 1600 */
  padding: 0 1.3rem; /* 21px @ 1600 */
}

.form-field textarea {
  min-height: 14rem; /* 224px @ 1600 */
  padding: 1.2rem 1.3rem;
  resize: none;
}

.form-field--message textarea {
  height: auto;
  min-height: 0;
  margin: 0.174rem 0;
  align-self: stretch;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--color-accent);
}

.captcha-box {
  display: flex;
  gap: 20px;
}
.captcha-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
#nc_captcha_refresh_button0 {
  background: url("../images/reload.svg") no-repeat center / contain;
  text-indent: -1000%;
  border: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.warnText {
  color: #ff0000;
}
.form-consent {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 0.5rem;
  color: #9aa1ab;
  font-size: 0.78rem; /* 12px @ 1600 */
  line-height: 1.3;
  cursor: pointer;
}

.form-consent input,
.form-consent span {
  cursor: pointer;
}

.form-consent a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.form-consent input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  accent-color: var(--color-accent);
}

.contact-form__submit {
  grid-column: 1 / -1;
  justify-self: center;
  align-self: start;
  width: 15rem; /* 240px @ 1600 */
}

.contacts-panel {
  min-width: 0;
  padding: 2.5rem 2.667rem; /* 40px 43px @ 1600 */
  border-radius: 0.75rem;
  color: #ffffff;
  background: var(--color-dark);
}

.contacts-panel h3 {
  margin-bottom: 2.4rem;
  color: #ffffff;
  font-size: 2.2rem; /* 35px @ 1600 */
}

.contacts-panel ul {
  display: grid;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
  color: #eceef2;
  list-style: none;
}

.contacts-panel li {
  display: grid;
  grid-template-columns: 1.6rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  color: inherit;
  font-size: 1rem;
  line-height: 1.35;
}

.contacts-panel li a,
.contacts-panel li span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contacts-panel li a {
  font-weight: 700;
}

.contacts-panel li a[href^="mailto:"] {
  font-weight: 400;
}

.contacts-panel li:nth-child(2) a {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.375rem; /* 22px @ 1600 */
  line-height: 1.1;
}

.contacts-panel li a + a {
  grid-column: 2;
  margin-top: -0.8rem;
}

.contacts-panel li img {
  width: 1.25rem;
  height: 1.25rem;
}

.contacts-panel__socials {
  display: flex;
  gap: 1rem;
  margin-top: 2.6rem;
  margin-left: 2.8rem;
}

.contacts-panel__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.625rem; /* 58px @ 1600 */
  height: 3.625rem; /* 58px @ 1600 */
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contacts-panel__socials img {
  width: 1.875rem; /* 30px @ 1600 */
  height: 1.875rem; /* 30px @ 1600 */
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.site-footer {
  color: #ffffff;
  background: var(--color-dark);
}

.site-footer a:not(.btn) {
  transition: color 160ms ease;
}

.site-footer a:not(.btn):hover,
.site-footer a:not(.btn):focus-visible {
  color: #ffffff;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  padding-top: 3.333rem;
  padding-bottom: 2.5rem;
}

.site-footer__top,
.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3.333rem;
}

.site-footer__top {
  align-items: end;
}

.site-footer__bottom {
  align-items: end;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  max-width: 45rem;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.78rem; /* 12px @ 1600 */
  line-height: 1.35;
}

.site-footer__federation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.8rem;
  max-width: 45rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.78rem; /* 12px @ 1600 */
  line-height: 1.35;
}

.site-footer__side {
  display: grid;
  justify-items: end;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.78rem;
  text-align: right;
}

.site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.78rem; /* 12px @ 1600 */
  line-height: 1.35;
  text-align: right;
}

.site-footer__copyright a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 1199.98px) {
  html {
    font-size: 1.4vw;
  }

  .site-header__brand {
    flex-basis: 20rem;
    max-width: 20rem;
    white-space: normal;
  }

  .hero__media {
    margin-right: 0;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr) 28rem;
    gap: 4rem;
  }

  .leaders-grid {
    column-gap: 1.458rem;
  }

  .leader-card {
    grid-template-columns: 12.75rem minmax(0, 1fr);
  }

  .leader-card img {
    width: 12.75rem;
    height: 17.708rem;
  }

  .date-grid {
    grid-template-columns: 31rem minmax(0, 1fr);
    gap: 4rem;
  }

}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  html {
    font-size: 1.2vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-about .about-intro__grid {
    gap: 3rem; /* 9rem / 3 */
  }

  .page-about .about-story__grid {
    gap: 2.875rem; /* 8.625rem / 3 */
  }
}

@media (max-width: 1439.98px) {
  .contact-form {
    align-content: start;
  }
}

@media (max-width: 1599.98px) {
  .leader-card__role {
    font-size: 1.028rem; /* ~14.8px target / 14.4px root at 1200 control */
  }

  .leader-card p:last-child,
  .leader-card__description {
    font-size: 0.972rem; /* ~14px target / 14.4px root at 1200 control */
  }

  .page-leadership .leadership-card__button {
    font-size: 0.833rem; /* 12px target / 14.4px root at 1200 control */
  }

  .form-field label {
    font-size: 1rem;
  }

  .form-consent {
    font-size: 0.903rem; /* ~13px target / 14.4px root at 1200 control */
  }

  .contact-form__submit {
    font-size: 1.028rem; /* ~14.8px target / 14.4px root at 1200 control */
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 1.8vw;
  }

  :root {
    --container-pad: 1.25rem;
  }

  .site-header__inner {
    min-height: 5.95rem; /* 64px @ 768 */
  }

  .site-nav {
    display: none;
  }

  .site-header__phones {
    display: flex;
    margin-left: auto;
  }

  .site-header__phone-compact {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: 1.488rem; /* 16px @ 768 */
  }

  .mobile-menu {
    width: 21rem;
  }

  .mobile-menu__phone {
    display: none;
  }

  .hero__media {
    margin-right: -7rem;
  }

  .leaders-grid,
  .date-grid,
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .date-grid {
    row-gap: 0;
  }

  .date-side {
    padding-bottom: 1rem;
  }

  .date-side img {
    display: none;
  }

  .date-side p {
    margin-bottom: 0;
  }

  .date-side,
  .date-content,
  .contact-form,
  .contacts-panel {
    width: 100%;
  }

  .news-grid,
  .page-news .news-page__grid,
  .documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-field--message textarea {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-about .about-intro__grid,
  .page-about .about-story__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .page-about .about-intro__lead,
  .page-about .about-intro__body,
  .page-about .about-intro__content h2,
  .page-about .about-intro__content p,
  .page-about .about-story__content,
  .page-about .about-story__values {
    max-width: 100%;
  }

  .page-about .about-intro .date-callout {
    max-width: 42rem;
  }

  .page-about .about-hero__image,
  .leadership-hero__image,
  .page-leadership-detail .leadership-hero__image,
  .page-news .news-hero__image,
  .page-documents .documents-hero__image,
  .page-contacts .contacts-hero__image {
    margin-right: 0;
  }

  .page-equipment .equipment-item {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
    gap: 4rem;
  }

  .page-equipment .equipment-gallery {
    --gallery-card-min-height: 18.375rem;
    --gallery-card-active-min-height: 20.875rem;
    --gallery-card-image-max-height: 16rem;
    --gallery-card-active-image-max-height: 18.5rem;
    --gallery-stage-height: 21.75rem;
    --gallery-shadow-pad-x: 2rem;
    --gallery-shadow-pad-y: 3rem;
    --gallery-visible-columns: 3;
    --gallery-gap: 1.5rem;

    gap: var(--gallery-gap);
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 2.1vw;
  }

  .menu-toggle {
    margin-left: 0.744rem;
  }

  .hero__media {
    width: 24rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-grid .section-heading,
  .principles-card {
    width: 100%;
    max-width: 100%;
  }

  .principles-card {
    justify-self: stretch;
    padding: 1.5rem 1.667rem;
  }

  .date-callout {
    padding: 1.583rem 1.333rem;
  }

  .page-about .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .page-about .about-intro__lead,
  .page-about .about-intro__body,
  .page-about .about-intro__content h2,
  .page-about .about-intro__content p {
    max-width: 100%;
  }

  .page-about .about-hero__inner,
  .leadership-hero__inner,
  .page-leadership-detail .leadership-hero__inner,
  .page-documents .documents-hero__inner,
  .page-contacts .contacts-hero__inner {
    grid-template-columns: 16rem minmax(0, 1fr);
    gap: 3rem;
    min-height: 20rem;
  }

  .page-about .about-hero__logo,
  .leadership-hero__logo,
  .page-leadership-detail .leadership-hero__logo,
  .page-documents .documents-hero__logo,
  .page-contacts .contacts-hero__logo {
    width: 14rem;
  }

  .page-about .about-hero__image,
  .leadership-hero__image,
  .page-leadership-detail .leadership-hero__image,
  .page-documents .documents-hero__image,
  .page-contacts .contacts-hero__image {
    width: 18rem;
  }

  .page-news .news-hero__inner,
  .page-equipment .equipment-hero__inner {
    grid-template-columns: 16rem minmax(0, 1fr);
    gap: 3rem;
    min-height: 20rem;
  }

  .page-news .news-hero__logo,
  .page-equipment .equipment-hero__logo {
    width: 14rem;
  }

  .page-news .news-hero__image,
  .page-equipment .equipment-hero__image {
    width: 18rem;
    margin-right: 0;
  }

  .leadership-hero__inner,
  .page-leadership-detail .leadership-hero__inner,
  .page-news .news-hero__inner,
  .page-documents .documents-hero__inner {
    height: 20rem;
  }

  .page-equipment .equipment-item {
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 20rem);
    gap: 2.5rem;
  }

  .page-equipment .equipment-list {
    gap: 3rem;
  }

  .news-card {
    font-size: 1.1rem;
  }

  .news-card time {
    font-size: 0.825rem;
  }

  .news-card h3 {
    font-size: 1.879rem;
  }

  .news-card p {
    font-size: 1.1rem;
  }

  .page-news .news-card time {
    font-size: 0.963rem;
  }

  .page-news .news-card h2 {
    font-size: 2.805rem;
  }

  .page-news .news-card p {
    font-size: 1.1rem;
  }

  .document-card {
    font-size: 1.1rem;
  }

  .document-card span {
    font-size: 0.825rem;
  }

  .document-card h3 {
    font-size: 1.741rem;
  }

  .document-card p {
    font-size: 1.1rem;
  }

  .page-documents .document-card--switcher {
    font-size: 1.1rem;
  }

  .contact-form {
    padding-right: 0.917rem;
    padding-left: 0.917rem;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1rem;
    text-align: center;
  }

  .site-footer__brand {
    justify-self: center;
    padding-bottom: 2rem;
    white-space: nowrap;
  }

  .site-footer__side {
    justify-items: center;
    text-align: center;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 1rem;
  }

  .site-footer__links,
  .site-footer__copyright {
    width: 100%;
    justify-self: center;
    font-size: 0.858rem;
    text-align: center;
  }

  .site-footer__links {
    display: grid;
    row-gap: 1rem;
    justify-items: center;
  }

  .site-footer__nav,
  .site-footer__federation {
    justify-content: center;
    max-width: 100%;
    font-size: 0.858rem;
    text-align: center;
  }

  .site-footer__links a,
  .site-footer__copyright a {
    font-size: inherit;
  }

  .contacts-panel {
    text-align: center;
  }

  .contacts-panel h3,
  .contacts-panel ul,
  .contacts-panel li {
    justify-items: center;
  }

  .contacts-panel li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    text-align: center;
  }

  .contacts-panel li img,
  .contacts-panel li a,
  .contacts-panel li span {
    grid-column: 1;
  }

  .contacts-panel li a + a {
    grid-column: 1;
    margin-top: 0;
  }

  .contacts-panel__socials {
    justify-content: center;
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page-equipment .equipment-hero__image {
    width: 25rem;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 3.2vw;
  }

  :root {
    --container-pad: 0.625rem;
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.5rem;
  }

  .site-header__brand {
    width: auto;
    max-width: none;
    min-width: 0;
    white-space: normal;
  }

  .site-header__brand span {
    display: block;
  }

  .site-header__phones {
    gap: 0;
    margin-left: 0;
    justify-self: end;
  }

  .site-header__phones > span:not(.phone-mark) {
    display: none;
  }

  .mobile-menu__phone {
    display: grid;
  }

  .mobile-menu {
    width: 16.8rem;
  }

  .menu-toggle {
    justify-self: end;
    margin-left: 0;
  }

  .hero__inner {
    position: relative;
    grid-template-columns: 1fr;
  }

  .hero__content,
  .hero__media {
    grid-column: 1;
    grid-row: 1;
  }

  .hero__content {
    padding-top: 1.5rem;
  }

  .hero__logo {
    margin-bottom: 1.5rem;
  }

  .hero h1 {
    font-size: 3.5rem;
    line-height: 1.25;
  }

  .hero p {
    max-width: 17rem;
    margin-top: 2.667rem;
    font-size: 1.1rem;
  }

  .hero__media {
    width: 18rem;
    margin-right: -4.8rem;
    pointer-events: none;
  }



  .leader-card,
  .page-leadership .leadership-card {
    grid-template-columns: 11.719rem minmax(0, 1fr);
    gap: 1.042rem;
    min-height: 0;
    padding: 0.834rem;
  }

  .leader-card img,
  .page-leadership .leadership-card img {
    width: 11.719rem;
    height: 15.625rem;
  }

  .page-leadership .leadership-card img {
    width: 10.547rem;
    height: 14.438rem;
  }

  .leader-card p:last-child,
  .leader-card__description {
    display: none;
  }

  .page-leadership .leadership-directory .container {
    padding-right: var(--container-pad);
    padding-left: var(--container-pad);
  }

  .page-leadership .leadership-card p:last-child,
  .page-leadership .leadership-card .leader-card__description {
    display: block;
  }

  .page-about .about-hero__inner,
  .leadership-hero__inner,
  .page-leadership-detail .leadership-hero__inner,
  .page-documents .documents-hero__inner,
  .page-contacts .contacts-hero__inner {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: 19rem;
  }

  .page-about .about-hero__logo,
  .leadership-hero__logo,
  .page-leadership-detail .leadership-hero__logo,
  .page-documents .documents-hero__logo,
  .page-contacts .contacts-hero__logo {
    position: relative;
    z-index: 1;
    width: 15rem;
  }

  .page-about .about-hero__image,
  .leadership-hero__image,
  .page-leadership-detail .leadership-hero__image,
  .page-documents .documents-hero__image,
  .page-contacts .contacts-hero__image {
    position: absolute;
    right: -1rem;
    bottom: 0;
    width: 14rem;
    pointer-events: none;
  }

  .page-contacts .contacts-hero__logo {
    align-self: start;
    width: 10.417rem; /* 160px @ 480 */
    height: 10.417rem; /* 160px @ 480 */
    margin-top: 2rem;
    object-fit: contain;
  }

  .page-contacts .contacts-hero__image {
    width: 19rem;
  }

  .page-news .news-hero__inner,
  .page-equipment .equipment-hero__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 19rem;
  }

  .page-news .news-hero__logo,
  .page-equipment .equipment-hero__logo {
    width: 17rem;
  }

  .page-news .news-hero__image,
  .page-equipment .equipment-hero__image {
    display: none;
  }

  .page-about .about-hero__logo,
  .leadership-hero__logo,
  .page-leadership-detail .leadership-hero__logo,
  .page-news .news-hero__logo,
  .page-documents .documents-hero__logo,
  .page-equipment .equipment-hero__logo {
    align-self: start;
    position: relative;
    z-index: 1;
    width: 10.417rem; /* matches contacts hero at 480-575.98px */
    height: 10.417rem;
    margin-top: 2rem;
    object-fit: contain;
  }

  .page-news .news-hero__inner,
  .page-equipment .equipment-hero__inner {
    position: relative;
    justify-items: start;
  }

  .page-news .news-hero__image,
  .page-equipment .equipment-hero__image {
    display: block;
    position: absolute;
    right: -1rem;
    bottom: 0;
    width: 19rem;
    margin-right: 0;
    pointer-events: none;
  }

  .page-equipment .equipment-hero__image {
    right: 0.5rem;
    bottom: 1rem;
  }

  .page-about .about-hero__image,
  .leadership-hero__image,
  .page-leadership-detail .leadership-hero__image,
  .page-documents .documents-hero__image {
    width: 19rem;
  }

  .leadership-hero__inner,
  .page-leadership-detail .leadership-hero__inner,
  .page-news .news-hero__inner,
  .page-documents .documents-hero__inner,
  .page-equipment .equipment-hero__inner {
    height: 19rem;
  }

  .page-equipment .equipment-item {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: start;
  }

  .page-equipment .equipment-item__media {
    justify-content: center;
  }

  .page-equipment .equipment-item__media img,
  .page-equipment .equipment-item:nth-child(1) .equipment-item__media img,
  .page-equipment .equipment-item:nth-child(2) .equipment-item__media img,
  .page-equipment .equipment-item:nth-child(3) .equipment-item__media img,
  .page-equipment .equipment-item:nth-child(4) .equipment-item__media img,
  .page-equipment .equipment-item:nth-child(5) .equipment-item__media img,
  .page-equipment .equipment-item:nth-child(6) .equipment-item__media img {
    width: 100%;
    max-width: 18rem;
    max-height: 22rem;
  }

  .page-equipment .equipment-gallery {
    --gallery-card-min-height: 13rem;
    --gallery-card-active-min-height: 16rem;
    --gallery-card-image-max-height: 11.5rem;
    --gallery-card-active-image-max-height: 14.25rem;
    --gallery-stage-height: 16.75rem;
    --gallery-shadow-pad-x: 1.25rem;
    --gallery-shadow-pad-y: 2.5rem;
    --gallery-visible-columns: 3;
    --gallery-gap: 0.75rem;

    gap: var(--gallery-gap);
  }

  .page-equipment .equipment-gallery__card {
    padding: 0.625rem;
  }

  .page-news .news-board__filters {
    display: grid;
    padding: 0.959rem 1rem; /* half of desktop filter padding */
  }

  .page-news .news-board__filter-toggle {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    min-height: 2.75rem;
    height: auto;
    transform: none;
  }

  .page-news .news-board__filter-toggle [data-news-active-filter] {
    display: block;
    color: var(--color-accent);
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .page-news .news-board__filter-icon {
    position: relative;
    display: block;
    width: 2.75rem;
    height: 1.375rem;
  }

  .page-news .news-board__filter-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.75rem;
    height: 0.208rem;
    border-radius: 999px;
    background: #aab0bc;
    transform-origin: center;
    transition:
      transform 0.2s ease,
      opacity 0.2s ease;
  }

  .page-news .news-board__filter-icon span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.583rem));
  }

  .page-news .news-board__filter-icon span:nth-child(2) {
    transform: translate(-50%, -0.1rem);
  }

  .page-news .news-board__filter-icon span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.583rem));
  }

  .page-news .news-board__filter-toggle[aria-expanded="true"] .news-board__filter-icon span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .page-news .news-board__filter-toggle[aria-expanded="true"] .news-board__filter-icon span:nth-child(2) {
    opacity: 0;
  }

  .page-news .news-board__filter-toggle[aria-expanded="true"] .news-board__filter-icon span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .page-news .news-board__filter-panel {
    display: none;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 1rem;
    padding-right: 0;
  }

  .page-news .news-board__filter-button {
    justify-self: start;
    font-size: 1.5rem;
  }

  .page-news .news-board.is-filter-open .news-board__filter-panel {
    display: grid;
  }

  .page-news .news-board.is-filter-open .news-board__filter-button.is-active {
    display: none;
  }

  .page-news .news-card p {
    padding-top: 1rem;
  }

  .news-grid,
  .page-news .news-page__grid,
  .documents-grid {
    grid-template-columns: 1fr;
  }

  .page-documents .documents-table--wide table {
    min-width: 0;
  }

  .page-documents .documents-table--wide th,
  .page-documents .documents-table--wide td {
    padding: 0.5rem 0.25rem;
    font-size: 0.72rem;
  }

  #documents .section-heading h2 {
    font-size: 0;
  }

  #documents .section-heading h2::before {
    content: "Документы";
    font-size: 3.15rem;
  }

  .contacts-grid {
    margin-top: 1.917rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .form-field,
  .contact-form .form-field:nth-of-type(1),
  .contact-form .form-field:nth-of-type(2),
  .contact-form .form-field:nth-of-type(3),
  .form-field--message {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .form-field--message {
    grid-template-rows: auto;
  }

  .form-field--message textarea {
    min-height: 8rem;
    margin: 0;
  }

  .site-footer__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .site-footer__brand {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .page-about .about-story__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .page-about .about-story__values {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .page-leadership-detail .leadership-detail__header h2 span {
    display: block;
  }

  .page-leadership-detail .leadership-detail__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .page-leadership-detail .leadership-detail__content {
    max-width: 100%;
  }
}

@media (max-width: 479.98px) {
  html {
    font-size: 3.5vw;
  }

  .hero__media {
    margin-right: -5.5rem;
  }

  .page-contacts .contacts-hero__inner {
    min-height: 27.36rem; /* 22.8rem + 20% */
  }

  .page-contacts .contacts-hero__logo {
    width: 10.5rem;
    height: 10.5rem;
    max-width: none;
    max-height: none;
  }

  .page-contacts .contacts-hero__image {
    right: -3rem;
    width: 23rem;
  }

  .page-about .about-hero__inner,
  .leadership-hero__inner,
  .page-leadership-detail .leadership-hero__inner,
  .page-news .news-hero__inner,
  .page-documents .documents-hero__inner,
  .page-equipment .equipment-hero__inner {
    min-height: 27.36rem;
  }

  .page-about .about-hero__logo,
  .leadership-hero__logo,
  .page-leadership-detail .leadership-hero__logo,
  .page-news .news-hero__logo,
  .page-documents .documents-hero__logo,
  .page-equipment .equipment-hero__logo {
    width: 10.5rem;
    height: 10.5rem;
    max-width: none;
    max-height: none;
  }

  .page-about .about-hero__image,
  .leadership-hero__image,
  .page-leadership-detail .leadership-hero__image,
  .page-news .news-hero__image,
  .page-documents .documents-hero__image,
  .page-equipment .equipment-hero__image {
    right: -3rem;
    width: 23rem;
  }

  .page-news .news-hero__image {
    bottom: 1rem;
    width: 21rem;
  }

  .page-equipment .equipment-hero__image {
    right: 0.5rem;
    width: 22rem;
  }

  .page-equipment .equipment-gallery {
    --gallery-visible-columns: 1;
    --gallery-card-max-width: 10.4rem;
  }

  .page-equipment .equipment-gallery__dots {
    gap: 0.125rem;
  }

  .page-equipment .equipment-gallery__dots span {
    width: 0.875rem;
  }

  .leadership-hero__inner,
  .page-leadership-detail .leadership-hero__inner,
  .page-news .news-hero__inner,
  .page-documents .documents-hero__inner,
  .page-equipment .equipment-hero__inner {
    height: 27.36rem;
  }

  .page-documents .document-card--switcher {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .page-news .news-hero__inner {
    height: auto;
  }

  .page-leadership-detail .leadership-hero__inner {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .page-about .about-intro__grid {
    gap: 1.5rem;
  }

  .page-about .about-intro__body {
    gap: 1.625rem;
  }

  .page-about .about-story {
    padding-top: 0;
    padding-bottom: 5.25rem;
  }

  .page-about .about-story__values {
    padding: 1.375rem 1.344rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-equipment .equipment-gallery {
    --gallery-gap: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-documents .documents-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-documents .document-card--switcher-current,
  .page-documents .document-card--switcher-accent,
  .page-documents .documents-table {
    width: 100%;
  }

  .page-about .about-intro .date-callout {
    padding-right: 1.667rem;
    padding-left: 1.667rem;
  }
}

@media (max-width: 767.98px) {
  .page-documents .documents-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-documents .document-card--switcher-current,
  .page-documents .document-card--switcher-accent,
  .page-documents .documents-table {
    width: 100%;
  }

  .page-about .about-intro .date-callout {
    padding-right: 0.667rem;
    padding-left: 0.667rem;
  }
}
