.loader_website{z-index:1100;-o-transition:ease-in-out .1s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;background-color:#00000080;width:100%;height:100%;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;display:block;position:fixed;top:0;left:0}.loader_website *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box}body.loader .loader_website span{top:18%}.loader_website>span{-o-border-radius:100%;-ms-border-radius:100%;-o-transition:ease-in-out .1s;-o-box-shadow:#000 0px 5px 10px -5px;-ms-box-shadow:#000 0px 5px 10px -5px;background-color:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;width:48px;height:48px;margin-left:-24px;padding:4px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;display:block;position:absolute;top:-50px;left:50%;-webkit-box-shadow:0 5px 10px -5px #000;-moz-box-shadow:0 5px 10px -5px #000;box-shadow:0 5px 10px -5px #000}.loader_website>span>svg{fill:#0000;stroke:#1a73e8;stroke-width:5px;animation:2s infinite loader_dash,2s linear infinite loader_rotate}@keyframes loader_dash{0%{stroke-dasharray:1 95;stroke-dashoffset:0}50%{stroke-dasharray:85 95;stroke-dashoffset:-25px}to{stroke-dasharray:85 95;stroke-dashoffset:-93px}}@keyframes loader_rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}