.top-catalog {
    float: left;
    margin-left: 40px;
}
.top-catalog ul{
    padding: 0;
    margin: 0;
}
.top-catalog>ul>li {
    display: inline-block;
    line-height: 30px;
}
.top-catalog>ul>li>a{
    position: relative;
    display: inline-block;
    padding: 2px 13px;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.top-catalog>ul>li>a.active {
    background: #edede6;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom-color: #edede6;
    z-index: 310;
}
.top-catalog>ul>li>a.show-popup-submenu-top-catalog {
    padding-right: 20px;
}
.top-catalog>ul>li>a.show-popup-submenu-top-catalog:after {
    content: '';
    position: absolute;
    background: url(/images/arr_down.png) 100% 50% no-repeat;
    width: 7px;
    height: 5px;
    margin-left: 5px;
    top: 30px;
}
.top-catalog>ul>li>a.sale {
    color: #C90813;
}
.top-catalog>ul>li>a.new {
    color: #77ad0b;
}
.top-catalog ul li a {
    text-decoration: none;
}
.top-catalog ul li a:hover {
    text-decoration: none;
    color: #a13765;
}
.top-catalog .submenu-top-popup {
    display: none;
    position: absolute;
    left: 0;
    top: 97px;
    padding: 10px 15px;
    border: 1px solid #999;
    background: #edede6;
    z-index: 300;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
}
.top-catalog .submenu-top-popup a {
    cursor: pointer;
}
.top-catalog .submenu-top-popup.active {
    display: block;
}