226 lines
3.9 KiB
CSS
226 lines
3.9 KiB
CSS
html, body, * {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #393939;
|
|
margin: 0 auto;
|
|
max-width: 1600px;
|
|
}
|
|
.wrapper {
|
|
margin: 0 60px;
|
|
}
|
|
|
|
/* -------------------------------------------------------------HEADER-TOP--------------------------------------------------------------------- */
|
|
|
|
.header_top {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin: 0 50px;
|
|
justify-content: space-between;
|
|
margin-bottom: 100px;
|
|
}
|
|
.header_top_inner {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 15px 0;
|
|
flex-direction: column;
|
|
}
|
|
.header_top_wrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.logo_link {
|
|
margin: 0;
|
|
transition: all .3s;
|
|
}
|
|
.logo_link:hover {
|
|
transform: scale(1.05);
|
|
}
|
|
.logo_img {
|
|
|
|
}
|
|
.header_nav_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
white-space: nowrap;
|
|
background-color: #F4F4F4;
|
|
border-radius: 16px;
|
|
}
|
|
.header_top_item {
|
|
display: block;
|
|
padding: 10px 16px;
|
|
color: #000;
|
|
text-decoration: none;
|
|
position: relative;
|
|
border-radius: 16px;
|
|
}
|
|
.header_top_item:hover {
|
|
background-color: #0C47A0;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
.header_top_item.active {
|
|
background-color: #0C47A0;
|
|
color: #fff;
|
|
padding-left: 28px;
|
|
}
|
|
.header_top_item.active::before {
|
|
position: absolute;
|
|
content: "";
|
|
display: block;
|
|
background-color: #fff;
|
|
width: 9px;
|
|
height: 9px;
|
|
border-radius: 50%;
|
|
top: 12px;
|
|
left: 14px;
|
|
}
|
|
.header_top_link {
|
|
}
|
|
.header_call {
|
|
display: flex;
|
|
margin: 0;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 20px;
|
|
}
|
|
.header_call_tel {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 5px;
|
|
transition: all .3s;
|
|
}
|
|
.header_call_tel:hover {
|
|
transform: scale(1.1);
|
|
color: #0C47A0;
|
|
}
|
|
.header_call_tel svg{
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.header_tel_link {
|
|
}
|
|
.header_call_btn {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10px 16px;
|
|
border-radius: 16px;
|
|
background-color: #0C47A0;
|
|
gap: 5px;
|
|
transition: all .3s;
|
|
}
|
|
.header_call_btn:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
.header_call_btn svg {
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
.header_call_text {
|
|
color: #fff;
|
|
}
|
|
.header_top_list {
|
|
margin: 20px 0;
|
|
}
|
|
.header_nav {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background-color: #F4F4F4;
|
|
border-radius: 16px;
|
|
}
|
|
.header_nav_item {
|
|
margin: 0;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
padding: 10px 20px;
|
|
}
|
|
.header_nav_link {
|
|
transition: all .1s;
|
|
}
|
|
.header_nav_link:hover {
|
|
color: #0C47A0;
|
|
transform: scale(1.01);
|
|
}
|
|
|
|
/* ------------------------------------------------HEADER-BODY------------------------------------------------------ */
|
|
|
|
.header_body {
|
|
}
|
|
.header_body_inner {
|
|
}
|
|
.header_body_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.header_body_heading {
|
|
display: block;
|
|
margin: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #393939;
|
|
max-width: 60%;
|
|
flex-direction: column;
|
|
}
|
|
.header_body_heading svg {
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
.header_header_img {
|
|
display: block;
|
|
height: 32px;
|
|
width: 90px;
|
|
background: linear-gradient(to right, #0C47A0, #8FECFC);
|
|
border-radius: 30px;
|
|
margin: 0;
|
|
}
|
|
.header_body_about {
|
|
max-width: 20%;
|
|
margin: 0;
|
|
}
|
|
.header_about_img {
|
|
}
|
|
.header_body_row {
|
|
}
|
|
.header_body_collumn {
|
|
}
|
|
.header_collumn_row_top {
|
|
}
|
|
.header_row_item {
|
|
}
|
|
.header_item_link {
|
|
}
|
|
.header_item_area {
|
|
}
|
|
.header_collumn_row_bottom {
|
|
}
|
|
.header_row_title {
|
|
}
|
|
.header_row_img {
|
|
}
|
|
.header_row_para {
|
|
}
|
|
.header_collumn_item {
|
|
}
|
|
.header_item_title {
|
|
}
|
|
.header_item_inner {
|
|
}
|
|
.header_row_paras {
|
|
}
|
|
.header_row_heading {
|
|
}
|
|
.header_heading_title {
|
|
}
|
|
.header_heading_text {
|
|
}
|
|
.header_row_btn {
|
|
}
|
|
.row_btn {
|
|
} |