.t-store__card__btns-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: 1;
    -webkit-flex-direction: 1;
    -ms-flex-direction: 1;
    flex-wrap: wrap;
}
.t-store__card__btn_second {
    -webkit-order: -1;
    -ms-order: -1;
    order: -1;
}