 .t-store__card::after {
    content: attr(data-product-inv) " мест осталось";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    color: #232323;
    position: absolute;
    margin-top: 4px;
    min-width: 260px;
        text-align: center;
    background: #ffffff;
    padding: 15px 0px;
    border-radius: 20px;
    margin-top: 15px !important;
}

@media screen and (max-width: 460px) {
    .t-store__card::after {
    content: attr(data-product-inv) " мест осталось";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    color: #232323;
    position: absolute;
    margin-top: 4px;
    min-width: 50%;
    margin-left: 20%; 
    text-align: center;
    background: #e5e1d8;
    padding: 5px 0px;
    border-radius: 20px;
    margin-top: 15px !important;
}

.t-store__card__btns-wrapper {
    margin-top: 5px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " мест осталось";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    color: #232323;
    background-color: #f5f5f5;
    border-radius: 30px;
    margin-left: 20px;
    padding: 3px 8px;
    position: relative;
    top: -5px;
}
.t-store__prod-popup__name{
    margin-top: 5px;
}
.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;
}
}		