.preloader{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;background-color:#21d4fd;background-image:linear-gradient(19deg,#2a5d78 0,#06315e 100%);z-index:100000;color:#fff}.preloader__row{position:relative;top:100px;left:50%;width:75px;height:75px;margin-top:-45px;margin-left:-40px;text-align:center;animation:preloader-rotate 3s infinite linear}.preloader__item{position:absolute;display:inline-block;top:0;background-color:#87b25f;border-radius:100%;width:40px;height:40px;animation:preloader-bounce 3s infinite ease-in-out}.preloader__item:last-child{top:auto;bottom:0;animation-delay:-1s}@keyframes preloader-rotate{100%{transform:rotate(360deg)}}@keyframes preloader-bounce{0%,100%{transform:scale(0)}60%{transform:scale(1)}}.loaded_hiding .preloader{transition:.3s opacity;opacity:0}.loaded .preloader{display:none}.loaderlogo{width:370px;margin-top:400px}