.dialogs .popup form.get-price-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.dialogs .popup form.get-price-form input[type="tel"]{
    flex: 1 1 390px;
    margin-right: 10px;
    max-width: inherit;
}

.dialogs .popup form.get-price-form .iti.iti--allow-dropdown
{
    height: 50px;
}
.dialogs .popup .form-box .get-price-form textarea{
    height: 50px;
    border: 1px solid #ccced5;
    background-color: #fff;
    padding: 5px 25px;
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
    line-height: 2.5;
    margin-bottom: 30px;
}


.dialogs .popup .form-box .get-price-form input[type="text"],
.dialogs .popup .form-box .get-price-form input[type="submit"],
.dialogs .popup .form-box .get-price-form .select-box,
.dialogs .popup form.get-price-form .iti.iti--allow-dropdown,
.dialogs .popup .form-box .get-price-form textarea{
    flex: 1 1 250px;
    margin-right: 10px;
    margin-left: 10px;
    max-width: inherit;
}
.dialogs .popup .form-box .get-price-form input[type="tel"]{
    flex: 1 1 250px;
    margin-right: 10px;
    margin-left: 10px;
    max-width: inherit;
}
.dialogs .popup .form-box .get-price-form .select-box {
    margin-bottom: 30px;
}
.dialogs .popup .form-box .get-price-form input[type="text"].city-input-hd{
    width: 97%;
}


