.alh-footer-shortcode {
	align-self: stretch !important;
	box-sizing: border-box !important;
	display: block !important;
	flex: 0 0 100% !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.alh-footer-shortcode *,
.alh-footer-shortcode *::before,
.alh-footer-shortcode *::after {
	box-sizing: border-box;
}

.alh-footer-shortcode > .alh-footer {
	box-sizing: border-box !important;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	min-width: 0 !important;
	width: 100% !important;
}

.elementor-widget-shortcode:has(.alh-footer-shortcode),
.elementor-widget-shortcode:has(.alh-footer-shortcode) > .elementor-widget-container,
.elementor-widget-container:has(> .alh-footer-shortcode),
.elementor-element:has(.alh-footer-shortcode),
.e-con:has(.alh-footer-shortcode),
.e-con-inner:has(.alh-footer-shortcode) {
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.alh-footer {
	--alh-footer-bg: #1F1F1F;
	--alh-footer-heading: #D4C4B0;
	--alh-footer-text: #D4C4B0;
	--alh-footer-link: rgba(212, 196, 176, .88);
	--alh-footer-hover: #FFFFFF;
	--alh-footer-line: rgba(212, 196, 176, .55);
	--alh-footer-icon: #D4C4B0;
	--alh-footer-muted: #D4C4B0;
	--alh-footer-copyright: rgba(212, 196, 176, .78);
	background: var(--alh-footer-bg, #1f1f1f);
	border-radius: var(--alh-footer-radius, 0);
	box-sizing: border-box;
	color: var(--alh-footer-text, #d4c4b0);
	font-family: inherit;
	overflow-x: hidden;
	width: 100%;
}

.alh-footer--width-contained,
.alh-footer--width-content {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--alh-footer-content-max-width, var(--alh-footer-container, 1320px));
}

.alh-footer-shortcode > .alh-footer.alh-footer--width-contained,
.alh-footer-shortcode > .alh-footer.alh-footer--width-content {
	max-width: var(--alh-footer-content-max-width, var(--alh-footer-container, 1320px)) !important;
}

.alh-footer *,
.alh-footer *::before,
.alh-footer *::after {
	box-sizing: border-box;
}

.alh-footer__container {
	margin: 0 auto;
	max-width: var(--alh-footer-content-max-width, var(--alh-footer-container, 1320px));
	min-width: 0;
	padding: var(--alh-footer-padding-top, 56px) var(--alh-footer-padding-right, 24px) var(--alh-footer-padding-bottom, 24px) var(--alh-footer-padding-left, 24px);
	width: 100%;
}

.alh-footer__top {
	align-items: start;
	display: grid;
	gap: 50px;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.alh-footer__menus {
	display: contents;
}

.alh-footer__desktop-contacts,
.alh-footer__copyright-desktop {
	display: none;
}

.alh-footer__copyright-default {
	display: inline;
}

.alh-footer--light {
	--alh-footer-social: #1F1F1F;
	--alh-footer-social-hover: #666666;
	--alh-social-color: #1F1F1F;
	--alh-social-hover: #666666;
	--alh-pinterest-bg: #1F1F1F;
	--alh-pinterest-mark: #FFFFFF;
	--alh-payment-auto-color: #1F1F1F;
}

.alh-footer--dark {
	--alh-footer-social: #D4C4B0;
	--alh-footer-social-hover: #FFFFFF;
	--alh-social-color: #D4C4B0;
	--alh-social-hover: #FFFFFF;
	--alh-pinterest-bg: #D4C4B0;
	--alh-pinterest-mark: #1F1F1F;
	--alh-payment-auto-color: #D4C4B0;
}

.alh-footer--light .alh-footer__social-icon {
	color: #1F1F1F;
}

.alh-footer--dark .alh-footer__social-icon {
	color: #D4C4B0;
}

.alh-footer__brand,
.alh-footer__menu-group {
	min-width: 0;
}

.alh-footer__logo {
	color: var(--alh-footer-text, #d4c4b0);
	display: inline-flex;
	height: var(--alh-footer-logo-height, auto);
	text-decoration: none;
	width: var(--alh-footer-logo-width, 116px);
}

.alh-footer__logo-image {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.alh-footer__logo-fallback {
	border: 1px solid currentColor;
	display: inline-flex;
	font-size: 18px;
	justify-content: center;
	letter-spacing: .04em;
	line-height: 1.3;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.alh-footer__slogan {
	color: var(--alh-footer-text, #d4c4b0);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 24px 0 0;
	max-width: 300px;
}

.alh-footer__contacts {
	margin-top: 28px;
}

.alh-footer__contacts-title,
.alh-footer__menu-title,
.alh-footer__payment-title {
	color: var(--alh-footer-heading, #d4c4b0);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 18px;
}

.alh-footer__contact {
	align-items: flex-start;
	color: var(--alh-footer-link, #d4c4b0);
	display: flex;
	font-size: 16px;
	gap: 10px;
	line-height: 1.55;
	margin-top: 10px;
	overflow-wrap: normal;
	text-decoration: none;
	transition: color .2s ease;
	word-break: normal;
}

.alh-footer__contact span {
	min-width: 0;
}

.alh-footer__icon {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.alh-footer__contact .alh-footer__icon {
	flex: 0 0 20px;
	height: 20px;
	margin-top: 2px;
	width: 20px;
}

.alh-footer-shortcode .alh-footer__contact-icon,
.alh-footer-shortcode .alh-footer__contact-icon svg {
	display: block !important;
	flex: 0 0 20px !important;
	height: 20px !important;
	max-height: 20px !important;
	max-width: 20px !important;
	min-height: 20px !important;
	min-width: 20px !important;
	width: 20px !important;
}

.alh-footer-shortcode .alh-footer__accordion-icon,
.alh-footer-shortcode .alh-footer__accordion-icon svg {
	flex: 0 0 18px !important;
	height: 18px !important;
	max-height: 18px !important;
	max-width: 18px !important;
	min-height: 18px !important;
	min-width: 18px !important;
	width: 18px !important;
}

.alh-footer__socials {
	align-items: center;
	display: flex;
	gap: var(--alh-footer-social-gap-desktop, 24px);
	margin-top: 20px;
}

.alh-footer__social,
.alh-footer__social-link {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--alh-footer-social, var(--alh-footer-icon, #d4c4b0));
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: color .2s ease;
	width: 38px;
}

.alh-footer__social-icon {
	display: block;
	height: 38px;
	width: 38px;
}

.alh-footer__social-icon--facebook {
	height: 34px;
	width: 34px;
}

.alh-footer__social-icon--instagram,
.alh-footer__social-icon--pinterest {
	--alh-social-size: var(--alh-footer-instagram-desktop, 38px);
	height: var(--alh-footer-instagram-desktop, 38px);
	width: var(--alh-footer-instagram-desktop, 38px);
}

.alh-footer__social-icon--pinterest {
	--alh-social-size: var(--alh-footer-pinterest-desktop, 38px);
	display: block;
	flex-shrink: 0;
	height: var(--alh-footer-pinterest-desktop, 38px);
	transition: opacity .2s ease;
	vertical-align: middle;
	width: var(--alh-footer-pinterest-desktop, 38px);
}

.alh-footer__social-icon--facebook {
	--alh-social-size: var(--alh-footer-facebook-desktop, 34px);
	height: var(--alh-footer-facebook-desktop, 34px);
	width: var(--alh-footer-facebook-desktop, 34px);
}

.alh-footer__social-icon--custom {
	background: transparent;
	border: 0;
	display: block;
	flex-shrink: 0;
	height: auto !important;
	object-fit: contain;
	padding: 0;
}

.alh-footer__social-mask {
	background-color: var(--alh-social-color, var(--alh-footer-social, currentColor));
	display: block;
	height: var(--alh-social-size, 38px);
	mask-image: var(--alh-social-mask);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color .2s ease;
	width: var(--alh-social-size, 38px);
	-webkit-mask-image: var(--alh-social-mask);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.alh-footer__social-link:hover .alh-footer__social-mask,
.alh-footer__social-link:focus-visible .alh-footer__social-mask {
	background-color: var(--alh-social-hover, var(--alh-footer-social-hover, currentColor));
}

.alh-footer__social-icon--original {
	color: initial !important;
	fill: initial !important;
	filter: none !important;
	mix-blend-mode: normal !important;
	opacity: 1;
	stroke: initial !important;
}

.alh-footer__pinterest-bg {
	fill: var(--alh-pinterest-bg, currentColor);
}

.alh-footer__pinterest-mark {
	fill: var(--alh-pinterest-mark, #ffffff);
}

.alh-footer__social-link--pinterest:hover .alh-footer__social-icon--pinterest:not(.alh-footer__social-icon--original),
.alh-footer__social-link--pinterest:focus-visible .alh-footer__social-icon--pinterest:not(.alh-footer__social-icon--original) {
	opacity: .8;
}

.alh-footer__accordion-button {
	display: none;
}

.alh-footer__menu-panel,
.alh-footer__menu-panel[hidden] {
	display: block;
}

.alh-footer__menu-link {
	color: var(--alh-footer-link, #d4c4b0);
	display: block;
	font-size: 16px;
	line-height: 1.8;
	overflow-wrap: normal;
	text-decoration: none;
	transition: color .2s ease;
	word-break: normal;
}

.alh-footer__menu-link--text {
	cursor: default;
}

.alh-footer__contact:hover,
.alh-footer__contact:focus-visible,
.alh-footer__social:hover,
.alh-footer__social:focus-visible,
.alh-footer__menu-link:hover,
.alh-footer__menu-link:focus-visible,
.alh-footer__legal-link:hover,
.alh-footer__legal-link:focus-visible,
.alh-footer__accordion-button:focus-visible {
	color: var(--alh-footer-hover, #fff);
	outline-color: currentColor;
	outline-offset: 4px;
}

.alh-footer__social:hover,
.alh-footer__social:focus-visible,
.alh-footer__social-link:hover,
.alh-footer__social-link:focus-visible {
	color: var(--alh-footer-social-hover, var(--alh-footer-hover, #fff));
}

.alh-footer__divider {
	display: none;
}

.alh-footer__payment {
	align-items: center;
	border-top: 1px solid rgba(212, 196, 176, .5);
	display: block;
	grid-column: 1 / -1;
	margin-top: 42px;
	padding-top: 26px;
	text-align: center;
}

.alh-footer__payment-title {
	color: #D4C4B0;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: center;
}

.alh-footer__payment-icons {
	align-items: var(--alh-footer-payment-align, center);
	display: flex;
	flex-wrap: var(--alh-footer-payment-wrap, wrap);
	gap: var(--alh-footer-payment-row-gap, 14px) var(--alh-footer-payment-gap, 18px);
	justify-content: var(--alh-footer-payment-justify, center);
	margin-bottom: var(--alh-footer-payment-margin-bottom, 0px);
	margin-top: var(--alh-footer-payment-margin-top, 0px);
	max-width: var(--alh-footer-payment-max-width, none);
	width: 100%;
}

.alh-footer__payment-icon {
	align-items: var(--alh-payment-align, center);
	background: var(--alh-payment-background, transparent);
	border: var(--alh-payment-border-width, 0px) solid var(--alh-payment-border-color, transparent);
	border-radius: var(--alh-payment-border-radius, 0px);
	box-sizing: border-box;
	color: var(--alh-payment-color, var(--alh-footer-text, #d4c4b0));
	display: inline-flex;
	justify-content: var(--alh-payment-justify, center);
	margin: var(--alh-payment-margin-top, 0px) var(--alh-payment-margin-right, 0px) var(--alh-payment-margin-bottom, 0px) var(--alh-payment-margin-left, 0px);
	max-height: var(--alh-payment-max-height, 54px);
	min-height: var(--alh-payment-max-height, 54px);
	min-width: 0;
	padding: var(--alh-payment-padding-top, 0px) var(--alh-payment-padding-right, 0px) var(--alh-payment-padding-bottom, 0px) var(--alh-payment-padding-left, 0px);
	text-decoration: none;
	transform: translate(var(--alh-payment-offset-x, 0px), var(--alh-payment-offset-y, 0px));
	width: auto;
}

.alh-footer__payment-logo {
	display: block;
	height: var(--alh-payment-height-desktop, auto);
	max-height: var(--alh-payment-max-height, 54px);
	max-width: 100%;
	object-fit: contain;
	width: var(--alh-payment-width-desktop, 72px);
}

.alh-footer__payment-mask {
	aspect-ratio: var(--alh-payment-aspect-ratio, 2.2 / 1);
	background-color: var(--alh-payment-auto-color, currentColor);
	display: block;
	flex: 0 0 auto;
	height: auto;
	mask-image: var(--alh-payment-mask);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: var(--alh-payment-width-desktop, 72px);
	-webkit-mask-image: var(--alh-payment-mask);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.alh-footer__bottom-payments {
	display: none;
}

.alh-footer__secure {
	align-items: center;
	color: #D4C4B0;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	margin-top: 26px;
}

.alh-footer__secure .alh-footer__icon {
	height: 18px;
	width: 18px;
}

@media (min-width: 1025px) {
	.alh-footer--light {
		--alh-footer-bg: #FFFFFF;
		--alh-footer-heading: #1F1F1F;
		--alh-footer-text: #666666;
		--alh-footer-link: #666666;
		--alh-footer-hover: #1F1F1F;
		--alh-footer-line: #CFCFCF;
		--alh-footer-icon: #1F1F1F;
		--alh-footer-muted: #666666;
		--alh-footer-copyright: #555555;
	}

	.alh-footer--dark {
		--alh-footer-bg: #1F1F1F;
		--alh-footer-heading: #D4C4B0;
		--alh-footer-text: #D4C4B0;
		--alh-footer-link: rgba(212, 196, 176, .88);
		--alh-footer-hover: #FFFFFF;
		--alh-footer-line: rgba(212, 196, 176, .55);
		--alh-footer-icon: #D4C4B0;
		--alh-footer-muted: #D4C4B0;
		--alh-footer-copyright: rgba(212, 196, 176, .78);
	}

	.alh-footer__container {
		max-width: var(--alh-footer-content-max-width, var(--alh-footer-container, 1320px));
		min-width: 0;
		padding: var(--alh-footer-padding-top, 56px) var(--alh-footer-padding-right, 24px) var(--alh-footer-padding-bottom, 24px) var(--alh-footer-padding-left, 24px);
		width: 100%;
	}

	.alh-footer__top {
		align-items: start;
		box-sizing: border-box;
		column-gap: 28px;
		display: grid;
		grid-template-columns: 150px minmax(140px, .75fr) minmax(200px, 1fr) minmax(240px, 1.15fr) minmax(330px, 1.4fr);
		height: auto;
		min-width: 0;
		min-height: 0;
		padding-bottom: 8px;
		padding-top: 8px;
		row-gap: 0;
		width: 100%;
	}

	.alh-footer__menus {
		display: contents;
	}

	.alh-footer__brand {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.alh-footer__menu-group {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.alh-footer__brand .alh-footer__contacts,
	.alh-footer__brand .alh-footer__socials,
	.alh-footer__slogan {
		display: none;
	}

	.alh-footer__desktop-contacts {
		display: block;
		box-sizing: border-box;
		max-width: none;
		min-width: 0;
		overflow: visible;
		width: 100%;
	}

	.alh-footer__logo {
		border: 1px solid #D4C4B0;
		box-sizing: border-box;
		display: block;
		height: var(--alh-footer-logo-height, 168px);
		margin-left: 0;
		margin-right: auto;
		max-width: 100%;
		width: min(var(--alh-footer-logo-width, 168px), 100%);
	}

	.alh-footer__logo-image {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}

	.alh-footer__contacts-title,
	.alh-footer__menu-title {
		color: var(--alh-footer-heading) !important;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: -.4px;
		line-height: 1.2;
		margin: 0 0 10px;
		white-space: nowrap;
	}

	.alh-footer__column-title {
		color: var(--alh-footer-heading) !important;
		font-weight: 500;
	}

	.alh-footer__menu-link {
		color: var(--alh-footer-link);
		font-size: 16px;
		font-weight: 400;
		line-height: 1.35;
		margin-bottom: 3px;
	}

	.alh-footer__contact {
		color: var(--alh-footer-link);
	}

	.alh-footer__desktop-contacts .alh-footer__contact {
		align-items: center;
		display: flex;
		font-size: 16px;
		gap: 10px;
		line-height: 1.35;
		margin: 0;
		max-width: 100%;
		min-width: 0;
	}

	.alh-footer__desktop-contacts .alh-footer__contact + .alh-footer__contact {
		margin-top: 5px;
	}

	.alh-footer__desktop-contacts .alh-footer__contact--address {
		align-items: center;
		gap: 8px;
		margin-top: 6px;
		max-width: 100%;
		white-space: nowrap;
		width: max-content;
	}

	.alh-footer__desktop-contacts .alh-footer__contact span {
		min-width: 0;
	}

	.alh-footer__desktop-contacts .alh-footer__contact[href^="tel:"] span {
		white-space: nowrap;
	}

	.alh-footer__desktop-contacts .alh-footer__contact[href^="mailto:"] span {
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.alh-footer__desktop-contacts .alh-footer__contact--address span {
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: normal;
	}

	.alh-footer__desktop-contacts .alh-footer__contact .alh-footer__icon {
		color: var(--alh-footer-icon);
		flex: 0 0 22px;
		height: 22px;
		margin-top: 0;
		width: 22px;
	}

	.alh-footer__desktop-contacts .alh-footer__contact--address .alh-footer__icon {
		flex: 0 0 16px;
		height: 16px;
		margin-top: 0;
		min-width: 16px;
		width: 16px;
	}

	.alh-footer__desktop-contacts .alh-footer__socials {
		align-items: center;
		display: flex;
		gap: var(--alh-footer-social-gap-desktop, 24px);
		justify-content: flex-start;
		margin-top: 12px;
		opacity: 1;
		overflow: visible;
		visibility: visible;
	}

	.alh-footer__desktop-contacts .alh-footer__social,
	.alh-footer__desktop-contacts .alh-footer__social-link {
		color: var(--alh-footer-social);
		display: inline-flex;
		height: 38px;
		width: 38px;
	}

	.alh-footer__desktop-contacts .alh-footer__social-icon {
		height: var(--alh-footer-instagram-desktop, 38px);
		width: var(--alh-footer-instagram-desktop, 38px);
	}

	.alh-footer__desktop-contacts .alh-footer__social-icon--facebook {
		height: var(--alh-footer-facebook-desktop, 34px);
		width: var(--alh-footer-facebook-desktop, 34px);
	}

	.alh-footer__desktop-contacts .alh-footer__social-icon--pinterest {
		height: var(--alh-footer-pinterest-desktop, 38px);
		width: var(--alh-footer-pinterest-desktop, 38px);
	}

	.alh-footer__payment,
	.alh-footer__divider,
	.alh-footer__legal {
		display: none;
	}

	.alh-footer__bottom {
		border-top: 1px solid var(--alh-footer-line);
		color: var(--alh-footer-copyright);
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		font-weight: 400;
		gap: 14px 24px;
		justify-content: space-between;
		line-height: 1.4;
		margin-top: 28px;
		padding-top: 14px;
		text-align: right;
		width: 100%;
	}

	.alh-footer__bottom-payments {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 14px;
		justify-content: flex-start;
		min-width: 0;
	}

	.alh-footer__bottom-payment {
		align-items: center;
		background: transparent;
		border: 0;
		box-sizing: border-box;
		color: var(--alh-payment-color, var(--alh-footer-text, #d4c4b0));
		display: inline-flex;
		flex: 0 0 auto;
		justify-content: center;
		min-width: 0;
		padding: 0;
		text-decoration: none;
	}

	.alh-footer__bottom-payment .alh-footer__payment-logo {
		display: block;
		height: auto;
		max-height: 28px;
		object-fit: contain;
		width: var(--alh-payment-width-desktop, 52px);
	}

	.alh-footer__bottom-payment--google-pay .alh-footer__payment-logo {
		width: var(--alh-payment-width-desktop, 58px);
	}

	.alh-footer__bottom-payment--apple-pay .alh-footer__payment-logo {
		width: var(--alh-payment-width-desktop, 50px);
	}

	.alh-footer__bottom-payment--visa .alh-footer__payment-logo {
		width: var(--alh-payment-width-desktop, 48px);
	}

	.alh-footer__bottom-payment--mastercard .alh-footer__payment-logo {
		width: var(--alh-payment-width-desktop, 46px);
	}

	.alh-footer__bottom .alh-footer__copyright {
		margin-left: auto;
		text-align: right;
		white-space: nowrap;
	}

	.alh-footer__copyright-desktop {
		display: inline;
	}

	.alh-footer__copyright-default {
		display: none;
	}
}

.alh-footer__bottom {
	align-items: center;
	border-top: 1px solid var(--alh-footer-line, rgba(212, 196, 176, .45));
	color: var(--alh-footer-copyright, rgba(212, 196, 176, .8));
	display: flex;
	font-size: 13px;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.5;
	margin-top: 26px;
	padding-top: 18px;
}

.alh-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 22px;
	justify-content: flex-end;
}

.alh-footer__legal-link {
	color: rgba(212, 196, 176, .8);
	text-decoration: none;
	transition: color .2s ease;
}

@media (min-width: 1025px) {
	.alh-footer-shortcode .alh-footer__top {
		align-items: start !important;
		box-sizing: border-box !important;
		column-gap: 28px !important;
		display: grid !important;
		grid-template-columns: 150px minmax(140px, .75fr) minmax(200px, 1fr) minmax(240px, 1.15fr) minmax(330px, 1.4fr) !important;
		height: auto !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding-bottom: 8px !important;
		padding-top: 8px !important;
		width: 100% !important;
	}

	.alh-footer-shortcode .alh-footer__menus {
		display: contents !important;
	}

	.alh-footer-shortcode .alh-footer__brand,
	.alh-footer-shortcode .alh-footer__menu-group,
	.alh-footer-shortcode .alh-footer__desktop-contacts {
		box-sizing: border-box !important;
		max-width: none !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.alh-footer__bottom {
		border-top: 1px solid var(--alh-footer-line);
		color: var(--alh-footer-copyright);
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		font-weight: 400;
		gap: 14px 24px;
		justify-content: space-between;
		line-height: 1.4;
		margin-top: 28px;
		padding-top: 14px;
		text-align: right;
		width: 100%;
	}

	.alh-footer__bottom-payments {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 14px;
		justify-content: flex-start;
		min-width: 0;
	}

	.alh-footer__bottom-payment {
		align-items: center;
		background: transparent;
		border: 0;
		box-sizing: border-box;
		color: var(--alh-payment-color, var(--alh-footer-text, #d4c4b0));
		display: inline-flex;
		flex: 0 0 auto;
		justify-content: center;
		min-width: 0;
		padding: 0;
		text-decoration: none;
	}

	.alh-footer__bottom-payment .alh-footer__payment-logo {
		display: block;
		height: auto;
		max-height: 28px;
		object-fit: contain;
		width: var(--alh-payment-width-desktop, 52px);
	}

	.alh-footer__bottom .alh-footer__copyright {
		margin-left: auto;
		text-align: right;
		white-space: nowrap;
	}

	.alh-footer__legal {
		display: none;
	}

	.alh-footer__copyright-desktop {
		display: inline;
	}

	.alh-footer__copyright-default {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-footer__container {
		max-width: var(--alh-footer-content-max-width, var(--alh-footer-container, 100%));
		padding: var(--alh-footer-padding-top, 48px) var(--alh-footer-padding-right, 28px) var(--alh-footer-padding-bottom, 28px) var(--alh-footer-padding-left, 28px);
		width: 100%;
	}

	.alh-footer__top {
		display: grid;
		gap: 38px 42px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alh-footer__menus {
		display: contents;
	}

	.alh-footer__logo {
		height: var(--alh-footer-logo-height, 105px);
		width: var(--alh-footer-logo-width, 105px);
	}

	.alh-footer__contacts-title,
	.alh-footer__menu-title {
		font-size: 21px;
		margin-bottom: 16px;
	}

	.alh-footer__menu-link {
		font-size: 16px;
		line-height: 1.75;
	}

	.alh-footer__payment {
		border-top: 1px solid rgba(212, 196, 176, .5);
		display: block;
		margin-top: 8px;
		padding-top: 28px;
		text-align: center;
	}

	.alh-footer__payment-title {
		margin-bottom: 18px;
	}

	.alh-footer__payment-icons {
		justify-content: center;
	}

	.alh-footer__payment-logo {
		height: var(--alh-payment-height-tablet, auto);
		width: var(--alh-payment-width-tablet, 68px);
	}

	.alh-footer__payment-mask {
		width: var(--alh-payment-width-tablet, 68px);
	}

	.alh-footer__secure {
		margin-top: 24px;
	}

	.alh-footer__socials {
		gap: var(--alh-footer-social-gap-tablet, 26px);
		margin-top: 16px;
	}

	.alh-footer__social-icon--instagram {
		--alh-social-size: var(--alh-footer-instagram-tablet, 34px);
		height: var(--alh-footer-instagram-tablet, 34px);
		width: var(--alh-footer-instagram-tablet, 34px);
	}

	.alh-footer__social-icon--facebook {
		--alh-social-size: var(--alh-footer-facebook-tablet, 32px);
		height: var(--alh-footer-facebook-tablet, 32px);
		width: var(--alh-footer-facebook-tablet, 32px);
	}

	.alh-footer__social-link--pinterest,
	.alh-footer__social-icon--pinterest {
		--alh-social-size: var(--alh-footer-pinterest-tablet, 34px);
		height: var(--alh-footer-pinterest-tablet, 34px);
		width: var(--alh-footer-pinterest-tablet, 34px);
	}
}

@media (max-width: 767px) {
	.alh-footer {
		background: var(--alh-footer-bg, #1F1F1F);
		border-radius: var(--alh-footer-radius, 0);
		box-sizing: border-box;
		color: var(--alh-footer-text, #D4C4B0);
		overflow-x: hidden;
		-webkit-tap-highlight-color: transparent;
		width: 100%;
	}

	.alh-footer a,
	.alh-footer button {
		-webkit-tap-highlight-color: transparent;
	}

	.alh-footer__container {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: var(--alh-footer-content-max-width, var(--alh-footer-container, 100%));
		padding: var(--alh-footer-padding-top, 44px) var(--alh-footer-padding-right, 28px) var(--alh-footer-padding-bottom, 22px) var(--alh-footer-padding-left, 28px);
		width: 100%;
	}

	.alh-footer__top,
	.alh-footer__menus {
		display: block;
	}

	.alh-footer__brand {
		min-width: 0;
		text-align: center;
	}

	.alh-footer__logo {
		background: transparent;
		border: 1px solid #D4C4B0;
		box-sizing: border-box;
		display: flex;
		height: var(--alh-footer-logo-height, 120px);
		line-height: 0;
		margin: 0 auto;
		padding: 0;
		width: var(--alh-footer-logo-width, 120px);
	}

	.alh-footer__logo-image {
		border: 0;
		display: block;
		height: 100%;
		margin: 0;
		object-fit: contain;
		padding: 0;
		width: 100%;
	}

	.alh-footer__logo-fallback {
		align-items: center;
		border: 0;
		height: 100%;
		justify-content: center;
		padding: 0;
		width: 118px;
	}

	.alh-footer__slogan {
		color: #D4C4B0;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.4;
		margin: 32px 0 28px;
		max-width: none;
		text-align: center;
	}

	.alh-footer__contacts {
		border-top: 1px solid rgba(212, 196, 176, .72);
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 30px;
	}

	.alh-footer__contacts-title {
		color: #D4C4B0;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.2;
		margin: 0 0 24px;
		text-align: center;
	}

		.alh-footer__contact {
			align-items: center;
			color: #D4C4B0;
		display: flex;
		font-size: 17px;
		gap: 10px;
		justify-content: center;
		line-height: 1.45;
		margin: 0 0 8px;
			text-align: center;
		}

	.alh-footer--light .alh-footer__contact,
	.alh-footer--light .alh-footer__accordion-button,
	.alh-footer--light .alh-footer__accordion-button .alh-footer__icon,
	.alh-footer--light .alh-footer__menu-link {
		color: #1F1F1F;
	}

	.alh-footer--dark .alh-footer__contact,
	.alh-footer--dark .alh-footer__accordion-button,
	.alh-footer--dark .alh-footer__accordion-button .alh-footer__icon,
	.alh-footer--dark .alh-footer__menu-link {
		color: #D4C4B0;
	}

	.alh-footer__contact:hover,
	.alh-footer__contact:focus,
	.alh-footer__contact:active,
	.alh-footer__contact:visited,
	.alh-footer__menu-link:hover,
	.alh-footer__menu-link:focus,
	.alh-footer__menu-link:active,
	.alh-footer__menu-link:visited,
	.alh-footer__social-link:hover,
	.alh-footer__social-link:focus,
	.alh-footer__social-link:active,
	.alh-footer__social-link:visited,
	.alh-footer__accordion-button:hover,
	.alh-footer__accordion-button:focus,
	.alh-footer__accordion-button:active,
	.alh-footer__accordion-button[aria-expanded="true"] {
		background: transparent;
		background-color: transparent;
		box-shadow: none;
		color: currentColor;
	}

	.alh-footer--light .alh-footer__contact:hover,
	.alh-footer--light .alh-footer__contact:focus,
	.alh-footer--light .alh-footer__contact:active,
	.alh-footer--light .alh-footer__contact:visited,
	.alh-footer--light .alh-footer__menu-link:hover,
	.alh-footer--light .alh-footer__menu-link:focus,
	.alh-footer--light .alh-footer__menu-link:active,
	.alh-footer--light .alh-footer__menu-link:visited,
	.alh-footer--light .alh-footer__accordion-button:hover,
	.alh-footer--light .alh-footer__accordion-button:focus,
	.alh-footer--light .alh-footer__accordion-button:active,
	.alh-footer--light .alh-footer__accordion-button[aria-expanded="true"] {
		color: #1F1F1F;
	}

	.alh-footer--dark .alh-footer__contact:hover,
	.alh-footer--dark .alh-footer__contact:focus,
	.alh-footer--dark .alh-footer__contact:active,
	.alh-footer--dark .alh-footer__contact:visited,
	.alh-footer--dark .alh-footer__menu-link:hover,
	.alh-footer--dark .alh-footer__menu-link:focus,
	.alh-footer--dark .alh-footer__menu-link:active,
	.alh-footer--dark .alh-footer__menu-link:visited,
	.alh-footer--dark .alh-footer__accordion-button:hover,
	.alh-footer--dark .alh-footer__accordion-button:focus,
	.alh-footer--dark .alh-footer__accordion-button:active,
	.alh-footer--dark .alh-footer__accordion-button[aria-expanded="true"] {
		color: #D4C4B0;
	}

	.alh-footer__contact:focus-visible,
	.alh-footer__menu-link:focus-visible,
	.alh-footer__social-link:focus-visible,
	.alh-footer__accordion-button:focus-visible {
		background: transparent;
		background-color: transparent;
		color: currentColor;
		outline: 1px solid currentColor;
		outline-offset: 3px;
	}

	.alh-footer__contact span {
		overflow-wrap: normal;
		white-space: normal;
		word-break: normal;
	}

	.alh-footer__contact[href^="tel:"] span,
	.alh-footer__contact[href^="mailto:"] span {
		white-space: nowrap;
	}

	.alh-footer__contact .alh-footer__icon {
		color: inherit;
		flex: 0 0 20px;
		height: 20px;
		margin-top: 0;
		width: 20px;
	}

	.alh-footer__contact--address {
		margin-top: 6px;
		max-width: 100%;
	}

	.alh-footer__contact--address span {
		min-width: 0;
		overflow-wrap: normal;
		white-space: normal;
		word-break: normal;
	}

	.alh-footer__socials {
		align-items: center;
		display: flex;
		gap: var(--alh-social-gap-mobile, var(--alh-footer-social-gap-mobile, 30px));
		justify-content: center;
		margin: 18px auto 52px;
		padding: 0;
		width: 100%;
	}

	.alh-footer__social,
	.alh-footer__social-link {
		align-items: center;
		background: transparent;
		border: 0;
		box-shadow: none;
		display: inline-flex;
		flex: 0 0 auto;
		height: auto;
		justify-content: center;
		line-height: 0;
		margin: 0;
		padding: 0;
		width: auto;
	}

	.alh-footer__social-icon--instagram {
		--alh-social-size: var(--alh-footer-instagram-mobile, 42px);
		height: var(--alh-footer-instagram-mobile, 42px);
		width: var(--alh-footer-instagram-mobile, 42px);
	}

	.alh-footer__social-icon--facebook {
		--alh-social-size: var(--alh-footer-facebook-mobile, 40px);
		height: var(--alh-footer-facebook-mobile, 40px);
		width: var(--alh-footer-facebook-mobile, 40px);
	}

	.alh-footer__social-link--pinterest,
	.alh-footer__social-icon--pinterest {
		--alh-social-size: var(--alh-footer-pinterest-mobile, 42px);
		height: var(--alh-footer-pinterest-mobile, 42px);
		width: var(--alh-footer-pinterest-mobile, 42px);
	}

	.alh-footer__social-icon--custom {
		display: block;
		flex-shrink: 0;
		height: auto;
		max-width: none;
		object-fit: contain;
	}

	.alh-footer__menus,
	.alh-footer__menu-group {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.alh-footer__menu-title {
		display: none;
	}

		.alh-footer__accordion-button {
		align-items: center;
		appearance: none;
			background: transparent;
			background-color: transparent;
		border: 0;
		border-bottom: 1px solid rgba(212, 196, 176, .72);
		box-shadow: none;
		color: var(--alh-footer-text, #d4c4b0);
		cursor: pointer;
		display: flex;
		font: inherit;
		font-size: 27px;
		font-weight: 500;
		justify-content: space-between;
		line-height: 1.2;
		min-height: 76px;
		padding: 0 16px;
		text-align: left;
		width: 100%;
	}

	.alh-footer__menu-group:first-child .alh-footer__accordion-button {
		border-top: 1px solid rgba(212, 196, 176, .72);
	}

		.alh-footer__accordion-button .alh-footer__icon {
			color: currentColor;
		flex: 0 0 18px;
		height: 18px;
		transition: transform .2s ease;
		width: 18px;
	}

	.alh-footer__accordion-button[aria-expanded="true"] .alh-footer__icon {
		transform: rotate(180deg);
	}

	.alh-footer__menu-panel,
	.alh-footer__menu-panel[hidden] {
		display: none;
	}

	.alh-footer__menu-panel.is-open {
		border-bottom: 1px solid rgba(212, 196, 176, .72);
		display: block;
		padding: 10px 16px 20px;
	}

	.alh-footer__menu-link {
		font-size: 17px;
		line-height: 1.65;
		padding: 3px 0;
	}

	.alh-footer__payment {
		border-top: 0;
		display: block;
		margin-top: 0;
		padding-top: 0;
		text-align: center;
	}

	.alh-footer__payment-title {
		color: #D4C4B0;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.3;
		margin: 40px 0 22px;
		text-align: center;
	}

		.alh-footer__payment-icons {
			align-items: center;
			display: flex;
			flex-wrap: nowrap;
			gap: 16px !important;
			justify-content: center;
			margin: 0 auto;
			width: 100%;
		}

	.alh-footer__payment-icon {
		align-items: center;
		background: transparent;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: inline-flex;
		flex: 0 0 auto;
		justify-content: center;
		line-height: 0;
		margin: 0;
		max-height: none;
		min-height: 0;
		min-width: 0;
		padding: 0;
		transform: none;
		width: auto;
	}

		.alh-footer__payment-logo {
			height: var(--alh-payment-height-mobile, auto);
			max-height: 32px;
			object-fit: contain;
			width: var(--alh-payment-width-mobile, 62px);
		}

		.alh-footer__payment-mask {
			aspect-ratio: var(--alh-payment-aspect-ratio, 2.2 / 1);
			background-color: var(--alh-payment-auto-color, #D4C4B0);
			height: auto;
			width: var(--alh-payment-width-mobile, 62px);
		}

	.alh-footer__secure {
		align-items: center;
		display: flex;
		font-size: 18px;
		font-weight: 500;
		gap: 10px;
		justify-content: center;
		line-height: 1.3;
		margin: 30px 0 28px;
	}

	.alh-footer__secure .alh-footer__icon {
		height: 18px;
		width: 18px;
	}

	.alh-footer__bottom {
		align-items: center;
		border-top: 1px solid rgba(212, 196, 176, .72);
		box-sizing: border-box;
		flex-direction: column;
		gap: 8px;
		justify-content: center;
		margin-top: 0;
		padding: 18px 20px 22px;
		text-align: center;
		width: 100%;
	}

	.alh-footer__copyright {
		color: #D4C4B0;
		font-size: 13px;
		line-height: 1.5;
	}

	.alh-footer__copyright-desktop {
		display: inline;
	}

	.alh-footer__copyright-default {
		display: none;
	}

	.alh-footer__legal {
		display: none;
		flex-direction: column;
		gap: 8px;
		justify-content: center;
	}
}
