.top_header, .bottom_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

header {
    z-index: 11;
    position: relative;
    box-shadow: 0px 4px 8px rgba(56, 56, 56, 0.05);
}

.top_header {
    color: #7F91A2;
}

.top_header a {
    color: #7F91A2;
}

.top_header a:hover {
    color: #383838;
}


header .left_menu li, header .right_menu li {
    display: inline-block;
    margin: 0 20px;
    line-height: 56px;
}

header .left_menu li:first-child, header .right_menu li:first-child {
    margin-left: 0;
}

header .left_menu li:last-child, header .right_menu li:last-child {
    margin-right: 0;
}

.bottom_header .left_menu li, .bottom_header .right_menu li {
    margin: 0 30px;
    line-height: 88px;
}
.bottom_header .left_menu li{
    margin: 0 20px;
}

.header_selector {
    height: 1px;
    width: 100%;
    background: #F1F3F7;
}

.bottom_header a {
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
    display: block;
    position: relative;
}

.top_header .left_menu a {
    position: relative;
    display: block;
}

.bottom_header a.selected:before, .top_header .left_menu a.selected:before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -4px;
    right: 0;
    height: 4px;
    background: #4486f4;
    z-index: 10;
}

.top_header .left_menu a.selected:before {
    height: 2px;
    bottom: -3px;
    left: 2px;
}

.bottom_header a.selected:after, .top_header .left_menu a.selected:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 4px;
    background: #4486f4;
    z-index: 10;
}

.top_header .left_menu a.selected:after {
    bottom: -1px;
    height: 2px;
    width: 2px;
}

.zapros_kp {
    background: #4486F4;
    border-radius: 4px;
    opacity: 1;
    padding: 0 10px;
    color: #fff !important;
    line-height: 36px;
    display: inline-block;
}

.data_count_before {
    position: relative;
    border-color: inherit;
}


.data_count_before[data-count="0"]:before {
    content: none;
}

.data_count_before:before {
    content: attr(data-count);
    position: absolute;
    left: 63%;
    top: -0.9em;
    display: block;
    background: #4486F4;
    color: #fff;
    border: 2px solid #fff;
    line-height: 1.5em;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 1.3em;
}

.bottom_header .left_menu li.logo_menu {
    margin-right: 20px;
    margin-left: 0;
}

.logo_menu .logo_img {
    vertical-align: middle;
    background-image: url(/wa-apps/site/themes/softsale/img_body/logo_black.png);
    background-position: left center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    width: 255px;
}

.cart-total {
    margin-left: 1em;
}

.auth_block span {
    margin-left: 12px;
    vertical-align: middle;
}

.auth_block .logout {
    margin-left: 30px;
}

header .phone a {
    margin-right: 1em;
}

.submenu {
    display: none;
}
.category_menu .icon_16.arrow-bottom {
    display: none;
}
.form-search {
    display: none;
}
/*response*/
@media (max-width: 1919px) and (min-width: 1025px) {
    .bottom_header .left_menu li, .bottom_header .right_menu li {
        margin: 0 1.58395vw;
        line-height: 4.647vw;
    }
    .bottom_header .left_menu li{
        margin: 0 1vw;
    }

    .bottom_header .left_menu li.logo_menu {
        margin-right: 1vw;

    }

    .logo_menu img {
        max-width: 7.4973vw;
    }

}

@media (max-width: 1620px) and (min-width: 1025px) {
    .bottom_header a {
        font-size: 1.113vw;
    }
    .logo_menu .logo_img{
        width: 13vw;
    }
}

@media (max-width: 1440px) and (min-width: 1025px) {
    header .left_menu li, header .right_menu li {
        margin: 0 1.38889vw;
        line-height: 3.8888vw;
    }

    .top_header, .bottom_header {
        font-size: 1.0416vw;
    }
}

@media (min-width: 1025px) {
    header .left_menu li.menu_mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    header .top_header {
        display: none;
    }

    header .left_menu li.category_menu {
        display: none;
    }

    .bottom_header .left_menu li.logo_menu {
        margin-left: 1.58395vw;
    }

}

@media (max-width: 1024px) and (min-width: 641px) {
    .bottom_header .left_menu li, .bottom_header .right_menu li {
        line-height: 92px;
        margin: 0 22px;
    }

    .logo_menu .logo_img {
        width: 200px;
    }


}

@media (max-width: 640px) {
    .logo_menu .logo_img {
        width: 142px;
        height: 24px;
    }

    header .cart-total {
        display: none;
    }

    header .cart_wrapper {
        margin-right: 8px;
    }

    .bottom_header .left_menu li, .bottom_header .right_menu li {
        line-height: 68px;
        margin: 0 16px;
    }

    header .right_menu li.eye_wrapper {
        display: none;
    }

    header .right_menu li.wishlist_wrapper {
        margin-left: 0;
    }

    header .right_menu {
        margin-right: 10px;
    }
}

