body, html {
height: 100%;
}
body {
line-height: 1.42;
margin: 0;
font-family: 'OpenSans';
font-weight: bold;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}
* {
box-sizing: border-box;
}
.container {
width: 1060px;
margin: 0 auto;
}
.wrapper {
min-height: 100%;
min-width: 1100px;
overflow: hidden;
}
.wrapper:after {
content: "";
display: block;
height: 77px;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
p {
margin: 0;
}