.t-input {
    font-family: 'TildaSans',Arial,sans-serif;
}

.t972__buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .t-btnflex_xs, .t-btn.t-btnflex_xs, .t-submit.t-btnflex_xs {
        --height: 35px;
    }
    .t778__textwrapper.t778__paddingbig {
    padding: 20px 20px;
}

.t778__paddingbig.t778__btn-wrapper {
    padding: 15px 20px;
}
}

@media screen and (max-width: 640px) {
    .t-heading_lg {
        font-size: 38px;
    }
}
@media screen and (max-width: 960px) {
    .t495__col {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    
    .t495__line {
    height: 1px;
    margin: 1px 20px 1px 0;
    background-color: #000;
}
}
@media screen and (max-width: 960px) {
    .t007 .t-col {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}