.main-contact-section{justify-content:center;width:100%;height:fit-content;min-height:100vh;display:flex;position:relative;overflow-x:clip}.contactSection{width:calc(100% - (var(--gutter-width) * 2));flex-direction:row;justify-content:space-between;gap:60px;max-width:2000px;height:100%;padding-top:150px;padding-bottom:40px;display:flex}.left-contactSection{flex-direction:column;gap:15px;max-width:561px;display:flex}#textContactSectionTitle{letter-spacing:-.03em;max-width:4.5em;font-size:clamp(50px,6.5vw,100px);line-height:100%}.wordContactSectionTitle4{font-family:var(--font-secondary);color:var(--orange-primary);text-transform:lowercase;font-size:.8em;line-height:100%;overflow:visible}#textContactSectionSubTitle{letter-spacing:-.03em;max-width:12em;font-size:clamp(20px,2vw,30px);font-weight:600;line-height:100%;display:inline-block}.formContactSection{background-color:#ffffff4d;border:1px solid #c3c3c3;border-radius:10px;flex-direction:column;gap:20px;width:100%;max-width:660px;height:fit-content;padding:40px;display:flex}.title-form h1{letter-spacing:-.03em;font-size:clamp(40px,4vw,50px)}.input-grp-form{flex-direction:column;gap:10px;display:flex}.input-grp-form span{color:var(--orange-primary-stroke);opacity:.8;letter-spacing:0%;font-size:14px;font-weight:800}.input-wrapper{border-radius:10px;position:relative}.input-wrapper input{border:1px solid var(--orange-primary-stroke);border-radius:10px;outline:none;width:100%;padding:20px;font-size:15px}.input-wrapper select{border:1px solid var(--orange-primary-stroke);width:100%;font-size:15px;font-family:var(--font-primary);background-color:var(--white);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a65d32' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;border-radius:10px;outline:none;padding:20px}.input-wrapper select:invalid{color:#757575}.input-wrapper textarea{resize:none;border:1px solid var(--orange-primary-stroke);width:100%;height:141px;font-size:15px;font-family:var(--font-primary);border-radius:10px;outline:none;padding:20px;display:block}.input-wrapper:after{content:"";transition:box-shadow .2s cubic-bezier(.32, .72, 0, 1), scale .85s linear(0, .5737 7.6%, .8382 11.87%, .9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, .9995 46.99%, .9872 51.63%, .9842 58.77%, 1.0011 81.26%, 1);pointer-events:none;z-index:1;border-radius:10px;display:block;position:absolute;inset:-.015em}.input-wrapper:focus-within:after{box-shadow:0 0 0 .09em var(--orange-primary-stroke)}.notice-form span{color:var(--orange-primary-stroke);opacity:.8;letter-spacing:0%;font-size:14px;font-weight:800}.form-topic-hint a{color:var(--orange-primary);text-decoration:underline}.send-btn-form,.btn-form-send{width:100%}@media (max-width:1132px){.contactSection{flex-direction:column}.formContactSection{width:100%;max-width:none}}@media (max-width:600px){.formContactSection{padding:25px 20px}}
