.catalog__filter {
    position: relative;
}
.bx-filter-popup-result {
    display: none!important;
    position: absolute;
    background: #fff;
    left: calc(100% + 22px);
    border: 1px solid #b3b3b3;
    background: #b3b3b3;
    padding: 10px;
    white-space: nowrap;
    color: #fff;
}
.bx-filter-popup-result:before {
    content: '';
    width: 0;
    height: 0;
    border: 33px solid transparent;
    border-right-color: #b3b3b3;
    border-left: 0;
    left: -33px;
    top: -1px;
    position: absolute;
}

.catalog__filter label.disabled {
    color: #ccc
}

.margbn {
    margin-bottom: 0;
}

.cont-align {
    display: inline-block;
}