.form-steps{background:#fff;max-width:1100px;margin:0 auto;padding:0 15px;border-radius:5px}.form-steps-wrapper{max-width:600px;margin:0 auto;width:100%;display:flex;justify-content:space-between;position:relative}.form-steps-wrapper:before{content:'';position:absolute;top:40px;left:50%;transform:translateX(-50%);margin:0 auto;width:calc(100% - 75px);border:1px dashed #333}.step{text-align:center;width:150px}.step-shape{width:80px;height:80px;margin:0 auto;border-radius:100%;display:flex;align-items:center;justify-content:center;position:relative}.step-shape:before{content:'';width:80px;height:80px;margin:0 auto;border-radius:100%;background:#333;position:absolute;z-index:1}.step-shape img{position:relative;z-index:10;max-width:50px}.step-content h4{margin:15px 0 5px;font-size:22px;line-height:32px;color:#333}.step.active h4{color:#00b562}.step-content p{margin:0}.step.active .step-shape:before{background:#102d7b}.step.active .step-shape:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:92px;height:92px;border-radius:100%;background:#fff;border:1px solid #00b562}@media(max-width:600px){.form-steps-wrapper{flex-direction:column}.form-steps-wrapper:before{top:0;height:calc(100% - 35px);width:initial}.step{background:#fff;z-index:10;width:initial}.step:not(:last-of-type){margin-bottom:30px}}