html {
    scroll-behavior: smooth;
}

.tn-form__submit {
    text-align: right !important;
}

@media screen and (min-width: 768px) {
    .t-input-title {
        font-size: 2vw !important;
        padding-bottom: 1vw !important;
    }
    
    .t-input-group {
        margin-bottom: 2vw !important;
    }

    .t-input {
        font-size: 1.5vw !important;
        height: 3vw !important;
    }

    .t-input:focus  {
        border-color: #FA722A !important;
    }
    
    .t-input::placeholder {
        font-size: 1.5vw !important;
    }

    .t-submit {
        font-size: 2vw !important;
        border-radius: 0.5vw !important;
        height: 4vw !important;
        width: 13vw !important;
    }
    
    .burger-menu {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .t-input-title {
        font-size: 8vw !important;
        padding-bottom: 4vw !important;
    }
    
    .t-input-group {
        margin-bottom: 8vw !important;
    }

    .t-input {
        font-size: 6vw !important;
        height: 12vw !important;
    }

    .t-input:focus  {
        border-color: #FA722A !important;
    }
    
    .t-input::placeholder {
        font-size: 6vw !important;
    }

    .t-submit {
        font-size: 8vw !important;
        border-radius: 2vw !important;
        height: 16vw !important;
        width: 40vw !important;
    }
}