.t-store__card__bgimg, .t-store__card__bgimg_second{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    margin: 0 auto;
}

.t-name_md {
    font-size: 18px;
}

.js-product{
    padding: 0 20px 0 20px;
    min-height: 400px;
    position: relative;
}

.t951 .t-store__card__btns-wrapper {
    margin-top: 20px;
    position: absolute;
    bottom: 5px;
}