.bread {
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .bread {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 990px) {
  .bread {
    display: none;
  }
}
.bread__list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bread li {
  margin: 0 20px;
}
.bread li:nth-child(1) a::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 0;
}
.bread a, .bread span {
  position: relative;
  line-height: 45px;
  font-weight: 400;
  font-size: 14px;
}
.bread span {
  color: #fff;
}

/*# sourceMappingURL=bread.css.map */
