html {
font-family: 'Open Sans', sans-serif;
color: #ffffff;
font-size: 14px;
line-height: 1.1;
background: #353536 url(/assets/img/fon.png);
}
html:before {
background-size: 100%;
content: '';
position: fixed;
width: 100%;
background: #353536 url(/assets/img/fon.png);
height: 100%;
z-index: -2;
}