#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;overflow:hidden;background:var(--color_white)}#preloader:before{content:"";position:fixed;top:calc(50% - 1.5rem);left:calc(50% - 1.5rem);border:6px solid var(--color_text);border-top-color:var(--color_white);border-radius:50%;width:3rem;height:3rem;animation:preloader 1s linear infinite}@keyframes preloader{0%{-webkit-transform:rotate(0)}0%{transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}100%{transform:rotate(360deg)}}#loader{position:relative;height:50px;padding-bottom:2em;margin:0 auto}#loader:after{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;background:0 0}#loader:before{content:"";position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);border:3px solid var(--color_navigation);border-top-color:var(--color_whiter);border-radius:50%;width:30px;height:30px;animation:loader .8s linear infinite}@keyframes loader{0%{-webkit-transform:rotate(0)}0%{transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}100%{transform:rotate(360deg)}}