footer {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 40px;
  bottom: 0;
  color: #fff;
}

.footer-navigation p.company-name {
  color: var(--bs-dark-border-subtle);
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}

.footer-contacts {
  padding-top: 40px;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }
}

.footer-contacts p {
  display: inline-block;
  color: var(--bs-body-bg);
}

.footer-contacts p a {
  color: #5383d3;
  text-decoration: none;
}

.fa.footer-contacts-icon {
  background-color: #33383b;
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 10px 15px 10px 0;
}

span.new-line-span {
  display: block;
  font-weight: normal;
  font-weight: normal;
  font-size: 14px;
}

.footer-about h4 {
  margin-top: 17px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.footer-about p {
  line-height: 20px;
  color: var(--bs-body-bg);
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

div.social-links {
  display: block;
  margin-top: 5px;
  color: #fff;
}

.social-links a {
  margin: 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 14px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  box-shadow: 1px 1px 4px 1px #646464;
}

