Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2023-12-02 13:43:48 +03:00
2 changed files with 12 additions and 2 deletions

View File

@@ -77,10 +77,13 @@ body,html{
.text_header{ .text_header{
padding-right: 90px; padding-right: 90px;
text-transform: uppercase;
} }
.standart_txt{ .standart_txt{
color: #ffffff; color: #ffffff;
/*font-family: Spline Sans;*/ /*font-family: Spline Sans;*/
@@ -161,7 +164,7 @@ body,html{
.description_page{ .description_page{
margin-top: 50px; margin-top: 50px;
display: block; display: block;
font-size: 24px; font-size: 20px;
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;
} }
@@ -453,7 +456,7 @@ body,html{
border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
height: 6px; height: 6px;
width: 100%; width: 100%;
background: linear-gradient(270deg, #FB6952 63.38%, #DD4F39 80.71%, #B73825 104%);; background: linear-gradient(270deg, #FB6952 63.38%, #DD4F39 80.71%, #B73825 104%);
} }
.form_consultation{ .form_consultation{
@@ -461,6 +464,10 @@ body,html{
border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
} }
.title_form_consultation{
text-transform: uppercase;
}
.container_content_form_consultation{ .container_content_form_consultation{
padding: 40px 60px 70px 80px; padding: 40px 60px 70px 80px;
display: flex; display: flex;

View File

@@ -87,6 +87,9 @@
.cut-width{ .cut-width{
margin: 0 20px; margin: 0 20px;
} }
.title_page{
font-size: 36px;
}
/* curtain*/ /* curtain*/
.curtain_main{ .curtain_main{
height: calc(100vh - 20px); height: calc(100vh - 20px);