/* Мобильное меню → Выравниваем по центру */
/*.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;
    }
}

/*Главная → Список товаров → Заголовок с кнопкой*/
.uc-homehtwo .t-btn {
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 980px) {
    .uc-homehtwo .t185__butwrapper {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 0px;
    }
    .t-store__scroll-icon-wrapper {
        padding: 0 20px 0 0;
    }
}

/*Зависающая кнопка «Связаться с нами: Убираем тень»*/
.t898__btn_label {
    box-shadow: none;
}
.t898__btn_label:hover {
    box-shadow: none;
    background: #51c8c3 !important;
}
.t898__icon_link {
    box-shadow: none;
}
.t898__icon_link:hover {
    box-shadow: none;
}