#suggest-container > ymaps {
    display: block !important;
    position: static !important;
}

#suggest-container ymaps[class$=-i-custom-scroll] {
    border: 0px !important;
    box-shadow: none !important;
    position: static;
}

#suggest-container ymaps[class$=-search__suggest-item], #suggest-container ymaps[class$=-search__suggest-item_selected_yes] {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 20px 14px 0;
    padding-right: 25px;
}

#suggest-container ymaps[class$=-search__suggest-item_selected_yes] {
    background: url('./img/active-item.svg') right 4px center !important;
    background-repeat: no-repeat !important;
}

#suggest-container ymaps[class$=-search__suggest-highlight] {
    color: #1771e6;
}
