.item_article .name__descr-open, .item_article .name__descr-close {
    display: block;
    color: #296FAE;
}
.name__descr-close {
    margin-left: -30px;
}

@media (min-width: 992px){
.item_article .name__descr-open:hover, .item_article .name__descr-close:hover, .list-item:hover, .list-item:hover label {
    cursor:pointer;
}
.list-item:hover {
    border: 1px solid #F0F0F0;
}
}

.item_article .name__descr {
    display:none;
} 
.item_article .name__descr {
    margin-top: 20px;
    margin-left: 30px;
}
.item_article .active .name__descr {
    display: block;
}
.item_article .active .name__descr-open {
    display:none;
}

.item_article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list-item span{
    display: block;
    padding: 5px 10px;
}
.list-item {
    padding-left: 0 !important;
    color: #296FAE;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
}
.list-item input {
    display: none;
}
.item_article-list_wrapp ul li:before {
    display: none !important;
}
.list-item input:checked + span {
    background-color: #F0F0F0;
    color: #000;
    //font-weight: 700;
}

.item_article a.name {
    color: #000;
    font-weight: 700;
}