2019-04-29 19:46:11 +03:00
|
|
|
.site-header {
|
|
|
|
backface-visibility: hidden;
|
|
|
|
z-index: 80;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
2019-05-25 14:22:54 +03:00
|
|
|
height: 80px;
|
2019-04-29 19:46:11 +03:00
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-left,
|
|
|
|
.navbar-right {
|
|
|
|
flex: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 15px;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo-image {
|
2019-05-25 14:22:54 +03:00
|
|
|
max-height: 40px;
|
2019-04-29 19:46:11 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo-text {
|
2019-05-01 11:20:04 +03:00
|
|
|
font-family: @font-alt;
|
2019-05-03 18:11:39 +03:00
|
|
|
font-size: 25px;
|
2019-04-29 19:46:11 +03:00
|
|
|
font-weight: 700;
|
2019-05-03 18:11:39 +03:00
|
|
|
letter-spacing: .5px;
|
2019-04-29 19:46:11 +03:00
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-list {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-item {
|
2019-05-04 19:02:00 +03:00
|
|
|
font-size: 12px;
|
2019-04-29 19:46:11 +03:00
|
|
|
font-weight: 700;
|
2019-04-30 18:00:55 +03:00
|
|
|
letter-spacing: .5px;
|
2019-04-29 19:46:11 +03:00
|
|
|
line-height: 1;
|
|
|
|
margin: 0 20px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|