.section_questing__inp .iti,
.popap_forms__input .iti,
#billing_phone_field .iti {
    width: 100%;
}

.section_questing__inp .iti {
    width: 265px;
    margin-bottom: 12px;
}

.section_questing__inp #phone_index {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.popap_forms__input input[name="phone"] {
    padding-top: 0;
    padding-bottom: 0;
}

.section_questing__inp #phone_index::placeholder,
.popap_forms__input input[name="phone"]::placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.35);
}

.section_questing__inp .iti__selected-country,
.popap_forms__input .iti__selected-country {
    align-items: center;
}

.section_questing__inp .iti input,
.popap_forms__input .iti input,
#billing_phone_field .iti > input {
    padding-left: 58px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.section_questing__inp .iti ~ label,
.popap_forms__input .iti ~ label {
    top: 0;
    left: 58px;
    z-index: 2;
    font-size: 10px;
    pointer-events: none;
}

#billing_phone_field > label {
    top: 3px;
    left: 58px;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
    pointer-events: none;
}

.section_questing__inp .iti ~ label,
.popap_forms__input .iti ~ label {
    top: 3px;
    line-height: 1;
}

.section_questing__inp .iti:focus-within ~ label,
.popap_forms__input .iti:focus-within ~ label,
.section_questing__inp.brein-phone-has-value .iti ~ label,
.popap_forms__input.brein-phone-has-value .iti ~ label {
    opacity: 0;
}

.section_questing__inp .iti,
.popap_forms__input .iti,
#billing_phone_field .iti {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
}

.iti__selected-country,
.iti__selected-dial-code {
    font: inherit;
    line-height: inherit;
    color: inherit;
}

#billing_phone_field .iti .iti__search-input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 35px 8px 37px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: none;
    font: inherit;
}

.brein-phone-error {
    display: block;
    margin: -7px 10px 10px;
    color: #b42318;
    font-size: 12px;
    line-height: 1.3;
}

.brein-phone-error[hidden] {
    display: none;
}

input[data-brein-phone-input="1"][aria-invalid="true"] {
    border-color: #b42318;
}

.iti__country-container,
.iti__country-selector {
    z-index: 20;
}

.iti--inline-country-selector .iti__country-list {
    max-height: 167px;
}

.iti--inline-country-selector .iti__country-selector {
    height: auto !important;
    max-height: none;
    overflow: hidden;
}

@media (max-width: 450px) {
    .section_questing__inp .iti,
    .popap_forms__input .iti,
    #billing_phone_field .iti {
        max-width: 100%;
    }
}
