/*Шрифт в формах*/

form .t-descr,
form .t-input,
form .t-select{
font-family: 'Roboto', Arial, sans-serif;
}
form .t-input-subtitle {
    font-size: 14px;
}

label.t-checkbox__control.t-store__filter__checkbox.t-descr.t-descr_xxs {
    font-size: 18px;
    font-family: 'Roboto';
}

.t-store__filter__item-title.js-store-filter-item-title {
    font-size: 18px;
}

.t-product__option-title    {
    font-family: 'Roboto';
    font-size: 20px;
}

.t-product__option-select  {
    font-family: 'Roboto';
    font-size: 20px;
}