
.t-descr_md {font-size:26px;}

@media (min-width: 991px){
    .t-btnwrapper a {
    font-size: 28px;
    font-weight: 500!important;
}
a.t581__btn.t-btn.t-btn_md {
    font-size: 28px;
    font-weight: 500;
}

}



/*======24.04.2024================*/
/*кнопка в шапке*/
.uc-header .t-btn {
    font-size: 28px;
    height: 60px;
}

/*кнопка в карточках с ценой*/
.uc-price-cards .t599__btn-title {
    font-size: 25px;
}

/*кнопка в блоках, где нет доп настроек для кнопок*/
.uc-block-with-button .t-btn_sm {
    font-size: 25px;
    height: 60px;
    padding: 0 15px !important;
}

/*шрифт в форме*/
.uc-form-bottom .t-descr_md,
.uc-form-bottom .t-submit,
.uc-form-bottom .t678__form-bottom-text,
.uc-form-bottom .t-select,
.uc-form-bottom .t-input{
    font-size: 35px;
}

/*названия полей в форме*/
.t678 .t-input-group {
    margin-bottom: 25px;
    text-align: center;
}

/*возможно удалить*/
/*.btn-shadow {*/
/*    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);*/
/*    border-radius: 10px;*/
/*}*/
/*.btn-shadow:hover {*/
/*    transition-property: background-color, color, border-color, box-shadow;*/
/*    transition-duration: 0.2s;*/
/*    transition-timing-function: ease-in-out;*/
/*    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
/*}*/

/*увеличить мелкие заголовки в адаптиве*/
@media screen and (max-width: 900px) {
    .uc-title-size-mob .t-text_md,
    .uc-title-size-mob .t-card__link,
    .uc-title-size-mob .t051__text {
    font-size: 40px;
    }
    .uc-title-size-mob .t819__select{
    font-size: 25px;
    }
    .t902 .t-section__descr p {
    font-size: 30px;
    }
    .t051 .t051__text {
    font-size: 40px;
    }

    .uc-price-cards .t599__title {
        font-size: 30px;
    }
    .uc-price-cards .t599__subtitle {
        font-size: 25px;
    }

    .t581 .t581__descr {
        font-size: 25px;
    }
    .t764 .t764__descr span {
        font-size: 25px;
    }

    .t189 .t189__descr {
        font-size: 25px;
    }

    .t554 .t-text strong {
        font-size: 40px;
    }
}