.t-store__card__price-wrapper {
    margin-top: 1px;
}
.t-name_md {
    font-size: 22px;
}
.t-descr_xxs {
    font-size: 12px;
    line-height: 1.3;
}
.t-store__prod-snippet__container {
    padding-top: 80px;
    padding-bottom: 60px;
}
.t-store__card__mark {
    font-weight: 500;
    font-size: 12px;
    font-family: Roboto, Arial, sans-serif;
    display: table-cell;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
h2.t-store__tabs__item-title.t-name.t-name_xs {
    font-weight: 700;
}

@media screen and (min-width: 990px) {
.js-store-tabs.t-store__tabs.t-store__tabs_accordion.t-col.t-col_12 {
    width: calc(4 / 12* 100% - 40px);
    margin-left: calc(7 / 12* 100% + 20px);
    margin-top: 30px;
    margin-bottom: 180px;
}
.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_7 {
    position: absolute;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_4 {
    margin-left: calc(7 / 12* 100% + 20px);
}
.js-store-product.js-product.t-store__product-snippet {
    margin-top: 30px;
}