  /* КОРЗИНА И ОФОРМЛЕНИЕ ЗАКАЗА */
.t-store__prod-popup__info .t-btnflex.t-btnflex_type_button {
    padding-left: 0;
}
.t-carousel__zoomer__item {
    background: #000000;
}
.t-carousel__zoomed, .t-carousel__zoomer__slides {
    background: #000000;
}
.t706__sidebar-heading {
    color: #000000;
}
.t706__cartpage-heading {
    color: #000000;
}
.t706__auth {
    background: #000000;
}

  /* ОТМЕТКИ SALE/NEW */
.t-store__card__mark-wrapper {
    right: 7%;
}
@media (max-width: 1200px) {
    .t-store__card__mark-wrapper {
        right: 6%;
    }
}
@media (max-width: 960px) {
    .t-store__card__mark-wrapper {
        right: -6%;
    }
}
@media (max-width: 768px) {
    .t-store__card__mark-wrapper {
        right: 10px;
    }
}