.preloader{text-align:center;width:100%;min-height:250px;margin:auto;position:relative}.preloader__block{height:70px;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.preloader__icon{grid-template-columns:1fr 1fr;gap:5px;width:36px;height:36px;margin:auto;display:grid}.preloader__icon_left{margin:20px 0 0 20px}.preloader__icon span{border-radius:2px;animation:1.2s ease-in-out infinite preloader-color}.preloader__icon span:first-child{background:var(--color-primary);animation-delay:0s}.preloader__icon span:nth-child(2){background:var(--color-primary);animation-delay:.3s}.preloader__icon span:nth-child(3){background:var(--color-primary);animation-delay:.6s}.preloader__icon span:nth-child(4){background:var(--color-primary);animation-delay:.9s}@keyframes preloader-color{0%,to{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(.75)}}.preloader__text{margin-top:10px}
