@media (max-width: 1200px) {
    .filter-section {
        flex-direction: column;
    }

    .filter-section .filter-items {
        flex-direction: column;
        width: 100%;
    }

    .filter-section .filter-item select {
        width: 100%;
    }

    .filter-section .filter-items .range-slider {
        width: 100%;
    }

    .filter-section .filter-item {
        width: 100%;
    }

    .filter-section .mobile-menu-filter span:first-child:hover {
        color: green;
    }

    .section-full {
        padding: 10px !important;
    }

    .site-button.green {
        width: 100%;
        margin-top: 30px;
    }

}