.fv-home-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.25vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv-home-process__steps::before {
  position: absolute;
  z-index: 0;
  top: clamp(62px, 5.4vw, 82px);
  right: 7%;
  left: 7%;
  border-top: 1px dashed rgba(255, 111, 20, .6);
  content: "";
}

.fv-home-process__steps li {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 11px;
  text-align: center;
}

.fv-home-process__number {
  justify-self: start;
  margin-left: 14%;
  color: var(--fv-color-accent);
  font-size: 12px;
  font-weight: 800;
}

.fv-home-process__icon {
  display: inline-flex;
  width: clamp(70px, 6.2vw, 96px);
  height: clamp(70px, 6.2vw, 96px);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fv-color-border);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 9px 20px rgba(21, 24, 31, .1);
}

.fv-home-process__icon img {
  width: 36%;
  height: 36%;
}

.fv-home-process__steps strong {
  font-size: clamp(11px, .88vw, 14px);
  line-height: 1.35;
}

@media (max-width: 760px) {
  .fv-home-process__steps {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .fv-home-process__steps::before {
    display: none;
  }

  .fv-home-process__steps li {
    min-height: 86px;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: 14px auto;
    justify-items: start;
    column-gap: 12px;
    row-gap: 0;
    align-content: center;
    padding: 14px 16px;
    border: 1px solid var(--fv-color-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(21, 24, 31, .08);
    text-align: left;
  }

  .fv-home-process__steps li:not(:last-child)::after {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    color: var(--fv-color-accent);
    content: "\2193";
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .fv-home-process__number {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    margin: 0;
    font-size: 10px;
  }

  .fv-home-process__icon {
    width: 38px;
    height: 38px;
    grid-column: 1;
    grid-row: 2;
    border: 0;
    border-radius: 10px;
    background: var(--fv-home-warm);
    box-shadow: none;
  }

  .fv-home-process__icon img {
    width: 22px;
    height: 22px;
  }

  .fv-home-process__steps strong {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .fv-home-process__steps strong br {
    display: none;
  }

  .fv-home-process__steps li:nth-child(1) img { content: url("/image/catalog/fasov/home/bem/mobile-process-01.svg"); }
  .fv-home-process__steps li:nth-child(2) img { content: url("/image/catalog/fasov/home/bem/mobile-process-02.svg"); }
  .fv-home-process__steps li:nth-child(3) img { content: url("/image/catalog/fasov/home/bem/mobile-process-03.svg"); }
  .fv-home-process__steps li:nth-child(4) img { content: url("/image/catalog/fasov/home/bem/mobile-process-04.svg"); }
  .fv-home-process__steps li:nth-child(5) img { content: url("/image/catalog/fasov/home/bem/mobile-process-05.svg"); }
  .fv-home-process__steps li:nth-child(6) img { content: url("/image/catalog/fasov/home/bem/mobile-process-06.svg"); }
}
