body.contact .inner-block {
  padding-top: 20px;
}
body.contact p.contact__text {
  text-align: center;
  font-size: 16px;
}
body.contact p.contact__link {
  display: table;
  margin: 20px auto 0;
}
body.contact p.contact__link a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 81px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #e6f6fa;
  border-radius: 10px;
}
body.contact p.contact__link a:hover::before {
  background-image: url("../img/ic_mail_on.svg");
}
body.contact p.contact__link a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  width: 30px;
  height: 23px;
  background-image: url("../img/ic_mail_off.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 23px;
}/*# sourceMappingURL=contact.css.map */