#header {
	position: relative;
	z-index: 100;
}

#header > .top-menu {
	color: #fff;
	display: none;
	font: normal 0/16px Arial;
	height: 112px;
	position: relative;
	width: 100%;
	z-index: 100;
}

#header > .top-menu .wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 32px;
	position: relative;
}

#header > .top-menu a.logo {
	background: url(/static/g/logo.svg) no-repeat left top;
	background-size: 100% auto;
	display: flex;
	height: 64px;
	margin-right: 32px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 128px;
}

#header > .top-menu nav.left {
	align-items: center;
	display: flex;
	gap: 24px;
	height: 40px;
}

#header > .top-menu nav.left .menulink {
	border: 1px solid transparent;
	color: #1a5632;
	font: 14px/20px roman;
	padding: 2px 0;
	text-decoration: none;
	transition: border 0.3s ease-in-out;
}

#header > .top-menu nav.left .menulink:hover {
	border-bottom: 1px solid #1a5632;
	text-decoration: none;
}

#header > .top-menu nav.right {
	align-items: center;
	display: flex;
	height: 40px;
	margin-left: auto;
	position: relative;
}

#header > .top-menu nav.right .menulink {
	border-left: 1px solid #FFFFFF70;
	color: #1a5632;
	font: 14px/20px roman;
	padding: 10px 20px;
	text-decoration: none;
}

#header > .top-menu nav.right .menulink:first-child {
	border-left: 0;
}

#header > .top-menu nav.right .component-include {
	align-items: center;
	border-left: 1px solid #FFFFFF70;
	display: flex;
	font: 14px/20px medium!important;
	height: 40px;
	min-width: 78px;
	padding: 0 20px;
}

#header > .top-menu nav.right .component-include .login-title,
#header > .top-menu nav.right .component-include .basket-title {
	color: #1a5632;
	font: 14px/20px heavy!important;
}

#header > .top-menu nav.right .component-include .login-title:hover,
#header > .top-menu nav.right .component-include .basket-title:hover {
	color: #1a5632;
	text-decoration: underline;
	text-underline-offset: 6px;
}

body.has-hero #header > .top-menu nav.right .component-include .login-title,
body.has-hero #header > .top-menu nav.right .component-include .basket-title,
body.has-hero #header > .top-menu nav.right .component-include .user-info .user-name,
body.has-hero #header > .top-menu nav.right .component-include .user-info .user-name-button,
body.has-hero #header > .top-menu nav.right .component-include .login-title:hover,
body.has-hero #header > .top-menu nav.right .component-include .basket-title:hover,
body.has-hero #header > .top-menu nav.right .component-include .user-info .user-name:hover,
body.has-hero #header > .top-menu nav.right .component-include .user-info .user-name-button:hover {
	color: #fff!important;
	font: 14px/20px heavy!important;
}

#header > .top-menu nav.right .component-include:first-child {
	border-left: 0;
}

/* SEARCH */
nav.right .app-search-small {
	align-items: center;
	border-left: 1px solid #FFFFFF70;
	display: flex;
	height: 40px;
	padding: 0 20px;
	position: relative;
}

nav.right .app-search-small form {
	align-items: center;
	display: flex;
}

nav.right .app-search-small form label {
	font-size: 0!important;
}

nav.right .app-search-small button[type="reset"] {
	background: url(/static/g/app-search-delete.png) no-repeat left top;
	border: none;
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 4px;
	transition: all 0.2s;
	width: 20px;
}

nav.right .app-search-small button[type="reset"].show {
	filter: alpha(opacity=50);
	opacity: 0.5;
	right: 39px;
}

nav.right .app-search-small button[type="reset"].show:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

nav.right .app-search-small input[type="text"] {
	background-color: #fff;
	border: none!important;
	border-radius: 3px 0 0 3px!important;
	color: #545454;
	font: normal 14px/20px Arial;
	height: 28px;
	padding: 0;
	position: absolute;
	right: 50px;
	transition: all 0.2s;
	width: 0px;
}

nav.right .app-search-small.opened input[type="text"] {
	padding: 0 10px;
	width: 240px;
}

nav.right .app-search-small input[type="text"]::-ms-clear {
	display: none;
}

nav.right .app-search-small button[type="submit"] {
	background: url(/static/g/search.svg) no-repeat center center;
	border: none;
	cursor: pointer;
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -500px;
	transition: all 0.2s;
	width: 32px;
}

body.has-hero nav.right .app-search-small button[type="submit"] {
	background: url(/static/g/search-white.svg) no-repeat center center;
}

nav.right .app-search-small.opened button[type="submit"],
body.has-hero nav.right .app-search-small.opened button[type="submit"] {
	background: #fff url(/static/g/search.svg) no-repeat center center;
}

nav.right nav.languages {
	align-items: center;
	border-left: 1px solid #FFFFFF70;
	color: #1a5632;
	display: flex;
	font: 14px/32px medium;
	font-weight: 800;
	height: 40px;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}

nav.right nav.languages a {
	color: #1a5632;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
	width: 36px;
}

nav.right nav.languages a:hover {
	color: #1a5632;
	text-decoration: underline;
}

body.has-hero nav.right nav.languages a,
body.has-hero nav.right nav.languages a:hover {
	color: #fff;
}

@media (min-width: 1024px) {
	#header > .top-menu {
		display: block;
	}
}

@media (min-width: 1280px) {
	#header > .top-menu {
		padding: 0 32px;
	}

	#header > .top-menu .wrapper {
		padding: 0;
	}
}
