#form_block,
#form_block .final-page__form,
#phone-field-wrapper {
  overflow: visible !important;
}

#phone-field-wrapper {
  position: relative;
  z-index: 20;
}

#phone-field-wrapper .phone-field {
  overflow: visible;
}

#phone-iti-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  z-index: 10001;
}

#phone-iti-dropdown .iti__country-list {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 220px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#form_block .iti {
  width: 100%;
  position: relative;
  display: block;
}

#form_block .iti__selected-flag {
  z-index: 2;
}

body.iti-mobile {
  overflow: auto !important;
}

body.iti-mobile .iti--container {
  position: absolute !important;
  top: auto !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: 220px !important;
  z-index: 10001 !important;
}

body.iti-mobile .iti--container .iti__country-list {
  position: relative !important;
  max-height: 220px;
}
