.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0; }
  .topbar .top-logo {
    display: none; }
    .topbar .top-logo svg {
      margin: 0 20px;
      margin-bottom: 4px; }
    .topbar .top-logo img {
      max-width: 35px;
      margin-bottom: 5px; }
  .topbar .top-search .messages.open-section .message-item .desc,
  .topbar .top-search .messages.open-section .message-item .action,
  .topbar .top-account .messages.open-section .message-item .desc,
  .topbar .top-account .messages.open-section .message-item .action {
    width: 100%; }
  .topbar .top-search .open-section,
  .topbar .top-account .open-section {
    position: relative;
    z-index: 1; }
    .topbar .top-search .open-section .open-content,
    .topbar .top-account .open-section .open-content {
      z-index: 2;
      position: absolute;
      width: 250px;
      top: 100%;
      right: 0;
      display: none; }
      .topbar .top-search .open-section .open-content .plaintext-item,
      .topbar .top-account .open-section .open-content .plaintext-item {
        width: 260px;
        color: #4a545b;
        font-size: 14px;
        line-height: 19px;
        margin: 20px 30px; }
      .topbar .top-search .open-section .open-content .slimScrollDiv,
      .topbar .top-account .open-section .open-content .slimScrollDiv {
        border: 2px solid;
        max-height: 300px; }
        .topbar .top-search .open-section .open-content .slimScrollDiv .scroll-wrapper,
        .topbar .top-account .open-section .open-content .slimScrollDiv .scroll-wrapper {
          max-height: 300px; }
        .topbar .top-search .open-section .open-content .slimScrollDiv .slimScrollBar,
        .topbar .top-account .open-section .open-content .slimScrollDiv .slimScrollBar {
          opacity: 1 !important;
          border-radius: 0px !important; }
      .topbar .top-search .open-section .open-content > *,
      .topbar .top-account .open-section .open-content > * {
        position: relative;
        z-index: 3;
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0s; }
      .topbar .top-search .open-section .open-content::before,
      .topbar .top-account .open-section .open-content::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 0%;
        top: 0;
        right: 2px;
        z-index: 2;
        opacity: 1;
        transition: 0.3s;
        transition-delay: 0.3s; }
      .topbar .top-search .open-section .open-content::after,
      .topbar .top-account .open-section .open-content::after {
        content: "";
        position: absolute;
        height: 0%;
        width: 100%;
        top: 0;
        left: 0;
        border: 2px solid;
        z-index: 1;
        opacity: 0;
        transition: 0.3s;
        transition-delay: 0.3s; }
    .topbar .top-search .open-section.display .open-content,
    .topbar .top-account .open-section.display .open-content {
      display: block; }
    .topbar .top-search .open-section.open,
    .topbar .top-account .open-section.open {
      border-bottom-color: transparent !important;
      z-index: 2; }
      .topbar .top-search .open-section.open::after,
      .topbar .top-account .open-section.open::after {
        display: none; }
      .topbar .top-search .open-section.open .open-content > *,
      .topbar .top-account .open-section.open .open-content > * {
        opacity: 1;
        transition-delay: 0.3s; }
      .topbar .top-search .open-section.open .open-content::before,
      .topbar .top-account .open-section.open .open-content::before {
        width: calc(100% - 4px);
        opacity: 1;
        transition-delay: 0s; }
      .topbar .top-search .open-section.open .open-content::after,
      .topbar .top-account .open-section.open .open-content::after {
        height: 100%;
        opacity: 1;
        transition-delay: 0s;
        box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1); }
  .topbar .top-search {
    border-bottom: 2px solid;
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
    max-width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative; }
    .topbar .top-search form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 100%; }
      .topbar .top-search form input {
        background-color: transparent;
        border: 0px;
        font-size: 15px;
        line-height: 30px;
        width: calc(100% - 30px);
        outline: none;
        transition: 0.3s; }
      .topbar .top-search form button {
        cursor: pointer;
        width: 30px;
        pointer-events: none;
        background-color: transparent;
        border: 0px;
        outline: none; }
        .topbar .top-search form button svg {
          width: 17px; }
      .topbar .top-search form .bottom-line {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        transition: 0.3s;
        width: 0%; }
      .topbar .top-search form input:focus ~ .bottom-line {
        width: 100%; }
    .topbar .top-search .open-section .open-content {
      min-width: 400px;
      width: 100%;
      right: auto;
      left: 0; }
    .topbar .top-search .open-section .action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      text-decoration: none;
      transition: 0.3s;
      padding: 20px 0 10px 0;
      cursor: pointer; }
      .topbar .top-search .open-section .action:active {
        -webkit-transform: scale(0.92);
                transform: scale(0.92); }
    .topbar .top-search .open-section .message-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      border-bottom: 2px solid;
      padding: 0 20px; }
      .topbar .top-search .open-section .message-item:last-child {
        border-bottom: 0px solid; }
      .topbar .top-search .open-section .message-item .icon {
        max-width: 20px;
        width: 100%;
        margin-right: 10px;
        padding-top: 1px; }
        .topbar .top-search .open-section .message-item .icon svg {
          width: 100%; }
      .topbar .top-search .open-section .message-item .desc .desc-tittle {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 18px;
        margin-bottom: 10px; }
      .topbar .top-search .open-section .message-item .desc .desc-content {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 0;
        padding-top: 0px; }
      .topbar .top-search .open-section .message-item .desc .desc-time {
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 16px;
        text-transform: uppercase;
        text-align: right;
        padding-right: 10px; }
  .topbar .top-account {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .topbar .top-account > div {
      margin-left: 30px;
      padding-bottom: 8px;
      border-bottom: 2px solid; }
    .topbar .top-account .charges,
    .topbar .top-account .balance {
      height: 100%;
      position: relative; }
      .topbar .top-account .charges .open-btn,
      .topbar .top-account .balance .open-btn {
        display: block;
        border: 0px;
        outline: none;
        transition: 0.3s;
        padding: 0;
        background-color: transparent; }
        .topbar .top-account .charges .open-btn .amount,
        .topbar .top-account .balance .open-btn .amount {
          font-size: 15px;
          line-height: 24px;
          font-weight: 800;
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
        .topbar .top-account .charges .open-btn .description,
        .topbar .top-account .balance .open-btn .description {
          display: block;
          font-size: 11px;
          line-height: 20px;
          letter-spacing: 1px;
          text-transform: uppercase;
          text-align: left; }
        .topbar .top-account .charges .open-btn:active,
        .topbar .top-account .balance .open-btn:active {
          -webkit-transform: scale(0.94);
                  transform: scale(0.94); }
      .topbar .top-account .charges::after,
      .topbar .top-account .balance::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        transition: 0.3s;
        width: 0%; }
      .topbar .top-account .charges:hover::after,
      .topbar .top-account .balance:hover::after {
        width: 100%; }
    .topbar .top-account .charges .slimScrollDiv,
    .topbar .top-account .balance .slimScrollDiv {
      padding: 0 20px; }
    .topbar .top-account .notifications,
    .topbar .top-account .messages {
      position: relative; }
      .topbar .top-account .notifications .slimScrollDiv,
      .topbar .top-account .messages .slimScrollDiv {
        padding: 0; }
      .topbar .top-account .notifications .open-btn,
      .topbar .top-account .messages .open-btn {
        padding: 0px; }
        .topbar .top-account .notifications .open-btn svg,
        .topbar .top-account .messages .open-btn svg {
          margin-right: 5px; }
        .topbar .top-account .notifications .open-btn span,
        .topbar .top-account .messages .open-btn span {
          font-size: 15px;
          font-weight: 600;
          transition: 0.3s; }
        .topbar .top-account .notifications .open-btn:active,
        .topbar .top-account .messages .open-btn:active {
          -webkit-transform: scale(0.88);
                  transform: scale(0.88); }
    .topbar .top-account .charges .open-content,
    .topbar .top-account .balance .open-content,
    .topbar .top-account .notifications .open-content,
    .topbar .top-account .messages .open-content {
      width: 300px; }
      .topbar .top-account .charges .open-content .plaintext-item,
      .topbar .top-account .balance .open-content .plaintext-item,
      .topbar .top-account .notifications .open-content .plaintext-item,
      .topbar .top-account .messages .open-content .plaintext-item {
        width: 260px;
        font-size: 14px;
        line-height: 19px;
        margin: 20px 30px; }
      .topbar .top-account .charges .open-content .action,
      .topbar .top-account .balance .open-content .action,
      .topbar .top-account .notifications .open-content .action,
      .topbar .top-account .messages .open-content .action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        text-decoration: none;
        transition: 0.3s;
        padding: 20px 0 10px 0;
        width: 100%;
        cursor: pointer; }
        .topbar .top-account .charges .open-content .action:active,
        .topbar .top-account .balance .open-content .action:active,
        .topbar .top-account .notifications .open-content .action:active,
        .topbar .top-account .messages .open-content .action:active {
          -webkit-transform: scale(0.92);
                  transform: scale(0.92); }
      .topbar .top-account .charges .open-content .message-item,
      .topbar .top-account .balance .open-content .message-item,
      .topbar .top-account .notifications .open-content .message-item,
      .topbar .top-account .messages .open-content .message-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        border-bottom: 2px solid;
        padding: 0 20px; }
        .topbar .top-account .charges .open-content .message-item:last-child,
        .topbar .top-account .balance .open-content .message-item:last-child,
        .topbar .top-account .notifications .open-content .message-item:last-child,
        .topbar .top-account .messages .open-content .message-item:last-child {
          border-bottom: 0px solid; }
        .topbar .top-account .charges .open-content .message-item .icon,
        .topbar .top-account .balance .open-content .message-item .icon,
        .topbar .top-account .notifications .open-content .message-item .icon,
        .topbar .top-account .messages .open-content .message-item .icon {
          max-width: 20px;
          width: 100%;
          margin-right: 10px;
          padding-top: 1px; }
          .topbar .top-account .charges .open-content .message-item .icon svg,
          .topbar .top-account .balance .open-content .message-item .icon svg,
          .topbar .top-account .notifications .open-content .message-item .icon svg,
          .topbar .top-account .messages .open-content .message-item .icon svg {
            width: 100%; }
        .topbar .top-account .charges .open-content .message-item .desc,
        .topbar .top-account .balance .open-content .message-item .desc,
        .topbar .top-account .notifications .open-content .message-item .desc,
        .topbar .top-account .messages .open-content .message-item .desc {
          width: 100%; }
          .topbar .top-account .charges .open-content .message-item .desc .desc-content,
          .topbar .top-account .balance .open-content .message-item .desc .desc-content,
          .topbar .top-account .notifications .open-content .message-item .desc .desc-content,
          .topbar .top-account .messages .open-content .message-item .desc .desc-content {
            font-size: 13px;
            line-height: 15px;
            margin-bottom: 3px;
            padding-top: 0px; }
          .topbar .top-account .charges .open-content .message-item .desc .desc-time,
          .topbar .top-account .balance .open-content .message-item .desc .desc-time,
          .topbar .top-account .notifications .open-content .message-item .desc .desc-time,
          .topbar .top-account .messages .open-content .message-item .desc .desc-time {
            font-size: 10px;
            font-weight: 300;
            letter-spacing: 1px;
            line-height: 16px;
            text-transform: uppercase;
            text-align: right;
            padding-right: 10px; }
      .topbar .top-account .charges .open-content .readed,
      .topbar .top-account .balance .open-content .readed,
      .topbar .top-account .notifications .open-content .readed,
      .topbar .top-account .messages .open-content .readed {
        padding: 10px 0;
        border: 0px;
        width: 100%;
        background-color: transparent;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: left;
        text-transform: uppercase;
        display: block;
        outline: none;
        transition: 0.3s;
        border-top: 2px solid;
        text-align: center; }
        .topbar .top-account .charges .open-content .readed:active,
        .topbar .top-account .balance .open-content .readed:active,
        .topbar .top-account .notifications .open-content .readed:active,
        .topbar .top-account .messages .open-content .readed:active {
          -webkit-transform: scale(0.92);
                  transform: scale(0.92); }
    .topbar .top-account .notifications .open-btn svg {
      width: 21px; }
    .topbar .top-account .messages .open-btn svg {
      width: 19px; }
    .topbar .top-account .notifications,
    .topbar .top-account .messages,
    .topbar .top-account .profile-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      position: relative; }
      .topbar .top-account .notifications .nav-item .icon-mobile,
      .topbar .top-account .messages .nav-item .icon-mobile,
      .topbar .top-account .profile-menu .nav-item .icon-mobile {
        display: none; }
      .topbar .top-account .notifications .nav-item em,
      .topbar .top-account .messages .nav-item em,
      .topbar .top-account .profile-menu .nav-item em {
        transition: 0.3s;
        color: #828a91; }
      .topbar .top-account .notifications .nav-item.disabled .tittle span,
      .topbar .top-account .messages .nav-item.disabled .tittle span,
      .topbar .top-account .profile-menu .nav-item.disabled .tittle span {
        color: #aaaaaa; }
      .topbar .top-account .notifications .open-btn,
      .topbar .top-account .messages .open-btn,
      .topbar .top-account .profile-menu .open-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: transparent;
        border: 0px;
        outline: none;
        transition: 0.3s; }
      .topbar .top-account .notifications::after,
      .topbar .top-account .messages::after,
      .topbar .top-account .profile-menu::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        transition: 0.3s;
        width: 0%; }
      .topbar .top-account .notifications:hover::after,
      .topbar .top-account .messages:hover::after,
      .topbar .top-account .profile-menu:hover::after {
        width: 100%; }
    .topbar .top-account .profile-menu {
      position: relative; }
      .topbar .top-account .profile-menu .accordion-item .item-body {
        overflow: hidden;
        height: 0px;
        transition: 0.3s;
        opacity: 0;
        position: relative; }
        .topbar .top-account .profile-menu .accordion-item .item-body.big-line::after {
          top: 0 !important;
          bottom: auto !important; }
      .topbar .top-account .profile-menu .accordion-item.open .item-header .more svg {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg); }
      .topbar .top-account .profile-menu .accordion-item.open .item-body {
        opacity: 1; }
      .topbar .top-account .profile-menu .open-btn {
        padding: 0; }
        .topbar .top-account .profile-menu .open-btn .profile-img {
          position: relative;
          width: 33px;
          height: 33px;
          border-radius: 50%;
          border: 2px solid;
          overflow: hidden;
          box-shadow: 0 2px 4px 0 rgba(47, 47, 47, 0.2);
          margin-right: 6px; }
          .topbar .top-account .profile-menu .open-btn .profile-img img {
            width: 100%; }
        .topbar .top-account .profile-menu .open-btn .profile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
          .topbar .top-account .profile-menu .open-btn .profile .name {
            font-size: 15px;
            line-height: 19px;
            font-weight: 800;
            text-align: left;
            transition: 0.3s; }
          .topbar .top-account .profile-menu .open-btn .profile .mail {
            font-size: 12px;
            line-height: 16px;
            font-weight: 300;
            text-align: left; }
        .topbar .top-account .profile-menu .open-btn .more {
          width: 16px;
          margin-left: 25px;
          transition: 0.3s; }
        .topbar .top-account .profile-menu .open-btn:active {
          -webkit-transform: scale(0.94);
                  transform: scale(0.94); }
      .topbar .top-account .profile-menu .open-content .slimScrollDiv {
        height: auto !important;
        max-height: calc(100vh - 78px) !important; }
        .topbar .top-account .profile-menu .open-content .slimScrollDiv .scroll-wrapper {
          height: auto !important;
          max-height: calc(100vh - 78px) !important; }
      .topbar .top-account .profile-menu .open-content ul {
        padding: 10px 0; }
        .topbar .top-account .profile-menu .open-content ul .disabled {
          opacity: 0.3;
          pointer-events: none; }
        .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 {
          position: relative; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .tittle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .tittle span {
              white-space: nowrap;
              font-size: 14px; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .tittle svg {
              width: 15px;
              margin-right: 15px; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .more {
            -webkit-transform: scaleY(-1);
                    transform: scaleY(-1);
            margin-right: 0;
            max-width: 12px; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 8px 20px;
            font-size: 15px;
            line-height: 20px;
            text-decoration: none;
            transition: 0.3s;
            cursor: pointer;
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0); }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:active {
              -webkit-transform: scale(0.93);
                      transform: scale(0.93); }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a .stroke {
              stroke: #c7d1da; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a .fill {
              fill: #c7d1da; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .stroke {
              stroke: #ff8522; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .fill {
              fill: #c7d1da; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 ul {
            padding: 0; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .item-body {
            padding: 0 20px;
            border-top: 2px solid #e0e7ee;
            position: relative; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .item-body::before {
              content: "";
              height: 20px;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              background: linear-gradient(to bottom, rgba(224, 231, 238, 0.5) 0%, white 100%); }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-list-scroll {
            padding-top: 10px;
            max-height: 290px;
            overflow-y: auto; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-list-scroll li a {
              display: block;
              white-space: nowrap;
              padding-left: 0;
              font-size: 14px;
              line-height: 22px;
              padding: 0px 10px 8px 0;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #828a91; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-lvl-2 {
            padding-left: 0; }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-lvl-2--link {
              font-size: 14px;
              line-height: 32px;
              padding-left: 0;
              font-weight: 500;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-lvl-2--link svg {
                margin-left: 10px;
                max-width: 10px; }
                .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-lvl-2--link svg path {
                  transition: 0.3s; }
              .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-lvl-2--link:hover svg path {
                stroke: #ff8522; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1.accordion-item.open .item-body {
            margin-bottom: 10px; }
          .topbar .top-account .profile-menu .open-content ul .nav-lvl-1.accordion-item.open .more {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); }
            .topbar .top-account .profile-menu .open-content ul .nav-lvl-1.accordion-item.open .more path {
              stroke: #ff8522; }
      .topbar .top-account .profile-menu.open .open-btn .more {
        -webkit-transform: rotateX(180deg);
                transform: rotateX(180deg); }
  .topbar .top-menu {
    display: none; }
  .topbar .loading-holder {
    display: block;
    height: 100px;
    position: relative; }
    .topbar .loading-holder svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

@media screen and (max-width: 1180px) {
  .topbar {
    position: fixed;
    z-index: 50;
    height: 62px;
    padding: 0px 0 2px;
    top: 0px;
    left: 0px;
    width: 100%; }
    .topbar::before {
      content: "";
      position: absolute;
      display: block;
      left: 0px;
      bottom: 0px;
      height: 2px;
      width: 100%; }
    .topbar .top-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 80px;
      width: 80px; }
      .topbar .top-logo svg {
        width: 100%;
        max-width: 40px; }
    .topbar .top-search {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .topbar .top-account {
      margin-left: auto;
      margin-right: 0; }
      .topbar .top-account > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
        padding-bottom: 2px; }
      .topbar .top-account .charges .open-btn .amount,
      .topbar .top-account .balance .open-btn .amount {
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 2px; }
      .topbar .top-account .charges .open-btn .description,
      .topbar .top-account .balance .open-btn .description {
        font-size: 10px;
        line-height: 12px;
        padding-top: 2px; }
      .topbar .top-account .profile-menu .open-content .slimScrollDiv {
        max-height: calc(100vh - 60px) !important; }
        .topbar .top-account .profile-menu .open-content .slimScrollDiv .scroll-wrapper {
          max-height: calc(100vh - 60px) !important; }
    .topbar .top-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70px;
      margin-left: 20px; }
      .topbar .top-menu .menu-btn {
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: none;
        border-left: 2px solid;
        margin-left: auto;
        outline: none;
        transition: 0.3s;
        -webkit-transform-origin: center right;
                transform-origin: center right; }
        .topbar .top-menu .menu-btn svg {
          width: 36px;
          height: 25px;
          transition: 0.3s; }
        .topbar .top-menu .menu-btn:active {
          -webkit-transform: scale(0.9);
                  transform: scale(0.9); }
        .topbar .top-menu .menu-btn.open svg {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); } }
@media screen and (max-width: 1050px) {
  .topbar .top-search .open-section .open-content .scroll-wrapper,
  .topbar .top-account .open-section .open-content .scroll-wrapper {
    overflow-y: auto !important;
    max-height: 300px !important; }
  .topbar .top-search {
    display: none; }
  .topbar .top-account {
    width: 100%; }
    .topbar .top-account .notifications .open-content .scroll-wrapper,
    .topbar .top-account .profile-menu .open-content .scroll-wrapper {
      overflow-y: auto !important;
      max-height: calc(100vh - 60px) !important;
      height: auto !important; } }
@media screen and (max-width: 800px) {
  .topbar .top-account .charges,
  .topbar .top-account .balance {
    display: none; }
  .topbar .top-account .notifications .open-content,
  .topbar .top-account .messages .open-content {
    left: 0px;
    right: auto; } }
@media screen and (max-width: 600px) {
  .topbar .top-account .notifications,
  .topbar .top-account .messages {
    border-bottom: 0px;
    margin-left: 15px; }
    .topbar .top-account .notifications .open-btn,
    .topbar .top-account .messages .open-btn {
      padding: 0px 0px; }
    .topbar .top-account .notifications::after,
    .topbar .top-account .messages::after {
      z-index: 2;
      bottom: 0px; }
    .topbar .top-account .notifications .open-content,
    .topbar .top-account .messages .open-content {
      position: fixed;
      top: 60px;
      bottom: auto;
      width: 100%;
      max-width: 100%;
      left: 0px;
      right: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .topbar .top-account .notifications .open-content .scroll-wrapper,
      .topbar .top-account .messages .open-content .scroll-wrapper {
        overflow-y: auto !important;
        max-height: calc(100vh - 60px) !important;
        height: auto !important; }
      .topbar .top-account .notifications .open-content::after,
      .topbar .top-account .messages .open-content::after {
        border-left: 0px;
        border-right: 0px; }
      .topbar .top-account .notifications .open-content::before,
      .topbar .top-account .messages .open-content::before {
        width: 100%;
        background-color: #eff3f7 !important; }
    .topbar .top-account .notifications.open::after,
    .topbar .top-account .messages.open::after {
      display: block;
      width: 100%;
      opacity: 1;
      background-color: #d4dde5; }
  .topbar .top-account .profile-menu {
    border-bottom: 0px;
    margin-left: 15px; }
    .topbar .top-account .profile-menu .open-btn .profile-img {
      margin-right: 0px;
      transition: 0.3s; }
    .topbar .top-account .profile-menu .open-btn .profile {
      display: none; }
    .topbar .top-account .profile-menu .open-btn .more {
      display: none; }
    .topbar .top-account .profile-menu::after {
      z-index: 2;
      bottom: 0px; }
    .topbar .top-account .profile-menu .open-content {
      position: fixed;
      top: 60px;
      bottom: auto;
      width: 100%;
      max-width: 100%;
      left: 0px;
      right: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .topbar .top-account .profile-menu .open-content::after {
        border-left: 0px;
        border-right: 0px; }
      .topbar .top-account .profile-menu .open-content::before {
        width: 100%;
        background-color: #eff3f7 !important; }
      .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-item .icon-desktop {
        display: none; }
      .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-item .icon-mobile {
        display: inline-block;
        width: 23px; }
      .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-item span {
        font-size: 17px;
        line-height: 23px; }
      .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-lvl-2--link {
        font-size: 17px; }
      .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-list-scroll {
        max-height: 200px; }
        .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 .nav-list-scroll li a {
          font-size: 15px; }
    .topbar .top-account .profile-menu.open::after {
      display: block;
      width: 100%;
      opacity: 1;
      background-color: #d4dde5; }
  .topbar .top-menu {
    min-width: 70px; } }
@media screen and (max-height: 358px) {
  .topbar .top-search .open-section .open-content .scroll-wrapper,
  .topbar .top-account .open-section .open-content .scroll-wrapper {
    height: calc(100vh - 60px); } }
.dark-theme .topbar .top-logo svg path {
  fill: white; }
.dark-theme .topbar .top-search .open-section .open-content .slimScrollDiv,
.dark-theme .topbar .top-account .open-section .open-content .slimScrollDiv {
  border-color: rgba(255, 255, 255, 0); }
  .dark-theme .topbar .top-search .open-section .open-content .slimScrollDiv .slimScrollBar,
  .dark-theme .topbar .top-account .open-section .open-content .slimScrollDiv .slimScrollBar {
    background: #98a2ab !important; }
.dark-theme .topbar .top-search .open-section .open-content::before,
.dark-theme .topbar .top-account .open-section .open-content::before {
  background-color: #828a91; }
.dark-theme .topbar .top-search .open-section .open-content::after,
.dark-theme .topbar .top-account .open-section .open-content::after {
  background-color: #3b4348;
  border-color: #343b3e; }
.dark-theme .topbar .top-search .open-section.open .open-content::after,
.dark-theme .topbar .top-account .open-section.open .open-content::after {
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1); }
.dark-theme .topbar .top-search {
  border-bottom-color: #556068; }
  .dark-theme .topbar .top-search form input {
    color: white; }
  .dark-theme .topbar .top-search form ::-webkit-input-placeholder {
    color: #98a2ab; }
  .dark-theme .topbar .top-search form ::-moz-placeholder {
    color: #98a2ab; }
  .dark-theme .topbar .top-search form :-ms-input-placeholder {
    color: #98a2ab; }
  .dark-theme .topbar .top-search form :-moz-placeholder {
    color: #98a2ab; }
  .dark-theme .topbar .top-search form .bottom-line {
    background-color: #c7d1da; }
  .dark-theme .topbar .top-search form input:focus ~ button svg .stroke {
    stroke: white; }
  .dark-theme .topbar .top-search form input:focus ~ button svg .dot {
    fill: #c7d1da; }
  .dark-theme .topbar .top-search .open-content .message-item {
    border-bottom-color: #343b3e; }
    .dark-theme .topbar .top-search .open-content .message-item .desc .desc-tittle {
      color: #828a91; }
      .dark-theme .topbar .top-search .open-content .message-item .desc .desc-tittle span {
        color: #c7d1da; }
    .dark-theme .topbar .top-search .open-content .message-item .desc .desc-content {
      color: #afb9c2; }
    .dark-theme .topbar .top-search .open-content .message-item .desc .desc-time {
      color: #828a91; }
.dark-theme .topbar .top-account > * {
  border-bottom-color: #d4dde5; }
.dark-theme .topbar .top-account .charges .amount,
.dark-theme .topbar .top-account .balance .amount {
  color: #3b4348; }
.dark-theme .topbar .top-account .charges .description,
.dark-theme .topbar .top-account .balance .description {
  color: #828a91; }
.dark-theme .topbar .top-account .charges.danger .amount,
.dark-theme .topbar .top-account .balance.danger .amount {
  color: #fd7676; }
.dark-theme .topbar .top-account .charges.danger::after,
.dark-theme .topbar .top-account .balance.danger::after {
  background-color: #fd7676; }
.dark-theme .topbar .top-account .charges.success .amount,
.dark-theme .topbar .top-account .balance.success .amount {
  color: #79e584; }
.dark-theme .topbar .top-account .charges.success::after,
.dark-theme .topbar .top-account .balance.success::after {
  background-color: #79e584; }
.dark-theme .topbar .top-account .charges.warning .amount,
.dark-theme .topbar .top-account .balance.warning .amount {
  color: #ffe468; }
.dark-theme .topbar .top-account .charges.warning::after,
.dark-theme .topbar .top-account .balance.warning::after {
  background-color: #fac800; }
.dark-theme .topbar .top-account .charges.info .amount,
.dark-theme .topbar .top-account .balance.info .amount {
  color: #7be6ff; }
.dark-theme .topbar .top-account .charges.info::after,
.dark-theme .topbar .top-account .balance.info::after {
  background-color: #7be6ff; }
.dark-theme .topbar .top-account .notifications .open-btn span,
.dark-theme .topbar .top-account .messages .open-btn span {
  color: #98a2ab; }
.dark-theme .topbar .top-account .notifications:hover .open-btn svg .stroke, .dark-theme .topbar .top-account .notifications.active .open-btn svg .stroke,
.dark-theme .topbar .top-account .messages:hover .open-btn svg .stroke,
.dark-theme .topbar .top-account .messages.active .open-btn svg .stroke {
  stroke: #ffaa60; }
.dark-theme .topbar .top-account .notifications:hover .open-btn svg .dot, .dark-theme .topbar .top-account .notifications.active .open-btn svg .dot,
.dark-theme .topbar .top-account .messages:hover .open-btn svg .dot,
.dark-theme .topbar .top-account .messages.active .open-btn svg .dot {
  fill: #ffc796; }
.dark-theme .topbar .top-account .notifications:hover .open-btn span, .dark-theme .topbar .top-account .notifications.active .open-btn span,
.dark-theme .topbar .top-account .messages:hover .open-btn span,
.dark-theme .topbar .top-account .messages.active .open-btn span {
  color: #ffaa60; }
.dark-theme .topbar .top-account .charges .open-content .plaintext-item,
.dark-theme .topbar .top-account .balance .open-content .plaintext-item,
.dark-theme .topbar .top-account .notifications .open-content .plaintext-item,
.dark-theme .topbar .top-account .messages .open-content .plaintext-item {
  color: #3b4348; }
.dark-theme .topbar .top-account .charges .open-content .message-item,
.dark-theme .topbar .top-account .balance .open-content .message-item,
.dark-theme .topbar .top-account .notifications .open-content .message-item,
.dark-theme .topbar .top-account .messages .open-content .message-item {
  border-bottom-color: #343b3e; }
  .dark-theme .topbar .top-account .charges .open-content .message-item .desc .desc-content,
  .dark-theme .topbar .top-account .balance .open-content .message-item .desc .desc-content,
  .dark-theme .topbar .top-account .notifications .open-content .message-item .desc .desc-content,
  .dark-theme .topbar .top-account .messages .open-content .message-item .desc .desc-content {
    color: #3b4348; }
  .dark-theme .topbar .top-account .charges .open-content .message-item .desc .desc-time,
  .dark-theme .topbar .top-account .balance .open-content .message-item .desc .desc-time,
  .dark-theme .topbar .top-account .notifications .open-content .message-item .desc .desc-time,
  .dark-theme .topbar .top-account .messages .open-content .message-item .desc .desc-time {
    color: #828a91; }
.dark-theme .topbar .top-account .charges .open-content .readed,
.dark-theme .topbar .top-account .balance .open-content .readed,
.dark-theme .topbar .top-account .notifications .open-content .readed,
.dark-theme .topbar .top-account .messages .open-content .readed {
  border-top-color: #343b3e;
  color: #ffaa60; }
.dark-theme .topbar .top-account .notifications:hover::after,
.dark-theme .topbar .top-account .messages:hover::after,
.dark-theme .topbar .top-account .balance:hover::after,
.dark-theme .topbar .top-account .charges:hover::after,
.dark-theme .topbar .top-account .profile-menu:hover::after {
  background-color: #ff9c4c; }
.dark-theme .topbar .top-account .profile-menu .open-btn .profile-img {
  background-color: white;
  border-color: rgba(59, 67, 72, 0.3); }
.dark-theme .topbar .top-account .profile-menu .open-btn .profile .name {
  color: white; }
.dark-theme .topbar .top-account .profile-menu .open-btn .profile .mail {
  color: #828a91; }
.dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a {
  color: #afb9c2; }
  .dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover {
    color: #ff9c4c; }
    .dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .tittle em {
      color: #ff9c4c; }
    .dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .tittle svg .stroke {
      stroke: #ffaa60; }
    .dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .tittle svg .dot {
      fill: #ffc796; }
    .dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .more svg .stroke {
      stroke: #ffaa60; }
  .dark-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:active {
    color: #ff9c4c; }
.dark-theme .topbar .top-account .profile-menu:hover .open-btn .profile .name, .dark-theme .topbar .top-account .profile-menu.active .open-btn .profile .name {
  color: #ff8522; }
.dark-theme .topbar .top-account .profile-menu:hover .open-btn .more .stroke, .dark-theme .topbar .top-account .profile-menu.active .open-btn .more .stroke {
  stroke: #ffaa60; }
.dark-theme .topbar .top-account .profile-menu:hover .open-btn .profile-img, .dark-theme .topbar .top-account .profile-menu.active .open-btn .profile-img {
  border-color: #ff8522; }
.dark-theme .topbar .top-menu svg .stroke {
  stroke: #fff; }
.dark-theme .topbar .top-menu svg .dot {
  fill: #fafcfd; }
@media screen and (max-width: 1180px) {
  .dark-theme .topbar {
    background-color: #3b4348;
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.15); }
    .dark-theme .topbar::before {
      background-color: #363c3f; }
    .dark-theme .topbar .top-menu .menu-btn {
      background-color: #ffaa60;
      border-color: #ffc796;
      box-shadow: 0 3px 8px 0 rgba(39, 49, 53, 0.15); }
      .dark-theme .topbar .top-menu .menu-btn.open {
        background-color: #fff;
        border-color: #ffc796; }
        .dark-theme .topbar .top-menu .menu-btn.open svg .stroke {
          stroke: #ff8522; }
        .dark-theme .topbar .top-menu .menu-btn.open svg .dot {
          fill: #ff8522; } }

.light-theme .topbar .logo-black {
  display: block; }
.light-theme .topbar .logo-white {
  display: none; }
.light-theme .topbar .top-search .open-section .open-content .slimScrollDiv,
.light-theme .topbar .top-account .open-section .open-content .slimScrollDiv {
  border-color: rgba(255, 255, 255, 0); }
  .light-theme .topbar .top-search .open-section .open-content .slimScrollDiv .slimScrollBar,
  .light-theme .topbar .top-account .open-section .open-content .slimScrollDiv .slimScrollBar {
    background: #98a2ab !important; }
.light-theme .topbar .top-search .open-section .open-content .small-line::after,
.light-theme .topbar .top-account .open-section .open-content .small-line::after {
  background-color: #eff3f7; }
.light-theme .topbar .top-search .open-section .open-content .big-line::after,
.light-theme .topbar .top-account .open-section .open-content .big-line::after {
  background-color: #e0e7ee; }
.light-theme .topbar .top-search .open-section .open-content::before,
.light-theme .topbar .top-account .open-section .open-content::before {
  background-color: #828a91; }
.light-theme .topbar .top-search .open-section .open-content::after,
.light-theme .topbar .top-account .open-section .open-content::after {
  background-color: white;
  border-color: #e0e7ee; }
.light-theme .topbar .top-search .open-section.open .open-content::after,
.light-theme .topbar .top-account .open-section.open .open-content::after {
  box-shadow: 0 10px 20px 0 rgba(39, 49, 53, 0.1); }
.light-theme .topbar .top-search {
  border-bottom-color: #d4dde5; }
  .light-theme .topbar .top-search form input {
    color: #828a91; }
  .light-theme .topbar .top-search form ::-webkit-input-placeholder {
    color: #828a91; }
  .light-theme .topbar .top-search form ::-moz-placeholder {
    color: #828a91; }
  .light-theme .topbar .top-search form :-ms-input-placeholder {
    color: #828a91; }
  .light-theme .topbar .top-search form :-moz-placeholder {
    color: #828a91; }
  .light-theme .topbar .top-search form .bottom-line {
    background-color: #828a91; }
  .light-theme .topbar .top-search .open-content .message-item {
    border-bottom-color: #eff3f7; }
    .light-theme .topbar .top-search .open-content .message-item .desc .desc-tittle {
      color: #828a91; }
      .light-theme .topbar .top-search .open-content .message-item .desc .desc-tittle span {
        color: #c7d1da; }
    .light-theme .topbar .top-search .open-content .message-item .desc .desc-content {
      color: #4a545b; }
    .light-theme .topbar .top-search .open-content .message-item .desc .desc-time {
      color: #828a91; }
.light-theme .topbar .top-account > * {
  border-bottom-color: #d4dde5; }
.light-theme .topbar .top-account .charges .amount,
.light-theme .topbar .top-account .balance .amount {
  color: #3b4348; }
.light-theme .topbar .top-account .charges .description,
.light-theme .topbar .top-account .balance .description {
  color: #828a91; }
.light-theme .topbar .top-account .charges::after,
.light-theme .topbar .top-account .balance::after {
  background-color: #fc7500; }
.light-theme .topbar .top-account .charges.danger .amount,
.light-theme .topbar .top-account .balance.danger .amount {
  color: #ea3839; }
.light-theme .topbar .top-account .charges.danger::after,
.light-theme .topbar .top-account .balance.danger::after {
  background-color: #ffa4a4; }
.light-theme .topbar .top-account .charges.success .amount,
.light-theme .topbar .top-account .balance.success .amount {
  color: #24c432; }
.light-theme .topbar .top-account .charges.success::after,
.light-theme .topbar .top-account .balance.success::after {
  background-color: #79e584; }
.light-theme .topbar .top-account .charges.warning .amount,
.light-theme .topbar .top-account .balance.warning .amount {
  color: #ebb500; }
.light-theme .topbar .top-account .charges.warning::after,
.light-theme .topbar .top-account .balance.warning::after {
  background-color: #fac800; }
.light-theme .topbar .top-account .charges.info .amount,
.light-theme .topbar .top-account .balance.info .amount {
  color: #00bbea; }
.light-theme .topbar .top-account .charges.info::after,
.light-theme .topbar .top-account .balance.info::after {
  background-color: #7be6ff; }
.light-theme .topbar .top-account .notifications .open-btn span,
.light-theme .topbar .top-account .messages .open-btn span {
  color: #828a91; }
.light-theme .topbar .top-account .notifications:hover .open-btn svg .stroke, .light-theme .topbar .top-account .notifications.active .open-btn svg .stroke,
.light-theme .topbar .top-account .messages:hover .open-btn svg .stroke,
.light-theme .topbar .top-account .messages.active .open-btn svg .stroke {
  stroke: #ff8522; }
.light-theme .topbar .top-account .notifications:hover .open-btn svg .dot, .light-theme .topbar .top-account .notifications.active .open-btn svg .dot,
.light-theme .topbar .top-account .messages:hover .open-btn svg .dot,
.light-theme .topbar .top-account .messages.active .open-btn svg .dot {
  fill: #ff8522; }
.light-theme .topbar .top-account .notifications:hover .open-btn span, .light-theme .topbar .top-account .notifications.active .open-btn span,
.light-theme .topbar .top-account .messages:hover .open-btn span,
.light-theme .topbar .top-account .messages.active .open-btn span {
  color: #ff8522; }
.light-theme .topbar .top-account .charges .open-content .plaintext-item,
.light-theme .topbar .top-account .balance .open-content .plaintext-item,
.light-theme .topbar .top-account .notifications .open-content .plaintext-item,
.light-theme .topbar .top-account .messages .open-content .plaintext-item {
  color: #4a545b; }
.light-theme .topbar .top-account .charges .open-content .message-item,
.light-theme .topbar .top-account .balance .open-content .message-item,
.light-theme .topbar .top-account .notifications .open-content .message-item,
.light-theme .topbar .top-account .messages .open-content .message-item {
  border-bottom-color: #eff3f7; }
  .light-theme .topbar .top-account .charges .open-content .message-item .desc .desc-content,
  .light-theme .topbar .top-account .balance .open-content .message-item .desc .desc-content,
  .light-theme .topbar .top-account .notifications .open-content .message-item .desc .desc-content,
  .light-theme .topbar .top-account .messages .open-content .message-item .desc .desc-content {
    color: #4a545b; }
  .light-theme .topbar .top-account .charges .open-content .message-item .desc .desc-time,
  .light-theme .topbar .top-account .balance .open-content .message-item .desc .desc-time,
  .light-theme .topbar .top-account .notifications .open-content .message-item .desc .desc-time,
  .light-theme .topbar .top-account .messages .open-content .message-item .desc .desc-time {
    color: #828a91; }
.light-theme .topbar .top-account .charges .open-content .readed,
.light-theme .topbar .top-account .balance .open-content .readed,
.light-theme .topbar .top-account .notifications .open-content .readed,
.light-theme .topbar .top-account .messages .open-content .readed {
  border-top-color: #eff3f7;
  color: #fb781d; }
.light-theme .topbar .top-account .notifications:hover::after,
.light-theme .topbar .top-account .messages:hover::after,
.light-theme .topbar .top-account .profile-menu:hover::after {
  background-color: #ff9c4c; }
.light-theme .topbar .top-account .profile-menu .open-btn .profile-img {
  border-color: #3b4348; }
.light-theme .topbar .top-account .profile-menu .open-btn .profile .name {
  color: #3b4348; }
.light-theme .topbar .top-account .profile-menu .open-btn .profile .mail {
  color: #828a91; }
.light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a {
  color: #3b4348; }
  .light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover {
    color: #ff9c4c; }
    .light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .tittle em {
      color: #ff9c4c; }
    .light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .tittle svg .stroke {
      stroke: #ff9c4c; }
    .light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .tittle svg .fill {
      fill: #ff8522; }
    .light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:hover .more svg .stroke {
      stroke: #ff9c4c; }
  .light-theme .topbar .top-account .profile-menu .open-content ul .nav-lvl-1 a:active {
    color: #ff9c4c; }
.light-theme .topbar .top-account .profile-menu:hover .open-btn .profile .name, .light-theme .topbar .top-account .profile-menu.active .open-btn .profile .name {
  color: #ff8522; }
.light-theme .topbar .top-account .profile-menu:hover .open-btn .more .stroke, .light-theme .topbar .top-account .profile-menu.active .open-btn .more .stroke {
  stroke: #ff9c4c; }
.light-theme .topbar .top-account .profile-menu.open .open-btn .more .stroke {
  stroke: #ff9c4c; }
.light-theme .topbar .top-account .profile-menu.open .open-btn .profile .name {
  color: #ff8522; }
.light-theme .topbar .top-account .profile-menu.open .open-btn .profile-img {
  border-color: #ff8522; }
@media screen and (max-width: 1180px) {
  .light-theme .topbar {
    background-color: #3b4348;
    box-shadow: 3px 3px 7px 0 rgba(59, 67, 72, 0.06); }
    .light-theme .topbar::before {
      background-color: #eaeff2; }
    .light-theme .topbar .top-search {
      border-bottom-color: transparent; }
      .light-theme .topbar .top-search form input {
        color: #f2f6fa; }
      .light-theme .topbar .top-search form ::-webkit-input-placeholder {
        color: #f2f6fa; }
      .light-theme .topbar .top-search form ::-moz-placeholder {
        color: #f2f6fa; }
      .light-theme .topbar .top-search form :-ms-input-placeholder {
        color: #f2f6fa; }
      .light-theme .topbar .top-search form :-moz-placeholder {
        color: #f2f6fa; }
      .light-theme .topbar .top-search form .bottom-line {
        background-color: #828a91; }
    .light-theme .topbar .top-menu .menu-btn {
      background: transparent;
      border-color: #828a91; }
      .light-theme .topbar .top-menu .menu-btn svg .stroke {
        stroke: #828a91; }
      .light-theme .topbar .top-menu .menu-btn svg .dot {
        fill: #828a91; }
      .light-theme .topbar .top-menu .menu-btn.open svg .stroke {
        stroke: #ff8522; }
      .light-theme .topbar .top-menu .menu-btn.open svg .dot {
        fill: #ff8522; }
    .light-theme .topbar .top-account > * {
      border-bottom-color: transparent; }
    .light-theme .topbar .top-account .charges .amount,
    .light-theme .topbar .top-account .balance .amount {
      color: #828a91; }
    .light-theme .topbar .top-account .charges .description,
    .light-theme .topbar .top-account .balance .description {
      color: #828a91; }
    .light-theme .topbar .top-account .notifications .open-btn span,
    .light-theme .topbar .top-account .messages .open-btn span {
      color: #828a91; }
    .light-theme .topbar .top-account .profile-menu .open-btn .profile .name {
      color: #f2f6fa; } }
