This commit is contained in:
SBD
2023-11-28 14:02:49 +03:00
parent aa79cbd743
commit a740e48c8e
7 changed files with 52 additions and 26 deletions

View File

@@ -380,8 +380,8 @@ body,html{
}
.form_consultation_container{
margin: 130px 90px 0 90px;
padding-bottom: 110px;
padding: 130px 90px 0 90px;
padding-bottom: 90px;
}
@@ -571,7 +571,7 @@ body,html{
}
.container_content_faq{
margin: 0 170px;
margin: 100px 170px 0 170px;
padding-bottom: 90px;
}
@@ -646,8 +646,6 @@ body,html{
.footer_els_container{
width: 73%;
display: flex;
padding-top: 70px;
padding-bottom: 60px;
flex-wrap: wrap;
}
@@ -668,11 +666,15 @@ body,html{
.footer_name_str{
margin-top: 20px;
display: block;
text-decoration: none;
}
.flex_container_footer{
display: flex;
width: 100%;
padding-top: 70px;
padding-bottom: 60px;
}
.btn_contacts_footer{
@@ -682,6 +684,7 @@ body,html{
color: #FB6952;
background: none;
width: 100%;
transition: 200ms;
}
.btn_contacts_footer:hover{
border-radius: 2px;
@@ -689,8 +692,17 @@ body,html{
padding: 15px 0;
background: #FB6952;
color: #ffffff;
transition: 200ms;
}
.logo_footer{
height: 35px;
}
.inf_contacts_footer{
padding: 20px 0 15px 0;
}
.txt_footer{
padding-bottom: 5px;
}