.c-order-steps {
  display: flex;
  justify-content: center;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-order-steps {
    margin-bottom: 30px;
  }
}
.c-order-steps__item {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 5em;
}
.c-order-steps__item:not(:first-child)::before,
.c-order-steps__item:not(:first-child)::after {
  content: "";
  border: 10px solid transparent;
  border-left-color: #a9a9a9;
  position: absolute;
  left: 0;
  top: 15%;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-order-steps__item:not(:first-child)::before,
  .c-order-steps__item:not(:first-child)::after {
    border-width: 7px;
    left: -5px;
  }
}
.c-order-steps__item:not(:first-child)::after {
  border-left-color: #fff;
  left: -5px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-order-steps__item:not(:first-child)::after {
    left: -7px;
  }
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width:  640px) and (max-width: 999px) {
  .c-order-steps__item:not(:first-child) .c-order-steps__text::after {
    content: "";
    border-top: 1px dotted #aaa;
    position: absolute;
    left: 18px;
    top: 26%;
    width: 25%;
  }
  .c-order-steps__item:not(:first-child) .c-order-steps__text::before {
    content: "";
    border-top: 1px dotted #aaa;
    position: absolute;
    right: 0;
    left: -31%;
    top: 26%;
    width: 25%;
  }
}
.c-order-steps__icon {
  width: 48px;
  height: 48px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-order-steps__icon {
    width: 38px;
    height: 38px;
  }
}
.c-order-steps__text {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-order-steps__text {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

