.vilka-years-menu {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.vilka-years-menu a {
    display: inline-flex;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: #000;
    position: relative;
    margin: 0 0.5rem 0.5rem 0;
}
.vilka-years-menu  a:before {
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--yellow);
}
.vilka-years-menu a.active {
    background: var(--yellow);
}
.v-services-list .item .v-btn {
    position: relative;
}
.v-services-list .item .v-btn:after {
    content: 'подробнее';
}