.t-store__tabs__content.t-descr.t-descr_xxs {
    max-width: 100%;
    font-size: 16px;
}

/* Заголовок раскрывающегося таба в карточке товара */
.t-store__tabs__item-title.t-name.t-name_xs {
    font-size: 22px;
}

/* цена товара */
.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value {
    font-size: 26px;
    font-family: 'Mediator', Arial, sans-serif;
}

/* размер текста на кнопке купить */
.js-store-prod-popup-buy-btn-txt {
    font-size: 17px;
}

.js-store-prod-all-text {
    font-size: 14px;
}

.js-store-prod-all-charcs {
    font-size: 14px;
}

.t-store__tabs__button-title.t-name.t-name_xs {
    font-size: 20px;
}

.tmenu-mobile.tmenu-mobile_positionfixed {
    box-shadow: 0px 2px 14px rgba(0,0,0,0.6);
}

/*Отдельный шрифт для цены - Каталог */

.js-product-price.js-store-prod-price-val.t-store__card__price-value {
    font-family: 'Mediator', Arial, sans-serif;
}
/*Старая цена*/
.js-store-prod-price-old-val.t-store__card__price-value {
    font-family: 'Mediator', Arial, sans-serif;
    font-size: 18px;
}


.t-store__card__price-currency  {
        font-family: 'Mediator', Arial, sans-serif;
        font-size: 20px;
    }


/*Секция "Смотрите так же" в карточке товара - Заголовок*/
@media screen and (max-width: 960px) {
    .t-store__relevants__title {
        margin: 45px 0 30px;
        line-height: 1.23;
        font-weight: 600;
    }
}
@media screen and (max-width: 640px) {
    .t-uptitle_xxl {
        font-size: 32px;
    }
}
/*
.t228__imglogo {
 max-height: 180px   
}
*/

/*Виджет Яндек Пей*/
.ya-pay-widget {
    width: 250px !important;
  }