diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 52c08e1..20d3dcc 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -79,23 +79,7 @@ body,html{ padding-right: 90px; } -.description_page{ - margin-top: 50px; - display: block; - font-size: 24px; - font-weight: 500; - color: #000000; -} -.title_page{ - font-size: 36px; - font-weight: 700; - text-transform: uppercase; - color: #000000; - margin-top: 10px; - display: block; - margin-bottom: 60px; -} .standart_txt{ color: #ffffff; @@ -104,7 +88,10 @@ body,html{ font-size: 16px; font-weight: 500; line-height: normal; - text-transform: uppercase; +} + +.standart_txt.orange{ + color: #FB6952; } @@ -115,7 +102,6 @@ body,html{ font-size: 16px; font-weight: 600; line-height: normal; - text-transform: uppercase; } .large_txt{ @@ -172,6 +158,23 @@ body,html{ .text_header.last_left{ padding-right: 26px; } +.description_page{ + margin-top: 50px; + display: block; + font-size: 24px; + font-weight: 500; + color: #000000; +} + +.title_page{ + font-size: 36px; + font-weight: 600; + text-transform: uppercase; + color: #000000; + margin-top: 10px; + display: block; + margin-bottom: 60px; +} .splitter_text_header{ height: 37px; width: 1px; @@ -285,16 +288,19 @@ body,html{ color: #10212B; padding: 15px 30px 15px 30px; transition: 300ms; + text-transform: uppercase; } .section_btn.close > .txt_section{ color: #ffffff; padding: 18px 30px 18px 30px; transition: 500ms; + text-transform: uppercase; } .section_btn:hover > .txt_section{ padding: 15px 30px 15px 30px; transition: 300ms; + text-transform: uppercase; } .description_sections_buttons{ @@ -362,10 +368,12 @@ body,html{ padding-left: 20px; font-weight: 700; color: #000000; + text-transform: uppercase; } .right_part_service.two_cols{ font-weight: 500; + text-transform: uppercase; } .right_part_service.child{ @@ -422,6 +430,7 @@ body,html{ text-align: center; width: 100%; color: #000000; + text-transform: uppercase; } .img_descript_process{ padding-top: 45px; @@ -722,6 +731,7 @@ body,html{ margin-top: 20px; display: block; text-decoration: none; + text-transform: uppercase; } .flex_container_footer{ diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index a558699..65bc6c8 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -125,6 +125,16 @@ .block_overlay.show{ display: block; } + .curtain_txt_float{ + float: right; + } + .language_select.curtain{ + top: 0; + margin-left: 10px; + } + .description_page{ + font-size: 24px; + } } @media (max-width: 850px) { @@ -139,22 +149,6 @@ } @media (max-width: 800px) { - .text_header{ - padding-right: 20px; - } - .section_btn:hover { - height: unset; - position: unset; - bottom: unset; - } - .text_header.last_left { - padding-right: 20px; - } - .language_select { - margin-left: 20px; - margin-right: 20px; - padding-right: 0; - } .line_go_to_sections{ width: 100%; color: #000000; diff --git a/templates/blocks/b_curtain.html b/templates/blocks/b_curtain.html index e888a4d..2d3a39b 100644 --- a/templates/blocks/b_curtain.html +++ b/templates/blocks/b_curtain.html @@ -17,10 +17,11 @@
EN
-
+
Личный кабинет
+ \ No newline at end of file diff --git a/templates/pages/content/c_section_content.html b/templates/pages/content/c_section_content.html index af5f58d..1ec9ded 100644 --- a/templates/pages/content/c_section_content.html +++ b/templates/pages/content/c_section_content.html @@ -1,10 +1,10 @@ {% include 'blocks/dynamic/b_sections_buttons.html' %}
{% if page.description %} -
{{ page.description }}
+
{{ page.description }}
{% endif %} {% if page.title %} -
{{ page.title }}
+
{{ page.title }}
{% endif %}
{% if services_view_scheme == '3_cols_w_group' %}