.list_legal {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.re_poletab {
    padding: 7px 5px;
    background-color: #323232;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
}
.active_epz_sh {
    background: var(--accent);
    color: #fff;
    cursor: default;
}
.epizode:hover {
    background: #5d5d5d;
}