.info-page {
  --info-ink: #181818;
  --info-muted: #777;
  --info-line: #cecece;
  --info-soft: #f5f5f5;
  --info-blue: #2d4cff;
  padding: 0 0 120px;
  color: var(--info-ink);
  font-family: var(--wb-font-base);
}

/* Та же типографика прописных заголовков, что и на основных страницах сайта. */
.info-page h1,
.info-page h2,
.info-page h3 {
  letter-spacing: 1px;
  font-kerning: normal;
}

.info-page__container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.info-page .wb-breadcrumb__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-page__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
  min-height: 520px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #181818;
  color: #fcfcfc;
}

.info-page__hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 980px;
  padding: 72px;
  flex-direction: column;
  justify-content: center;
}

.info-page__eyebrow,
.delivery-moscow__label {
  margin: 0;
  color: var(--info-blue);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-page__hero .info-page__eyebrow {
  color: #91a2ff;
}

.info-page__title {
  max-width: 850px;
  margin: 18px 0 32px;
  font-family: var(--wb-font-display);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-page__lead {
  display: grid;
  max-width: 820px;
  gap: 14px;
  color: #d7d7d7;
  font-size: 18px;
  line-height: 1.55;
}

.info-page__lead p,
.info-page__card-text,
.delivery-moscow__text,
.delivery-moscow__schedule-note,
.delivery-partner__text,
.info-page__fact p,
.info-page__step p,
.info-page__cta-text {
  margin: 0;
}

.info-page__hero-visual {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--info-blue);
}

.info-page__hero-visual::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  top: -150px;
  right: -140px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.info-page__hero-icon {
  position: relative;
  display: grid;
  width: 220px;
  height: 220px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.info-page__hero-icon img {
  display: block;
  width: 148px;
  height: 148px;
}

.info-page__section {
  padding-top: 112px;
}

.info-page__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.info-page__section-title,
.info-page__cta-title {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-family: var(--wb-font-display);
  font-size: clamp(34px, 3.1vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-page__section-note {
  margin: 0 0 4px;
  color: var(--info-muted);
  font-size: 16px;
}

.info-page__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--info-line);
  border-left: 1px solid var(--info-line);
}

.info-page__benefit {
  position: relative;
  min-height: 230px;
  padding: 32px;
  border-right: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
  background: #fff;
}

.info-page__card-title,
.delivery-moscow__title,
.info-page__fact-title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.info-page__card-text {
  margin-top: 14px;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.5;
}

.delivery-moscow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.delivery-moscow__card {
  display: flex;
  min-height: 330px;
  padding: 40px;
  flex-direction: column;
  border-radius: 8px;
  background: var(--info-soft);
}

.delivery-moscow__title {
  max-width: 520px;
  margin-top: 22px;
  font-family: var(--wb-font-display);
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.delivery-moscow__text {
  max-width: 540px;
  margin-top: 16px;
  color: var(--info-muted);
  font-size: 17px;
}

.delivery-moscow__price {
  margin: auto 0 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.delivery-moscow__schedule {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 28px 40px;
  border: 1px solid var(--info-line);
  border-radius: 8px;
}

.delivery-moscow__schedule-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.delivery-moscow__schedule-value {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.delivery-moscow__schedule-note {
  color: var(--info-muted);
  text-align: right;
}

.delivery-partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.delivery-partner {
  --partner-accent: var(--info-blue);
  --partner-accent-bar: var(--partner-accent);
  display: flex;
  position: relative;
  min-height: 360px;
  padding: 32px;
  flex-direction: column;
  border: 1px solid var(--info-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24,24,24,.045);
}

.delivery-partner::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 32px;
  left: 32px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--partner-accent-bar);
}

.delivery-partner--cdek {
  --partner-accent: #00843e;
}

.delivery-partner--dellin {
  --partner-accent: #fcaf17;
}

.delivery-partner--pony {
  --partner-accent: #00833e;
}

.delivery-partner--pek {
  --partner-accent: #242265;
  --partner-accent-bar: linear-gradient(90deg, #242265 0 82%, #e4003e 82% 100%);
}

.delivery-partner--russian-post {
  --partner-accent: #2036f5;
}

.delivery-partner--cap {
  --partner-accent: #043b49;
}

.delivery-partner__brand {
  display: flex;
  min-height: 88px;
  align-items: center;
  border-bottom: 1px solid var(--info-line);
}

.delivery-partner__logo {
  display: block;
  width: min(100%, 250px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.delivery-partner__text {
  min-height: 76px;
  margin-top: 26px;
  color: var(--info-muted);
  line-height: 1.5;
}

.delivery-partner__features {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
}

.delivery-partner__features li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.35;
}

.delivery-partner__features li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--partner-accent);
}

.info-page__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-page__section--compact {
  min-width: 0;
}

.info-page__section--compact .info-page__section-head {
  display: flex;
}

.info-page__section--compact .info-page__section-title {
  font-size: clamp(30px, 2.5vw, 42px);
}

.info-page__fact-list,
.info-page__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--info-line);
  list-style: none;
}

.info-page__fact,
.info-page__step {
  padding: 28px 0;
  border-bottom: 1px solid var(--info-line);
}

.info-page__fact-title {
  font-size: 20px;
}

.info-page__fact p,
.info-page__step p {
  margin-top: 10px;
  color: var(--info-muted);
  line-height: 1.5;
}

.info-page__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.info-page__step-number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(45,76,255,.28);
  border-radius: 6px;
  background: rgba(45,76,255,.06);
  color: var(--info-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
}

.info-page__cta {
  display: flex;
  margin-top: 112px;
  padding: 56px 64px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 8px;
  background: #2d4cff;
  color: #fff;
}

.info-page__cta-title {
  max-width: 760px;
  font-size: clamp(32px, 3vw, 48px);
}

.info-page__cta-text {
  max-width: 760px;
  margin-top: 14px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}

.info-page__cta-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff;
  color: #181818;
  font-size: 17px;
  transition: background-color .2s ease, color .2s ease;
}

.info-page__cta-button:hover,
.info-page__cta-button:focus-visible {
  background: transparent;
  color: #fff;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.payment-method {
  position: relative;
  display: flex;
  grid-column: span 2;
  min-width: 0;
  min-height: 230px;
  padding: 32px;
  flex-direction: column;
  border: 1px solid var(--info-line);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f7f7f7 100%);
  box-shadow: 0 10px 28px rgba(24,24,24,.035);
}

.payment-method:nth-child(n+4) {
  grid-column: span 3;
}

.payment-method::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 32px;
  width: 64px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--info-blue);
}

.payment-method__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.payment-method__icon {
  display: grid;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(45,76,255,.12);
  border-radius: 16px;
  background: rgba(45,76,255,.055);
}

.payment-method__icon img {
  display: block;
  width: 38px;
  height: 38px;
}

.payment-method__label,
.payment-quick__eyebrow {
  display: inline-flex;
  width: fit-content;
  color: var(--info-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.payment-method__title,
.payment-process__title,
.payment-quick__title {
  margin: auto 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.payment-method__text {
  max-width: 440px;
  margin: 14px 0 0;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.5;
}

.payment-processes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.payment-process {
  min-width: 0;
  padding: 32px;
  border-radius: 8px;
  background: var(--info-soft);
}

.payment-process__title {
  margin: 0;
  font-family: var(--wb-font-display);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.payment-process__steps {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--info-line);
  list-style: none;
}

.payment-process__steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 0;
  align-items: start;
  border-bottom: 1px solid var(--info-line);
  font-size: 15px;
  line-height: 1.45;
}

.payment-process__number {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(45,76,255,.28);
  border-radius: 6px;
  background: rgba(45,76,255,.06);
  color: var(--info-blue);
  font-size: 12px;
  font-weight: 600;
}

.payment-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px;
}

.payment-quick__steps,
.payment-quick__phone {
  min-width: 0;
  padding: 48px;
}

.payment-quick__steps {
  border: 1px solid var(--info-line);
  border-radius: 8px 0 0 8px;
  background: #fff;
}

.payment-quick__steps .payment-quick__title {
  margin: 0;
  font-family: var(--wb-font-display);
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.payment-quick__steps ol {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.payment-quick__steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.payment-quick__steps li > span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(45,76,255,.28);
  border-radius: 6px;
  background: rgba(45,76,255,.06);
  color: var(--info-blue);
  font-size: 12px;
  font-weight: 600;
}

.payment-quick__steps li p {
  margin: 0;
  line-height: 1.45;
}

.payment-quick__phone {
  display: flex;
  flex-direction: column;
  border-radius: 0 8px 8px 0;
  background: var(--info-blue);
  color: #fff;
}

.payment-quick__phone .payment-quick__eyebrow {
  color: rgba(255,255,255,.72);
}

.payment-quick__phone .payment-quick__title {
  margin: 18px 0 0;
  font-family: var(--wb-font-display);
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.payment-quick__phone-text {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.5;
}

.payment-quick__phones {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 38px;
}

.payment-quick__phones a {
  width: fit-content;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

.payment-business__head {
  align-items: flex-end;
}

.payment-business__lead {
  max-width: 530px;
  margin: 0 0 4px;
  color: var(--info-muted);
  font-size: 17px;
  line-height: 1.5;
}

.payment-business {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--info-line);
  border-left: 1px solid var(--info-line);
}

.payment-business__item {
  min-width: 0;
  min-height: 220px;
  padding: 36px;
  border-right: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
  background: #fff;
}

.payment-business__item h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.payment-business__item p {
  margin: 18px 0 0;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.55;
}

.warranty-obligations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.warranty-obligation {
  position: relative;
  min-width: 0;
  min-height: 300px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid var(--info-line);
  border-radius: 8px;
  background: #fff;
}

.warranty-obligation::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 36px;
  left: 36px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--info-blue);
}

.warranty-obligation--excluded {
  background: var(--info-soft);
}

.warranty-obligation--excluded::before {
  background: #181818;
}

.warranty-obligation__label,
.warranty-return__label,
.warranty-support__eyebrow {
  color: var(--info-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.warranty-obligation__title {
  margin: 54px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.warranty-obligation__text {
  margin: 18px 0 0;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.55;
}

.warranty-return {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border-radius: 8px;
}

.warranty-return__period,
.warranty-return__conditions {
  min-width: 0;
  padding: 48px;
}

.warranty-return__period {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  background: var(--info-blue);
  color: #fff;
}

.warranty-return__number {
  font-family: var(--wb-font-display);
  font-size: clamp(120px, 12vw, 190px);
  font-weight: 700;
  line-height: .72;
}

.warranty-return__unit {
  margin: 10px 0 0 14px;
  align-self: start;
  font-family: var(--wb-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.warranty-return__period p {
  grid-column: 1 / -1;
  max-width: 540px;
  margin: 42px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  line-height: 1.55;
}

.warranty-return__conditions {
  border: 1px solid var(--info-line);
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.warranty-return__conditions ul {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--info-line);
  list-style: none;
}

.warranty-return__conditions li {
  position: relative;
  padding: 18px 0 18px 30px;
  border-bottom: 1px solid var(--info-line);
  line-height: 1.45;
}

.warranty-return__conditions li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--info-blue);
}

.warranty-return__note {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 3px solid var(--info-blue);
  background: var(--info-soft);
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

.warranty-defect__head {
  align-items: flex-end;
}

.warranty-defect__intro {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--info-muted);
  font-size: 17px;
  line-height: 1.5;
}

.warranty-defect__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--info-line);
  border-left: 1px solid var(--info-line);
  list-style: none;
}

.warranty-defect__step {
  display: grid;
  min-width: 0;
  min-height: 260px;
  padding: 32px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border-right: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
}

.warranty-defect__step h3,
.warranty-request__item h3 {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.warranty-defect__step p,
.warranty-request__item p {
  margin: 16px 0 0;
  color: var(--info-muted);
  line-height: 1.55;
}

.warranty-request {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.warranty-request__item {
  display: grid;
  min-width: 0;
  min-height: 190px;
  padding: 32px;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 20px;
  border-radius: 8px;
  background: var(--info-soft);
}

.warranty-request__number {
  color: var(--info-blue);
  font-family: var(--wb-font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.warranty-support {
  display: flex;
  margin-top: 112px;
  padding: 56px 64px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-radius: 8px;
  background: var(--info-blue);
  color: #fff;
}

.warranty-support__eyebrow {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
}

.warranty-support__text {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}

.warranty-support__phones {
  display: grid;
  flex: 0 0 auto;
  gap: 10px;
}

.warranty-support__phones a {
  width: fit-content;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--info-line);
  border-left: 1px solid var(--info-line);
}

.about-fact {
  min-width: 0;
  min-height: 330px;
  padding: 36px;
  border-right: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
  background: #fff;
}

.about-fact__value {
  margin: 0;
  color: var(--info-blue);
  font-family: var(--wb-font-display);
  font-size: clamp(54px, 5.2vw, 82px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-fact__label {
  max-width: 330px;
  margin: 28px 0 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.about-fact__text {
  margin: 16px 0 0;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.5;
}

.about-audiences {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-audience {
  min-width: 0;
  min-height: 430px;
  padding: 48px;
  border-radius: 8px;
  background: var(--info-soft);
}

.about-audience--business {
  background: #181818;
  color: #fff;
}

.about-audience__label,
.about-location__city,
.about-support__eyebrow {
  margin: 0;
  color: var(--info-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-audience--business .about-audience__label {
  color: #91a2ff;
}

.about-audience__title {
  max-width: 520px;
  margin: 24px 0 0;
  font-family: var(--wb-font-display);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.about-audience ul {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid var(--info-line);
  list-style: none;
}

.about-audience--business ul {
  border-color: rgba(255,255,255,.22);
}

.about-audience li {
  position: relative;
  padding: 17px 0 17px 28px;
  border-bottom: 1px solid var(--info-line);
  font-size: 16px;
}

.about-audience--business li {
  border-color: rgba(255,255,255,.22);
  color: #dedede;
}

.about-audience li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--info-blue);
}

.about-audience--business li::before {
  background: #91a2ff;
}

.about-advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--info-line);
  border-left: 1px solid var(--info-line);
  list-style: none;
}

.about-advantage {
  display: grid;
  min-width: 0;
  min-height: 220px;
  padding: 32px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  border-right: 1px solid var(--info-line);
  border-bottom: 1px solid var(--info-line);
}

.about-advantage h3 {
  margin: 4px 0 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.about-advantage p {
  margin: 16px 0 0;
  color: var(--info-muted);
  line-height: 1.55;
}

.about-locations__head {
  align-items: flex-end;
}

.about-locations__lead {
  max-width: 480px;
  margin: 0 0 4px;
  color: var(--info-muted);
  font-size: 17px;
  line-height: 1.5;
}

.about-locations {
  display: grid;
  gap: 24px;
}

.about-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--info-line);
  border-radius: 8px;
  background: #fff;
}

.about-location--reverse .about-location__info {
  order: 2;
}

.about-location--reverse .about-location__map {
  order: 1;
  border-right: 1px solid var(--info-line);
  border-left: 0;
}

.about-location__info {
  min-width: 0;
  padding: 48px;
}

.about-location__title {
  max-width: 650px;
  margin: 22px 0 0;
  font-family: var(--wb-font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.about-location__address {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.45;
}

.about-location__metro {
  display: flex;
  margin: 14px 0 0;
  gap: 10px;
  color: var(--info-muted);
}

.about-location__metro span {
  color: var(--info-ink);
  font-weight: 500;
}

.about-location__contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 36px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--info-line);
}

.about-location__contacts div {
  min-width: 0;
}

.about-location__contacts dt {
  color: var(--info-muted);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-location__contacts dd {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.about-location__contacts dd span,
.about-location__contacts dd a {
  min-width: 0;
}

.about-location__contacts dd a {
  width: fit-content;
  border-bottom: 1px solid rgba(45,76,255,.35);
  color: var(--info-ink);
}

.about-location__details {
  display: flex;
  margin-top: 32px;
  padding: 18px 20px;
  flex-wrap: wrap;
  gap: 8px 20px;
  border-radius: 6px;
  background: var(--info-soft);
}

.about-location__details span {
  width: 100%;
  color: var(--info-muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-location__details small {
  font-size: 13px;
}

.about-location__map {
  position: relative;
  min-width: 0;
  min-height: 600px;
  border-left: 1px solid var(--info-line);
  background: var(--info-soft);
}

.about-location__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: 0;
}

.about-location__map > a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #181818;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.about-support {
  display: flex;
  margin-top: 112px;
  padding: 56px 64px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-radius: 8px;
  background: var(--info-blue);
  color: #fff;
}

.about-support__eyebrow {
  margin-bottom: 18px;
  color: rgba(255,255,255,.72);
}

.about-support__text {
  max-width: 660px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.5;
}

.about-support__contacts {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
}

.about-support__contacts a {
  width: fit-content;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
}

.clients-guides {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.clients-guide {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  padding: 36px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--info-line);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff 0%, #f7f7f7 100%);
}

.clients-guide::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 36px;
  left: 36px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--info-blue);
}

.clients-guide__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.clients-guide__number {
  color: var(--info-blue);
  font-family: var(--wb-font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.clients-guide__label,
.clients-tool__label,
.clients-support__eyebrow,
.clients-details__label {
  margin: 0;
  color: var(--info-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.clients-guide__label {
  text-align: right;
}

.clients-guide__title {
  margin: 58px 0 0;
  font-family: var(--wb-font-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.clients-guide__text {
  margin: 18px 0 32px;
  color: var(--info-muted);
  font-size: 16px;
  line-height: 1.55;
}

.clients-guide__button,
.clients-tool__button,
.clients-support__map-link {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  margin-top: auto;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--info-ink);
  border-radius: 6px;
  color: var(--info-ink);
  font-size: 15px;
  transition: background-color .2s ease, color .2s ease;
}

.clients-guide__button:hover,
.clients-guide__button:focus-visible,
.clients-tool__button:hover,
.clients-tool__button:focus-visible,
.clients-support__map-link:hover,
.clients-support__map-link:focus-visible {
  background: var(--info-ink);
  color: #fff;
}

.clients-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.clients-tool {
  display: flex;
  min-width: 0;
  min-height: 450px;
  padding: 48px;
  flex-direction: column;
  border-radius: 8px;
}

.clients-tool--manuals {
  border: 1px solid var(--info-line);
  background: #fff;
}

.clients-tool--tracking {
  background: #181818;
  color: #fff;
}

.clients-tool--tracking .clients-tool__label {
  color: #91a2ff;
}

.clients-tool__title {
  max-width: 570px;
  margin: 24px 0 0;
  font-family: var(--wb-font-display);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.clients-tool__text {
  max-width: 570px;
  margin: 20px 0 32px;
  color: var(--info-muted);
  font-size: 17px;
  line-height: 1.55;
}

.clients-tool--tracking .clients-tool__text {
  color: #cfcfcf;
}

.clients-tool__button {
  margin-top: auto;
}

.clients-manual-links {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 30px;
}

.clients-manual-link {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  height: 54px;
  padding: 7px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  border: 1px solid #cecece;
  border-radius: 8px;
  background: #f9f9f9;
  color: var(--info-ink);
  transition: flex-grow .25s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}

.clients-manual-link:hover,
.clients-manual-link:focus-visible,
.clients-manual-link:focus-within {
  flex-grow: 2.4;
  border-color: var(--info-blue);
  background: var(--info-blue);
  color: #fff;
  outline: none;
}

.clients-manual-link img {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: contain;
  transition: filter .2s ease, transform .26s ease;
}

.clients-manual-link:hover img,
.clients-manual-link:focus-visible img {
  filter: brightness(0) invert(1);
  transform: translateX(-4px);
}

.clients-manual-link__text {
  display: block;
  max-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  color: inherit;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: max-width .25s ease, opacity .25s ease;
}

.clients-manual-link:hover .clients-manual-link__text,
.clients-manual-link:focus-visible .clients-manual-link__text {
  max-width: 120px;
  opacity: 1;
}

.clients-carriers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 30px;
}

.clients-carrier {
  display: grid;
  min-width: 0;
  height: 82px;
  padding: 14px;
  place-items: center;
  border-radius: 6px;
  background: #fff;
  transition: transform .2s ease;
}

.clients-carrier:hover,
.clients-carrier:focus-visible {
  transform: translateY(-3px);
}

.clients-carrier img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 42px;
  object-fit: contain;
}

.clients-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px;
}

.clients-support__contacts,
.clients-support__office {
  display: flex;
  min-width: 0;
  min-height: 430px;
  padding: 48px;
  flex-direction: column;
}

.clients-support__contacts {
  background: var(--info-blue);
  color: #fff;
}

.clients-support__contacts .clients-support__eyebrow {
  color: rgba(255,255,255,.72);
}

.clients-support__text {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.55;
}

.clients-support__links {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 34px;
}

.clients-support__links a {
  width: fit-content;
  border-bottom: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.35;
}

.clients-support__office {
  border: 1px solid var(--info-line);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: #fff;
}

.clients-support__office h3 {
  margin: 28px 0 0;
  font-family: var(--wb-font-display);
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.clients-support__address {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.clients-support__schedule {
  display: grid;
  gap: 4px;
  margin: 20px 0 28px;
  color: var(--info-muted);
  line-height: 1.5;
}

.clients-support__map-link {
  margin-top: auto;
}

.clients-details {
  display: flex;
  margin-top: 64px;
  padding: 28px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--info-line);
  border-radius: 8px;
  background: var(--info-soft);
}

.clients-details__company {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.clients-details__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 26px;
  color: #555;
  font-size: 14px;
}

@media (max-width: 1240px) {
  .info-page {
    padding-bottom: 88px;
  }

  .info-page__hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    min-height: 460px;
  }

  .info-page__hero-copy {
    padding: 48px;
  }

  .info-page__title {
    font-size: clamp(36px, 4vw, 52px);
  }

  .info-page__hero-icon {
    width: clamp(180px, 18vw, 220px);
    height: clamp(180px, 18vw, 220px);
    flex-shrink: 0;
  }

  .info-page__hero-icon img {
    width: clamp(120px, 12vw, 148px);
    height: clamp(120px, 12vw, 148px);
  }

  .info-page__section {
    padding-top: 88px;
  }

  .info-page__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-page__benefit {
    min-height: 240px;
  }

  .delivery-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery-moscow__schedule {
    grid-template-columns: 1fr auto;
  }

  .delivery-moscow__schedule-note {
    grid-column: 1 / -1;
    text-align: left;
  }

  .payment-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-method,
  .payment-method:nth-child(n+4) {
    grid-column: auto;
  }

  .payment-method:last-child {
    grid-column: 1 / -1;
  }

  .payment-processes {
    grid-template-columns: minmax(0, 1fr);
  }

  .warranty-obligations,
  .warranty-defect__steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .warranty-obligation,
  .warranty-defect__step {
    min-height: 0;
  }

  .warranty-obligation__title {
    margin-top: 36px;
  }

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

  .about-location {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  }

  .about-location__info {
    padding: 36px;
  }

  .about-location__contacts {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .clients-guides {
    grid-template-columns: minmax(0, 1fr);
  }

  .clients-guide {
    min-height: 320px;
  }

  .clients-guide__title {
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .about-audiences,
  .clients-tools,
  .clients-support {
    grid-template-columns: minmax(0, 1fr);
  }

  .clients-support {
    overflow: visible;
    gap: 12px;
  }

  .clients-support__contacts,
  .clients-support__office {
    border-radius: 8px;
  }

  .clients-support__office {
    border: 1px solid var(--info-line);
  }
}

@media (max-width: 767px) {
  .info-page {
    padding-bottom: 64px;
  }

  .info-page__hero {
    display: block;
    min-height: 0;
    margin-top: 8px;
  }

  .info-page__hero-copy {
    padding: 40px 20px;
  }

  .info-page__title {
    margin: 14px 0 24px;
    font-size: 39px;
    line-height: 1;
  }

  .info-page__lead {
    font-size: 16px;
  }

  .info-page__hero-visual {
    display: flex;
    padding: 24px 20px;
  }

  .info-page__hero-visual::before {
    width: 180px;
    height: 180px;
    top: -110px;
    right: -80px;
  }

  .info-page__hero-icon {
    width: 128px;
    height: 128px;
  }

  .info-page__hero-icon img {
    width: 86px;
    height: 86px;
  }

  .info-page__section {
    padding-top: 64px;
  }

  .info-page__section-head,
  .info-page__section--compact .info-page__section-head {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
  }

  .info-page__section-title,
  .info-page__section--compact .info-page__section-title {
    font-size: 30px;
  }

  .info-page__section-note {
    flex: 0 0 auto;
  }

  .info-page__benefits,
  .delivery-moscow,
  .delivery-partners,
  .info-page__split {
    grid-template-columns: minmax(0, 1fr);
  }

  .info-page__benefit {
    min-height: 0;
    padding: 24px 20px;
  }

  .info-page__card-title {
    font-size: 21px;
  }

  .delivery-moscow__card {
    min-height: 290px;
    padding: 28px 20px;
  }

  .delivery-moscow__title {
    font-size: 30px;
  }

  .delivery-moscow__price {
    font-size: 32px;
  }

  .delivery-moscow__schedule {
    display: block;
    padding: 24px 20px;
  }

  .delivery-moscow__schedule-value,
  .delivery-moscow__schedule-note {
    margin-top: 12px;
  }

  .delivery-moscow__schedule-value {
    white-space: normal;
  }

  .delivery-partner {
    min-height: 0;
    padding: 24px 20px;
  }

  .delivery-partner::before {
    right: 20px;
    left: 20px;
  }

  .delivery-partner__text {
    min-height: 0;
  }

  .delivery-partner__features {
    margin-top: 20px;
  }

  .info-page__split {
    gap: 0;
  }

  .info-page__cta {
    margin-top: 64px;
    padding: 36px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .info-page__cta-title {
    font-size: 31px;
  }

  .info-page__cta-button {
    width: 100%;
  }

  .payment-methods,
  .payment-processes,
  .payment-quick,
  .payment-business {
    grid-template-columns: minmax(0, 1fr);
  }

  .payment-method {
    grid-column: auto;
    min-height: 230px;
    padding: 24px 20px;
  }

  .payment-method:last-child {
    grid-column: auto;
  }

  .payment-method::before {
    left: 20px;
  }

  .payment-method__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
  }

  .payment-method__icon img {
    width: 34px;
    height: 34px;
  }

  .payment-process {
    padding: 28px 20px;
  }

  .payment-process__title {
    font-size: 27px;
  }

  .payment-quick {
    overflow: visible;
    gap: 12px;
  }

  .payment-quick__steps,
  .payment-quick__phone {
    padding: 32px 20px;
    border-radius: 8px;
  }

  .payment-quick__steps .payment-quick__title,
  .payment-quick__phone .payment-quick__title {
    font-size: 30px;
  }

  .payment-quick__phones a {
    font-size: 24px;
  }

  .payment-business__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-business__lead {
    font-size: 16px;
  }

  .payment-business__item {
    min-height: 0;
    padding: 28px 20px;
  }

  .warranty-return,
  .warranty-request {
    grid-template-columns: minmax(0, 1fr);
  }

  .warranty-obligation,
  .warranty-return__period,
  .warranty-return__conditions,
  .warranty-defect__step,
  .warranty-request__item {
    padding: 28px 20px;
  }

  .warranty-return {
    overflow: visible;
    gap: 12px;
  }

  .warranty-return__period,
  .warranty-return__conditions {
    border-radius: 8px;
  }

  .warranty-return__conditions {
    border: 1px solid var(--info-line);
  }

  .warranty-return__number {
    font-size: 120px;
  }

  .warranty-return__period p {
    margin-top: 32px;
  }

  .warranty-defect__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .warranty-defect__intro {
    font-size: 16px;
  }

  .warranty-request__item {
    min-height: 0;
  }

  .warranty-support {
    margin-top: 64px;
    padding: 36px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .warranty-support__phones {
    padding-top: 8px;
  }

  .warranty-support__phones a {
    font-size: 24px;
  }

  .about-facts,
  .about-audiences,
  .about-advantages,
  .about-location {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-fact {
    min-height: 0;
    padding: 28px 20px;
  }

  .about-fact__value {
    font-size: 58px;
  }

  .about-fact__label {
    margin-top: 22px;
    font-size: 21px;
  }

  .about-audience {
    min-height: 0;
    padding: 36px 20px;
  }

  .about-audience__title {
    font-size: 31px;
  }

  .about-advantage {
    min-height: 0;
    padding: 28px 20px;
  }

  .about-locations__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-page--about .info-page__title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .info-page--about #about-clients-title,
  .info-page--about .about-locations__head .info-page__section-title {
    font-size: clamp(24px, 7vw, 30px);
  }

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

  .about-location,
  .about-location--reverse {
    overflow: visible;
  }

  .about-location--reverse .about-location__info,
  .about-location--reverse .about-location__map {
    order: initial;
  }

  .about-location__info {
    padding: 32px 20px;
  }

  .about-location__title {
    font-size: 29px;
  }

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

  .about-location__contacts {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-location__map,
  .about-location--reverse .about-location__map {
    min-height: 360px;
    border-top: 1px solid var(--info-line);
    border-right: 0;
    border-left: 0;
  }

  .about-location__map iframe {
    min-height: 360px;
  }

  .about-location__map > a {
    right: 14px;
    bottom: 14px;
  }

  .about-support {
    margin-top: 64px;
    padding: 36px 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .about-support__contacts {
    padding-top: 8px;
  }

  .about-support__contacts a {
    font-size: 22px;
  }

  .clients-guides,
  .clients-tools,
  .clients-support {
    grid-template-columns: minmax(0, 1fr);
  }

  .clients-guide {
    min-height: 340px;
    padding: 28px 20px;
  }

  .clients-guide::before {
    right: 20px;
    left: 20px;
  }

  .clients-guide__title {
    margin-top: 32px;
    font-size: 31px;
  }

  .clients-guide__button,
  .clients-tool__button,
  .clients-support__map-link {
    width: 100%;
  }

  .clients-tool {
    min-height: 420px;
    padding: 36px 20px;
  }

  .clients-tool__title {
    font-size: 31px;
  }

  .clients-manual-link,
  .clients-manual-link:hover,
  .clients-manual-link:focus-visible,
  .clients-manual-link:focus-within {
    flex-grow: 1;
  }

  .clients-manual-link:hover img,
  .clients-manual-link:focus-visible img {
    transform: none;
  }

  .clients-manual-link__text,
  .clients-manual-link:hover .clients-manual-link__text,
  .clients-manual-link:focus-visible .clients-manual-link__text {
    display: none;
    max-width: 0;
    opacity: 0;
  }

  .clients-carriers {
    grid-template-columns: minmax(0, 1fr);
  }

  .clients-carrier {
    height: 72px;
  }

  .clients-support {
    overflow: visible;
    gap: 12px;
  }

  .clients-support__contacts,
  .clients-support__office {
    min-height: 400px;
    padding: 36px 20px;
    border-radius: 8px;
  }

  .clients-support__office {
    border: 1px solid var(--info-line);
  }

  .clients-support__links a {
    font-size: 23px;
  }

  .clients-support__office h3 {
    font-size: 31px;
  }

  .clients-details {
    margin-top: 48px;
    padding: 28px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .clients-details__items {
    justify-content: flex-start;
  }
}

@media (max-width: 359px) {
  .info-page {
    padding-bottom: 48px;
  }

  .info-page__hero-copy {
    padding: 28px 16px;
  }

  .info-page__eyebrow,
  .delivery-moscow__label {
    font-size: 11px;
  }

  .info-page__title {
    margin: 12px 0 20px;
    font-size: 32px;
  }

  .info-page--about .info-page__title {
    font-size: 28px;
  }

  .info-page__lead {
    gap: 12px;
    font-size: 15px;
  }

  .info-page__hero-visual {
    padding: 18px 16px;
  }

  .info-page__hero-visual::before {
    display: none;
  }

  .info-page__hero-icon {
    width: 112px;
    height: 112px;
  }

  .info-page__hero-icon img {
    width: 76px;
    height: 76px;
  }

  .info-page__section {
    padding-top: 52px;
  }

  .info-page__section-head,
  .info-page__section--compact .info-page__section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-page__section-title,
  .info-page__section--compact .info-page__section-title {
    font-size: 26px;
  }

  .info-page__benefit,
  .delivery-moscow__card,
  .delivery-moscow__schedule,
  .delivery-partner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .delivery-moscow__card {
    min-height: 250px;
  }

  .delivery-moscow__title {
    font-size: 26px;
  }

  .delivery-moscow__schedule-value {
    font-size: 20px;
    white-space: normal;
  }

  .delivery-partner__logo {
    width: min(100%, 220px);
    height: 50px;
  }

  .info-page__cta {
    padding: 28px 16px;
  }

  .info-page__cta-title {
    font-size: 27px;
  }

  .info-page__cta-button {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .payment-method,
  .payment-process,
  .payment-quick__steps,
  .payment-quick__phone,
  .payment-business__item {
    padding-right: 16px;
    padding-left: 16px;
  }

  .payment-method {
    min-height: 210px;
  }

  .payment-method__icon {
    width: 56px;
    height: 56px;
  }

  .payment-method__icon img {
    width: 32px;
    height: 32px;
  }

  .payment-method__title {
    font-size: 22px;
  }

  .payment-process__title,
  .payment-quick__steps .payment-quick__title,
  .payment-quick__phone .payment-quick__title {
    font-size: 26px;
  }

  .payment-process__steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
  }

  .payment-quick__steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .payment-quick__phones a {
    font-size: 21px;
  }

  .payment-business__item h3 {
    font-size: 22px;
  }

  .warranty-obligation,
  .warranty-return__period,
  .warranty-return__conditions,
  .warranty-defect__step,
  .warranty-request__item,
  .warranty-support {
    padding-right: 16px;
    padding-left: 16px;
  }

  .warranty-obligation::before {
    right: 16px;
    left: 16px;
  }

  .warranty-obligation__title {
    margin-top: 30px;
    font-size: 22px;
  }

  .warranty-return__number {
    font-size: 100px;
  }

  .warranty-return__unit {
    margin-top: 8px;
    font-size: 28px;
  }

  .warranty-defect__step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .warranty-request__item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .warranty-request__number {
    font-size: 25px;
  }

  .warranty-defect__step h3,
  .warranty-request__item h3 {
    font-size: 20px;
  }

  .warranty-support__phones a {
    font-size: 21px;
  }

  .about-fact,
  .about-audience,
  .about-advantage,
  .about-location__info,
  .about-support {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-fact__value {
    font-size: 50px;
  }

  .about-audience__title {
    font-size: 27px;
  }

  .about-advantage {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

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

  .about-location__title {
    font-size: 25px;
  }

  .about-location__metro {
    display: grid;
    gap: 4px;
  }

  .about-location__details {
    padding: 16px;
    flex-direction: column;
  }

  .about-location__map,
  .about-location__map iframe {
    min-height: 320px;
  }

  .about-location__map > a {
    right: 10px;
    bottom: 10px;
    min-height: 42px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
  }

  .about-support__contacts a {
    font-size: 20px;
  }

  .clients-guide,
  .clients-tool,
  .clients-support__contacts,
  .clients-support__office,
  .clients-details {
    padding-right: 16px;
    padding-left: 16px;
  }

  .clients-guide::before {
    right: 16px;
    left: 16px;
  }

  .clients-guide__label {
    max-width: 130px;
  }

  .clients-guide__title,
  .clients-tool__title,
  .clients-support__office h3 {
    font-size: 27px;
  }

  .clients-guide__button,
  .clients-tool__button,
  .clients-support__map-link {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  .clients-support__links a {
    font-size: 20px;
  }

  .clients-details__items {
    display: grid;
  }
}
