.elementor-1187 .elementor-element.elementor-element-5fd05e10{--display:flex;}.elementor-1187 .elementor-element.elementor-element-74ac507 .e-contact-buttons{--e-contact-buttons-button-icon:var( --e-global-color-secondary );--e-contact-buttons-button-bg:var( --e-global-color-primary );--e-contact-buttons-button-icon-hover:var( --e-global-color-secondary );--e-contact-buttons-button-bg-hover:var( --e-global-color-accent );}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-74ac507 *//* Сдвинуть кнопку левее */
.e-contact-buttons {
    right: 35px !important; /* уменьши значение если надо еще левее */
}

/* Уменьшить саму кнопку */
.e-contact-buttons__chat-button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important; 
    min-width: 48px !important;
    min-height: 48px !important;
}

/* Уменьшить иконку внутри */
.e-contact-buttons__chat-button i {
    font-size: 18px !important;
}
.e-contact-buttons__chat-button {
    animation: phonePulse 2s ease-in-out infinite;
}

@keyframes phonePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}/* End custom CSS */