diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index f57048d..ee1bfef 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -118,7 +118,7 @@ body.n_scroll{ /*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/ font-size: 36px; font-style: normal; - font-weight: 700; + font-weight: 600; line-height: normal; } @@ -145,7 +145,7 @@ body.n_scroll{ /*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/ font-size: 24px; font-style: normal; - font-weight: 700; + font-weight: 600; line-height: normal; } @@ -154,7 +154,7 @@ body.n_scroll{ /*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/ font-size: 20px; font-style: normal; - font-weight: 800; + font-weight: 600; line-height: normal; } @@ -182,7 +182,7 @@ body.n_scroll{ color: #000000; margin-top: 10px; display: block; - margin-bottom: 60px; + /*margin-bottom: 60px;*/ } .splitter_text_header{ height: 37px; @@ -328,9 +328,9 @@ body.n_scroll{ /* service */ .block_service{ - margin: 80px 25px; + margin: auto; display: flex; - width: calc(100% - 50px); + width: 95%; flex-wrap: unset; } @@ -341,7 +341,7 @@ body.n_scroll{ .service_block_container{ width: 30%; margin-right: 3%; - margin-bottom: 70px; + /*margin-bottom: 70px;*/ } .service_block_container.two_cols{ @@ -375,7 +375,7 @@ body.n_scroll{ width: calc(100% - 80px); float: right; padding-left: 20px; - font-weight: 700; + font-weight: 600; color: #000000; text-transform: uppercase; } @@ -406,14 +406,14 @@ body.n_scroll{ } .large_txt.h_w_u_w{ - padding: 70px 0 70px 0; + /*padding: 0 0 20px 0;*/ text-align: center; } .descript_process_block{ display: flex; width: 100%; - padding-bottom: 70px; + /*padding-bottom: 70px;*/ margin: auto; flex-wrap: wrap; justify-content: center; @@ -423,7 +423,8 @@ body.n_scroll{ width: 250px; background: none; text-align: -webkit-center; - margin-bottom: 23px; + /*margin-bottom: 23px;*/ + padding: 20px; } .photo_container_descript_process{ @@ -449,10 +450,8 @@ body.n_scroll{ } .form_consultation_container{ - padding: 70px 90px 0 90px; - padding-bottom: 90px; - margin-top: 70px; - + margin: auto; + width: 80%; } @@ -473,7 +472,7 @@ body.n_scroll{ } .container_content_form_consultation{ - padding: 40px 60px 70px 80px; + padding: 40px; display: flex; flex-direction: row-reverse; } @@ -521,7 +520,7 @@ body.n_scroll{ .form_consultation_content{ width: 73%; - margin-right: 100px; + margin-right: 50px; } .description_form_consultation{ @@ -548,8 +547,8 @@ body.n_scroll{ .plugin_container{ margin: auto; - width: calc(100% - 180px); - padding-bottom: 100px; + width: 90%; + /*padding-bottom: 100px;*/ } .plugin_txt{ @@ -600,8 +599,8 @@ body.n_scroll{ } .container_content_btn_download{ - width: calc(100% - 70px); - padding: 15px 35px; + width: 96%; + padding: 15px 2%; } .left_part_btn{ @@ -613,11 +612,11 @@ body.n_scroll{ } .right_part_btn{ - width: calc(100% - 24px); - margin-left: 15px; + width: 100%; + margin: auto; color: #ffffff; - position: relative; - top: 5px; + /*position: relative;*/ + /*top: 5px;*/ } .plugin_container_content{ @@ -627,11 +626,11 @@ body.n_scroll{ } .left_part_plugin_container{ - width:60%; + width:65%; } .right_part_plugin_container{ - width: 300px; - position: relative; + width: 32%; + /*position: relative;*/ } @@ -936,32 +935,37 @@ body.n_scroll{ border-radius: 5px; background: rgba(255, 255, 255, 0.80); box-shadow: 1px 1px 10px 0 rgba(16, 33, 43, 0.10); - width: calc(90% - 50px); - padding: 25px 15px; - position: relative; - top: -80px; + width: 95%; + padding: 10px; + /*position: relative;*/ + /*bottom: 20px;*/ display: flex; flex-wrap: wrap; + margin-top: -3%; } .container_content_features_block_item{ - width: 18.18568515%; + width: 18%; display: block; - margin-left: 10px; - margin-right: 10px; + /*margin-left: 10px;*/ + /*margin-right: 10px;*/ + padding: 10px; } .container_content_features_block_item.bottom{ - margin-bottom: 100px; + /*margin-bottom: 100px;*/ } .img_item_container_functional_features{ width: 100%; + margin-bottom: 10px; } .img_item_functional_features{ max-width: 100%; object-fit: scale-down; + object-position: bottom; + height: 200px; } .description_item_features_container{ diff --git a/templates/block_settings/blocks_settings.html b/templates/block_settings/blocks_settings.html index 667784f..bb336b1 100644 --- a/templates/block_settings/blocks_settings.html +++ b/templates/block_settings/blocks_settings.html @@ -1 +1 @@ -style="width: 100%;padding-top: 30px;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}" +style="width: 100%;padding: 50px 0;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}" diff --git a/templates/blocks/b_services_2_col_wo_group.html b/templates/blocks/b_services_2_col_wo_group.html index 6e8e7cc..d15222f 100644 --- a/templates/blocks/b_services_2_col_wo_group.html +++ b/templates/blocks/b_services_2_col_wo_group.html @@ -1,24 +1,26 @@ {% load static %} {% load i18n %} -