.no-items {
  padding: 40px 20px 40px;
  box-sizing: border-box;
  background: var(--cl-white);
  border-radius: var(--radius-m);
}
@media screen and (min-width: 768px) {
  .no-items {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}

.no-items__content {
  margin: 0 auto;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.no-items__title {
  margin-bottom: var(--indent-s);
  order: 2;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .no-items__title {
    margin-bottom: var(--indent-sm);
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
  }
}

.no-items__icon-block {
  margin-bottom: var(--indent-m);
  width: 60px;
  height: 60px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  border-radius: 50%;
  background: var(--cl-background);
}
@media screen and (min-width: 768px) {
  .no-items__icon-block {
    width: 80px;
    height: 80px;
  }
}

.no-items__text-block {
  order: 3;
  color: var(--cl-grey-dark);
}

.no-items__search {
  order: 4;
  text-align: left;
}

.favorites__breadcrumbs {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .favorites__breadcrumbs {
    margin-bottom: 36px;
  }
}

.favorites__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .favorites__title {
    margin-bottom: 36px;
  }
}/*# sourceMappingURL=favorites.css.map */
