.elementor-4590 .elementor-element.elementor-element-e4341fb{width:var( --container-widget-width, 98.088% );max-width:98.088%;--container-widget-width:98.088%;--container-widget-flex-grow:0;}/* Start custom CSS for section, class: .elementor-element-188204cc *//* Стиль секции */
.my-section {
    position: relative;
    background-image: url(http://icao.kai.edu.ua/wp-content/uploads/2026/02/11_02_26_2.jpg); /* Замените на свой путь */
    background-size: cover;
    background-position: center;
    height: 100vh; /* Высота секции */
    overflow: hidden;
}

/* Анимация для движения фона */
@keyframes moveBackground {
    0% {
        background-position: center center;
    }
    50% {
        background-position: 50% 50%; /* Изменение фона для эффекта удаления */
    }
    100% {
        background-position: center center;
    }
}

/* Применение анимации */
.my-section {
    animation: moveBackground 15s ease-in-out infinite; /* 15s - длительность анимации */
}/* End custom CSS */