diff --git a/static/css/styles.css b/static/css/styles.css
index 1a0a743..74407c0 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -1272,8 +1272,8 @@ form.new_route{
}
.departure_arrival>div:nth-child(2),
-.from_to_place>div:last-child,
-.from_to_country>div:last-child,
+.from_to_place>div:nth-child(2),
+.from_to_country>div:nth-child(2),
.phone>div:nth-child(2)
{
width: 50%;
diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html
index 0893a74..abc4c69 100644
--- a/templates/blocks/profile/b_new_route.html
+++ b/templates/blocks/profile/b_new_route.html
@@ -141,7 +141,7 @@
{{ form.errors.from_address_point}}
{% endif %}
-
+
{{ form.fields.to_address_point.label }}
{{ form.errors.to_address_point }}
{% endif %}
+
+
-
+
{# #}
{# {{ form.fields.from_city.label }} #}
{# #}
@@ -184,23 +186,23 @@
{#
#}
- {{ form.fields.from_place.label }}
-
- {% for item in form.fields.from_place.choices %}
- {{ item.1 }}
-
- {% endfor %}
-
- {% if not errors_off and form.errors and form.errors.from_place %}
- {{ form.errors.from_place }}
- {% endif %}
+ {{ form.fields.from_place.label }}
+
+ {% for item in form.fields.from_place.choices %}
+ {{ item.1 }}
+
+ {% endfor %}
+
+ {% if not errors_off and form.errors and form.errors.from_place %}
+ {{ form.errors.from_place }}
+ {% endif %}
{{ form.fields.to_place.label }}
@@ -220,6 +222,7 @@
{{ form.errors.to_place }}
{% endif %}
+