
.bz-filter-title__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 24px !important;
}

.bz-filter-title__top .info-button {
    margin-left: 12px;
    margin-bottom: 7px;
}

.bz-filter-title__top .info-button svg {
    fill: #9797B2;
}

.bz-filter-title__top .info-button[aria-describedby] svg {
    fill: #3B316E;
}

@media screen and (min-width: 992px) {
    .bz-filter-title__top .info-button:hover svg {
        fill: #3B316E;
    }
}

.bz-filter-title {
    color: #000000;
    margin-bottom: 0 !important;
}

.bz-filter-title .mark {
    background: none;
    color: #1DB954;
}

.bz-smart-filter-head {
    margin-bottom: 8px;
}

.bz-smart-filter-open {
    color: #000000;
    margin-bottom: 0;
    line-height: 32px;
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

.bz-smart-filter-open .mark, .bz-smart-filter-open mark {
    background: none;
    color: #1DB954;
}

.bz-smart-filter-open .bz-smart-filter-icon {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #F0EFF8;
    border-radius: 2px;
    margin-right: 12px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.bz-smart-filter-open .bz-smart-filter-icon svg {
    fill: #9797B2;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

.bz-smart-filter-open.is-open {
    background: #3B316E;
    color: #ffffff;
}

.bz-smart-filter-open.is-open .bz-smart-filter-icon {
    border-color: #626273;
}

.bz-smart-filter-open.is-open .bz-smart-filter-icon svg {
    fill: #ffffff;
}

.filter-nothing, .filter-mess-count{
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ffecb5;
    border-radius: .25rem;
    color: #664d03;
    background-color: #fff3cd;
    margin-left: 6px;
    width: 100%;
    margin-right: 6px;
}

.filter-mess-count {
    background: #6CD290;
    color: #2D2C4E;
}

@media  screen and (max-width: 639px){
    .filter-nothing, .filter-mess-count{
        margin-left: 0;
        margin-right: 0;
    }
}
