.support-guarantee .support-article__body {
  color: var(--lm-muted);
  font-size: 17px;
  line-height: 1.7;
}

.support-guarantee .support-article__body p {
  margin: 0;
  color: var(--lm-muted);
  font-size: 18px;
  line-height: 1.58;
}

.support-guarantee .support-guarantee__heading {
  margin: 34px 0 18px;
  font-size: 20px;
  line-height: 1.15;
  color: #453b31;
  letter-spacing: -.02em;
}

.support-guarantee .support-guarantee__heading--first {
  margin-top: 24px;
}

.support-guarantee .support-article__body .support-guarantee__lead {
  margin-bottom: 18px;
}

.support-guarantee .support-guarantee__box {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--lm-line);
}

.support-guarantee .support-guarantee__rules {
  counter-reset: rules;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-guarantee .support-guarantee__rules > li {
  counter-increment: rules;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: var(--body-bg);
  border: 1px solid var(--lm-line);
  color: var(--lm-muted);
  font-size: 15px;
  line-height: 1.5;
}

.support-guarantee .support-guarantee__rules > li::before {
  content: counter(rules, decimal-leading-zero);
  color: var(--ui-orange-1);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .support-guarantee .support-guarantee__rules > li {
    grid-template-columns: 1fr;
  }
}

/* Support category: guarantees */
.support-category--guarantees .section {
  padding: 54px 0;
  background: #fff;
}

.support-category--guarantees .section--surface {
  background: var(--body-bg);
}

.support-category--guarantees .section-head {
  margin-bottom: 26px;
}

.support-category--guarantees .section-head h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: .03em;
}

.support-category--guarantees .section-head p {
  margin: 0;
  color: var(--lm-muted);
  font-size: 18px;
  line-height: 1.58;
}

.support-category--guarantees .guarantees-grid,
.support-category--guarantees .warranty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.support-category--guarantees .guarantees-card,
.support-category--guarantees .warranty-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--lm-line);
  text-decoration: none;
}

.support-category--guarantees .guarantees-card {
  transition: box-shadow .18s ease, border-color .18s ease;
}

.support-category--guarantees .warranty-card {
  transition: border-color .18s ease;
}

.support-category--guarantees .guarantees-card:hover {
  box-shadow: 0px 3px 6px rgba(28, 35, 43, 0.08), 0 2px 6px rgba(28, 35, 43, 0.04);
  border-color: var(--lm-line);
}

.support-category--guarantees .guarantees-card__tag,
.support-category--guarantees .warranty-card__tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  background: var(--ui-orange-3);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.support-category--guarantees .guarantees-card h3,
.support-category--guarantees .warranty-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: -.01em;
  font-weight: 600;
}

.support-category--guarantees .guarantees-card p,
.support-category--guarantees .warranty-card p {
  margin: 0;
  color: var(--lm-muted);
  font-size: 15px;
  line-height: 1.5;
}

.support-category--guarantees .guarantees-card__more {
  margin-top: auto;
  padding-top: 22px;
  color: var(--ui-orange-1);
  font-size: 14px;
  font-weight: 800;
}

.support-category--guarantees .info-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.support-category--guarantees .rules {
  counter-reset: rules;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-category--guarantees .rules > li {
  counter-increment: rules;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: var(--body-bg);
  border: 1px solid var(--lm-line);
  color: var(--lm-muted);
  font-size: 15px;
  line-height: 1.5;
}

.support-category--guarantees .rules > li::before {
  content: counter(rules, decimal-leading-zero);
  color: var(--ui-orange-1);
  font-weight: 900;
  font-size: 14px;
  line-height: 1.45;
}

.support-category--guarantees .note {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--lm-line);
  color: var(--lm-muted);
}

.support-category--guarantees .note  p:first-child {
  margin-top: 0px;
}

.support-category--guarantees .note + .note {
  margin-top: 16px;
}

.support-category--guarantees .note::before {
  content: "i";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--ui-orange-1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.support-category--guarantees .compare-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--lm-line);
  background: #fff;
}

.support-category--guarantees .compare-table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  color: var(--ui-black-2);
}

.support-category--guarantees .compare-table__col--title,
.support-category--guarantees .compare-table__col--system,
.support-category--guarantees .compare-table__col--limited,
.support-category--guarantees .compare-table__col--linear {
  width: 25%;
}

.support-category--guarantees .compare-table th,
.support-category--guarantees .compare-table td {
  padding: 16px 18px;
  border-right: 1px solid var(--lm-line);
  border-bottom: 1px solid var(--lm-line);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.support-category--guarantees .compare-table th {
  background: var(--ui-orange-3);
  color: #ffffff;
  font-weight: 800;
}

.support-category--guarantees .compare-table td:first-child {
  font-weight: 700;
  color: var(--ui-black-2);
}

.support-category--guarantees .compare-table tr:last-child td {
  border-bottom: 0;
}

.support-category--guarantees .compare-table th:last-child,
.support-category--guarantees .compare-table td:last-child {
  border-right: 0;
}

@media (max-width: 1100px) {
  .support-category--guarantees .info-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .support-category--guarantees .warranty-grid,
  .support-category--guarantees .guarantees-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .support-category--guarantees .warranty-grid,
  .support-category--guarantees .guarantees-grid {
    grid-template-columns: 1fr;
  }

  .support-category--guarantees .section {
    padding: 38px 0;
  }

  .support-category--guarantees .rules > li {
    grid-template-columns: 1fr;
  }

  .support-category--guarantees .note {
    grid-template-columns: 1fr;
  }
}


[data-blog-id="85"] .showcase-list,
[data-blog-id="78"] .showcase-list {
  padding-right:  0px !important;
  padding-left: 0px !important;
}

[data-blog-id="78"] .grid-account-class {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.support-category--guarantees .section:nth-child(2n),
.support-category--guarantees .section:nth-child(4) {
  position: relative;
  z-index: 1;

}
.support-category--guarantees .section:nth-child(2n):before,
.support-category--guarantees .section:nth-child(4):before {
  content: '';
  width: 100%;
  background: #fff;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
}
.support-category--guarantees .section:nth-child(2n):after,
.support-category--guarantees .section:nth-child(4):after {
  content: '';
  width: 100%;
  background: #fff;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}

.main:has(.support-category--guarantees) {
  padding-bottom: 0px!important;
  overflow: hidden;
}

.support-category--guarantees {
  margin-bottom: -1rem;

}