.footer {
width: 100%;
box-sizing: border-box; 
min-height: 80px;
margin: 10px 0 0 0;
padding: 8px;
color: #fff;
font-size: 10px;
font-weight: 400;
background: linear-gradient(#2d69ad, #00346d);

display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-counters {
display: block;
box-sizing: border-box; 
color: #fff;
padding: 6px 0 0 0;
text-align: center;
}

.footer-text {
width: 100%;
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
}

.footer-link, .down, .down:link {
margin: 0;
color: #fff;
}
.down {
	text-decoration: underline;
}
