.treemodulebody .shade {
    display: none;
    position: fixed;
    content: '';
    background: rgba(0,0,0,.44);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;

}

.treemodulebody.bg .shade{
    display: block;
}

.treemoduletitle{
    position: relative;
    z-index: 1;
}
.treemodulebody ul.treeview{
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.treeview li:first-child ul {
}
.catalog_mode .treeview > li > ul {
    left: 300px;
}
.catalog_mode .treeview > li > ul {
    width: 980px;
}
.treeview > li > ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: absolute;
    left: 240px;
    width: 1040px;
    min-height: 500px;
    top: -45px;
    padding: 25px 25px 10px 25px;
    border-top: 45px solid #0675d9;
}

#tree > li.expandable > ul > li {
    float: left;
    padding-left: 0;
    /*margin-right: 85px;*/
    margin-bottom: 30px;
    width: 25%;
    padding-right: 20px;
    max-width: 45%;
}
#tree > li.expandable.flex > ul > li{
    width: auto;
    float: none;
}
#tree > li.expandable.flex > ul{
    flex-flow: column wrap;
}

#tree > li.expandable > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #0675d9;
    text-align: left;
    padding-left: 0;
    color: #000;
    display: inline-block;
    padding-bottom: 4px;
}
#tree > li.expandable > ul > li.last {
    margin-right: 0;
}
#tree li ul li ul {
    margin-top: 10px;
}
#tree li ul li ul li a{
    line-height: 1.6;
}
#tree li ul li ul li a:hover{
    color: #0675d9;
    border-bottom: 1px solid #0675d9;
}

/* специальные подкатегории */
#tree > li.militarytechnics > ul > li:nth-child(3){
    margin-bottom: 100%;
}

#tree > li.fleet > ul > li,
#tree > li.figures > ul > li,
#tree > li.buildings > ul > li
{
    margin-bottom: 20px;
}

#tree > li.WH > ul > li{
    margin-bottom: 15px;
}

#tree > li.flex.WHAOS > ul > li{
    width: 33%;
    margin-bottom: 20px;
}

#tree > li.expandable.fleet > ul > li a,
#tree > li.expandable.figures > ul > li a,
#tree > li.expandable.buildings > ul > li a,
#tree > li.expandable.WH > ul > li a
{
    font-weight: normal;
    border-bottom: none;
}

#tree > li.fleet > ul > li:last-child{
    margin-bottom: 100%;
}
#tree > li.fleet > ul > li:last-child a{
    font-weight: 700;
    border-bottom: 1px solid #359b59;
}

.treemoduletitle {
    z-index: 9;
}

.easyshop_char_value.disabled label{
    color: #adadad;
}

.easyshop_filter_chars .collapsed-expanded {
    height: auto;
}

#showfiltered {
    background: url(../images/apply-filters.png) 0 0 no-repeat;
    width: 131px;
    height: 26px;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    line-height: 26px;
    position: absolute;
    top: -3px;
    display: none;
    right: -140px;
    z-index: 100;
    cursor: pointer;
}

#topmenu-shade{
    display: none;
    position: absolute;
    content: '';
    background: rgba(0,0,0,.22);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
}

#tree .ico {
    min-height: 60px;
}
ul.treeview > li.open > a,
ul.cats-menu > li.open > a {
    background: #fff;
    border-left: 10px solid #0675d9;
    color: #0675d9;
    padding-left: 10px;
}

ul.treeview .submenu_hint{
    position: absolute;
    top: -30px;
    right: 20px;
    color: #fff;
}