.t-descr_md {
    font-size: 20px;
    line-height: 1.55;
}

.t-descr {
    font-family: 'Circe',Arial,sans-serif;
    font-weight: 400;
    color: #474030;
}

.t-input {
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
.t-input {
    font-family: 'Circe', Arial,sans-serif;
}

.t-submit {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 20px;
    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: 0;
    background: 0 0;
}
.t-submit {
    font-family: 'Circe',Arial,sans-serif;
}



