window.addEventListener("DOMContentLoaded", function() {
var b = document.querySelectorAll(".form-control.form-text.form-number");
[40, 25, 45, 310, 70].forEach(function(c, a) {
a *= 2;
b[a] && b[a].addEventListener("input", function() {
b[a + 1].value = +(this.value == c);
})
})
});
вот этот код в отдельном файле