.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  text-decoration: none;
}

.footer-social.fb {
  background-color: #DED8CB;
  -webkit-mask: url("https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg") no-repeat center;
  mask: url("https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg") no-repeat center;
  -webkit-mask-size: 18px;
  mask-size: 18px;
  transition: background-color 200ms ease;
}

.footer-social.fb:hover {
  background-color: #F4F3EF;
}

/* Peida Tilda suur punane veakast (global error message) */
.t-form__errorbox-wrapper,
.t-form__errorbox {
  display: none !important;
}