You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
2.1 KiB
171 lines
2.1 KiB
.wrapper {
|
|
.make-row();
|
|
|
|
margin-top: 10px;
|
|
margin-bottom: -10px;
|
|
}
|
|
|
|
.header-logo {
|
|
.make-lg-column(6);
|
|
.make-md-column(6);
|
|
.make-sm-column(4);
|
|
.make-xs-column(4);
|
|
|
|
.slogan {
|
|
position: absolute;
|
|
top: 58px;
|
|
left: 176px;
|
|
width: 160px;
|
|
|
|
opacity: 0.5;
|
|
|
|
line-height: 17px;
|
|
}
|
|
}
|
|
|
|
|
|
.header-content {
|
|
.make-lg-column(4);
|
|
.make-md-column(4);
|
|
.make-sm-column(4);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
.header-contacts {
|
|
.make-lg-column(2);
|
|
.make-md-column(2);
|
|
.make-xs-column(4);
|
|
|
|
@media (min-width: 0px) {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 530px) {
|
|
display: block;
|
|
}
|
|
|
|
text-align: right;
|
|
|
|
margin-top: -4px;
|
|
|
|
ul {
|
|
margin-right: -5px;
|
|
margin-bottom: 0;
|
|
|
|
font-size: 15px;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.consultation {
|
|
h5 {
|
|
opacity: 0.5;
|
|
|
|
margin-bottom: 3px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 0;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
button {
|
|
margin-bottom: 5px;
|
|
margin-right: -5px;
|
|
}
|
|
}
|
|
|
|
|
|
.logo {
|
|
height: 100px;
|
|
}
|
|
|
|
|
|
|
|
.header-menu-font {
|
|
font-family: @font-family-monospace;
|
|
}
|
|
|
|
|
|
|
|
.header-menu.main {
|
|
li {
|
|
@media (min-width: 1200px) {
|
|
margin-right: 0;
|
|
width: 150px;
|
|
}
|
|
}
|
|
}
|
|
.header-menu {
|
|
font-size: 16px;
|
|
|
|
li {
|
|
margin-top: 1px;
|
|
|
|
|
|
font-weight: 400;
|
|
vertical-align: top;
|
|
white-space: nowrap;
|
|
|
|
// width: 13.9%;
|
|
@media (min-width: 0) {
|
|
width: auto;
|
|
}
|
|
|
|
@media (min-width: @screen-md-min) {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
margin-right: 39px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// @media (min-width: @screen-lg-min) {
|
|
// margin-right: 50px;
|
|
// }
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
li.active {
|
|
font-weight: 700;
|
|
a {
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.header-menu-description {
|
|
|
|
|
|
@media (min-width: 0) {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
display: block;
|
|
}
|
|
|
|
li {
|
|
vertical-align: top;
|
|
font-size: 12px;
|
|
width: 150px;
|
|
|
|
}
|
|
}
|
|
|