/*
 * Объединённая страница «О компании» — ВСЕ-КАССЫ
 * Layered over the shared updated-v2 design system.
 */

.about-page {
  background: #fff;
}

.about-page h1,
.about-page h2,
.about-page h3 {
  text-wrap: balance;
}

.about-page h2 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 25px;
  height: 2px;
  content: "";
  background: var(--accent);
  border-radius: 9px;
}

.section-kicker--light {
  color: #a7e3e8;
}

.about-section-heading {
  margin-bottom: 48px;
}

.about-section-heading > div {
  max-width: 780px;
}

.about-section-heading > p {
  max-width: 360px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Hero */

.about-hero {
  position: relative;
  padding: 28px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 34%, rgb(80 180 190 / 9%), transparent 25%),
    linear-gradient(180deg, #f7f8ff 0%, #fff 78%);
}

.about-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 12px;
}

.about-breadcrumbs a:hover {
  color: var(--brand);
}

.about-breadcrumbs .icon {
  width: 13px;
  height: 13px;
  opacity: .45;
}

.about-breadcrumbs span {
  color: var(--brand);
  font-weight: 650;
}

.about-hero__panel {
  position: relative;
  display: grid;
  min-height: 565px;
  grid-template-columns: minmax(0, 1.1fr) minmax(440px, .9fr);
  gap: 40px;
  padding: 62px 64px 42px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(125deg, rgb(255 255 255 / 3%), transparent 45%),
    var(--brand);
  border-radius: 32px;
  box-shadow: 0 30px 90px rgb(16 19 104 / 18%);
}

.about-hero__panel::before {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -250px;
  content: "";
  background: rgb(80 180 190 / 16%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.about-eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 9px;
  padding: 0 13px 0 10px;
  color: #d7f4f6;
  background: rgb(80 180 190 / 16%);
  border: 1px solid rgb(80 180 190 / 24%);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
}

.about-eyebrow i {
  width: 7px;
  height: 7px;
  background: #42dd90;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(66 221 144 / 12%);
}

.about-hero h1 {
  margin: 22px 0 22px;
  color: var(--white);
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 830;
  line-height: .99;
  letter-spacing: -.057em;
}

.about-hero h1 em {
  color: #7dd5dc;
  font-style: normal;
}

.about-hero__copy > p {
  max-width: 670px;
  margin-bottom: 28px;
  color: rgb(255 255 255 / 70%);
  font-size: 15px;
  line-height: 1.72;
}

.about-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.about-hero__actions .button {
  box-shadow: 0 14px 32px rgb(253 148 15 / 28%);
}

.about-hero__phone {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.about-hero__phone span {
  margin-bottom: 5px;
  color: rgb(255 255 255 / 55%);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-hero__phone strong {
  color: var(--white);
  font-size: 17px;
  letter-spacing: -.025em;
}

.about-hero__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 33px;
}

.about-hero__quicklinks a {
  position: relative;
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
  font-weight: 650;
  transition: color var(--transition);
}

.about-hero__quicklinks a::after {
  position: absolute;
  right: -12px;
  top: 6px;
  width: 3px;
  height: 3px;
  content: "";
  background: rgb(255 255 255 / 28%);
  border-radius: 50%;
}

.about-hero__quicklinks a:last-child::after {
  display: none;
}

.about-hero__quicklinks a:hover {
  color: #fff;
}

.about-hero__visual {
  position: relative;
  z-index: 1;
  min-height: 440px;
}

.about-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.about-orbit--one {
  width: 410px;
  height: 410px;
}

.about-orbit--two {
  width: 315px;
  height: 315px;
  border-style: dashed;
  animation: about-rotate 42s linear infinite;
}

@keyframes about-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.about-hero__years {
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-hero__years strong {
  color: var(--accent);
  font-size: 62px;
  font-weight: 880;
  line-height: 1;
  letter-spacing: -.065em;
}

.about-hero__years span {
  color: rgb(255 255 255 / 72%);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-hero__terminal {
  position: absolute;
  z-index: 2;
  top: 106px;
  left: 50%;
  width: 212px;
  height: 242px;
  padding: 19px;
  background: linear-gradient(145deg, #f8f9ff, #dfe1f3);
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 29px 29px 38px 38px;
  box-shadow: 0 34px 65px rgb(3 5 52 / 46%), inset 0 2px #fff;
  transform: translateX(-50%) rotate(-3deg);
}

.about-hero__terminal::after {
  position: absolute;
  right: 24px;
  bottom: -13px;
  left: 24px;
  height: 22px;
  content: "";
  background: rgb(2 4 47 / 40%);
  border-radius: 50%;
  filter: blur(12px);
}

.about-terminal__screen {
  display: flex;
  height: 87px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  color: #fff;
  background: linear-gradient(145deg, #1b2284, #0b0d51);
  border-radius: 16px;
  box-shadow: inset 0 0 0 4px #c9ccdf;
}

.about-terminal__screen span {
  color: #a9eef2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-terminal__screen b {
  margin-top: 3px;
  font-size: 16px;
}

.about-terminal__screen i {
  width: 42px;
  height: 4px;
  margin-top: 10px;
  background: #42dd90;
  border-radius: 6px;
}

.about-terminal__keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 19px;
}

.about-terminal__keys i {
  height: 23px;
  background: #fff;
  border: 1px solid #cfd2e4;
  border-radius: 7px;
  box-shadow: 0 3px 5px rgb(16 19 104 / 9%);
}

.about-terminal__keys i:nth-child(3n) {
  background: #ffaf43;
  border-color: #ff9e1e;
}

.about-terminal__receipt {
  position: absolute;
  z-index: -1;
  top: -69px;
  right: 23px;
  width: 112px;
  height: 92px;
  padding: 13px;
  color: #34394b;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -8px 20px rgb(1 3 49 / 16%);
  transform: rotate(5deg);
}

.about-terminal__receipt span,
.about-terminal__receipt b {
  display: block;
  font-size: 7px;
}

.about-terminal__receipt b {
  margin: 6px 0 9px;
  color: var(--brand);
  font-size: 9px;
}

.about-terminal__receipt i {
  display: block;
  height: 2px;
  margin-top: 5px;
  background: #d9dce5;
  border-radius: 3px;
}

.about-hero__badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 14px 11px 11px;
  color: var(--brand);
  background: rgb(255 255 255 / 96%);
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 14px;
  box-shadow: 0 18px 35px rgb(2 4 48 / 25%);
  animation: about-float 5.2s ease-in-out infinite;
}

.about-hero__badge > .icon {
  width: 35px;
  height: 35px;
  padding: 8px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 10px;
}

.about-hero__badge span {
  display: flex;
  flex-direction: column;
  font-size: 9px;
}

.about-hero__badge b {
  margin-bottom: 2px;
  font-size: 12px;
}

.about-hero__badge--support {
  top: 136px;
  left: -5px;
}

.about-hero__badge--delivery {
  right: -7px;
  bottom: 43px;
  animation-delay: -2.4s;
}

.about-hero__badge--delivery > .icon {
  color: #c56900;
  background: var(--accent-soft);
}

@keyframes about-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.about-facts {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -1px 28px 0;
  padding: 30px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 22px 50px rgb(16 19 104 / 7%);
}

.about-facts article {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 15px;
  padding: 0 25px;
  border-right: 1px solid var(--line);
}

.about-facts article:last-child {
  border-right: 0;
}

.about-facts strong {
  color: var(--brand);
  font-size: 30px;
  font-weight: 840;
  line-height: 1;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.about-facts span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Story */

.about-story {
  padding-top: 122px;
}

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: start;
}

.about-story__heading {
  position: sticky;
  top: 154px;
}

.about-story__body {
  padding-top: 28px;
}

.about-story__lead {
  margin-bottom: 31px;
  color: var(--brand);
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 670;
  line-height: 1.32;
  letter-spacing: -.035em;
}

.about-story__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.about-story__signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding: 23px 26px;
  background: var(--surface-blue);
  border-left: 4px solid var(--accent);
  border-radius: 0 15px 15px 0;
}

.about-story__signature span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.about-story__signature strong {
  color: var(--brand);
  font-size: 14px;
}

/* Expertise */

.about-expertise {
  background: var(--surface);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.expertise-card {
  position: relative;
  display: flex;
  min-height: 355px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.expertise-card:hover {
  border-color: rgb(80 180 190 / 52%);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.expertise-card__number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #cfd3df;
  font-size: 12px;
  font-weight: 800;
}

.expertise-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 15px;
  place-items: center;
}

.expertise-card__icon .icon {
  width: 25px;
  height: 25px;
}

.expertise-card h3 {
  margin: 25px 0 11px;
  color: var(--brand);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.expertise-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.expertise-card ul {
  display: grid;
  gap: 7px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.expertise-card li {
  position: relative;
  padding-left: 18px;
  color: #4d5567;
  font-size: 12px;
  font-weight: 650;
}

.expertise-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--teal);
  border-radius: 50%;
}

.expertise-card > a {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.expertise-card > a .icon {
  width: 16px;
  height: 16px;
  transition: transform var(--transition);
}

.expertise-card > a:hover .icon {
  transform: translateX(4px);
}

.expertise-card--primary {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.expertise-card--primary .expertise-card__number {
  color: rgb(255 255 255 / 35%);
}

.expertise-card--primary .expertise-card__icon {
  color: #fff;
  background: rgb(255 255 255 / 12%);
}

.expertise-card--primary h3,
.expertise-card--primary > a {
  color: #fff;
}

.expertise-card--primary p {
  color: rgb(255 255 255 / 66%);
}

.expertise-card--accent::after {
  position: absolute;
  width: 130px;
  height: 130px;
  right: -75px;
  bottom: -75px;
  content: "";
  background: var(--accent-soft);
  border-radius: 50%;
}

.expertise-card--accent .expertise-card__icon {
  color: #c66900;
  background: var(--accent-soft);
}

/* Process */

.about-approach {
  background: linear-gradient(180deg, var(--surface) 0 50%, #fff 50%);
}

.about-approach__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, .85fr) minmax(0, 1.15fr);
  gap: 70px;
  padding: 62px 66px;
  overflow: hidden;
  color: #fff;
  background: var(--brand-dark);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.about-approach__panel::after {
  position: absolute;
  width: 330px;
  height: 330px;
  left: -150px;
  bottom: -210px;
  content: "";
  background: rgb(80 180 190 / 14%);
  border-radius: 50%;
}

.about-approach__intro {
  position: relative;
  z-index: 1;
}

.about-approach__intro h2 {
  color: #fff;
  font-size: clamp(34px, 3.5vw, 48px);
}

.about-approach__intro p {
  max-width: 410px;
  margin: 21px 0 30px;
  color: rgb(255 255 255 / 62%);
  font-size: 13px;
  line-height: 1.7;
}

.about-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-steps::before {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 24px;
  width: 1px;
  content: "";
  background: rgb(255 255 255 / 12%);
}

.about-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 49px 1fr;
  gap: 18px;
  padding: 17px 0;
}

.about-steps li > span {
  z-index: 1;
  display: grid;
  width: 49px;
  height: 49px;
  color: #a9eef2;
  background: #171a69;
  border: 1px solid rgb(80 180 190 / 30%);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 820;
  place-items: center;
}

.about-steps div {
  padding-top: 2px;
}

.about-steps strong {
  font-size: 16px;
}

.about-steps p {
  margin: 5px 0 0;
  color: rgb(255 255 255 / 55%);
  font-size: 12px;
  line-height: 1.55;
}

/* Team */

.about-team {
  overflow: hidden;
}

.team-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
}

.team-filter button {
  min-height: 39px;
  padding: 0 16px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
  transition: color var(--transition), background var(--transition), border-color var(--transition);
}

.team-filter button:hover,
.team-filter button.is-active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.team-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 10px 10px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: opacity 220ms ease, transform 220ms ease, box-shadow var(--transition);
}

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

.team-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.team-card__portrait {
  position: relative;
  display: grid;
  height: 181px;
  overflow: hidden;
  color: var(--brand);
  background: #eff0ff;
  border-radius: 13px;
  place-items: center;
}

.team-card__portrait::before {
  position: absolute;
  width: 112px;
  height: 112px;
  top: 25px;
  content: "";
  background: rgb(255 255 255 / 74%);
  border-radius: 50%;
}

.team-card__portrait::after {
  position: absolute;
  width: 146px;
  height: 98px;
  bottom: -46px;
  content: "";
  background: currentColor;
  border-radius: 50% 50% 18% 18%;
  opacity: .86;
}

.team-card__portrait span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  color: #fff;
  background: currentColor;
  border: 7px solid rgb(255 255 255 / 70%);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -.02em;
  place-items: center;
  box-shadow: 0 10px 23px rgb(16 19 104 / 14%);
}

.team-card__portrait i {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  background: #42cd84;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
}

.team-card > div:last-child {
  padding: 16px 8px 0;
}

.team-card h3 {
  margin: 0 0 4px;
  color: var(--brand);
  font-size: 14px;
  line-height: 1.25;
}

.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.team-card--teal .team-card__portrait { color: #278e99; background: #e7f7f8; }
.team-card--orange .team-card__portrait { color: #dc7c00; background: #fff2df; }
.team-card--violet .team-card__portrait { color: #6c51b8; background: #f1ecff; }
.team-card--rose .team-card__portrait { color: #b5577d; background: #fff0f5; }

.about-team__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 27px;
}

.about-team__footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* Evidence */

.about-evidence {
  background: var(--surface-blue);
}

.evidence-layout {
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  gap: 20px;
}

.certificates-card,
.conference-card,
.charity-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.certificates-card {
  padding: 29px;
}

.certificates-card__head {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.certificates-card__head > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 13px;
  place-items: center;
}

.certificates-card__head h3,
.conference-card h3,
.charity-card h3 {
  margin: 0 0 6px;
  color: var(--brand);
  font-size: 19px;
  line-height: 1.2;
}

.certificates-card__head p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.certificate-list {
  display: grid;
  gap: 9px;
}

.certificate-list button {
  display: grid;
  min-height: 61px;
  grid-template-columns: 98px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 9px 12px;
  text-align: left;
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.certificate-list button:hover {
  background: #fff;
  border-color: var(--teal);
  transform: translateX(3px);
}

.certificate-list button > .icon {
  width: 16px;
  color: var(--brand);
}

.certificate-list small {
  color: var(--muted);
  font-size: 12px;
}

.certificate-logo {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 860;
  letter-spacing: .06em;
}

.certificate-logo--evotor { color: #202020; }
.certificate-logo--atol { color: #df2219; }
.certificate-logo--mercury { color: #1765a0; font-size: 8px; }
.certificate-logo--tinkoff { width: 31px; min-width: 31px; color: #111; background: #ffd429; border-color: #ffd429; }

.evidence-stack {
  display: grid;
  gap: 20px;
}

.conference-card {
  position: relative;
  display: grid;
  min-height: 260px;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.conference-card__copy {
  z-index: 1;
  padding: 38px 15px 36px 38px;
}

.conference-card__copy > span,
.charity-card > div:last-child > span {
  display: block;
  margin-bottom: 13px;
  color: #91dce2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.conference-card h3 {
  color: #fff;
  font-size: 24px;
}

.conference-card p {
  margin: 13px 0 0;
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
  line-height: 1.65;
}

.conference-card__visual {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  background: linear-gradient(145deg, rgb(80 180 190 / 9%), rgb(253 148 15 / 9%));
}

.conference-card__visual::before {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 16px;
  left: 13px;
  content: "";
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 50%;
}

.conference-stage {
  position: absolute;
  top: 46px;
  left: 39px;
  display: flex;
  width: 175px;
  height: 109px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 17px 35px rgb(3 5 47 / 35%);
  transform: rotate(3deg);
}

.conference-stage i {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--accent);
  border-radius: 0 9px 0 44px;
}

.conference-stage strong {
  color: var(--brand);
  font-size: 23px;
}

.conference-stage span {
  color: var(--muted);
  font-size: 8px;
  line-height: 1.25;
}

.conference-people {
  position: absolute;
  right: 20px;
  bottom: 23px;
  left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.conference-people i {
  position: relative;
  width: 34px;
  height: 30px;
  background: #292d81;
  border-radius: 50% 50% 4px 4px;
}

.conference-people i::before {
  position: absolute;
  width: 17px;
  height: 17px;
  top: -11px;
  left: 9px;
  content: "";
  background: #c7d1e8;
  border-radius: 50%;
}

.conference-people i:nth-child(2n) {
  height: 42px;
  background: #3a4096;
}

.charity-card {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 25px;
  align-items: center;
  padding: 24px 29px;
}

.charity-card__number {
  display: flex;
  align-items: flex-start;
  color: var(--accent);
  font-size: 61px;
  font-weight: 860;
  line-height: 1;
  letter-spacing: -.065em;
}

.charity-card__number span {
  margin: 4px 0 0 3px;
  font-size: 23px;
}

.charity-card > div:last-child > span {
  margin-bottom: 5px;
  color: var(--teal-dark);
}

.charity-card h3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.charity-card p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.charity-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 780;
}

.charity-card a .icon {
  width: 14px;
}

/* Contacts */

.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
}

.contact-switcher,
.contact-map {
  min-height: 455px;
  border-radius: 24px;
}

.contact-switcher {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.contact-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 6px;
  background: var(--surface);
  border-radius: 14px;
}

.contact-tabs button {
  display: flex;
  min-width: 0;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 11px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}

.contact-tabs button > span {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  place-items: center;
}

.contact-tabs button .icon {
  width: 16px;
  height: 16px;
}

.contact-tabs button.is-active {
  color: var(--brand);
  background: #fff;
  box-shadow: 0 5px 15px rgb(16 19 104 / 9%);
}

.contact-tabs button.is-active > span {
  color: var(--teal-dark);
  background: var(--teal-soft);
}

.contact-panels {
  min-height: 270px;
}

.contact-panel {
  padding: 35px 4px 25px;
  animation: contact-in 260ms ease;
}

@keyframes contact-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact-panel__label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
}

.contact-panel__phone {
  display: inline-block;
  color: var(--brand);
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 830;
  letter-spacing: -.055em;
}

.contact-panel > p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 10px 0 26px;
  color: var(--muted);
  font-size: 12px;
}

.contact-panel > p .icon {
  width: 16px;
  color: var(--teal-dark);
}

.contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-panel__actions .button {
  min-width: 145px;
}

.contact-panel address {
  max-width: 520px;
  margin: 13px 0 25px;
  color: var(--brand);
  font-size: 22px;
  font-style: normal;
  font-weight: 720;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.contact-panel address b {
  color: var(--teal-dark);
  font-size: 14px;
}

.contact-switcher__email {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  background: var(--surface-blue);
  border-radius: 12px;
}

.contact-switcher__email span {
  color: var(--muted);
  font-size: 12px;
}

.contact-switcher__email a {
  color: var(--brand);
  font-size: 13px;
  font-weight: 780;
}

.contact-switcher__email button {
  display: grid;
  width: 31px;
  height: 31px;
  padding: 0;
  color: var(--brand);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  place-items: center;
}

.contact-switcher__email .icon {
  width: 15px;
}

.contact-map {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgb(80 180 190 / 23%), transparent 23%),
    #eef2ef;
  border: 1px solid #dae3df;
}

.contact-map::before,
.contact-map::after,
.contact-map__roads i {
  position: absolute;
  content: "";
  background: #fff;
  border: 1px solid #dfe5e2;
}

.contact-map::before {
  width: 750px;
  height: 48px;
  top: 190px;
  left: -74px;
  transform: rotate(-18deg);
}

.contact-map::after {
  width: 48px;
  height: 630px;
  top: -75px;
  left: 52%;
  transform: rotate(8deg);
}

.contact-map__roads i:nth-child(1) { width: 310px; height: 33px; top: 52px; left: -40px; transform: rotate(21deg); }
.contact-map__roads i:nth-child(2) { width: 320px; height: 34px; right: -40px; bottom: 48px; transform: rotate(21deg); }
.contact-map__roads i:nth-child(3) { width: 35px; height: 290px; top: -15px; right: 70px; transform: rotate(-25deg); }
.contact-map__roads i:nth-child(4) { width: 35px; height: 290px; bottom: -80px; left: 72px; transform: rotate(32deg); }

.contact-map__metro,
.contact-map__walk,
.contact-map__pin {
  position: absolute;
  z-index: 4;
}

.contact-map__metro {
  top: 67px;
  left: 47px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.contact-map__metro::before {
  position: absolute;
  z-index: -1;
  width: 31px;
  height: 31px;
  left: -10px;
  content: "";
  background: #e64036;
  border-radius: 50%;
}

.contact-map__metro b {
  margin-left: 5px;
  padding: 7px 10px;
  color: var(--brand);
  background: rgb(255 255 255 / 92%);
  border-radius: 7px;
  box-shadow: var(--shadow-sm);
  font-size: 12px;
}

.contact-map__route {
  position: absolute;
  z-index: 3;
  top: 111px;
  left: 95px;
  display: flex;
  width: 230px;
  align-items: center;
  justify-content: space-between;
  border-top: 3px dashed var(--teal-dark);
  transform: rotate(17deg);
}

.contact-map__route i {
  width: 7px;
  height: 7px;
  margin-top: -5px;
  background: var(--teal-dark);
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
}

.contact-map__pin {
  top: 195px;
  right: 51px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px 12px 11px;
  color: var(--brand);
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 17px 35px rgb(16 19 104 / 17%);
}

.contact-map__pin > span {
  display: grid;
  width: 39px;
  height: 39px;
  color: #fff;
  background: var(--accent);
  border-radius: 11px;
  place-items: center;
}

.contact-map__pin div {
  display: flex;
  flex-direction: column;
}

.contact-map__pin strong {
  font-size: 12px;
}

.contact-map__pin small {
  color: var(--muted);
  font-size: 9px;
}

.contact-map__walk {
  right: 25px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: var(--brand);
  background: rgb(255 255 255 / 93%);
  border-radius: 9px;
  box-shadow: var(--shadow-sm);
  font-size: 9px;
  font-weight: 750;
}

.contact-map__walk .icon {
  width: 15px;
  color: var(--teal-dark);
}

.company-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.requisites,
.director-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.requisites summary {
  display: grid;
  min-height: 105px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.requisites summary::-webkit-details-marker {
  display: none;
}

.requisites summary > span,
.director-card__icon {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 12px;
  place-items: center;
}

.requisites summary strong {
  display: block;
  color: var(--brand);
  font-size: 14px;
}

.requisites summary small {
  color: var(--muted);
  font-size: 12px;
}

.requisites__chevron {
  width: 17px;
  transition: transform var(--transition);
}

.requisites[open] .requisites__chevron {
  transform: rotate(180deg);
}

.requisites__body {
  padding: 0 24px 24px;
  border-top: 1px solid var(--line);
}

.requisites dl {
  margin: 0;
}

.requisites dl > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.requisites dt {
  color: var(--muted);
}

.requisites dd {
  margin: 0;
  color: var(--brand);
  font-weight: 650;
}

.requisites__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 19px;
}

.requisites__actions a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 750;
}

.requisites__actions a .icon {
  width: 14px;
}

.director-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;
  padding: 22px 24px;
}

.director-card__icon {
  color: #c76800;
  background: var(--accent-soft);
}

.director-card span {
  color: var(--teal-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.director-card h3 {
  margin: 4px 0;
  color: var(--brand);
  font-size: 14px;
}

.director-card p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

/* Consultation */

.about-consultation {
  padding-top: 26px;
  background: #fff;
}

.about-consultation__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  padding: 58px 64px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 5% 110%, rgb(80 180 190 / 18%), transparent 35%),
    var(--brand);
  border-radius: 28px;
}

.about-consultation__copy {
  position: relative;
  z-index: 1;
}

.about-consultation__copy h2 {
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
}

.about-consultation__copy > p {
  max-width: 510px;
  margin: 20px 0 30px;
  color: rgb(255 255 255 / 65%);
  font-size: 13px;
  line-height: 1.7;
}

.about-consultation__person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-consultation__person > span {
  display: grid;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--teal-dark);
  border: 3px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
  place-items: center;
}

.about-consultation__person div {
  display: flex;
  flex-direction: column;
}

.about-consultation__person strong {
  font-size: 12px;
}

.about-consultation__person small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: rgb(255 255 255 / 54%);
  font-size: 9px;
}

.about-consultation__person small i {
  width: 6px;
  height: 6px;
  background: #42dd90;
  border-radius: 50%;
}

.about-consultation__form {
  position: relative;
  z-index: 1;
  display: block;
  align-self: center;
  width: 100%;
  padding: 27px;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 20px 45px rgb(4 5 48 / 30%);
}

.about-consultation__form .consultation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  width: 100%;
}

.about-consultation__form .field {
  margin: 0;
  width: 100%;
}

.about-consultation__form .button,
.about-consultation__form .vsek-captcha,
.about-consultation__form .consent,
.about-consultation__form .form-message {
  grid-column: 1 / -1;
}

.about-consultation__form .button {
  width: 100%;
}

.about-consultation__form .consent {
  color: var(--muted);
}

/* Certificate modal */

.certificate-modal {
  position: fixed;
  z-index: 720;
  inset: 0;
  display: grid;
  padding: 22px;
  place-items: center;
}

.certificate-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgb(5 7 48 / 76%);
  border: 0;
  backdrop-filter: blur(6px);
}

.certificate-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: 35px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  animation: modal-in 180ms ease-out;
}

.certificate-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--muted);
  background: var(--surface);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  place-items: center;
}

.certificate-document {
  position: relative;
  display: flex;
  width: min(330px, 100%);
  min-height: 340px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px auto 26px;
  padding: 40px;
  color: var(--brand);
  background: #fffdf7;
  border: 8px double #e5c681;
  box-shadow: 0 14px 35px rgb(16 19 104 / 12%);
}

.certificate-document > span {
  margin-bottom: 19px;
  color: #9e803d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .24em;
}

.certificate-document > strong {
  font-size: 32px;
  letter-spacing: -.04em;
}

.certificate-document > i {
  width: 70px;
  height: 2px;
  margin: 17px 0;
  background: var(--accent);
}

.certificate-document > p {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.6;
}

.certificate-document > div {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 36px;
}

.certificate-document em {
  width: 58px;
  height: 58px;
  background: radial-gradient(circle, #ffe7a6 35%, #d7ae4e 36% 42%, #f9db8f 43%);
  border-radius: 50%;
}

.certificate-modal__dialog h2 {
  margin: 0 0 7px;
  color: var(--brand);
  font-size: 23px;
}

.certificate-modal__dialog > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.about-mobile-actions {
  display: none;
}

/* Responsive */

@media (max-width: 1180px) {
  .about-hero__panel {
    grid-template-columns: 1.12fr .88fr;
    padding-inline: 45px;
  }

  .about-hero__badge--support { left: -28px; }
  .about-hero__badge--delivery { right: -24px; }

  .about-facts article {
    gap: 11px;
    padding-inline: 16px;
  }

  .about-facts strong { font-size: 26px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card { min-height: 310px; }
  .team-grid { grid-template-columns: repeat(4, 1fr); }
  .team-grid .team-card:nth-child(n + 9) { grid-column: span 2; }
  .contact-panel__phone { font-size: 34px; }
  .company-details { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .about-hero {
    padding-top: 20px;
  }

  .about-hero__panel {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .about-hero__copy {
    max-width: 680px;
  }

  .about-hero__visual {
    min-height: 390px;
  }

  .about-hero__terminal { top: 98px; }
  .about-hero__years { left: 14%; }
  .about-hero__badge--support { left: 7%; }
  .about-hero__badge--delivery { right: 7%; }

  .about-facts {
    grid-template-columns: 1fr 1fr;
  }

  .about-facts article:nth-child(2) { border-right: 0; }
  .about-facts article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }

  .about-story__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-story__heading {
    position: static;
  }

  .about-story__body { padding-top: 0; }

  .about-approach__panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 50px;
  }

  .about-approach__intro p { max-width: 650px; }
  .about-steps { grid-template-columns: 1fr 1fr; gap: 8px 24px; }
  .about-steps::before { display: none; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .team-grid .team-card:nth-child(n + 9) { grid-column: auto; }
  .evidence-layout { grid-template-columns: 1fr; }
  .certificate-list { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-switcher, .contact-map { min-height: 420px; }
  .about-consultation__panel { grid-template-columns: 1fr; gap: 35px; padding: 48px; }
}

@media (max-width: 760px) {
  .about-page {
    padding-bottom: 66px;
  }

  .about-page h2 {
    font-size: 32px;
  }

  .about-page .section {
    padding-block: 70px;
  }

  .about-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .about-section-heading > p {
    max-width: 100%;
  }

  .about-breadcrumbs {
    margin-bottom: 16px;
  }

  .about-hero__panel {
    padding: 37px 27px 27px;
    border-radius: 23px;
  }

  .about-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .about-hero__copy > p {
    font-size: 13px;
  }

  .about-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }

  .about-hero__actions .button {
    width: 100%;
  }

  .about-hero__quicklinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 11%);
  }

  .about-hero__quicklinks a::after { display: none; }
  .about-hero__visual { min-height: 335px; }
  .about-orbit--one { width: 330px; height: 330px; }
  .about-orbit--two { width: 255px; height: 255px; }
  .about-hero__terminal { top: 90px; width: 180px; height: 214px; padding: 16px; }
  .about-terminal__screen { height: 74px; }
  .about-terminal__keys { gap: 7px; margin-top: 15px; }
  .about-terminal__keys i { height: 19px; }
  .about-hero__years { left: 2%; }
  .about-hero__years strong { font-size: 49px; }
  .about-hero__badge { scale: .88; }
  .about-hero__badge--support { top: 92px; left: -20px; transform-origin: left; }
  .about-hero__badge--delivery { right: -15px; bottom: 13px; transform-origin: right; }

  .about-facts {
    margin-inline: 11px;
    padding: 13px;
    border-radius: 0 0 18px 18px;
  }

  .about-facts article {
    min-height: 85px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 12px 14px;
  }

  .about-facts strong { font-size: 23px; }
  .about-facts span { font-size: 9px; }
  .about-story { padding-top: 86px !important; }
  .about-story__lead { font-size: 23px; }
  .about-story__columns { grid-template-columns: 1fr; gap: 5px; }
  .about-story__signature { align-items: flex-start; flex-direction: column; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 285px; }

  .about-approach {
    padding-block: 0 70px !important;
    background: #fff;
  }

  .about-approach__panel {
    width: 100%;
    padding: 40px 27px;
    border-radius: 0;
  }

  .about-steps { grid-template-columns: 1fr; }

  .about-team {
    padding-top: 70px !important;
  }

  .team-filter {
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .team-filter::-webkit-scrollbar { display: none; }
  .team-filter button { flex: 0 0 auto; }

  .team-grid {
    display: flex;
    width: calc(100% + 24px);
    gap: 13px;
    padding-right: 24px;
    padding-bottom: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .team-grid::-webkit-scrollbar { display: none; }

  .team-card {
    width: min(235px, 72vw);
    flex: 0 0 min(235px, 72vw);
    scroll-snap-align: start;
  }

  .team-card__portrait { height: 185px; }

  .about-team__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .about-team__footer .button { width: 100%; }
  .certificate-list { grid-template-columns: 1fr; }
  .conference-card { grid-template-columns: 1fr; }
  .conference-card__copy { padding: 31px; }
  .conference-card__visual { min-height: 220px; }
  .conference-stage { left: 50%; transform: translateX(-50%) rotate(3deg); }
  .charity-card { grid-template-columns: 88px 1fr; gap: 16px; padding: 25px 22px; }
  .charity-card__number { font-size: 47px; }

  .contact-switcher {
    min-height: 0;
    padding: 17px;
  }

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

  .contact-tabs button {
    justify-content: flex-start;
  }

  .contact-panels { min-height: 295px; }
  .contact-panel { padding: 29px 3px 20px; }
  .contact-panel__phone { font-size: clamp(26px, 8vw, 34px); }
  .contact-panel__actions { flex-direction: column; }
  .contact-panel__actions .button { width: 100%; }
  .contact-panel address { font-size: 18px; }
  .contact-switcher__email { grid-template-columns: 1fr auto; }
  .contact-switcher__email span { grid-column: 1 / -1; }
  .contact-map { min-height: 360px; }
  .contact-map__pin { top: 170px; right: 20px; }
  .contact-map__route { width: 175px; }

  .requisites summary {
    padding: 19px;
  }

  .requisites__body { padding: 0 19px 19px; }
  .requisites dl > div { grid-template-columns: 1fr; gap: 4px; }
  .requisites__actions { align-items: stretch; flex-direction: column; }
  .director-card { grid-template-columns: auto 1fr; padding: 20px; }
  .director-card .button { grid-column: 1 / -1; width: 100%; }

  .about-consultation {
    padding: 0 !important;
  }

  .about-consultation .container {
    width: 100%;
  }

  .about-consultation__panel {
    gap: 28px;
    padding: 45px 24px;
    border-radius: 0;
  }

  .about-consultation__form {
    padding: 20px;
  }

  .about-consultation__form .consultation-form { grid-template-columns: 1fr; }

  .about-consultation__form .field,
  .about-consultation__form .button,
  .about-consultation__form .consent,
  .about-consultation__form .form-message {
    grid-column: 1;
  }

  .about-mobile-actions {
    position: fixed;
    z-index: 480;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 58px;
    padding: 5px;
    color: #fff;
    background: rgb(9 11 73 / 96%);
    border: 1px solid rgb(255 255 255 / 11%);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgb(4 6 50 / 32%);
    backdrop-filter: blur(13px);
  }

  .about-mobile-actions a,
  .about-mobile-actions button {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    padding: 4px;
    color: #fff;
    background: transparent;
    border: 0;
    border-right: 1px solid rgb(255 255 255 / 10%);
    cursor: pointer;
    font-size: 8px;
    font-weight: 700;
  }

  .about-mobile-actions > :last-child { border-right: 0; }
  .about-mobile-actions .icon { width: 19px; height: 19px; color: #82d8de; }
  .about-mobile-actions button .icon { color: #ffb450; }
  .site-footer { padding-bottom: 90px; }

  .certificate-modal__dialog { padding: 26px 18px; }
  .certificate-document { min-height: 310px; }
}

@media (max-width: 430px) {
  .about-hero__panel {
    padding-inline: 21px;
  }

  .about-eyebrow {
    font-size: 9px;
  }

  .about-hero h1 {
    font-size: 37px;
  }

  .about-hero__visual {
    margin-inline: -7px;
  }

  .about-hero__years {
    top: 10px;
  }

  .about-hero__badge {
    scale: .82;
  }

  .about-hero__badge--support { left: -17px; }
  .about-hero__badge--delivery { right: -12px; }
  .about-facts { margin-inline: 7px; }
  .about-facts article { padding-inline: 10px; }
  .about-facts strong { font-size: 21px; }
  .about-story__signature strong { font-size: 12px; }
  .about-approach__panel { padding-inline: 24px; }
  .conference-card__copy { padding: 27px 23px; }
  .charity-card { grid-template-columns: 1fr; }
  .charity-card__number { margin-bottom: -3px; }
  .contact-map__pin { right: 11px; }
  .contact-map__metro { left: 31px; }
  .contact-map__route { left: 76px; width: 145px; }
  .contact-switcher__email a { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-orbit--two,
  .about-hero__badge {
    animation: none;
  }
}
