
.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: 'Circe',Arial,sans-serif;
  font-size: calc(12px + (25 - 12) * ((100vw - 250px) / (1920 - 250)));
  color: #1c2125;
  background-color: #FFF;
  padding: 15px 18px;
  position: absolute;
  z-index: 6;
  text-align: center;
  top: 10%;
  left: calc(50%);
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
.t-store__prod-popup__name{
margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
margin-left: calc(50% + 20px);
}

media (max-width: 1750px){
.js-store-product.js-product::before {
width: ;
}
}



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: 960px){
.js-store-product.js-product::before {
top: 48%;
left: 27%;
}
}
@media screen and (max-width: 640px){
.js-store-product.js-product::before {
top: 43%;
left: 16%;
}
}
@media screen and (max-width: 480px){
.js-store-product.js-product::before {
top: 32%;
left: 17%;
}
}

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