



/* ------------- 
content start - меню.css
------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
    scrollbar-color: #bd3535 #ffffff;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    background-color: #bd3535;
    border-radius: 9em;
}
body {
  --color-menu-bg: #FFFFFF;
  --color-text: #444444;
  --color-accent: #ffffff;
  --color-banner-bg: #ffffff;
  --color-menu-item-hover: #000;
  --color-user-bg: linear-gradient(135deg, #6AA728 0%, #4E7D16 50%, #1F1F1F 100%);
  --color-email: #000;
  --color-search-hover: #ffffff;

  --url-banner-link-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/262/h/c85ddc95dd2621934fee9aac792237e9.png);
  --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/708042/sc/261/h/618678de7eec83e49ebc62202fe7a1f7.png);
  --url-profile-page-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/252/h/6c87483b5c999f4a16c0f9530bfaabd4.png);
  --url-support-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/348/h/aba099965035c9efccabf431b58c99bf.png);
  --url-cms-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/242/h/7074fb9629bef341fe916c0a1cb3c9e0.png);
  --url-teach-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/336/h/15d1fa2d521e8157cfbd1588d71eeafd.png);
  --url-user-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/375/h/b88a51b9ca72daa2a34a8d19af8b43dc.png);
  --url-task-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/93/h/8cac2f90377458040f07a2ab7d7b2086.png);
  --url-notification-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/75/h/6a292f8f6f9381541574e52efac82883.png);
  --url-sales-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/214/h/6082bde1f8be3c30e017bd1231a7a7a1.png);
 /* --url-back-link-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/392/h/a5fba62f6cf55f9d511d871c2b6cc9dd.png);*/
     --url-back-link-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/555973/sc/164/h/a476594f624a37f7d9b63cacf639d623.svg);
  --url-chatium-icon: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/147/h/8d180e060be8a276927ba886bc2d44d2.png); /******************/
  --bg-search: #E16037
    url(https://fs.getcourse.ru/fileservice/file/download/a/241826/sc/290/h/a2062795cab06dcefcac493c7519cd67.png)
    no-repeat;
  --bg-burger: #E16037
    url(https://fs.getcourse.ru/fileservice/file/download/a/622954/sc/106/h/0f1a59f81866ba6561e60e75144fc58a.png)
    no-repeat center/50%;
  --font-family: 'Gotham Pro', sans-serif;
        /* счетчики */
    --color-counter-bg: #E16037;
    --color-counter-text: #ffffff;
}
body.js-overflow {
  overflow: hidden;
}

.gc-account-leftbar {
  display: none;
}
.gc-page-nav-items-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  color: white;
}

.resp-screen {
  left: 69px !important;
}
@media(max-width: 768px) {
    .resp-screen {
        left: 0px !important;
    }
  .gc-page-nav-items-menu {
    display: none !important;
  }
}
/* счетчики */
.new-menu__counter {
    min-width: 25px;
    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: 25px;
    line-height: 24px;
    z-index: 10;
}
.new-menu__item.active > span, .new-menu__item:hover > span, .new-menu__submenu-item:hover > span  {
    background-color: #fff;
  color: #E16037; }

.new-menu.minimized .new-menu__counter {
    width: 8px;
    height: 8px;
    min-width: auto;
    padding: 0px;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 0px;
  background-color: #E16037;
  
}

.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;

}

/* 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: rgb(24,110,91);
  background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
  background: linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#1b8c74",GradientType=1);
  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: #bd3535 rgb(24,110,91);
  padding-right: 5px;
}
.new-menu__search-results::-webkit-scrollbar {
  width: 6px;
    background: rgb(24,110,91);
	background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#1b8c74",GradientType=1);
}
.new-menu__search-results::-webkit-scrollbar-thumb {
    background: #000;
    
  border-radius: 9em;
}
.new-menu__search {
    background: rgb(24,110,91)  url(https://fs.getcourse.ru/fileservice/file/download/a/241826/sc/290/h/a2062795cab06dcefcac493c7519cd67.png) no-repeat;
background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 0%, rgba(60,176,151,1) 80%, rgba(24,110,91,1) 100%)  url(https://fs.getcourse.ru/fileservice/file/download/a/241826/sc/290/h/a2062795cab06dcefcac493c7519cd67.png) no-repeat;
background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 0%, rgba(60,176,151,1) 80%, rgba(24,110,91,1) 100%)  url(https://fs.getcourse.ru/fileservice/file/download/a/241826/sc/290/h/a2062795cab06dcefcac493c7519cd67.png) no-repeat;
background: linear-gradient(90deg, rgba(24,110,91,1) 0%, rgba(60,176,151,1) 80%, rgba(24,110,91,1) 100%) url(https://fs.getcourse.ru/fileservice/file/download/a/241826/sc/290/h/a2062795cab06dcefcac493c7519cd67.png) no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#186e5b",GradientType=1) url(https://fs.getcourse.ru/fileservice/file/download/a/241826/sc/290/h/a2062795cab06dcefcac493c7519cd67.png) no-repeat;
    
    background-position-y: center;
  background-position-x: 14px;
  border-radius: 16px;
  min-height: 48px;
  padding: 7px;
  padding-left: 52px;
  color: #FFFFFF;
  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: 1.4;
}
.new-menu__search:-ms-input-placeholder {
  color: var(--color-text);
  opacity: 1.4;
}
.new-menu__search::placeholder {
  color: #ffffff;
  opacity: 1.4;
}
.new-menu__search:focus {
  outline: none;
}
.new-menu__search-subtitle {
  display: block;
  line-height: 150%;
  color: #FFF; /*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:link,
.new-menu__search-item:visited {
  color: #fff;/*var(--color-text); в поиске уроки*/
  text-decoration: none;
}
.new-menu__search-item:hover,
.new-menu__search-item:active{
  color: #444444;/*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: #efa992; /*var(--color-text);в поиске описание*/
  opacity: 1;
  font-size: 12px;
  line-height: 100%;
  margin-top: 4px;
}
/******/
/*.new-menu__search-item-descr:hover,
.new-menu__search-item-descr:active,
.new-menu__search-item-descr:link,
.new-menu__search-item-descr:visited{

  color: #444444; 

}
*/

/* 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;
}

.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: rgb(24,110,91);
	background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#1b8c74",GradientType=1);
  border-radius: 12px;
  text-decoration: none;
  color: #fff;/*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_profile-page:hover::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/251/h/e948f80fb73dcd4f764016aa4f2e852b.png);
}

.new-menu__item_support::before {
  background-image: var(--url-support-icon);
}
.new-menu__item_support:hover::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/113/h/fb98a18951bfc8b115981a9521ce5549.png);
}
.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_cms:hover::before,
.new-menu__item_cms.active::before{
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/52/h/c6d6017ff518933b09d9c903270b508a.png);
}
.new-menu__item_teach::before {
  background-image: var(--url-teach-icon);
}
.new-menu__item_teach:hover::before,
.new-menu__item_teach.active::before
{
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/199/h/ac019c0d02949be2985953dc3e9ad08e.png);
}
.new-menu__item_user::before {
  background-image: var(--url-user-icon);
}
.new-menu__item_user:hover::before, .new-menu__item_user.active::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/15/h/4f104674988b18e8655a2810eea09b93.png);
}
.new-menu__item_tasks::before {
  background-image: var(--url-task-icon);
}
.new-menu__item_tasks:hover::before, .new-menu__item_tasks.active::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/28/h/3594bca78c757639960ff289c30d3294.png);
}
.new-menu__item_notifications::before {
  background-image: var(--url-notification-icon);
}
.new-menu__item_notifications:hover::before, .new-menu__item_notifications.active::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/208/h/8b070e8a2576da5289547df580fbefe1.png);
}
.new-menu__item_sales::before {
  background-image: var(--url-sales-icon);
}
.new-menu__item_sales:hover::before, .new-menu__item_sales.active::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/465/h/0e6fb1afdb6ef84beb27c5d6d1b2bb11.png);
}
.new-menu__item_chatium::before {
  background-image: var(--url-chatium-icon);
}
.new-menu__item_chatium:hover::before, .new-menu__item_chatium.active::before {
  background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/151/h/331e881a69b56bef64ffe14781622ac2.png);
}

/****************************************************************************************************/

/* submenu */
.new-menu__submenu {
  display: none;
  position: absolute;
  left: calc(100% + 17px);
  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: rgb(24,110,91);
	background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#1b8c74",GradientType=1);
  border-radius: 12px;
  text-decoration: none;
  color: var(--color-text);
}
.new-menu__submenu-item:active {
  text-decoration: none;
  color: #000;
}
.new-menu__submenu-item:visited {
  text-decoration: none;
  color: var(--color-text);
}
.new-menu__submenu-item:link {
  text-decoration: none;
  color: var(--color-text);
}
.new-menu__submenu-item:hover {
  text-decoration: none;
  color: #fff;
}



/* minimized */
.new-menu.minimized .new-menu__container {
  width: 70px; /*80*/
  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;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  z-index: 100010;
  cursor: pointer;
  display: none;
  border: none;
  background: rgb(24,110,91);
	background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#1b8c74",GradientType=1);
}
.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: #ffffff url(https://fs.getcourse.ru/fileservice/file/download/a/708042/sc/190/h/d3949ee17a4680779dad3a05db1f203a.png) 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: 23px; /*20*/
        height: 23px; /*20*/
    }
}
@media (max-height: 980px) and (min-width: 768px) {
    .new-menu__item,
    .new-menu__submenu-item {
        font-size: 15px;
        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: 0px;
  }
  .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: 12px;
  }
  .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: rgb(24,110,91);
	background: -moz-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	background: linear-gradient(90deg, rgba(24,110,91,1) 20%, rgba(24,114,95,1) 31%, rgba(27,140,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#186e5b",endColorstr="#1b8c74",GradientType=1);
  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: #fff; /*var(--color-text);*/
  opacity: 0.95;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  padding-left: 44px;
}

/* ------------- 
content finish - меню.css
------------- */
