This commit is contained in:
SBD
2023-11-27 12:21:45 +03:00
parent 702c062b89
commit 883296ba96

View File

@@ -127,7 +127,7 @@ body,html{
height: 55px; height: 55px;
background: #10212B; background: #10212B;
position: sticky; position: sticky;
top: 60px; top: 59px;
} }
.container_content_sections_buttons{ .container_content_sections_buttons{
@@ -201,12 +201,12 @@ body,html{
.descript_process_block{ .descript_process_block{
display: flex; display: flex;
width: 100%; width: calc(100% - 276px);
margin: 0 138px 0 138px; margin: 0 138px 0 138px;
} }
.descript_process_container{ .descript_process_container{
width: 20%; width: 25%;
background: none; background: none;
text-align: -webkit-center; text-align: -webkit-center;
} }
@@ -231,7 +231,7 @@ body,html{
} }
.form_consultation_container{ .form_consultation_container{
margin: 130px 90px 110px 90px; margin: 130px 90px 0 90px;
padding-bottom: 110px; padding-bottom: 110px;
} }