.form-container { background-color: #EDECEA; }
.form-box { background: var(--fig-grey); padding: 50px; }
.form-content-left { width: 100%; max-width: 537px; }
.form-main-title { font-size: 70px; margin-bottom: 58px; }
.form-title, .office-title { font-family: var(--fig-font-secondary); font-size: 40px; font-weight: 400; line-height: 1.3; margin-bottom: 30px; }
.office-link-wrap { margin-top: 25px; }
.offices-holder { margin-top: 55px; }
.office-link { color: var(--fig-green); }
.office-link:hover { text-decoration: underline; }
.form-box h4 { font-size: 35px; line-height: 1.1; margin-bottom: 48px; }
.form-group:not(:last-child) { margin-bottom: 20px; }
.form-control { padding: 14px 12px; height: 44px; border: 1px solid transparent; border-radius: 0; font-size: 15px; line-height: 1.3; letter-spacing: -0.03em; }
.form-control:focus { border-color: #144633; outline: 0; box-shadow: none; }
textarea.form-control { height: 94px; resize: none; }
.btn-submit { margin-top: 16px; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
.form-main-title { font-size: 60px; }
}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
.form-content-left { max-width: 100%; }
.form-main-title { font-size: 50px; }
.form-title, .office-title { font-size: 35px; }
.form-box { padding: 40px; }
.form-box h4 { margin-bottom: 30px; }
.btn-submit { margin-top: 35px; }
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.form-main-title { font-size: 35px; }
.form-title, .office-title { font-size: 30px; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }
@media (max-width:389.98px) {
.form-box { padding: 24px; }
.form-box h4 { font-size: 26px; }
.form-title, .office-title { font-size: 25px; }
}