.contact-section{background-color:var(--bg-third-color);flex-direction:column;align-items:center;padding:clamp(4rem,7vw,7rem) 0 clamp(4rem,6vw,6rem);display:flex;position:relative;overflow:hidden}.contact-section:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#f5872c12 0%,#0000 70%);width:600px;height:300px;position:absolute;top:-5%;left:50%;transform:translate(-50%)}.contact-section .badge{z-index:1;background:#f5872c12;border:1px solid #f5872c4d;border-radius:100px;align-self:flex-start;align-items:center;gap:7px;margin:0 0 clamp(1.5rem,2.5vw,2.5rem) 10vw;padding:5px 16px;display:inline-flex;position:relative}.contact-section .badge:before{content:"";background:var(--primary-color);width:6px;height:6px;box-shadow:0 0 8px var(--primary-color);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite contact-badge-pulse}@keyframes contact-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.contact-section .badge span{letter-spacing:.12em;text-transform:uppercase;color:var(--primary-color);font-size:10.5px;font-weight:700}.contact-section .container{z-index:1;box-sizing:border-box;flex-direction:row;align-items:flex-start;gap:clamp(2rem,4vw,5rem);width:100%;padding:0 10vw;display:flex;position:relative}.contact-section .container .info{flex-direction:column;flex:none;justify-content:space-between;gap:clamp(2.5rem,4vw,4rem);width:clamp(280px,42%,640px);display:flex}.contact-section .container .main-info-text{flex-direction:column;gap:.9rem;display:flex}.contact-section .info .main-info-text h2{letter-spacing:-.04em;color:#2a3342;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1}.contact-section .info .main-info-text p{color:#8896ab;margin:0;font-size:clamp(1rem,1.3vw,1.15rem);font-weight:400;line-height:1.7}.contact-section .info .other-info{flex-direction:column;gap:1.5rem;display:flex}.contact-section .info .other-info .info-item{flex-direction:column;gap:4px;display:flex}.contact-section .info .other-info .info-item h4{letter-spacing:.1em;text-transform:uppercase;color:var(--primary-color);margin:0;font-size:.78rem;font-style:normal;font-weight:700;line-height:1}.contact-section .info .other-info .info-item p,.contact-section .info .other-info .info-item a{color:#2a3342;width:fit-content;margin:0;font-size:1.05rem;font-style:normal;font-weight:500;line-height:1.5;text-decoration:none;transition:color .2s;display:inline-block}.contact-section .info .other-info .info-item a:hover{color:var(--primary-color)}.contact-section .contact-form{flex-direction:column;flex-shrink:0;width:clamp(320px,45%,560px);display:flex}.contact-section .contact-form form{background-color:#fff;border:1px solid #2a334214;border-radius:32px;flex-direction:column;gap:16px;padding:clamp(24px,3vw,44px);display:flex;box-shadow:0 4px 6px #2a33420a,0 20px 60px #2a334212}.contact-section .contact-form form .input-with-label{flex-direction:column;gap:6px;display:flex}.contact-section .contact-form form .input-with-label label{letter-spacing:.04em;text-transform:uppercase;color:#556987;font-size:.82rem;font-weight:600}.contact-section .contact-form form input,.contact-section .contact-form form textarea{color:#2a3342;background-color:#f8f9fb;border:1px solid #e4e8ee;border-radius:12px;outline:none;padding:12px 14px;font-family:inherit;font-size:.95rem;font-weight:500;transition:border-color .2s,background-color .2s,box-shadow .2s}.contact-section .contact-form form input:focus,.contact-section .contact-form form textarea:focus{background-color:#fff;border-color:#f5872c80;box-shadow:0 0 0 3px #f5872c14}.contact-section .contact-form form textarea{resize:none;height:140px}.contact-section .contact-form form textarea::placeholder,.contact-section .contact-form form input::placeholder{color:#b0bac9;font-style:normal;font-weight:400}.contact-section .contact-form form .checkbox-with-label{align-items:flex-start;gap:10px;display:flex}.contact-section .contact-form .checkbox-with-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color);flex-shrink:0;margin-top:3px}.contact-section .contact-form form .checkbox-with-label label{color:#8896ab;font-size:.82rem;font-weight:400;line-height:1.6}.contact-section .contact-form form button{cursor:pointer;letter-spacing:.02em;background-color:var(--primary-color);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-family:inherit;font-size:.95rem;font-weight:600;transition:box-shadow .2s,transform .15s;position:relative;overflow:hidden}.contact-section .contact-form form button:hover{transform:translateY(-1px);box-shadow:0 4px 20px #f5872c66}.contact-section .contact-form form button:active{transform:translateY(0)}.contact-section .contact-form form button:after{content:"";opacity:0;background:#ffffff1a;transition:opacity .2s;position:absolute;inset:0}.contact-section .contact-form form button:hover:after{opacity:1}@media screen and (max-width:767px){.contact-section .badge{margin:0 0 clamp(1.5rem,2.5vw,2.5rem) 5vw}.contact-section .container{flex-direction:column;gap:clamp(2.5rem,10vw,4rem);padding:0 5vw}.contact-section .contact-form{width:100%}.contact-section .info .main-info-text h2{font-size:clamp(1.75rem,7vw,2.5rem)}}
