.t-store__card__mark {
    border-radius: 0;
    font-family: Jost, Arial, sans-serif;
    font-size: 14px;
    height: 30px;
    width: auto;
}
.hover::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    width: 0;
    transition: 0.3s;
    height: 1px;
    background: #1f1f1f;
}
.hover:hover:after {
    width: 100%;
}