.footer {
  /* max-width: calc(500px * 0.86); */
  width: 86%;
  max-width: 500px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 67px auto 35px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.footer__contact {
  display: flex;
  text-decoration: none;
  background: transparent;
  align-items: center;
  border: 0;
  margin: 7px 0 0;
  padding: 0;
}

.footer__contact-button {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border: 0;
  border-radius: 99em;
  margin: 0 12px 0 0;
  padding: 0;
}

.footer__contact-button-mail {
  background: transparent;
  border-radius: 0;
}

.footer__contact-button-whatsapp {
  background: #0da300;
}

/* .footer__contact-button-call {

} */

.footer__contact-button:last-child {
  margin-bottom: 0;
}

.footer__contact-button:active {
  width: 19px;
  height: 19px;
}

.footer__contact-button-img {
  width: 65%;
  height: 65%;
  display: block;
  margin: 0;
}

.footer__contact-button-mail-img {
  width: 100%;
  height: 100%;
}

/* .footer__contact-button-whatsapp-img {

} */

/* .footer__contact-button-call-img {

} */

.footer__contact-text {
  min-width: max-content;
  line-height: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.footer__text {
  display: block;
  align-self: start;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
  color: #8B8B8B;
  text-decoration: none;
  margin: 16px auto 0 10%;
}
