.telegram-fab{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));z-index:30;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#229ed9;color:#fff!important;box-shadow:0 8px 24px #12689455;text-decoration:none;transition:transform .18s,box-shadow .18s}
.telegram-fab:hover,.telegram-fab:focus-visible{transform:translateY(-3px);box-shadow:0 11px 28px #12689477;outline:3px solid #fff;outline-offset:2px}
.telegram-fab svg{width:29px;height:29px;fill:currentColor}
.office-layout .telegram-fab{display:none}
@media(max-width:650px){.telegram-fab{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){.telegram-fab{transition:none}}
