@charset "UTF-8";
/* Header
---------- ---------- */
.gs18-Header__Logo {
	margin: 10px 0;
	/*border-right-width: 0;*/
}
.gs18-Header__Logo:not(.gs18-Header__Logo--ME) img {
/*	height: 23px;
	width: auto;*/
	width: auto;
	height: 23px;
	/*vertical-align: middle;*/

}
.gs18-Header__Lang {
	margin: 0 10px 0 16px;
	flex-grow: 2;
	line-height: 1.2;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}
.gs18-Header__Logo--ME {
	border-width: 0;
	order: 3;
}
.gs18-Header__Logo--ME img {
	width: 93px;
	height: auto;
}
.gs18-HeaderCustomUtility {
	display: flex;
	right: 0;
}
.gs18-HeaderNav {
	order: 5;
	flex-grow: 2;
}
.gs18-Header.is-flyout {
	position: relative;
}
.gs18-Header.is-resizing .gs18-HeaderNav,
.gs18-Header.is-resizing .gs18-Header__SearchInput {
	transition: 0s width;
}

@media only screen and (min-width:1441px){
	.gs18-HeaderCustomUtility ,
	.gs18-Header__Search {
		right: calc((100% - 1440px)/2);
	}
}
@media only screen and (min-width:981px){
	.gs18-Header::before {
		border-top: solid 1px #e0e0e0;
		display: block;
		position: absolute;
		bottom: 85px;
		width: 100%;
		content: '';
	}
	.gs18-Header__Inner {
		max-width: 1440px;
		height: 165px;
		flex-wrap: wrap;
	}
	.gs18-Header__Lang {
		font-size: 25px;
	}
	.gs18-Header__Logo--ME {
		display: flex;
		align-items: center;
		height: 60px;
	}
	.gs18-HeaderCustomUtilityLinks__Item {
		padding-right: 16px;
	}
	.gs18-HeaderCustomUtility ,
	.gs18-Header__Search {
		position: absolute;
		bottom: 0;
		order: 5;
		flex-grow: 1;
		height: 85px;
	}
}
@media only screen and (max-width:980px){
	.gs18-Header__Logo ,
	.gs18-Header__Logo--ME {
		display: none;
	}
	.gs18-Header__Logo--ME {
		display: none;
	}
	.gs18-Header__Lang {
		font-size: 20px;
		/*display: none;*/
	}
	.gs18-HeaderNav__Text::before {
		display: none;
	}
}

/* Footer
---------- ---------- */
@media only screen and (max-width:980px){
	.gs18-Footer__LogoInner .gs18-Footer__Logo img {
		width: auto;
		height: 23px;
	}
}
