.info .phone,
.info #time {
  display: inline-block;
  margin-block: 0.83em;
  margin-left: 26px;
  font-size: 1.5em;
  font-weight: 700;
  vertical-align: top;
}

.info .phone a {
  color: inherit;
  text-decoration: none;
}

.bosch-breadcrumbs {
  width: min(100% - 32px, 960px);
  margin: 22px auto 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.bosch-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bosch-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: #4a4a4a;
}

.bosch-breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #777;
}

.bosch-breadcrumbs a {
  color: #870055;
  font-weight: 700;
  text-decoration: none;
}

.bosch-breadcrumbs a:hover,
.bosch-breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.bosch-hero {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.bosch-hero .fixer_4 {
  flex: 0 1 400px;
}

.bosch-hero .fixer_3 {
  flex: 1 1 400px;
  margin-right: 0;
}

.bosch-hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(35, 42, 52, 0.12);
}

.bosch-repair-article {
  overflow: hidden;
}

.bosch-copy-list,
.bosch-series-list,
.bosch-fault-list,
.bosch-reasons-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 30px;
}

.bosch-copy-list li,
.bosch-series-list li,
.bosch-fault-list li,
.bosch-reasons-list li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 48px;
  background: #f8f8f8;
  border-radius: 8px;
}

.bosch-copy-list li::before,
.bosch-series-list li::before,
.bosch-fault-list li::before,
.bosch-reasons-list li::before {
  position: absolute;
  left: 16px;
  top: 14px;
  color: #a00064;
  font-weight: 700;
}

.bosch-copy-list li::before {
  content: "✓";
}

.bosch-series-list {
  counter-reset: bosch-series;
}

.bosch-series-list li {
  counter-increment: bosch-series;
}

.bosch-series-list li::before {
  content: counter(bosch-series, decimal-leading-zero);
}

.bosch-fault-list li::before {
  content: "!";
  width: 22px;
  height: 22px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: #a00064;
  border-radius: 50%;
}

.bosch-reasons-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bosch-reasons-list li {
  margin: 0;
}

.bosch-reasons-list li::before {
  content: "•";
  font-size: 24px;
  line-height: 18px;
}

.bosch-repair-article h3 {
  margin: 0 0 10px;
  color: #333;
  font-size: 19px;
  line-height: 1.4;
}

.bosch-faq {
  display: grid;
  gap: 14px;
}

.bosch-faq-item {
  padding: 20px 22px;
  background: #f8f8f8;
  border-left: 4px solid #a00064;
  border-radius: 8px;
}

.bosch-faq-item p {
  margin: 0;
}

.bosch-home-link {
  margin-top: 30px;
  padding: 22px 24px;
  color: #333;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid rgba(160, 0, 100, 0.18);
  border-radius: 10px;
}

.bosch-home-link p {
  margin: 0;
}

.bosch-home-link a {
  color: #a00064;
  font-weight: 700;
}

.bosch-cta {
  margin-top: 34px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bosch-breadcrumbs {
    width: min(100% - 28px, 960px);
    margin-top: 16px;
    color: #2a2a2a;
    font-size: 14px;
  }

  .bosch-hero {
    display: block;
  }

  .bosch-breadcrumbs + .content_6 .repair {
    margin-top: 24px;
  }

  .bosch-hero .fixer_3,
  .bosch-hero .fixer_3 li,
  .bosch-repair-article,
  .bosch-faq-item,
  .bosch-home-link {
    color: #252525;
  }

  .bosch-hero .fixer_3 h1,
  .bosch-hero .target,
  .bosch-hero .repair-link strong {
    color: #94005d !important;
  }

  .bosch-repair-article h2,
  .bosch-repair-article h3,
  .bosch-home-link a {
    color: #870055;
  }

  .bosch-reasons-list {
    grid-template-columns: 1fr;
  }

  .bosch-copy-list li,
  .bosch-series-list li,
  .bosch-fault-list li,
  .bosch-reasons-list li {
    padding: 12px 12px 12px 42px;
  }

  .bosch-copy-list li::before,
  .bosch-series-list li::before,
  .bosch-fault-list li::before,
  .bosch-reasons-list li::before {
    left: 13px;
    top: 12px;
  }

  .bosch-faq-item {
    padding: 16px;
  }

  .bosch-home-link {
    padding: 18px 16px;
  }
}
