.filter-content__results:not(:first-child){
    padding-top: 0px!important;
}
.filter_disabled{
    display: none;
}
.img-card__content-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.smartfilter_catalog{
    display: flex;
    flex-flow: column;
    /*height: calc(100vh - 155px);*/
}
.empty_catalog{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */

    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2B1263;

}
.course_inprogress{
    background-color: #FFCC00!important;

}
.course_dev{
    background-color: #2B1263!important;

}
.course_complited{
    background-color: #14C65B!important;
}
#tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}
.btn_course{
    width: 100%;
    vertical-align: center;
    display: flex;
    justify-content: center;
    align-items: center;;
}
/*.c_hide{*/
/*    display: none;*/
/*}*/
.content_btn{
    padding-right: 0!important;
}
.simple-card_container{
    height: 100%;
    padding-bottom: 24px;
}
.custom_viewer{
    position: relative;
    display: block;
    height: 100%;
}
.share-box_materials{
    z-index: 100;
}