.page-footer {
	background: var(--white);
    margin-top: auto; 
    position: relative;
}

.page-footer a:not(.btn) { 
	background-size: 0px 0px;
}

.footer-top{
	padding-top: 68px;
}

.footer-logo {
	max-width: 236px;
	margin-bottom: 25px;
}

.footer-top-info h3 {
	font-family: var(--primary-font);
	font-size: 18px;
	font-weight: 500;
	color: var(--loyal-blue);
	text-transform: uppercase;
	padding-bottom: 12px;
}

.footer-top-info ul {
	padding: 0;
	margin: 0;
}

.footer-top-info ul li:before {
	display: none;
}

.footer-top-info ul li {
	padding-left: 25px;
	color: #101010;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer-top-info ul li a {
	color: #101010;
	font-size: 17px;
	font-weight: 400;
	border-bottom: none;
}

.footer-top-info ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--neon-green);
    font-size: 15px;
    font-weight: 700;
}

.footer-top-info ul li i.icon-mail {
	font-size: 15px;
}

.footer-top-map {
    border-radius: 10px;
    height: 246px;
    overflow: hidden;
    margin: 32px 0 40px;
}

.footer-top-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-top-content h4 {
	font-size: 28px;
	color: var(--loyal-blue);
	padding-bottom: 25px;
	text-align: center;
	line-height: 1.35em;
	text-transform: none;
	font-weight: 700;
}

.footer-top-content {
	text-align: center;
	margin-bottom: 50px;
}

.footer-bottom ul {
	padding: 0;
	margin: 0 0 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-bottom ul li:before {
	display: none;
}

.footer-bottom ul li {
    padding: 0 20px;
    color: #626262;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-bottom ul li a {
	color: #626262;
	font-size: 17px;
	font-weight: 400;
	border-bottom: none;
}

.footer-logo a {
	display: inline-block;
	border: none;
}

.footer-logo a.site-logo-footer {
	background: transparent;
}

.back-to-top {
	text-align: center;
}

.back-to-top a {
	font-weight: 400;
	border: none;
	font-size: 17px;
	color: var(--aqua-blue) !important;
}

.back-to-top i {
	display: inline-block;
	transform: rotate(180deg);
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	padding-right: 5px;
}

@media (min-width: 768px) {
	.footer-top-wrapper {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
	}

	.footer-top-content {
	    width: 100%;
	    margin: 30px auto 50px;
	    max-width: 360px;
	}

	.footer-top-map {
		width: 290px;
		margin: 0;
	}

	.footer-top-info {
		width: calc(100% - 290px);
		padding-right: 47px;
	}

	.footer-bottom ul li {
	    padding: 0 30px;
	    margin-bottom: 10px;
	}

	.footer-bottom ul {
		margin: 0 0 10px 0;
	}

	.footer-top {
	    padding-top: 80px;
	}
}

@media (min-width: 1200px) {
	.footer-top-map {
	    width: 307px;
	    margin: 0;
	}

	.footer-top-info {
		width: 330px;
		padding-right: 0;
	}

	.footer-top-content {
	    margin: 0;
	    position: absolute;
	    top: 0;
	    left: 50%;
	    transform: translate(-50%, 0);
	}

	.footer-bottom {
		margin-top: 47px;
	}

	.footer-top-info ul li a:hover {
		color: #0c648b;
	}

	.footer-bottom ul li a:hover {
		color: #000;
	}

	.footer-bottom ul li {
    	padding: 0 30px;
    	margin: 0;
    }

    .footer-bottom ul {
	    margin: 0 0 19px 0;
	}

	.card-icon.has-card-icon-js + footer {
		margin-top: -314px;
	}

	.page-footer a:not(.btn):not(.site-logo):hover {
		background-size: 4px 50px;
		color: #0c648b; 
	}
}