This commit is contained in:
SBD
2024-01-19 17:27:07 +03:00
parent 80515eb4e0
commit c2791d20fc
3 changed files with 20 additions and 7 deletions

View File

@@ -843,7 +843,7 @@ body.n_scroll{
} }
.footer_el{ .footer_el{
width: 26%; width: 30%;
margin-right: 50px; margin-right: 50px;
margin-bottom: 20px; margin-bottom: 20px;
} }
@@ -853,6 +853,19 @@ body.n_scroll{
font-weight: 500; font-weight: 500;
} }
.footer_name_title{
margin-top: 0;
display: block;
text-decoration: none;
color: #ffffff;
font-weight: 500;
/* text-transform: uppercase; */
}
.right_part_footer{
width: 15%;
}
.footer_el_childs{ .footer_el_childs{
margin-top: 20px; margin-top: 20px;
} }
@@ -867,8 +880,8 @@ body.n_scroll{
.flex_container_footer{ .flex_container_footer{
display: flex; display: flex;
width: 100%; width: 100%;
padding-top: 70px; padding-top: 25px;
padding-bottom: 60px; padding-bottom: 25px;
} }
.btn_contacts_footer{ .btn_contacts_footer{
@@ -1545,5 +1558,5 @@ body.n_scroll{
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: contain; object-fit: contain;
object-position: center; object-position: top;
} }

View File

@@ -103,7 +103,7 @@
height: 40px; height: 40px;
} }
.descript_process_container{ .descript_process_container{
width: 196px; width: 180px;
} }
.form_feedback_container { .form_feedback_container {
margin: 0 1.5%; margin: 0 1.5%;
@@ -115,7 +115,7 @@
width: 98%; width: 98%;
} }
.form_feedback_container{ .form_feedback_container{
padding: 70px 0 90px 0; padding: 0;
} }
.plugin_container{ .plugin_container{
margin: auto; margin: auto;

View File

@@ -7,7 +7,7 @@
<div class="footer_els_container"> <div class="footer_els_container">
{# {% for item in sections %}#} {# {% for item in sections %}#}
<div class="footer_el"> <div class="footer_el">
<div class="footer_name_str medium_txt"> <div class="footer_name_title medium_txt">
{# {{ item.name }}#} {# {{ item.name }}#}
{% translate "Разделы" %} {% translate "Разделы" %}
</div> </div>