.t-store__card .t-store__card__price::before {
    content: "Стоимость включая НДС, от";
    display: block;
    font-size: 16px; /* Размер текста */
    font-weight: bold; /* Жирный шрифт */
    color: #6D7074; /* Серый цвет текста */
    margin-bottom: 5px; /* Отступ перед ценой */
    

