* {
    --color-dark-blue: #034470;
}

.blockreassurance_product {
    display: none;
}

#shop-info-container {
    width: 300px;
    height: 230px;
    background-color: white;
    position: fixed;
    top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 20px;
    z-index: 15;
}

#shop-info-container img {
    object-fit: contain;
    height: 160px;
}

#shop-info-container span {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark-blue);
    margin-top: 20px;
    margin-bottom: 20px;
}

#products-filters {
    background-color: white;
    width: 299px;
    flex-shrink: 0;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
    position: fixed;
    overflow-y: auto;
    z-index: 10;
    top: 306px;
}

.fpp_searchers .searcher-content {
    height: 100vh;
}

.fpp_searchers .searcher-body {
    height: auto;
}

.catalogs-list {
    margin-top: 22px;
}

@media screen and (max-width: 1900px) {
    .fpp_searchers .searcher-content {
        height: 100vh;
    }
}

@media screen and (max-width: 1100px) {
    #shop-info-container {
        display: none;
    }
}
