/*---------- NAVIGATION -----------*/
/* CORE STYLES */
.content {
    width: 100%;
    position: relative;
    display: block;
    line-height: normal; }
    .content .mp-pusher {
      width: 100%;
      position: relative;
      line-height: normal; }
  
  .navigation {
    width: 100%;
    display: block;
    position: relative;
    font-family: inherit;
    background-color: #ffffff;
    line-height: normal; }
    .navigation * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent; }
  
  @media (max-width: 767px) {
    .navigation-fixed-wrapper {
      z-index: 68 !important; } }
  
  .navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 61;
    display: block;
    /*align-items: center;
      justify-content: flex-end;*/
    flex-direction: row;
    line-height: normal; }
    .navigation-fixed-wrapper.fixed {
      position: fixed !important;
      -webkit-animation: fade .50s;
      animation: fade .50s;
      padding: 0 15px; }
    .navigation-fixed-wrapper.no-fixed {
      position: absolute; }
  
  @keyframes fade {
    from {
      opacity: 0.999; }
    to {
      opacity: 1; } }
    .navigation-fixed-wrapper .navigation {
      margin-right: auto;
      margin-left: auto; }
  
  .navigation-fixed-placeholder {
    width: 100%;
    display: none; }
    .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
      display: block; }
  
  .navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -625rem; }
  
  .align-to-right {
    float: right;
    margin-right: 1rem; }
  
  .align-to-left {
    float: left;
    margin-right: 1rem; }
  
  .nav-header {
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: normal; }
    .navigation-hidden .nav-header {
      display: none; }
    .nav-header .nav-btn-full-screen {
      padding: 1.76rem;
      line-height: normal;
      display: block; }
  
  .nav-footer {
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    line-height: normal; }
    .nav-footer .sf-nav-footer-but {
      height: 100%;
      margin: 0 1rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .nav-footer .sf-nav-footer-social {
      height: 100%;
      width: 300px;
      cursor: pointer;
      background-color: #fbfcfd;
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: row;
      flex-wrap: wrap; }
      .nav-footer .sf-nav-footer-social > a {
        padding: 1.7rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-decoration: none; }
        .navigation-portrait .nav-footer .sf-nav-footer-social > a {
          height: 100%; }
          .navigation-portrait .nav-footer .sf-nav-footer-social > a > i {
            font-size: 1.5rem; }
  
  .nav-brand {
    padding: 0 0 0 1.5rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    text-decoration: none !important;
    line-height: normal; }
    .nav-brand:hover, .nav-brand:focus {
      color: rgba(0, 0, 0, 0.87); }
    .navigation-portrait .nav-brand {
      font-size: 1rem;
      line-height: normal; }
  
  .nav-toggle {
    display: none;
    cursor: pointer;
    padding: 1.7rem 1.5rem;
    height: 100%;
    line-height: normal; }
    .navigation-portrait .nav-toggle {
      display: flex;
      align-items: center;
      justify-content: center; }
    .nav-toggle i {
      font-size: 1.5rem; }
  
  .navigation-portrait .nav-menus-wrapper {
    width: 20rem;
    height: 100%;
    top: 0;
    left: -25rem;
    position: fixed;
    background-color: #ffffff;
    z-index: 20000;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    line-height: normal; }
    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
      left: auto;
      right: -25rem; }
    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
      left: 0; }
    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
      left: auto;
      right: 0; }
  
  .nav-menus-wrapper-close-button {
    width: 1.85rem;
    height: 2.5rem;
    margin: .5rem .4rem;
    display: none;
    float: right;
    color: #70798b;
    font-size: 1.65rem;
    cursor: pointer;
    line-height: normal; }
    .navigation-portrait .nav-menus-wrapper-close-button {
      display: block; }
  
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    line-height: normal; }
    .navigation-portrait .nav-menu {
      width: 100%; }
    .nav-menu.nav-menu-centered {
      text-align: center; }
    .nav-menu.nav-menu-centered > li {
      float: none; }
    .nav-menu > li {
      display: block;
      /*align-items: flex-start;
          justify-content: center;*/
      float: left;
      height: 100%;
      /*line-height: normal;*/ }
      .navigation-portrait .nav-menu > li {
        width: 100%;
        position: relative;
        border-top: solid 1px #f0f0f0;
        display: table;
        float: none;
        text-align: left; }
      .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0; }
      .nav-menu + .nav-menu > li:first-child {
        border-top: none; }
      .nav-menu > li > a {
        height: 100%;
        padding: 1.76rem .7rem;
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-size: 1rem;
        color: #70798b;
        line-height: normal;
        -webkit-transition: color 0.3s, background 0.3s;
        transition: color 0.3s, background 0.3s; }
        .navigation-portrait .nav-menu > li > a {
          width: 100%;
          height: auto;
          padding: 1rem 1.33rem; }
      .nav-menu > li:hover > a,
      .nav-menu > li.active > a,
      .nav-menu > li.focus > a {
        color: #967ADC; }
    .nav-menu .flexMenu-viewMore a > i {
      font-size: 1.5rem; }
    .nav-menu .nav-button-item a {
      margin: 1.1rem 0;
      padding: .6rem 0.7rem;
      background: #967ADC; }
    .navigation-portrait .nav-menu.nav-menu-social {
      width: 100%;
      text-align: center; }
    .nav-menu.nav-menu-social > li {
      text-align: center;
      float: none;
      border: none !important; }
      .navigation-portrait .nav-menu.nav-menu-social > li {
        width: auto; }
      .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
        font-size: .75rem; }
      .nav-menu.nav-menu-social > li > a > .fa {
        font-size: .875rem; }
      .navigation-portrait .nav-menu.nav-menu-social > li > a {
        padding: .95rem; }
  
  .submenu-indicator {
    padding: 0;
    padding-left: 0.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .navigation-portrait .submenu-indicator {
      width: auto !important;
      height: 100%;
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      overflow: hidden;
      margin-left: 0;
      padding: 0 1.2rem; }
  
  .navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  
  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 60; }
  
  .no-scroll {
    touch-action: none;
    overflow-x: hidden; }
  
  .navigation-landscape .nav-menu > li > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 1.76rem);
    border-bottom: solid 4px transparent;
    transition: color .3s, background .3s, border .3s;
    left: 0; }
  
  /* SEARCH PANEL */
  .nav-search {
    z-index: 50;
    height: inherit; }
    .navigation-hidden .nav-search {
      display: none; }
  
  .nav-search-button {
    height: 100%;
    padding: 1.80rem 1.5rem;
    cursor: pointer;
    background-color: #fbfcfd;
    display: flex;
    align-items: center;
    justify-content: center; }
    .navigation-portrait .nav-search-button {
      height: 100%; }
      .navigation-portrait .nav-search-button > i {
        font-size: 1.5rem; }
  
  .nav-search > form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 99%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    z-index: 99;
    margin: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    height: inherit; }
  
  .nav-search-inner {
    width: 100%;
    height: 100%;
    display: block; }
    .nav-search-inner .nav-live-search {
      width: 100%;
      background: white;
      /*border-right: 1px solid rgba(0,0,0, 0.12);
          border-bottom: 1px solid rgba(0,0,0, 0.12);
          border-left: 1px solid rgba(0,0,0, 0.12);*/
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
      .nav-search-inner .nav-live-search .live-search-result {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row; }
        .nav-search-inner .nav-live-search .live-search-result:hover {
          background: rgba(0, 0, 0, 0.12); }
        .nav-search-inner .nav-live-search .live-search-result .one-category {
          flex: 0 0 20%;
          padding: 0.5rem 1rem;
          color: rgba(0, 0, 0, 0.87); }
        .nav-search-inner .nav-live-search .live-search-result .category-all {
          flex: 0 0 80%;
          padding: 0.5rem 1rem;
          border-left: 1px solid rgba(0, 0, 0, 0.2); }
          .nav-search-inner .nav-live-search .live-search-result .category-all > a {
            color: rgba(0, 0, 0, 0.87);
            text-decoration: none;
            cursor: auto;
            font-weight: 600; }
            .nav-search-inner .nav-live-search .live-search-result .category-all > a > b {
              color: rgba(255, 0, 0, 0.87); }
        .nav-search-inner .nav-live-search .live-search-result .category-item {
          flex: 0 0 80%;
          padding: 0.5rem 1rem;
          border-left: 1px solid rgba(0, 0, 0, 0.2); }
          .nav-search-inner .nav-live-search .live-search-result .category-item > a {
            color: rgba(0, 0, 0, 0.87);
            text-decoration: none;
            cursor: auto;
            font-weight: 100; }
            .nav-search-inner .nav-live-search .live-search-result .category-item > a > b {
              color: rgba(255, 0, 0, 0.87); }
        .nav-search-inner .nav-live-search .live-search-result .category-more {
          flex: 0 0 80%;
          padding: 0.5rem 1rem;
          font-weight: 600;
          border-left: 1px solid rgba(0, 0, 0, 0.2); }
          .nav-search-inner .nav-live-search .live-search-result .category-more > a {
            color: rgba(0, 0, 0, 0.87);
            text-decoration: none;
            cursor: auto; }
            .nav-search-inner .nav-live-search .live-search-result .category-more > a > b {
              color: rgba(255, 0, 0, 0.87); }
    .nav-search-inner input[type=text],
    .nav-search-inner input[type=search] {
      width: 100%;
      margin: 0;
      font-size: 1.7rem;
      text-align: center;
      color: #70798b;
      background: white;
      border: 1px solid rgba(0, 0, 0, 0.1);
      outline: none;
      border: none;
      background-color: transparent;
      background: rgba(0, 0, 0, 0.04);
      height: inherit;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .navigation-portrait .nav-search-inner input[type=text],
    .navigation-portrait .nav-search-inner input[type=search] {
      /*height: 3rem;
          font-size: 1.125rem;
          line-height: 3rem;*/ }
  
  .nav-search-close-button {
    /*width: 1.75rem;
      height: 1.75rem;*/
    padding: 1.51rem;
    display: block;
    right: 0;
    line-height: normal;
    color: #70798b;
    font-size: 1.25rem;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0.08);
    height: inherit;
    /*.navigation-portrait &{
          top: 0.625rem;
          right: .875rem;
      }*/ }
    .nav-search-close-button:hover {
      background: rgba(0, 0, 0, 0.12); }
  
  .navigation-landscape .one-link {
    display: none !important; }
  
  .navigation-portrait .one-link {
    display: block; }
  
  /* NAVIGATION TEXT */
  .nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #70798b;
    font-size: 14px; }
    .navigation-portrait .nav-text {
      width: calc(100% - 52px);
      margin: 12px 26px 0; }
    .navigation-portrait .nav-text + ul {
      margin-top: 15px; }
  
  /* DROPDOWN EXTENSION */
  .navigation-landscape .nav-dropdown {
    box-shadow: 0 0.2rem 1rem 0.05rem rgba(0, 0, 0, 0.3); }
    .navigation-landscape .nav-dropdown > li > a {
      border: 1px solid rgba(0, 0, 0, 0.04); }
      .navigation-landscape .nav-dropdown > li > a:hover {
        background-color: rgba(0, 0, 0, 0.04); }
  
  .nav-dropdown {
    min-width: 11.25rem;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap; }
    .navigation-portrait .nav-dropdown {
      width: 100%;
      position: static;
      left: 0; }
    .nav-dropdown .nav-dropdown {
      left: 100% !important; }
    .nav-dropdown > li {
      width: 100%;
      float: left;
      clear: both;
      position: relative;
      text-align: left; }
      .nav-dropdown > li > a {
        width: auto;
        padding: 1rem 1.25rem;
        display: inline-block;
        text-decoration: none;
        float: left;
        font-size: 0.95rem;
        color: #70798b;
        background-color: #fdfdfd;
        -webkit-transition: color 0.3s, background 0.3s;
        transition: color 0.3s, background 0.3s; }
        .nav-dropdown > li > a > span > i {
          font-size: 1rem; }
      .nav-dropdown > li:hover > a,
      .nav-dropdown > li.focus > a {
        color: #967ADC; }
    .nav-dropdown.nav-dropdown-left {
      right: 0; }
    .nav-dropdown > li > .nav-dropdown-left {
      left: auto;
      right: 100%; }
    .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
      text-align: right; }
    .nav-dropdown .submenu-indicator {
      margin: 0;
      right: 0;
      top: 0;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 1.2rem;
      height: 100%; }
      .navigation-portrait .nav-dropdown .submenu-indicator {
        right: 0;
        top: 0; }
      .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .nav-dropdown > li:hover > a .submenu-indicator-chevron,
    .nav-dropdown > .focus > a .submenu-indicator-chevron {
      border-color: transparent #967ADC #967ADC transparent; }
    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
      left: .625rem; }
  
  /* HORIZONTAL DROPDOWN EXTENSION */
  .nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0; }
    .nav-dropdown-horizontal .nav-dropdown-horizontal {
      width: 100%;
      top: 100%;
      left: 0; }
    .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
      border-top: none; }
    .nav-dropdown-horizontal > li {
      width: auto;
      clear: none;
      position: static; }
      .navigation-portrait .nav-dropdown-horizontal > li {
        width: 100%; }
      .nav-dropdown-horizontal > li > a {
        position: relative; }
  
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  
  .d-t {
    display: table; }
  
  .nav-menus-wrapper {
    overflow-x: hidden; }
  
  .btn-show:hover {
    background-color: #967ADC; }
  
  .info {
    padding-left: 15px;
    color: #333;
    font-size: 13px;
    text-align: center; }
  
  .info span {
    text-decoration: underline; }
  
  .zoom-in {
    -webkit-animation: zoomIn 400ms ease both;
    -moz-animation: zoomIn 400ms ease both;
    -o-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both; }
  
  @-webkit-keyframes zoomIn {
    0% {
      -webkit-transform: scale(0.6); }
    100% {
      -webkit-transform: scale(1); } }
  
  @keyframes zoomIn {
    0% {
      transform: scale(0.6); }
    100% {
      transform: scale(1); } }
  
  .zoom-out {
    -webkit-animation: zoomOut 400ms ease both;
    -moz-animation: zoomOut 400ms ease both;
    -o-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both; }
  
  @-webkit-keyframes zoomOut {
    0% {
      -webkit-transform: scale(1); }
    100% {
      -webkit-transform: scale(0.6); } }
  
  @keyframes zoomOut {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(0.6); } }
  
  .navigation7 {
    background-color: #9fa7b0; }
  
  .nav-item-link {
    width: 100% !important; }
  
  .navigation-portrait .nav-header .nav-btn-full-screen {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .navigation-portrait .nav-header .nav-btn-full-screen > i {
      font-size: 1.5rem; }
  
  .navigation-portrait .mp-level {
    position: fixed;
    height: 100%;
    width: 20rem;
    top: 0;
    left: -25rem;
    transition-property: none;
    background-color: #ffffff;
    z-index: 20000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .navigation-portrait .mp-level ::-webkit-scrollbar {
      width: 0.2rem; }
    .navigation-portrait .mp-level ::-webkit-scrollbar-thumb {
      border-width: 1px 1px 1px 2px;
      border-color: #777;
      background-color: #22a7f0;
      border-radius: 0.2rem; }
    .navigation-portrait .mp-level ::-webkit-scrollbar-thumb:hover {
      border-width: 1px 1px 1px 2px;
      border-color: #777;
      background-color: #19b5fe;
      border-radius: 0.2rem; }
    .navigation-portrait .mp-level ::-webkit-scrollbar-track {
      border-width: 0; }
    .navigation-portrait .mp-level ::-webkit-scrollbar-track:hover {
      border-left: solid 1px #aaa;
      background-color: #eee; }
    .navigation-portrait .mp-level ::-webkit-scrollbar-button {
      color: white;
      border-bottom-right-radius: 0.2rem;
      border-bottom-left-radius: 0.2rem; }
    .navigation-portrait .mp-level .mp-level-open {
      left: 0;
      transition-property: left !important; }
    .navigation-portrait .mp-level a.mp-back {
      background: rgba(0, 0, 0, 0.1);
      outline: none;
      color: rgba(0, 0, 0, 0.87);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      display: block;
      font-size: 0.8em !important;
      padding: 1em;
      position: relative;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .navigation-portrait .mp-level a.mp-back:after {
        position: absolute;
        right: .625rem;
        font-size: 1.3em;
        color: rgba(0, 0, 0, 0.3); }
      .navigation-portrait .mp-level a.mp-back:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    .navigation-portrait .mp-level h3 {
      margin: 0;
      padding: 1em;
      color: rgba(0, 0, 0, 0.87);
      font-weight: 300;
      display: block;
      white-space: normal; }
      .navigation-portrait .mp-level h3:before {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: .5rem;
        font-size: 75%;
        line-height: 1.8;
        opacity: 0;
        -webkit-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
        transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
    .navigation-portrait .mp-level ul {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      list-style: none;
      display: table !important;
      font-size: inherit;
      background-color: #ffffff; }
      .navigation-portrait .mp-level ul li {
        float: none;
        display: table;
        border-top: 1px solid #F0F0F0; }
        .navigation-portrait .mp-level ul li:before {
          position: absolute;
          left: 625rem;
          z-index: -1;
          color: rgba(0, 0, 0, 0.2);
          line-height: 3.5; }
        .navigation-portrait .mp-level ul li:last-child {
          float: none;
          border-bottom: 1px solid #F0F0F0; }
        .navigation-portrait .mp-level ul li a {
          display: block;
          width: 100%;
          padding: 1em;
          outline: none;
          font-size: 1em;
          white-space: normal;
          -webkit-transition: background 0.3s, box-shadow 0.3s;
          transition: background 0.3s, box-shadow 0.3s; }
          .navigation-portrait .mp-level ul li a span.submenu-indicator {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 1.2em !important;
            height: 100%;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
            .navigation-portrait .mp-level ul li a span.submenu-indicator i {
              font-size: 1em; }
      .navigation-portrait .mp-level ul .nav-button-item {
        display: flex;
        align-items: center;
        justify-content: center; }
        .navigation-portrait .mp-level ul .nav-button-item a {
          margin: 1.1rem 1rem;
          padding: .6rem 0.7rem;
          background: #967ADC; }
  
  .navigation-landscape .nav-header .nav-btn-full-screen {
    height: 100%;
    padding: 1.74rem;
    display: block;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .navigation-landscape .nav-header .nav-btn-full-screen > i {
      font-size: 1.5rem; }
  
  .navigation-landscape > div.nav-menus-wrapper {
    display: block;
    /*align-items: center;
          justify-content: flex-end;*/
    height: 100%;
    overflow: hidden; }
    .navigation-landscape > div.nav-menus-wrapper ul .flexMenu-viewMore > ul {
      top: 100%;
      left: auto; }
    .navigation-landscape > div.nav-menus-wrapper > div.nav-menu-wrapper > ul.nav-menu > li {
      display: block;
      float: left; }
      .navigation-landscape > div.nav-menus-wrapper > div.nav-menu-wrapper > ul.nav-menu > li > div.nav-multi-level > ul.nav-dropdown > li > a.nav-item-link {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row; }
        .navigation-landscape > div.nav-menus-wrapper > div.nav-menu-wrapper > ul.nav-menu > li > div.nav-multi-level > ul.nav-dropdown > li > a.nav-item-link > span.nav-item-text {
          flex: 1; }
        .navigation-landscape > div.nav-menus-wrapper > div.nav-menu-wrapper > ul.nav-menu > li > div.nav-multi-level > ul.nav-dropdown > li > a.nav-item-link > span.submenu-indicator {
          position: relative;
          top: 0;
          right: 0;
          padding: 0 0 0 1rem; }
  
  .navigation-landscape .nav-dropdown > li > a.nav-item-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row; }
    .navigation-landscape .nav-dropdown > li > a.nav-item-link > span.nav-item-text {
      flex: 1; }
    .navigation-landscape .nav-dropdown > li > a.nav-item-link > span.submenu-indicator {
      position: relative;
      top: 0;
      right: 0;
      padding: 0 0 0 1rem; }
  
  .navigation-landscape .nav-dropdown li a {
    font-size: 1rem; }
  
  .navigation-landscape .nav-footer .nav-search > i {
    font-size: 1.5rem; }
  
  .navigation-landscape .mp-level > h3 {
    display: none; }
  
  .navigation-landscape .mp-level > a.mp-back {
    display: none; }
  
  .navigation-landscape .mp-level > ul.nav-submenu > li > a > submenu-indicator > i {
    font-size: 1.333333em; }
  
  .navigation-landscape .nav-menu > li > div.nav-multi-level {
    position: absolute;
    top: 100%;
    min-width: 11.25rem;
    left: auto;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .navigation-landscape .nav-menu > li > div.nav-multi-level > ul.nav-submenu > div.nav-multi-level {
      top: 0; }
      .navigation-landscape .nav-menu > li > div.nav-multi-level > ul.nav-submenu > div.nav-multi-level > ul.nav-submenu {
        top: 0; }
  
  .sf-nav-fixed > .container-wrap {
    background: transparent; }
    .sf-nav-fixed > .container-wrap .container {
      background: transparent; }
      .sf-nav-fixed > .container-wrap .container .content {
        background: transparent; }
        .sf-nav-fixed > .container-wrap .container .content .mp-pusher {
          background: transparent; }
          .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation {
            background: transparent; }
            .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-header {
              background: transparent; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-header .nav-btn-full-screen > i {
                color: inherit; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-header .nav-btn-full-screen:hover {
                background: rgba(0, 0, 0, 0.05) !important; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-header .nav-brand {
                background: transparent;
                color: inherit; }
            .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer {
              background: transparent; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .sf-nav-footer-social {
                background: transparent; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .sf-nav-footer-social > a {
                  background: transparent;
                  color: inherit; }
                  .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .sf-nav-footer-social > a:hover {
                    background: rgba(0, 0, 0, 0.05) !important; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button {
                background: transparent; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button:hover {
                  background: rgba(0, 0, 0, 0.05) !important; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button > i {
                  color: inherit; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button .nav-search-close-button {
                  color: inherit; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-toggle {
                background: transparent; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-toggle > i {
                  color: inherit; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-footer .nav-toggle:hover {
                  background: rgba(0, 0, 0, 0.05) !important; }
            .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper {
              background: transparent; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper span.nav-menus-wrapper-close-button {
                background: transparent;
                color: inherit; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper span.nav-menus-wrapper-close-button:hover {
                  color: inherit; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper h3 {
                color: inherit; }
              .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul {
                background: transparent; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul a {
                  background: transparent;
                  color: inherit; }
                  .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul a:hover {
                    background: rgba(0, 0, 0, 0.05) !important; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-button-item a {
                  margin: 1.1rem 1rem;
                  padding: .6rem 0.7rem; }
                .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level {
                  background: transparent;
                  color: inherit; }
                  .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level h3 {
                    color: inherit; }
                  .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level .mp-back {
                    background: transparent;
                    color: inherit; }
                    .sf-nav-fixed > .container-wrap .container .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level .mp-back:hover {
                      background: rgba(0, 0, 0, 0.05); }
  
  .sf-nav-fixed > .content {
    background: transparent; }
    .sf-nav-fixed > .content .mp-pusher {
      background: transparent; }
      .sf-nav-fixed > .content .mp-pusher .navigation {
        background: transparent; }
        .sf-nav-fixed > .content .mp-pusher .navigation .nav-header {
          background: transparent; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-header .nav-btn-full-screen > i {
            color: inherit; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-header .nav-btn-full-screen:hover {
            background: rgba(0, 0, 0, 0.05); }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-header .nav-brand {
            background: transparent;
            color: inherit; }
        .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer {
          background: transparent; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .sf-nav-footer-social {
            background: transparent; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .sf-nav-footer-social > a {
              background: transparent;
              color: inherit; }
              .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .sf-nav-footer-social > a:hover {
                background: rgba(0, 0, 0, 0.05); }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button {
            background: transparent; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button:hover {
              background: rgba(0, 0, 0, 0.05); }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button > i {
              color: inherit; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-search > .nav-search-button .nav-search-close-button {
              color: inherit; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-toggle {
            background: transparent; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-toggle > i {
              color: inherit; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-footer .nav-toggle:hover {
              background: rgba(0, 0, 0, 0.05); }
        .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper {
          background: transparent; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper span.nav-menus-wrapper-close-button {
            background: transparent;
            color: inherit; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper span.nav-menus-wrapper-close-button:hover {
              color: inherit; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper h3 {
            color: inherit; }
          .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul {
            background: transparent; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul a {
              background: transparent;
              color: inherit; }
              .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul a:hover {
                background: rgba(0, 0, 0, 0.05); }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-button-item a {
              margin: 1.1rem 1rem;
              padding: .6rem 0.7rem; }
            .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level {
              background: transparent;
              color: inherit; }
              .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level h3 {
                color: inherit; }
              .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level .mp-back {
                background: transparent;
                color: inherit; }
                .sf-nav-fixed > .content .mp-pusher .navigation .nav-menus-wrapper ul .nav-multi-level .mp-back:hover {
                  background: rgba(0, 0, 0, 0.05); }
  
  .sf-dark.container-wrap {
    background: transparent; }
    .sf-dark.container-wrap .container {
      background: transparent; }
      .sf-dark.container-wrap .container .content {
        background: transparent; }
        .sf-dark.container-wrap .container .content .mp-pusher {
          background: transparent; }
          .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper {
            background: transparent; }
            .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation {
              background: #6c7a89; }
              .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-header .nav-btn-full-screen > i {
                color: white; }
              .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-header .nav-btn-full-screen:hover {
                background: rgba(0, 0, 0, 0.05); }
              .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-header .nav-brand {
                background: #6c7a89;
                color: white; }
              .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-footer .nav-search > .nav-search-button {
                background: #6c7a89; }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-footer .nav-search > .nav-search-button:hover {
                  background: rgba(0, 0, 0, 0.05); }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-footer .nav-search > .nav-search-button > i {
                  color: white; }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-footer .nav-search > .nav-search-button .nav-search-close-button {
                  color: white; }
              .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-footer .nav-toggle {
                background: #6c7a89; }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-footer .nav-toggle > i {
                  color: white; }
              .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper {
                background: #6c7a89; }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper span.nav-menus-wrapper-close-button {
                  background: #6c7a89;
                  color: white; }
                  .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper span.nav-menus-wrapper-close-button:hover {
                    color: rgba(0, 0, 0, 0.05); }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper h3 {
                  color: white; }
                .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul {
                  background: #6c7a89; }
                  .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul a {
                    background: #6c7a89;
                    color: white; }
                    .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul a:hover {
                      background: rgba(0, 0, 0, 0.05); }
                  .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul .nav-button-item a {
                    margin: 1.1rem 1rem;
                    padding: .6rem 0.7rem;
                    background: #967ADC; }
                  .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul .nav-multi-level {
                    background: #6c7a89;
                    color: white; }
                    .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul .nav-multi-level h3 {
                      color: white; }
                    .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul .nav-multi-level .mp-back {
                      background: #052C3F;
                      color: white; }
                      .sf-dark.container-wrap .container .content .mp-pusher .navigation-fixed-wrapper .navigation .nav-menus-wrapper ul .nav-multi-level .mp-back:hover {
                        background: rgba(0, 0, 0, 0.05); }
  
  .sf-dark.navigation-portrait .mp-level {
    background: #6c7a89 !important; }
    .sf-dark.navigation-portrait .mp-level a.mp-back {
      background: rgba(34, 49, 63, 0.5) !important;
      color: white !important; }
      .sf-dark.navigation-portrait .mp-level a.mp-back:hover {
        background: rgba(34, 49, 63, 0.8) !important; }
    .sf-dark.navigation-portrait .mp-level h3 {
      color: white !important; }
    .sf-dark.navigation-portrait .mp-level ul {
      background: #6c7a89 !important; }
      .sf-dark.navigation-portrait .mp-level ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important; }
        .sf-dark.navigation-portrait .mp-level ul li:last-child {
          border-top: 1px solid rgba(255, 255, 255, 0.3) !important; }
      .sf-dark.navigation-portrait .mp-level ul .nav-button-item a {
        margin: 1.1rem 1rem;
        padding: .6rem 0.7rem;
        background: #967ADC; }
  
  .sf-dark.navigation-portrait .mp-level ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important; }
    .sf-dark.navigation-portrait .mp-level ul li:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important; }
    .sf-dark.navigation-portrait .mp-level ul li > a:hover {
      background: rgba(0, 0, 0, 0.05) !important; }
  
  .sf-light.navigation-portrait .mp-level {
    background: #FFFFFF !important;
    color: rgba(0, 0, 0, 0.87); }
    .sf-light.navigation-portrait .mp-level a.mp-back {
      background: rgba(0, 0, 0, 0.1) !important;
      color: rgba(0, 0, 0, 0.87) !important; }
      .sf-light.navigation-portrait .mp-level a.mp-back:hover {
        background: rgba(0, 0, 0, 0.2) !important; }
    .sf-light.navigation-portrait .mp-level h3 {
      color: rgba(0, 0, 0, 0.87) !important; }
    .sf-light.navigation-portrait .mp-level ul {
      background: #FFFFFF !important; }
      .sf-light.navigation-portrait .mp-level ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.07) !important; }
        .sf-light.navigation-portrait .mp-level ul li:last-child {
          border-top: 1px solid rgba(0, 0, 0, 0.07) !important; }
  
  .sf-light.navigation-portrait .mp-level ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.07) !important; }
    .sf-light.navigation-portrait .mp-level ul li:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important; }
    .sf-light.navigation-portrait .mp-level ul li > a:hover {
      background: rgba(0, 0, 0, 0.1) !important; }
  
  .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown {
    background: #FFFFFF !important; }
    .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown li {
      background: #FFFFFF !important; }
      .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown li a {
        background: #FFFFFF !important;
        color: rgba(0, 0, 0, 0.87) !important; }
        .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown li a:hover {
          background: rgba(0, 0, 0, 0.04) !important; }
  
  .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown {
    background: #FFFFFF !important; }
    .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown li {
      background: #FFFFFF !important; }
      .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown li a {
        color: rgba(0, 0, 0, 0.87) !important; }
        .dark-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown li a:hover {
          background: rgba(0, 0, 0, 0.04) !important; }
  
  .light-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown {
    background: #6c7a89 !important; }
    .light-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown li a {
      background: #6c7a89 !important;
      color: white !important; }
      .light-submenu-light.navigation-landscape .nav-menus-wrapper ul .nav-multi-level ul.nav-dropdown li a:hover {
        background: #6c7a89 !important; }
  
  .light-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown {
    background: #6c7a89 !important; }
    .light-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown li {
      background: #6c7a89 !important; }
      .light-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown li a {
        background: #6c7a89 !important;
        color: white !important; }
        .light-submenu-light.navigation-landscape .nav-menus-wrapper ul ul.nav-dropdown li a:hover {
          background: #6c7a89 !important; }
  
  /*--------------- END NAVIGATION ---------------*/
  /*--------------- SF.LEFT.CATALOG --------------*/
  /* FONT
  =================================*/
  @-moz-keyframes animaciya {
    from {
      background-color: transparent; }
    to {
      background-color: rgba(0, 0, 0, 0.2); } }
  
  @-webkit-keyframes animaciya {
    from {
      background-color: transparent; }
    to {
      background-color: rgba(0, 0, 0, 0.2); } }
  
  @-ms-keyframes animaciya {
    from {
      background-color: rgba(0, 0, 0, 0.01); }
    to {
      background-color: rgba(0, 0, 0, 0.2); } }
  
  .sf-left-catalog {
    width: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .sf-left-catalog * {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .sf-left-catalog ul {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none; }
      .sf-left-catalog ul li {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .sf-left-catalog ul li a {
          position: relative;
          display: inline-flex;
          align-items: center;
          justify-content: flex-start;
          flex-direction: row;
          white-space: normal;
          padding: 1rem 1.25rem;
          text-decoration: none;
          color: rgba(0, 0, 0, 0.87);
          font-size: 1rem;
          background-color: #414956;
          overflow: hidden;
          z-index: 48;
          width: 100%; }
          .sf-left-catalog ul li a:hover {
            background-color: rgba(0, 0, 0, 0.04); }
            .sf-left-catalog ul li a:hover span.submenu-indicator {
              -webkit-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
              -moz-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
              -ms-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
              -o-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
              animation: animaciya 2s ease-in-out 0.1s infinite alternate; }
          .sf-left-catalog ul li a:first-child {
            padding-right: 3rem; }
          .sf-left-catalog ul li a span.nav-pointer {
            display: flex;
            align-items: center;
            justify-content: center;
            width: auto;
            height: 100%;
            padding-right: 0.7rem; }
            .sf-left-catalog ul li a span.nav-pointer .left-pointer {
              background-color: transparent;
              left: 0; }
            .sf-left-catalog ul li a span.nav-pointer .right-pointer {
              right: 0; }
          .sf-left-catalog ul li a span.nav-item-text {
            flex: 1;
            white-space: normal; }
          .sf-left-catalog ul li a span.submenu-indicator {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 2rem;
            width: 2rem;
            background-color: rgba(0, 0, 0, 0.12);
            position: absolute;
            right: 0;
            padding: 0 .7rem;
            border-radius: 100%;
            border: 0px solid rgba(0, 0, 0, 0.1);
            margin: 0 .5rem 0 0; }
            .sf-left-catalog ul li a span.submenu-indicator:hover {
              background-color: rgba(0, 0, 0, 0.6);
              color: transparent;
              -webkit-animation: none;
              -moz-animation: none;
              -ms-animation: none;
              -o-animation: none;
              animation: none; }
            .sf-left-catalog ul li a span.submenu-indicator > i {
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
        .sf-left-catalog ul li:last-child {
          border-bottom: none; }
        .sf-left-catalog ul li.active > a {
          background: rgba(0, 189, 212, 0.6);
          color: rgba(0, 0, 0, 0.87); }
          .sf-left-catalog ul li.active > a > span.submenu-indicator {
            font-weight: bold; }
            .sf-left-catalog ul li.active > a > span.submenu-indicator > i {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
        .sf-left-catalog ul li div.catalog-submenu {
          width: 100%;
          display: flex;
          flex-direction: column; }
          .sf-left-catalog ul li div.catalog-submenu ul.submenu {
            width: 100%;
            display: none;
            position: static; }
            .sf-left-catalog ul li div.catalog-submenu ul.submenu li {
              clear: both;
              width: 100%;
              border-top: none;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .sf-left-catalog ul li div.catalog-submenu ul.submenu li a {
                width: 100%;
                font-size: .95rem;
                background: #383838;
                padding-left: 1rem;
                z-index: 48; }
                .sf-left-catalog ul li div.catalog-submenu ul.submenu li a .nav-item-indicator {
                  font-size: 0.95rem;
                  width: 1.25rem; }
                  .sf-left-catalog ul li div.catalog-submenu ul.submenu li a .nav-item-indicator:before {
                    content: "─";
                    font-size: 0.95rem; }
              .sf-left-catalog ul li div.catalog-submenu ul.submenu li:last-child {
                border-bottom: none; }
              .sf-left-catalog ul li div.catalog-submenu ul.submenu li:first-child {
                border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .sf-left-catalog > ul > li {
      /*&:first-child {
                  border-top: 1px solid $black-opacity-1;
              }*/ }
      .sf-left-catalog > ul > li > a > i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu {
        display: none;
        flex-direction: column; }
        .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > a {
          font-size: .95rem;
          color: white;
          padding-left: 1.25rem; }
        .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a {
          font-size: .95rem;
          padding-left: 2.5rem; }
        .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > span.nav-pointer {
          left: 0.7rem; }
        .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a {
          font-size: .95rem;
          padding-left: 3.75rem; }
          .sf-left-catalog > ul > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a > span.nav-pointer {
            left: 1.5rem; }
    .sf-left-catalog .submenu-indicator-minus > i {
      -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important; }
  
  .sf-light.sf-left-catalog .sf-left-catalog-header {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.87); }
  
  .sf-light.sf-left-catalog .sf-left-catalog-footer {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.87); }
  
  .sf-light.sf-left-catalog ul li a {
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffffff; }
    .sf-light.sf-left-catalog ul li a:hover {
      color: rgba(0, 0, 0, 0.87);
      background-color: rgba(0, 0, 0, 0.04); }
    .sf-light.sf-left-catalog ul li a span.submenu-indicator {
      color: rgba(0, 0, 0, 0.87);
      background-color: transparent; }
      .sf-light.sf-left-catalog ul li a span.submenu-indicator:hover {
        color: white;
        background-color: rgba(0, 0, 0, 0.87); }
  
  .sf-light.sf-left-catalog ul li.active > a {
    font-weight: bold; }
    .sf-light.sf-left-catalog ul li.active > a > span.submenu-indicator > i {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
    .sf-light.sf-left-catalog ul li.active > a:hover {
      color: rgba(0, 0, 0, 0.87);
      background-color: rgba(0, 0, 0, 0.04); }
  
  .sf-light.sf-left-catalog ul li div ul.submenu li a {
    color: rgba(0, 0, 0, 0.54); }
  
  .sf-light.sf-left-catalog > ul > li > a {
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.87); }
  
  .sf-light.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li.active > a {
    font-weight: bold; }
  
  .sf-light.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li a {
    color: rgba(0, 0, 0, 0.87);
    background: rgba(0, 0, 0, 0.025); }
  
  .sf-light.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li.active > a {
    font-weight: bold; }
  
  .sf-light.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li a {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgba(0, 0, 0, 0.025); }
  
  .sf-light.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li.active > a {
    font-weight: bold; }
  
  .sf-light.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li a {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgba(0, 0, 0, 0.025); }
  
  .dark.sf-left-catalog .sf-left-catalog-header {
    background-color: #6c7a89;
    color: white; }
  
  .dark.sf-left-catalog .sf-left-catalog-footer {
    background-color: #6c7a89;
    color: white; }
  
  .dark.sf-left-catalog ul li a {
    background-color: #6c7a89;
    color: white; }
    .dark.sf-left-catalog ul li a:hover {
      background: rgba(108, 122, 137, 0.7); }
    .dark.sf-left-catalog ul li a:focus {
      background: rgba(108, 122, 137, 0.7); }
    .dark.sf-left-catalog ul li a span.submenu-indicator {
      color: white;
      background-color: transparent;
      border: 1px solid white; }
      .dark.sf-left-catalog ul li a span.submenu-indicator:hover {
        color: white;
        background: rgba(108, 122, 137, 0.7); }
  
  .dark.sf-left-catalog ul li.active > a {
    background: rgba(108, 122, 137, 0.9); }
    .dark.sf-left-catalog ul li.active > a > span.submenu-indicator {
      background: transparent;
      color: white; }
      .dark.sf-left-catalog ul li.active > a > span.submenu-indicator > i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .dark.sf-left-catalog ul li.active > a:hover {
      background: rgba(108, 122, 137, 0.7); }
  
  .dark.sf-left-catalog ul li div ul.submenu li a {
    color: white; }
  
  .dark.sf-left-catalog > ul > li:first-child {
    border-top: none; }
  
  .dark.sf-left-catalog > ul > li > a {
    background-color: #6c7a89;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  
  .dark.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li a {
    color: white;
    background-color: rgba(108, 122, 137, 0.8); }
  
  .dark.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li a {
    color: white;
    background-color: rgba(108, 122, 137, 0.7); }
  
  .dark.sf-left-catalog > ul > li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li > div.catalog-submenu ul.submenu li a {
    color: white;
    background-color: rgba(108, 122, 137, 0.6); }
  
  .sf-nav-page-doc {
    width: 100%; }
    .sf-nav-page-doc ul {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: column;
      flex-wrap: wrap; }
      .sf-nav-page-doc ul li {
        display: block; }
        .sf-nav-page-doc ul li a {
          padding: 0.5rem; }
        .sf-nav-page-doc ul li > ul > li > a {
          padding: 0.5rem 1rem; }
        .sf-nav-page-doc ul li > ul > li > ul > li > a {
          padding: 0.5rem 1.5rem; }
        .sf-nav-page-doc ul li > ul > li > ul > li > ul > li > a {
          padding: 0.5rem 2rem; }
        .sf-nav-page-doc ul li > ul > li > ul > li > ul > li > ul > li > a {
          padding: 0.5rem 2.5rem; }
        .sf-nav-page-doc ul li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
          padding: 0.5rem 3.0rem; }
  
  .sf-nav-left-catolog-page-doc {
    border: none !important; }
    .sf-nav-left-catolog-page-doc ul li {
      border: none !important; }
      .sf-nav-left-catolog-page-doc ul li a {
        padding: 1rem 2.25rem; }
        .sf-nav-left-catolog-page-doc ul li a span.submenu-indicator {
          margin: 0 1.5rem 0 0; }
      .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li {
        border: none !important; }
        .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li a {
          background: white !important;
          padding-top: 0.4rem;
          padding-bottom: 0.4rem;
          padding-left: 2.25rem; }
        .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li:first-child {
          border: none !important; }
        .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > a {
          font-size: .85rem;
          padding-left: 3.5rem; }
        .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > span.nav-pointer {
          left: 0.7rem; }
        .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a {
          font-size: .85rem;
          padding-left: 4.75rem; }
          .sf-nav-left-catolog-page-doc ul li div.catalog-submenu ul.submenu li > div.catalog-submenu > ul.submenu > li > div.catalog-submenu > ul.submenu > li > a > span.nav-pointer {
            left: 1.5rem; }
  
  /*--------------- END SF.LEFT.CATALOG --------------*/
  /*--------------- SF.FULL.SCREEN.CATALOG ----------*/
  @-moz-keyframes animaciya {
    from {
      background-color: transparent; }
    to {
      background-color: rgba(0, 0, 0, 0.2); } }
  
  @-webkit-keyframes animaciya {
    from {
      background-color: transparent; }
    to {
      background-color: rgba(0, 0, 0, 0.2); } }
  
  @-ms-keyframes animaciya {
    from {
      background-color: rgba(0, 0, 0, 0.01); }
    to {
      background-color: rgba(0, 0, 0, 0.2); } }
  
  .sf-light.sf-nav-full-screen {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
    .sf-light.sf-nav-full-screen .sf-nav-full-screen-close:hover {
      background-color: rgba(0, 0, 0, 0.035);
      color: rgba(0, 0, 0, 0.54); }
    .sf-light.sf-nav-full-screen > .sf-nav-full-screen-content > .sf-nav-full-screen-lists ul li a {
      color: rgba(0, 0, 0, 0.54); }
      .sf-light.sf-nav-full-screen > .sf-nav-full-screen-content > .sf-nav-full-screen-lists ul li a:hover {
        background-color: rgba(0, 0, 0, 0.035);
        color: rgba(0, 0, 0, 0.54); }
    .sf-light.sf-nav-full-screen > .sf-nav-full-screen-content > .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a {
      background-color: #FFFFFF;
      color: rgba(0, 0, 0, 0.87); }
      .sf-light.sf-nav-full-screen > .sf-nav-full-screen-content > .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a:hover {
        background: transparent;
        color: rgba(0, 0, 0, 0.87); }
  
  .sf-nav-full-screen {
    position: fixed !important;
    width: 100% !important;
    height: 100%;
    padding: 5rem 0rem 2rem 2rem;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 19999; }
    .sf-nav-full-screen * {
      box-sizing: border-box;
      z-index: 10000;
      outline: none;
      -webkit-tap-highlight-color: transparent; }
    .sf-nav-full-screen:focus {
      box-sizing: border-box;
      z-index: 10000;
      outline: none;
      -webkit-tap-highlight-color: transparent; }
    .sf-nav-full-screen .sf-nav-full-screen-header {
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: 100%; }
      .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-brand > span {
        font-size: 1.75rem;
        padding: 1.5rem; }
      .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-close {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        float: right;
        cursor: pointer;
        -webkit-transition: all 0.2s liner;
        transition: all 0.2s liner;
        margin-right: 0; }
        .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-close > span {
          background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><line x1="5" y1="5" x2="510" y2="510" stroke="#000000" stroke-width="20"></line><line x1="5" y1="510" x2="510" y2="5" stroke="#000000" stroke-width="20"></line></svg>') no-repeat transparent;
          background-size: cover;
          width: 1.75rem;
          height: 1.75rem; }
        .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-close > i {
          color: white;
          font-size: 1.5rem; }
        .sf-nav-full-screen .sf-nav-full-screen-header .sf-nav-full-screen-close:hover {
          background-color: rgba(0, 0, 0, 0.035);
          color: rgba(0, 0, 0, 0.54); }
    .sf-nav-full-screen .sf-nav-full-screen-content {
      width: 100%;
      height: 100%;
      padding: .625rem;
      position: relative;
      display: block;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists {
        position: relative;
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        overflow-y: auto;
        width: 100%;
        padding-right: 2rem;
        text-align: center;
        height: 100%;
        margin: 0;
        text-align: center;
        -webkit-transition: all 0.2s liner;
        transition: all 0.2s liner; }
        .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul {
          padding-bottom: 2rem !important; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li {
            padding-left: 1rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > a {
              font-size: 0.85rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > ul > li > a {
              padding-left: 2.15rem;
              font-size: 0.85rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > ul > li > ul > li > a {
              padding-left: 3.4rem;
              font-size: 0.85rem; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists > ul > li > ul > li > ul > li > ul > li > a {
              padding-left: 4.65rem; }
        .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul {
          position: relative;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-direction: column;
          list-style: none;
          padding: 0;
          margin: 0;
          height: auto;
          width: 20rem; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li {
            position: relative;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a {
              position: relative;
              width: 100%;
              margin: 0;
              display: inline-flex;
              align-items: center;
              justify-content: space-between;
              flex-direction: row;
              font-size: 1rem;
              text-decoration: none;
              text-transform: none;
              color: #999;
              text-align: left;
              overflow: hidden;
              z-index: 48;
              white-space: normal;
              padding: 1rem 1.25rem;
              border-radius: .1rem;
              padding-right: 2rem; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a:hover {
                background-color: rgba(0, 0, 0, 0.035); }
                .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a:hover span.submenu-indicator {
                  -webkit-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                  -moz-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                  -ms-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                  -o-animation: animaciya 2s ease-in-out 0.1s infinite alternate;
                  animation: animaciya 2s ease-in-out 0.1s infinite alternate; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.nav-item-text {
                flex: 1;
                white-space: normal;
                padding-right: 1rem; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.nav-item-indicator {
                font-size: 0.9rem;
                width: 1.25rem;
                position: relative; }
                .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.nav-item-indicator:before {
                  content: "─";
                  font-size: 0.9rem;
                  position: absolute;
                  left: -0.9rem; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 2rem;
                width: 2rem;
                background-color: none;
                position: absolute;
                right: 0;
                padding: 0 .7rem;
                border-radius: 100%;
                margin: 0 .5rem 0 0; }
                .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator:hover {
                  background-color: #43A047;
                  color: white;
                  -webkit-animation: none;
                  -moz-animation: none;
                  -ms-animation: none;
                  -o-animation: none;
                  animation: none; }
                .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator > i {
                  -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li a span.submenu-indicator-minus > i {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li ul.sf-full-screen-sub-level {
              display: none;
              width: 100%; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li ul.sf-full-screen-sub-level > li > a > span.nav-item-text {
                position: relative; }
                .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul li ul.sf-full-screen-sub-level > li > a > span.nav-item-text:before {
                  content: "─";
                  font-size: 0.9rem;
                  position: absolute;
                  left: -0.9rem; }
          .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header {
            background-color: white; }
            .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a {
              color: rgba(0, 0, 0, 0.87);
              font-size: 1rem;
              font-weight: 700;
              background-color: transparent;
              text-transform: uppercase; }
              .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists ul .sf-nav-full-screen-list-header a:hover {
                background: transparent; }
      .sf-nav-full-screen .sf-nav-full-screen-content:last-of-type {
        padding: 0; }
      @media (max-width: 768px) {
        .sf-nav-full-screen .sf-nav-full-screen-content .sf-nav-full-screen-lists {
          width: 100%;
          display: block;
          margin-bottom: 1.875rem; } }
  
  /*----------- END SF.FULL.SCREEN.CATALOG ----------*/
  /* =============== LINE.FLEX.MENU ================ */
  ul.sf-nav-line-flex {
    list-style-type: none;
    line-height: 1;
    overflow: visible;
    height: 1.5rem;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left; }
    ul.sf-nav-line-flex li {
      float: left;
      padding: .5rem;
      position: relative; }
      ul.sf-nav-line-flex li:first-child {
        margin-left: 0; }
      ul.sf-nav-line-flex li a {
        padding: .5rem; }
      ul.sf-nav-line-flex li ul {
        list-style-type: none;
        min-width: 10rem;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        right: 0;
        top: 100%;
        background: #FFFFFF;
        z-index: 48;
        box-shadow: 0 0.2rem 1rem 0.05rem rgba(0, 0, 0, 0.3); }
        ul.sf-nav-line-flex li ul li {
          padding: 0;
          margin: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          width: 100%; }
          ul.sf-nav-line-flex li ul li a {
            display: block;
            padding: .5rem;
            width: 100%; }
          ul.sf-nav-line-flex li ul li:last-child {
            border-bottom: 0px solid rgba(0, 0, 0, 0.1); }
  
  .sf-nav {
    width: 100%;
    display: inline-block;
    font-family: inherit;
    background: #ffffff; }
    .sf-nav * {
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent; }
    .sf-nav .sf-nav-header {
      float: left;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sf-nav .sf-nav-header .sf-nav-full-screen-btn {
        padding: 1.5rem; }
      .sf-nav .sf-nav-header .sf-nav-brand {
        padding: 0 0 0 1.5rem;
        color: rgba(0, 0, 0, 0.87); }
    .sf-nav .sf-nav-footer {
      float: right;
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 1.5rem 0; }
      .sf-nav .sf-nav-footer .nav-toggle {
        display: none;
        cursor: pointer;
        padding: 1.5rem; }
  
  .sf-nav-vertical {
    position: fixed;
    left: 0;
    bottom: 40%;
    display: block;
    background: #FFFFFF;
    box-shadow: 5px 0 10px 0px rgba(0, 0, 0, 0.1);
    line-height: normal;
    z-index: 62; }
    .sf-nav-vertical ul {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      background: inherit;
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: inherit; }
      .sf-nav-vertical ul li {
        display: block;
        background: inherit;
        margin: 0;
        padding: 0;
        line-height: inherit;
        width: 100%; }
        .sf-nav-vertical ul li a {
          padding: 1.3rem;
          font-size: 1.3rem;
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          border-right: 1px solid rgba(0, 0, 0, 0.05);
          background: inherit;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          line-height: inherit; }
          .sf-nav-vertical ul li a > i {
            color: rgba(0, 0, 0, 0.87); }
          .sf-nav-vertical ul li a:after {
            content: attr(data-nav-label); }
          .sf-nav-vertical ul li a:last-child {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            border-right: 1px solid rgba(0, 0, 0, 0.05);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
          .sf-nav-vertical ul li a:hover {
            background: rgba(0, 0, 0, 0.05); }
        .sf-nav-vertical ul li [data-nav-label]:after {
          content: attr(data-nav-label);
          opacity: 0;
          background: #FFFFFF;
          padding: 0.5rem 1rem;
          border-radius: 2px;
          color: rgba(0, 0, 0, 0.87);
          font-size: 0.9rem;
          pointer-events: none;
          position: absolute;
          left: 100%;
          transition: all 0.5s;
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
          margin-left: 0.5rem; }
        .sf-nav-vertical ul li [data-nav-label]:hover:after {
          content: attr(data-nav-label);
          opacity: 1;
          transition: all 0.5s; }
  
  .sf-nav-logon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22000;
    background: rgba(0, 0, 0, 0.76);
    display: none;
    align-items: center;
    justify-content: center; }