header.order-tracking__header {
  background-color: #f19900;
  margin: 0 -15px;
  padding: 20px 15px;
}

header.order-tracking__header h3 {
  color: white;
  margin: 0;
  text-align: center;
}

.order-tracking__form {
  max-width: 500px;
  margin: 100px auto;
}

.order-tracking__form h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

.order-tracking__form .alert-danger {
  background-color: #ffadad;
  border: none;
  box-shadow: 0 2px 4px 0px #6e060626;
  color: #740000;
  padding: 15px 00;
}

.order-tracking__form-input {
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

.order-tracking__form-button {
  margin-top: 10px;
  padding: 10px 0;
  width: 100%;
}

.order-tracking__form-button i.right {
  margin-left: 10px;
}

.chronology {
  margin: 50px 0;
  position: relative;
}

.chronology--finish .chronology__status:first-of-type {
  display: none;
}

.chronology__status {
  margin: 0 0 0 6px;
  padding: 0 0 25px 25px;
  position: relative
}

@media (min-width: 768px) {
  .chronology__status {
    float: right;
    width: calc(50% + 2px);
  }
}

.chronology__status:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .chronology__status:nth-of-type(2n) {
    float: left;
    margin: 0 6px 0 0;
    padding: 0 25px 25px 0;
    text-align: right;
  }
}

.chronology__status::before {
  content: '';
  display: block;
  background-color: #efefef;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.chronology--finish .chronology__status:nth-of-type(2)::before {
  height: auto;
  top: 44px;
  bottom: 0;
}

@media (min-width: 768px) {
  .chronology__status:nth-of-type(2n)::before {
    left: auto;
    right: 0;
  }
}

.chronology__status:last-of-type::before {
  height: 45px;
}

.chronology__status:nth-of-type(2) .chronology__name::before {
  background-color: #007299;
}

.chronology__status--more::before {
  content: '';
  display: block;
  background-color: #efefef;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.chronology__status--more::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 3px solid #efefef;
  border-radius: 100%;
  position: absolute;
  left: -6px;
  top: -8px;
}

.chronology__date {
  font-size: 1rem;
}

.chronology__name {
  background-color: #efefef;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0;
  padding: 8px 20px 7px 20px;
  position: relative;
}

.chronology__name::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 3px solid #007299;
  border-radius: 100%;
  position: absolute;
  left: -31px;
  top: 10px;
}

@media (min-width: 768px) {
  .chronology__status:nth-of-type(2n) .chronology__name::before {
    left: auto;
    right: -31px;
  }
}

.chronology__name::after {
  content: '';
  display: block;
  height: 0px;
  width: 0px;
  border: 8px solid transparent;
  border-right-color: #efefef;
  position: absolute;
  left: -16px;
  top: 10px;
}

@media (min-width: 768px) {
  .chronology__status:nth-of-type(2n) .chronology__name::after {
    border-left-color: #efefef;
    border-right-color: transparent;
    left: auto;
    right: -16px;
  }
}

.chronology__description {
  font-size: 1.3rem;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .chronology__description {
    float: left;
    max-width: 350px;
  }

  .chronology__status:nth-of-type(2n) .chronology__description {
    float: right;
  }
}

.chronology__description p:last-of-type {
  margin: 0;
}
