/* Official Telegram and VK marks inside the existing product UI containers. */
.platform-mark {
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.platform-mark.telegram { background: #2aabee; }
.platform-mark.vk { background: transparent; }
.platform-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.platform-mark.telegram img {
  width: 68%;
  height: 68%;
}

.vk-lock-icon img {
  width: 44px;
  height: 44px;
}
