This commit is contained in:
SBD
2023-12-02 13:26:20 +03:00
parent 0aa018043c
commit c5bdc36235
2 changed files with 11 additions and 1 deletions

View File

@@ -77,10 +77,13 @@ body,html{
.text_header{
padding-right: 90px;
text-transform: uppercase;
}
.standart_txt{
color: #ffffff;
/*font-family: Spline Sans;*/
@@ -453,7 +456,7 @@ body,html{
border-radius: 6px 6px 0 0;
height: 6px;
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{
@@ -461,6 +464,10 @@ body,html{
border-radius: 0 0 6px 6px;
}
.title_form_consultation{
text-transform: uppercase;
}
.container_content_form_consultation{
padding: 40px 60px 70px 80px;
display: flex;

View File

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