This commit is contained in:
SBD
2023-11-27 13:45:56 +03:00
parent 838313ea02
commit a4b830d5e4
5 changed files with 163 additions and 24 deletions

View File

@@ -75,15 +75,6 @@ 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;
@@ -113,6 +104,15 @@ body,html{
line-height: normal;
}
.semi_large_semi_light{
color: #000000;
font-family: -apple-system, 'Raleway-Regular', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.medium_txt{
color: #000000;
font-family: -apple-system, 'Raleway-Regular', sans-serif;
@@ -224,11 +224,12 @@ body,html{
.block_service{
margin: 80px 25px;
display: flex;
width: 100%;
width: calc(100% - 50px);
}
.service_block_container{
width: 33%;
width: calc(33% - 70px);
margin-right: 70px;
}
.childs_service_container{
@@ -261,6 +262,7 @@ body,html{
.right_part_service.w_100{
width: 100%;
float: unset;
padding-left: 0;
}
/*how with us working*/
@@ -398,4 +400,93 @@ body,html{
color: #ffffff;
background: #FB6952;
transition: 200ms;
}
}
/* block plugin*/
.plugin_container{
margin: 120px 90px 0 90px;
width: calc(100% - 180px);
padding-bottom: 100px;
}
.plugin_txt{
margin-top: 8px;
margin-bottom: 35px;
}
.plugin_description{
margin-bottom: 35px;
}
.btn_download_plugin{
border-radius: 5px;
background: #0C54A0;
width: 100%;
border: none;
outline: none;
}
.btn_inf_about_plugin{
border: 1px solid #0C54A0;
background: none;
color: #0C54A0;
transition: 200ms;
outline: none;
width: 100%;
border-radius: 5px;
margin-top: 20px;
}
.btn_inf_about_plugin:hover{
background: #0C54A0;
border: none;
transition: 200ms;
}
.btn_inf_about_plugin:hover > .btn_inf_about_plugin_txt{
color: #ffffff;
}
.btn_inf_about_plugin_txt{
color: #0C54A0;
}
.container_content_btn_download{
width: calc(100% - 70px);
padding: 15px 35px;
}
.left_part_btn{
width: 24px;
float: left;
}
.img_download_f_btn{
width: 24px;
}
.right_part_btn{
width: calc(100% - 24px);
margin-left: 15px;
color: #ffffff;
position: relative;
top: 5px;
}
.plugin_container_content{
width: 100%;
display: flex;
justify-content: space-between;
}
.left_part_plugin_container{
width:60%;
}
.right_part_plugin_container{
width: 300px;
}
.logo_3d_sec_designer{
width: 300px;
}