body{height:100vh;margin:0}#root{height:100%;margin:0;min-width:1100px;padding:0;position:relative;width:100%}body::-webkit-scrollbar{display:none}.App{flex-direction:column;height:100%;margin:0;padding:0;width:100%}.App,.animated-logo-block{align-items:center;display:flex}.animated-logo-block{justify-content:center;width:250px}.logo-block{display:block;position:relative;width:-webkit-min-content;width:min-content}.logo-block:after{-webkit-animation:leftSlider 1s linear;animation:leftSlider 1s linear;border-bottom:2px solid #fff;bottom:1px;content:"";position:absolute;right:0;width:20px}.big-logo-block{align-items:center;display:flex;height:54px;margin:5px;padding:5px;position:relative}.big-logo-block:before{-webkit-animation:topSlider 2s linear;animation:topSlider 2s linear;border-left:2px solid #fff;content:"";height:60px;left:0;position:absolute;top:0}.big-logo-block-text{-webkit-animation:reveal 2s linear;animation:reveal 2s linear;color:#fff;opacity:1}@-webkit-keyframes reveal{0%{margin-left:-400px;opacity:0;width:0}50%{margin-left:-5px;opacity:0;width:0}75%{margin-left:0;opacity:.3;width:0}to{margin-left:0;opacity:1;width:60px}}@keyframes reveal{0%{margin-left:-400px;opacity:0;width:0}50%{margin-left:-5px;opacity:0;width:0}75%{margin-left:0;opacity:.3;width:0}to{margin-left:0;opacity:1;width:60px}}@-webkit-keyframes topSlider{0%{height:0}to{height:60px}}@keyframes topSlider{0%{height:0}to{height:60px}}@-webkit-keyframes leftSlider{0%{right:40%;width:0}to{width:20px}}@keyframes leftSlider{0%{right:40%;width:0}to{width:20px}}.logo-outfit{-webkit-animation:rotation 1s linear;animation:rotation 1s linear;height:54px;width:54px}.logo,.logo-outfit{align-items:center;border:2px solid #fff;border-radius:50%;display:flex;flex-direction:column;justify-content:center}.logo{height:45px;width:45px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes rotation{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.logo>div{border:2px solid #fff;border-radius:50%;height:10px;width:10px}.logo-horizontal-block{align-items:center;display:flex;justify-content:space-between}.logo-horizontal-block>div{border:2px solid #fff;border-radius:50%;height:10px;width:10px}
/*# sourceMappingURL=main.2b026daa.css.map*/