<a href="#" class="banner_button_1" onclick="ym(55997530,'reachGoal','lead gl ek'); return true;>Оставить заявку</a><a href="#" class="banner_button_1" onclick="ym(55997530,'reachGoal','lead gl ek'); return true;">Оставить заявку</a><button class="btn-submit" id="sendBtn" onclick="ym(55997530,'reachGoal','lead gl ek'); return true;"> <input type="tel" placeholder="+48 111-111-111" id="phone" name="phone" data-field="item" minlength="9" required>
<input id="but1" value="Zamówic" type="submit">phone.addEventListener('keyup', function(evt){
let length = this.value.length
if (length < 9) document.getElementById('but1').disabled = true;
else if (length == 9) document.getElementById('but1').disabled = false;
else if (length > 9) document.getElementById('but1').disabled = true;
})