<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.wrapper {
padding-bottom: 155px;
}
footer, .push-footer {
position: fixed;
bottom: 0;
width: 100%;
background: #fff;
height: 155px;
}
</style>
</head>
<body>
<div class="wrapper">
<header>header</header>
<div class="content"></div>
</div>
<footer>footer</footer>
</body>
</html>