34 lines
399 B
CSS
34 lines
399 B
CSS
html, * {
|
|
font-family: "Roboto", sans-serif;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #393939;
|
|
}
|
|
body {
|
|
max-width: 1230px;
|
|
|
|
}
|
|
|
|
.header {
|
|
|
|
}
|
|
.header_top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.logo_top_link {
|
|
}
|
|
.logo__top_img {
|
|
}
|
|
.header_top_list {
|
|
}
|
|
.header_top_item {
|
|
}
|
|
.header_top_item_link {
|
|
}
|
|
.header_top_info {
|
|
}
|
|
.header_top_info_tel {
|
|
}
|
|
.header_top_btn {
|
|
} |