
    /* RESPNSYWNE MENU ORAZ HEADER */

        
    @media only screen and (min-width: 1px) and (max-width: 361px) {
        .disabled-mobiled-1-360 {
            display: none !important;
        }
    }

            
    @media only screen and (min-width: 1px) and (max-width: 992px) {
        .disabled-mobiled-1-992 {
            display: none !important;
        }
    }

    @media only screen and (min-width: 361px) and (max-width: 992px) {
        .disabled-mobiled-361-992 {
            display: none !important;
        }
    }
