﻿.footer-sitemap {
	background: #000000;
	padding: 70px 85px 50px;
}

.footer-sitemap__grid {
	row-gap: 10px;
}

.footer-sitemap__col {
	margin-bottom: 24px;
}

.footer-sitemap__section {
	margin-bottom: 34px;
}

.footer-sitemap__section:last-child {
	margin-bottom: 0;
}

.footer-sitemap__heading {
	color: rgba(255, 255, 255, 0.45);
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: none;
}

.footer-sitemap__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-sitemap__list li {
	margin: 0 0 12px;
	line-height: 1.45;
}

.footer-sitemap__list li:last-child {
	margin-bottom: 0;
}

.footer-sitemap__list a {
	color: #ffffff;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-sitemap__list a:hover {
	color: #ff433d;
}

.footer-two .footer-sitemap + .copyright-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 0;
}

.footer-two.has-sitemap-footer {
	background: #000000;
}

.footer-two.has-sitemap-footer .newsletter-title,
.footer-two.has-sitemap-footer .social-links2 a {
	color: #ffffff;
}

.footer-two.has-sitemap-footer .copyright-wrap {
	background: #000000;
	border-color: rgba(255, 255, 255, 0.12);
}

.footer-two.has-sitemap-footer .copyright-text,
.footer-two.has-sitemap-footer .copyright-text a {
	color: rgba(255, 255, 255, 0.72);
}

.footer-two.has-sitemap-footer .copyright-text a:hover {
	color: #ff433d;
}

@media only screen and (max-width: 1600px) {
	.footer-sitemap {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width: 991.98px) {
	.footer-sitemap {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.footer-sitemap__col {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767.98px) {
	.footer-sitemap__heading {
		font-size: 14px;
	}

	.footer-sitemap__list a {
		font-size: 15px;
	}
}
