2 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
7 height: calc(100vh - #{$header-height});
10 .title-menu-left-block.menu {
16 height: $header-height;
19 display: inline-block;
24 background-color: #fff;
25 border-right: 1px solid $header-border-color;
26 height: $header-height;
27 line-height: $header-height;
35 border-bottom: 1px solid $header-border-color;
52 color: inherit !important;
54 background: url(/assets/logo.png) no-repeat;
55 background-size: contain;
56 background-position: center;
62 color: inherit !important;
63 text-decoration: none !important;
68 @media screen and (max-width: 500px) {
79 @media screen and (min-width: 500px) and (max-width: 600px) {
85 @media screen and (min-width: 600px) and (max-width: 700px) {
91 @media screen and (min-width: 1000px) {
97 @media screen and (min-width: 1000px) {
103 @media screen and (min-width: 1200px) {
115 @media screen and (min-width: 1600px) {
129 // Fix col-md-* padding
141 border-top: 1px solid $footer-border-color;
145 margin-top: $footer-margin;
146 height: $footer-height;