.t-store__card__mark{
    font-weight: 500;
    font-size: 16px;
    width: 110px;
    height: 30px;
}
.t-store__card__price-wrapper {
    margin-top: 1px;
    display: none;
}
.js-store-prod-descr span:nth-child(odd) {
    display: inline-block;
    width: 49%;
    text-align: left;
}
.js-store-prod-descr span:nth-child(even) {
    display: inline-block;
    width: 48%;
    text-align: right;
}
.t-store__prod-popup__container .t-store__card__textwrapper {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.t-store__prod-popup__container .t-name_md {
    font-size: 18px;
    line-height: 1.15;
}

.t-store__prod-popup__container .t-store__card__btns-wrapper {
    padding-left: 3px !important;
}
.js-store-prod-all-text {
    font-size: 16px;
}

.js-store-prod-all-charcs {
    font-size: 16px;
}