.history__item_desclist_wrapper {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.history__item_title_wrapper {
    cursor: pointer;
    transition: all 0.2s ease;
}

.history__item_title_wrapper:hover {
    opacity: 0.8;
}