/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 13 2026 | 07:43:40 */
@media (max-width: 767px){

    /* Родитель */
    .elementor-element-68ad5ae{
        display:flex !important;
        flex-wrap:nowrap !important;

        overflow-x:auto !important;
        overflow-y:hidden;

        gap:14px;

        padding-bottom:10px;

        -webkit-overflow-scrolling:touch;
        scroll-snap-type:x mandatory;

        grid-template-columns:none !important;
    }

    .elementor-element-68ad5ae::-webkit-scrollbar{
        display:none;
    }

    /* Карточки */
    .elementor-element-68ad5ae > .e-con{
        width:220px !important;
        min-width:80px !important;
        max-width:110px !important;

        flex:none !important;

        scroll-snap-align:start;
    }

}