First test run result: that CSS not optimized properly. https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.tdb.lt%2F
From google optization suggestion I replaced my CSS loading method https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery
After that Insights started not to load CSS at all ( Shows screenshot ).
Replaced CSS loading method with this one: CSS delivery optimization: How to defer css loading? ( RafaSashi's answer ). Pagespeed Insight started to show normally ( with CSS ) but same suggestion appeared - "CSS not optimized properly."
How to load CSS properly so it be loaded in Insights and without the Fixing suggestion?