.progress{margin-left:auto;margin-right:auto;font-size:16px;display:flex;align-items:flex-start;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:24px;font-weight:300}@media(max-width:780px){.progress{font-size:14px}}.progress__item span{opacity:.5;position:relative}.progress__item span:after{content:"";display:block;width:100%;height:2px;background:#2f80ed;position:absolute;bottom:-8px;left:0;border-radius:8px;opacity:0}.progress__active span{opacity:1;font-weight:400}.progress__active span:after{opacity:1}