.navigation-wrapper {
    display:none;
    position: relative;
    width:278px;
    background-color:#fff;
    border:1px solid #cbcccc;
    border-width:0 1px 1px 1px;
    border-radius:0 0 4px 4px;
    z-index:200;
}
.menu_indexpage .navigation-wrapper_fixed {
    display:none;
}
.navigation-wrapper_fixed {
    position:absolute;
    top:50px;
    left:-212px;
}
.menu-fixed .navigation-wrapper_fixed {
    display:none;
}
/*
## Navigation
********************************************************************/
.top-menu {
    position:relative;
    width:100%;
    font: 13px Technodom, Calibri;
	font-weight: 400;
}
.navigationbarcollectioncomponent{
}

.top-menu__item {
    /*position:relative;*/
    background:url('../images/icon-catalog-item.png') 260px center no-repeat;
    background-size:5px 9px;
}
.top-menu__item_active {
    cursor:pointer;
    background-image:url('../images/icon-catalog-item_.png');
}
.menu-item__category-link {
    position:relative;
    padding-left:50px;
    padding-top:8px;
    padding-bottom:8px;
    font-size:14px;
    font-family: Technodom, Arial, Calibri;
	font-weight: 700;
    color:#333;	
    line-height:20px;
}
.menu-item__category-link img {
    vertical-align:middle;
    margin-left:6px;
    width: 27px;
    height: 11px;
}
.top-menu__item_active .menu-item__category-link,
.top-menu__item_active .menu-item__category-link {
    padding-top:7px;
    padding-bottom:7px;
    border:1px solid #cbcccc;
    border-width:1px 0;
    color:#f47b32;
}
.top-menu__item_active .menu-item__icon,
.top-menu__item_active .menu-item__icon {
    top:7px;
}
.top-menu__item_active .menu-item__category-link:before,
.top-menu__item_active .menu-item__category-link:before {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:-1px;
    width:3px;
    background-color:#f47920;
}
.top-menu__item_active .menu-item__category-link:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:-2px;
    width:4px;
    background-color:#fff;
    z-index:300;
}

.top-menu__item_active .menu-item__category-link {
    color:#f47b32;
}
.menu-item__icon {
    position:absolute;
    top:8px;
    left:19px;
    width:20px;
    height:20px;
    background-color:#000;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size:20px 20px;
}
.top-menu__item_active .menu-item__icon {
    background-color:#f47b32;
}

.top-menu__item_active .inner-menu {
    display:table;
}
.inner-menu {
    position: absolute;
    display:none;
    z-index:200;
    top:0;
    left:278px;
    height:450px;
    min-width:280px;
    max-width:460px;
    margin:0;
    padding:19px 20px;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
    background-color: #fff;
    border:1px solid #cbcccc;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
    color: #000000;
    cursor:default;
    min-height: 536px;
}
.inner-menu__column {
    display: none;
}
.inner-menu_adaptive {
    display: block;
}
.inner-menu__column {
    z-index:1000;
    position: relative;
    padding-right:20px;
    text-align: left;
}
.inner-menu__column ul {
    width:220px;
}
.inner-menu__item {
    color: #000000;
    line-height:24px;
}
.inner-menu__item a {
    text-decoration:none;
}
.inner-menu__subcategory-title {
    padding-top:16px;
    font-size:14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none !important;
}
.inner-menu__subcategory-title:first-child {
    padding-top:0;
}
.inner-menu__subcategory-title a {
    text-decoration: none;
}
.inner-menu__item a:hover {
    color: #f47b32;
    text-decoration:none;
}
.inner-menu__item_br {
    height:5px;
}
.inner-menu__item img {
    margin-left: 6px;
    vertical-align: middle;
    width: 27px;
    height: 11px;
}
.inner-menu__banner {
    display: none;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:1;
    background-position:right top;
    background-repeat:no-repeat;
}
.inner-menu__banner a {
    display:block;
    width:100%;height:100%;
}
.searchSpellingSuggestionPrompt {
    font-size:14px;
}
.searchSpellingSuggestionPrompt a {
    color:#ff6400;
}
.navigation-buy {
    display: none;
    position:absolute;
    right:20px;
    bottom:20px;
    width:160px;
}
.navigation-buy .inner-menu__column {
    display:block;
    padding:0;
}
.subcategories {
    display: none;
}
@media screen and (min-width:769px) {
    .subcategories {
        display: block;
    }
    .subcategories__title {
        margin-bottom:10px;
        color: #252223;
        font-size: 15px;
        font-weight: bold;
    }
    .subcategories__item {
        margin-bottom:6px;
    }
    .subcategories__item a {
        line-height: 18px;
        color: #252223;
        font-size: 13px;
        border-bottom: 1px dotted #252223;
        padding-bottom:2px;
    }
    .subcategories__item a:hover {
        color:#dd5b19;
        border-bottom: none;
    }
    .inner-menu {
        min-width: 480px;
        max-width:940px;
        height: 450px;
    }
    .inner-menu__banner {
        display: block;
    }
    .inner-menu_adaptive {
        position: relative;
        z-index: 5;
    }
    .navigation-buy {
        display: block;
    }
}
@media screen and (min-width:1280px) {
    .subcategories {
        display: block;
    }
    .inner-menu {
        height: 450px;
        min-width: 480px;
        width: auto;
        max-width: 940px;
    }
    .inner-menu__column {
        display:table-cell;
    }
    .inner-menu_adaptive {
        display: none;
    }
    .inner-menu__banner {
        display: block;
    }
    .navigation-buy {
        display: block;
    }
}

.leftmenu_wrapper {
	font-family: Technodom, Tahoma, Verdana, Helvetica, Arial;
	
	padding-bottom: 20px;
}
.leftmenu_wrapper IMG, .leftmenu_wrapper BR { display: none; }
.leftmenu_wrapper A {
	text-decoration: none;
}
.leftmenu {
	font-size: 14px;
	
	padding: 4px 20px;
	
	color: #6687b4;
}
.leftmenu_active {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
	padding-top: 8px;
	padding-bottom: 8px;

	color: #fff;
	background: #ffb000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.portal-leftmenu {
    padding:10px 0;
    border:1px solid #eff0f0;
    border-width:0 1px 1px;
    font-size:14px;
}
.portal-leftmenu__title {
    padding:6px 20px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    text-decoration: none !important;
}
.portal-leftmenu:first-child {
    border-top:1px solid #eff0f0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}
.portal-leftmenu__item {
    padding:2px 20px;
    color: #000000;
    font-size:14px;
    line-height:20px;
}
.portal-leftmenu__item:last-child {
    margin-bottom:8px;
}
.portal-leftmenu__less,
.portal-leftmenu__more {
    position:relative;
    margin:6px 0 8px;
    padding:0 20px 0 36px;
    color:#155c9e;
    font-size:14px;
    line-height:24px;
    cursor:pointer;
}
.portal-leftmenu__less:before,
.portal-leftmenu__more:before {
    position:absolute;
    display:block;
    left:20px;
    top:2px;
    font-size:20px;
    line-height:20px;
}
.portal-leftmenu__more:before {
    content:'+';
}
.portal-leftmenu__less:before {
    content:'–';
}
.portal-leftmenu__less,
.portal-leftmenu__item_hidden,
.portal-leftmenu_expand .portal-leftmenu__more {
    display:none;
}
.portal-leftmenu__more,
.portal-leftmenu_expand .portal-leftmenu__less,
.portal-leftmenu_expand .portal-leftmenu__item_hidden {
    display:block;
}
