This commit is contained in:
SBD
2023-11-30 17:41:28 +03:00
parent 6635f93db8
commit 58608c2df0
4 changed files with 42 additions and 37 deletions

View File

@@ -79,23 +79,7 @@ body,html{
padding-right: 90px; 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{ .standart_txt{
color: #ffffff; color: #ffffff;
@@ -104,7 +88,10 @@ body,html{
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
line-height: normal; line-height: normal;
text-transform: uppercase; }
.standart_txt.orange{
color: #FB6952;
} }
@@ -115,7 +102,6 @@ body,html{
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
line-height: normal; line-height: normal;
text-transform: uppercase;
} }
.large_txt{ .large_txt{
@@ -172,6 +158,23 @@ body,html{
.text_header.last_left{ .text_header.last_left{
padding-right: 26px; 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{ .splitter_text_header{
height: 37px; height: 37px;
width: 1px; width: 1px;
@@ -285,16 +288,19 @@ body,html{
color: #10212B; color: #10212B;
padding: 15px 30px 15px 30px; padding: 15px 30px 15px 30px;
transition: 300ms; transition: 300ms;
text-transform: uppercase;
} }
.section_btn.close > .txt_section{ .section_btn.close > .txt_section{
color: #ffffff; color: #ffffff;
padding: 18px 30px 18px 30px; padding: 18px 30px 18px 30px;
transition: 500ms; transition: 500ms;
text-transform: uppercase;
} }
.section_btn:hover > .txt_section{ .section_btn:hover > .txt_section{
padding: 15px 30px 15px 30px; padding: 15px 30px 15px 30px;
transition: 300ms; transition: 300ms;
text-transform: uppercase;
} }
.description_sections_buttons{ .description_sections_buttons{
@@ -362,10 +368,12 @@ body,html{
padding-left: 20px; padding-left: 20px;
font-weight: 700; font-weight: 700;
color: #000000; color: #000000;
text-transform: uppercase;
} }
.right_part_service.two_cols{ .right_part_service.two_cols{
font-weight: 500; font-weight: 500;
text-transform: uppercase;
} }
.right_part_service.child{ .right_part_service.child{
@@ -422,6 +430,7 @@ body,html{
text-align: center; text-align: center;
width: 100%; width: 100%;
color: #000000; color: #000000;
text-transform: uppercase;
} }
.img_descript_process{ .img_descript_process{
padding-top: 45px; padding-top: 45px;
@@ -722,6 +731,7 @@ body,html{
margin-top: 20px; margin-top: 20px;
display: block; display: block;
text-decoration: none; text-decoration: none;
text-transform: uppercase;
} }
.flex_container_footer{ .flex_container_footer{

View File

@@ -125,6 +125,16 @@
.block_overlay.show{ .block_overlay.show{
display: block; display: block;
} }
.curtain_txt_float{
float: right;
}
.language_select.curtain{
top: 0;
margin-left: 10px;
}
.description_page{
font-size: 24px;
}
} }
@media (max-width: 850px) { @media (max-width: 850px) {
@@ -139,22 +149,6 @@
} }
@media (max-width: 800px) { @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{ .line_go_to_sections{
width: 100%; width: 100%;
color: #000000; color: #000000;

View File

@@ -17,10 +17,11 @@
<div class="standart_txt pointer" onclick="select_language(this)">EN</div> <div class="standart_txt pointer" onclick="select_language(this)">EN</div>
</div> </div>
</div> </div>
<div class="standart_txt orange"> <div class="standart_txt orange curtain_txt_float">
Личный кабинет Личный кабинет
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,10 +1,10 @@
{% include 'blocks/dynamic/b_sections_buttons.html' %} {% include 'blocks/dynamic/b_sections_buttons.html' %}
<div class="cut-width"> <div class="cut-width">
{% if page.description %} {% if page.description %}
<div class="description_page">{{ page.description }}</div> <div class="description_page standart_txt">{{ page.description }}</div>
{% endif %} {% endif %}
{% if page.title %} {% if page.title %}
<div class="title_page">{{ page.title }}</div> <div class="title_page standart_txt">{{ page.title }}</div>
{% endif %} {% endif %}
</div> </div>
{% if services_view_scheme == '3_cols_w_group' %} {% if services_view_scheme == '3_cols_w_group' %}