/* Скрываем все страны в выпадающем списке телефона, кроме РФ и Казахстана */
.t-input-phonemask__options-item:not([data-phonemask-country-code="ru"]):not([data-phonemask-country-code="kz"]) {
  display: none !important;
}