.footer__nav-link-more {
  position: relative;
  z-index: 2;
}
.footer__nav-links-more-items {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
  z-index: 1;
}
.footer__nav-links-more-items .footer__nav-link {
  padding: 0;
  white-space: nowrap;
}
.footer__nav-link-more:hover .footer__nav-links-more-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
