



/* ------------- 
content start - menu.css
------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  --menu-height: 66px;
  transition: opacity 0.5s;
  padding-top: var(--menu-height);
  --color-menu-bg: #fff;
  --color-hover-bg: #D7D6D920;
  --color-text-1: #4a3f3f;
  --color-text-2: #0D0D0D;
  --color-accent-1: #292A86 !important; /*меню*/
  --color-accent-2: #292A86; /*кнопка саппорт*/
    --color-search-bg: #3f0da4 !important;
    --color-search-text: #A5A5A5 !important;
    --color-search-hover: #292A86;
    --color-support-text: #fff;
    /*font-style: normal;*/
  /*--font-family: 'Circe-Regular', sans-serif;*/
  --url-logo: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/192/h/4daf8e602d393ebd72962fd4e02401e5.svg);
  --url-menu-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/161/h/01fea6b48254ed1e342202d51d50bba1.svg);
  --url-arrow-right: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/68/h/a6e59f3510e27473e48bb758a68a6943.svg);
  --url-arrow-left: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/148/h/df119b0714b66d3e3fd5906ad338c556.svg);
  --url-support-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/82/h/6426891534bfdc30db36f1a231c5c620.svg);
  --url-cms-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/372/h/34bc5623dc5f5c4db02ecaefd046cf16.png);
  --url-teach-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/292/h/70b00bb8bf1cf6ec9daa919584b14d98.svg);
  --url-sales-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/216/h/af0187964d3fdd295988db63bbf34d93.svg);
  --url-user-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/11/h/6a7070947221aea93e6c82952631df77.svg);
  --url-notifications-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/248/h/c889bcc175e235a3ba97ce02bd529b87.svg);/*сообщения*/
  --url-tasks-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/320/h/cd47999e6294fdf40e4fd51593fbbf8c.svg);
  --url-mobile-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/158283/sc/91/h/63115805af46494e16112edf4fadf530.svg);
  --bg-search: #D7D6D950
    url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/285/h/4f290bd135ee6f12353dc0b4dd6da7f8.svg)
    no-repeat;
    /* счетчики */
    --color-counter-bg: #292A86;
    --color-counter-text: #ffffff;
}
body.js-overflow {
  overflow: hidden;
}
/* счетчики */

.new-menu__counter {
  min-width: 16px;
  padding: 2px;
  border-radius: 8px;
  background-color: var(--color-counter-bg);
  display: inline-flex;
  place-content: center;
  color: var(--color-counter-text);
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 16px;
  font-size: 12px;
  height: 16px;
  line-height: 100%;
}

/* отмена стилей ГК */


.gc-account-leftbar {
  display: none;
}
.gc-page-nav-items-menu {
  position: fixed;
  top: calc(20px + var(--menu-height));
  right: 20px;
  z-index: 10000;
  color: white;
}

@media(max-width: 768px) {
  .gc-page-nav-items-menu {
    display: none !important;
  }
}
.gc-main-content.with-left-menu {
  margin: 0 auto;
}
.gc-main-content.with-left-menu .container {
  margin: 0 auto;
}
.gc-right-active-block,
.modal,
.global-xdget-editor {
  top: var(--menu-height);
}
.talks-widget-window {
  left: 0 !important;
  width: 100% !important;
  top: var(--menu-height);
}
.talks-widget-window .talks-widget-body {
  height: calc(100% - 48px - var(--menu-height)) !important;
}
.editor-control-panel,
#kanban .app-bar {
  top: var(--menu-height);
  left: 0 !important;
}
#kanban .content {
  left: 0;
  top: calc(64px + var(--menu-height));
}
.resp-screen {
  top: var(--menu-height) !important;
  height: calc(100vh - var(--menu-height)) !important;
}
.global-controls {
    top: calc(20px + var(--menu-height)) !important;
}
.block-editor {
    top: var(--menu-height);
    left: 0 !important;
    height: calc(100% - var(--menu-height));
}

/* новое меню */
.new-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: var(--menu-height);
  background-color: var(--color-menu-bg);
   box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 33px;
  z-index: 20000;
}
.new-menu * {
  font-family: 'Circe', sans-serif !important;
    font-weight: 400 !important;
}
@media (max-width: 768px) {
  .new-menu {
    display: none;
    height: auto;
    bottom: 0;
    flex-direction: column;
    padding: 16px;
  }
.new-menu::before {
    content: '';
    width: 160px;
    height: 50px;
    background: var(--url-logo) no-repeat center / contain;
    margin: 0 auto 20px;
    order: 1;
}
  .new-menu.js-visible {
    display: flex;
    align-items: flex-start;
  }
}
.new-menu__open {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #292A86!important;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-right: 40px;
}
.new-menu__open:hover,
.new-menu__open:active,
.new-menu__open:link,
.new-menu__open:visited {
  text-decoration: none;
  color: #fff;
}
.new-menu__open:focus {
  outline: none;
}
.new-menu__open::before {
  width: 24px;
  height: 24px;
  content: '';
  margin-right: 14px;
  background: var(--url-menu-icon) no-repeat center/contain;
}
.new-menu__open::after {
  content: '';
  width: 1px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  background-color: #E9E9E9;
}
@media (max-width: 768px) {
  .new-menu__open {
    display: none;
  }
}
.new-menu__menu-wrap {
  position: relative;
}
.new-menu__items-container {
  border-radius: 8px !important;
  padding: 4px;
  position: absolute;
  top: 53px;
  left: 0px;
  width: 276px;
  display: none;
  z-index: 20001;
}
#main-menu {
  background: var(--color-menu-bg);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 8px;
}
.new-menu__items-container.js-visible {
  display: block;
}
@media (max-width: 768px) {
    .new-menu__items-container {
        top: 0px;
        display: block;
        padding: 0px;
        width: 288px;
        background: var(--color-menu-bg);
    }
}
.new-menu__item-wrap {
  position: relative;
}
@media (max-width: 768px) {
    .new-menu__menu-wrap {
        order: 3;
    }
}
.new-menu__item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-2);
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
  cursor: pointer;
    position: relative;
}
.new-menu__item:hover,
.new-menu__item.js-active {
  background: var(--color-hover-bg);
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .new-menu__item:hover,
  .new-menu__item.js-active {
    background: transparent;
  }
}
.new-menu__item::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: auto;
  background: var(--url-arrow-right) no-repeat center/contain;
}
@media (max-width: 768px) {
  .new-menu__item::after {
    display: none;
  }
}
.new-menu__item::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.new-menu__item_cms::before {
  background: var(--url-cms-icon) no-repeat center/contain;
}
.new-menu__item_teach::before {
  background: var(--url-teach-icon) no-repeat center/contain;
}
.new-menu__item_user::before {
  background: var(--url-user-icon) no-repeat center/contain;
}
.new-menu__item_tasks::before {
  background: var(--url-tasks-icon) no-repeat center/contain;
}
.new-menu__item_notifications::before {
  background: var(--url-notifications-icon) no-repeat center/contain;
}
.new-menu__item_sales::before {
  background: var(--url-sales-icon) no-repeat center/contain;
}
.new-menu__item_chatium::before {
  background: var(--url-mobile-icon) no-repeat center/contain;
}
@media (max-width: 768px) {
  .new-menu__item {
    padding: 10px 0;
  }
}
.new-menu__submenu {
  width: 268px;
  position: absolute;
  top: -8px;
  left: calc(100% + 10px);
  background: var(--color-menu-bg);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 8px;
  display: none;
  flex-direction: column;
  z-index: 200002;
}
.new-menu__submenu.js-visible {
  display: flex;
}
@media (max-width: 768px) {
  .new-menu__submenu {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 80px;
    width: 100%;
  }
}
.new-menu__submenu-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-2);
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
  max-width: 288px;
    position: relative;
}
.new-menu__submenu-item:hover,
.new-menu__submenu-item:active,
.new-menu__submenu-item:link,
.new-menu__submenu-item:visited {
  text-decoration: none;
  color: var(--color-text-1);
}
.new-menu__submenu-item:hover {
  background: var(--color-hover-bg);
}
@media(max-width: 768px) {
    .new-menu__submenu-item {
      padding: 10px 16px;
    }
}
.new-menu__breadcrumbs {
  display: flex;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .new-menu__breadcrumbs {
    display: none;
  }
}
.new-menu__breadcrumbs-item {
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0D0D0D !important;
  opacity: 0.4;
  position: relative;
}
.new-menu__breadcrumbs-item:hover {
  opacity: 1;
  text-decoration: underline !important;
  color: var(--color-text-1);
}
.new-menu__breadcrumbs-item:active,
.new-menu__breadcrumbs-item:visited,
.new-menu__breadcrumbs-item:link {
  color: var(--color-text-1);
}
.new-menu__breadcrumbs-item:not(:last-child) {
  margin-right: 32px;
}
.new-menu__breadcrumbs-item:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -24px;
  background: var(--url-arrow-right) no-repeat center/contain !important;
}
.new-menu__breadcrumbs-item:last-child {
  font-weight: bold;
  opacity: 1;
}
.new-menu__support {
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-support-text);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: var(--color-accent-2);
  border-radius: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.new-menu__support:hover,
.new-menu__support:active,
.new-menu__support:link,
.new-menu__support:visited {
  text-decoration: none;
  color: var(--color-support-text);
}
.new-menu__support::before {
  width: 24px;
  height: 24px;
  content: '';
  margin-right: 14px;
  background: var(--url-support-icon) no-repeat center/contain;
}
@media (max-width: 768px) {
    .new-menu__support {
        margin: auto auto 0;
        width: 100%;
        max-width: 400px;
        order: 4;
    }
}
.new-menu__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 34px;
  position: relative;
    
}
@media (max-width: 768px) {
    .new-menu__user {
        flex-direction: row-reverse;
        padding: 10px 16px;
        width: 100%;
        max-width: 400px;
        margin: 14px auto 0px;
        background: var(--color-hover-bg);
        border-radius: 12px;
        order: 5;
    }
}
.new-menu__user-name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-1);
  text-transform: uppercase !important;
  display: none;
}
@media (max-width: 768px) {
  .new-menu__user-name {
    display: block;
  }
}
.new-menu__user-avatar-wrap {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
    border: 3px solid #fff;
}
@media (max-width: 768px) {
  .new-menu__user-avatar-wrap {
    margin-right: 18px;
  }
}
.new-menu__avatar {
  width: 100%;
  height: auto;
  display: block;
}
.new-menu__user-profile {
  background: var(--color-menu-bg);
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  top: 54px;
  right: 0px;
  width: 268px;
  display: none;
  flex-direction: column;
  z-index: 20003;
}
.new-menu__user-profile.js-visible {
  display: flex;
}
@media (max-width: 768px) {
  .new-menu__user-profile {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 80px;
    width: 100%;
  }
}
.new-menu .inner-user {
  width: 100%;
  padding: 18px 14px;
  border-bottom: 1px solid var(--color-hover-bg);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .new-menu .inner-user {
    display: none;
  }
}
.new-menu .inner-user__avatar-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 18px;
  border: 3px solid #fff;
}
.new-menu .inner-user__avatar {
  display: block;
  width: 100%;
  height: auto;
}
.new-menu .inner-user__name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-1);
  margin-bottom: 4px;
}
.new-menu .inner-user__mail {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-text-2);
  opacity: 0.6;
}
.new-menu__back {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-2);
  padding: 12px 16px;
  background: var(--color-hover-bg);
  border-radius: 8px;
  display: none;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.new-menu__back::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 14px;
  background: var(--url-arrow-left) no-repeat center/contain;
}
@media (max-width: 768px) {
  .new-menu__back {
    display: flex;
  }
}
.new-burger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  z-index: 30000;
  cursor: pointer;
  display: none;
  border: none;
  background: var(--url-menu-icon) no-repeat center/50%;
  background-color: var(--color-accent-2);
}
.new-burger.js-opened {
  background: var(--color-accent-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-burger.js-opened::before,
.new-burger.js-opened::after {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--color-text-1);
}
.new-burger.js-opened::before {
  transform: translate(50%, 0) rotate(45deg);
    background-color: #ffffff !important;
}
.new-burger.js-opened::after {
  transform: translate(-50%, 0) rotate(-45deg);
     background-color: #ffffff !important;
}
@media (max-width: 768px) {
  .new-burger {
    display: block;
  }
}
/* search */
.new-menu__search-wrap {
  width: 100%;
  margin-left: auto;
  position: relative;
    max-width: 300px;
}
@media (max-width: 768px) {
    .new-menu__search-wrap {
        width: 100%;
        position: relative;
        max-width: 400px;
        margin: 0 auto 20px;
        order: 2;
    }
}
.new-menu__search-results-wrap {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background: #292A86;
   
  border-radius: 8px;
  z-index: 100020;
  padding: 16px;
    padding-right: 11px;
}
@media (max-width: 768px) {
    .new-menu__search-results-wrap {
      position: absolute;
      left: 0;
      right: 0;
        top: 48px;
      background: var(--color-search-bg);
      border-radius: 8px;
      z-index: 100020;
      padding: 16px;
        padding-right: 11px;
    }
}
.new-menu__search-results {
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff;
  padding-right: 5px;
     color: #fff !important;
}
.new-menu__search-results::-webkit-scrollbar {
  width: 6px;
  background-color: #78787820;
}
.new-menu__search-results::-webkit-scrollbar-thumb {
  background-color: #78787820;
  border-radius: 9em;
}
.new-menu__search {
  background: var(--bg-search);
  background-position-y: center;
  background-position-x: 14px;
  border-radius: 8px;
  height: 44px;
  padding: 7px;
  padding-left: 52px;
  color: var(--color-search-text);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.new-menu__search::-moz-placeholder {
  color: var(--color-search-text);
  opacity: 0.4;
}
.new-menu__search:-ms-input-placeholder {
  color: var(--color-search-text);
  opacity: 0.4;
}
.new-menu__search::placeholder {
  color: var(--color-search-text);
  opacity: 0.4;
}
.new-menu__search:focus {
  outline: none;
}
.new-menu__search-subtitle {
  display: block;
  line-height: 150%;
  color: #fff;
  font-family: 'Circe-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  margin-top: 0px;
  margin-bottom: 10px;
    margin-right: 7px;
  opacity: 0.5;
}
.new-menu__search-subtitle:not(:first-child) {
  margin-top: 20px;
}
.new-menu__search-item {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff!important;
    padding: 16px; 
    border-radius: 8px;
}
.new-menu__search-item:last-child {
  margin-bottom: 0px;
}
.new-menu__search-item:hover,
.new-menu__search-item:active,
.new-menu__search-item:link,
.new-menu__search-item:visited {
  color: var(--color-search-text);
  text-decoration: none;
}
.new-menu__search-item:hover {
    background-color: var(--color-search-hover);
}
.new-menu__search-item-descr {
  display: block;
  font-weight: normal;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  line-height: 100%;
  margin-top: 4px;
}
/* ------------- 
content finish - menu.css
------------- */
