.t-store__card::after {
    content: attr(data-product-inv) " шт на складе";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    color: #cda69f;
    position: relative;
    margin-top: 5px;
    width: auto;
}
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}


.t-store__prod-popup__name{
    margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 70px);
}

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

@media screen and (max-width: 640px){
.js-store-product.js-product::before {
    margin-left: 10px;
    position: relative;
    top: 5px;
    left: 30%;
    transform: translateX(-50%);
}
.t-store__prod-popup__slider.js-store-prod-slider {
    padding-top: 5px;
}
}

.t229__list_item,
.t228__list_item {
  padding-bottom: 5px!important;
  padding-top: 5px!important;
}

.t-menusub__menu.t-menusub__menu_bottom {
  margin-top: -15px!important;
}