/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 15 2026 | 06:56:28 */
@media (max-width: 767px) {

    .elementor-element-b289e23 {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;

        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;

        padding-bottom: 10px;
    }

    .elementor-element-b289e23 > a {
        min-width: 210px; /* ширина карточки */
        flex: 0 0 auto;

        scroll-snap-align: start;
    }

    /* скрыть скроллбар */
    .elementor-element-b289e23::-webkit-scrollbar {
        display: none;
    }

    .elementor-element-b289e23 {
        scrollbar-width: none;
    }
}