.text-field__label{display:block;margin-bottom:8px;color:#262626}.text-field__input{width:100%;height:48px;border:1px solid #ccc6c0;border-radius:8px;padding:12px;font-size:16px;font-weight:500;color:#262626}.text-field__input::placeholder{color:#99938d;font-weight:500}.text-field__input:focus{border-color:2px solid #3973ac}.contact-us{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:992px){.contact-us{flex-direction:column}}.contact-us__title{margin-top:16px}.contact-us__description{max-width:462px;width:100%}@media screen and (max-width:992px){.contact-us__description{text-align:center;margin-bottom:40px}}.contact-us__form{max-width:592px;width:100%;margin-left:40px}@media screen and (max-width:992px){.contact-us__form{margin-left:0}}.contact-us__input{margin-bottom:24px}.contact-us__input:last-child{margin-bottom:40px}.contact-us__textarea>textarea{height:96px}