.telegram-button {
  position: fixed;
  right: 130px;
  bottom: 40px;
  z-index: 9999;
}

.telegram-button__link {
  background: #00BCE7;
  border-radius: 45px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 256px;
  height: 46px;
  outline: none;
  position: relative;
  transition: 1s ease-in-out;
  transition-property: background;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
}

.telegram-button__link:hover {
  background: #0097b8;
}

.telegram-button__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}
