footer {
	background-color: var(--brown);
	color: white;
	padding-top: 100px;
	padding-bottom: 34px;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.footer_logo img {
	display: block;
}

ul.footer_socials {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 13px;
}

.footer_social {
	display: block;
	width: 44px;
	height: 44px;
	transition: opacity 0.3s ease;
}

.footer_social:hover {
	opacity: 0.9;
}

.footer_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 44px;
}

.copyright_footer {
	font-size: 12px;
	line-height: 16px;
	color: var(--creme);
	text-align: center;
	margin-bottom: 12px;
}

.copyright_footer a {
	color: var(--creme);
}

.disclaimer_links_footer {
	font-size: 12px;
	line-height: 16px;
}

ul.disclaimer_links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: center;
}

.disclaimer_links a {
	color: var(--creme);
}

.footer_social.facebook {
	background-image: url(../img/facebook-circle.svg);
}

.footer_social.instagram {
	background-image: url(../img/instagram-circle.svg);
}

.footer_social.pinterest {
	background-image: url(../img/pinterest-circle.svg);
}

.footer_social.linkedin {
	background-image: url(../img/linkedin-circle.svg);
}

.footer_social.youtube {
	background-image: url(../img/youtube-circle.svg);
}

.footer_social.tiktok {
	background-image: url(../img/tiktok-circle.svg);
}

.footer_social.x {
	background-image: url(../img/x-circle.svg);
}

.footer_columns {
	display: flex;
	margin-bottom: 100px;
	gap: 33px;
	font-size: 14px;
}

.footer_column {
	flex: 1;
}

.footer_columns a {
	color: white;
}

.footer_column ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-widget {
	margin-bottom: 50px;
}

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

.title_footer_column {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 17px;
}

.footer_column .menu li {
	margin-bottom: 15px;
}

.footer_column .menu li:last-child {
	margin-bottom: 0;
}

footer .review_badge {
	margin: 0;
}

footer .rating_badge {
	color: white;
}

footer a.review_count_badge {
	text-decoration: underline;
}

footer .container {
	width: calc(1320px + 60px);
}

footer .logo_light {
	display: block !important;
	width: 237px;
	height: auto;
}

@media (max-width: 991px) and (min-width: 767px) {
	.footer_column {
		flex: 0 0 calc(33.33% - 22px);
		margin-bottom: 40px;
	}

	.footer_columns {
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	.mobile_sticky_buttons {
		display: none;
	}
}

@media (max-width: 767px) {
	.footer_columns {
		flex-direction: column;
		gap: 28px;
		margin-bottom: 60px;
	}

	.footer_column {
		text-align: center;
	}

	.footer_header {
		flex-direction: column;
		gap: 70px;
		margin-bottom: 28px;
	}

	footer {
		padding-top: var(--padding-mobile);
	}

	.footer_social {
		width: 40px;
		height: 40px;
		background-size: 100%;
	}

	.title_footer_column {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 10px;
	}

	footer .review_badge {
		margin: auto;
		margin-bottom: 20px;
	}

	section.location_widget {
		background-position: center top;
		padding-top: 25px;
		padding-left: 0;
	}

	section.contact_footer a {
		display: block;
		padding: 0;
		background-position: center top !important;
		padding-top: 13px;
		margin-bottom: 13px;
	}

	section.contact_footer a:last-child {
		margin-bottom: 0;
	}

	.footer_columns a,
	.location_details {
		color: #BCBCBC;
	}

	.copyright_footer p {
		font-size: 12px;
	}

	ul.disclaimer_links li {
		flex: 0 0 calc(50% - 10px);
		text-align: center;
	}

	ul.disclaimer_links {
		flex-wrap: wrap;
		gap: 15px;
	}

	.copyright_footer {
		margin-bottom: 16px;
	}

	.mobile_sticky_buttons {
		box-shadow: 0px -6px 12px #00000014;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: white;
		padding: 10px 16px;
		display: none;
		gap: 15px;
		z-index: 1;
	}

	.show_mobile_sticky_buttons .mobile_sticky_buttons {
		display: flex;
	}

	.mobile_sticky_button.secondary {
		width: 49px;
	}

	.mobile_sticky_button.primary {
		flex: 1;
		max-width: 350px;
	}

	.show_mobile_sticky_buttons footer {
		padding-bottom: 100px;
	}
}
