/* Список стран */
.iti__country-list {
  max-height: 260px !important;
  overflow-y: auto !important;
  z-index: 9999 !important;
  position: absolute;
}

/* Курсор на страну */
.iti__country {
  cursor: pointer;
}

/* Курсор на флаг */
.iti__selected-flag {
  cursor: pointer;
}

/* Поле поиска внутри dropdown */
.iti__search {
  width: 95%;
  padding: 5px;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .iti__country-list {
    position: fixed !important;
    top: 10% !important; /* можно подстроить */
    left: 10% !important;
    right: 10% !important;
    max-height: 70vh !important; /* чтобы влезло на экран */
    z-index: 9999 !important;
    overflow-y: auto !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
}


.iti__country-list {
  transform: translateZ(0);
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

#pum-828 {
    z-index: 22!important;
}