.top-menu {
  display: flex;
  margin: 0 -8px;
}
.top-menu__link {
  margin: 0 8px;
  font-size: 12px;
  line-height: 16px;
  color: #6f6f6e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .top-menu__link {
    font-size: 0;
  }
}
html:not(.bx-touch) .top-menu__link:hover, .bx-touch .top-menu__link:active {
  text-decoration: underline;
}
