/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 09:53:11 */
footer {
	position: relative;
}



footer:after {
	content: '';
    position: absolute;
    width: 50%;
    right: 0;
    top: -100px;
    height: 80px;
    background: url('https://roadmap.polaris.org.ua/wp-content/uploads/2025/07/footer-darksize.svg');
	background-repeat: no-repeat;
/* 	background-size: 450px; */
	background-position: left top;
	padding-left: 35px;
}

.page-id-12 footer:after {
	content: '';
    position: absolute;
    width: 50%;
    right: 0;
    top: -100px;
    height: 80px;
    background: url('https://roadmap.polaris.org.ua/wp-content/uploads/2025/07/footer-whitesize.svg');
	background-repeat: no-repeat;
/* 	background-size: 450px; */
	background-position: left top;
	padding-left: 35px;
}

@media (max-width: 767px) {
	footer:after, .page-id-12 footer:after {
		width: 88%;
		background-size: contain;
		right: 50%;
		transform: translateX(50%);
		top: -64px;
	}
	
/* 	footer:after {
		
	} */
}