This commit is contained in:
SBD
2023-11-27 12:44:47 +03:00
parent 883296ba96
commit b0a56e40e6
2 changed files with 88 additions and 22 deletions

View File

@@ -40,6 +40,10 @@ body,html{
margin-top: 55px;
}
.clear_both {
clear: both;
}
/*header*/
@@ -71,6 +75,26 @@ body,html{
text-transform: uppercase;
}
.standart_txt{
color: #ffffff;
/*font-family: Spline Sans;*/
font-family: -apple-system, 'Raleway-Regular', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}
.standart_semi_bold_txt{
color: #000000;
/*font-family: Spline Sans;*/
font-family: -apple-system, 'Raleway-Regular', sans-serif;
font-size: 16px;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.large_txt{
color: #000000;
font-family: -apple-system, 'Raleway-Regular', sans-serif;
@@ -89,6 +113,15 @@ body,html{
line-height: normal;
}
.medium_small_bold_txt{
color: #000000;
font-family: -apple-system, 'Raleway-Regular', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.text_header.last_right{
padding-right: 0;
}
@@ -181,8 +214,38 @@ body,html{
/* service */
.block_service{
margin: 80px 25px;
display: flex;
width: 100%;
}
.service_block_container{
width: 33%;
}
.childs_service_container{
border-left: 1px solid #9CDDF7;
padding-left: 20px;
margin-top: 20px;
}
.services_block_child{
margin-top: 30px;
}
.left_part_service{
width: 30%;
float: left;
}
.right_part_service{
width: 65%;
float: right;
}
.right_part_service.w_100{
width: 100%;
float: unset;
}
/*how with us working*/