.loader{color:#fff;box-sizing:border-box;width:26px;height:26px;margin:16px auto;animation:1s linear infinite rotation;display:block;position:relative}.loader:after,.loader:before{content:"";box-sizing:border-box;background-color:#ffffff4d;border-radius:50%;width:15px;height:15px;animation:1s ease-in-out infinite scale50;position:absolute;top:0}.loader:before{background-color:#e91e63;animation-delay:.5s;top:auto;bottom:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scale50{0%,to{transform:scale(0)}50%{transform:scale(1)}}
