.social-links__icon{
  width: 21px;
  height: 21px;
  display: block;
}

.social-links__icon.telegram-icon,
.social-links__icon.github-icon{
  width: 19px;
  height: 19px;
}

.social-links__icon.youtube-icon{
  width: 23px;
  height: 23px;
}

.social-links__icon.rutube-icon{
  width: 21px;
  height: 21px;
}

/* Disable green hover fill for footer social icons */
.social-link:hover .social-links__icon{
  fill: #0070c5;
}

