.help-contact .help-telegram-intro {
  margin: 0 0 16px;
  color: #fff7be !important;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.help-contact .help-intro-zh {
  display: none;
}

body[data-language="zh"] .help-contact .help-intro-en {
  display: none;
}

body[data-language="zh"] .help-contact .help-intro-zh {
  display: inline;
}

.help-contact .help-copy-zh {
  display: none;
}

body[data-language="zh"] .help-contact .help-copy-en {
  display: none;
}

body[data-language="zh"] .help-contact .help-copy-zh {
  display: inline;
}

.help-contact > .telegram-standalone {
  min-height: 92px;
  margin: 110px 0 20px;
  border: 0 !important;
  background: #0088cc !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.30) !important;
}

.help-contact > .telegram-standalone b,
.help-contact > .telegram-standalone small,
.help-contact > .telegram-standalone .plane,
.help-contact > .telegram-standalone .external {
  color: #ffffff !important;
  text-shadow: none !important;
}

.help-contact > .telegram-standalone svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.help-contact > .telegram-standalone .plane .solid {
  fill: #ffffff !important;
  stroke: none !important;
}

.help-contact .support-panel-other {
  margin-top: 0;
}

.help-contact .support-panel-other .help-contact-card:first-child {
  margin-top: 0;
}

.help-contact .support-panel-other .help-contact-card,
.help-contact .support-panel-other .help-contact-card b,
.help-contact .support-panel-other .help-contact-card small,
.help-contact .support-panel-other .help-contact-card .plane,
.help-contact .support-panel-other .help-contact-card .external {
  color: #ffffff !important;
  text-shadow: none !important;
}

.help-contact .support-panel-other .help-contact-card {
  background: #000000 !important;
}

.help-contact .support-panel-other .help-contact-card svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.help-contact .support-panel-other .help-contact-card .plane .solid {
  fill: #ffffff !important;
  stroke: none !important;
}

@media (max-width: 600px) {
  .help-contact .help-telegram-intro {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .help-contact > .telegram-standalone {
    min-height: 74px;
    margin: 110px 0 18px;
  }
}
