﻿#contact-w { width: 800px; margin: 0 auto 60px; max-width: 100%; }
    #contact-w > h2 { font-size: 38px; text-transform: uppercase; text-align: center; margin: 50px 0 20px; }
    #contact-w > h3 { text-align: center; }
    #contact-w > .address { text-align: center; margin-bottom: 60px; }

#main-form > .line { display: flex; }
    #main-form > .line > .field { margin: 0 10px; margin-bottom: 20px; }
        #main-form > .line > .field > .lbl { font-weight: bold; font-size: 14px; }
        #main-form > .line > .field > .ctrl > input, #main-form > .line > .field > .ctrl > textarea { width: 100%; border: solid 1px #BABABC; background: #F4F4F7; border-radius: 5px; padding: 10px 20px; box-sizing: border-box; font-size: 18px; }
        #main-form > .line > .field > .ctrl > input { height: 44px; }
        #main-form > .line > .field > .ctrl > textarea { height: 300px; }

.submit-w { text-align: center; margin-top: 40px; }
    .submit-w > .btn { background: #FF9D26; width: 170px; height: 50px; }

.input-validation-error { background: #ffe7eb !important; }

@media (max-width:767px) {
    #main-form > .line { display: block; }
}
