.page__up{background-color:#fff;box-shadow:0 0 8px rgba(51,51,51,.2);position:fixed;cursor:pointer;border-radius:50%;color:#fff;z-index:100;opacity:0;visibility:hidden;transition:all .2s ease-in-out;left:16px;bottom:18px;width:36px;height:36px}.page__up.bottom-gap{bottom:88px}@media (min-width:991px){.page__up{bottom:18px!important}}.page__up .page__up__progress{transform:rotate(-90deg);fill:rgba(0,0,0,0);stroke:rgba(0,0,0,0);transition:all .2s ease;opacity:0}.page__up .page__up__progress .progress__bottom{stroke:red}.page__up .page__up__progress .progress__circle{stroke:#5774da;stroke-dashoffset:0;transition:stroke-dashoffset .5s ease}.page__up .page__up__progress.ready{opacity:1}.page__up .page__up__i{display:block;fill:#5774da;position:absolute;left:0;right:0;top:0;border:0;bottom:0;margin:auto}@media (min-width:1025px){.page__up:hover{opacity:1;background-color:#5774da}.page__up:hover .page__up__i{fill:#fff}}@media (max-width:1024px){.page__up:active{opacity:1;background-color:#5774da}.page__up:active .page__up__i{fill:#fff}}.page__up.show{opacity:1;visibility:visible}