.footer-bottom {
  gap: 23px;
}

.footer-bottom__logo {
  margin-bottom: 5px;
}

.menu--footer .menu-item__wrapper {
  display: flex; align-items: center;
  font-weight: 500;
  white-space: nowrap;
}

.menu--footer .menu-item__wrapper:not(:last-child):after {
  content: '|';
  font-size: 17px;
  font-weight: 600;
  margin: 0 10px;

}

.socials  {
  gap: 34px;
}

@media (max-width: 750px) {
  .footer-bottom__logo {
    margin-bottom: -6px;
  }

  .menu--footer {
    flex-wrap: wrap; justify-content: center;
    gap: 12px 0;
  }

  .menu--footer .menu-item__wrapper:not(:last-child):after {
    margin: 0 7px;
  }
  
  .footer-bottom {
    gap: 26px;
    margin: 73px auto;
  }
}
