0.0.16
This commit is contained in:
@@ -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*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user