.t-btn_md {
    height: 60px;
    font-size: 22px;
    padding-left: 60px;
    padding-right: 60px;
}

.t-submit {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 22px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
}

.t-btn_md {
    height: 60px;
    font-size: 18px;
    padding-left: 60px;
    padding-right: 60px;
}
 .t-store__tabs__content strong {
        font-weight: 500 !important;
    }
#allrecords strong {
    font-weight: normal;
    }
    
 .t951__sidebar .t-store__filter__item-title {
    margin-bottom: 20px;
    font-weight: 500;
}

/* типографика */
.t-descr_xxs { font-size: 20px; }
.t-name_xs { font-size: 20px; }
.t-name_md { font-size: 32px; }

.tmenu-mobile__container {
    padding: 5px;
}

/* =========================
   📑 ТАБЫ (ЧЁРНО-БЕЛЫЙ СТИЛЬ)
   ========================= */


/* НЕАКТИВНЫЙ ТАБ */
.t-store__tabs__button {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 5px;

    margin-right: 4px;
    cursor: pointer;

    transition: all 0.2s ease;
}

/* текст заголовка */
.t-store__tabs__title {
    color: #fff !important;
}

/* АКТИВНЫЙ ТАБ */
.t-store__tabs__button_active,
.t-store__tabs__button.t-active {
    border: 1px solid #fff;
}

/* активный текст */
.t-store__tabs__button_active .t-store__tabs__title,
.t-store__tabs__button.t-active .t-store__tabs__title {
    color: #000 !important;
}

/* =========================
   📱 АДАПТИВ
   ========================= */

@media screen and (max-width: 960px) {

    .t-store__tabs {
        margin-top: 30px !important;
    }

    .t-store__tabs__content {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    .t-store__tabs__button,
    .t-store__tabs__title {
        text-align: center !important;
        justify-content: center !important;
    }

    .t-descr_xxs { font-size: 15px !important; }
    .t-name_xs { font-size: 16px !important; }
    .t-name_md { font-size: 22px !important; }
}