Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-11-27 18:24:05 +03:00
8 changed files with 117 additions and 21 deletions

View File

@@ -2,6 +2,11 @@
@media (max-width: 1280px){ @media (max-width: 1280px){
button#remove_route{
width: 100%;
text-align: center;
}
.sf_1_column { .sf_1_column {
padding-left: 35px; padding-left: 35px;
padding-right: 105px; padding-right: 105px;
@@ -11,6 +16,26 @@
} }
} }
@media (max-width: 1199px){ @media (max-width: 1199px){
.dropbtn{
margin-right: 20px;
}
.header_logo, .header_btn_mover{
margin-right: 20px;
}
#customer_service{
margin-right: 10px;
}
.info_profile{
width: 97%;
}
.menu_buttons.curtain.left.close.chat{
width: 275px;
}
.benefit_img_about_service>figure>img{ .benefit_img_about_service>figure>img{
width: 173px; width: 173px;
} }
@@ -30,7 +55,7 @@
width: 90%; width: 90%;
} }
.input_f_profile{ .input_f_profile{
width: calc(90% - 30.4px); width: calc(95% - 30.4px);
} }
#img_msg_by_email{ #img_msg_by_email{
left: 33%; left: 33%;
@@ -80,10 +105,32 @@
} }
} }
@media (max-width: 1115px){ @media (max-width: 1115px){
.second-footer>div>div>a,
.second-footer>div>div{ .header_logo>a, .header_btn_mover>a, .header_btn_sender>a, #customer_service, .registration_button, .enter_button{
font-size: 14px; font-size: 14px;
} }
.second-footer>div>div>a,
.second-footer>div>div{
font-size: 14px;
}
footer>div{
}
.menu_buttons.curtain.left.close.chat{
width: 275px;
}
.info_profile{
width: 94%;
}
.phones_carrier_span, .email_carrier_span{
width: calc(88% - 10px);
}
} }
@media (max-width: 1064px){ @media (max-width: 1064px){
@@ -91,6 +138,10 @@
margin-right: 26px; margin-right: 26px;
} }
.menu_buttons.curtain.left.close.chat{
width: 265px;
}
.header_btn_sender{ .header_btn_sender{
margin-right: 5px; margin-right: 5px;
} }
@@ -103,6 +154,17 @@
@media (max-width: 1024px){ @media (max-width: 1024px){
.wrapper_name_art{
font-size: 29px;
line-height: 33px;
}
.not_found_routes>img{
display: none;
}
.subscribe_inf{ .subscribe_inf{
height: 364px; height: 364px;
@@ -575,6 +637,9 @@
width: 92%; width: 92%;
padding: unset; padding: unset;
} }
#scroll_to_div>form>.button_register{
width: 92%;
}
span#sub_title_static{ span#sub_title_static{
/*margin: unset;*/ /*margin: unset;*/
} }
@@ -914,7 +979,7 @@
margin: unset; margin: unset;
} }
.news_gradient{ .news_gradient{
height: 36px; height: 53px;
} }
.news_item_pagination{ .news_item_pagination{
width: unset; width: unset;
@@ -971,6 +1036,7 @@
} }
.inf_carrier_container{ .inf_carrier_container{
padding-top: 70px; padding-top: 70px;
padding-bottom: 10px;
} }
@@ -1389,6 +1455,15 @@
} }
@media (max-width: 776px){ @media (max-width: 776px){
.font-large{
font-size: 20px;
}
.wrapper_text_art>p{
font-size: 14px;
}
.another_subscribe { .another_subscribe {
flex-direction: column; flex-direction: column;
} }
@@ -1518,6 +1593,13 @@
} }
@media (max-width: 575px){ @media (max-width: 575px){
.phones_carrier{
display: block;
}
.first-line-card-carrier{
text-align: center;
}
.container_inf_about_moving{ .container_inf_about_moving{
width: 100%; width: 100%;
} }

View File

@@ -820,6 +820,7 @@
width: 30px; width: 30px;
height: 30px; height: 30px;
object-fit: cover; object-fit: cover;
border-radius: 20px;
} }
.block_text_message{ .block_text_message{
@@ -829,6 +830,7 @@
.block_text_message.left{ .block_text_message.left{
float: left; float: left;
padding-left: 5px;
} }
.block_text_message.right{ .block_text_message.right{
@@ -1133,6 +1135,7 @@
font-weight: 400; font-weight: 400;
margin-top: 0; margin-top: 0;
padding-left: 10px; padding-left: 10px;
cursor: pointer;
} }
@@ -1969,6 +1972,7 @@
.select_form_filters_find_route{ .select_form_filters_find_route{
width: 100%; width: 100%;
margin-top: 10px; margin-top: 10px;
cursor: pointer;
} }
.select_form_filters_find_route:focus-visible{ .select_form_filters_find_route:focus-visible{
outline: none; outline: none;

View File

@@ -326,15 +326,15 @@ footer>div {
.fifth-column { .fifth-column {
float: right; float: right;
width: 21%; width: 23%;
margin-right: 35px; /*margin-right: 35px;*/
} }
.social_media_footer { .social_media_footer {
margin-top: 19px; margin-top: 19px;
} }
.social_media_footer>img { .social_media_footer>a {
margin-right: 10px; margin-right: 10px;
} }
@@ -482,6 +482,7 @@ footer>div {
border-radius: 10px; border-radius: 10px;
background: #FF613A; background: #FF613A;
margin-left: -30px; margin-left: -30px;
cursor: pointer;
} }
.wrapper_header_content{ .wrapper_header_content{
@@ -548,6 +549,11 @@ header .header-first {
.dropdown { .dropdown {
position: relative; position: relative;
display: inline-block; display: inline-block;
cursor: pointer;
}
#scroll_to_div>form>.button_register{
width: calc(41% - 20px);
} }
.dropdown-content { .dropdown-content {
@@ -657,6 +663,7 @@ span.btn_profile_name {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
/*padding-top: 10px;*/ /*padding-top: 10px;*/
cursor: pointer;
} }
#placeholder1{ #placeholder1{
@@ -2319,6 +2326,7 @@ figure{
padding: 10px 0 0 10px; padding: 10px 0 0 10px;
max-width: 100%; max-width: 100%;
min-width: 100%; min-width: 100%;
resize: none;
} }
.counter-box>textarea:focus{ .counter-box>textarea:focus{
outline: none !important; outline: none !important;
@@ -2342,7 +2350,7 @@ button#send_feedback_form{
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
line-height: 26px; line-height: 26px;
width: 104%; width: 103%;
margin-top: 13px; margin-top: 13px;
} }
@@ -2774,7 +2782,7 @@ details[open] summary ~ *{
} }
.wrapper_text_art{ .wrapper_text_art{
width: 1280px; /*width: 1280px;*/
margin: auto; margin: auto;
} }
.wrapper_text_art>p{ .wrapper_text_art>p{

View File

@@ -11,8 +11,7 @@
<div class="text-align-center fw-700 font-large c-txt-b2 m-a w-80 m-t-8p"> <div class="text-align-center fw-700 font-large c-txt-b2 m-a w-80 m-t-8p">
{% blocktranslate %} {% blocktranslate %}
Упс... <span class="orange-text">Ничего не найдено</span>, попробуйте Упс... <span class="orange-text">Ничего не найдено</span>, попробуйте
изменить параметры поиска или оставьте заявку изменить параметры поиска
на перевозку посылки
{% endblocktranslate %} {% endblocktranslate %}
</div> </div>
<img class="boxes_not_fond_routes left" src="{% static "/img/boxes_for_not_found_routes/b_1.svg" %}"> <img class="boxes_not_fond_routes left" src="{% static "/img/boxes_for_not_found_routes/b_1.svg" %}">

View File

@@ -12,9 +12,9 @@
</div> </div>
</div> </div>
<div class="social_media_footer"> <div class="social_media_footer">
<img class="svg" src="/static/img/svg/Instagram.svg"> <a href=""><img class="svg" src="/static/img/svg/Instagram.svg"></a>
<img class="svg" src="/static/img/svg/Telegram.svg"> <a href=""><img class="svg" src="/static/img/svg/Telegram.svg"></a>
<img class="svg" src="/static/img/svg/facebook.svg"> <a href=""><img class="svg" src="/static/img/svg/facebook.svg"></a>
</div> </div>
</div> </div>
<div class="second-column"> <div class="second-column">

View File

@@ -8,7 +8,7 @@
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'" onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
id="more_button">{% translate "Отправить посылку" %}</button> id="more_button">{% translate "Отправить посылку" %}</button>
<button <button
onclick= "document.location='#title_static'" onclick= "document.location='#scroll_to_wrapper'"
id="how_it_work_b">{% translate "Как это работает?" %}</button> id="how_it_work_b">{% translate "Как это работает?" %}</button>
</div> </div>
</div> </div>

View File

@@ -9,7 +9,7 @@
<span id="sub_title_static">{{ page.description }}</span> <span id="sub_title_static">{{ page.description }}</span>
<div class="button_container"> <div class="button_container">
<button <button
onclick="document.location='{% url "static_page" "partners" %}'" onclick="document.location='#scroll_to_form'"
id="more_button">{% translate "Узнать подробнее" %}</button> id="more_button">{% translate "Узнать подробнее" %}</button>
</div> </div>
</div> </div>
@@ -31,7 +31,7 @@
<figcaption>{% translate "Индивидуальное согласование цены при объеме" %}</figcaption> <figcaption>{% translate "Индивидуальное согласование цены при объеме" %}</figcaption>
</figure> </figure>
<figure> <figure>
<img src="/static/img/svg/uniq_user_img.svg" alt=""> <img src="/static/img/svg/uniq_user_img.svg " alt="">
<figcaption>{% translate "Более чем 10 000 уникальных посещений в день" %}</figcaption> <figcaption>{% translate "Более чем 10 000 уникальных посещений в день" %}</figcaption>
</figure> </figure>
<figure> <figure>
@@ -42,7 +42,7 @@
</div> </div>
<div class="bottom_block_static"> <div class="bottom_block_static" id="scroll_to_form">
<h2 id=title_static>{% translate "Стоимость" %}</h2> <h2 id=title_static>{% translate "Стоимость" %}</h2>
<span id="sub_title_static">{% translate "Оставьте заявку и получите персональное коммерческое предложение" %}</span> <span id="sub_title_static">{% translate "Оставьте заявку и получите персональное коммерческое предложение" %}</span>

View File

@@ -177,7 +177,10 @@
<div class="bottom_block_static"> <div class="bottom_block_static">
<div id=title_static_customer>{% blocktrans %}Оформи <span class="color_title">подписку</span> сейчас и получи{% endblocktrans %}</div> <div id=title_static_customer>{% blocktrans %}Оформи <span class="color_title">подписку</span> сейчас и получи{% endblocktrans %}</div>
<div id=title_static_customer2>{% blocktrans %}<span class="color_title">1 день </span>пользования сервисом <span class="color_title">в подарок!</span>{% endblocktrans %}</div> <div id=title_static_customer2>{% blocktrans %}<span class="color_title">1 день </span>пользования сервисом <span class="color_title">в подарок!</span>{% endblocktrans %}</div>
<div class="button_container"> <div class="button_container"
onclick="document.location='{% url 'profile_page' 'my_subscribe' %}'"
>
<button id="more_button">{% translate "Получить" %}</button> <button id="more_button">{% translate "Получить" %}</button>
</div> </div>