Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -851,8 +851,10 @@ body.n_scroll{
|
|||||||
|
|
||||||
.footer_el{
|
.footer_el{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-right: 50px;
|
/*margin-right: 50px;*/
|
||||||
margin-bottom: 20px;
|
/*margin-bottom: 20px;*/
|
||||||
|
padding: 25px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer_name_str{
|
.footer_name_str{
|
||||||
@@ -872,11 +874,15 @@ body.n_scroll{
|
|||||||
|
|
||||||
.right_part_footer{
|
.right_part_footer{
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
float: right;
|
||||||
|
padding: 25px;
|
||||||
}
|
}
|
||||||
.footer_el_childs{
|
.footer_el_childs{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
.cut-width.footer{
|
||||||
|
padding: 25px 0;
|
||||||
|
}
|
||||||
.footer_name_str{
|
.footer_name_str{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -897,7 +903,7 @@ body.n_scroll{
|
|||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
color: #FB6952;
|
color: #FB6952;
|
||||||
background: none;
|
background: none;
|
||||||
width: 100%;
|
width: 200px;
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -918,6 +924,13 @@ body.n_scroll{
|
|||||||
|
|
||||||
.inf_contacts_footer{
|
.inf_contacts_footer{
|
||||||
padding: 20px 0 15px 0;
|
padding: 20px 0 15px 0;
|
||||||
|
width: 200px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo_container_footer{
|
||||||
|
width: 200px;
|
||||||
|
text-align: -webkit-left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.txt_footer{
|
.txt_footer{
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
.form_feedback_container {
|
.form_feedback_container {
|
||||||
margin: 0 1.5%;
|
margin: 0 1.5%;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
scroll-margin-top: 140px;
|
scroll-margin-top: 90px;
|
||||||
}
|
}
|
||||||
.cut-width.margin_1_{
|
.cut-width.margin_1_{
|
||||||
margin: 0 1%;
|
margin: 0 1%;
|
||||||
@@ -176,10 +176,10 @@
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
.right_part_header_mobile{
|
.right_part_header_mobile{
|
||||||
width: 77%;
|
/*width: 77%;*/
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-justify-content: right;
|
/*-webkit-justify-content: right;*/
|
||||||
justify-content: right;
|
/*justify-content: right;*/
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 41px;
|
height: 41px;
|
||||||
}
|
}
|
||||||
@@ -485,15 +485,15 @@
|
|||||||
.footer_els_container{
|
.footer_els_container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.right_part_footer{
|
/*.right_part_footer{*/
|
||||||
width: 200px;
|
/* width: 40%;*/
|
||||||
text-align: -webkit-right;
|
/* text-align: -webkit-left;*/
|
||||||
float: right;
|
/* float: right;*/
|
||||||
margin-top: 60px;
|
/* !*margin-top: 60px;*!*/
|
||||||
}
|
/*}*/
|
||||||
.footer_el{
|
/*.footer_el{*/
|
||||||
width: 100%;
|
/* width: 40%;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -511,6 +511,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
.right_part_footer {
|
||||||
|
width: 87%;
|
||||||
|
text-align: -webkit-right;
|
||||||
|
float: right;
|
||||||
|
/* margin-top: 60px; */
|
||||||
|
}
|
||||||
|
.footer_el {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
.footer_el{
|
||||||
|
width: 89%;
|
||||||
|
}
|
||||||
.service_block_container {
|
.service_block_container {
|
||||||
margin: unset;
|
margin: unset;
|
||||||
/* margin-bottom: 70px; */
|
/* margin-bottom: 70px; */
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load admin_interface_tags %}
|
{% load admin_interface_tags %}
|
||||||
<div class="block_footer">
|
<div class="block_footer">
|
||||||
<div class="cut-width">
|
<div class="cut-width footer">
|
||||||
<div class="flex_container_footer">
|
{# <div class="flex_container_footer">#}
|
||||||
<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_title medium_txt">
|
<div class="footer_name_title medium_txt">
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# {% endfor %}#}
|
{# {% endfor %}#}
|
||||||
</div>
|
{# </div>#}
|
||||||
<div class="right_part_footer">
|
<div class="right_part_footer">
|
||||||
<div class="logo_container_footer">
|
<div class="logo_container_footer">
|
||||||
<img src="{% static "/images/logo_aerbim_footer.svg" %}" class="logo_footer">
|
<img src="{% static "/images/logo_aerbim_footer.svg" %}" class="logo_footer">
|
||||||
@@ -36,6 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a href="{% url 'contacts' %}" class="btn_contacts_footer">{% translate "Контакты" %}</a>
|
<a href="{% url 'contacts' %}" class="btn_contacts_footer">{% translate "Контакты" %}</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="clear_both"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user