The screenshot you posted is not a valid certificate from facebook. Here is a screenshot of the valid certificate:

Notice your screenshot has DO_NOT_TRUST_FiddlerRoot and mine does not. This is the cause of the behaviour you are observing. Something you installed installed the FiddlerRoot certificate. Performing a search for "do_not_trust_fiddlerroot" will return many hits for this issue, including how to fix the issue.
<edited>
Note that while Fiddler is legitimate web debugging software that installs a certificate to enable debugging HTTPS sites, it's possible this was installed by some malware (according to some of the search results I got), especially if you've never installed Fiddler on your system.
--
Maria
so I have fixed the problem, I followed a lot of steps from other sites, so I will post it here in case someone ever gets to that:
"In fact you should delete all of DO_NOT_TRUST_FiddlerRoot certificates. There's an adware that installs those certificates and injects encrypted HTML advertising content from various websites, hence SSL certificate.
To find more of your certificates:
Open mmc.exe (hold windows logo and press R, write it in and press enter) --> Crtl + M --> Certificates --> Click Add > --> My User account --> Click Finish --> Click OK
now just open every single folder and delete every single DO_NOT_TRUST_FiddlerRoot certificate you will find."
after that, I downloaded from DigiCert Root Certificates - Download & Test | DigiCert.com three certificates:
- DigiCert High Assurance EV Root CA
- DigiCert SHA2 Extended Validation Server CA
- DigiCert High Assurance CA-3
Then I installed those three certificates just by doubleclicking them and clicking "Install certificate" (or so).
After that was done, I went to Chrome's settings, opened advanced settings, clicked "Change proxy settings" and then "Settings of LAN Network" (or so) and found out I have box saying: "Use automatic configuration script" ticked and there was this address "http://localhost.domains/localhost.local" I have no idea what that is, so I deleted it, unticked the box and left only "automatically find out settings"(or so) ticked and refreshed Chrome, opened FB/Youtube and everything was working fine! So I guess one of those three things was the issue, but its all fixed, thank you for helping me to find out it is the certificate's fault! Couldnt find my problem anywhere, so I wrote here and now its fixed, thank you very much!