

@font-face {
 font-family: 'FuturaPT-Book'; 

src: url('/fileservice/file/download/h/7eb2b58952a4c55d4422b87dea697cf9.woff/a/183863/sc/212') format('woff'),
     url('/fileservice/file/download/h/bf02f1537d0e9470bf1dec8c06b519b7.otf/a/183863/sc/237') format('opentype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  --menu-height: 66px;
  transition: opacity 0.5s;
  padding-top: var(--menu-height);
  --color-menu-bg: #333232;
  --color-hover-bg: #4D4C4C;
  --color-text-1: #ffffff;
  --color-text-2: #111;
  --color-accent-1: linear-gradient(180deg, #fff 0%, #8f8f8f 100%)!important;
  --color-accent-2: #F8F8F8;
    --color-search-bg: #171717;
    --color-search-text: #111111;
    --color-search-hover: #303031;
    --color-support-text: #333;
  --font-family: 'FuturaPT-Book';
  --url-logo: url(https://fs.getcourse.ru/fileservice/file/download/a/595945/sc/327/h/60cbe4d1063354b8f68cabb4dbdc553e.png);
  --url-menu-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/595945/sc/104/h/98ce6420b48d70b6f9f0a74b5814e008.svg);
  --url-arrow-right: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/116/h/c0d052489f0f6526e908ced49232ff79.svg);
  --url-arrow-left: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/108/h/2ca7979ff942b6b534a580fb0365f353.svg);
  --url-support-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/595945/sc/204/h/e396f8a86d00ed2274e6a5341fc439ee.svg);
  --url-cms-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/100/h/636cbf5098a2af3471b615c0888c261f.svg);
  --url-teach-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/20/h/ea6de57c2809eba12fdbeeecb04fdb99.svg);
  --url-sales-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/462/h/1f3af0ac532ecdabb9f47b35eaa2dd45.svg);
  --url-user-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/291/h/2717c3a5f3ef75ac7ae08a735e8da3a7.svg);
  --url-notifications-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/232/h/7255205add56afceac23e82cf6712e50.svg);
  --url-tasks-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/587878/sc/279/h/21b2cc9e3f2a90bd144448ab15ef39ce.svg);
  --bg-search: #eaeaea
    url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/285/h/4f290bd135ee6f12353dc0b4dd6da7f8.svg)
    no-repeat;
    /* счетчики */
    --color-counter-bg: #eaeaea;
    --color-counter-text: #111;
}
body.js-overflow {
  overflow: hidden;
}
/* счетчики */

.new-menu__counter {
    min-width: 24px;
    padding: 0px 6px;
    border-radius: 20px;
    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: 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    z-index: 10;
}

/* отмена стилей ГК */


.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);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 33px;
  z-index: 20000;
}
.new-menu * {
  font-family: var(--font-family);
}
@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: 500;
  font-size: 16px;
  color: var(--color-text-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: var(--color-accent-1);
  border-radius: 12px;
  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;
 
}
.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: var(--color-hover-bg);
}
@media (max-width: 768px) {
  .new-menu__open {
    display: none;
  }
}
.new-menu__menu-wrap {
  position: relative;
}
.new-menu__items-container {
  border-radius: 20px;
  padding: 4px;
  position: absolute;
  top: 53px;
  left: 0px;
  width: 276px;
  display: none;
  z-index: 20001;
}
#main-menu {
  background: var(--color-menu-bg);
  border-radius: 20px;
  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: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  width: 100%;
  border-radius: 12px;
  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);
}
@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;
}
@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);
  border-radius: 20px;
  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: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-2);
  width: 100%;
  border-radius: 12px;
  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;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-1);
  opacity: 0.4;
  position: relative;
}
.new-menu__breadcrumbs-item:hover {
  opacity: 1;
  text-decoration: underline;
  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;
}
.new-menu__breadcrumbs-item:last-child {
  font-weight: bold;
  opacity: 1;
}
.new-menu__support {
  margin-left: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: none;
  border-radius: 12px;
  border:1px solid #fff;
  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: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-1);
  text-transform: uppercase;
  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;
}
@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: 20px;
  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;
}
.new-menu .inner-user__avatar {
  display: block;
  width: 100%;
  height: auto;
}
.new-menu .inner-user__name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-1);
  margin-bottom: 4px;
}
.new-menu .inner-user__mail {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #f1f1f1;
  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: 12px;
  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: #eaeaea;
}
.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: #333;
}
.new-burger.js-opened::before {
  transform: translate(50%, 0) rotate(45deg);
}
.new-burger.js-opened::after {
  transform: translate(-50%, 0) rotate(-45deg);
}
@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: var(--color-search-bg);
  border-radius: 12px;
  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: 12px;
      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: var(--color-menu-bg) var(--color-hover-bg);
  padding-right: 5px;
}
.new-menu__search-results::-webkit-scrollbar {
  width: 6px;
  background-color: var(--color-hover-bg);
}
.new-menu__search-results::-webkit-scrollbar-thumb {
  background-color: var(--color-menu-bg);
  border-radius: 9em;
}
.new-menu__search {
  background: var(--bg-search);
  background-position-y: center;
  background-position-x: 14px;
  border-radius: 12px;
  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: var(--color-search-text);
  font-family: var(--font-family);
  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: var(--color-search-text);
    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: var(--color-search-text);
  opacity: 0.5;
  font-size: 12px;
  line-height: 100%;
  margin-top: 4px;
}
