/* Мобильное меню → Выравниваем по центру */
.t975__menu-item {
    text-align: center;
}
/*Каталог → Товар → Попап → Описание: Увеличили размер текста*/
.t-descr_xxs {
    font-size: 17px !important;
    line-height: 1.4;
    font-family: 'TildaSans';
    color: #000;
    opacity: 1;
}
@media screen and (max-width: 640px) {
    .t-text_xs, .t-descr_xs {
    font-size: 16px !important;
    }
}
/*Добавляем у товаров надпись*/
.t-store__card__btns-wrapper, .js-store-buttons-wrapper:before {
    content: "✓ В наличии";
    display: block;
    clear: both;
    color: #3B918D;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 3em;
}
.t-store__prod-popup__btn-wrapper:before {
    content: "✓ В наличии";
    display: block;
    clear: both;
    color: #3B918D;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 3em;
}
.t951 .t-store__card__btns-wrapper {
    margin-top: 0px;
}
.t-store__prod-popup__btn-wrapper {
    margin-top: 0px;
}
@media screen and (max-width: 480px) {
    .t-store__card__btns-wrapper, .js-store-buttons-wrapper:before {
        content: "✓ В наличии";
        display: block;
        clear: both;
        color: #3B918D;
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 600;
        line-height: 3em;
    }
    .t-store__prod-popup__btn-wrapper {
        flex-direction: column;
    }
    .t-store__prod-popup__btn-wrapper:before {
        content: "✓ В наличии";
        display: block;
        clear: both;
        color: #3B918D;
        font-size: 16px;
        font-family: 'Montserrat';
        font-weight: 600;
        line-height: 3em;
    }
}
