.t-input_bbonly { /* шрифт инпутов в форме */
    font-family: 'Inter';
    font-weight: 'Regular';
}

.t-input-title { /* шрифт заголовков в форме */
    font-family: 'Inter';
    font-weight: 'Regular';
}

.t-input-subtitle { /* шрифт подзаголовков в форме */
    font-family: 'Inter';
    font-weight: 'Regular';
}

 .t-popup__container{ /* Скругление углов pop-up*/
        border-radius: 16px;
        
    }