


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html, body {
      scrollbar-color: #2e2e2e #232325;
      scrollbar-width: thin;
  }
  ::-webkit-scrollbar {
      width: 16px;
      height: 16px;
      background-color: #232325;
  }
  ::-webkit-scrollbar-thumb {
      background-color: #2e2e2e;
      border-radius: 9em;
  }
  body {
    --color-menu-bg: #21212B;
    --color-text: #ffffff;
    --color-accent: #b486ff;
    --color-banner-bg: #2e2e2e;
    --color-menu-item-hover: #303031;
    --color-user-bg: #303031;
    --color-email: #c1c1c1;
    --color-search-hover: #303031;
    --url-main-logo: url(https://fs.gcfiles.net/fileservice/file/download/a/537151/sc/128/h/4dd739d3d94c543956d678f582af0e57.svg);
    --url-adaptive-logo: url(https://fs.gcfiles.net/fileservice/file/download/a/537151/sc/173/h/4ef8540afbba8a4f0881e142d21b0071.svg);
    --url-banner-logo: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/503/h/86132d7c3014006f2ceb332963b4e268.png);
    --url-banner-link-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/137/h/e7359ea50bd0b1b6a590e20860ad9734.svg);
    --url-exit-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/97/h/42cab548073148d622c9edea07528e09.svg);
    --url-item-after: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/156/h/18c820848ca71f2786386de7c6aa42eb.svg);
    --url-profile-page-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/53/h/675c345c3208b6a330fa8921a95b57d9.svg);
    --url-support-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/107/h/e769cc13f2904b0660b1a8698a97b16f.svg);
    --url-cms-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/60/h/37a1305067953869b26ab1e7f82a98be.svg);
    --url-teach-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/299/h/c61763f910ab1f47f399effe60cc1fd4.svg);
    --url-user-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/87/h/b6479913a8b5306a8832c5bab23a16c2.svg);
    --url-task-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/6/h/53b87e51b3e8e6f3c031965f42142590.svg);
    --url-notification-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/473/h/02718095a21fe8311f627578c33b758e.svg);
    --url-sales-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/363/h/fa47899f91ad6fd1e7c431b9c67d4ffc.svg);
    --url-back-link-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/164/h/a476594f624a37f7d9b63cacf639d623.svg);
    --bg-search: #21212B
      url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/285/h/4f290bd135ee6f12353dc0b4dd6da7f8.svg)
      no-repeat;
    --bg-burger: #3EB652
      url(https://fs.gcfiles.net/fileservice/file/download/a/537151/sc/173/h/4ef8540afbba8a4f0881e142d21b0071.svg)
      no-repeat center/50%;
    --font-family: 'Gotham Pro', sans-serif;
          /* счетчики */
      --color-counter-bg: #3EB652;
      --color-counter-text: #ffffff;
  }
  body.js-overflow {
    overflow: hidden;
  }
  
  .resp-screen {
    left: 69px !important;
  }
  
  .gc-account-leftbar {
    display: none;
  }
  .gc-page-nav-items-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: white;
  }
  
  @media(max-width: 768px) {
      .resp-screen {
          left: 0px !important;
      }
      .gc-page-nav-items-menu {
        display: none;
      }
  }
  /* счетчики */
  .new-menu__counter {
      min-width: 24px;
      padding: 2px 6px;
      border-radius: 20px;
      background-color: var(--color-counter-bg);
      display: inline-flex;
      align-items: center;
      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;
  }
  .new-menu.minimized .new-menu__counter {
      width: 8px;
      height: 8px;
      min-width: auto;
      padding: 0px;
      position: absolute;
      top: 6px;
      right: 6px;
      font-size: 0px;
  }
  
  .new-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100005;
      padding-right: 5px;
  }
  .new-menu::-webkit-scrollbar {
    width: 0;
  }
  .new-menu__container {
    width: 292px;
    padding: 24px 12px 12px;
    background: var(--color-menu-bg);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100vh;
    scrollbar-width: none;
    transition: width 0.3s;
  }
  
  /* logo */
  .new-menu__logo {
    width: 100%;
    height: 70px;
    background: var(--url-main-logo) no-repeat center;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  
  /* search */
  .new-menu__search-wrap {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .new-menu__search-results-wrap {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    background: var(--color-menu-item-hover);
    border-radius: 16px;
    z-index: 100020;
    padding: 16px;
      padding-right: 11px;
  }
  .minimized .new-menu__search-results-wrap {
    display: none;
  }
  .new-menu__search-results {
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--color-menu-bg) var(--color-menu-item-hover);
    padding-right: 5px;
  }
  .new-menu__search-results::-webkit-scrollbar {
    width: 6px;
    background-color: var(--color-menu-item-hover);
  }
  .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: 16px;
    min-height: 48px;
    padding: 7px;
    padding-left: 52px;
    color: var(--color-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-text);
    opacity: 0.4;
  }
  .new-menu__search:-ms-input-placeholder {
    color: var(--color-text);
    opacity: 0.4;
  }
  .new-menu__search::placeholder {
    color: var(--color-text);
    opacity: 0.4;
  }
  .new-menu__search:focus {
    outline: none;
  }
  .new-menu__search-subtitle {
    display: block;
    line-height: 150%;
    color: var(--color-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-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-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-text);
    opacity: 0.5;
    font-size: 12px;
    line-height: 100%;
    margin-top: 4px;
  }
  /* banner */
  .new-menu__banner {
    background: var(--color-banner-bg);
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    order: 1;
    display: none;
  }
  
  .new-menu__banner-logo {
    width: 30px;
    height: 50px;
    background: var(--url-banner-logo) no-repeat center/contain;
    margin-bottom: 12px;
  }
  
  .new-menu__banner-title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: var(--color-text);
    margin-bottom: 12px;
    opacity: 1;
    transition: opacity 1s;
      width: 220px;
  }
  
  .new-menu__banner-description {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text);
    margin-bottom: 12px;
    opacity: 1;
    transition: opacity 1s;
      width: 220px;
  }
  
  .new-menu__banner-link {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-accent);
    display: flex;
    align-items: center;
    margin-top: auto;
    text-decoration: none;
      width: 220px;
  }
  .new-menu__banner-link::before {
    content: '';
    width: 24px;
    height: 24px;
    background: var(--url-banner-link-icon) no-repeat center/contain;
    margin-right: 8px;
  }
  
  .new-menu__banner-link:hover {
    text-decoration: none;
    color: var(--color-accent);
  }
  .new-menu__banner-link:active {
    text-decoration: none;
    color: var(--color-accent);
  }
  .new-menu__banner-link:visited {
    text-decoration: none;
    color: var(--color-accent);
  }
  .new-menu__banner-link:link {
    text-decoration: none;
    color: var(--color-accent);
  }
  /* user */
  .new-menu__user {
    width: 100%;
    padding: 18px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }
  .new-menu__user .new-menu__item-wrap {
    position: static;
  }
  .new-menu__user .new-menu__item {
    padding: 0;
  }
  .new-menu__user .new-menu__item::before,
  .new-menu__user .new-menu__item::after {
    display: none;
  }
  .new-menu__user .new-menu__item:hover,
  .new-menu__user .new-menu__item.active {
    background: transparent;
  }
  .new-menu__user-avatar {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 18px;
  }
  .new-menu__user-data-wrap {
    margin-right: 12px;
    overflow: hidden;
  }
  .new-menu__user-name {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text);
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .new-menu__user-mail {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-email);
    opacity: 0.5;
    white-space: nowrap;
  }
  .new-menu__user-exit {
    display: block;
    width: 24px;
    height: 24px;
    background: var(--url-exit-icon);
    margin-left: auto;
    flex-shrink: 0;
    text-decoration: none;
  }
  .new-menu__user-exit:hover {
    text-decoration: none;
  }
  .new-menu__user-exit:active {
    text-decoration: none;
  }
  .new-menu__user-exit:visited {
    text-decoration: none;
  }
  .new-menu__user-exit:link {
    text-decoration: none;
  }
  /* menu-items */
  .new-menu__main {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      scrollbar-width: none;
      /*
      overflow-y: auto;
      overflow-x: hidden;
      */
  }
  .new-menu__main::-webkit-scrollbar {
      width: 0px;
      height: 0px;
  }
  .new-menu__item-wrap {
    position: relative;
    width: 100%;
  }
  .new-menu__item-wrap:nth-child(8) {
    margin-bottom: 20px;
  }
  .new-menu__item {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text);
    opacity: 0.95;
    padding: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
      position: relative;
  }
  .new-menu__item:hover,
  .new-menu__item.active {
    background: var(--color-menu-item-hover);
    border-radius: 12px;
    text-decoration: none;
    color: var(--color-text);
  }
  .new-menu__item:hover::after,
  .new-menu__item.active::after {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--url-item-after) no-repeat center/contain;
    flex-shrink: 0;
    margin-left: auto;
  }
  .new-menu__item::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 14px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .new-menu__item_profile + .new-menu__submenu {
    bottom: -10px;
    top: auto;
    /*left: calc(100% + 58px);*/
  }
  .new-menu__item_profile-page::before {
    background-image: var(--url-profile-page-icon);
  }
  .new-menu__item_support::before {
    background-image: var(--url-support-icon);
  }
  .new-menu__item_profile::after {
    display: none;
  }
  .new-menu__item_profile-page::after {
    display: none;
  }
  .new-menu__item_support::after {
    display: none;
  }
  .new-menu__item_cms::before {
    background-image: var(--url-cms-icon);
  }
  .new-menu__item_teach::before {
    background-image: var(--url-teach-icon);
  }
  .new-menu__item_user::before {
    background-image: var(--url-user-icon);
  }
  .new-menu__item_tasks::before {
    background-image: var(--url-task-icon);
  }
  .new-menu__item_notifications::before {
    background-image: var(--url-notification-icon);
  }
  .new-menu__item_sales::before {
    background-image: var(--url-sales-icon);
  }
  
  /* submenu */
  .new-menu__submenu {
    display: none;
    position: absolute;
    left: calc(100% + 14px);
    top: -18px;
    background: var(--color-menu-bg);
    border-radius: 20px;
    padding: 8px;
    width: 268px;
  }
  .new-menu__submenu.js-visible {
    display: block;
  }
  .new-menu__submenu-item {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text);
    opacity: 0.95;
    padding: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
      position: relative;
  }
  .new-menu__submenu-item:hover {
    background: var(--color-menu-item-hover);
    border-radius: 12px;
    text-decoration: none;
    color: var(--color-text);
  }
  .new-menu__submenu-item:active {
    text-decoration: none;
    color: var(--color-text);
  }
  .new-menu__submenu-item:visited {
    text-decoration: none;
    color: var(--color-text);
  }
  .new-menu__submenu-item:link {
    text-decoration: none;
    color: var(--color-text);
  }
  
  /* minimized */
  .new-menu.minimized .new-menu__container {
    width: 70px;
    align-items: center;
  }
  .new-menu.minimized .new-menu__logo {
    background: var(--url-adaptive-logo) no-repeat center;
    margin-bottom: 20px;
  }
  .new-menu.minimized .new-menu__search {
    background-position-x: center;
    min-height: 48px;
    width: 48px;
    padding-left: 14px;
  }
  .new-menu.minimized .new-menu__search::-moz-placeholder {
    opacity: 0;
  }
  .new-menu.minimized .new-menu__search:-ms-input-placeholder {
    opacity: 0;
  }
  .new-menu.minimized .new-menu__search::placeholder {
    opacity: 0;
  }
  .new-menu.minimized .new-menu__item-wrap {
    width: 48px;
  }
  .new-menu.minimized .new-menu__item {
    font-size: 0px;
    justify-content: center;
  }
  .new-menu.minimized .new-menu__item:hover::after {
    display: none;
  }
  .new-menu.minimized .new-menu__item::before {
    margin-right: 0px;
  }
  .new-menu.minimized .new-menu__user {
    justify-content: center;
  }
  .new-menu.minimized .new-menu__user-avatar {
    margin-right: 0px;
  }
  .new-menu.minimized .new-menu__user-data-wrap,
  .new-menu.minimized .new-menu__user-exit {
    display: none;
  }
  .new-menu.minimized .new-menu__banner {
    padding: 0;
    background: transparent;
    margin-top: auto;
    min-height: auto;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 40px var(--color-accent));
  }
  .new-menu.minimized .new-menu__banner-logo {
    width: 50px;
    height: 70px;
    background: var(--url-banner-logo) no-repeat center/contain;
    margin-bottom: 0px;
    transform: rotate(340deg);
    cursor: pointer;
  }
  .new-menu.minimized .new-menu__banner-title,
  .new-menu.minimized .new-menu__banner-description,
  .new-menu.minimized .new-menu__banner-link {
    opacity: 0;
    transition: opacity 1s;
    font-size: 0px;
    width: 0;
    height: 0;
    padding: 0;
  }
  
  .new-burger {
    position: fixed;
    bottom: 98px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    z-index: 100010;
    cursor: pointer;
    display: none;
    border: none;
    background: var(--bg-burger);
  }
  .new-burger.change-icon {
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/279/h/5af229a971e087e4dc2ba2616fbc23ac.svg);
  }
  .new-burger.js-close {
    background: var(--bg-burger) url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/5/h/468883625067ab83b5683aa2730a70df.svg) no-repeat center/50% ;
  }
  /* adaptive */
  @media (max-width: 768px) {
    .new-menu {
      display: none;
      right: 0;
    padding-right: 0px;
    }
      .new-menu__container {
      width: 100%;
      border-radius: 0px;
      overflow-y: auto; 
      padding-bottom: 60px;
      }
    .new-menu.js-visible {
      display: flex;
        overflow-y: auto;
        max-height: 100vh;
    }
    .new-menu__item:hover::after,
    .new-menu__item.active::after {
      display: none;
    }
    .new-menu__item_profile + .new-menu__submenu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0px;
      margin-top: 0;
      border-radius: 0;
      width: 100%;
    }
    .new-menu__item.active::before {
      background-image: var(--url-back-link-icon);
    }
    .new-menu__submenu {
      position: relative;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      margin-top: 20px;
        width: 100%;
    }
    .new-burger {
      display: block;
    }
      /*
    .new-menu__banner {
      min-height: auto;
      padding: 16px;
      border-radius: 12px;
      margin-bottom: 15px;
    }
    .new-menu__banner-logo {
      display: none;
    }
    .new-menu__banner-title {
      display: none;
    }
    .new-menu__banner-description {
      display: none;
    }
    .new-menu__banner-link::before {
      height: 30px;
      background: var(--url-banner-logo) no-repeat center/contain;
    }
      */
  }
  @media (max-height: 1015px) and (min-width: 768px){
      .new-menu__item::before {
          width: 20px;
          height: 20px;
      }
  }
  @media (max-height: 980px) and (min-width: 768px) {
      .new-menu__item,
      .new-menu__submenu-item {
          font-size: 12px;
          line-height: 100%;
          padding: 10px;
      }
      /*
      .new-menu__banner-title {
          font-size: 20px;
          line-height: 110%;
      }
      .new-menu__banner-description {
          font-size: 14px;
          line-height: 110%;
      }
      .new-menu__banner {
          min-height: auto;
      }
      */
  }
  @media (max-height: 870px) and (min-width: 768px) {
    .new-menu .new-menu__container {
      padding-top: 20px;
    }
    .new-menu__logo {
      height: 50px;
    }
    .new-menu__search-wrap {
      margin-bottom: 15px;
    }  
      .new-menu__search {
        min-height: 38px;
    }
    .new-menu__banner {
      padding: 20px;
    }
    .new-menu__banner-title {
          font-size: 18px;
          line-height: 100%;
      }
      .new-menu__banner-description {
          font-size: 14px;
          line-height: 100%;
      }
    .new-menu__item {
      padding: 10px;
    }
    .new-menu__submenu-item {
      padding: 10px;
    }
  
    .new-menu__item-wrap:nth-child(8) {
      margin-bottom: 15px;
    }
    .new-menu__user {
      padding: 12px 20px 0px;
    }
  }
  @media (max-height: 670px) and (min-width: 768px) {
      .new-menu__banner-logo {
          display: none;
        }
  }
  .profile-backlink {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    background-color: var(--color-menu-item-hover);
    background-image: var(--url-back-link-icon);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    padding: 10px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text);
    opacity: 0.95;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding-left: 44px;
  }

/* ------------- 
content start - global
------------- */


/*.talks-widget-button {
    bottom: 42px;
    right: 20px;
    background: #353535
      url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.22289 4.22289C4.61342 3.83237 5.24658 3.83237 5.63711 4.22289L9.87711 8.46289C10.2676 8.85342 10.2676 9.48658 9.87711 9.87711C9.48658 10.2676 8.85342 10.2676 8.46289 9.87711L4.22289 5.63711C3.83237 5.24658 3.83237 4.61342 4.22289 4.22289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1229 14.1229C14.5134 13.7324 15.1466 13.7324 15.5371 14.1229L19.7771 18.3629C20.1676 18.7534 20.1676 19.3866 19.7771 19.7771C19.3866 20.1676 18.7534 20.1676 18.3629 19.7771L14.1229 15.5371C13.7324 15.1466 13.7324 14.5134 14.1229 14.1229Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7771 4.22289C20.1676 4.61342 20.1676 5.24658 19.7771 5.63711L15.5371 9.87711C15.1466 10.2676 14.5134 10.2676 14.1229 9.87711C13.7324 9.48658 13.7324 8.85342 14.1229 8.46289L18.3629 4.22289C18.7534 3.83237 19.3866 3.83237 19.7771 4.22289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0671 4.93289C19.4576 5.32342 19.4576 5.95658 19.0671 6.34711L15.5371 9.87711C15.1466 10.2676 14.5134 10.2676 14.1229 9.87711C13.7324 9.48658 13.7324 8.85342 14.1229 8.46289L17.6529 4.93289C18.0434 4.54237 18.6766 4.54237 19.0671 4.93289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.87711 14.1229C10.2676 14.5134 10.2676 15.1466 9.87711 15.5371L5.63711 19.7771C5.24658 20.1676 4.61342 20.1676 4.22289 19.7771C3.83237 19.3866 3.83237 18.7534 4.22289 18.3629L8.46289 14.1229C8.85342 13.7324 9.48658 13.7324 9.87711 14.1229Z' fill='white'/%3E%3C/svg%3E%0A")
      no-repeat center;
    box-shadow: none;
  }
  .talks-widget-button::after {
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%, 0);
    content: 'Поддержка';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    color: #000000;
  }
  .talks-widget-button .comments-icon {
    display: none;
  }*/
/*  .talks-widget-button {
      z-index: 1500;
      width: 50px;
      height: 50px;
       border: 1px solid #999; 
      position: fixed;
      bottom: 15px;
      right: 20px;
      font-size: 25px;
      text-align: center;
      border-radius: 50%;
      color: white;
      padding-top: 6px;
      background: #000000;
      cursor: pointer;
      box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
  }*/
  /* .page-header h1 {
    display: none;
  }
  .logo.gc-account-logo {
    display: none;
  }
  .content-menu {
    border-bottom: none;
  } */
  /* .gc-main-content.with-left-menu .container {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
  } */
  /* .page-actions {
    position: fixed;
    right: 20px;
    z-index: 1500;
  } */
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  
  .main {
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    --color-header-bg: #e8e8e8;
  /*  --color-container-bg: #ffffff;*/
    --color-secondary-bg: #21212B;
    --color-text: #dddddd;
    --color-text-subtitle: #f4f4f4;
    --color-description: #505050;
    --color-text-light: #ffffff;
    --color-course-accent: #000000;
    --color-course-subaccent: #929292;
    --color-scale-bg: #cccccc;
    --color-need_accomplish: #ffecec;
    --font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
  }
  
  .custom-header {
    width: 100%;
    height: 200px;
    padding: 20px;
    padding-bottom: 66px;
    display: flex;
    flex-direction: column;
    background-color: var(--color-header-bg);
  }
  .custom-header * {
    font-family: var(--font-family);
  }
  .custom-header__logo {
    width: 144px;
    height: auto;
    margin-bottom: 20px;
  }
  .custom-header__logo svg {
    width: 100%;
    height: auto;
  }
  .custom-header__title {
    margin-top: auto;
    font-style: normal;
    font-weight: 700;
    font-size: calc((100vw - 320px) / 960 * 24 + 24px);
    line-height: 115%;
    letter-spacing: -0.055em;
    color: var(--color-text);
  }
  
  /* .custom-container-wrap {
    background-color: var(--color-container-bg);
    flex: 1 1 100%;
   border-radius: 36px 36px 0 0;
    padding: 20px;
    padding-bottom: 200px;
    margin-top: 0px;
  } */
  .custom-container-wrap * {
    font-family: var(--font-family);
  }
  
  .custom-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
  /*  display: grid;*/
    grid-template-columns: calc(48% - 8px) calc(52% - 8px);
    grid-template-rows: auto;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  
  /* Баннер для сообщения об отсутствии доступа */
  .access-banner {
    width: 100%;
    background: #fb5463;
    border: 2px solid #fb5463;
    border-radius: 28px;
    padding: 24px;
    margin-bottom: 24px;
    /* box-shadow: 0 4px 12px rgba(255, 71, 87, 0.1); */
  }
  
  .access-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .access-banner__text {
    flex: 1;
    min-width: 300px;
  }
  
  .access-banner__message {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px;
  }
  
  .access-banner__price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .access-banner__price,
  .access-banner__balance {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
  }
  
  .access-banner__price-value,
  .access-banner__balance-value {
    font-weight: 600;
    color: #FFD700;
  }
  
  .access-banner__vr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFD700;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    width: 24px;
    height: 16px;
    border-radius: 4px;
    margin-left: 4px;
  }
  
  .access-banner__description {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .access-banner__vr-info {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #2c2c2f;
    border-radius: 12px;
    padding: 12px 16px;
  }
  
  .access-banner__vr-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFD700;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    width: 32px;
    height: 24px;
    border-radius: 6px;
    flex-shrink: 0;
  }
  
  .access-banner__vr-text {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
  }
  
  .access-banner__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .access-banner__button {
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .access-banner__button--buy {
    background: #FFD700;
    color: #000000;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.5);
  }
  
  .access-banner__button--buy:hover {
    background: #f1c40f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  }
  
  .access-banner__button--info {
    background: #e5e5e5;
    color: #333333;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  }
  
  .access-banner__button--info:hover {
    background: #d5d5d5;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  }
  
  .access-banner__button:active {
    transform: translateY(0);
  }
  
  /* Адаптивные стили для баннера */
  @media (max-width: 768px) {
    .access-banner {
      padding: 20px;
      margin-bottom: 20px;
    }
    
    .access-banner__content {
      flex-direction: column;
      align-items: stretch;
      gap: 16px;
    }
    
    .access-banner__text {
      text-align: center;
      min-width: auto;
    }
    
    .access-banner__message {
      font-size: 18px;
      line-height: 22px;
    }
    
    .access-banner__price,
    .access-banner__balance {
      font-size: 15px;
      line-height: 18px;
    }
    
    .access-banner__buttons {
      justify-content: center;
      gap: 10px;
    }
    
    .access-banner__button {
      flex: 1;
      min-width: 140px;
      padding: 14px 20px;
    }
    
    .access-banner__vr-info {
      flex-direction: column;
      text-align: center;
      gap: 8px;
    }
    
    .access-banner__vr-text {
      font-size: 13px;
      line-height: 16px;
    }
  }
  
  @media (max-width: 480px) {
    .access-banner {
      padding: 16px;
      margin-bottom: 16px;
    }
    
    .access-banner__message {
      font-size: 16px;
      line-height: 20px;
    }
    
    .access-banner__price,
    .access-banner__balance {
      font-size: 14px;
      line-height: 17px;
    }
    
    .access-banner__buttons {
      flex-direction: column;
      gap: 8px;
    }
    
    .access-banner__button {
      width: 100%;
      padding: 12px 20px;
      font-size: 14px;
    }
    
    .access-banner__description {
      margin-top: 12px;
      padding-top: 12px;
    }
    
    .access-banner__vr-info {
      padding: 10px 12px;
    }
    
    .access-banner__vr-text {
      font-size: 12px;
      line-height: 15px;
    }
  }
  
/* profile-card */
.profile-card {
    background: #21212B;
    border-radius: 28px;
    padding: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.profile-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.profile-card__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card__info {
    flex: 1;
}

.profile-card__name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 4px;
}

.profile-card__location {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #bebebe;
}

.profile-card__balance {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 16px;
    display: flex;
    align-items: center;
}

.profile-card__balance-icon {
    margin-right: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-card__balance-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.profile-card__balance-amount {
    font-weight: 700;
    color: #FFD700;
}

.profile-card__button {
    display: block;
    width: 100%;
    background: #3EB652;
    border: none;
    border-radius: 50px;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin-top: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.profile-card__button:hover,
.profile-card__button:active,
.profile-card__button:link,
.profile-card__button:visited {
    text-decoration: none;
    color: #ffffff;
}

.profile-card__button:hover {
    background: #2ea043;
}

.btn-primary {
    color: #fff;
    background-color: #3EB652;
    border-color: #3EB652;
    border-radius: 10px !important;
}

.talks-widget-window .talks-widget-header {
    background: #FFF;
    height: 48px;
    text-align: center;
    border-bottom: 0px solid #dadee2;
    padding-top: 10px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.talks-widget-window .talks-widget-body .conversations-list-block .conversation-list-footer {
    padding: 10px;
    background: #FFF;
    text-align: center;
    border-top: 0px solid #dadee2;
    font-size: 16px;
    color: #666;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.talks-widget-window {
    position: fixed;
    height: 100%;
    z-index: 10001;
    width: 380px;
    top: 0;
    right: 0;
    background: white;
    background: rgba(250, 250, 251, 0.980392);
    border-left: 1px solid #dadee2;
    box-shadow: 13px 0px 10px 9px rgba(0, 0, 0, 0);
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
/* ------------- 
content finish - global
------------- */

/*.talks-widget-button {
    bottom: 42px;
    right: 20px;
    background: #353535
      url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.22289 4.22289C4.61342 3.83237 5.24658 3.83237 5.63711 4.22289L9.87711 8.46289C10.2676 8.85342 10.2676 9.48658 9.87711 9.87711C9.48658 10.2676 8.85342 10.2676 8.46289 9.87711L4.22289 5.63711C3.83237 5.24658 3.83237 4.61342 4.22289 4.22289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1229 14.1229C14.5134 13.7324 15.1466 13.7324 15.5371 14.1229L19.7771 18.3629C20.1676 18.7534 20.1676 19.3866 19.7771 19.7771C19.3866 20.1676 18.7534 20.1676 18.3629 19.7771L14.1229 15.5371C13.7324 15.1466 13.7324 14.5134 14.1229 14.1229Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7771 4.22289C20.1676 4.61342 20.1676 5.24658 19.7771 5.63711L15.5371 9.87711C15.1466 10.2676 14.5134 10.2676 14.1229 9.87711C13.7324 9.48658 13.7324 8.85342 14.1229 8.46289L18.3629 4.22289C18.7534 3.83237 19.3866 3.83237 19.7771 4.22289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0671 4.93289C19.4576 5.32342 19.4576 5.95658 19.0671 6.34711L15.5371 9.87711C15.1466 10.2676 14.5134 10.2676 14.1229 9.87711C13.7324 9.48658 13.7324 8.85342 14.1229 8.46289L17.6529 4.93289C18.0434 4.54237 18.6766 4.54237 19.0671 4.93289Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.87711 14.1229C10.2676 14.5134 10.2676 15.1466 9.87711 15.5371L5.63711 19.7771C5.24658 20.1676 4.61342 20.1676 4.22289 19.7771C3.83237 19.3866 3.83237 18.7534 4.22289 18.3629L8.46289 14.1229C8.85342 13.7324 9.48658 13.7324 9.87711 14.1229Z' fill='white'/%3E%3C/svg%3E%0A")
      no-repeat center;
    box-shadow: none;
  }
  .talks-widget-button::after {
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%, 0);
    content: 'Поддержка';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    color: #000000;
  }
  .talks-widget-button .comments-icon {
    display: none;
  }*/
/*  .talks-widget-button {
      z-index: 1500;
      width: 50px;
      height: 50px;
       border: 1px solid #999; 
      position: fixed;
      bottom: 15px;
      right: 20px;
      font-size: 25px;
      text-align: center;
      border-radius: 50%;
      color: white;
      padding-top: 6px;
      background: #000000;
      cursor: pointer;
      box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
  }*/
  /* .page-header h1 {
    display: none;
  }
  .logo.gc-account-logo {
    display: none;
  }
  .content-menu {
    border-bottom: none;
  } */
  /* .gc-main-content.with-left-menu .container {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
  } */
  /* .page-actions {
    position: fixed;
    right: 20px;
    z-index: 1500;
  } */
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  
  .main {
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    --color-header-bg: #e8e8e8;
  /*  --color-container-bg: #ffffff;*/
    --color-secondary-bg: #21212B;
    --color-text: #dddddd;
    --color-text-subtitle: #f4f4f4;
    --color-description: #505050;
    --color-text-light: #ffffff;
    --color-course-accent: #000000;
    --color-course-subaccent: #929292;
    --color-scale-bg: #cccccc;
    --color-need_accomplish: #ffecec;
    --font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
  }
  
  .custom-header {
    width: 100%;
    height: 200px;
    padding: 20px;
    padding-bottom: 66px;
    display: flex;
    flex-direction: column;
    background-color: var(--color-header-bg);
  }
  .custom-header * {
    font-family: var(--font-family);
  }
  .custom-header__logo {
    width: 144px;
    height: auto;
    margin-bottom: 20px;
  }
  .custom-header__logo svg {
    width: 100%;
    height: auto;
  }
  .custom-header__title {
    margin-top: auto;
    font-style: normal;
    font-weight: 700;
    font-size: calc((100vw - 320px) / 960 * 24 + 24px);
    line-height: 115%;
    letter-spacing: -0.055em;
    color: var(--color-text);
  }
  
  /* .custom-container-wrap {
    background-color: var(--color-container-bg);
    flex: 1 1 100%;
   border-radius: 36px 36px 0 0;
    padding: 20px;
    padding-bottom: 200px;
    margin-top: 0px;
  } */
  .custom-container-wrap * {
    font-family: var(--font-family);
  }
  
  .custom-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
  /*  display: grid;*/
    grid-template-columns: calc(48% - 8px) calc(52% - 8px);
    grid-template-rows: auto;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  
  /* Баннер для сообщения об отсутствии доступа */
  .access-banner {
    width: 100%;
    background: #fb5463;
    border: 2px solid #fb5463;
    border-radius: 28px;
    padding: 24px;
    margin-bottom: 24px;
    /* box-shadow: 0 4px 12px rgba(255, 71, 87, 0.1); */
  }
  
  .access-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .access-banner__text {
    flex: 1;
    min-width: 300px;
  }
  
  .access-banner__message {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px;
  }
  
  .access-banner__price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .access-banner__price,
  .access-banner__balance {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
  }
  
  .access-banner__price-value,
  .access-banner__balance-value {
    font-weight: 600;
    color: #FFD700;
  }
  
  .access-banner__vr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFD700;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    width: 24px;
    height: 16px;
    border-radius: 4px;
    margin-left: 4px;
  }
  
  .access-banner__description {
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .access-banner__vr-info {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #2c2c2f;
    border-radius: 12px;
    padding: 12px 16px;
  }
  
  .access-banner__vr-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFD700;
    color: #000000;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    width: 32px;
    height: 24px;
    border-radius: 6px;
    flex-shrink: 0;
  }
  
  .access-banner__vr-text {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
  }
  
  .access-banner__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .access-banner__button {
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  
  .access-banner__button--buy {
    background: #FFD700;
    color: #000000;
    box-shadow: 0 3px 10px rgba(255, 215, 0, 0.5);
  }
  
  .access-banner__button--buy:hover {
    background: #f1c40f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
  }
  
  .access-banner__button--info {
    background: #e5e5e5;
    color: #333333;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  }
  
  .access-banner__button--info:hover {
    background: #d5d5d5;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
  }
  
  .access-banner__button:active {
    transform: translateY(0);
  }
  
  /* Адаптивные стили для баннера */
  @media (max-width: 768px) {
    .access-banner {
      padding: 20px;
      margin-bottom: 20px;
    }
    
    .access-banner__content {
      flex-direction: column;
      align-items: stretch;
      gap: 16px;
    }
    
    .access-banner__text {
      text-align: center;
      min-width: auto;
    }
    
    .access-banner__message {
      font-size: 18px;
      line-height: 22px;
    }
    
    .access-banner__price,
    .access-banner__balance {
      font-size: 15px;
      line-height: 18px;
    }
    
    .access-banner__buttons {
      justify-content: center;
      gap: 10px;
    }
    
    .access-banner__button {
      flex: 1;
      min-width: 140px;
      padding: 14px 20px;
    }
    
    .access-banner__vr-info {
      flex-direction: column;
      text-align: center;
      gap: 8px;
    }
    
    .access-banner__vr-text {
      font-size: 13px;
      line-height: 16px;
    }
  }
  
  @media (max-width: 480px) {
    .access-banner {
      padding: 16px;
      margin-bottom: 16px;
    }
    
    .access-banner__message {
      font-size: 16px;
      line-height: 20px;
    }
    
    .access-banner__price,
    .access-banner__balance {
      font-size: 14px;
      line-height: 17px;
    }
    
    .access-banner__buttons {
      flex-direction: column;
      gap: 8px;
    }
    
    .access-banner__button {
      width: 100%;
      padding: 12px 20px;
      font-size: 14px;
    }
    
    .access-banner__description {
      margin-top: 12px;
      padding-top: 12px;
    }
    
    .access-banner__vr-info {
      padding: 10px 12px;
    }
    
    .access-banner__vr-text {
      font-size: 12px;
      line-height: 15px;
    }
  }
  
  .user-data {
    width: 100%;
    max-width: 420px;
    display: grid;
    grid-template-columns: 64px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    background: var(--color-secondary-bg);
    border-radius: 16px;
    padding: 20px 24px;
    margin: 0 auto 16px;
    grid-column: 1/3;
    grid-row: 2/3;
    position: relative;
  }
  .user-data__bonus {
    position: absolute;
    background: var(--color-course-accent);
    padding: 4px 10px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text-light);
    top: -15px;
    right: 0;
  }
  .user-data__name {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: var(--color-text);
    align-self: end;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif !important;
  }
  .user-data__mail {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: var(--color-description);
    align-self: start;
    font-family: 'Montserrat', sans-serif !important;
  }
  
  /* .user-avatar-wrap {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .user-avatar {
    width: 100%;
    height: auto;
  } */
  
  /* .custom-content__input {
    display: none;
  } */
  
  /*.custom-content__input:checked + .custom-content__label {
    background: var(--color-secondary-bg);
    display: none;
  }
  
  .custom-content__input:checked + .custom-content__label + .custom-content__content {
    display: block;
  }*/
  
  .custom-content__label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
    color: var(--color-text);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 28px;
    display: none;
  }
  
  .custom-content__label_courses {
    justify-self: end;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  
  .custom-content__label_dashboard {
    justify-self: start;
    grid-column: 2/3;
    grid-row: 3/4;
  }
  
  .custom-content__content_courses {
    grid-column: 1/3;
    grid-row: 4/5;
    color: var(--color-text);
  /*  display: none;*/
    display: flex;
    flex-direction: column;
  }
  
  /* Изменение порядка отображения: сначала уроки, потом тренинги */
  #styled-lessons {
    order: 1; /* Уроки будут отображаться первыми */
  }
  
  #stream-table {
    order: 2; /* Тренинги будут отображаться вторыми */
  }
  
  .custom-content__course {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
    background: var(--color-secondary-bg) no-repeat center left/cover;
    transition: box-shadow 0.5s;
    border-radius: 24px;
    min-height: 120px;
    margin-bottom: 16px;
    padding: 20px;
  }
  
  .custom-content__course:hover,
  .custom-content__course:active,
  .custom-content__course:link,
  .custom-content__course:visited {
    text-decoration: none;
  }
  
  .custom-course__number {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 100.02%;
    text-align: center;
    letter-spacing: -0.03em;
    color: var(--color-text);
    margin-bottom: 0px;
  }
  @media (min-width: 600px) {
    .custom-course__number {
      font-size: 64px;
      padding: 18px 42px 18px 32px;
      margin-bottom: 0px;
    }
  }
  .custom-course__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--color-text);
    margin-bottom: 14px;
    margin-right: 20px;
  }
  .custom-course__description {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--color-course-subaccent);
    display: flex;
    align-items: center;
    margin-bottom: 0px;
  }
  .custom-course__description::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--color-course-subaccent);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9_282)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00008 2.00002C4.68637 2.00002 2.00008 4.68631 2.00008 8.00002C2.00008 11.3137 4.68637 14 8.00008 14C11.3138 14 14.0001 11.3137 14.0001 8.00002C14.0001 4.68631 11.3138 2.00002 8.00008 2.00002ZM0.666748 8.00002C0.666748 3.94993 3.94999 0.666687 8.00008 0.666687C12.0502 0.666687 15.3334 3.94993 15.3334 8.00002C15.3334 12.0501 12.0502 15.3334 8.00008 15.3334C3.94999 15.3334 0.666748 12.0501 0.666748 8.00002Z' fill='%23829FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.35209 4.74557C6.56887 4.62956 6.8319 4.64227 7.03647 4.77865L11.0365 7.44532C11.2219 7.56896 11.3333 7.77712 11.3333 8.00002C11.3333 8.22292 11.2219 8.43108 11.0365 8.55472L7.03647 11.2214C6.8319 11.3578 6.56887 11.3705 6.35209 11.2545C6.13532 11.1385 6 10.9126 6 10.6667V5.33335C6 5.08749 6.13532 4.86158 6.35209 4.74557ZM7.33333 6.57903V9.42101L9.46482 8.00002L7.33333 6.57903Z' fill='%23829FFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9_282'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9_282)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00008 2.00002C4.68637 2.00002 2.00008 4.68631 2.00008 8.00002C2.00008 11.3137 4.68637 14 8.00008 14C11.3138 14 14.0001 11.3137 14.0001 8.00002C14.0001 4.68631 11.3138 2.00002 8.00008 2.00002ZM0.666748 8.00002C0.666748 3.94993 3.94999 0.666687 8.00008 0.666687C12.0502 0.666687 15.3334 3.94993 15.3334 8.00002C15.3334 12.0501 12.0502 15.3334 8.00008 15.3334C3.94999 15.3334 0.666748 12.0501 0.666748 8.00002Z' fill='%23829FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.35209 4.74557C6.56887 4.62956 6.8319 4.64227 7.03647 4.77865L11.0365 7.44532C11.2219 7.56896 11.3333 7.77712 11.3333 8.00002C11.3333 8.22292 11.2219 8.43108 11.0365 8.55472L7.03647 11.2214C6.8319 11.3578 6.56887 11.3705 6.35209 11.2545C6.13532 11.1385 6 10.9126 6 10.6667V5.33335C6 5.08749 6.13532 4.86158 6.35209 4.74557ZM7.33333 6.57903V9.42101L9.46482 8.00002L7.33333 6.57903Z' fill='%23829FFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9_282'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    mask-size: contain;
    mask-repeat: no-repeat;
    margin-right: 6px;
  }
  /*.custom-course__description::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9_282)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00008 2.00002C4.68637 2.00002 2.00008 4.68631 2.00008 8.00002C2.00008 11.3137 4.68637 14 8.00008 14C11.3138 14 14.0001 11.3137 14.0001 8.00002C14.0001 4.68631 11.3138 2.00002 8.00008 2.00002ZM0.666748 8.00002C0.666748 3.94993 3.94999 0.666687 8.00008 0.666687C12.0502 0.666687 15.3334 3.94993 15.3334 8.00002C15.3334 12.0501 12.0502 15.3334 8.00008 15.3334C3.94999 15.3334 0.666748 12.0501 0.666748 8.00002Z' fill='%23829FFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.35209 4.74557C6.56887 4.62956 6.8319 4.64227 7.03647 4.77865L11.0365 7.44532C11.2219 7.56896 11.3333 7.77712 11.3333 8.00002C11.3333 8.22292 11.2219 8.43108 11.0365 8.55472L7.03647 11.2214C6.8319 11.3578 6.56887 11.3705 6.35209 11.2545C6.13532 11.1385 6 10.9126 6 10.6667V5.33335C6 5.08749 6.13532 4.86158 6.35209 4.74557ZM7.33333 6.57903V9.42101L9.46482 8.00002L7.33333 6.57903Z' fill='%23829FFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9_282'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin-right: 6px;
  }*/
  @media (min-width: 600px) {
    .custom-course__description {
      margin-bottom: 0;
    }
  }
  .custom-course__button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    background: no-repeat center;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5892 3.57739C10.2637 3.25195 9.7361 3.25195 9.41066 3.57739C9.08523 3.90283 9.08523 4.43047 9.41066 4.7559L13.8214 9.16665H4.16659C3.70635 9.16665 3.33325 9.53974 3.33325 9.99998C3.33325 10.4602 3.70635 10.8333 4.16659 10.8333H13.8214L9.41066 15.2441C9.08523 15.5695 9.08523 16.0971 9.41066 16.4226C9.7361 16.748 10.2637 16.748 10.5892 16.4226L16.4225 10.5892C16.7479 10.2638 16.7479 9.73616 16.4225 9.41072L10.5892 3.57739Z' fill='white'/%3E%3C/svg%3E%0A");
    background-color: var(--color-course-accent);
    flex-shrink: 0;
    margin-left: auto;
    font-size: 0;
  }
  @media (min-width: 600px) {
    .custom-course__button {
      margin-right: 14px;
    }
  }
  .custom-course_close {
    opacity: 0.5;
  }
  .custom-course_close .custom-course__button {
    width: 152px;
    height: 44px;
    border-radius: 8px;
    display: block;
    background: no-repeat center;
    background-color: #e3e3e3;
    flex-shrink: 0;
    margin-left: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (min-width: 600px) {
    .custom-course_close .custom-course__button {
      margin-right: 14px;
    }
  }
  
  .custom-content__content_dashboard {
    display: block;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    grid-column: 1/3;
    grid-row: 4/5;
    max-height: 100%;
    background-color: var(--color-secondary-bg);
  }
  
  @media (min-width: 600px) {
    .custom-content__course {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none;
      background: var(--color-secondary-bg) no-repeat center left/cover;
      transition: box-shadow 0.5s;
      border-radius: 24px;
      min-height: 120px;
      margin-bottom: 16px;
      padding: 10px;
    }
  }
  @media (min-width: 767px) {
    /* .custom-container-wrap {
      padding: 40px;
    } */
    .custom-header {
      height: 300px;
      padding: 40px;
      padding-bottom: 86px;
    }
    .custom-logo {
      width: 236px;
    }
    .custom-content__input:checked + .custom-content__label + .custom-content__content_courses {
      display: flex;
      flex-direction: column;
    }
    .custom-content__label {
      margin-bottom: 65px;
      display: none;
    }
    .custom-content__content_courses {
      grid-template-columns: 1fr 1fr;
      -moz-column-gap: 20px;
      column-gap: 20px;
    }
  }
  @media (min-width: 1023px) {
    /* .custom-container-wrap {
      padding: 70px;
    } */
    .custom-header {
      height: 400px;
      padding: 40px 70px;
      padding-bottom: 86px;
    }
    .custom-container {
      grid-template-columns: 1fr 340px;
      grid-template-rows: 120px max-content;
    }
    .user-data {
      grid-column: 2/3;
      grid-row: 1/2;
      align-self: start;
    }
    .custom-content__label {
      display: none;
    }
    .custom-content__content_courses {
      display: flex;
      flex-direction: column;
      grid-column: 1/2;
      grid-row: 1/3;
      align-self: start;
    }
    .custom-content__content_dashboard {
      display: block;
      grid-column: 2/3;
      grid-row: 2/3;
      align-self: start;
    }
  }
  
  /* styled trainings */
  .col-md-12 {
      padding: 0px !important;
  }
  .stream-table {
    margin-left: 0 !important; 
  }
  #stream-table .stream-table tr,
  #stream-table .stream-table tr td {
      padding: 0px;
  }
  #stream-table .stream-table tr td a {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none;
      background: var(--color-secondary-bg) no-repeat center left/cover;
      transition: box-shadow 0.5s;
      border-radius: 24px;
      min-height: 120px;
      margin-bottom: 16px;
      padding: 10px;
  }
  #stream-table .stream-table .stream-title {
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: -0.03em;
      color: var(--color-text);
      margin-right: 20px;
      font-family: 'Montserrat', sans-serif !important;
      margin-left: 20px;
  }
  @media (max-width: 767px) {
    #stream-table .stream-table .stream-title {
        font-size: 14px; /* Уменьшаем размер шрифта для мобильных устройств */
        margin-right: 10px; /* Уменьшаем отступы */
        margin-left: 10px;
    }
  }
  .custom-course__description {
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 300;
  }
  #stream-table .custom-course__description {
          margin-top: 14px;
  }
  #stream-table .stream-table tr td:hover {
      background: transparent;
  }
  /* noaccess-mode-show */
  .noaccess-mode-show .custom-course__button {
      width: 152px;
      height: 44px;
      border-radius: 8px;
      display: block;
      background: no-repeat center;
      background-color: #e3e3e3;
      flex-shrink: 0;
      margin-left: auto;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: -0.03em;
      color: var(--color-text);
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .noaccess-mode-show {
    opacity: 0.5;
  }
  
  .custom-progress {
    --p-color-title: var(--color-text-subtitle);
    --p-color-decription: var(--color-description);
    --p-color-scale-bg: var(--color-scale-bg);
    --p-color-scale: var(--color-course-accent);
    display: flex;
    flex-direction: column;
  }
  .custom-progress:not(:last-child) {
    margin-bottom: 24px;
  }
  .custom-progress__header {
    position: relative;
  }
  .custom-progress__title {
    max-width: 70%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    color: var(--p-color-title);
  }
  .custom-progress__description {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: var(--p-color-decription);
    display: none;
  }
  .custom-progress__percent {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--p-color-title);
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .custom-progress__scale-wrap {
    width: 100%;
    background: var(--color-scale-bg);
    border-radius: 20px;
    height: 8px;
    margin-top: 8px;
  }
  .custom-progress__scale {
    background-color: var(--p-color-scale);
    border-radius: 20px;
    height: 8px;
    width: 60%;
    max-width: 100%;
  }
  
  
  
  /* new-support */
  .new-support {
      --ns-color-bg: #000000;
      --ns-color-title: #ffffff;
      --ns-color-time: #ffffff;
      --ns-url-link1-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/441180/sc/76/h/195235d2e829e5059d9bcea6f4934696.svg);
      width: 100%;
      background: var(--ns-color-bg);
      border-radius: 20px;
      padding: 18px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      max-width: 420px;
      margin: 0 auto;
      margin-bottom: 44px;
    }
    .new-support__title {
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: var(--ns-color-title);
      margin-right: 16px;
    }
    .new-support__time {
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      color: var(--ns-color-time);
      margin-top: 4px;
      display: block;
    }
    .new-support__contacts {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
    }
    .new-support__contacts a {
        display: flex;
        align-items: center;
        text-decoration: none;
        margin-left: 8px;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 50px;
        padding: 8px 16px 8px 40px; /* Изменили паддинг */
        position: relative; /* Добавили для абсолютного позиционирования иконки */
    }
    .new-support__link-1::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: var(--ns-url-link1-icon) no-repeat center;
    }
    .new-support__contacts a:hover,
    .new-support__contacts a:active,
    .new-support__contacts a:link,
    .new-support__contacts a:visited {
      text-decoration: none;
    }
    .new-support__link-1 {
        background: var(--ns-url-link1-icon) no-repeat left center;
        padding-left: 35px;
        background-position: 16px center;
    }
    .new-support__link-text {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        text-transform: lowercase;
    }
  
  /* Стили для мобильной версии виджета с прогресс баром */
  @media (max-width: 767px) {
    .custom-cont
