html.about,
html.about body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
  background: #f5f5f5;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
}

html.about .about-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
  background: #f5f5f5;
}

html.about .about-wrap {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 0 0;
}

html.about .header {
  margin-top: 0;
}

html.about .about-ico-m {
  display: none;
}

html.about .about-crumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 21px;
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.29;
}

html.about .about-crumbs a {
  opacity: 0.57;
}

html.about .about-crumbs img {
  width: 4.7px;
  height: 9.4px;
}

html.about .about-hero {
  display: grid;
  grid-template-columns: 673px 465px;
  column-gap: 62px;
  align-items: start;
  min-height: 0;
  margin-top: 30px;
}

html.about .about-hero__copy h1,
html.about .about-lab__copy h2,
html.about .about-h2 {
  margin: 0;
  color: #1e334c;
  font-family: "Inter Tight", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.13;
}

html.about .about-h2 {
  max-width: 969px;
  font-size: 40px;
}

html.about .about-hero__copy h1 {
  width: 623px;
  min-height: 0;
  margin-left: 3px;
}

html.about .about-kicker {
  margin: 28px 0 0 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

html.about .about-hero__copy h1 em {
  font-style: normal;
  font-weight: 500;
  color: #3c5a80;
}

html.about .about-lead {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 15px;
  width: 657px;
  margin: 20px 0 0 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

html.about .about-hero .about-lead {
  margin-top: 40px;
}

html.about .about-lead strong {
  font-weight: 600;
}

html.about .about-lead img {
  width: 13.7px;
  height: 9.4px;
  margin-top: 8px;
}

html.about .about-body {
  width: 629px;
  margin: 15px 0 0 3px;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.71;
}

html.about .about-body--wide {
  width: 670px;
  margin-top: 20px;
}

html.about .about-body--full {
  width: 100%;
  max-width: 1200px;
  margin: 20px 0 0;
}

html.about .about-lead--inline {
  width: auto;
  max-width: 900px;
}

html.about .about-zoom {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

html.about .about-zoom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.28);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

html.about .about-zoom__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  opacity: 0;
  transform: scale(0.72);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  pointer-events: none;
}

html.about .about-zoom__plus::before,
html.about .about-zoom__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #203c89;
  border-radius: 1px;
}

html.about .about-zoom__plus::before {
  width: 22px;
  height: 3px;
  margin: -1.5px 0 0 -11px;
}

html.about .about-zoom__plus::after {
  width: 3px;
  height: 22px;
  margin: -11px 0 0 -1.5px;
}

html.about .about-zoom:hover::after,
html.about .about-zoom:focus-visible::after {
  opacity: 1;
}

html.about .about-zoom:hover .about-zoom__plus,
html.about .about-zoom:focus-visible .about-zoom__plus {
  opacity: 1;
  transform: scale(1);
}

html.about .about-zoom--plant,
html.about .about-zoom--plant picture,
html.about .about-hero__plant {
  width: 465px;
  height: 348px;
}

html.about .about-hero__plant {
  object-fit: cover;
  border-radius: 50px;
}

html.about .about-zoom--plant {
  border-radius: 50px;
}

html.about .about-hero__thumbs {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

html.about .about-hero__thumbs .about-zoom,
html.about .about-hero__thumbs picture,
html.about .about-hero__thumbs img {
  width: 225px;
  height: 176px;
}

html.about .about-hero__thumbs img {
  object-fit: cover;
  border-radius: 30px;
}

html.about .about-hero__thumbs .about-zoom {
  border-radius: 30px;
}

html.about .about-market,
html.about .about-products,
html.about .about-differ,
html.about .about-close {
  margin-top: 90px;
}

html.about .about-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

html.about .about-pillar {
  padding: 32px 28px 28px;
  background: #fff;
  border-radius: 30px;
}

html.about .about-pillar h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.23;
}

html.about .about-pillar p {
  margin: 12px 0 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.8;
}

html.about .about-process {
  display: flex;
  align-items: flex-start;
  height: auto;
  min-height: 128px;
  margin-top: 90px;
}

html.about .about-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 170px;
  width: 170px;
}

html.about .about-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 58px;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
  background: linear-gradient(151deg, #3c5a80 0%, #0c121a 100%);
  border-radius: 67px;
}

html.about .about-step p {
  width: 170px;
  margin: 16px 0 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

html.about .about-process__gap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  height: 58px;
}

html.about .about-process__arrow {
  width: 13.7px;
  height: 9.4px;
}

html.about .about-stats {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  height: auto;
  margin-top: 56px;
  margin-inline: auto;
  padding: 32px 40px;
  background: #fff;
  border-radius: 50px;
  gap: 28px 32px;
}

html.about .about-stat {
  position: relative;
  top: auto;
  left: auto;
  flex: 0 0 auto;
  width: max-content;
  min-height: 0;
  height: auto;
  padding: 0;
  border: 0;
}

html.about .about-stat__num {
  display: block;
  width: max-content;
  margin: 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.13;
  white-space: nowrap;
}

html.about .about-stat__value {
  position: relative;
  display: inline-block;
}

html.about .about-stat--2 .about-stat__num {
  font-size: 40px;
}

html.about .about-stat__num small {
  font-size: 26px;
  font-weight: 500;
  color: #244c7d;
}

html.about .about-stat__label {
  margin: 3px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.29;
  opacity: 0.83;
}

html.about .about-stat__badge {
  position: absolute;
  top: 0.1em;
  left: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: -8px;
  background: #3584d4;
  border-radius: 50%;
}

html.about .about-stats__rule {
  display: block;
  position: static;
  flex: 0 0 auto;
  width: 0;
  height: 48px;
  margin: 0;
  border-left: 2px solid #1e334c;
  opacity: 0.13;
}

html.about .about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 36px;
  margin: 24px 0 0;
  padding: 32px 36px;
  list-style: none;
  background: #fff;
  border-radius: 30px;
}

html.about .about-list li {
  position: relative;
  padding-left: 28px;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

html.about .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: #3584d4 url("../assets/icons/about/union.svg") center / 10px 9px no-repeat;
  border-radius: 8px;
}

html.about .about-list + .about-body--full {
  margin-top: 24px;
}

html.about .about-list strong,
html.about .about-body--full strong {
  font-weight: 600;
}

html.about .about-differ__table {
  margin-top: 28px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
}

html.about .about-differ__head,
html.about .about-differ__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  padding: 22px 36px;
}

html.about .about-differ__head {
  color: #fff;
  background: #1e334c;
}

html.about .about-differ__head p,
html.about .about-differ__row p {
  margin: 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

html.about .about-differ__head p {
  font-weight: 600;
}

html.about .about-differ__row {
  border-top: 1px solid rgba(30, 51, 76, 0.1);
}

html.about .about-differ__row p:last-child {
  color: #3c5a80;
}

html.about .about-lab {
  display: grid;
  grid-template-columns: 476px 670px;
  column-gap: 54px;
  align-items: start;
  min-height: 488px;
  margin-top: 90px;
}

html.about .about-lab__media {
  width: 476px;
}

html.about .about-lab__stage {
  position: relative;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

html.about .about-lab__stage.is-dragging {
  cursor: grabbing;
}

html.about .about-lab__dots {
  display: none;
}

html.about .about-lab__viewport {
  position: relative;
  display: block;
  width: 476px;
  height: 376px;
  overflow: hidden;
  border-radius: 50px;
}

html.about .about-lab__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

html.about .about-lab__copy h2 {
  width: 623px;
}

html.about .about-lead--lab {
  width: 657px;
  margin-top: 20px;
  font-weight: 400;
}

html.about .about-lead--lab strong {
  font-weight: 600;
}

html.about .about-lab .about-body--wide {
  margin-top: 15px;
}

html.about .about-zoom--lab,
html.about .about-zoom--lab picture,
html.about .about-lab__viewport {
  width: 476px;
  height: 376px;
}

html.about .about-lab__photo {
  object-fit: cover;
}

html.about .about-zoom--lab {
  width: 476px;
  height: 376px;
  border-radius: 50px;
}

html.about .about-lab__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #fff;
  background: rgba(30, 51, 76, 0.42);
  box-shadow: 0 10px 24px rgba(8, 14, 24, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

html.about .about-lab__nav svg {
  display: block;
}

html.about .about-lab__nav--prev {
  left: 14px;
}

html.about .about-lab__nav--prev svg {
  transform: rotate(180deg);
}

html.about .about-lab__nav--next {
  right: 14px;
}

html.about .about-lab__nav:hover {
  color: #1e334c;
  background: #fff;
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 12px 28px rgba(8, 14, 24, 0.3);
}

html.about .about-lab__nav:active {
  transform: translateY(-50%) scale(0.96);
}

html.about .about-lab__rail {
  position: relative;
}

html.about .about-lab__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 16.5px;
  margin-top: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

html.about .about-lab__thumbs::-webkit-scrollbar {
  display: none;
}

html.about .about-lab__thumb {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

html.about .about-lab__thumbs .about-lab__thumb,
html.about .about-lab__thumbs img {
  flex: 0 0 106.63px;
  width: 106.63px;
  height: 97.9px;
}

html.about .about-lab__thumbs img {
  object-fit: cover;
  border-radius: 11.2px;
  opacity: 0.4;
  transition: opacity 0.22s ease;
}

html.about .about-lab__thumb.is-active img,
html.about .about-lab__thumb:hover img {
  opacity: 1;
}

html.about .about-note {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 1197px;
  height: auto;
  margin-top: 24px;
  padding: 24px 28px 24px 20px;
  background: rgba(30, 51, 76, 0.03);
  border: 1px solid rgba(30, 51, 76, 0.22);
  border-radius: 30px;
}

html.about .about-note img {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}

html.about .about-note p {
  margin: 0;
  width: auto;
  max-width: 1100px;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 1.29;
}

html.about .about-footer {
  width: 1200px;
  max-width: 100%;
  margin: 90px auto 0;
}

html.about .about-footer__bar {
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: 193px;
  color: #fff;
  background: #1e334c;
  border: 1px solid rgba(30, 51, 76, 0.21);
  border-radius: 50px 50px 0 0;
}

html.about .about-footer__logo {
  position: absolute;
  left: 46px;
  top: 39px;
  width: 167px;
}

html.about .about-footer__logo img {
  width: 167px;
  height: auto;
  filter: brightness(8);
}

html.about .about-footer__divider {
  position: absolute;
  left: 237px;
  top: 35px;
  width: 1px;
  height: 28px;
  background: #fff;
  opacity: 0.13;
}

html.about .about-footer__nav {
  position: absolute;
  left: 267px;
  top: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  line-height: 1;
}

html.about .about-footer__contacts {
  position: absolute;
  top: 36px;
  right: 46px;
  display: flex;
  align-items: center;
  gap: 40px;
}

html.about .about-footer__socials {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 18px;
}

html.about .about-footer__socials a {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

html.about .about-footer__phone {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

html.about .about-footer__email {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

html.about .about-footer__email span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

html.about .about-footer__rule {
  position: absolute;
  left: 46px;
  top: 121px;
  width: 1097px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}

html.about .about-footer__privacy,
html.about .about-footer__copy,
html.about .about-footer__offer {
  position: absolute;
  top: 139px;
  font-size: 15px;
  line-height: 1;
  opacity: 0.5;
}

html.about .about-footer__privacy {
  left: 46px;
  text-decoration: underline;
}

html.about .about-footer__copy {
  left: auto;
  right: 46px;
  margin: 0;
}

html.about .about-footer__offer {
  left: 1017px;
  width: 126px;
  text-align: right;
  text-decoration: underline;
}

html.about.about-lb-open,
html.about.about-lb-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

html.about.about-lb-open body {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

html.about .about-lb {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 32px 24px 28px;
}

html.about .about-lb[hidden] {
  display: none;
}

html.about .about-lb__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 34, 0.82);
  opacity: 0;
  transition: opacity 0.24s ease;
}

html.about .about-lb.is-open .about-lb__backdrop {
  opacity: 1;
}

html.about .about-lb__box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 960px) 56px;
  grid-template-rows: auto;
  column-gap: 16px;
  align-items: center;
  justify-items: center;
  width: min(1120px, 100%);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

html.about .about-lb.is-open .about-lb__box {
  opacity: 1;
  transform: none;
}

html.about .about-lb__stage {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  max-width: 100%;
  overflow: visible;
  border-radius: 24px;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

html.about .about-lb__stage.is-dragging {
  cursor: grabbing;
}

html.about .about-lb__viewport {
  position: relative;
  width: min(960px, 80vw);
  height: 68vh;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
}

html.about .about-lb__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  will-change: transform;
}

html.about .about-lb__close,
html.about .about-lb__nav {
  padding: 0;
  cursor: pointer;
}

html.about .about-lb__close {
  border: 0;
  background: transparent;
}

html.about .about-lb__close {
  position: absolute;
  top: -8px;
  right: 40px;
  width: 36px;
  height: 36px;
}

html.about .about-lb__close span {
  position: absolute;
  left: 7px;
  top: 17px;
  width: 22px;
  height: 2px;
  background: #fff;
}

html.about .about-lb__close span:first-child {
  transform: rotate(45deg);
}

html.about .about-lb__close span:last-child {
  transform: rotate(-45deg);
}

html.about .about-lb__nav {
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 10px 28px rgba(8, 14, 24, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

html.about .about-lb__nav svg {
  display: block;
}

html.about .about-lb__nav--prev {
  grid-column: 1;
}

html.about .about-lb__nav--prev svg {
  transform: rotate(180deg);
}

html.about .about-lb__nav--next {
  grid-column: 3;
}

html.about .about-lb__nav:hover {
  color: #1e334c;
  background: #fff;
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(8, 14, 24, 0.34);
}

html.about .about-lb__nav:active {
  transform: scale(0.96);
}

html.about .about-lb__film {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
  pointer-events: none;
}

html.about .about-lb__thumb {
  width: 72px;
  height: 56px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(8, 14, 24, 0.35);
  cursor: pointer;
  opacity: 0.72;
  pointer-events: auto;
  box-shadow: 0 6px 16px rgba(8, 14, 24, 0.28);
}

html.about .about-lb__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.about .about-lb__thumb.is-current {
  border-color: #203c89;
  opacity: 1;
}

@media (min-width: 1200px) {
  html.about,
  html.about body {
    height: auto;
    overflow-x: hidden;
    overflow-y: overlay;
  }

  html.about .menu,
  html.about .menu__panel {
    display: none;
  }

  html.about .about-stats {
    display: block;
    width: 1200px;
    max-width: none;
    height: 214px;
    margin-top: 90px;
    margin-inline: 0;
    padding: 0;
    gap: 0;
  }

  html.about .about-stat {
    position: absolute;
    top: 56px;
    flex: none;
  }

  html.about .about-stat--1 {
    left: 56px;
    width: 216px;
    height: 101px;
  }

  html.about .about-stat--2 {
    left: 346px;
    width: 308px;
    height: 101px;
  }

  html.about .about-stat--3 {
    left: 728px;
    width: 160px;
    height: 101px;
  }

  html.about .about-stat--4 {
    left: 962px;
    width: 181px;
    height: 101px;
  }

  html.about .about-stat__value {
    position: static;
  }

  html.about .about-stat__num,
  html.about .about-stat--2 .about-stat__num {
    display: block;
    font-size: 66.44px;
  }

  html.about .about-stat__num small {
    font-size: 42px;
  }

  html.about .about-stat__label {
    font-size: 18px;
  }

  html.about .about-stat__badge {
    position: absolute;
    width: 34px;
    height: 34px;
    margin-top: 0;
    margin-left: 0;
    border-radius: 17px;
  }

  html.about .about-stat--1 .about-stat__badge {
    top: 4px;
    left: 137px;
    right: auto;
  }

  html.about .about-stat--2 .about-stat__badge {
    top: 7px;
    left: 139px;
    right: auto;
  }

  html.about .about-stat--3 .about-stat__badge {
    top: 7px;
    left: 49px;
    right: auto;
  }

  html.about .about-stat--4 .about-stat__badge {
    top: 7px;
    left: 116px;
    right: auto;
  }

  html.about .about-stats__rule {
    position: absolute;
    top: 79px;
    height: 56px;
  }

  html.about .about-stats__rule:nth-of-type(1) {
    left: 309px;
  }

  html.about .about-stats__rule:nth-of-type(2) {
    left: 691px;
  }

  html.about .about-stats__rule:nth-of-type(3) {
    left: 925px;
  }
}

/* Phone: mobile frame 320 → слом */
@media (max-width: 1199.98px) {
  html.about .about-ico-d {
    display: none;
  }

  html.about .about-ico-m {
    display: block;
  }
}

@media (max-width: 767px) {
  html.about .about-wrap,
  html.about .about-hero,
  html.about .about-lab,
  html.about .about-differ,
  html.about .about-products,
  html.about .about-market,
  html.about .about-close,
  html.about .about-stats,
  html.about .about-process,
  html.about .about-note,
  html.about .about-footer,
  html.about .about-lab__media,
  html.about .about-hero__media {
    max-width: 100%;
    min-width: 0;
  }

  html.about .about-wrap {
    width: 100%;
    padding: 80px 15px 0;
  }

  html.about .menu__panel {
    left: 15px;
    right: 15px;
    top: 78px;
  }

  html.about .about-crumbs {
    gap: 15px;
    height: auto;
    margin-top: 40px;
    font-size: 16px;
  }

  html.about .about-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 24px;
  }

  html.about .about-hero__copy h1,
  html.about .about-lab__copy h2,
  html.about .about-h2 {
    width: auto;
    max-width: 18em;
    min-height: 0;
    height: auto;
    margin-left: 0;
    font-size: 24px;
  }

  html.about .about-hero__copy h1 {
    font-size: 30px;
  }

  html.about .about-kicker {
    margin: 20px 0 0;
    font-size: 16px;
  }

  html.about .about-hero__copy h1 em {
    font-weight: 500;
  }

  html.about .about-br-d {
    display: none;
  }

  html.about .about-lead {
    grid-template-columns: 9px 1fr;
    column-gap: 10px;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
  }

  html.about .about-hero .about-lead {
    margin-top: 40px;
  }

  html.about .about-lead img {
    width: 9px;
    height: 6.18px;
    margin-top: 6px;
  }

  html.about .about-body,
  html.about .about-body--wide {
    width: 100%;
    max-width: 36em;
    margin: 10px 0 0;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    opacity: 0.7;
  }

  html.about .about-body--full,
  html.about .about-lead--inline {
    width: 100%;
    max-width: 36em;
    margin: 10px 0 0;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    line-height: 1.35;
  }

  html.about .about-list li,
  html.about .about-pillar p {
    font-size: 16px;
    line-height: 1.35;
  }

  html.about .about-body--full {
    opacity: 0.7;
  }

  html.about .about-lead--inline {
    opacity: 1;
    margin-top: 20px;
  }

  html.about .about-hero__media {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 465px;
    margin-top: 30px;
  }

  html.about .about-zoom--plant,
  html.about .about-zoom--plant picture,
  html.about .about-hero__plant {
    width: 100%;
    height: auto;
    aspect-ratio: 290 / 293;
  }

  html.about .about-hero__plant,
  html.about .about-zoom--plant {
    border-radius: 30px;
  }

  html.about .about-hero__thumbs {
    gap: 9px;
    margin-top: 0;
  }

  html.about .about-hero__thumbs .about-zoom {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 140.32 / 109.76;
  }

  html.about .about-hero__thumbs picture,
  html.about .about-hero__thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  html.about .about-hero__thumbs img,
  html.about .about-hero__thumbs .about-zoom {
    border-radius: 15px;
  }

  html.about .about-market,
  html.about .about-products,
  html.about .about-differ,
  html.about .about-close {
    margin-top: 48px;
  }

  html.about .about-pillars {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  html.about .about-pillar {
    padding: 22px 20px 20px;
    border-radius: 24px;
  }

  html.about .about-pillar h3 {
    font-size: 18px;
  }

  html.about .about-process {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 0;
    margin-top: 60px;
    gap: 0;
  }

  html.about .about-step {
    flex: none;
    width: 100%;
  }

  html.about .about-pill {
    font-size: 16px;
  }

  html.about .about-step p {
    width: min(290px, 100%);
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 1.35;
  }

  html.about .about-process__gap {
    flex: none;
    width: auto;
    height: auto;
    margin: 14px 0;
  }

  html.about .about-process__arrow {
    width: 9.4px;
    height: 13.7px;
  }

  html.about .about-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 60px;
    padding: 30px 23px;
    border-radius: 50px;
  }

  html.about .about-stat,
  html.about .about-stat--1,
  html.about .about-stat--2,
  html.about .about-stat--3,
  html.about .about-stat--4 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    min-height: 96px;
  }

  html.about .about-stat__num,
  html.about .about-stat--2 .about-stat__num {
    font-size: 48px;
  }

  html.about .about-stat__num small {
    font-size: 36px;
  }

  html.about .about-stat__label {
    font-size: 16px;
  }

  html.about .about-stat__badge {
    width: 22px;
    height: 22px;
  }

  html.about .about-stats__rule {
    position: static;
    width: 100%;
    height: 0;
    margin: 15px 0;
    border-left: 0;
    border-top: 2px solid #1e334c;
  }

  html.about .about-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 16px;
    padding: 20px;
    border-radius: 24px;
  }

  html.about .about-differ__table {
    margin-top: 20px;
    overflow: visible;
    background: transparent;
    border-radius: 0;
  }

  html.about .about-differ__head {
    display: none;
  }

  html.about .about-differ__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    padding: 16px;
    border-top: 0;
    border-radius: 20px;
    background: #fff;
  }

  html.about .about-differ__row:first-of-type {
    margin-top: 0;
  }

  html.about .about-differ__row p {
    font-size: 16px;
    line-height: 1.35;
  }

  html.about .about-differ__row p:first-child {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(30, 51, 76, 0.1);
    color: #1e334c;
  }

  html.about .about-differ__row p::before {
    display: block;
    margin-bottom: 6px;
    color: #3c5a80;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }

  html.about .about-differ__row p:first-child::before {
    content: "Наш подход";
  }

  html.about .about-differ__row p:last-child::before {
    content: "Что это даёт вам";
  }

  html.about .about-lab {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-height: 0;
    margin-top: 48px;
    gap: 20px;
  }

  html.about .about-lab__copy {
    order: 1;
  }

  html.about .about-lab__media {
    order: 2;
    width: 100%;
    max-width: 476px;
  }

  html.about .about-lab__copy h2,
  html.about .about-lead--lab,
  html.about .about-lab .about-body,
  html.about .about-lab .about-body--wide {
    width: auto;
    max-width: none;
  }

  html.about .about-zoom--lab,
  html.about .about-zoom--lab picture,
  html.about .about-lab__viewport {
    width: 100%;
    height: auto;
    aspect-ratio: 290 / 229;
  }

  html.about .about-lab__photo,
  html.about .about-zoom--lab,
  html.about .about-lab__viewport {
    border-radius: 30px;
  }

  html.about .about-lab__nav {
    width: 40px;
    height: 40px;
  }

  html.about .about-lab__nav--prev {
    left: 8px;
  }

  html.about .about-lab__nav--next {
    right: 8px;
  }

  html.about .about-lab__rail {
    position: relative;
    margin-top: 12px;
  }

  html.about .about-lab__rail::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 28px;
    pointer-events: none;
    background: linear-gradient(to right, transparent, #f5f5f5);
  }

  html.about .about-lab__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  html.about .about-lab__thumbs::-webkit-scrollbar {
    display: none;
  }

  html.about .about-lab__thumbs .about-lab__thumb {
    flex: 0 0 42%;
    width: 42%;
    max-width: 135px;
    height: auto;
    scroll-snap-align: start;
    transition: transform 0.22s ease;
  }

  html.about .about-lab__thumbs .about-lab__thumb.is-active {
    transform: translateY(-1px);
  }

  html.about .about-lab__thumbs picture,
  html.about .about-lab__thumbs img {
    width: 100%;
    height: auto;
    aspect-ratio: 135.01 / 123.95;
  }

  html.about .about-lab__thumbs img {
    border-radius: 14px;
  }

  html.about .about-lab__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  html.about .about-lab__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: rgba(30, 51, 76, 0.22);
    cursor: pointer;
    transition: width 0.22s ease, background 0.22s ease;
  }

  html.about .about-lab__dot.is-active {
    width: 22px;
    background: #1e334c;
  }

  html.about .about-note {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 16px;
    padding: 16px;
  }

  html.about .about-note img {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }

  html.about .about-note p {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    font-size: 16px;
    line-height: 1.35;
  }

  html.about .about-footer {
    width: 100%;
    margin-top: 60px;
  }

  html.about .about-footer__nav,
  html.about .about-footer__nav a,
  html.about .about-footer__privacy,
  html.about .about-footer__copy,
  html.about .about-footer__offer {
    font-size: 16px;
  }

  html.about .about-footer__bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 60px 15px 24px;
    border-radius: 50px 50px 0 0;
  }

  html.about .about-footer__logo,
  html.about .about-footer__divider,
  html.about .about-footer__nav,
  html.about .about-footer__contacts,
  html.about .about-footer__socials,
  html.about .about-footer__phone,
  html.about .about-footer__email,
  html.about .about-footer__rule,
  html.about .about-footer__privacy,
  html.about .about-footer__copy,
  html.about .about-footer__offer {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }

  html.about .about-footer__logo {
    margin: 0 0 40px;
  }

  html.about .about-footer__divider {
    display: none;
  }

  html.about .about-footer__nav {
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 0 0 60px;
  }

  html.about .about-footer__nav .header__nav-event {
    font-size: 15px;
  }

  html.about .about-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 24px;
  }

  html.about .about-footer__phone,
  html.about .about-footer__email,
  html.about .about-footer__socials {
    position: static;
    left: auto;
    top: auto;
  }

  html.about .about-footer__phone {
    order: 1;
  }

  html.about .about-footer__email {
    order: 2;
  }

  html.about .about-footer__socials {
    order: 3;
  }

  html.about .about-footer__rule {
    width: 100%;
    margin: 0 0 20px;
  }

  html.about .about-footer__offer {
    order: 1;
    width: auto;
    text-align: left;
    margin: 0 0 16px;
  }

  html.about .about-footer__privacy {
    order: 2;
    margin: 0 0 16px;
  }

  html.about .about-footer__copy {
    order: 3;
    margin: 0;
  }
}

@media (max-width: 320px) {
  html.about .about-stats {
    height: auto;
    min-height: 540px;
  }

  html.about .about-note {
    min-height: 118px;
  }

  html.about .about-footer__bar {
    height: auto;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  html.about .about-lab__thumbs .about-lab__thumb {
    flex: 0 0 42%;
    width: 42%;
    max-width: 135px;
  }

  html.about .about-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.about .about-stats {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    justify-items: start;
    height: auto;
    min-height: 0;
    column-gap: 40px;
    row-gap: 20px;
    padding: 28px 24px;
  }

  html.about .about-stat,
  html.about .about-stat--1,
  html.about .about-stat--2,
  html.about .about-stat--3,
  html.about .about-stat--4 {
    height: auto;
    padding: 8px 0 12px;
    border-bottom: 0;
  }

  html.about .about-stats__rule {
    display: none;
  }

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

/* Планшетный промежуток */
@media (min-width: 768px) and (max-width: 1199.98px) {
  html.about .about-wrap {
    width: 100%;
    padding: 16px 32px 0;
  }

  html.about .menu__panel {
    left: 32px;
    right: 32px;
    top: 100px;
  }

  html.about .about-crumbs {
    margin-top: 32px;
  }

  html.about .about-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 24px;
  }

  html.about .about-hero__media {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 465px;
    margin-top: 24px;
  }

  html.about .about-hero__copy h1,
  html.about .about-lab__copy h2,
  html.about .about-h2 {
    width: auto;
    max-width: 18em;
    margin-left: 0;
    font-size: 32px;
  }

  html.about .about-kicker {
    margin-left: 0;
  }

  html.about .about-lead,
  html.about .about-body,
  html.about .about-body--wide,
  html.about .about-body--full {
    width: auto;
    max-width: 42em;
  }

  html.about .about-zoom--plant,
  html.about .about-zoom--plant picture,
  html.about .about-hero__plant {
    width: 100%;
    height: auto;
    aspect-ratio: 465 / 348;
  }

  html.about .about-hero__thumbs {
    display: flex;
    gap: 15px;
    width: 100%;
  }

  html.about .about-hero__thumbs .about-zoom {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 225 / 176;
    border-radius: 30px;
  }

  html.about .about-hero__thumbs picture,
  html.about .about-hero__thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  html.about .about-market,
  html.about .about-products,
  html.about .about-differ,
  html.about .about-close {
    margin-top: 56px;
  }

  html.about .about-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.about .about-process {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: calc(170px * 3 + 14px * 2 + 16px * 4);
    height: auto;
    min-height: 0;
    margin-top: 56px;
    margin-inline: auto;
    column-gap: 16px;
    row-gap: 8px;
  }

  html.about .about-step {
    width: 170px;
    flex: 0 0 170px;
  }

  html.about .about-step p {
    width: 170px;
    margin: 12px 0 0;
  }

  html.about .about-process__gap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
    width: 14px;
    height: 58px;
    margin: 0;
  }

  html.about .about-process .about-ico-d {
    display: block;
  }

  html.about .about-process .about-ico-m {
    display: none;
  }

  html.about .about-process__arrow {
    width: 13.7px;
    height: 9.4px;
  }

  html.about .about-stats {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: start;
    justify-items: start;
    align-items: start;
    width: max-content;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 56px;
    margin-inline: auto;
    padding: 36px 40px;
    column-gap: 48px;
    row-gap: 28px;
  }

  html.about .about-stat,
  html.about .about-stat--1,
  html.about .about-stat--2,
  html.about .about-stat--3,
  html.about .about-stat--4 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  html.about .about-stat__num,
  html.about .about-stat--2 .about-stat__num {
    font-size: 44px;
  }

  html.about .about-stat__num small {
    font-size: 28px;
  }

  html.about .about-stats__rule {
    display: none;
  }

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

  html.about .about-lab {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    margin-top: 56px;
  }

  html.about .about-lab__copy {
    order: 1;
  }

  html.about .about-lab__media {
    order: 2;
    width: 100%;
    max-width: 476px;
  }

  html.about .about-lab__copy h2,
  html.about .about-lead--lab,
  html.about .about-lab .about-body,
  html.about .about-lab .about-body--wide {
    width: auto;
    max-width: 36em;
  }

  html.about .about-zoom--lab,
  html.about .about-zoom--lab picture,
  html.about .about-lab__viewport {
    width: 100%;
    height: auto;
    aspect-ratio: 476 / 376;
  }

  html.about .about-lab__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
  }

  html.about .about-lab__thumbs .about-lab__thumb {
    flex: 0 0 72px;
    width: 72px;
    min-width: 72px;
    height: auto;
  }

  html.about .about-lab__thumbs picture,
  html.about .about-lab__thumbs img {
    width: 100%;
    height: auto;
    aspect-ratio: 107 / 98;
  }

  html.about .about-note {
    width: 100%;
    height: auto;
    min-height: 88px;
    margin-top: 28px;
    padding: 24px 28px;
  }

  html.about .about-note p {
    width: auto;
  }

  html.about .about-footer {
    width: calc(100% - 64px);
    max-width: none;
    margin: 64px auto 0;
  }

  html.about .about-footer__bar {
    display: grid;
    grid-template-columns: 167px 1fr auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    column-gap: 24px;
    row-gap: 16px;
    width: 100%;
    height: auto;
    padding: 28px 32px 24px;
  }

  html.about .about-footer__logo,
  html.about .about-footer__divider,
  html.about .about-footer__nav,
  html.about .about-footer__contacts,
  html.about .about-footer__socials,
  html.about .about-footer__phone,
  html.about .about-footer__email,
  html.about .about-footer__rule,
  html.about .about-footer__privacy,
  html.about .about-footer__copy,
  html.about .about-footer__offer {
    position: static;
    left: auto;
    top: auto;
    width: auto;
  }

  html.about .about-footer__divider {
    display: none;
  }

  html.about .about-footer__nav {
    grid-column: 2;
    grid-row: 1;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  html.about .about-footer__contacts {
    grid-column: 3;
    grid-row: 1 / 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
  }

  html.about .about-footer__phone {
    order: 1;
  }

  html.about .about-footer__email {
    order: 2;
  }

  html.about .about-footer__socials {
    order: 3;
  }

  html.about .about-footer__rule {
    grid-column: 1 / -1;
    width: 100%;
    height: 1px;
    margin-top: 8px;
  }

  html.about .about-footer__privacy,
  html.about .about-footer__copy,
  html.about .about-footer__offer {
    grid-row: 5;
  }

  html.about .about-footer__copy {
    justify-self: end;
  }

  html.about .about-footer__offer {
    justify-self: end;
    text-align: right;
  }
}

@media (min-width: 900px) and (max-width: 1199.98px) {
  html.about .about-hero {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 465px);
    column-gap: 28px;
  }

  html.about .about-hero__media {
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  html.about .about-lab {
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(280px, 1fr);
    column-gap: 28px;
    gap: 0;
  }

  html.about .about-lab__copy,
  html.about .about-lab__media {
    order: 0;
  }

  html.about .about-lab__media {
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  html.about .about-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  html.about .about-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    gap: 28px 32px;
    padding: 32px 40px;
  }

  html.about .about-stat,
  html.about .about-stat--1,
  html.about .about-stat--2,
  html.about .about-stat--3,
  html.about .about-stat--4 {
    flex: 0 0 auto;
    width: max-content;
  }

  html.about .about-stats__rule {
    display: block;
    position: static;
    width: 0;
    height: 48px;
    margin: 0;
    border-top: 0;
    border-left: 2px solid #1e334c;
    opacity: 0.13;
    flex: 0 0 auto;
  }

  html.about .about-stat__num,
  html.about .about-stat--2 .about-stat__num {
    font-size: 40px;
  }

  html.about .about-stat__num small {
    font-size: 26px;
  }

  html.about .about-process {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    column-gap: 0;
    row-gap: 0;
  }

  html.about .about-step {
    width: 170px;
    flex: 0 0 170px;
  }

  html.about .about-step p {
    width: 170px;
  }

  html.about .about-process__gap {
    flex: 1 1 0;
    height: 58px;
    margin: 0;
  }

  html.about .about-process .about-ico-d {
    display: block;
  }

  html.about .about-process .about-ico-m {
    display: none;
  }

  html.about .about-process__arrow {
    width: 13.7px;
    height: 9.4px;
  }
}

@media (max-width: 767px) {
  html.about .about-lb {
    padding: 56px 16px 20px;
    touch-action: none;
  }

  html.about .about-lb__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    transform: none;
    transition: opacity 0.24s ease;
  }

  html.about .about-lb.is-open .about-lb__box {
    transform: none;
  }

  html.about .about-lb__nav {
    display: none;
  }

  html.about .about-lb__close {
    position: absolute;
    top: -40px;
    left: 50%;
    right: auto;
    z-index: 2;
    transform: translateX(-50%);
  }

  html.about .about-lb__stage {
    grid-column: auto;
    width: 100%;
    touch-action: none;
  }

  html.about .about-lb__viewport {
    width: 100%;
    height: 62vh;
    margin: 0 auto;
    border-radius: 16px;
  }

  html.about .about-lb__img {
    object-position: center;
  }

  html.about .about-lb__thumb {
    width: 56px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.about .about-zoom::after,
  html.about .about-zoom__plus,
  html.about .about-lb__backdrop,
  html.about .about-lb__box,
  html.about .about-lab__thumbs img,
  html.about .about-lab__photo,
  html.about .about-lab__nav,
  html.about .about-lab__dot,
  html.about .about-lab__thumbs .about-lab__thumb {
    transition: none;
  }
}
