.Preloader__container{align-items:center;display:flex;flex-direction:column;gap:2px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.Preloader__Tblock{animation:shimmer 2s infinite;background:#000;display:block;height:12px;width:12px}.Preloader__Tblock--horizontal{display:grid;gap:2px;grid-template-columns:repeat(3,auto)}.Preloader__Tblock--horizontal>span:first-child{animation-delay:0s}.Preloader__Tblock--horizontal>span:nth-child(2){animation-delay:.2s}.Preloader__Tblock--horizontal>span:nth-child(3){animation-delay:.4s}.Preloader__Tblock--vertical{align-items:center;display:flex;flex-direction:column;gap:2px}.Preloader__Tblock--vertical>span:first-child{animation-delay:.6s}.Preloader__Tblock--vertical>span:nth-child(2){animation-delay:.8s}.Preloader__Tblock--vertical>span:nth-child(3){animation-delay:1s}.Preloader__Tblock--vertical>span:nth-child(4){animation-delay:1.2s}.Preloader__Tblock--horizontal>span:first-child{border-top-left-radius:50%;width:14px}.Preloader__Tblock--horizontal>span:last-child{border-bottom-right-radius:50%;width:14px}.Preloader__Tblock--vertical>span:last-child{border-bottom-right-radius:50%}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.25}}