@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.about-page {
  --about-navy: #003459;
  --about-navy-deep: #002a49;
  --about-blue: #2589e6;
  --about-blue-soft: #eaf4ff;
  --about-red: #ef233c;
  --about-orange: #eb6515;
  --about-yellow: #fdc500;
  --about-purple: #786692;
  --about-ink: #12293a;
  --about-muted: #657583;
  --about-line: #dce5ec;
  --about-paper: #f4f7fa;
  --about-white: #ffffff;
  overflow: hidden;
  color: var(--about-ink);
  background: var(--about-white);
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
  margin-top: 0;
}

.about-page a {
  color: inherit;
  text-decoration: none;
}

.about-shell {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.about-label {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-label--blue {
  color: var(--about-blue);
}

.about-button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.about-button:hover {
  transform: translateY(-2px);
}

.about-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-button--blue {
  color: var(--about-white) !important;
  background: var(--about-blue);
}

.about-button--blue:hover {
  background: #117adb;
}

.about-button--light {
  color: var(--about-white) !important;
  border-color: rgba(255, 255, 255, 0.3);
}

.about-button--light:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.about-button--white {
  color: var(--about-navy) !important;
  background: var(--about-white);
}

.about-hero {
  position: relative;
  min-height: 600px;
  padding: 48px 0;
  color: var(--about-white);
  background:
    radial-gradient(circle at 42% 10%, rgba(37, 137, 230, 0.25), transparent 35%),
    var(--about-navy);
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 54%);
}

.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.about-hero__content {
  max-width: 650px;
}

.about-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.058em;
  font-weight: 400;
}

.about-hero h1 span {
  color: var(--about-yellow);
}

.about-hero__lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.62;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-hero__note {
  margin-top: 58px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.about-hero__note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.about-hero__note strong {
  color: var(--about-white);
  font-size: 14px;
  font-weight: 400;
}

.about-hero__note-mark {
  height: 40px;
  display: flex;
  align-items: end;
  gap: 3px;
}

.about-hero__note-mark i {
  width: 7px;
  display: block;
  border-radius: 4px 4px 1px 1px;
}

.about-hero__note-mark i:nth-child(1) {
  height: 23px;
  background: var(--about-red);
}

.about-hero__note-mark i:nth-child(2) {
  height: 34px;
  background: var(--about-orange);
}

.about-hero__note-mark i:nth-child(3) {
  height: 29px;
  background: var(--about-yellow);
}

.about-hero__note-mark i:nth-child(4) {
  height: 40px;
  background: var(--about-blue);
}

.about-hero__note-mark i:nth-child(5) {
  height: 26px;
  background: var(--about-purple);
}

.about-hero__visual {
  position: relative;
  min-height: 580px;
}

.about-hero__photo {
  position: absolute;
  inset: 28px 0 28px 42px;
  overflow: hidden;
  border-radius: 220px 28px 180px 28px;
  background: url("../img/about-store.webp") center / cover no-repeat;
  box-shadow: 0 38px 90px rgba(0, 18, 32, 0.35);
}

.about-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 52, 89, 0.02), rgba(0, 42, 73, 0.3));
}

.about-hero__badge {
  position: absolute;
  z-index: 3;
  display: grid;
  box-shadow: 0 24px 60px rgba(0, 26, 45, 0.25);
}

.about-hero__badge--top {
  width: 168px;
  min-height: 174px;
  top: 0;
  right: -18px;
  padding: 25px;
  color: var(--about-navy);
  border-radius: 24px;
  background: var(--about-yellow);
  transform: rotate(4deg);
}

.about-hero__badge--top small,
.about-hero__badge--top span {
  font-size: 11px;
}

.about-hero__badge--top strong {
  align-self: end;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 400;
}

.about-hero__badge--bottom {
  min-width: 240px;
  left: 0;
  bottom: 0;
  padding: 18px 22px;
  color: var(--about-white);
  border-radius: 18px;
  background: var(--about-blue);
  font-size: 12px;
  line-height: 1.45;
  transform: rotate(-3deg);
}

.about-shape {
  position: absolute;
  z-index: 2;
  display: block;
}

.about-shape--red {
  width: 60px;
  height: 60px;
  left: 12px;
  top: 8px;
  border-radius: 50%;
  background: var(--about-red);
}

.about-shape--yellow {
  width: 24px;
  height: 78px;
  right: 26px;
  bottom: 70px;
  border-radius: 999px;
  background: var(--about-yellow);
  transform: rotate(38deg);
}

.about-shape--purple {
  width: 56px;
  height: 56px;
  right: 65px;
  bottom: 20px;
  border: 12px solid var(--about-purple);
  border-radius: 50%;
}

.about-numbers {
  padding: 24px 0 30px;
  border-bottom: 1px solid var(--about-line);
  background: var(--about-white);
}

.about-number-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-number {
  --about-number-accent: var(--about-blue);
  --about-number-icon-bg: #eaf4ff;
  position: relative;
  padding: 26px 28px 30px;
  display: grid;
  align-content: start;
  overflow: hidden;
  border-radius: 24px;
  background: var(--about-paper);
}

.about-number::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--about-number-accent);
}

.about-number--red {
  --about-number-accent: var(--about-red);
  --about-number-icon-bg: #ffe9ec;
}

.about-number--yellow {
  --about-number-accent: var(--about-yellow);
  --about-number-icon-bg: #fff4cc;
}

.about-number__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--about-number-accent);
  background: var(--about-number-icon-bg);
}

.about-number--yellow .about-number__icon {
  color: #c99a00;
}

.about-number__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-number strong {
  color: var(--about-navy);
  font-size: clamp(48px, 5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.about-number p {
  max-width: 250px;
  margin: 12px 0 0;
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.about-story,
.about-assortment,
.about-principles,
.about-geography,
.about-digital,
.about-app {
  padding: 48px 0;
}

.about-story {
  background: var(--about-white);
}

.about-story__grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 72px;
}

.about-story h2,
.about-section-head h2,
.about-principles h2,
.about-geography h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.052em;
  font-weight: 400;
}

.about-story h2 span {
  color: var(--about-blue);
}

.about-story__copy {
  padding-top: 47px;
}

.about-story__copy p {
  color: #3d4f5e;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.about-story__copy .about-story__lead {
  color: var(--about-ink);
  font-size: 21px;
  line-height: 1.55;
}

.about-milestones {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
}

.about-milestones__visual {
  position: relative;
  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--about-paper);
  box-shadow: 0 24px 60px rgba(0, 52, 89, 0.14);
}

.about-milestones__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-milestones__visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 20px;
  display: grid;
  gap: 5px;
  border-radius: 18px;
  color: var(--about-white);
  background: rgba(0, 42, 73, 0.86);
  backdrop-filter: blur(8px);
}

.about-milestones__visual figcaption span {
  color: var(--about-yellow);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-milestones__visual figcaption strong {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.about-milestones__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-milestones__list li {
  --about-milestone-color: var(--about-blue);
  --about-milestone-halo: var(--about-blue-soft);
  position: relative;
  padding: 20px 0 20px 34px;
  border-top: 1px solid var(--about-line);
}

.about-milestones__list li:last-child {
  border-bottom: 1px solid var(--about-line);
}

.about-milestones__list li:nth-child(2) {
  --about-milestone-color: var(--about-red);
  --about-milestone-halo: #ffe9ec;
}

.about-milestones__list li:nth-child(3) {
  --about-milestone-color: #c99a00;
  --about-milestone-halo: #fff4cc;
}

.about-milestones__list li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 26px;
  border-radius: 50%;
  background: var(--about-milestone-color);
  box-shadow: 0 0 0 4px var(--about-milestone-halo);
}

.about-milestones__list span {
  display: block;
  margin-bottom: 8px;
  color: var(--about-milestone-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-milestones__list h3 {
  margin: 0 0 8px;
  color: var(--about-navy);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.about-milestones__list p {
  margin: 0;
  color: #3d4f5e;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
}

.about-assortment {
  color: var(--about-white);
  background: var(--about-navy);
}

.about-section-head {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 72px;
}

.about-section-head > p {
  max-width: 470px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.65;
}

.about-assortment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-assortment__card {
  position: relative;
  min-height: 520px;
  padding: 28px;
  overflow: hidden;
  border-radius: 28px;
}

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

.about-assortment__card--red {
  background: var(--about-red);
}

.about-assortment__card--yellow {
  color: var(--about-navy);
  background: var(--about-yellow);
}

.about-assortment__number {
  position: relative;
  z-index: 3;
  font-size: 12px;
}

.about-assortment__art {
  position: absolute;
  inset: 58px 24px 155px;
}

.about-assortment__card h3 {
  position: absolute;
  z-index: 3;
  left: 28px;
  right: 28px;
  bottom: 83px;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 400;
}

.about-assortment__card p {
  position: absolute;
  z-index: 3;
  left: 28px;
  right: 28px;
  bottom: 25px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.about-assortment__card--yellow p {
  color: rgba(0, 52, 89, 0.72);
}

.about-assortment__art--bottle i {
  position: absolute;
  width: 66px;
  bottom: 20px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px 18px 10px 10px;
}

.about-assortment__art--bottle i::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 42px;
  left: 18px;
  top: -39px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.about-assortment__art--bottle i:nth-child(1) {
  height: 172px;
  left: calc(50% - 94px);
}

.about-assortment__art--bottle i:nth-child(2) {
  height: 205px;
  left: calc(50% - 33px);
  bottom: 10px;
}

.about-assortment__art--bottle i:nth-child(3) {
  height: 146px;
  left: calc(50% + 31px);
}

.about-assortment__art--basket::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 132px;
  left: 50%;
  bottom: 22px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px 18px 28px 28px;
  transform: translateX(-50%);
}

.about-assortment__art--basket::after {
  content: "";
  position: absolute;
  width: 146px;
  height: 94px;
  left: 50%;
  bottom: 99px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 75px 75px 0 0;
  transform: translateX(-50%);
}

.about-assortment__art--basket i {
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 94px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.7);
}

.about-assortment__art--basket i:nth-child(1) {
  left: calc(50% - 60px);
}

.about-assortment__art--basket i:nth-child(2) {
  left: 50%;
}

.about-assortment__art--basket i:nth-child(3) {
  left: calc(50% + 60px);
}

.about-assortment__art--home::before {
  content: "";
  position: absolute;
  width: 204px;
  height: 164px;
  left: 50%;
  bottom: 14px;
  border: 4px solid var(--about-navy);
  border-radius: 8px 8px 20px 20px;
  transform: translateX(-50%);
}

.about-assortment__art--home::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  left: 50%;
  bottom: 96px;
  border-top: 4px solid var(--about-navy);
  border-left: 4px solid var(--about-navy);
  transform: translateX(-50%) rotate(45deg);
}

.about-assortment__art--home i:first-child {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 88px;
  left: 50%;
  bottom: 14px;
  border: 4px solid var(--about-navy);
  border-bottom: 0;
  transform: translateX(-50%);
}

.about-assortment__art--home i:last-child {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  left: calc(50% + 45px);
  bottom: 82px;
  border: 4px solid var(--about-navy);
  border-radius: 50%;
}

.about-principles {
  background: var(--about-paper);
}

.about-principles__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 100px;
}

.about-principles__title {
  position: sticky;
  top: 40px;
  align-self: start;
}

.about-principles__list {
  border-top: 1px solid #cfdae3;
}

.about-principles__list article {
  position: relative;
  min-height: 162px;
  padding: 28px 62px 28px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #cfdae3;
}

.about-principles__list article > span {
  align-self: start;
  padding-top: 7px;
  color: #8a9aa6;
  font-size: 11px;
}

.about-principles__list h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.about-principles__list p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 14px;
}

.about-principles__dot {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 4px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

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

.about-principles__dot--red {
  background: var(--about-red);
}

.about-principles__dot--yellow {
  background: var(--about-yellow);
}

.about-principles__dot--purple {
  background: var(--about-purple);
}

.about-geography {
  color: var(--about-white);
  background: var(--about-navy);
}

.about-geography__card {
  min-height: 0;
  padding: 8px 0;
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 58px;
  align-items: center;
}

.about-geography__content {
  position: relative;
  z-index: 2;
}

.about-geography__content > p:not(.about-label) {
  max-width: 480px;
  margin: 26px 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.about-geography__visual {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  background: var(--about-navy-deep);
}

.about-geography__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-geography__map-label {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(9px, 1.05vw, 12px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 10px rgba(0, 42, 73, .96), 0 0 5px rgba(0, 42, 73, .96);
}

.about-geography__map-label--spb {
  left: 44.5%;
  top: 50%;
  color: var(--about-yellow);
  transform: translate(14px, -50%);
}

.about-geography__map-label--vyborg {
  left: 29.5%;
  top: 29.7%;
  transform: translate(-108%, 12px);
}

.about-geography__map-label--vsevolozhsk {
  left: 49.5%;
  top: 26.3%;
  transform: translate(12px, -50%);
}

.about-geography__map-label--gatchina {
  left: 33.2%;
  top: 62.5%;
  transform: translate(-50%, 12px);
}

.about-geography__map-label--kingisepp {
  left: 44.5%;
  top: 77.6%;
  transform: translate(12px, -50%);
}

.about-geography__map-label--sosnovy-bor {
  left: 27.7%;
  top: 55.5%;
  transform: translate(-108%, -50%);
}

.about-geography__map-label--volkhov {
  left: 62.4%;
  top: 62.2%;
  transform: translate(12px, -50%);
}

.about-geography__map-label--kirishi {
  left: 74.1%;
  top: 82.6%;
  transform: translate(12px, -50%);
}

.about-geography__map-label--tikhvin {
  left: 73.1%;
  top: 33.9%;
  transform: translate(12px, -50%);
}

.about-digital {
  padding-top: 0;
  padding-bottom: 32px;
  background: var(--about-white);
}

.about-digital__grid {
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  border-top: 1px solid var(--about-line);
}

.about-digital h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.052em;
  font-weight: 400;
}

.about-digital h2 span {
  color: var(--about-blue);
}

.about-digital__copy {
  padding-top: 42px;
}

.about-digital__copy p {
  max-width: 520px;
  margin-bottom: 12px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-digital__copy p:first-child {
  color: var(--about-ink);
  font-size: 19px;
}

.about-digital__marks {
  height: 7px;
  margin-top: 30px;
  display: flex;
  gap: 5px;
}

.about-digital__marks i {
  width: 34px;
  border-radius: 999px;
}

.about-digital__marks i:nth-child(1) {
  background: var(--about-blue);
}

.about-digital__marks i:nth-child(2) {
  background: var(--about-red);
}

.about-digital__marks i:nth-child(3) {
  background: var(--about-yellow);
}

.about-digital__marks i:nth-child(4) {
  background: var(--about-purple);
}

.about-app {
  padding-top: 0;
  padding-bottom: 44px;
  background: var(--about-white);
}

.about-app__banner {
  position: relative;
  width: 100%;
  aspect-ratio: 2114 / 744;
  overflow: hidden;
  border-radius: 30px;
  background: #dbeefb url("../img/about-app-banner-v3-premium.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 52, 89, 0.18);
}

.about-app__hotspot {
  position: absolute;
  display: block;
  border-radius: 10px;
}

.about-app__hotspot:focus-visible {
  outline: 3px solid var(--about-red);
  outline-offset: 3px;
}

.about-app__hotspot--ios {
  left: 82.5%;
  top: 57%;
  width: 12.5%;
  height: 11.5%;
}

.about-app__hotspot--android {
  left: 82.5%;
  top: 68.5%;
  width: 12.5%;
  height: 11.5%;
}

/* Mobile app banner: HTML version of the 750x1000 layout, scaled with container units. */
.about-appm {
  display: none;
  container-type: inline-size;
}

.about-appm__inner {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4.8cqw;
  color: #00366d;
  background: #cdeeff url("../img/app-banner/petersburg-mobile-bg.jpg") center / cover no-repeat;
  box-shadow: 0 3.2cqw 9.333cqw rgba(0, 52, 89, 0.18);
}

.about-appm__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(238, 249, 255, 0.12) 55%, rgba(131, 211, 253, 0.04));
}

.about-appm__copy {
  position: absolute;
  z-index: 2;
  top: 5.6cqw;
  left: 5.867cqw;
  right: 5.6cqw;
}

.about-appm__brand {
  display: block;
  width: 37.87cqw;
  height: auto;
}

.about-appm__title {
  display: block;
  margin: -0.9333cqw 0 0;
  color: #002f65;
  font-size: 11.73cqw;
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 600;
}

.about-appm__copy p {
  margin: 2.4cqw 0 0;
  color: #06396f;
  font-size: 3.6cqw;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.about-appm__copy p span {
  color: #0877df;
  font-weight: 600;
}

.about-appm__benefits {
  position: absolute;
  z-index: 2;
  top: 40cqw;
  left: 5.067cqw;
  width: 47.07cqw;
  display: grid;
  gap: 2.133cqw;
}

.about-appm__benefit {
  min-height: 16.27cqw;
  padding: 2.4cqw;
  display: grid;
  grid-template-columns: 10.4cqw 1fr;
  align-items: center;
  gap: 1.733cqw;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 3.333cqw;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1.6cqw 4.533cqw rgba(13, 108, 177, 0.09);
  backdrop-filter: blur(1.2cqw);
}

.about-appm__benefit img {
  display: block;
  width: 8.8cqw;
  height: 8.8cqw;
  object-fit: contain;
}

.about-appm__benefit span {
  color: #07396d;
  font-size: 2.667cqw;
  line-height: 1.36;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.about-appm__phone {
  position: absolute;
  z-index: 1;
  top: 35.6cqw;
  right: 3.733cqw;
  width: 39.47cqw;
  height: 70.13cqw;
  overflow: hidden;
  border: 1.067cqw solid #07111b;
  border-radius: 5.733cqw;
  background: #07111b;
  box-shadow: 0 3.2cqw 3.733cqw rgba(0, 50, 94, 0.22);
  transform: rotate(1.4deg);
}

.about-appm__phone::after {
  content: "";
  position: absolute;
  top: 1.067cqw;
  left: 50%;
  width: 12.27cqw;
  height: 3.333cqw;
  border-radius: 2.4cqw;
  background: #07111b;
  transform: translateX(-50%);
}

.about-appm__phone img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4.533cqw;
  object-fit: cover;
  object-position: top;
}

.about-appm__download {
  position: absolute;
  z-index: 3;
  left: 5.067cqw;
  right: 5.067cqw;
  bottom: 5.067cqw;
  min-height: 37.6cqw;
  padding: 3.2cqw;
  display: grid;
  grid-template-columns: 28cqw 1fr;
  align-items: center;
  gap: 3.333cqw;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 3.867cqw;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 2.4cqw 5.6cqw rgba(6, 73, 128, 0.14);
  backdrop-filter: blur(1.6cqw);
}

.about-appm__qr {
  position: relative;
  justify-self: center;
  width: 26.13cqw;
  height: 26.13cqw;
  overflow: hidden;
  background: #fff;
}

.about-appm__qr img {
  position: absolute;
  top: -4.533cqw;
  left: -5.2cqw;
  display: block;
  width: 37.33cqw;
  height: 37.2cqw;
  max-width: none;
}

.about-appm__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1.333cqw 1.067cqw;
}

.about-appm__links strong {
  grid-column: 1 / -1;
  margin: 0 0 0.6667cqw;
  color: #00366d;
  font-size: 3.733cqw;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 600;
}

.about-appm__badge {
  position: relative;
  height: 7.733cqw;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 1.733cqw;
  color: #fff !important;
  background: #050505;
}

.about-appm__badge::before {
  content: "";
  position: absolute;
  left: 2cqw;
  top: 1.2cqw;
  width: 5.333cqw;
  height: 5.333cqw;
  background-image: url("../img/app-banner/user-phone-source.png");
  background-repeat: no-repeat;
  background-size: 58.53cqw 18cqw;
}

.about-appm__badge--android::before {
  background-position: -4.533cqw -6.133cqw;
}

.about-appm__badge--ios::before {
  background-position: -32.93cqw -6.133cqw;
}

.about-appm__badge span {
  position: relative;
  margin-left: 6.4cqw;
  font-size: 2.533cqw;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 600;
  transform: translateY(-0.2667cqw);
}

.about-appm__badge:focus-visible {
  outline: 0.5333cqw solid #e83a2f;
  outline-offset: 0.5333cqw;
}

@media (max-width: 1080px) {
  .about-hero__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
  }

  .about-hero__visual {
    transform: scale(0.9);
    transform-origin: center right;
  }

  .about-story__grid {
    gap: 56px;
  }
}

@media (max-width: 820px) {
  .about-shell {
    width: calc(100% - 40px);
    max-width: 680px;
  }

  .about-hero {
    min-height: auto;
    padding: 50px 0 40px;
  }

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

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

  .about-hero__visual {
    width: 100%;
    min-height: 570px;
    margin: 20px auto 0;
    transform: none;
  }

  .about-story,
  .about-geography,
  .about-digital,
  .about-app {
    padding: 40px 0;
  }

  .about-milestones {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-milestones__visual {
    aspect-ratio: 16 / 10;
  }

  .about-story__grid,
  .about-section-head,
  .about-digital__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .about-geography__card {
    min-height: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 38px;
  }

}

@media (max-width: 560px) {
  .about-shell {
    width: calc(100% - 28px);
  }

  .about-label {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .about-hero {
    padding-top: 40px;
  }

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

  .about-hero__lead {
    font-size: 16px;
  }

  .about-actions {
    display: grid;
  }

  .about-button {
    width: 100%;
  }

  .about-hero__note {
    margin-top: 40px;
  }

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

  .about-hero__photo {
    inset: 34px 0 24px 16px;
    border-radius: 150px 20px 130px 20px;
  }

  .about-hero__badge--top {
    width: 126px;
    min-height: 130px;
    right: -6px;
    padding: 18px;
  }

  .about-hero__badge--top strong {
    font-size: 38px;
  }

  .about-hero__badge--bottom {
    min-width: 200px;
  }

  .about-shape--red {
    width: 44px;
    height: 44px;
  }

  .about-story,
  .about-geography,
  .about-digital,
  .about-app {
    padding: 30px 0;
  }

  .about-story h2,
  .about-section-head h2,
  .about-geography h2,
  .about-digital h2 {
    font-size: 39px;
  }

  .about-story__copy .about-story__lead {
    font-size: 18px;
  }

  .about-geography__card {
    width: auto;
    min-height: 0;
    padding: 0;
  }

  .about-app {
    padding-top: 0;
    padding-bottom: 28px;
  }

  .about-digital {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .about-digital__grid {
    padding-top: 24px;
  }

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

}

/* Page top bar: used on the standalone preview and on the Bitrix page,
   where the site template header is hidden. */
.about-topbar {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 80px;
  padding: 0 max(24px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--about-navy, #003459);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 300;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

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

.about-topbar a {
  color: inherit;
  text-decoration: none;
}

.about-topbar__logo img {
  width: 168px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter 220ms ease;
}

.about-topbar nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}

.about-topbar nav a:last-child {
  padding: 11px 18px;
  color: #003459;
  border-radius: 999px;
  background: var(--about-yellow, #fdc500);
}

.about-topbar.is-scrolled {
  color: #003459;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 52, 89, 0.14);
}

.about-topbar.is-scrolled .about-topbar__logo img {
  filter: none;
}

.about-topbar.is-scrolled nav a:last-child {
  color: #fff;
  background: var(--about-blue, #2589e6);
}

@media (max-width: 680px) {
  .about-topbar {
    height: 68px;
    padding-inline: 18px;
  }

  .about-topbar__logo img {
    width: 140px;
  }

  .about-topbar nav {
    gap: 0;
  }

  .about-topbar nav a:not(:last-child) {
    display: none;
  }

  .about-topbar nav a:last-child {
    padding: 9px 13px;
    font-size: 11px;
  }
}

/* Footer (same style as the store promo pages). */
.about-footer {
  color: #fbfdff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #002a49;
  font-family: "Geologica", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

.about-footer__inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-footer a {
  color: inherit;
  text-decoration: none;
}

.about-footer__logo {
  flex: 0 0 auto;
  line-height: 0;
}

.about-footer__logo img {
  display: block;
  width: auto;
  height: 37px;
  filter: brightness(0) invert(1);
}

.about-footer p {
  margin: 0 auto 0 0;
  color: #b9daef;
  font-size: 14px;
}

.about-footer a[href^="tel"] {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.about-footer span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--about-red, #ef233c);
  color: #fbfdff;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 820px) {
  .about-footer__inner {
    min-height: 0;
    padding: 26px 0;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px;
  }

  .about-footer p {
    width: 100%;
    order: 4;
  }

  .about-footer a[href^="tel"] {
    margin-left: auto;
  }

  .about-footer span {
    order: 3;
  }
}

@media (max-width: 560px) {
  .about-footer__logo img {
    height: 30px;
  }

  .about-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .about-footer p {
    grid-column: 1 / -1;
  }

  .about-footer a[href^="tel"] {
    grid-column: 1 / 2;
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .about-number-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-number {
    padding: 22px 24px 26px;
    grid-template-columns: 54px 1fr;
    column-gap: 18px;
    align-items: center;
  }

  .about-number::after {
    left: 24px;
    right: 24px;
  }

  .about-number__icon {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .about-number strong {
    grid-column: 2;
    font-size: 52px;
  }

  .about-number p {
    grid-column: 2;
    margin-top: 6px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .about-numbers {
    padding: 16px 0 22px;
  }

  .about-milestones__visual {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .about-milestones__visual figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .about-milestones__visual figcaption strong {
    font-size: 14px;
  }

  .about-milestones__list h3 {
    font-size: 20px;
  }

  .about-app__banner {
    display: none;
  }

  .about-appm {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
