.contacts-wrap {
  margin: 20px 0 20px;
}
.contacts-wrap a {
  color: var(--black);
  text-decoration: none;
}

.contacts-address, .contacts-phone, .contacts-email {
  margin-bottom: 20px;
}
.contacts-address-header, .contacts-phone-header, .contacts-email-header {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 12px;
  padding-left: 36px;
  position: relative;
}
.contacts-address-header:before, .contacts-phone-header:before, .contacts-email-header:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: calc(50% - 12px);
  background: url("images/pin.svg") 50% 50% no-repeat;
}

.contacts-phone-header:before {
  background-image: url("images/phone.svg");
}

.contacts-email-header:before {
  background-image: url("images/email.svg");
}

.soc-contacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.soc-contacts > a {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px var(--black);
  font-size: 16px;
  font-weight: 500;
  padding: 7px 32px 7px 46px;
  border-radius: 40px;
  color: var(--black);
  text-decoration: none;
  position: relative;
}
.soc-contacts > a:hover {
  background: var(--black);
  color: var(--white);
  text-decoration: none;
}
.soc-contacts > a:hover:before {
  background-image: url("images/telegram_w.svg");
}
.soc-contacts > a:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 20px;
  top: calc(50% - 9px);
  background: url("images/telegram.svg") 50% 50% no-repeat;
}
.soc-contacts > a.soc-contacts-linkedin:before {
  background-image: url("images/linkedin.svg");
}
.soc-contacts > a.soc-contacts-linkedin:hover:before {
  background-image: url("images/linkedin_w.svg");
}
.soc-contacts > a.soc-contacts-tenchat:before {
  background-image: url("images/tenchat.svg");
}
.soc-contacts > a.soc-contacts-tenchat:hover:before {
  background-image: url("images/tenchat_w.svg");
}

/*# sourceMappingURL=style.css.map */
