#_desktop_logo {
    text-align: left;
}
#header #_desktop_logo a {
    align-items: flex-start;
}
#header #_desktop_search,
#header .search-block,
#header .search-widget {
    width: 100%;
}
#header .search-button {
    display: none;
}
#header .search-widget {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
}
#header .search-widget form input[type=text] {
    border: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: unset;
    padding: 10px 45px 10px 19px;
}
#header .search-widget form button[type=submit] {
    bottom: 8px;
    right: 19px;
}
.amega-menu .anav-top {
    justify-content: flex-start;
}
.amenu-item .amenu-link {
    padding: 15px 30px 16px 17px;
}
.header-right {
    align-items: center;
    padding-top: 0px;
    padding-bottom: 2px;
}
.header-right .lang_and_сr {
    padding-top: 1px;
}
#_desktop_clientservice {
    margin-left: 13px;
}
#_desktop_currency_selector {
    margin-right: 12px;
}
@media (min-width: 992px) {
    .ui-autocomplete.ui-widget-content {
        max-height: calc(100vh - 60px);
    }
}
@media (max-width: 991px) {
    #header .search-widget {
        padding: 0 20px;
    }
}