Header changes on Google Chrome

Hello, I edited header with some css code:

.bottom-header{
display: none;
}
.home .bottom-header{
display: block;
}

#header .top-header {
    padding-top: 10px;
    padding-bottom: 0px;
}

and it works correctly on Microsoft Edge, Mozzila or other browser, but on Google chrome, header become default and css code is not working. Any solutions?

P.S. Sorry for my English, not a main language.

Website is: http://nanogo.freecluster.eu/

hi @kristupaspesys,

Could you tell me what you want to achieve?

Thank you,

Cristian