/* top-menu-small */

.gg{
    /* border: 1px solid #00ff00; */
    line-height: auto;
    padding: 0;
}

.headerPanel a{
    text-shadow: none;
}
.headerPanel{
    background: none;
    padding: 11px 0;
    border-bottom: 1px solid #e4e4e4;
}

.headerPanel *{
    box-sizing: border-box;
}

.headerRegion{
    width: 21%;
    float: left;
}

.headerMenu{
    width: 62%;
    float: left;
}

.headerPersonal{
    height: auto;
}

.headerMenuItem{
    width: auto;
    margin: 0 2.0%;
    float: left;
    position: relative;
    display: block;
}

.headerPanel a, .headerPanel a:hover{
    color: #444a4f;
    border-bottom: none;
}


.headerMenuItem a, .headerMenuItem span.item{
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-shadow: none;
    padding-top: 1px;
}
.headerMenuItem span.item {
    cursor: pointer;
}

.headerMenuItem-shops a{background-image: url('/static/images/redesign3/topmenu/q-h-shops.png')}
.headerMenuItem-delivery a{background-image: url('/static/images/redesign3/topmenu/q-h-delivery.png')}
.headerMenuItem-pay a{background-image: url('/static/images/redesign3/topmenu/q-h-payment.png')}
.headerMenuItem-service a{background-image: url('/static/images/redesign3/topmenu/q-h-services.png')}
.headerMenuItem-project a, .headerMenuItem-project span.item{background-image: url('/static/images/redesign3/topmenu/q-h-projects.png')}


.headerPersonal{
    padding-left: 26px;
    background-image: url('/static/images/redesign3/topmenu/q-h-lk.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: relative;
    padding-top: 1px;
}

.headerPersonal a{
    color: #444a4f;
    border-bottom: none;

}

.headerPersonal .headerLogin{
    color: #444A4F;
    text-shadow: none;
}
