
#site-contacts .cw-badge::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: currentColor;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 20px 20px;

  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px 20px;
}
#site-contacts .cw-badge.icon-ig::before {
  -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/brand-instagram.svg');
  mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/brand-instagram.svg');
}
#site-contacts .cw-badge.icon-li::before {
  -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/brand-linkedin.svg');
  mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/brand-linkedin.svg');
}
#site-contacts .cw-badge.icon-fb::before {
  -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/brand-facebook.svg');
  mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/brand-facebook.svg');
}
#site-contacts .cw-badge.icon-phone::before {
  -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/phone.svg');
  mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/phone.svg');
}
#site-contacts .cw-badge.icon-mail::before {
  -webkit-mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/mail.svg');
  mask-image: url('https://cdn.jsdelivr.net/gh/tabler/tabler-icons/icons/mail.svg');
}
