/* Страница «О нас» */

#design-root.design-root--about > .page-main.page-main--about,
.page-main.page-main--about,
.design-root--about .page-main--about {
  --about-section-gap: 80px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  /* Макет: 32px под шапкой (80px) + поля 20px → контент 1400px как Rectangle 1 */
  padding: 32px 20px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--about-section-gap);
}

#design-root.design-root--about > .page-main.page-main--about > .about-hero,
.page-main.page-main--about > .about-hero {
  margin-top: 0;
}

.about-hero {
  width: 100%;
  min-height: 576px;
}

.about-hero__surface {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 576px;
  min-height: 576px;
  border-radius: 12px;
  background: linear-gradient(131deg, #22344d 0%, #294366 100%);
  overflow: hidden;
  box-sizing: border-box;
}

/* Обёртки только для мобилки; на десктопе — как плоская разметка */
.about-hero__masthead,
.about-hero__content {
  display: contents;
}

.about-hero__top-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 110px;
  background-color: transparent;
  background-image: url("assets/about-hero-top-bar.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  pointer-events: none;
}

.about-hero__top-bar-img {
  display: none;
}

.about-hero__decor {
  position: absolute;
  z-index: 0;
  left: auto;
  right: 107px;
  top: 46px;
  width: 421px;
  max-width: min(421px, calc(100% - 200px));
  height: auto;
  aspect-ratio: 421 / 420;
  pointer-events: none;
}

.about-hero__decor-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-hero__mark {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 44px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero__mark-img {
  display: block;
  width: 233px;
  max-width: min(233px, calc(100vw - 48px));
  height: auto;
}

.about-hero__breadcrumbs {
  position: absolute;
  z-index: 2;
  left: 80px;
  top: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-hero__breadcrumbs a,
.about-hero__breadcrumbs span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.about-hero__breadcrumbs a {
  text-decoration: none;
  opacity: 0.4;
}


.about-hero__breadcrumbs .about-hero__crumb-sep {
  opacity: 0.4;
}

.about-hero__breadcrumbs .about-hero__crumb-current {
  opacity: 1;
}

.about-hero__title {
  position: absolute;
  z-index: 2;
  left: 80px;
  top: 130px;
  width: min(680px, calc(100% - 160px));
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #fff;
  font-variation-settings: "slnt" 0;
}

.about-hero__lead {
  position: absolute;
  z-index: 2;
  left: 80px;
  top: 202px;
  width: min(680px, calc(100% - 160px));
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.about-hero__cards {
  position: absolute;
  z-index: 2;
  left: 80px;
  top: 318px;
  width: 1280px;
  max-width: calc(100% - 160px);
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  box-sizing: border-box;
}

.about-hero-card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 624px;
  padding: 32px;
  border-radius: 6px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.about-hero-card__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}

.about-hero-card__lead {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.about-hero-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.about-hero-card__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.about-hero-card__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 100px;
  background: #7c9abf;
}

.about-hero-card__link {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-hero-card__text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.about-hero-card__item .about-hero-card__link,
.about-hero-card__item .about-hero-card__text {
  flex: 1 1 auto;
  min-width: 0;
}

.about-hero-card__link:hover {
  color: #fff;
}

.about-hero-card__body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.about-hero-card__body p {
  margin: 0 0 12px;
}

.about-hero-card__body p:last-child {
  margin-bottom: 0;
}

.about-hero-card__body a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.about-hero-card__useful {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.about-hero-card__useful .about-hero-card__lead {
  margin: 0;
}

/* Блок метрик (Frame 324) */
.about-stats {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.about-stats__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.about-stats__row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

.about-stat-card {
  flex: 1 1 0;
  min-width: 0;
  height: 180px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.about-stat-card__value {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
  font-variation-settings: "slnt" 0;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-stat-card__label {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
  align-self: stretch;
}

/* Секция «Наша команда» */
.about-team {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: calc(140px - 80px);
}

#design-root.design-root--about .about-team__title {
  margin: 0 0 89px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #2f323b;
  font-variation-settings: "slnt" 0;
}

.about-team__rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
}

.about-team__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}

.about-team__row--pair {
  max-width: 842px;
}

.about-team-card {
  flex: 0 0 405px;
  width: 405px;
  max-width: min(405px, 100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.about-team-card__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 46px;
  flex: 1 1 auto;
  min-height: 568px;
  height: 100%;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f3f3f3;
  overflow: visible;
}

.about-team-card__media {
  position: relative;
  width: 100%;
  height: 209px;
  align-self: stretch;
  isolation: isolate;
}

.about-team-card__plate {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
  z-index: 0;
}

.about-team-card__photo {
  position: absolute;
  left: 40px;
  bottom: 8px;
  width: 325px;
  max-width: calc(100% - 64px);
  height: 282px;
  object-fit: cover;
  object-position: center top;
  z-index: 2;
  pointer-events: none;
}

.about-team-card__photo--wide {
  width: 341px;
  max-width: calc(100% - 48px);
}

.about-team-card__media--no-photo .about-team-card__photo {
  display: none;
}

.about-team-card__name-badge {
  position: absolute;
  left: 50%;
  bottom: -21px;
  z-index: 3;
  transform: translateX(-50%);
  padding: 12px 20px;
  border-radius: 6px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  outline: 8px solid #f3f3f3;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}

a.about-team-card__name-badge {
  cursor: pointer;
  transition: transform 0.2s ease;
}

/* Scale только на fine-pointer hover — на таче :hover/:focus залипают до выгрузки */
@media (hover: hover) and (pointer: fine) {
  a.about-team-card__name-badge:hover,
  a.about-team-card__name-badge:focus-visible {
    color: #fff;
    transform: translateX(-50%) scale(1.04);
    opacity: 1;
  }
}

a.about-team-card__name-badge:active,
a.about-team-card__name-badge:focus {
  color: #fff;
  /* Сохраняем центрирование left:50% — иначе плашка уезжает вправо */
  transform: translateX(-50%);
  opacity: 1;
}

.about-team-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  align-self: stretch;
}

.about-team-card__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.about-team-card__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

#design-root.design-root--about .about-team-card__role {
  margin: 0;
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
}

#design-root.design-root--about .about-team-card__practice {
  margin: 0;
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.about-team-card__practice a,
.about-team-card__practice-title {
  color: #44474f;
  text-decoration: none;
}

.about-team-card__practice a:hover {
  color: #2f323b;
}

.about-team-card__quo {
  color: #44474f;
}

.about-team-card__rule {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.about-team-card__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.about-team-card__facts li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.about-team-card__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 100px;
  background: #7c9abf;
}

.about-team-card__more {
  display: inline-flex;
  margin: 0;
  /* ОС §13: «Подробнее» у нижнего края на всех плашках */
  margin-top: auto;
}

/* Секция «Отзывы» */
.about-reviews {
  position: relative;
  z-index: 3;
  isolation: isolate;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: calc(140px - 80px);
}

#design-root.design-root--about .about-reviews__title {
  margin: 0 0 40px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #2f323b;
  font-variation-settings: "slnt" 0;
}

.about-reviews__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.about-reviews__viewport {
  width: 100%;
  overflow: hidden;
}

.about-reviews__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 32px;
  transition: transform 0.28s ease;
  will-change: transform;
}

.about-review-card {
  flex: 0 0 624px;
  width: 624px;
  min-width: 0;
  min-height: 355px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.about-review-card__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  align-self: stretch;
}

.about-review-card__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.about-review-card__star {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 15px;
  aspect-ratio: 16 / 15;
  object-fit: contain;
}

.about-review-card__quote-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  align-self: stretch;
}

#design-root.design-root--about .about-review-card__text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

#design-root.design-root--about .about-review-card__text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.about-review-card.is-expanded {
  min-height: 0;
}

.about-review-card__expand {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.about-review-card__expand[hidden] {
  display: none !important;
}

.about-review-card__footer {
  width: 100%;
  align-self: stretch;
}

.about-review-card__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.about-review-card__author-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.about-review-card__author-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

#design-root.design-root--about .about-review-card__name {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
}

#design-root.design-root--about .about-review-card__role {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

#design-root.design-root--about .about-review-card__company {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #7c9abf;
}

.about-review-card__avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  object-fit: cover;
  object-position: 50% 5px;
  background: #fff;
}

.about-reviews__nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.about-reviews__btn {
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  border: none;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(74, 101, 138, 0.1) 0%, rgba(55, 81, 114, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-reviews__btn:focus-visible {
  outline: 2px solid #375172;
  outline-offset: 2px;
}

.about-reviews__btn:hover:not(:disabled) {
  opacity: 0.92;
}

.about-reviews__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.about-reviews__chevron {
  display: block;
  width: 8px;
  height: 12px;
  aspect-ratio: 2 / 3;
  object-fit: contain;
}

.about-reviews__btn--prev {
  transform: rotate(180deg);
}

/* География работ */
/* Стыкуем с «Отзывы»: убираем gap .page-main и не даём заголовку отталкивать карту вниз */
.about-reviews {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-reviews + .about-geo {
  margin-top: calc(-1 * var(--about-section-gap, 80px));
}

.about-geo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.about-geo__intro {
  position: relative;
  top: 240px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(1314px, 100%);
  margin: 0 0 -240px;
  padding: 0;
  box-sizing: border-box;
  gap: 40px;
}

#design-root.design-root--about .about-geo__title {
  position: relative;
  z-index: 2;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
  color: #2f323b;
  font-variation-settings: "slnt" 0;
}

.about-geo__layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.about-geo__map-panel {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: min(1314px, 100%);
  margin: 0;
  padding: 0;
}

.about-geo__map-scroll {
  width: 100%;
  overflow: visible;
}

.about-geo__map-frame {
  position: relative;
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
  overflow: visible;
}

.about-geo__map-group {
  position: relative;
  width: 100%;
  line-height: 0;
}

.about-geo__map-group svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.about-geo__map-group .about-geo__part {
  fill: #c5d0df;
  fill-opacity: 0.68;
  transition: fill 0.15s ease, fill-opacity 0.15s ease;
  pointer-events: all;
  cursor: default;
}

.about-geo__map-group .about-geo__part.is-active {
  fill: #9eb2c9;
  fill-opacity: 0.88;
}

.about-geo__cities {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  width: 100%;
  max-width: min(1314px, 100%);
}

.about-geo__city {
  margin: 0;
  padding: 6px 12px;
  border-radius: 6px;
  background: #7c9abf;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  outline: none;
}

.about-geo__city:hover,
.about-geo__city.is-active,
.about-geo__city:focus-visible {
  background: #6a8aad;
  box-shadow: none;
}

/* CTA после «География работ» — как на странице эксперта */
.design-root--about .page-main--about > .expert-resume-cta {
  margin-top: 0;
}

.expert-resume-cta {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.expert-resume-cta__shell {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 100px;
}

.expert-resume-cta__banner {
  position: relative;
  width: 620px;
  max-width: 100%;
  height: 128px;
  box-sizing: border-box;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #4a658a 0%, #375172 100%),
    linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
}

.expert-resume-cta__deco {
  position: absolute;
  width: 233px;
  height: auto;
  left: 385px;
  top: -93px;
  pointer-events: none;
  user-select: none;
}

/* About: CTA «Скачать презентацию» — макет Figma (Rectangle 883, Frame 388) */
.design-root--about .expert-resume-cta__shell {
  padding-top: 100px;
}

.design-root--about .expert-resume-cta__banner {
  overflow: visible;
}

.design-root--about .expert-resume-cta__deco-wrap {
  position: absolute;
  width: 280px;
  height: 228px;
  left: auto;
  right: 2px;
  top: -100px;
  z-index: 0;
  pointer-events: none;
}

.design-root--about .expert-resume-cta__deco-blur {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(228, 232, 238, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mask-image: url("assets/about-presentation-deco.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("assets/about-presentation-deco.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.design-root--about .expert-resume-cta__deco {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  left: auto;
  right: auto;
  top: auto;
  object-fit: contain;
}

.design-root--about .expert-resume-cta__btn {
  left: 32px;
  top: 32px;
  width: 371px;
  max-width: calc(100% - 64px);
  min-width: 0;
  height: 64px;
  padding: 22px 26px;
  gap: 6px;
  background: linear-gradient(90deg, #e6e9ed 0%, #edeef2 100%);
  border-radius: 8px;
}

.design-root--about .expert-resume-cta__label {
  flex: none;
  flex-grow: 0;
  margin: 0;
  /* max-width: 267px; */
}

.design-root--about .expert-resume-cta__orb {
  flex: none;
  flex-grow: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  gap: 8.33px;
  background: #e1871f;
  border-radius: 83.333px;
}

.design-root--about .expert-resume-cta__chev {
  width: 4.5px;
  height: 7.15px;
  margin-left: 1px;
  object-fit: contain;
}

.expert-resume-cta__btn {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 296px;
  max-width: calc(100% - 64px);
  height: 64px;
  box-sizing: border-box;
  padding: 22px 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, #e6e9ed 0%, #edeef2 100%);
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}

.expert-resume-cta__label {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #4a5b73;
}

.expert-resume-cta__orb {
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1871f;
  border-radius: 83.333px;
  flex-shrink: 0;
}

.expert-resume-cta__chev {
  display: block;
  width: 5px;
  height: 8px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 1280px) {
  .about-team-card {
    flex: 1 1 300px;
    width: auto;
    max-width: 405px;
  }
}

@media (max-width: 1200px) {
  .about-hero__decor {
    right: -40px;
    opacity: 0.85;
    width: min(421px, 52vw);
  }

}

@media (max-width: 900px) {
  #design-root.design-root--about > .page-main.page-main--about,
  .page-main.page-main--about,
  .design-root--about .page-main--about {
    --about-section-gap: 48px;
    /* Figma 310×693 → доли для резиновой вёрстки (боковые 5px — у #design-root) */
    --about-hero-inset: calc(25 / 310 * 100%);
    --about-hero-content-w: calc(270 / 310 * 100%);
    --about-hero-title-w: calc(214 / 310 * 100%);
    --about-hero-lead-w: calc(257 / 310 * 100%);
    --about-hero-lead-shift: calc(6.5 / 310 * 100%);
    --about-hero-decor-left: calc(88 / 310 * 100%);
    --about-hero-decor-size: calc(214 / 310 * 100%);
    --about-hero-logo-w: calc(147.29 / 310 * 100%);
    padding: 20px 0 60px;
    gap: var(--about-section-gap);
  }


  /* Hero — мобилка: высота по контенту, 20px от cards до низа фона */
  .about-hero__masthead,
  .about-hero__content {
    display: block;
  }

  .design-root--about .about-hero {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
  }

  .design-root--about .about-hero__surface {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: unset;
    margin: 0;
    padding: 0 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
    backdrop-filter: blur(85px);
    -webkit-backdrop-filter: blur(85px);
    overflow: hidden;
  }

  .design-root--about .about-hero__masthead,
  .design-root--about .about-hero__content {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .design-root--about .about-hero__masthead {
    flex: 0 0 auto;
    min-height: 80px;
  }

  .design-root--about .about-hero__content {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 0 25px;
    margin-top: 32px;
    box-sizing: border-box;
  }

  /* Union — SVG assets/about-hero-top-bar-mobile.svg */
  .design-root--about .about-hero__top-bar {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: none;
    border-radius: 0;
    line-height: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .design-root--about .about-hero__top-bar-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .design-root--about .about-hero__breadcrumbs {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 20px;
    margin: 0;
    padding: 0;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .design-root--about .about-hero__breadcrumbs a,
  .design-root--about .about-hero__breadcrumbs span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
  }

  .design-root--about .about-hero__mark {
    position: absolute;
    z-index: 3;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
  }

  .design-root--about .about-hero__mark-img {
    display: block;
    width: var(--about-hero-logo-w);
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .design-root--about .about-hero__decor {
    position: absolute;
    z-index: 0;
    top: 80px;
    right: 13px;
    left: auto;
    width: var(--about-hero-decor-size);
    aspect-ratio: 1;
    height: auto;
    margin: 0;
    pointer-events: none;
  }

  .design-root--about .about-hero__decor-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  #design-root.design-root--about .about-hero__title {
    position: static;
    z-index: 2;
    width: var(--about-hero-title-w);
    max-width: 100%;
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0, "wght" 480;
    color: #fff;
  }

  #design-root.design-root--about .about-hero__lead {
    position: static;
    z-index: 2;
    width: var(--about-hero-lead-w);
    max-width: 100%;
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
  }

  .design-root--about .about-hero__cards {
    position: static;
    z-index: 2;
    display: flex;
    width: 100%;
    max-width: 270px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    box-sizing: border-box;
  }

  .design-root--about .about-hero-card {
    flex: none;
    align-self: stretch;
    width: 100%;
    min-height: 0;
    padding: 20px;
    gap: 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
    backdrop-filter: blur(27.45px);
    -webkit-backdrop-filter: blur(27.45px);
  }

  #design-root.design-root--about .about-hero-card__title {
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff;
  }

  #design-root.design-root--about .about-hero-card__lead {
    width: 100%;
    max-width: 237px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.8);
  }

  .design-root--about .about-hero-card__list {
    gap: 6px;
  }

  .design-root--about .about-hero-card__item {
    gap: 6px;
    align-items: flex-start;
  }

  .design-root--about .about-hero-card__dot {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }

  #design-root.design-root--about .about-hero-card__link,
  #design-root.design-root--about .about-hero-card__text,
  #design-root.design-root--about .about-hero-card__body {
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.8);
  }

  #design-root.design-root--about .about-hero-card__list--ordered {
    font-size: 12px;
    line-height: 15px;
  }

  #design-root.design-root--about .about-hero-card__list--ordered li::marker {
    font-size: 12px;
    line-height: 15px;
  }

  .design-root--about .about-hero-card__body {
    width: 100%;
  }

  .design-root--about .about-hero-card__item .about-hero-card__link {
    font-weight: 400;
    text-decoration: none;
  }

  .design-root--about .about-hero-card__item .about-hero-card__link:hover {
    color: #fff;
  }

  .design-root--about .about-hero-card__body .about-hero-card__link {
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* Frame 324 — мобилка: 100%, боковые 25px, 2×2, gap 10px; 32px от hero */
  .design-root--about .about-stats {
    width: 100%;
    max-width: 100%;
    margin: calc(32px - var(--about-section-gap, 48px)) 0 0;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .design-root--about .about-stats__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .design-root--about .about-stat-card {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
    height: auto;
    min-height: 126px;
    align-self: stretch;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #ededed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    overflow: visible;
  }

  .design-root--about .about-stat-card:nth-child(odd) {
    justify-content: space-between;
  }

  .design-root--about .about-stat-card:nth-child(even) {
    justify-content: flex-start;
  }

  .design-root--about .about-stat-card__value {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.06em;
    font-variation-settings: "slnt" 0, "wght" 480;
    color: #2f323b;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #2f323b;
  }

  .design-root--about .about-stat-card__label {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #44474f;
    align-self: stretch;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* «Наша команда» — Frame 838, мобилка */
  .design-root--about .about-team {
    width: 100%;
    max-width: 100%;
    margin: calc(60px - var(--about-section-gap, 48px)) 0 0;
    padding: 0 25px;
    box-sizing: border-box;
  }

  #design-root.design-root--about .about-team__title {
    margin: 0 0 40px;
    width: 100%;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #2f323b;
    font-variation-settings: "slnt" 0;
  }

  .design-root--about .about-team__rows,
  .design-root--expert-hub .about-team--expert-hub .about-team__rows {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
  }

  .design-root--about .about-team__row,
  .design-root--expert-hub .about-team--expert-hub .about-team__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    max-width: 100%;
  }

  .design-root--about .about-team__row--pair,
  .design-root--expert-hub .about-team--expert-hub .about-team__row--pair {
    max-width: 100%;
  }

  .design-root--about .about-team-card,
  .design-root--expert-hub .about-team--expert-hub .about-team-card {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .design-root--about .about-team-card__shell,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__shell {
    position: relative;
    gap: 0;
    min-height: 0;
    padding: 24px;
    border-radius: 6px;
    background: #f3f3f3;
    overflow: visible;
  }

  .design-root--about .about-team-card__media,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__media {
    display: grid;
    grid-template: 1fr / 1fr;
    position: relative;
    width: 100%;
    height: auto;
    isolation: isolate;
    overflow: visible;
    border-radius: 6px;
  }

  .design-root--about .about-team-card__plate,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__plate {
    grid-area: 1 / 1;
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
    z-index: 0;
  }

  .design-root--about .about-team-card__photo,
  .design-root--about .about-team-card__photo--wide,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__photo,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__photo--wide {
    grid-area: 1 / 1;
    position: relative;
    align-self: end;
    justify-self: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    max-width: min(206px, 76%);
    height: auto;
    max-height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    z-index: 2;
  }

  .design-root--about .about-team-card__name-badge,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__name-badge {
    grid-area: 1 / 1;
    position: relative;
    align-self: end;
    justify-self: center;
    bottom: auto;
    top: auto;
    left: auto;
    margin-bottom: -16px;
    z-index: 3;
    transform: none;
    padding: 8px 16px;
    outline-width: 8px;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
    max-width: calc(100% - 16px);
  }

  /* Не сбрасывать центрирование при тапе (п.21) */
  .design-root--about a.about-team-card__name-badge:is(:hover, :active, :focus, :focus-visible) {
    transform: none;
  }

  .design-root--expert-hub .about-team--expert-hub a.about-team-card__name-badge:is(:hover, :active, :focus, :focus-visible) {
    transform: translateX(-50%);
  }

  .design-root--about .about-team-card__body,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__body {
    gap: 24px;
  }

  .design-root--about .about-team-card__intro,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__intro {
    margin-top: 32px;
    gap: 16px;
  }

  #design-root.design-root--about .about-team-card__role,
  #design-root.design-root--expert-hub .about-team-card__role {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: normal;
  }

  #design-root.design-root--about .about-team-card__practice,
  #design-root.design-root--expert-hub .about-team-card__practice {
    font-size: 12px;
    line-height: 15px;
  }

  .design-root--about .about-team-card__facts,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__facts {
    gap: 12px;
  }

  .design-root--about .about-team-card__facts li,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__facts li {
    gap: 6px;
    font-size: 12px;
    line-height: 15px;
  }

  .design-root--about .about-team-card__dot,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__dot {
    width: 6px;
    height: 6px;
    margin-top: 5px;
  }

  .design-root--about .about-team-card__more,
  .design-root--expert-hub .about-team--expert-hub .about-team-card__more {
    font-size: 13px;
    line-height: 125%;
    letter-spacing: 0.01em;
  }

  /* «Отзывы» — во всю ширину, листаются по одному */
  .design-root--about .about-reviews {
    width: 100%;
    max-width: 100%;
    margin-top: calc(60px - var(--about-section-gap, 48px));
    padding: 0 25px;
    overflow: visible;
    box-sizing: border-box;
  }

  #design-root.design-root--about .about-reviews__title {
    width: 100%;
    margin: 0 auto 32px;
    padding: 0;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #2f323b;
    font-variation-settings: "slnt" 0;
  }

  .design-root--about .about-reviews__inner {
    gap: 0;
    align-items: stretch;
    width: 100%;
  }

  .design-root--about .about-reviews__viewport {
    overflow: hidden;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .design-root--about .about-reviews__track {
    width: max-content;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .design-root--about .about-review-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 289px;
    padding: 24px !important;
    gap: 60px !important;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .design-root--about .about-review-card__top {
    gap: 16px;
  }

  .design-root--about .about-review-card__stars {
    gap: 4px;
  }

  .design-root--about .about-review-card__star {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
  }

  .design-root--about .about-review-card__quote-block {
    gap: 6px;
  }

  #design-root.design-root--about .about-review-card__text {
    font-size: 12px;
    line-height: 15px;
  }

  #design-root.design-root--about .about-review-card__text.is-clamped {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .design-root--about .about-review-card__author {
    align-items: flex-end;
    gap: 16px;
  }

  .design-root--about .about-review-card__author-text {
    gap: 8px;
  }

  .design-root--about .about-review-card__author-top {
    gap: 6px;
  }

  #design-root.design-root--about .about-review-card__name {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  #design-root.design-root--about .about-review-card__role {
    font-size: 12px;
    line-height: 15px;
  }

  #design-root.design-root--about .about-review-card__company {
    font-size: 10px;
    line-height: 12px;
  }

  .design-root--about .about-review-card__avatar {
    width: 60px;
    height: 60px;
  }

  .design-root--about .about-reviews__nav {
    margin-top: 32px;
    gap: 16px;
    width: 96px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }

  /* «География работ» — мобилка: без карты, только заголовок и города (Figma Frame 842) */
  .design-root--about .about-reviews + .about-geo {
    margin-top: calc(60px - var(--about-section-gap, 48px));
  }

  .design-root--about .about-geo {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .design-root--about .about-geo__layout {
    display: none !important;
  }

  .design-root--about .about-geo__intro {
    position: static;
    top: auto;
    z-index: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    gap: 21px;
  }

  #design-root.design-root--about .about-geo__title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #2f323b;
    font-variation-settings: "slnt" 0;
  }

  .design-root--about .about-geo__cities {
    width: auto;
    margin: 0 auto;
    gap: 6px;
    justify-content: center;
    align-content: center;
  }

  .design-root--about .about-geo__city {
    padding: 2px 8px 3px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }

  /* CTA «Скачать презентацию» — мобилка (Figma Frame 94 + free-icon-cv) */
  .design-root--about .page-main--about > .expert-resume-cta {
    margin-top: calc(60px - var(--about-section-gap, 48px));
  }

  #design-root.design-root--about .expert-resume-cta {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }

  #design-root.design-root--about .expert-resume-cta__shell {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  #design-root.design-root--about .expert-resume-cta__banner {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 52px 0 0;
    overflow: visible;
    box-sizing: border-box;
    background: transparent;
    border-radius: 0;
  }

  #design-root.design-root--about .expert-resume-cta__deco-wrap {
    z-index: 0;
    width: 112px;
    height: 92px;
    left: auto;
    right: 0;
    top: -40px;
    pointer-events: none;
  }

  #design-root.design-root--about .expert-resume-cta__deco-blur {
    inset: 0;
    background: rgba(228, 232, 238, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    mask-image: url("assets/about-presentation-deco.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("assets/about-presentation-deco.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }

  #design-root.design-root--about .expert-resume-cta__deco {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    left: auto;
    right: auto;
    top: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
  }

  #design-root.design-root--about .expert-resume-cta__btn {
    z-index: 1;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 72px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 22px;
    gap: 6px;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
  }

  #design-root.design-root--about .expert-resume-cta__label {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    white-space: normal;
  }

  #design-root.design-root--about .expert-resume-cta__orb {
    flex: none;
    width: 16px;
    height: 16px;
    padding: 4px;
    gap: 6.67px;
    border-radius: 66.667px;
    box-sizing: border-box;
    background: #e1871f;
  }

  #design-root.design-root--about .expert-resume-cta__chev {
    display: block;
    width: 3.6px;
    height: 5.72px;
    margin-left: 0.8px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

}

/* ---------- SEO-текст ---------- */
.about-intro {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#design-root .about-intro__text {
  margin: 80px auto 0;
  max-width: 1062px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #44474f;
}

#design-root .about-intro__text p {
  margin: 0 0 12px;
}

#design-root .about-intro__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .about-intro {
    padding: 0 25px;
    box-sizing: border-box;
  }

  #design-root .about-intro__text {
    margin-top: 60px;
    max-width: 100%;
  }
}


