/* Иконка для Home */
.menu-icon-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.menu-icon-home::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,');
  background-repeat: no-repeat;
  background-size: contain;
}
