diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css
index f62aa01..3ef416c 100644
--- a/static/css/mobile_styles.css
+++ b/static/css/mobile_styles.css
@@ -1047,7 +1047,7 @@
.cargo_type_trans{
display: block;
margin-bottom: 15px;
- float: unset;
+ /*float: unset;*/
}
.from-to-country-container-carrier{
diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css
index 104637f..2c23dbe 100644
--- a/static/css/styles(boris).css
+++ b/static/css/styles(boris).css
@@ -1536,7 +1536,12 @@
font-weight: 500;
font-size: 20px;
color: #272424;
- padding-bottom: 10px;
+
+ margin-bottom: 10px;
+ border: 2px solid #FF613A;
+ border-radius: 10px;
+ padding: 5px;
+ text-align: center;
}
.name_carrier{
diff --git a/templates/blocks/profile/b_chats.html b/templates/blocks/profile/b_chats.html
index 54fbdfe..c06f517 100644
--- a/templates/blocks/profile/b_chats.html
+++ b/templates/blocks/profile/b_chats.html
@@ -68,7 +68,7 @@
-
+{# #}
diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html
index 83850dc..9f046ff 100644
--- a/templates/blocks/profile/b_new_route.html
+++ b/templates/blocks/profile/b_new_route.html
@@ -56,7 +56,16 @@
{% endif %}
-
+{# #}
+
{% if form.initial and form.initial.type_transport and form.initial.type_transport != '' %}
@@ -64,11 +73,11 @@