/* ------------------------------------------- */
/* FOOTER */
/* ------------------------------------------ */

footer {
  color: #83878a;
}

footer .title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}

footer .social-icons a {
  font-size: 25px;
  margin-right: 10px;
  color: #83878a;
  transition: 0.1s ease-in-out;
}

footer .social-icons a:hover {
  opacity: 0.8;
}

footer .social-icons a:last-child {
  margin-right: 0;
}

footer .contacts a {
  text-decoration: none;
  color: #83878a;
  transition: 0.1s ease-in-out;
}

footer .contacts a:hover {
  opacity: 0.8;
}

footer .copyright,
.copyright a {
  text-decoration: none;
  font-size: 14px !important;
  color: #83878a;
  transition: 0.1s ease-in-out;
}

footer .copyright a:hover {
  opacity: 0.8;
}

footer .footer-menu li a {
  display: block;
  color: #83878a;
  transition: .1s ease-in-out;
  margin-bottom: 5px;
  text-decoration: none;
}

footer .footer-menu li a:hover {
  text-decoration: underline;
}

footer .footer-menu li a::before {
  content: '- ';
}

/* footer .up-button {
  height: 40px;
  width: 40px;
  background-color: #f5f5f5;
  color: #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 10px;
} */