div.page.pagetop {
	padding-top: 40px;
	position: relative;
	z-index: 21;
}

div.page.pagetop>div.page2 .navWrapper {
	position: relative;
}
div.page.pagetop>div.page2 .logo {
	width: 200px;
	margin-top: 8px;
}
div.page.pagetop>div.page2 .logo img {
	width: 100%;
	height: auto;
}

div.page.pagetop>div.page2 ul.nav>li {
	position: relative;
}

div.page.pagetop>div.page2 ul.nav>li>a {
	display: inline-block;
	margin: 0 0px;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	font-family: 'GeometriaLight';
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}

div.page.pagetop>div.page2 ul.nav>li.hover {
	background: #f0f0f0;
	z-index: 10;
	
}

div.page.pagetop>div.page2 ul.nav>li>div {
	position: absolute;
	left:0;
	background: #f0f0f0;
	box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
	min-width: 100px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

div.page.pagetop>div.page2 ul.nav>li>div>ul>li>a {
	display: block;
	margin: 0 0px;
	padding: 5px 15px;
	text-decoration: none;
	color: #000;
	font-family: 'GeometriaLight';
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

div.page.pagetop>div.page2 ul.nav>li.langs {
	padding-left: 20px;
}

div.page.pagetop>div.page2 ul.nav>li.langs:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(/files/template/langs/ico.flag.Ru.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	top:9px;
	left: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	overflow: hidden;
	border-radius: 50%;
}

div.page.pagetop > div.page2 ul.nav > li > a + span#cartTopQty {
    display: block;
    color: #000;
    position: absolute;
    top: -0px;
    right: -0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 0;
}

div.page.pagetop > div.page2 ul.nav > li > a + span.pps_hide#cartTopQty {
	display: none;
}

/********************/
.hoverBoxParent {
	overflow: hidden;
}

.hoverBox {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 1);
	top: 0;
	left: 0;
	overflow: auto;
	min-height: 100%;
	max-height: 100%;
	
}

.hoverBox .close {
	position: absolute;
	width: auto;
	height: auto;
	top: 35px;
	right: 25px;
	z-index: 100;
	cursor: pointer;
}


.hoverBox .logo {
	padding: 35px 50px 50px 25px;
	max-width: 250px;
}

.hoverBox ul.nav {
	background: transparent;
	padding: 35px 20px;
	list-style-type: none;
	position: relative;
}

.hoverBox>ul.nav:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background: #fff;
	top: 10px;
	left: 25px;
}

.hoverBox ul.nav>li {
	margin-top: 20px;
}

.hoverBox ul.nav>li>a {
	background: transparent;
	display: block;
	padding: 7px;
	margin: 5px 0;
	margin-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: white;
	text-decoration: none;
	font-size: 24px;	
}

.hoverBox ul.nav>li.hasChilds>a:after {
	content: "\f107";
	font: 120% 'Font Awesome 5 Free';
	font-weight: 900;
	cursor: pointer;
	z-index: 1;
	color: white;
	margin-left: 10px;
}

.hoverBox ul.nav>li.hasChilds>a.open+div>ul {
	width: 33.333333%;
}

.hoverBox ul.nav>li.hasChilds>a.open+div>ul>li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
}

.hoverBox ul.nav>li.hasChilds>a.open+div>ul>li>a {
	color: #fff;
	text-decoration: none;
}
.hoverBox ul.nav>li.hasChilds>a.open:after {
	content: "\f106";
}

.hoverBox ul.nav>li>ul {
	list-style-type: none;
	color: white;
	margin: 0;
	padding: 0;
}

.hoverBox ul.nav>li>ul>li {
	margin: 10px 0;
	padding-left: 20px;
}

.hoverBox ul.nav>li>ul>li>a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 3px 7px;
	text-transform: none;
	line-height: 130%;
}
/********************/
@media screen and (max-width: 1200px) {
	div.page.pagetop > div.page2 ul.nav > li > a {
	  padding: 10px 5px;
	}
}

@media screen and (max-width: 1000px) {
	div.page.pagetop>div.page2 .logo {
		width: 200px;
		position: relative;
		left: inherit;
		margin-left: inherit;
		margin-top: 8px;
	}

	div.page.pagetop>div.page2 ul.nav:first-child {
		display: none;
	}
	
	div.page.pagetop>div.page2 ul.nav>li.navico.pps_hide {
		display: inherit;
	}
}


@media screen and (max-width: 768px) {
	div.page.pagetop {
	    padding-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	body {
		padding-top: 80px;
	}
	div.page.pagetop {
	    padding-top: 0px;
	    position: fixed;
	    top: 0;
	    z-index: 200;
	    background: rgba(255,255,255,0.7);
	    border-bottom: 1px solid #979797;
	}
	
	div.page.pagetop:hover {
	    background: rgba(255,255,255,1);
	}
	
	div.page.pagetop > div.page2 .logo {
	    width: 200px;
	    margin: 0 auto;
	    margin-top: 8px;
	}
	div.page.pagetop>div.page2 ul.nav {
		width: 100%;
	}
	div.page > div.brandstop {
	    margin-top: 0px;
	}
	.navWrapper>.navnav2 {
		display: none;
	}
}