<div class="footer fix-botoom">
<div class="footer-col">
Контакты
</div>
</div>
.footer {
background-color: #f5f5f5;
font-size: 10px;
z-index: 1000;
}
.footer-col {
text-align: left;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}