/* hand_links_fv */
.blok_hand_links_fv {
    margin: 10px 0 10px 0;
}
.title_blok_hand_links_fv {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blok_hand_links_fv a {
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}
.blok_hand_links_fv a:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%);
}
.blok_hand_links_fv .action_hl_fv {
    color: #fff;
    font-weight:bold;
    background-color: #fa5c09;
    border-color: #fa5c09;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}
.blok_hand_links_fv a span {
    vertical-align: middle;
}
/* end hand_links_fv */
