.cohoma-site-footer {
	background: #6a2f0d;
	color: #fff;
	padding: 72px 0 76px;
}

.cohoma-site-footer,
.cohoma-site-footer * {
	box-sizing: border-box;
}

.cohoma-site-footer__inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.cohoma-site-footer__grid {
	display: grid;
	gap: 32px 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cohoma-site-footer__column {
	margin: 0;
	min-width: 0;
	padding: 0;
	text-align: left;
}

.cohoma-site-footer__heading {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 13px;
	padding: 0 0 8px;
	text-align: left;
	text-transform: uppercase;
}

.cohoma-site-footer address,
.cohoma-site-footer p,
.cohoma-site-footer ul {
	color: #fff;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.cohoma-site-footer address {
	font-style: normal;
}

.cohoma-site-footer__company-name,
.cohoma-site-footer__address,
.cohoma-site-footer__contact-group span,
.cohoma-site-footer__contact-group a {
	display: block;
}

.cohoma-site-footer__contact-group {
	margin-top: 24px !important;
}

.cohoma-site-footer__menu,
.cohoma-site-footer__social-links {
	list-style: none;
	padding: 0;
}

.cohoma-site-footer__menu li {
	line-height: 1.4;
	margin: 0;
}

.cohoma-site-footer__menu li + li {
	margin-top: 14px;
}

.cohoma-site-footer a,
.cohoma-site-footer a:visited {
	color: #fff;
	text-decoration: none;
}

.cohoma-site-footer a:hover,
.cohoma-site-footer a:focus-visible {
	color: #f6e7dd;
}

.cohoma-site-footer a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.cohoma-site-footer__featured-link {
	background: #633947;
	border: 2px solid #fff;
	display: inline-block;
	padding: 2px 4px;
}

.cohoma-site-footer__social-links {
	display: flex;
	gap: 14px;
	line-height: 1;
}

.cohoma-site-footer__social-links a {
	display: inline-flex;
	height: 24px;
	width: 24px;
}

.cohoma-site-footer__social-links svg {
	fill: #fff;
	height: 100%;
	width: 100%;
}

.cohoma-site-footer__social-links rect,
.cohoma-site-footer__social-links circle:not(.cohoma-site-footer__instagram-dot) {
	fill: none;
	stroke: #fff;
	stroke-width: 1.8;
}

.cohoma-site-footer__instagram-dot {
	fill: #fff;
}

@media (max-width: 767px) {
	.cohoma-site-footer {
		padding: 68px 0 76px;
	}

	.cohoma-site-footer__inner {
		padding: 0 14px;
	}

	.cohoma-site-footer__grid {
		gap: 20px 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cohoma-site-footer__heading {
		font-size: 17px;
	}

	.cohoma-site-footer address,
	.cohoma-site-footer p,
	.cohoma-site-footer ul {
		font-size: 14px;
	}

	.cohoma-site-footer__contact-group {
		margin-top: 22px !important;
	}

	.cohoma-site-footer__menu li + li {
		margin-top: 13px;
	}

	.cohoma-site-footer__email {
		overflow-wrap: normal;
	}
}

@media (max-width: 420px) {
	.cohoma-site-footer__grid {
		gap: 24px 18px;
	}
}
