jQuery(document).ready(function(){

jQuery(".o_nas").click(function () { 
    jQuery(".informacja").toggle();
    
    }

    );

  });

