.kapitel-repair_types {
  padding-top: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  padding-bottom: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  background-color: black;
  color: white;
  margin-bottom: clamp(32px, 23 * (100vw - 375px) / 905 + 32px, 55px);
}
.kapitel-repair_types .repair-types-title {
  font-size: clamp(24px, 12 * (100vw - 375px) / 905 + 24px, 36px);
  line-height: 140%;
  font-weight: 300;
  margin-bottom: clamp(20px, 16 * (100vw - 375px) / 905 + 20px, 36px);
  text-transform: uppercase;
}
.kapitel-repair_types .repair-types-wrap {
  margin-bottom: 16px;
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-image {
  aspect-ratio: 408/272;
  margin-bottom: 16px;
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-title {
  margin-bottom: clamp(0px, 3px - (3) * (100vw - 375px) / 905, 3px);
  font-size: clamp(24px, 8 * (100vw - 375px) / 905 + 24px, 32px);
  line-height: 140%;
  font-weight: 500;
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-price {
  margin-bottom: 16px;
  font-size: clamp(16px, 4 * (100vw - 375px) / 905 + 16px, 20px);
  line-height: 140%;
  font-weight: 500;
  color: var(--color-red);
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-content p {
  font-size: clamp(14px, 2 * (100vw - 375px) / 905 + 14px, 16px);
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 4px;
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-content p strong {
  font-weight: 500;
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-content ul {
  list-style-type: square;
  padding-left: 20px;
}
.kapitel-repair_types .repair-types-wrap .swiper-wrapper .repair-types-item .repair-types-item-content ul li {
  font-size: clamp(14px, 2 * (100vw - 375px) / 905 + 14px, 16px);
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.kapitel-repair_types .repair-types-wrap .swiper-pagination {
  display: none;
}
.kapitel-repair_types .repair-types-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 0.3;
  margin: 0 8px;
  background-color: white;
}
.kapitel-repair_types .repair-types-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-red);
  opacity: 1;
}
.kapitel-repair_types .repair-types-button {
  text-align: center;
}

@media all and (max-width: 1399px) {
  .kapitel-repair_types .repair-types-wrap .swiper-wrapper {
    margin-bottom: 50px;
  }
  .kapitel-repair_types .repair-types-wrap .swiper-pagination {
    display: block;
  }
}
/*# sourceMappingURL=repair_types.css.map */
