.contact-form{padding-top:6rem;padding-bottom:6rem}.contact-form__title{margin-bottom:1.6rem;position:relative;text-align:center;color:#374151}.contact-form__title::before,.contact-form__title:after{content:"";position:absolute;z-index:-1;width:20rem;height:20rem;background:#fde047;border-radius:50%;filter:blur(5rem);opacity:.2;pointer-events:none}.contact-form__title::before{top:7rem;right:-5rem}.contact-form__title::after{bottom:-40rem;left:-5rem}.contact-form__subtitle{margin-bottom:5rem;text-align:center;color:#6b7280}.contact-form__steps{margin-bottom:5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:3.2rem}.contact-form .step-item{padding:2.4rem;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:1.6rem;transition:transform .3s,box-shadow .3s}.contact-form .step-item:hover{transform:translateY(-.4rem);box-shadow:0 1.2rem 3.2rem rgba(0,0,0,.08)}.contact-form .step-num{margin-bottom:2rem;width:7rem;height:7rem;display:flex;align-items:center;justify-content:center;color:#374151;border-radius:50%;background:linear-gradient(135deg,#fde047 0,#facc15 100%)}.contact-form .step-value__title{color:#374151;margin-bottom:1.2rem}.contact-form .step-value__descr{color:#6b7280}@media (max-width:576px){.contact-form{padding-top:2.8rem;padding-bottom:2.8rem}.contact-form__title::before{top:-5rem}.contact-form__title::after{content:none}.contact-form__subtitle{margin-bottom:4rem}.contact-form__steps{margin-bottom:3.2rem;grid-template-columns:1fr;gap:2rem}.contact-form .step-item{padding:0}.contact-form .step-item:hover{transform:none;box-shadow:none}.contact-form .step-num{margin-bottom:1.6rem;width:5rem;height:5rem}}