



/* ------------- 
content start - deletebanner
------------- */

.top-notification-wrapper > .common-banner-wrapper {
  display: none !important;
}
/* ------------- 
content finish - deletebanner
------------- */

/* ------------- 
content start - Поиск уроков по тренингу
------------- */

/* Виджет - поиск по урокам тренинга */
:root {
  --search-font: Montserrat, sans-serif;
  
  --search_border: #AAC4C980;
  --search_bg: #AAC4C920;
  
  --search_title_size: clamp(16px, 4vw, 20px);
  --search_title_color: #6B929A;
  
  --search_input_bg: #fff;
  
  --search_btn_font_size: 14px;
  --search_btn_color: #fff;
  --search_btn_bg: #6B929A;
  --search_btn_bg_hover: #AAC4C9;
  
  --search_result_shadow: rgba(0, 0, 0, .05);
  --search_result_border: #f1f1f1;
  --search_result_bg: #fff;
  
  --search_result_item_color: #222;
  --search_result_item_border: #ececec;
  --search_result_item_hover_color: #fff;
  --search_result_item_hover_bg: #6B929A;
}

.search__block {
    padding: 24px;
    background: var(--search_bg);
    border: 1px solid var(--search_border);
    border-radius: 10px;
}

.search__title {
    margin-bottom: 10px;
    font-family: var(--search-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--search_title_size);
    color: var(--search_title_color);
}

.search__form {
    margin-bottom: 12px;
}

.search__form input {
    padding: 12px 8px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: var(--search_input_bg)
}

.search__button {
    padding: 4px 12px;
    
    font-family: var(--search-font);
    font-weight: 400;
    font-size: var(--search_btn_font_size);
    color: var(--search_btn_color);
    
    border: none;
    border-radius: 5px;
    background: var(--search_btn_bg);
    
    transition: all .3s;
}

.search__button:hover {
    background: var(--search_btn_bg_hover);
}

.search__result {  
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translatey(100%) translatex(-50%);
    z-index: 9999;
    
    padding: 16px;   
    max-height: 300px;
    width: calc(100% - 72px) !important;
    
    box-shadow: 0 0 10px 0 var(--search_result_shadow);
    border: 1px solid var(--search_result_border);
    border-radius: 10px;
    background: var(--search_result_bg);
    
    overflow: auto;
}

.search__result .result-item {
    margin-bottom: 4px;
}

.search__result .result-item a {
    display: block;
    padding: 4px 8px;
    font-family: var(--search-font);
    color: var(--search_result_item_color) !important;
    border: 1px solid var(--search_result_item_border);
    border-radius: 5px;
    
    transition: all .3s;
}

.search__result .result-item a:hover {
    text-decoration: none;
    color: var(--search_result_item_hover_color) !important;
    background: var(--search_result_item_hover_bg);
}
/* ------------- 
content finish - Поиск уроков по тренингу
------------- */

/* ------------- 
content start - История просмотренных уроков Виджет
------------- */

/* Настройки */
.widget_lessonLastWatched {
    --wg_bg: #80E800;
    --wg_lsBg: #DEE3FA;
    --wg_bulletBg: #5167C0;
    
    --wg_title: #333537;
    --wg_titleHover: #5167C0;
    --wg_module: #81807F;
    --wg_btn: rgba(81,104,192,0.4);
    --wg_btnHover: rgba(81,104,192,0.8);
    
    --font: inherit, sans-serif;
}



/* Виджет - ранее вы изучали */
.widget_lessonLastWatched {
    position: relative;
    margin-bottom: 30px;
    
    padding: 24px;
    border-radius: 10px;
    background: var(--wg_bg);
}


.widget_lessonLastWatched:has(.ls_course) > .widget__header {
    display: none;
}


.widget_lessonLastWatched h2 {
    margin-bottom: 20px;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.widget_lessonLastWatched h2.aM {
    margin-top: 30px;
}

.widget_lessonLastWatched .html-content ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.widget_lessonLastWatched .ls_course .html-content ul {
    margin-bottom: 30px;
}

.widget_lessonLastWatched .html-content ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 14px;
    padding-right: 50px;
}

.widget_lessonLastWatched .ls_main li {
    padding-right: 0 !important;
}

.widget_lessonLastWatched .ls_course li {
    border-radius: 10px;
    background: var(--wg_lsBg) url("data:image/svg+xml,%3Csvg width='60' height='98' viewBox='0 0 60 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2194_278' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='60' height='98'%3E%3Crect width='60' height='98' fill='%23F1F1F1'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2194_278)'%3E%3Ccircle cx='43.3534' cy='49.2773' r='37.7143' fill='%235167C0' fill-opacity='0.13'/%3E%3C/g%3E%3Cpath d='M35.9375 52.75L39.6875 49M39.6875 49L35.9375 45.25M39.6875 49L30.3125 49M46.25 49C46.25 55.2132 41.2132 60.25 35 60.25C28.7868 60.25 23.75 55.2132 23.75 49C23.75 42.7868 28.7868 37.75 35 37.75C41.2132 37.75 46.25 42.7868 46.25 49Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat right center;
    
    transition: all .3s;
}

.widget_lessonLastWatched .ls_course li a {
    display: inline-block;
    padding: 12px 0;
}

.widget_lessonLastWatched .ls_course li:hover {
    transform: translatey(-5px);
}

.widget_lessonLastWatched .html-content ul li:last-child {
    margin-bottom: 0;
}

.widget_lessonLastWatched .html-content ul li a::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    
    width: 6px;
    height: 6px;
    
    background: var(--wg_bulletBg);
    border-radius: 10px;
    
    transition: transform .3s;
}

.widget_lessonLastWatched .ls_course .html-content ul li a::after {
    display: none;
}

.widget_lessonLastWatched .html-content ul li a:hover {
    text-decoration: none;
}

.widget_lessonLastWatched .watched_title {
    display: block;
    margin-bottom: 3px;
    
    font-family: var(--font);
    color: var(--wg_title);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    
    transition: all .3s;
}

.widget_lessonLastWatched a:hover .watched_title {
    color: var(--wg_titleHover);
}

.widget_lessonLastWatched .watched_module {
    display: block;
    
    font-family: var(--font);
    color: var(--wg_module);
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}

.widget_lessonLastWatched .little_btn {
    display: inline-block;
    margin-top: 6px;
    font-family: var(--font);
    color: var(--wg_btn);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    
    border-bottom: 1px solid var(--wg_btn);
    
    transition: all .3s;
}

.widget_lessonLastWatched a:hover .little_btn {
    color: var(--wg_btnHover);
    border-bottom: 1px solid var(--wg_btnHover);
}
/* ------------- 
content finish - История просмотренных уроков Виджет
------------- */

/* ------------- 
content start - Избранные уроки - оформление
------------- */

.lesson-header-block {
    position: relative;
}

.lesson-list li > a {
    position: relative;
}

.lesson-list li > a .favIcon {
    padding: 0 !important;
}

.favIcon{
   position: relative;
    top: -115px;
    right: -20px;
   
}

body:not(.chatium_body) li.menu-item.menu-item-favorite {
    cursor: pointer;
}

body:not(.chatium_body) li.menu-item.menu-item-favorite img {
    position: relative;
    top: -2px;
}

.gc-account-user-submenu-bar-favorite {
    width: 300px !important;
}

.gc-account-user-submenu-bar-favorite li {
    position: relative;
    margin-bottom: 30px !important;
    padding-right: 30px !important;
}

.gc-account-user-submenu-bar-favorite .gc-account-user-submenu li::before {
    background: #E4E2DC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8.33332 9.43795V5.66667M8.33332 5.66667H4.56209M8.33332 5.66667L2.75736 11.2427M5.82879 12.8852C7.72692 13.2612 9.77165 12.7136 11.2427 11.2427C13.5858 8.89948 13.5858 5.10051 11.2427 2.75736C8.89946 0.414212 5.1005 0.414212 2.75736 2.75736C1.28638 4.22835 0.738853 6.27308 1.11477 8.17121' stroke='%232D2C2A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center right !important;
    background-position-x: calc(100% - 10px) !important;
}

.gc-account-user-submenu-bar-favorite .fav_empty::before {
    display: none;
}

.gc-account-user-submenu-bar-favorite li::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 20px;
    width: 40px;
    height: 1px;
    background: #A6AA93;
}

.gc-account-user-submenu-bar-favorite li:last-child::after {
    display: none;
}

.gc-account-user-submenu-bar-favorite .subitem-link span {
    display: block;
    text-transform: none;
    letter-spacing: 0 !important;
}

.gc-account-user-submenu-bar-favorite .subitem-link .favModule {
    font-size: 12px;
    color: #a6a6a6;
    font-weight: 400;
    letter-spacing: .5px;
}

.gc-account-user-submenu-bar-favorite .fav_empty {
    padding: 10px 20px !important;
    font-style: italic;
    opacity: .5;
}

/* Сообщение */
#fav_msg {
    position: fixed;
    bottom: 30px;
    right: 130px;
    
    padding: 10px 16px;
    border-radius: 4px;
    background: #ccc;
    
    z-index: 1000;
}

#fav_msg.minus {
    color: #fff;
    background: #ff6161;
}

#fav_msg.plus {
    color: #fff;
    background: #33b472;
}

#fav_msg i {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

#fav_msg.minus i {
    top: 0px;
}


#fav_msg .fav_msg_text {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

@media (max-width: 769px) {
    #fav_msg {
        bottom: 80px;
        right: 20px;
    }
    
   .favIcon {
    position: absolute;
    top: 20px;
    right: 20px;
}
    }   
  
}
/* ------------- 
content finish - Избранные уроки - оформление
------------- */
