/* --- Footer (тёмный) --- */
.sl-site-footer{
	background: #070a14;
	color: rgba(255,255,255,.92);
	border-top: 1px solid rgba(255,255,255,.06);
}

.sl-site-footer__inner{
	min-height: 120px;
	padding: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.sl-site-footer__title{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 6px;
}

.sl-site-footer__copy{
	font-size: 13px;
	color: rgba(255,255,255,.60);
}

.sl-site-footer__links a{
	font-size: 14px;
	color: rgba(255,255,255,.86);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 991px){
	.sl-site-footer__inner{
		flex-direction: column;
		align-items: flex-start;
		min-height: auto;
	}
}