:root {

	--header-padding-mobile: 0;
	--header-padding-tablet: 0;
	--header-padding-laptop: 0;
	--header-padding-desktop: 0;
	--header-padding-sm-laptop: 0;

	--header-row-padding-mobile: 0.5em 5%;
	--header-row-padding-tablet: 0.5em 5%;
	--header-row-padding-laptop: 0em 6%;
	--header-row-padding-desktop: 0em 8%;
	--header-row-padding-sm-laptop: 0em 5%;

}

/*Widget parents rules*/
div.elementor:has(.site-header) > div.elementor-element {
	padding: 0 !important;
}

div.elementor:has(.site-header) > div.elementor-element > div {
	padding: 0 !important;
	max-width: 100% !important;
}

div.elementor-location-header > div.elementor-element,
div.elementor-location-header > div.elementor-element > div {
	padding: 0 !important;
	max-width: 100% !important;
}

/*Widget parents rules*/


body.menu-opened {
	height: 100%;
	overflow: hidden;
	margin: 0 !important;
}

.site-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: flex;
	position: fixed;
	align-items: center;
	flex-direction: column;
	max-width: unset !important;
	justify-content: space-between;
	transition: background-color 0.35s ease-in-out;
}


.site-header__row {
	gap: 2em;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.site-header:not(.scrolled) .site-header__row {
	border-radius: 10px 12px 12px 10px;
}

.site-header:not(.scrolled) .site-header__row--top {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

.site-header:not(.scrolled) .site-header__row--bottom {
	background-color: #ffffff;
}

.header-row__column {
	display: flex;
	align-items: center;
}

.header-row__column.column-cta {
	height: 88px;
	display: flex;
	align-items: center;
	border-radius: 0 10px 10px 0;
	background-color: var(--e-global-color-primary);
}

.site-header.scrolled .header-row__column.column-cta {
	height: 80px;
	border-radius: 0 !important;
}

.header-row__column.column-cta a {
	gap: 0.4em;
	display: flex;
	font-weight: 500;
	padding: 1em 2.5em;
	font-size: 1.125rem;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	text-transform: uppercase;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.header-row__column.column-cta a span {
	text-wrap: nowrap;
}

.header-row__column--rows {
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
}

.header-row__column-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-row__column.column-logo .header-logo {
	width: 181px;
	height: 66px;
	display: flex;
	position: relative;
	align-items: center;
	transition: all 0.5s ease-in-out;
}

.header-row__column.column-logo .header-logo img {
	height: auto;
	max-width: 100%;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

/*	burger */

.header-row__column.column-burger {
	width: 48px;
	height: 48px;
	flex: 0 1 48px;
	border-radius: 100%;
	justify-content: center;
	background-color: var(--e-global-color-primary);
}

.header-burger {
	height: 24px;
	width: 36px;
	cursor: pointer;
	position: relative;
	transform: scale(0.7);
	border-radius: 100%;
	background-color: var(--e-global-color-primary);
}

.header-burger__line {
	width: 100%;
	height: 2px;
	animation: none;
	position: absolute;
	transform: rotate(0deg);
	animation-duration: 0.65s;
	background-color: #ffffff;
	animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

body.menu-opened .header-burger__line {
	background-color: #ffffff !important;
}

.header-burger__line:nth-child(1) {
	top: 0;
	animation-name: topreverse;
	animation-fill-mode: forwards;
}

.header-burger__line:nth-child(2) {
	bottom: 10px;
	animation-name: bottomreverse;
}

.header-burger__line:nth-child(3) {
	bottom: 0;
	animation-name: bottomreverse;
}

.header-burger.is-active > .header-burger__line {
	animation-duration: 0.65s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.header-burger.is-active .header-burger__line:nth-child(1) {
	top: 45.8333333333%;
	animation-name: top;
}

.header-burger.is-active .header-burger__line:nth-child(2) {
	visibility: hidden;
}

.header-burger.is-active .header-burger__line:nth-child(3) {
	bottom: 45.8333333333%;
	animation-name: bottom;
}


@keyframes top {
	0% {
		top: 0;
	}
	60% {
		top: 45.8333333333%;
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(45deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
	}
	60% {
		bottom: 45.8333333333%;
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-45deg);
	}
}

@keyframes topreverse {
	0% {
		transform: rotate(45deg);
		top: 45.8333333333%;
	}
	60% {
		transform: rotate(0deg);
		top: 45.8333333333%;
	}
	100% {
		top: 0;
	}
}

@keyframes bottomreverse {
	0% {
		transform: rotate(-45deg);
		bottom: 45.8333333333%;
	}
	60% {
		transform: rotate(0deg);
		bottom: 45.8333333333%;
	}
	100% {
		bottom: 0;
	}
}

/*	burger */


.site-header .site-header__row--top {
	z-index: 9999;
	transition: all 0.6s ease-out;
}

.site-header.scrolled .site-header__row--top {
	transform: translateY(-100%);
}

.site-header .site-header__row--bottom {
	position: fixed;
	transform: translateY(75%);
	transition: all 0.6s ease-out;
	background-color: #ffffff !important;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.site-header.scrolled .site-header__row--bottom {
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(0);
}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.hide-mobile {
		display: none !important;
	}

	.site-header {
		padding: var(--header-padding-mobile);
	}

	.site-menu__primary li a,
	.site-header__row {
		padding: var(--header-row-padding-mobile);
	}

	.header-row__column.column-logo {
		max-width: 150px;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.hide-tablet {
		display: none !important;
	}

	.site-header {
		padding: var(--header-padding-tablet);
	}

	.header-row__column.column-logo {
		max-width: 190px;
	}

	.site-menu__primary li a,
	.site-header__row {
		padding: var(--header-row-padding-tablet);
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {

	.header-row__column {
		flex: 1 1 0;
	}

	.site-header .site-header__row--top {
		padding-left: 0 !important;
		padding-right: 0 !important;
		transition: transform 0.6s ease-out;
	}

	.site-header .site-header__row--top {
		z-index: 100;
	}

	.menu-opened .site-header .site-header__row--top {
		transform: translateY(-100%);
	}

	.site-header .site-header__row--bottom {
		width: 90vw;
		position: fixed;
		border-radius: 10px;
		transform: translateY(62%);
		transition: all 0.6s ease-out;
		background-color: #ffffff !important;
		box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	}

	.site-header.scrolled .site-header__row--bottom,
	.menu-opened .site-header .site-header__row--bottom {
		width: 100vw;
		border-radius: 0;
		transform: translateY(0);
	}


	.header-row__column.column-logo,
	.header-row__column.column-burger {
		z-index: 999;
	}

	.header-row__column--rows {
		justify-content: flex-start;
	}

	.header-row__column.column-menu {
		top: 0;
		left: 0;
		gap: 1em;
		opacity: 0;
		z-index: -1;
		width: 100vw;
		height: 100vh;
		display: flex;
		position: fixed;
		visibility: hidden;
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
		transition: 0.5s ease all;
		background-color: #ffffff;
		transform: translateY(100%);
	}

	.header-row__column.column-menu.is-opened {
		opacity: 1;
		z-index: 100;
		visibility: visible;
		transform: translateY(0);
	}

	.header-row__column.column-menu .column-menu_content > * {
		width: fit-content;
	}

	.header-row__column.column-menu > .column-menu_content {
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.column-logo img {
		height: auto;
		max-width: 100%;
	}

	.header-row__column-row {
		gap: 1em;
		align-items: flex-start;
		flex-direction: column;
	}

	.site-header .site-menu__primary {
		width: 100%;
		overflow-y: auto;
	}

}


/*desktop*/
@media (min-width: 1025px) {

	.hide-desktop {
		display: none !important;
	}

	.site-header {
		padding: var(--header-padding-desktop);
	}

	@keyframes stickySlideDown {
		0% {
			opacity: 0.7;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.site-header.scrolled {
		/*background-color: #ffffff;*/
		/*box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
		/*animation: stickySlideDown .8s ease-in-out forwards;*/
	}

	.site-header.scrolled .site-header__row--top {
		/*display: none!important;*/
	}

	.site-header .site-header__row--bottom {
		padding-left: 2em;
	}

	.site-header:not(.scrolled) .site-header__row--bottom {
		width: 80%;
		left: var(--custom-x-padding-desktop) !important;
		right: var(--custom-x-padding-desktop) !important;
	}

	.header-row__column {
		flex: 1 1 0;
	}


	.header-row__column.column-menu {
		flex-basis: 75%;
	}

}

/*laptop 1*/
@media (min-width: 1025px) and (max-width: 1439px) {

	.site-header {
		padding: var(--header-padding-sm-laptop);
	}

	.header-row__column.column-logo .header-logo {
		max-width: 130px;
	}

	.header-row__column.column-cta a {
		font-size: 0.95rem;
	}

	.header-row__column.column-cta {
		height: 70px;
	}

	.site-header.scrolled .header-row__column.column-cta {
		/*height: 65px;*/
	}

	.site-header:not(.scrolled) .site-header__row--bottom {
		width: 88%;
		left: var(--custom-x-padding-sm-laptop) !important;
		right: var(--custom-x-padding-sm-laptop) !important;
	}

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

	.site-header {
		padding: var(--header-padding-laptop);
	}

	.header-row__column.column-logo .header-logo {
		max-width: 160px;
	}

	.header-row__column.column-cta a {
		font-size: 1rem;
	}

	.site-header:not(.scrolled) .site-header__row--bottom {
		width: 84%;
		left: var(--custom-x-padding-laptop) !important;
		right: var(--custom-x-padding-laptop) !important;
	}

}

/*RESPONSIVE*/
