.iti {
    display: block !important;
}

.iti input {
    display: block;
    width: 100%;
}

.iti .iti__country-list {
    overflow-y: auto;
    z-index: 100;
    min-width: 150px;
}

.iti .iti__country-list li {
    list-style: none;
}

.sale_cheaper-button {
    margin: 0;
    display: block;
    font-size: 14px;
    color: red;
}
.sale_cheaper-overlay {
    background-color: #000000cf;
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.sale_cheaper-popup {
    position: fixed;
    width: 300px;
    z-index: 5001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}
.sale_cheaper-popup_open {
    display: block;
}
.sale_cheaper-preloader {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 95%;
    left: 0px;
    background-color: #ffffff8a;
    display: none;
}
.sale_cheaper-preloader-img {
    display: block;
    margin: 30% auto;
}
.sale_cheaper-header {
    display: flex;
    margin: 0 0 5px 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.sale_cheaper-title {
    font-size: 19px;
    color: black;
}
.sale_cheaper-close_button {
    background: url(images/close.png) no-repeat transparent;
    height: 22px;
    width: 22px;
    z-index: 999;
    cursor: pointer;
}
.sale_cheaper-close_button:hover {
    background-position: 0 -22px;
}
.sale_cheaper-form_wrapper {
    position: relative;
}
.sale_cheaper-form_title {
    font-size: 13px;
    color: black;
}

.sale_cheaper-form_row {
    /*margin: 10px 0 0 0;*/
}
.sale_cheaper-form_text {
    margin-bottom: 3px;
    text-align: start;
    padding: 0;
}
.sale_cheaper-form_input {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    height: 36px;
    padding: 3px 18px;
    font-size: 14px;
    position: relative;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.sale_cheaper-form_captcha_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.sale_cheaper-form_captcha_picture {
    display: block;
    width: 158px;
    height: 35px;
}
.sale_cheaper-form_captcha_refresh {
    display: block;
    margin: 5px 8px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.sale_cheaper-form_input_captcha {
    display: block;
    width: 10px;
    flex-grow: 1;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-radius: 4px;
    color: #333;
    height: 36px;
    padding: 3px 18px;
    font-size: 14px;
    position: relative;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}

.sale_cheaper-form_buttons {
    text-align: center;
    margin: 10px 0 0 0;
}

.sale_cheaper-save_button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    color: #fff;
    background: #86cb28;
    background: -webkit-gradient(linear, left top, left bottom, from(#86cb28), to(#009d00));
    background: -webkit-linear-gradient(#86cb28, #009d00);
    background: linear-gradient(#86cb28, #009d00);
    padding-left: 22px;
    padding-right: 22px;
    font-size: 17px;
    min-height: 35px;
    line-height: 20px;
}

.sale_cheaper-links {
    margin: 16px 0 0 0;
    font-size: 14px;
    text-align: center;
}

.sale_cheaper-form_error {
   /* margin: 6px 0 0 0;*/
}

/*.sale_cheaper-form_message {*/
/*    font-size: 16px;*/
/*    margin: 10px;*/
/*    line-height: 16px;*/
/*}*/
/* Приводим стиль инпутов к виду popup-one-click */
.popup-sale-cheaper .sale_cheaper-form_input.util-form-field,
.popup-sale-cheaper .sale_cheaper-form_input_captcha {
  border-radius: 1rem;
  color: #27282B;
  height: auto;
  min-height: 2.5rem;
  padding: 1px 0.75rem;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  box-shadow: none;
  -webkit-box-shadow: none;
 /* font-size: max(16px, var(--input--fz, 1rem));*/
}



/* 2. Отступ по кругу вокруг формы (аналог .util-tile с padding: 1rem) */
.popup-sale-cheaper .wrapper {
  padding: 0 1rem;
}

/* 3. Отступ между полями формы (как gap: 1rem в .form-one-click) */
.popup-sale-cheaper form {
  gap: 0.5rem !important;
}

/* 4. Отступ между label и input внутри fieldset */
.popup-sale-cheaper .util-form-fieldset.fieldset {
  /*gap: 0.25rem;*/
}

/* 5. Стиль label */
.popup-sale-cheaper .label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #8F8F8F;
}