@charset "UTF-8";
.preloader{position:fixed;left:0;top:0;right:0;bottom:0;background-color: rgba(255, 255, 255, 1);z-index:1001;display:flex;align-items:center;justify-content:center}.preloader__row{position:relative;width:70px;height:70px;margin:auto;text-align:center;animation:preloader-rotate 2s infinite linear}.preloader__item{position:absolute;display:inline-block;top:0;background:url(/uploads/img/icon-prelod.webp) center center no-repeat;background-size:100% 100%;width:35px;height:35px;animation:preloader-bounce 2s 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)}50%{transform:scale(1)}}.loaded_hiding .preloader{transition:.3s opacity;opacity:0}.loaded .preloader{display:none}.highslide-loading{position:relative;width:70px;height:70px;margin:auto;text-align:center;opacity:1!important;animation:preloader-rotate 2s infinite linear;font-size:0!important;border:0 solid #fff!important;background:none!important}.highslide-loading::after{content:"";position:absolute;display:inline-block;top:0;background:url(/uploads/img/icon-prelod.webp) center center no-repeat;background-size:100% 100%;width:35px;height:35px;animation:preloader-bounce 2s infinite ease-in-out}.highslide-loading::before{content:"";position:absolute;display:inline-block;background:url(/uploads/img/icon-prelod.webp) center center no-repeat;background-size:100% 100%;width:35px;height:35px;animation:preloader-bounce 2s infinite ease-in-out;top:auto;bottom:0;animation-delay:-1s} .night-on .preloader {background: #363636;}