// Drop list phone code
document.querySelectorAll(".phone_drop_list").forEach(element=> {
window.intlTelInput(element, {
preferredCountries: ["ru", "us"],
initialCountry: "RU",
});
});
forEach-ем проходимся. Т.е. это все элементы с классом .phone_drop_list находящиеся на странице будут будут учтены и Drop list phone code будет работать