footer {
  padding-top: 22px !important;
  font-size: 12px;
  color: #5D5D5D;
  letter-spacing: 0.1em;
  background-color: #F9F9F9;
  clear:both;
}

footer p,
footer a {
  margin: 0;
  font-size: 12px !important;
  font-family: 'Noto Serif', serif !important;
  color: #5D5D5D;
  letter-spacing: 0.1em;
}

footer .container {
  text-align: center;
  max-width: 100% !important;
  padding: 0 75px;
  margin: 0;
}

footer .footer-logo {
  margin: 0 auto 23px;
  display: block;
}

footer .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 19px;
}

footer .menu{
  margin: 16px 0 23px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .menu li {
  position: relative;
}

footer .menu li::after {
  content: '|';
  margin: 0 15px;
}

footer .menu li:last-child:after {
  display: none;
}

footer .copyright {
  padding: 20px 0 27px 0;
  border-top: 1px solid #B3B3B3;
}


@media screen and (max-width: 768px ) {
  footer {
    padding-top: 30px !important;
    line-height: 1em;
  }

  footer .container {
    padding: 0 16px;
  }

  footer .footer-logo {
    margin: 0 auto 20px;
  }

  footer .footer-logo img {
    max-width: 179px;
  }

  footer p, footer a {
    font-size: 9px !important;
  }

  footer .socials {
    margin-top: 17px;
    gap: 18px;
  }

  footer .menu{
    margin: 13px 0 35px 0;
  }

  footer .menuli::after {
    margin: 0 5px;
  }
}