.madison-section-new{
    width: 25%;
    display: block;
    float: left;
    padding: 10px;
    text-align: center;
}
.madison-section-new .madison-section-new-cont{}
.madison-section-new .section-img{
    display: block;
    background: #eeeded;
    border-radius: 10px;
    height: 204px;
    max-height: 204px;
    overflow: hidden;
    background: rgb(244,244,244);
    background: linear-gradient(180deg, rgba(244,244,244,1) 70%, rgba(227,227,227,1) 74%, rgba(227,227,227,1) 100%);
}
.madison-section-new .section-img img{
    width:100%;
}
.madison-section-new .section-title-new{
    display: block;
    color: #000000;
    margin-top: 10px;    
    min-height: 48px;
}
.f11{
    font-size: 11px;
}
.col-filtr-hidden-category-cont{
    margin-bottom: 15px;
}
.col-filtr-hidden-category{
    border: 1px solid #0f0f0f;
    margin-right: 15px;
    padding: 7px 15px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.col-filtr-hidden-category .close-cat-filtr{
    position: absolute;
    right: -7px;
    top: -8px;
    border: 1px solid #000;
    padding: 0.3px 3.5px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    display:none;
}
.col-filtr-hidden-category.active{background: #E1E1E1;}
.col-filtr-hidden-category.active .close-cat-filtr{background: #E1E1E1;display:block;}
.col-filtr-hidden-category .close-cat-filtr:hover{background: #E1E1E1;}
.col-filtr-hidden-category:hover{background: #E1E1E1;}