.t-input {
    font-family: 'jost',sans-serif;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0;
    border: 1px solid #C5C5C5;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
}
.t-input-title {
    margin-bottom: #000;
    font-weight: 400;
    font-family: 'jost';
    font-size: 14px;
    padding-bottom: 5px;
    margin-top: 30px;
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 1px solid #C5C5C5;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    .input-form {
    width: 304px;
    height: 50px;
    border: 1px solid rgba(60, 60, 60, 0.3);
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #3C3C3C;
}