.static-page__section {
  padding: 24px 0 var(--section-space-y);
}

.static-page__title {
  margin: 0 0 28px;
  font-size: clamp(2.8rem, 4.7vw, 4.6rem);
  line-height: 0.92;
}

.static-page__body {
  color: var(--color-text-secondary);
  font-size: 1rem;
  line-height: 1.56;
}

.static-page__body > *:first-child {
  margin-top: 0;
}

.static-page__body > *:last-child {
  margin-bottom: 0;
}

.static-page__body h2,
.static-page__body h3,
.static-page__body h4 {
  margin: 2rem 0 1rem;
  color: var(--color-text-primary);
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: 1.04;
}

.static-page__body h2 {
  font-size: clamp(1.85rem, 2.7vw, 2.35rem);
}

.static-page__body h3 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.static-page__body h4 {
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
}

.static-page__body p,
.static-page__body ul,
.static-page__body ol {
  margin: 0 0 1rem;
}

.static-page__body ul,
.static-page__body ol {
  padding-left: 1.35rem;
}

.static-page__body li + li {
  margin-top: 0.38rem;
}

.static-page__body a {
  color: var(--color-brand);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.static-page__body a:hover,
.static-page__body a:focus-visible {
  color: var(--color-brand-hover);
}

.static-page__body strong,
.static-page__body b {
  color: var(--color-text-primary);
  font-weight: var(--font-weight-medium);
}

.static-page__body table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}

.static-page__body table td,
.static-page__body table th {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(17, 17, 21, 0.1);
  vertical-align: top;
}

.static-page__body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--color-brand);
  background: rgba(244, 122, 32, 0.06);
}

.static-page__body img {
  max-width: 100%;
  height: auto;
}

.static-page__pages {
  margin-top: 28px;
}

.static-page__admin {
  margin-bottom: 24px;
}

.home-guarantees-slider__flat,
.guarantees-page__stack {
  display: grid;
  gap: 24px;
}

.guarantees-page__section {
  padding: 24px 0 var(--section-space-y);
}

.guarantees-page__heading {
  margin-bottom: 28px;
}

.brands-page__section {
  padding: 24px 0 var(--section-space-y);
}

.brands-page__heading {
  margin-bottom: 28px;
}

.brands-page__strip .logo-strip__item {
  min-height: 96px;
}

.brands-page__strip .logo-strip__brand-img {
  display: block;
  width: auto;
  max-width: min(100%, 112px);
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) saturate(0) brightness(0.72);
  opacity: 0.92;
}

@media (min-width: 992px) {
  .guarantees-page__stack .guarantees-grid--slide-2 {
    grid-template-rows: 176px 149px;
    align-content: start;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__item--electrics {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__item--tire {
    grid-column: 2;
    grid-row: 1;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__item--restored {
    grid-column: 2;
    grid-row: 2;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__item--diagnostic {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__item--alignment {
    grid-column: 4;
    grid-row: 1;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__item--other {
    grid-column: 4;
    grid-row: 2;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .card-guarantee {
    padding: 18px;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .ui-heading-1 {
    font-size: 2.15rem;
    line-height: 0.94;
    margin-bottom: 10px !important;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .ui-body-3 {
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .ui-meta {
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__illust--1 {
    width: 92px;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__illust--2 {
    width: 102px;
    right: 8px;
    bottom: 8px;
  }

  .guarantees-page__stack .guarantees-grid--slide-2 .guarantees-grid__illust--3 {
    width: 38px;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .static-page__section {
    padding: 16px 0 48px;
  }

  .guarantees-page__section {
    padding: 16px 0 56px;
  }

  .static-page__title {
    margin-bottom: 22px;
    font-size: clamp(2.4rem, 8vw, 3.35rem);
  }

  .static-page__body {
    font-size: 0.96rem;
    line-height: 1.52;
  }
}
