@charset "ISO-8859-1";

footer.mainblock {
	background: #4F3B3D;
	padding: 1.875rem 0;
	position: fixed;
	bottom: 0;
}

footer ul li:after, footer.mainblock.footer-home:after {
	position: absolute;
	content: '';
}

footer.mainblock.footer-home:after {
	background-image: url(../../images/footerBottomImg.png);
	background-size: contain;
	width: 100%;
	bottom: 0;
	height: 0.625rem;
	left: 0;
}

footer ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

footer ul li {
	display: inline-block;
	padding-right: 1.25rem;
	position: relative;
}

footer ul li a {
	color: #fc6;
	transition: .5s;
}

footer ul li:hover a {
	color: #f5f5f5 !important;
	transition: .5s;
}

footer ul li:after {
	border-right: 0.0625rem solid #c56f21;
	right: 0.5625rem;
	width: 0.0625rem;
	height: 0.75rem;
	top: 0.375rem;
}

footer ul li:last-child:after {
	display: none;
}

p.copy-text {
	float: right;
	margin-bottom: 0;
	color: #fc6;
}

footer ul li a, p.copy-text {
	font-weight: 300;
	font-size: 0.875rem;
}
