.loaderBack{background-color:var(--color-white);bottom:0;height:100%;left:0;overflow:hidden;position:fixed;right:0;top:0;width:100%;z-index:9999}.loader{-webkit-touch-callout:none;cursor:default;left:50%;overflow:visible;position:absolute;text-align:center;top:50%;-mos-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.loader div{animation:loading-move 3s linear infinite;color:#505050;font-size:3em;height:36px;margin:0 10px;opacity:0;position:absolute;right:0;transform:rotate(180deg);width:30px}.loader div:after{background:#ccc;border-radius:100%;bottom:-20px;content:"";height:5px;left:0;position:absolute;width:30px}.loader div:nth-child(2){animation-delay:.2s;-o-animation-delay:.2s;-moz-animation-delay:.2s;-webkit-animation-delay:.2s}.loader div:nth-child(3){animation-delay:.4s;-o-animation-delay:.4s;-webkit-animation-delay:.4s}.loader div:nth-child(4){animation-delay:.6s;-o-animation-delay:.6s;-moz-animation-delay:.6s;-webkit-animation-delay:.6s}.loader div:nth-child(5){animation-delay:.8s;-o-animation-delay:.8s;-moz-animation-delay:.8s;-webkit-animation-delay:.8s}.loader div:nth-child(6){animation-delay:1s;-o-animation-delay:1s;-moz-animation-delay:1s;-webkit-animation-delay:1s}.loader div:nth-child(7){animation-delay:1.2s;-o-animation-delay:1.2s;-moz-animation-delay:1.2s;-webkit-animation-delay:1.2s}.loader div:nth-child(8){animation-delay:1.4s;-o-animation-delay:1.4s;-moz-animation-delay:1.4s;-webkit-animation-delay:1.4s}.loader div:nth-child(9){animation-delay:1.6s;-o-animation-delay:1.6s;-moz-animation-delay:1.6s;-webkit-animation-delay:1.6s}.loader div:nth-child(10){animation-delay:1.8s;-o-animation-delay:1.8s;-moz-animation-delay:1.8s;-webkit-animation-delay:1.8s}@keyframes loading-move{0%{opacity:1;transform:translate(0) rotate(90deg)}30%{opacity:1;transform:translate(-35vw) rotate(0)}70%{opacity:1;transform:translate(-65vw) rotate(0)}to{opacity:0;transform:translate(-100vw) rotate(-180deg)}}@media screen and (max-width:1260px){.loader div{font-size:2rem}@keyframes loading-move{0%{opacity:0;transform:translate(40vw) rotate(90deg)}30%{opacity:1;transform:translate(-20vw) rotate(0)}70%{opacity:1;transform:translate(-80vw) rotate(0)}to{opacity:0;transform:translate(-150vw) rotate(-180deg)}}}
