.page-loading{width:100%;height:100vh;margin-top:0;position:fixed;z-index:2100;display:flex;justify-content:center;align-items:center;align-content:center;background:url('../images/ap.png') center no-repeat #fff;background-size:calc(10% - 5vmax)}div.loader{width:8vmax;height:8vmax;border-right:9px solid #0098db;border-radius:100%;-webkit-animation:1.5s linear infinite spinRight;animation:1.5s linear infinite spinRight}div.loader:before{content:"";width:6.5vmax;height:6.5vmax;display:block;position:absolute;top:calc(50% - 3vmax);left:calc(50% - 3vmax);border-left:8px solid #a9cf46;border-radius:100%;-webkit-animation:1.5s linear infinite spinLeft;animation:1.5s linear infinite spinLeft}@-webkit-keyframes spinLeft{from{transform:rotate(0)}to{transform:rotate(720deg)}}@keyframes spinLeft{from{transform:rotate(0)}to{transform:rotate(720deg)}}@-webkit-keyframes spinRight{from{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes spinRight{from{transform:rotate(360deg)}to{transform:rotate(0)}}@media screen and (max-width:39.9375em){.page-loading{background-size:calc(20% - 5vmax)}div.loader{border-right:6px solid #0098db}div.loader:before{border-left:5px solid #a9cf46}}