.hit-seller {
    display: none !important;
}

.ecobrus-project-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 25px;
    margin: 0 0 9px;
    padding: 4px 9px;
    border: 1px solid rgba(42, 159, 157, .28);
    border-radius: 7px;
    background: rgba(42, 159, 157, .07);
    color: #238c8a;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
    pointer-events: none;
}

.ecobrus-project-cards-row {
    display: flex;
    flex-wrap: wrap;
}

.catalog-blocks_wrap .ecobrus-project-cards-row > div[class*="col-"] {
    display: flex;
    float: none;
}

.ecobrus-project-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.ecobrus-project-card .preview-object_box {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ecobrus-project-card .preview-object_wrap {
    flex: 1;
}
