.pps_win_parent2 {
	overflow-y: hidden;
}

.pps_win_parent2>.page.header-lang {
	display: none;
}

div.page.header-lang {
	color: var(--color-100);
	background-color: var(--color-20);
	border-bottom: var(--stepHalf) solid var(--color-00);
}

div.page.header-lang .geo {
	font-weight: 200;
	font-size: var(--font-small);
	letter-spacing: 1px;
	background: url(/ext/Template/files/geo.svg) left center no-repeat;
	padding: var(--step2) var(--step2) var(--step2) var(--step4);
}

div.page.header-lang .profile-staff-top {
	font-weight: 200;
	font-size: var(--font-small);
	letter-spacing: 1px;
	color: var(--color-blue);
}

div.page.header-lang .profile-staff-top a {
	text-decoration: none;
	color: var(--color-blue);
}

div.page.header-lang ul {
	height: 100%;
}

div.page.header-lang ul li {
	height: 100%;
}

div.page.header-lang ul li a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--color-100);
	background-color: var(--color-50);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 48px;
}

div.page.header-lang ul li.active a {
	background-color: var(--color-keune);
}

div.page.header-lang ul li {
	border-left: var(--stepHalf) solid var(--color-100);
}

div.page.header {
	background: var(--color-100);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	height: auto;
	position: sticky;
	top: 0;
	z-index: 11;
}

div.page.header #navicon {
	width: auto;
	height: auto;
	display: block;
	cursor: pointer;
}

div.page.header div.logo {
	padding-bottom: var(--stepHalf);
}

div.page.header div.logo img {
	width: 132px;
	height: auto;
	display: block;
}

div.page.header div.nav ul {
	margin-left: 72px;
}

div.page.header div.nav ul li {
	padding-left: var(--step4);
	width: max-content;
}

div.page.header div.nav ul li:not(:last-child) {
	margin-bottom: var(--step);
}

div.page.header div.nav ul li a {
	text-decoration: none;
	color: var(--color-20);
}

div.page.header div.nav ul li:hover {
	text-decoration: underline;
	background: url(/ext/Template/files/arrow-right.svg) left center no-repeat;
}

div.page.header div.icons ul li:not(:first-child) {
	margin-left: var(--step3);
}

div.page.header div.icons a {
	position: relative;
}

div.page.header div.icons a[data-count]::after {
	content: attr(data-count);
	font-size: var(--font-small);
	color: var(--color-100);
	background-color: var(--color-keune);
	width: var(--step3);
	height: var(--step3);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: calc(-1 * var(--step2));
	top: calc(-1 * var(--step2));;
}

div.mobile-nav {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
}

div.mobile-nav div.page {
	background: rgba(35, 31, 32, 0.7);
	padding-top: var(--step4);
	padding-bottom: var(--step4);
}

div.mobile-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.mobile-nav ul.nav.nav2 {
	column-count: 4;
	column-gap: var(--step2);	
}

div.mobile-nav ul.nav>li:not(:first-child) {
	margin-top: var(--step2);
}

div.mobile-nav ul.nav>li>a {
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 2px;
	color: var(--color-100);
}

div.mobile-nav ul.nav>li>ul>li {
	margin-top: var(--step2);
}

div.mobile-nav ul.nav>li>ul a {
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 2px;
	color: var(--color-100);
}

div.mobile-nav-close {
	width: 20px;
	height: 20px;
	background: transparent url(/ext/Template/Layout/files/controls-remove-gray.svg);
	background-size: contain;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
}

div.search-block {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
}

div.search-block div.page {
	background: rgba(35, 31, 32, 0.7);
	padding-top: var(--step4);
	padding-bottom: var(--step4);
}

div.search-block form {
	position: relative;
}
div.search-block input#search-submit {
	background: url(/ext/Template/files/search-gray.svg) center center no-repeat;
		background-size: 18px auto;
		border: none;
		cursor: pointer;
		width: var(--step5);
		height: var(--step5);
		position: absolute;
		top: var(--stepHalf);
		right: var(--step6);
}

div.search-block input#search-cancel {
	background: url(/ext/Template/Layout/files/controls-remove-gray.svg) center center no-repeat;
	background-size: 18px auto;
	border: none;
	cursor: pointer;
	width: var(--step5);
	height: var(--step5);
	position: absolute;
	top: var(--stepHalf);
	right: var(--stepHalf);
}

body .search-container {
	max-width: 100%;
}

body .search-container div.img img {
	max-width: 50px;
	height: auto;
	display: block;
}

body .search-container div.value {
	padding-left: var(--step2);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid var(--color-green);
	background: var(--color-green);
	font-weight: normal;
	color: #fff;
}

.ui-autocomplete {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

@media screen and (max-width: 1100px) {
	div.page.header div.nav ul {
		margin-left: 54px;
	}
}

@media screen and (max-width: 810px) {}

@media screen and (max-width: 480px) {

	/*div.pps_win_parent2 div.header-global {
		position: fixed;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}*/
	div.page.header #navicon {
		width: var(--step5);
	}

	div.page.header div.logo img {
		width: 96px;
	}
	
	div.mobile-nav ul.nav.nav2 {
		column-count: 2;
	}

	div.mobile-nav {
		background: rgba(35, 31, 32, 1) url('/ext/Template/files/keune-slovensko-white.svg') left var(--step4) top var(--step4) no-repeat;
		overflow-y: scroll;
		padding-bottom: 100px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
	}

	div.mobile-nav div.page {
		background: transparent;
		padding-top: 66px;
	}

	div.mobile-nav ul.nav:nth-child(1) {
		margin-top: var(--step4);
	}
}