diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css
index fd2e472..bad3052 100644
--- a/static/aerbimCSS.css
+++ b/static/aerbimCSS.css
@@ -29,9 +29,9 @@ body.n_scroll{
}
.header{
- height: 50px;
+ height: 60px;
width: 100%;
- background: #10212B;
+ background: #FFFFFF;
position: fixed;
top: 0;
padding: 5px 0 5px 0;
@@ -49,7 +49,7 @@ body.n_scroll{
.content{
width: 100%;
- margin-top: 60px;
+ margin-top: 70px;
}
.clear_both {
@@ -68,7 +68,7 @@ body.n_scroll{
}
.logo_header{
- height: 50px;
+ height: 60px;
}
.right_part_header {
@@ -78,7 +78,7 @@ body.n_scroll{
display: flex;
justify-content: right;
align-items: center;
- height: 50px;
+ height: 60px;
}
.right_part_header_mobile{
@@ -172,6 +172,7 @@ body.n_scroll{
.text_header.last_left{
padding-right: 26px;
text-decoration: none;
+ color: #10212B;
}
.description_page{
margin-top: 0;
@@ -198,7 +199,7 @@ body.n_scroll{
}
.language_select{
- color: #ffffff;
+ color: #10212B;
font-size: 16px;
padding-right: 29px;
display: inline-block;
@@ -238,9 +239,14 @@ body.n_scroll{
width: calc(100% - 20px);
padding-right: 10px;
float: left;
+ color: #10212B;
/*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{
width: 10px;
float: right;
@@ -274,7 +280,7 @@ body.n_scroll{
height: 55px;
background: #10212B;
position: sticky;
- top: 59px;
+ top: 69px;
z-index: 100;
}
@@ -414,6 +420,7 @@ body.n_scroll{
.large_txt.h_w_u_w{
/*padding: 0 0 20px 0;*/
text-align: center;
+ padding-bottom: 30px;
}
.descript_process_block{
@@ -436,8 +443,8 @@ body.n_scroll{
.photo_container_descript_process{
text-align: center;
- width: 85px;
- height: 85px;
+ width: 65px;
+ height: 65px;
}
.txt_descript_process.standart_txt{
@@ -449,8 +456,8 @@ body.n_scroll{
/*text-transform: uppercase;*/
}
.img_descript_process{
- width: 85px;
- height: 85px;
+ width: 65px;
+ height: 65px;
object-fit: contain;
object-position: bottom;
}
@@ -883,6 +890,7 @@ body.n_scroll{
.txt_footer{
padding-bottom: 5px;
+ text-decoration: none;
}
/* how dev*/
@@ -900,7 +908,7 @@ body.n_scroll{
width: 100%;
display: flex;
flex-wrap: wrap;
- justify-content: center;
+ justify-content: left;
}
.how_dev_widget{
diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html
index e34c5f0..7361cd1 100644
--- a/templates/blocks/b_footer.html
+++ b/templates/blocks/b_footer.html
@@ -30,8 +30,9 @@