.socialfollow-discord {
  background: url('../../assets/icon/discord.svg') center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.tlt__icons a {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.socialfollow-telegram {
  background: url('../../assets/icon/telegram.png') center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.socialfollow-whatsapp {
  background: url('../../assets/icon/whatsapp.png') center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.socialfollow-vkontakte {
  background: url('../../assets/icon/vk.png') center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.socialfollow-odnoklassniki {
  background: url('../../assets/icon/ok.png') center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
