.form_popup_el textarea {
    width: 100%;
    height: 7vw;
    padding: 1vh 1vw;
    box-sizing: border-box;
    border: 0.1vw solid rgb(110, 112, 130);
    border-radius: 0.3vw;
}
@media screen and (orientation: portrait) {
    .form_popup_el textarea {
        height: 32vw;
    }
}

.iti{
    display: block!important;
}