.b-spinner__loader{margin:0 auto;position:relative}.b-spinner__loader:before{content:"";display:block;padding-top:100%}.b-spinner__circular{animation:rotate 2s linear infinite;height:100%;inset:0;margin:auto;position:absolute;transform-origin:center center;width:100%}.b-spinner__path{animation:dash 1.5s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
