.c-footer-links {
	background: #23282e;
	color: #fff;
	padding: 64px 0;
}

.c-footer-links__nav-list {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
	font-size: 13px;
}

.c-footer-links__nav-list--bottom {
	margin-bottom: 0;
}

.c-footer-links__nav-list li {
	display: inline-block;
}

.c-footer-links__nav-list a {
	display: inline-block;
	color: #707b83;
	padding: 4px 6px;
	border-radius: 3px;
	line-height: 1;
}

.c-footer-links__nav-list a.active {
	background: #fff;
}

.c-footer-links__nav-list a:hover {
	background: #fff;
}

.c-footer-links__row .columns:first-child {
	padding-left: 0;
}

.c-footer-links__row .columns:last-child {
	padding-right: 0;
}

.c-footer-links__list {
	list-style: none;
	font-size: 12px;
}

.c-footer-links__list li {
	line-height: 1.5;
}

.c-footer-links__list a {
	color: #fff;
	line-height: 1;
}

.c-footer-links__list a:hover {
	text-decoration: underline;
}

.c-footer-links__loading {
	width: 100%;
	height: 32px;
	background-image: url('../images/bx_loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.c-footer-links__loading > div {
	display: none;
}

.c-footer-links__loading + .c-footer-links__nav-list--bottom {
	display: none;
}
