.loader{justify-content:center;align-items:center;display:flex}.car__body{animation:.2s ease-in-out infinite alternate shake}.car__line{transform-origin:100%;stroke-dasharray:22;animation:.8s ease-in-out infinite both line}.car__line--top{animation-delay:0s}.car__line--middle{animation-delay:.2s}.car__line--bottom{animation-delay:.4s}@keyframes shake{0%{transform:translateY(-1%)}to{transform:translateY(3%)}}@keyframes line{0%{stroke-dashoffset:22px}25%{stroke-dashoffset:22px}50%{stroke-dashoffset:0}51%{stroke-dashoffset:0}80%{stroke-dashoffset:-22px}to{stroke-dashoffset:-22px}}.car-loader-icon-animation{opacity:100px;animation:1.5s ease-out forwards fadeInLeft;position:absolute;top:50%;left:40%;transform:translateY(-50%)}@keyframes fadeInLeft{0%{}to{left:50%;transform:translate(-50%,-50%)}}@media (max-width:500px){.car-loader-icon-animation{animation-duration:1.2s;left:20%}.car__line{animation-duration:2s}.car__line--top{animation-delay:0s}.car__line--middle{animation-delay:.3s}.car__line--bottom{animation-delay:.8s}}
