.t-store__card__mark-wrapper {
    display: table;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
}
.t-store__card__mark {
    background-color: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    color: #0A0A0A;
    display: table-cell;
    font-family: 'InterTight';
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 45px;
    }
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 18px !important;
    width: 18px !important;
    border-width: 1.5px !important;
    border: solid #BCBCBC;
    border-radius: 1px;
    box-sizing: border-box;
    margin-right: 5px !important;
    opacity: 0.6;
    transition: opacity 0.2s; /* Оптимизировано для ясности */
}
.t-title {
    font-family: 'InterTight';
    font-weight: 400;
    color: #0A0A0A;
}
.t-text {
     font-family: 'InterTight';
    font-weight: 400;
    color: #0A0A0A;
}
.t-descr {
         font-family: 'InterTight';
    font-weight: 400;
    color: #0A0A0A;
}
.t-uptitle {
             font-family: 'InterTight';
    font-weight: 400;
    color: #0A0A0A;
}