+
-
-
-
- {{ form.country.errors }}
-
-
- {{ form.city.errors }}
+
+ {{ form.city.errors }}
+
+
diff --git a/templates/client/static_client/css/main.css b/templates/client/static_client/css/main.css
index a3e83b30..bfbede29 100644
--- a/templates/client/static_client/css/main.css
+++ b/templates/client/static_client/css/main.css
@@ -12470,6 +12470,13 @@ hr + .rq-note {
box-sizing: border-box;
}
+ .service-page .error-field.simple-wrap{
+ display : inline-block;
+ }
+ .service-page .error-field.simple-wrap:before{
+ margin-right: 16px;
+ margin-top: -8px;
+ }
.mf-line.cols-2 .mf-field.error-field:first-child:before{
margin-right: 30px;
}