/*Widget parents rules*/
div.elementor:has(.site-footer) > div.elementor-element {
	padding : 0 !important;
}

div.elementor:has(.site-footer) > div.elementor-element > div {
	padding   : 0 !important;
	max-width : 100% !important;
}

div.elementor-location-footer > div.elementor-element,
div.elementor-location-footer > div.elementor-element > div {
	padding   : 0 !important;
	max-width : 100% !important;
}

div.elementor-location-footer .elementor-widget {
	width          : 100%;
	display        : flex;
	flex-direction : column;
}

/*Widget parents rules*/


.site-footer {
	display        : flex;
	overflow       : hidden;
	flex-direction : column;
}

.site-footer__row,
.footer-row__column-inner__row {
	gap             : 12em;
	width           : 100%;
	display         : flex;
	flex-wrap       : wrap;
	flex-direction  : row;
	justify-content : stretch;
}

.footer-row__column,
.footer-row__column-inner__row-column {
	/*flex: 1 1 0;*/
	z-index         : 10;
	display         : flex;
	position        : relative;
	align-self      : stretch;
	flex-direction  : column;
	justify-content : flex-start;
}

.footer-menu {
	display    : flex;
	flex-wrap  : wrap;
	list-style : none;
	margin     : 0 !important;
	align-items: flex-start;
}

.footer-menu__title {
	padding-bottom : 1.5em;
}

.footer__copyright {
	text-align : left;
}

.footer__creation {
	text-align : center;
}

.menus__column {
	display        : flex;
	flex-direction : row;
	align-content  : center;
	align-self     : center;
	gap            : 140px;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width : 767px) {

	.site-footer__row {
		flex-direction : column;
	}

	.site-footer__row-bottom {
		gap : 1em !important;
	}

	.footer__copyright,
	.footer__creation {
		text-align : center;
	}

	.menus__column {
		gap            : 40px;
	}

}

/*tablet*/
@media (min-width : 768px) and (max-width : 1024px) {

	.footer-row__column-inner__row-column--left {
		align-items : flex-start;
	}

	.footer-row__column-inner__row-column--right {
		align-items : flex-end;
	}

	.menu-cta__mobile-item {
		background-size : 10%;
	}

	.footer-row__column,
	.footer-row__column-inner__row-column {
		width : 100%;
	}

}

/*mobile and tablet*/
@media (max-width : 1024px) {

	.site-footer {
		padding-top : 5%;
	}

}

/*desktop*/
@media (min-width : 1025px) {

	.footer-row__column-inner__row-column--left {
		align-items : flex-start;
	}

	.footer-row__column-inner__row-column--right {
		align-items : flex-end;
	}

}

/*laptop 1*/
@media (min-width : 1024px) and (max-width : 1439px) {

}

/*laptop 2*/
@media (min-width : 1440px) and (max-width : 1700px) {

}

/*RESPONSIVE*/
