0.0.135
This commit is contained in:
@@ -29,9 +29,9 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header{
|
.header{
|
||||||
height: 50px;
|
height: 60px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #10212B;
|
background: #FFFFFF;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
padding: 5px 0 5px 0;
|
padding: 5px 0 5px 0;
|
||||||
@@ -49,7 +49,7 @@ body.n_scroll{
|
|||||||
|
|
||||||
.content{
|
.content{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 60px;
|
margin-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear_both {
|
.clear_both {
|
||||||
@@ -68,7 +68,7 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo_header{
|
.logo_header{
|
||||||
height: 50px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right_part_header {
|
.right_part_header {
|
||||||
@@ -78,7 +78,7 @@ body.n_scroll{
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 50px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right_part_header_mobile{
|
.right_part_header_mobile{
|
||||||
@@ -172,6 +172,7 @@ body.n_scroll{
|
|||||||
.text_header.last_left{
|
.text_header.last_left{
|
||||||
padding-right: 26px;
|
padding-right: 26px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #10212B;
|
||||||
}
|
}
|
||||||
.description_page{
|
.description_page{
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@@ -198,7 +199,7 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.language_select{
|
.language_select{
|
||||||
color: #ffffff;
|
color: #10212B;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding-right: 29px;
|
padding-right: 29px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -238,9 +239,14 @@ body.n_scroll{
|
|||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
float: left;
|
float: left;
|
||||||
|
color: #10212B;
|
||||||
/*text-transform: uppercase;*/
|
/*text-transform: uppercase;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img_arrow_language_select{
|
||||||
|
filter: brightness(0) saturate(100%) invert(10%) sepia(22%) saturate(1270%) hue-rotate(158deg) brightness(91%) contrast(94%);
|
||||||
|
}
|
||||||
|
|
||||||
.arrow_language_select{
|
.arrow_language_select{
|
||||||
width: 10px;
|
width: 10px;
|
||||||
float: right;
|
float: right;
|
||||||
@@ -274,7 +280,7 @@ body.n_scroll{
|
|||||||
height: 55px;
|
height: 55px;
|
||||||
background: #10212B;
|
background: #10212B;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 59px;
|
top: 69px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -414,6 +420,7 @@ body.n_scroll{
|
|||||||
.large_txt.h_w_u_w{
|
.large_txt.h_w_u_w{
|
||||||
/*padding: 0 0 20px 0;*/
|
/*padding: 0 0 20px 0;*/
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.descript_process_block{
|
.descript_process_block{
|
||||||
@@ -436,8 +443,8 @@ body.n_scroll{
|
|||||||
|
|
||||||
.photo_container_descript_process{
|
.photo_container_descript_process{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 85px;
|
width: 65px;
|
||||||
height: 85px;
|
height: 65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.txt_descript_process.standart_txt{
|
.txt_descript_process.standart_txt{
|
||||||
@@ -449,8 +456,8 @@ body.n_scroll{
|
|||||||
/*text-transform: uppercase;*/
|
/*text-transform: uppercase;*/
|
||||||
}
|
}
|
||||||
.img_descript_process{
|
.img_descript_process{
|
||||||
width: 85px;
|
width: 65px;
|
||||||
height: 85px;
|
height: 65px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: bottom;
|
object-position: bottom;
|
||||||
}
|
}
|
||||||
@@ -883,6 +890,7 @@ body.n_scroll{
|
|||||||
|
|
||||||
.txt_footer{
|
.txt_footer{
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* how dev*/
|
/* how dev*/
|
||||||
@@ -900,7 +908,7 @@ body.n_scroll{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.how_dev_widget{
|
.how_dev_widget{
|
||||||
|
|||||||
@@ -30,8 +30,9 @@
|
|||||||
<img src="{{ logo }}" class="logo_footer">
|
<img src="{{ logo }}" class="logo_footer">
|
||||||
</div>
|
</div>
|
||||||
<div class="inf_contacts_footer">
|
<div class="inf_contacts_footer">
|
||||||
<div class="standart_txt txt_footer">+1 234 5678901</div>
|
{% for cont in footer_contacts %}
|
||||||
<div class="standart_txt txt_footer">company@aerbim.com</div>
|
<a href="{% if cont.opt_type == 'footer_email' %}mailto{% elif cont.opt_type == 'footer_phone' %}tel{% endif %}:{{ cont.value }}" class="standart_txt txt_footer">{{ cont.value }}</a>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<a href="{% url 'contacts' %}" class="btn_contacts_footer">Контакты</a>
|
<a href="{% url 'contacts' %}" class="btn_contacts_footer">Контакты</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user