/* Footer */
.site-foot {
	background: #141416;
	color: #E5E3FD;
	font-size: 14px;
	padding: 10px 0;
}
.site-foot a {
	color: inherit;
	text-decoration: none;
}
.site-foot h4,
.site-foot .h4 {
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
}
.site-foot ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-foot .social {
	white-space: nowrap;
}
.site-foot .social li {
	display: inline-block;
}
.site-foot .social li + li {
	margin-left: 8px;
}
.site-foot .logo {
	width: 112px;
	height: 50px;
}
.site-foot .icon {
	width: 24px;
	height: 24px;
	--fill: #E5E3FD;
	--fill-1: #141416;
}
.site-foot-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #141416;
}
.site-foot-top .menu {
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-foot-top .menu>*+* {
	margin-left: 1.5em;
}
.site-foot-top>.container>.span {
	padding: 30px 0 20px;
	border-bottom: 1px solid #81838C;
}
.site-foot-top>.container>.span>*+* {
	margin-top: 12px;
}
.site-foot-nav li {
	margin-top: .75em;
	font-weight: 300;
	line-height: 1.1;
}
.site-foot-inf {
	font-weight: 300;
}
.site-foot-inf a {
	text-decoration: underline;
}
.site-foot-inf .menu {
	margin: 2em 0;
}
.site-foot>.container>* {
	padding: 30px 0;
}
.site-foot>.container>*+* {
	border-top: 1px solid #81838C;
}
.site-foot>.container>*>:last-child {
	margin-bottom: 0;
}

/* Media */
@media (max-width: 991px) {
	/* Footer */
	.site-foot {
		text-align: center;
	}
	.site-foot-top .span>*+* {
		margin-top: 20px;
	}
	.site-foot-top>.container>.span {
		padding-bottom: 30px;
	}
	.site-foot-nav>*+* {
		margin-top: 20px;
	}
	.site-foot-inf .menu>*+* {
		margin-top: 12px;
	}
}
@media (min-width: 992px) {
	/* Footer */
	.site-foot-top .span {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.site-foot-top .menu {
		width: 100%;
		margin-left: 3em;
		justify-content: flex-start;
	}
	.site-foot-nav {
		display: flex;
		justify-content: space-between;
	}
	.site-foot-nav>* {
		width: 23%;
	}
	.site-foot-inf .menu {
		display: flex;
		align-items: center;
	}
	.site-foot-inf .menu>*+* {
		margin-left: 1.5em;
	}
}
