.js-store-grid-cont .t-col {
    margin-left: 10px!important;
    margin-right: 10px!important;
}

.t-store__valign-buttons.js-store-grid-cont {
    justify-content: center;
}

.t-store__card__bgimg {
    margin: 4px;
    border-radius: 16px !important;
    top: 0!important;
}
.t-align_left .t-store__card__btn {
        width: 100%;
}

.t-store__card__price-currency:after {
    content: '/ сутки';
    padding-left: 5px;
}


.t-store .t-store__tabs__content figure {
  
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 8px 12px 8px 8px;  
    background-color: #191B17;
    border-radius: 16px;
    width: fit-content;
    margin-right: 8px!important;
}

.t-store__tabs__content {
    display: flex!important;
}

.t-store .t-store__tabs__content figcaption {
    margin-left: 4px!important;
}
  