.v__block--labels {
    display: block;
    max-width: 1680px;
    margin: 16px auto;
    padding-left: 16px;
    padding-right: 16px;
}

label.v__filter--label {
    vertical-align: top;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    background-color: rgba(255,255,255,.2);
    color: #fff;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
    transition: .3s all;
    cursor: pointer;
}
.v__filter--label:hover {
    background-color: rgba(255,255,255,.4);
}
.v__filter--input {
    display: none;
}
.v__filter--input:checked+.v__filter--label {
    background: #fff;
    color: #E22C38;
    position: relative;
}