.site-header .call {
  gap: 8px;
  border-color: #7626b5;
  background: #7626b5;
  color: #fff;
  box-shadow: 0 8px 22px rgba(118, 38, 181, 0.2);
}

.site-header .call::before {
  content: "☎";
  font-size: 16px;
  line-height: 1;
}

.site-header .call:hover {
  border-color: #4c117a;
  background: #4c117a;
  color: #fff;
}
