.telegram-chat-button {
  position: fixed;
  right: 130px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #229ED9;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.telegram-chat-button:hover {
  transform: scale(1.06);
  background: #2BA5E0;
}
.telegram-chat-button__icon {
  width: 28px;
  height: 28px;
  display: block;
}
@media (max-width:480px) {
  .telegram-chat-button {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 600px){.telegram-chat-button{right:85px !important;bottom:25px !important;}}
