This commit is contained in:
SBD
2024-01-19 17:52:51 +03:00
parent 1b588dd1fc
commit 896ed3df6c
2 changed files with 59 additions and 41 deletions

View File

@@ -838,13 +838,13 @@ body.n_scroll{
}
.footer_els_container{
width: 84%;
width: calc(100% - 200px);
display: flex;
flex-wrap: wrap;
}
.footer_el{
width: 30%;
width: 200px;
margin-right: 50px;
margin-bottom: 20px;
}
@@ -865,7 +865,7 @@ body.n_scroll{
}
.right_part_footer{
width: 15%;
width: 200px;
}
.footer_el_childs{
margin-top: 20px;

View File

@@ -287,14 +287,43 @@
}
@media (max-width: 800px) {
.right_part_plugin_container{
display: none;
}
.left_part_plugin_container{
width: 100%;
}
.picture_tag_standart{
display: block;
}
.logo_3d_sec_designer_mobile{
display: block;
}
.w_one_present.odd .txt_part_w_one_present{
margin-left: unset;
margin-bottom: 20px;
padding-left: unset;
}
.plugin_description{
margin-top: 20px;
}
.logo_3d_sec_designer_mobile{
width: 100%;
}
.left_part_plugin_container{
margin-right: 0;
}
.img_container_part_w_one_present{
width: 100%;
}
.img_part_w_one_present{
width: 100%;
height: 100%;
object-fit: unset;
object-position: unset;
max-height: unset;
}
.txt_part_w_one_present{
width: 100%;
}
@@ -342,6 +371,29 @@
.description_form_feedback_txt{
margin-bottom: 30px;
}
.right_part_proj{
width: 100%;
height: unset;
margin-top: 20px;
margin-left: 0;
}
.left_part_proj{
width: 100%;
}
.img_proj{
height: unset;
object-position: unset;
object-fit: unset;
}
.left_part_b_projects_slider{
display: none;
}
.right_part_b_projects_slider{
display: none;
}
.info_part_b_projects_slider{
width: 100%;
}
}
@media (max-width: 700px) {
@@ -396,31 +448,13 @@
padding: unset;
}
.right_part_plugin_container{
display: none;
}
.left_part_plugin_container{
width: 100%;
}
.first_line_block_functional_features{
flex-direction: column-reverse;
flex-wrap: wrap;
}
.picture_tag_standart{
display: block;
}
.logo_3d_sec_designer_mobile{
display: block;
}
.plugin_description{
margin-top: 20px;
}
.logo_3d_sec_designer_mobile{
width: 100%;
}
.left_part_plugin_container{
margin-right: 0;
}
.container_txt_first_line_block_functional_features {
width: 100%;
}
@@ -433,23 +467,7 @@
.description_item_features_container{
width: 100%;
}
.right_part_proj{
width: 100%;
height: unset;
margin-top: 20px;
}
.left_part_proj{
width: 100%;
}
.left_part_b_projects_slider{
display: none;
}
.right_part_b_projects_slider{
display: none;
}
.info_part_b_projects_slider{
width: 100%;
}
}
@media (max-width: 500px) {