.cp_telegram-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 995;

    bottom: 55px;
    right: 16px;
    width: 44px;
    height: 44px;

    background-color: var(--brand-color, #FF9000);
    border-radius: 50%;
}

@media (max-width: 992px) {
    .cp_telegram-widget {
        display: none;
    }
}