/* ============================================================
   Лендинг «Износостойкие решения» (Рудпром + SPG Russia)
   Базируется на стилях main_belt_conveyors.css + блоки из
   assembly.css и new-blow-bars.css. Здесь — только специфика.
   ============================================================ */

/* ---------------------------------------------------------------
   1. HERO
   --------------------------------------------------------------- */
.wear-resistant-page .service-page__header-content {
  max-width: 1100px;
  width: 100%;
}

/* Подзаголовок под h1 — белый (класс исторически «blue») */
.wear-resistant-page .service-page__header-blue-text {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
}

.wear-resistant-page .service-page__header-blue-text--block {
  display: block;
}

.wear-resistant-page .service-page__header-button {
  display: inline-block;
  margin-top: 40px;
  margin-right: 0;
}

.wear-resistant-hero {
  background: url("/static/landings/images/wear_resistant/hero/hero-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
}

.wear-resistant-hero .service-page__header-content p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 0.02em;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* X3-плашка (портирована из new-blow-bars) */
.wear-resistant-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 14px 22px;
  background: rgba(5, 125, 245, 0.12);
  border: 1px solid rgba(5, 125, 245, 0.55);
  border-radius: 10px;
  backdrop-filter: blur(3px);
}

.wear-resistant-badge__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.wear-resistant-badge__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #ffffff;
}

.wear-resistant-badge__text span {
  color: #057DF5;
  font-weight: 700;
}

@media (max-width: 560px) {
  .wear-resistant-badge {
    gap: 12px;
    padding: 12px 16px;
  }

  .wear-resistant-badge__icon {
    width: 42px;
    height: 42px;
  }

  .wear-resistant-badge__text {
    font-size: 15px;
  }
}

/* ---------------------------------------------------------------
   2. BULLETS
   --------------------------------------------------------------- */
.wear-resistant-page .service-page__white-container {
  width: calc(100% - 120px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 32px 60px;
  border-radius: 16px;
}

.wear-resistant-page .service-page__content {
  padding-bottom: 0;
}

.wear-resistant-page .service-page__bullets {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1558px) {
  .wear-resistant-page .service-page__white-container {
    width: calc(100% - 80px);
  }
}

@media (max-width: 650px) {
  .wear-resistant-page .service-page__white-container {
    width: calc(100% - 40px);
    padding: 24px 28px;
  }
}

@media (max-width: 1360px) {
  .wear-resistant-page {
    margin-top: 70px;
  }
}

@media (max-width: 649px) {
  .wear-resistant-page {
    margin-top: 60px;
  }
}

/* ---------------------------------------------------------------
   3. PARTNERSHIP — две колонки брендов Рудпром + SPG
   --------------------------------------------------------------- */
.wear-resistant-sections .partnership {
  padding: 40px 0 20px;
}

.wear-resistant-sections .partnership__heading {
  text-align: center;
  margin-bottom: 48px;
}

.wear-resistant-sections .partnership__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.wear-resistant-sections .partnership__subtitle {
  font-size: 18px;
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto;
  opacity: 0.85;
}

/* Как у .achievements__wrapper: две равные колонки и тот же gap — ширина карточек = колонка с фото */
.wear-resistant-sections .partnership__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.wear-resistant-sections .partnership__grid > .partnership__card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.wear-resistant-sections .partnership__grid > .partnership__card:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.wear-resistant-sections .partnership__grid > .partnership__x {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  z-index: 1;
  pointer-events: none;
  min-width: unset;
}

.wear-resistant-sections .partnership__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wear-resistant-sections .partnership__logo {
  height: 54px;
  width: auto;
  object-fit: contain;
  align-self: flex-start;
}

.wear-resistant-sections .partnership__card-text {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.wear-resistant-sections .partnership__card-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.wear-resistant-sections .partnership__card-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.45;
}

.wear-resistant-sections .partnership__card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #057DF5;
}

.wear-resistant-sections .partnership__x {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 300;
  color: #9aa3ad;
}

@media (max-width: 1024px) {
  .wear-resistant-sections .partnership {
    padding: 60px 32px 20px;
  }

  .wear-resistant-sections .partnership__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wear-resistant-sections .partnership__grid > .partnership__card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .wear-resistant-sections .partnership__grid > .partnership__x {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: center;
    pointer-events: none;
    font-size: 32px;
  }

  .wear-resistant-sections .partnership__grid > .partnership__card:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 560px) {
  .wear-resistant-sections .partnership {
    padding: 40px 20px 20px;
  }

  .wear-resistant-sections .partnership__title {
    font-size: 28px;
  }

  .wear-resistant-sections .partnership__card {
    padding: 24px;
  }
}

/* ---------------------------------------------------------------
   4. STATS / ACHIEVEMENTS — о производстве в Сортавале
   --------------------------------------------------------------- */
.wear-resistant-sections .achievements {
  padding: 60px 0 96px;
}

.wear-resistant-sections .achievements__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.wear-resistant-sections .achievements__image {
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  background: #dcdfe5;
}

.wear-resistant-sections .achievements__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wear-resistant-sections .achievements__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wear-resistant-sections .achievements__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.wear-resistant-sections .achievements__subtitle {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 28px;
  opacity: 0.85;
}

.wear-resistant-sections .achievements__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wear-resistant-sections .stats-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.wear-resistant-sections .stats-card__number {
  font-size: 40px;
  font-weight: 800;
  color: #057DF5;
  line-height: 1;
  margin-bottom: 10px;
}

.wear-resistant-sections .stats-card__label {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

@media (max-width: 1024px) {
  .wear-resistant-sections .achievements {
    padding: 56px 32px 88px;
  }

  .wear-resistant-sections .achievements__wrapper {
    grid-template-columns: 1fr;
  }

  .wear-resistant-sections .achievements__image {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .wear-resistant-sections .achievements {
    padding: 40px 20px 64px;
  }

  .wear-resistant-sections .achievements__title {
    font-size: 26px;
  }

  .wear-resistant-sections .achievements__stats {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------
   5. PRODUCTS GRID — "Виды продукции"
   --------------------------------------------------------------- */
.wear-resistant-products {
  padding: 80px 0 90px;
}

.wear-resistant-products .cards-section__header {
  text-align: center;
  margin-bottom: 48px;
}

.wear-resistant-products .cards-section__title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 700;
}

.wear-resistant-products .cards-section__subtitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 720px;
  opacity: 0.85;
}

.wear-resistant-products .cards-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.wear-resistant-products .cards-section__card {
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wear-resistant-products .cards-section__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(5, 125, 245, 0.12);
}

.wear-resistant-products .cards-section__card-top {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.wear-resistant-products .cards-section__card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.wear-resistant-products .cards-section__card-title {
  font-size: 17px;
  margin: 4px 0 0;
  font-weight: 600;
  color: #172233;
}

.wear-resistant-products .cards-section__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #505864;
}

@media (max-width: 1200px) {
  .wear-resistant-products .cards-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wear-resistant-products .cards-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wear-resistant-products {
    padding: 56px 20px;
  }

  .wear-resistant-products .cards-section__grid {
    grid-template-columns: 1fr;
  }

  .wear-resistant-products .cards-section__title {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------------
   5b. SCREENS — общий заголовок секции (белый фон)
   --------------------------------------------------------------- */
/* Небольшой отступ сверху; снизу без margin — иначе видна серая полоса (#f6f6f6) до тёмной секции компонентов */
.wear-resistant-screens {
  margin-top: 20px;
  margin-bottom: 0;
}

.wear-resistant-screens .wear-resistant-screens__intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
  padding-top: 72px;
}

.wear-resistant-screens .wear-resistant-screens__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.wear-resistant-screens .wear-resistant-screens__subtitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;
}

@media (max-width: 560px) {
  .wear-resistant-screens .wear-resistant-screens__intro {
    padding-top: 48px;
    margin-bottom: 28px;
  }

  .wear-resistant-screens .wear-resistant-screens__title {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------------
   6. WHY-blocks — Просеивающие поверхности
   (переиспользуем стили из main_belt_conveyors.css)
   --------------------------------------------------------------- */
.wear-resistant-sections .why,
.wear-resistant-sections .why2 {
  padding: 0 0 64px 0;
}

.wear-resistant-sections .why__grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.wear-resistant-sections .why__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 28px;
}

.wear-resistant-sections .why__lead {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 24px;
  max-width: 560px;
}

.wear-resistant-sections .why__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.45;
}

.wear-resistant-sections .why__list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.wear-resistant-sections .why__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #057DF5;
}

.wear-resistant-sections .why__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .wear-resistant-sections .why,
  .wear-resistant-sections .why2 {
    padding: 48px 32px 0;
  }

  .wear-resistant-sections .why__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* На мобилке везде: сначала фото, потом текст (и для .why, и для .why2) */
  .wear-resistant-sections .why__grid .why__media {
    order: -1;
    margin-bottom: 12px;
  }
}

@media (max-width: 560px) {
  .wear-resistant-sections .why,
  .wear-resistant-sections .why2 {
    padding: 40px 20px 24px;
  }

  .wear-resistant-sections .why__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .wear-resistant-sections .why__lead {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------
   7. COMPONENTS GRID — Изнашиваемые компоненты
   --------------------------------------------------------------- */
.wear-resistant-components {
  background-color: #172233;
  color: #ffffff;
  padding: 80px 60px 90px;
}

@media (max-width: 1024px) {
  .wear-resistant-components {
    padding: 70px 40px 80px;
  }
}

.wear-resistant-components .cards-section__header {
  text-align: center;
  margin-bottom: 48px;
}

.wear-resistant-components .cards-section__title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 700;
}

.wear-resistant-components .cards-section__subtitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0.85;
}

.wear-resistant-components .cards-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.wear-resistant-components .cards-section__card {
  background-color: #203048;
  border-radius: 16px;
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.wear-resistant-components .cards-section__card-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
}

.wear-resistant-components .cards-section__card-image {
  width: 100%;
  height: 132px;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.wear-resistant-components .cards-section__card-title {
  font-size: 19px;
  margin: 0;
  font-weight: 600;
}

.wear-resistant-components .cards-section__card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.85;
}

@media (max-width: 1100px) {
  .wear-resistant-components .cards-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wear-resistant-components {
    padding: 60px 20px 70px;
  }

  .wear-resistant-components .cards-section__grid {
    grid-template-columns: 1fr;
  }

  .wear-resistant-components .cards-section__title {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------------
   7b. Мозаика производственного процесса (без заголовка, без тени)
   --------------------------------------------------------------- */
.wear-resistant-process-mosaic {
  padding: 0 0 20px;
}

.wear-resistant-process-mosaic .process-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  /* Одинаковая высота двух рядов, ниже чем раньше был только верхний ряд */
  grid-template-rows: repeat(2, minmax(140px, 18vw));
  gap: 0;
}

.wear-resistant-process-mosaic .process-mosaic__cell {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  align-self: stretch;
}

.wear-resistant-process-mosaic .process-mosaic__cell:focus {
  outline: 2px solid #057DF5;
  outline-offset: 2px;
  z-index: 1;
}

.wear-resistant-process-mosaic .process-mosaic__cell img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

/* Верхний и нижний ряд: по 3 кадра в ряд (по 4 колонки из 12) */
.wear-resistant-process-mosaic .process-mosaic__cell:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: 1;
}

.wear-resistant-process-mosaic .process-mosaic__cell:nth-child(2) {
  grid-column: 5 / span 4;
  grid-row: 1;
}

.wear-resistant-process-mosaic .process-mosaic__cell:nth-child(3) {
  grid-column: 9 / span 4;
  grid-row: 1;
}

/* Нижний ряд: 3 × 4 колонки (как верхний) */
.wear-resistant-process-mosaic .process-mosaic__cell:nth-child(4) {
  grid-column: 1 / span 4;
  grid-row: 2;
}

.wear-resistant-process-mosaic .process-mosaic__cell:nth-child(5) {
  grid-column: 5 / span 4;
  grid-row: 2;
}

.wear-resistant-process-mosaic .process-mosaic__cell:nth-child(6) {
  grid-column: 9 / span 4;
  grid-row: 2;
}

@media (max-width: 900px) {
  .wear-resistant-process-mosaic .process-mosaic__grid {
    grid-template-rows: repeat(2, minmax(120px, 16vw));
  }
}

@media (max-width: 640px) {
  .wear-resistant-process-mosaic {
    padding: 0 0 16px;
  }

  /* Телефон: 2 фото в ряд, 3 ряда (порядок DOM слева направо, сверху вниз) */
  .wear-resistant-process-mosaic .process-mosaic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(120px, 32vw));
    gap: 0;
  }

  .wear-resistant-process-mosaic .process-mosaic__cell:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

/* ---------------------------------------------------------------
   8. APPLICATIONS — "Для кого наши решения"
   --------------------------------------------------------------- */
.wear-resistant-sections .applications {
  padding: 80px 0;
}

/* Меньше воздуха после мозаики (без верхнего блока «Производственный процесс») */
.wear-resistant-process-mosaic + .wear-resistant-sections .applications {
  padding-top: 40px;
}

.wear-resistant-sections .applications__header {
  text-align: center;
  margin-bottom: 48px;
}

.wear-resistant-sections .applications__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
}

.wear-resistant-sections .applications__subtitle {
  font-size: 18px;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.85;
}

/* Карточки: ширина как раньше (3 колонки), шрифт как раньше; радиус и тень как .stats-card */
.wear-resistant-sections .applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.wear-resistant-sections .applications__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.wear-resistant-sections .applications__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.wear-resistant-sections .applications__item-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #172233;
}

@media (max-width: 900px) {
  .wear-resistant-sections .applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wear-resistant-sections .applications {
    padding: 56px 20px;
  }

  .wear-resistant-sections .applications__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wear-resistant-sections .applications__title {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------------
   9. RESOURCE PROGRAM — прогнозируемый ресурс
   --------------------------------------------------------------- */
.wear-resistant-sections .resource-program {
  padding: 80px 0;
  background-color: #f5f7fb;
}

.wear-resistant-sections .resource-program__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.wear-resistant-sections .resource-program__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wear-resistant-sections .resource-program__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}

.wear-resistant-sections .resource-program__lead {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}

.wear-resistant-sections .resource-program__list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.wear-resistant-sections .resource-program__list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.45;
}

.wear-resistant-sections .resource-program__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("/static/landings/images/wear_resistant/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.wear-resistant-sections .resource-program__media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

@media (max-width: 1024px) {
  .wear-resistant-sections .resource-program {
    padding: 56px 32px;
  }

  .wear-resistant-sections .resource-program__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .wear-resistant-sections .resource-program {
    padding: 40px 20px;
  }

  .wear-resistant-sections .resource-program__title {
    font-size: 26px;
  }
}

/* ---------------------------------------------------------------
   10. PRODUCTION PROCESS — нумерованный список этапов
   --------------------------------------------------------------- */
.wear-resistant-sections .process {
  padding: 80px 0;
}

.wear-resistant-sections .process__header {
  text-align: center;
  margin-bottom: 48px;
}

.wear-resistant-sections .process__title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
}

.wear-resistant-sections .process__subtitle {
  font-size: 18px;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.85;
}

.wear-resistant-sections .process__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.wear-resistant-sections .process__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
}

.wear-resistant-sections .process__number {
  font-size: 40px;
  font-weight: 800;
  color: #057DF5;
  line-height: 1;
}

.wear-resistant-sections .process__item-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.wear-resistant-sections .process__item-text {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  color: #505864;
}

@media (max-width: 1100px) {
  .wear-resistant-sections .process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .wear-resistant-sections .process {
    padding: 56px 20px;
  }

  .wear-resistant-sections .process__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .wear-resistant-sections .process__list {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------
   11. PARTNERS SECTION — копия стилей mbc
   --------------------------------------------------------------- */
.wear-resistant-sections .partners-section {
  padding: 40px 0;
  background-color: #fff;
}

.wear-resistant-sections .partners-section__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.wear-resistant-sections .partners-section__heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  width: 400px;
}

.wear-resistant-sections .partners-section__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.wear-resistant-sections .partners-section__item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 20px;
}

.wear-resistant-sections .partners-section__item-img {
  max-height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1780px) {
  .wear-resistant-sections .partners-section__item-wrapper {
    height: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .wear-resistant-sections .partners-section__heading {
    width: auto;
  }
}

@media screen and (max-width: 1240px) {
  .wear-resistant-sections .partners-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wear-resistant-sections .partners-section__heading {
    margin-bottom: 36px;
  }

  .wear-resistant-sections .partners-section__item-wrapper {
    padding: 10px;
  }
}

@media screen and (max-width: 940px) {
  .wear-resistant-sections .partners-section__heading {
    font-size: 21px;
  }
}

@media screen and (max-width: 880px) {
  .wear-resistant-sections .partners-section__items {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 440px) {
  .wear-resistant-sections .partners-section__heading {
    font-size: 21px;
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .wear-resistant-sections .partners-section__items {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------------------------------------------------------------
   12. MID-CTA — баннер с оверлеем и призывом к действию
   --------------------------------------------------------------- */
.wear-resistant-cta-banner {
  position: relative;
  padding: 80px 0;
  color: #ffffff;
  background: #132034 url("/static/landings/images/wear_resistant/cta-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.wear-resistant-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(19, 32, 52, 0.85) 0%,
    rgba(19, 32, 52, 0.55) 100%
  );
  z-index: 0;
}

.wear-resistant-cta-banner__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.wear-resistant-cta-banner__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.wear-resistant-cta-banner__text {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 32px;
  opacity: 0.92;
}

.wear-resistant-cta-banner__button {
  display: inline-block;
  padding: 16px 38px;
  font-size: 16px;
  font-weight: 600;
  background: #057DF5;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wear-resistant-cta-banner__button:hover {
  background: #0466c9;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 720px) {
  .wear-resistant-cta-banner {
    padding: 56px 20px;
  }

  .wear-resistant-cta-banner__title {
    font-size: 26px;
  }

  .wear-resistant-cta-banner__text {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------
   13. HERO-адаптив (из main_belt_conveyors.css)
   --------------------------------------------------------------- */
@media (max-width: 1024px) {
  .wear-resistant-page .service-page__header {
    padding: 80px 40px 120px;
  }

  .wear-resistant-page .service-page__header h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 768px) {
  .wear-resistant-page .service-page__header {
    padding: 70px 24px 110px;
  }

  .wear-resistant-page .service-page__header h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.02em;
  }

  .wear-resistant-page .service-page__header p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
  }

  .wear-resistant-page .service-page__white-container {
    width: calc(100% - 40px);
  }

  .wear-resistant-page .service-page__bullets {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 40px 0;
  }

  .wear-resistant-hero {
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  .wear-resistant-page .service-page__header {
    padding: 60px 16px 90px;
  }

  .wear-resistant-page .service-page__header h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .wear-resistant-page .service-page__header p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
  }

  .wear-resistant-page .service-page__header-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .wear-resistant-page .service-page__white-container {
    width: calc(100% - 32px);
  }

  .wear-resistant-page .breadcrumb__service-page {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
  }
}

@media (max-width: 360px) {
  .wear-resistant-page .service-page__header h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .wear-resistant-page .service-page__header p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
  }
}
