﻿.loader{overflow:hidden}.loader_sec{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;padding:20px;z-index:1100}.loader_sec img{width:250px;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);display:block}.cube{position:absolute;top:50%;left:50%;filter:url('#goo');border-radius:50%;transform:translate(-50%,-50%);height:30px;width:auto}.cube div{width:10px;height:10px;border-radius:50%;float:left;background:#0B9E94;margin:0 3px;border:#FABD2F solid 2px;box-shadow:0 0 0 2px #fff}.cube div:nth-child(1){animation:rotator 2s 0s infinite}.cube div:nth-child(2){animation:rotator 2s 0.2s infinite}.cube div:nth-child(3){animation:rotator 2s 0.4s infinite}.cube div:nth-child(4){animation:rotator 2s 0.6s infinite}.cube div:nth-child(5){animation:rotator 2s 0.8s infinite}.cube div:nth-child(6){animation:rotator 2s 1s infinite}.cube div:nth-child(7){animation:rotator 2s 1.2s infinite}.cube div:nth-child(8){animation:rotator 2s 1.4s infinite}@keyframes rotator{0%{transform:scale(1);background:#0B9E94}10%{transform:scale(1.5);background:red;opacity:1}20%{transform:scale(1);background:#0B9E94}}