.floating-telegram{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#229ED9;box-shadow:0 4px 14px rgba(0,0,0,.3);z-index:9999;transition:transform .15s ease,box-shadow .15s ease}.floating-telegram:hover{transform:scale(1.08);box-shadow:0 6px 18px rgba(0,0,0,.35)}.floating-telegram svg{width:26px;height:26px;fill:#fff;margin-left:-2px}@media (max-width:768px){.floating-telegram{right:14px;bottom:14px;width:50px;height:50px}.floating-telegram svg{width:23px;height:23px}}