This commit is contained in:
SBD
2023-12-10 14:17:35 +03:00
parent 6b61c24895
commit 7bb3a08a6a
3 changed files with 121 additions and 23 deletions

View File

@@ -1295,4 +1295,84 @@ body.n_scroll{
height: 100%;
font-size: 36px;
padding: 26px 0;
}
/* contacts */
/*.b_contacts{*/
/* margin: 100px 0;*/
/*}*/
.title_of_the_page_contacts{
font-size: 36px;
font-weight: 600;
text-transform: uppercase;
text-align: left;
width: 100%;
}
.cards_contacts_container {
padding: 80px 70px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.card_contacts{
width: 45%;
margin: 0 2.5%;
}
.container_img_card_contacts{
width: 100%;
height: 300px;
}
.img_card_contacts{
width: 100%;
height: 100%;
border-radius: 5px 5px 0 0;
}
.description_contact{
width: 90.5%;
padding: 25px;
border-radius: 0 0 5px 5px;
background: #FFF;
box-shadow: 1px 1px 11.3px 0 rgba(16, 33, 43, 0.12);
}
.name_contact{
font-size: 30px;
font-weight: 600;
padding-bottom: 10px;
}
.description_office_contact{
font-size: 20px;
font-weight: 400;
padding-bottom: 20px;
}
.label_work_time{
font-size: 20px;
font-weight: 600;
}
.work_time_office{
font-weight: 400;
font-size: 20px;
padding-bottom: 20px;
}
.label_contact{
display: inline-block;
font-size: 20px;
font-weight: 600;
}
.text_contact{
display: inline-block;
font-size: 20px;
font-weight: 400;
}