2 min-height: calc(100vh - #{$header-height} - #{$footer-height} - #{$footer-margin});
5 .sub-header-container {
6 margin-top: $header-height;
11 height: calc(100vh - #{$header-height});
15 .title-menu-left-block.menu {
21 height: $header-height;
25 background-color: #fff;
27 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
33 height: $header-height;
41 background-image: url('../assets/images/header/menu.svg');
42 margin: 0 18px 0 24px;
48 font-weight: $font-bold;
49 color: inherit !important;
53 @include disable-default-a-behaviour;
56 display: inline-block;
57 background: url('../assets/images/logo.svg') no-repeat;
63 @media screen and (max-width: 500px) {
73 height: $header-height;
77 justify-content: flex-end;
82 border-top: 1px solid $footer-border-color;
86 margin-top: $footer-margin;
87 height: $footer-height;