  .t-store__card::after {
    content: "На эту дату осталось " attr(data-product-inv) " мест";
    font-family: 'FuturaPT',Arial,sans-serif;
    font-size: 16px;
    color: #ff0000;
    position: center;
    margin-top: -10px;
    width: 250px;
}
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: "На эту дату осталось " attr(data-product-inv) " мест";
    font-family: 'FuturaPT',Arial,sans-serif;
    font-size: 16px;
    color: #ff0000;
    margin-left: 20px;
    padding: 3px 8px;
    position: center;
    top: -5px;
}
.t-store__prod-popup__name{
    margin-top: -15px;
}
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% + 20px);
}

@media screen and (max-width: 1240px){
.js-store-product.js-product::before {
    margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before  {
    margin-left: calc(50% - 10px);
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 60px);
    top: -20px;
}
}