.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 12px 0;
}

.footer-bottom-localization .localization-wrapper {
	top: auto;
	bottom: 100%;
	left: 0;
	right: auto;
	transform-origin: bottom left;
}

@media (max-width:767px) {
	.footer-bottom-localization .localization-wrapper {
		bottom: 0;
		left: 0;
		right: 0;
	}

	.footer-bottom {
		gap: 10px;
		padding: 24px 0 12px;
	}
}