:root{--red:#da2c4d;--yellow:#f8ab37;--green:#2ecc71;--white:#fff;--grey-light:#f2f7f9;--grey:#ecedf3;--black:#080808;--black-blue:#1f2029;--black-blue-light:#353746;--black-blue-light-2:#404255;--black-blue-light-3:#4b4d64;--black-light:#424455}.progress-wrap{align-items:center;border-radius:50px;bottom:50px;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.2);cursor:pointer;display:flex;height:46px;justify-content:center;opacity:0;position:fixed;right:50px;transform:translateY(15px);-webkit-transition:all .2s linear;transition:all .2s linear;visibility:hidden;width:46px;z-index:10000}.progress-wrap:hover .progress-circle-arrow path{fill:#da2c4d}.progress-circle-arrow{position:absolute}.progress-wrap.active-progress{opacity:1;transform:translateY(0);visibility:visible}.progress-circle path{fill:none}.progress-wrap svg.progress-circle path{box-sizing:border-box;stroke:var(--grey);stroke-width:4;-webkit-transition:all .2s linear;transition:all .2s linear}