.title-search-result .search-popup {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
}

.search-popup__container {
    position: relative;
}

.search-popup.is-loading .search-popup__container {
    min-height: 392px;
}

.search-popup__loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(221, 221, 221, 0.75);
}

.search-popup.is-loading .search-popup__loader {
    display: flex;
}

.search-popup__loader img {
    width: 48px;
    height: auto;
}

.search-popup__offer-price--old-strike {
    background: #cbccce;
    text-decoration: line-through;
}

.title-search-result {
    background: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    min-width: 920px;
    z-index: 999;
    margin-left: -420px;
}

.title-search-fader {
    display: none;
}
