.contact-container{flex-direction:column;gap:100px;padding-top:200px;display:flex}.contact-first-section{flex-wrap:wrap;justify-content:center;align-items:center;gap:50px;display:flex}.contact-first-section-title{font-size:2rem;font-weight:700}.contact-first-section-content{flex-direction:column;gap:20px;width:60%;max-width:600px;display:flex}.contact-first-section-text{color:var(--text-color-footer);font-size:14px;line-height:1.6}.contact-second-section{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;margin-top:80px;display:flex}.contact-second-element{background-color:#fdfdfd;border-radius:8px;flex-direction:column;gap:10px;padding:20px 70px 20px 30px;display:flex;position:relative;box-shadow:0 4px 8px #0000001a}.contact-second-element-title{font-size:14px}.contact-second-element-content{font-size:16px;font-weight:600}.contact-second-element-icon{color:var(--primary-color);font-size:20px;transition:all .3s;position:absolute;bottom:20px;right:10px;transform:rotate(-45deg)}.contact-second-element-icon:hover{transform:scale(1.02)rotate(15deg)}.contact-third-section{justify-content:space-evenly;gap:50px;width:100%;display:flex}.contact-third-image{object-fit:contain;width:50%;max-width:400px;height:auto}.contact-third-form{flex-direction:column;gap:50px;width:50%;display:flex}.contact-form-row{gap:20px;display:flex}.contact-form-group{flex-direction:column;gap:10px;width:50%;display:flex}.contact-form-group label{font-size:14px;font-weight:600}.contact-form-group input,.contact-form-group textarea{resize:none;background-color:#f0f0f0;border:none;border-radius:4px;padding:10px;font-size:14px;transition:all .3s}.contact-form-group input:focus,.contact-form-group textarea:focus{background-color:#fff;outline:none}.contact-form-group.full-width{width:100%}.contact-form-group.full-width textarea{height:150px}.contact-submit-section{align-items:center;gap:10px;width:100%;display:flex}.contact-submit-checkbox{width:16px;height:16px;accent-color:var(--primary-color)}.contact-submit-text{color:var(--primary-color);font-size:14px}.contact-submit-button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-left:auto;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .3s}@media (max-width:980px){.contact-third-image{display:none}.contact-first-section-title{max-width:100%}.contact-first-section-content{width:500px;max-width:70%}.contact-second-section{gap:30px}.contact-second-element,.contact-third-form{width:100%}}
