diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css
index c28ee50..2686377 100644
--- a/static/css/mobile_styles.css
+++ b/static/css/mobile_styles.css
@@ -431,10 +431,11 @@
margin-top: unset;
}
- #more_button{
+ #more_button, #send_parcel_button{
width: 50%;
- /*margin-top: 40px;*/
+
}
+
#title_static{
font-size: 33px;
line-height: 42px;
@@ -1847,6 +1848,11 @@
margin-top: 40px;
}
+ #send_parcel_button{
+ width: 100%;
+ margin-top: 40px;
+ }
+
.news_block_main{
justify-content: center;
diff --git a/static/css/styles.css b/static/css/styles.css
index 5d97f54..7b580ae 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -2137,7 +2137,7 @@ span#sub_title_static{
}
-#more_button{
+#more_button, #send_parcel_button{
display: inline-block;
/*height: 60px;*/
width: 20%;
@@ -2157,6 +2157,11 @@ span#sub_title_static{
}
+
+#send_parcel_button{
+ height: 60px;
+}
+
.top_block_static{
position: relative;
width: 90%;
diff --git a/templates/blocks/static_pages_blocks/b_mover_search.html b/templates/blocks/static_pages_blocks/b_mover_search.html
index d470eb1..a1a83cf 100644
--- a/templates/blocks/static_pages_blocks/b_mover_search.html
+++ b/templates/blocks/static_pages_blocks/b_mover_search.html
@@ -17,15 +17,15 @@
{% if page.url == 'for_customers' %}
-
+ id="send_parcel_button">{% translate "Отправить посылку" %}
+
{% endif %}
{% if page.url == 'for_movers' %}
+ id="send_parcel_button">{% translate "Перевезти посылку" %}
{% endif %}