/*.bottom-call.nav-down { display: none; }*/
@media ( max-width: 1024px ) {
    
    
    .bottom-call.show {
  transform: translateY(0%);
}

.bottom-call.hide {
  transform: translateY(100%);
}
    
    .bottom-call { display: flex; width: 100%; position: fixed; bottom: 0; margin: 0; padding: 0; list-style: none; z-index: 2147483647; transition: transform 0.3s ease; transform: translateY(100%); padding-bottom: env(safe-area-inset-bottom);}
    .bottom-call li { flex: 1; text-align: center; }
    .bottom-call li a { display: block; padding: 10px 25px; text-decoration: none; font-weight: bold; font-size: 18px; }
    .bottom-call li a i { display: block; font-size: 22px; }
}