OK. Solution was so simple. I am on windows and there is file named hosts on the path C:\Windows\System32\drivers\etc. just edit this file and add this line:
127.0.0.1 localhost
Sometimes some application during the installation edits this file and replaces
127.0.0.1 localhost
with 0.0.0.0 localhost
so you need to fix it manually.