.bread li + li:before{
  margin: 0 6px 0 6px;
}

.filter-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 16px;
}

.filter-error {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #ff4444;
  color: white;
  padding: 15px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 14px;
  max-width: 300px;
}

.footer__item {
  font-size: 0;
  line-height: 0;
  display: block;
}