#preloader{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:901;overflow:hidden;background-color:#37424b}#preloader,.preloader__content{display:flex;justify-content:center;align-items:center}.preloader__content{flex-direction:column}.preloader__content,.preloader__img{min-width:320px;min-height:320px;position:relative}.preloader__img{width:100%;height:100%;opacity:0}.preloader__animation{display:flex;justify-content:center;align-items:center;position:fixed;bottom:40px;right:40px}.animation__text{color:#dadde0;font-size:.9rem;text-transform:uppercase;padding-right:20px}.animation__container{width:3em;height:3em;position:relative;margin:auto}.preloader__placeholder{height:44px;width:10px}.circle{width:100%;height:100%;position:absolute;left:0;top:0}.circle:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#969da6;border-radius:100%;animation:fading-circle-delay 1.2s ease-in-out infinite both}@keyframes fading-circle-delay{0%,39%,to{opacity:0}40%{opacity:1}}.circle-2{transform:rotate(30deg)}.circle-2:before{animation-delay:-1.1s}.circle-3{transform:rotate(60deg)}.circle-3:before{animation-delay:-1s}.circle-4{transform:rotate(90deg)}.circle-4:before{animation-delay:-.9s}.circle-5{transform:rotate(120deg)}.circle-5:before{animation-delay:-.8s}.circle-6{transform:rotate(150deg)}.circle-6:before{animation-delay:-.7s}.circle-7{transform:rotate(180deg)}.circle-7:before{animation-delay:-.6s}.circle-8{transform:rotate(210deg)}.circle-8:before{animation-delay:-.5s}.circle-9{transform:rotate(240deg)}.circle-9:before{animation-delay:-.4s}.circle-10{transform:rotate(270deg)}.circle-10:before{animation-delay:-.3s}.circle-11{transform:rotate(300deg)}.circle-11:before{animation-delay:-.2s}.circle-12{transform:rotate(330deg)}.circle-12:before{animation-delay:-.1s}@media screen and (max-width:600px) and (orientation:portrait){.animation__text{padding-right:0;padding-top:10px}.animation{width:100%;right:auto;flex-direction:column-reverse}}@media screen and (max-width:1000px){.preloader__content,.preloader__img{min-width:0;min-height:0;max-width:250px;max-height:250px}}@media screen and (max-width:1000px) and (orientation:landscape){.preloader__content,.preloader__img{min-width:0;min-height:0;max-width:200px;max-height:200px}}@media screen and (max-width:600px) and (orientation:portrait){.preloader__animation{width:100%;right:0;bottom:20px;flex-direction:column-reverse}}.preloader--fade-in{animation:preloader-fade-in 1s linear 0s 1;animation-fill-mode:forwards}.preloader--fade-out{animation:preloader-fade-out 1s linear 1s 1;animation-fill-mode:forwards}@keyframes preloader-fade-in{0%{opacity:0}to{opacity:.99}}@keyframes preloader-fade-out{0%{opacity:.99}to{opacity:0}}