.progress-wrap{position:fixed;right:0px;bottom:30px;height:46px;width:46px;cursor:pointer;display:block;background-color:#FFFFFF;border-radius:50px;box-shadow:inset 0 0 0 2px #FFFF00;z-index:9990;opacity:0;visibility:hidden;transform:translateY(15px);transition:all 200ms linear;}.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0);}.progress-wrap::after{position:absolute;content:'';background:url('../images/short-arrow.svg') no-repeat center center/25px 25px;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;transition:all 200ms linear;}.progress-wrap:hover::after{opacity:0;}.progress-wrap::before{position:absolute;content:'';background:url('../images/short-arrow-hov.svg') no-repeat center center/25px 25px;opacity:0;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:2;transition: all 200ms linear;}.progress-wrap:hover::before{opacity:1;}.progress-wrap svg path{fill:none;}.progress-wrap .progress-circle path{stroke:#FF0000;stroke-width:4;box-sizing:border-box;transition:all 200ms linear;}