/*
 * Header
 */
.block-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f9fafc;
  border: solid 1px #cacad0;
  max-width: 280px;
  height: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1200px), screen and (max-height: 500px) {
  .block-nav {
    display: none;
  }
}
@media only screen and (max-height: 920px) {
  .block-nav {
    font-size: 16px;
  }
}
@media only screen and (max-height: 680px) and (min-height: 500px) {
  .block-nav {
    position: absolute;
    height: auto;
  }
  .block-nav.block-nav--fixed {
    position: fixed;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-height: 996px) {
  .block-nav .tpl_menu_side_column {
    padding: 5px 16px;
  }
}
@media only screen and (max-height: 860px) and (min-height: 680px) {
  .block-nav .tpl_menu_subtitle {
    display: none;
  }
}
@media only screen and (max-height: 860px) and (min-height: 680px) {
  .block-nav .tpl_menu_item {
    height: 50px;
  }
}
@media only screen and (max-height: 860px) and (min-height: 680px) {
  .block-nav .block-nav__content_wrapper {
    min-height: 50px;
  }
}
.block-nav__main_content {
  text-align: center;
  padding: 24px;
}
@media only screen and (max-height: 996px) {
  .block-nav__main_content {
    padding: 10px 24px;
  }
}
.block-nav__funelior_logo {
  margin-top: 48px;
  height: 140px;
  width: auto;
}
@media only screen and (max-height: 996px) {
  .block-nav__funelior_logo {
    margin-top: 0;
  }
}
.block-nav__headline {
  color: #647381;
  margin: 8px 0 16px;
}
.block-nav__content_wrapper {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  max-width: 177px;
}
.block-nav__buttons_container {
  width: 100%;
}
.block-nav__buttons_container .tpl_button--nav {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.block-nav__buttons_container .tpl_button--nav:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
}
.block-nav__submenu_wrapper {
  position: absolute;
  display: none;
  background-color: #ffffff;
  border: 1px solid #cacad0;
  left: 100%;
  margin-left: 45px;
  top: -2px;
  cursor: pointer;
}
.block-nav__menu:hover .block-nav__submenu_wrapper {
  display: block;
}
/*# sourceMappingURL=./block-nav.css.map */