.search_phone {display: flex;align-items: baseline;}
.search_phone  span:nth-child(1){animation: wave 1.7s linear 0.2s infinite;}
.search_phone  span:nth-child(2){animation: wave 1.7s linear 0.3s infinite ;}
.search_phone  span:nth-child(3){animation: wave 1.7s linear 0.4s infinite ;}
.search_phone  span:nth-child(4){animation: wave 1.7s linear 0.5s infinite ;}

.search_phone  span:nth-child(5){animation: wave 1.7s linear 0.6s infinite ;}
.search_phone  span:nth-child(6){animation: wave 1.7s linear 0.7s infinite ;}
.search_phone  span:nth-child(7){animation: wave 1.7s linear 0.8s infinite ;}
.search_phone  span:nth-child(8){animation: wave 1.7s linear 0.9s infinite ;}

.search_phone  span:nth-child(9){animation: wave 1.7s linear 1s infinite ;}
.search_phone  span:nth-child(10){animation: wave 1.7s linear 1.1s infinite ;}
.search_phone  span:nth-child(11){animation: wave 1.7s linear 1.2s infinite ;}
.search_phone  span:nth-child(12){animation: wave 1.7s linear 1.3s infinite ;}

@keyframes wave {
    10% { transform: translate(0px, -10px);}
    30% { transform: translate(0px, 0px);}
}
