#contacts-page{.wrapper{display:flex;flex-direction:column;align-items:center;.contact-information{display:flex;flex-direction:row;justify-content:space-between;max-width:960px;width:100%;gap:60px;.content{width:40%;@media (max-width:1200px){width:50%}@media (max-width:767px){width:100%}.header{*>*{font-size:inherit;font-weight:inherit;font-family:inherit;line-height:inherit;letter-spacing:inherit}@media (max-width:1024px){width:100%}}.description{margin-top:20px;>*{text-wrap:balance}a{color:inherit;text-decoration:none}}.links{display:flex;flex-direction:row;justify-content:space-between;margin-top:16px;.socials{margin-top:16px;display:flex;flex-direction:row;gap:14px}.arrows{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;.contact-arrow:first-child{transform:translateY(50px);@media (max-width:1024px){transform:translateY(30px)}@media (max-width:767px){transform:translateY(30px) rotate(90deg)}}.contact-arrow:last-child{@media (max-width:767px){transform:rotate(90deg)}}.contact-arrow{@media (max-width:1024px){width:75%}@media (max-width:767px){width:inherit}}}}}@media (max-width:1200px){padding-left:30px;padding-right:30px}@media (max-width:767px){flex-wrap:wrap;padding-left:30px;padding-right:30px}}.map-wrapper{width:60%;@media (min-width:768px) and (max-width:1200px){width:50%}@media (max-width:767px){width:100%}}.contacts-form{display:flex;justify-content:center;margin-top:72px;background-size:100% 100%;background-repeat:no-repeat;width:100%;& .wrapper{display:flex;flex-direction:column;align-items:flex-start;max-width:960px;width:100%;padding-top:120px;padding-bottom:180px;.header{&>*{font-size:52px}@media (max-width:767px){margin-top:32px}}.description{margin-top:24px;margin-bottom:28px;p.description-item{font-size:16px;font-weight:400}}.form-wrapper{width:100%;form{display:flex;flex-direction:row;justify-content:space-between;@media (max-width:767px){display:grid;grid-template-areas:"email name" "message message" "button button";justify-content:normal;grid-gap:1em;gap:1em;.MuiFormControl-root:last-child{margin-top:32px;width:100%;align-items:center;button{max-width:380px;width:100%}}.MuiFormControl-root:first-child{grid-area:email}.MuiFormControl-root:nth-child(2){grid-area:name}.MuiFormControl-root:nth-child(3){grid-area:message}.MuiFormControl-root:last-child{grid-area:button}}}}}}}}