/*Отступ у первой строки*/
@media screen and (min-width: 960px) {
    .hindent {
    text-indent: 60px;
}
}

@media screen and (max-width: 960px) {
    .hindent {
    text-indent: 30px;
}}


/*Добавляем от перед ценой*/
.t-store__card__price:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t-store__card__price:before {content: "от "}
.t-store__card__price-item {font-size: 16px}
.t-store__card__price-value {font-weight: 800}

.t744__price-value:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t744__price-value:before {content: "от "}

.t706__cartwin-prodamount-price:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t706__cartwin-prodamount-price:before {content: "от "}

.t1002__product-title__option div:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t1002__product-title__option div:before {content: "от "}

.t-store.js-store-prod-price:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t-store.js-store-prod-price:before {content: "от "}

.t-site-search-dm__result__product_price:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t-site-search-dm__result__product_price:before {content: "от "}

.t-store__prod-popup__price:before {
    vertical-align: bottom;
    padding-right: 2px;}
.t-store__prod-popup__price:before {content: "от "}

/*Скрываем варианты товара в карточке товара и добавляем отсуп над артикулом (отдельная страница)*/
.js-product-controls-wrapper {
    display: none;
}
.t744__title_small {
    margin-top: 10px;
}



/*Доработка страницы товара привязанной к блоку Каталог (не отдельная страница)*/
.t-store__prod-snippet__container {
    background: #f5f6fa;
}
.t-store__prod-popup__name {
    font-size: 34px;
    line-height: 1.0!important;
}
.js-store-prod-all-text {
    font-size: 16px;
}
.js-store-prod-price {
    font-size: 22px;
    font-weight: 500!important;
}


/*Доработка корзины*/
@media screen and (max-width: 560px) {
.t706 .t706__close, .t702 .t-popup__block-close {
    background: #fff;
}
.t706__cartwin-close-icon g, .t702 .t-popup__close-icon g {
    fill: #2D2D2D
}
/*доработка таблиц у товаров*/
.t431__td, .t431__th {
    font-size: 14px!important;
}}