footer {
  border-top: 3px solid #F0A928;
  background-color: #2C2D2E;
  color: white;
  min-height: calc(100vh - 114px);
  height: 760px;
  /* margin-top: 40px; */
  display: flex;
  flex-direction: column;
}

footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  text-align: center;
  gap: 20px;
}

footer .footer-wrapper * {
  order: 2;
}

footer .footer-wrapper .logo {
  order: 1;
  width: 200px;
}

footer .related {
  display: flex;
  flex-direction: column;
}

footer .related a {
  text-decoration: none;
  color: white;
}

footer .phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer .bold {
  font-weight: bold;
}

footer .small {
  font-size: 13px;
}

footer .footer-bottom {
  width: 100%;
  background-color: #141414;
  padding-bottom: 40px;
}

footer .footer-bottom p {
  font-size: 10px;
  color: white;
  text-align: center;
}

footer .phone-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

footer .link,
footer .link:visited,
footer .link:active {
  text-decoration: none;
  color: white;
}

footer .social-media-icons {
  display: flex;
  flex-direction: row;
}