/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 06 2026 | 19:46:45 */
header .elementor-widget-image img {
    transition: all 0.3s ease;
}

/* когда меню становится sticky */
.elementor-sticky--effects ~ * .elementor-widget-image img,
.elementor-sticky--effects .elementor-widget-image img {
    max-height: 50px;
    width: auto;
}