body > .block_top {
  position: fixed;
  top: 0;
  height: var(--dimen--height--block--top);
  z-index: 2;
  width: 100%;
  background-color: var(--color--background--second);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2); }
  body > .block_top * {
    color: var(--color--principal--block--top); }
  body > .block_top > .menu_top {
    height: var(--dimen--height--block--menu--top);
    position: relative;
    padding-left: var(--dimen--padding--left--block--menu--top);
    border-bottom: 1px solid var(--color--border--bottom--block--top--menu);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: padding-left var(--animation--duration--function--reduce--block--left); }
    body > .block_top > .menu_top > #expand_block_left {
      position: absolute;
      width: 25px;
      top: 30px;
      left: 25px;
      cursor: pointer; }
      body > .block_top > .menu_top > #expand_block_left > * {
        stroke: var(--color--principal--block--top);
        stroke-width: 3px;
        stroke-linecap: round;
        fill: none; }
    body > .block_top > .menu_top > .left {
      width: calc(100vw - 60px - 275px);
      height: 75px;
      padding: 0 25px 0 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      body > .block_top > .menu_top > .left > .top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding-top: 15px; }
        body > .block_top > .menu_top > .left > .top > .title {
          text-overflow: ellipsis;
          max-width: calc(100vw - var(--dimen--width--menu--left) - 15px - 300px - 25px - 275px);
          font: 24px "Open Sans", sans-serif, Arial;
          line-height: 28px;
          font-weight: 600;
          white-space: nowrap;
          cursor: pointer;
          overflow: hidden;
          text-transform: uppercase; }
        body > .block_top > .menu_top > .left > .top > i {
          padding-left: 12px;
          font-size: 18px;
          font-weight: 400 !important;
          cursor: pointer; }
        body > .block_top > .menu_top > .left > .top > .team {
          position: relative;
          display: flex;
          flex-direction: row;
          align-items: center;
          padding-left: 8px;
          margin-right: 8px; }
          body > .block_top > .menu_top > .left > .top > .team > .image {
            width: 20px;
            height: 28px; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(1) {
              z-index: 9; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(2) {
              z-index: 8; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(3) {
              z-index: 7; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(4) {
              z-index: 6; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(5) {
              z-index: 5; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(6) {
              z-index: 4; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(7) {
              z-index: 3; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(8) {
              z-index: 2; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(9) {
              z-index: 1; }
            body > .block_top > .menu_top > .left > .top > .team > .image:nth-child(10) {
              z-index: 0; }
            body > .block_top > .menu_top > .left > .top > .team > .image > img {
              width: 28px;
              height: 28px;
              border-radius: 28px;
              background-color: #ffffff; }
        body > .block_top > .menu_top > .left > .top > .contact-us {
          background: var(--color--principal--block--top);
          border-radius: 20px;
          cursor: pointer;
          color: #ffffff;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 5px 14px;
          margin-left: 8px;
          white-space: nowrap; }
          body > .block_top > .menu_top > .left > .top > .contact-us:hover {
            background: var(--color--principal--block--top--hover) !important; }
      body > .block_top > .menu_top > .left > .tabs {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        flex-wrap: nowrap; }
        body > .block_top > .menu_top > .left > .tabs .tab {
          border-bottom: 3px solid transparent;
          padding: 3px;
          margin: 0 2px;
          transition: 0.2s;
          white-space: nowrap;
          position: relative;
          cursor: pointer; }
          body > .block_top > .menu_top > .left > .tabs .tab.active {
            color: var(--color--principal--block--top); }
            body > .block_top > .menu_top > .left > .tabs .tab.active::after {
              content: "";
              background-color: var(--color--principal--block--top);
              height: 3px;
              position: absolute;
              width: 100%;
              border-top-left-radius: 3px;
              border-top-right-radius: 3px;
              bottom: -3px;
              left: 0; }
          body > .block_top > .menu_top > .left > .tabs .tab:not(.active)::after {
            content: "";
            background-color: transparent;
            height: 3px;
            position: absolute;
            width: 100%;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            bottom: -3px;
            left: 0; }
          body > .block_top > .menu_top > .left > .tabs .tab * {
            white-space: nowrap; }
          body > .block_top > .menu_top > .left > .tabs .tab.number {
            position: relative;
            padding-left: 27px; }
            body > .block_top > .menu_top > .left > .tabs .tab.number::before {
              content: attr(data-number);
              position: absolute;
              left: 3px;
              background-color: #029c00;
              color: #ffffff;
              border-radius: 20px;
              height: 20px;
              width: 20px;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-bottom: 1px; }
          body > .block_top > .menu_top > .left > .tabs .tab:not(.active):hover {
            color: var(--color--principal--block--top); }
            body > .block_top > .menu_top > .left > .tabs .tab:not(.active):hover::after {
              background-color: var(--color--border--bottom--block--top--menu); }
        body > .block_top > .menu_top > .left > .tabs > .tab.expandable > .items {
          display: none;
          position: absolute;
          background-color: #ffffff;
          padding: 7px;
          box-shadow: 0 0 2px 1px #0003;
          top: calc(100% + 3px);
          left: 0;
          z-index: 2; }
          body > .block_top > .menu_top > .left > .tabs > .tab.expandable > .items > .item {
            cursor: pointer; }
            body > .block_top > .menu_top > .left > .tabs > .tab.expandable > .items > .item > img {
              margin-right: 4px; }
        body > .block_top > .menu_top > .left > .tabs > .tab.expandable:hover > .items {
          display: grid;
          transition-duration: 0.3s; }
        body > .block_top > .menu_top > .left > .tabs > .tab.more {
          cursor: pointer;
          position: relative; }
          body > .block_top > .menu_top > .left > .tabs > .tab.more > .list {
            display: none;
            position: absolute;
            background-color: #ffffff;
            padding: 7px;
            box-shadow: 0 0 2px 1px #0003;
            top: calc(100% + 3px);
            left: 0;
            z-index: 2; }
            body > .block_top > .menu_top > .left > .tabs > .tab.more > .list:hover {
              display: grid;
              transition-duration: 0.3s; }
          body > .block_top > .menu_top > .left > .tabs > .tab.more:hover > .list {
            display: grid;
            transition-duration: 0.3s; }
    body > .block_top > .menu_top > .right {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding-right: 15px; }
      body > .block_top > .menu_top > .right .bubble {
        width: 40px;
        height: 40px;
        background: var(--color--principal--block--top);
        border-radius: 20px;
        margin-right: 15px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center; }
        body > .block_top > .menu_top > .right .bubble * {
          color: #ffffff;
          display: flex;
          align-items: center;
          font-size: 13px; }
        body > .block_top > .menu_top > .right .bubble > a > :nth-child(2) {
          margin-left: 4px; }
        body > .block_top > .menu_top > .right .bubble:hover {
          background: var(--color--principal--block--top--hover) !important; }
      body > .block_top > .menu_top > .right > .speed_access {
        display: flex;
        flex-wrap: nowrap; }
        body > .block_top > .menu_top > .right > .speed_access > .bubble {
          width: 50px; }
          body > .block_top > .menu_top > .right > .speed_access > .bubble:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
          body > .block_top > .menu_top > .right > .speed_access > .bubble:not(:last-child) {
            margin-right: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
      body > .block_top > .menu_top > .right > .nav_user {
        display: flex;
        flex-direction: column;
        position: relative; }
        body > .block_top > .menu_top > .right > .nav_user > .image {
          width: 40px;
          height: 40px;
          border-radius: 100%;
          cursor: pointer; }
        body > .block_top > .menu_top > .right > .nav_user > .nav {
          display: none;
          position: absolute;
          z-index: 2;
          top: 100%;
          padding-top: 8px; }
          body > .block_top > .menu_top > .right > .nav_user > .nav > .action {
            background: var(--color--principal--block--top);
            border-radius: 6px;
            border: 2px solid var(--color--principal--block--top--hover);
            display: flex;
            flex-direction: column;
            color: #ffffff; }
        body > .block_top > .menu_top > .right > .nav_user:hover > .nav {
          display: flex;
          flex-direction: column;
          right: 4px; }
          body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action > :first-child {
            position: relative; }
            body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action > :first-child::before {
              content: "";
              top: -6.5px;
              width: 10px;
              height: 10px;
              position: absolute;
              transform: rotate(-45deg);
              z-index: 0;
              right: 9.5px;
              border-top: 2px solid var(--color--principal--block--top--hover);
              border-right: 2px solid var(--color--principal--block--top--hover);
              background: var(--color--principal--block--top); }
            body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action > :first-child:hover::before {
              background: var(--color--principal--block--top--hover); }
          body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action * {
            color: inherit; }
          body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action > * {
            white-space: nowrap;
            cursor: pointer;
            padding: 8px 12px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%; }
            body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action > * > i {
              margin-right: 6px;
              height: 13px;
              width: 13px;
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center; }
          body > .block_top > .menu_top > .right > .nav_user:hover > .nav > .action > *:hover {
            white-space: nowrap;
            background: var(--color--principal--block--top--hover); }
  body > .block_top > .menu_bottom {
    height: var(--dimen--height--block--menu--bottom);
    position: relative;
    padding: 3px 15px 3px calc(var(--dimen--padding--left--block--menu--bottom) + 15px);
    border-bottom: 1px solid var(--color--border--bottom--block--top--menu);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: padding-left var(--animation--duration--function--reduce--block--left); }
    body > .block_top > .menu_bottom > .side {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: stretch;
      overflow-x: auto;
      overflow-y: hidden; }
      body > .block_top > .menu_bottom > .side::-webkit-scrollbar {
        height: 3px; }
      body > .block_top > .menu_bottom > .side.left {
        margin-right: 12px; }
        body > .block_top > .menu_bottom > .side.left > .item:not(:first-child) {
          margin-left: 6px; }
      body > .block_top > .menu_bottom > .side.right > .item:not(:last-child) {
        margin-right: 6px; }
      body > .block_top > .menu_bottom > .side > .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        border-radius: 4px;
        padding: 3px 5px;
        transition: 0.2s; }
        body > .block_top > .menu_bottom > .side > .item > img {
          margin-right: 4px;
          height: 24px;
          border-radius: 100%; }
        body > .block_top > .menu_bottom > .side > .item > .number {
          background-color: #029c00;
          border-radius: 18px;
          font-size: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 18px;
          height: 18px;
          color: #ffffff; }

.block_top > .menu_bottom > .side > .item.active,
.block_top > .menu_bottom > .side > .item:hover {
  background-color: var(--color--background--block--top--menu--bottom); }

.block_top > .menu_bottom > .side > .item,
.block_top > .menu_bottom > .side > .item * {
  color: var(--color--principal--block--top);
  white-space: nowrap; }

.block_top > .menu_bottom > .side > .item > i,
.block_top > .menu_bottom > .side > .item > img,
.block_top > .menu_bottom > .side > .item > span {
  margin-right: 4px; }

/*# sourceMappingURL=block-top.css.map */
