.loader-search {
    position: fixed;
    background: var(--color-white);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 190;
    display: none;
    right: 0;
}

    .loader-search img {
        z-index: 191
    }
