$(function() {
  
    
if($('script[src*="getcourse_webview.js"]').length ||
$('script[src*="webview.js"]').length || 
   (window.location.pathname.indexOf('/pl/teach/control/lesson/webview') > -1)) { 
    if (!$('#dark-theme').length) {
        $.getScript( "https://clubmoneyfest.getcourse.ru/fileservice/file/download/a/195479/sc/114/h/83787d9504e26eb090abf667a8571d7a.js");
         $.getScript( "https://clubmoneyfest.getcourse.ru/pl/layout/28303/5/lessonPage.js");
     $('<link/>', {
   rel: 'stylesheet',
   type: 'text/css',
   href: 'https://clubmoneyfest.getcourse.ru/pl/cms/layout/css?id=28303&hash=59ab9d38ba49950ee80eb3a8ec582c6b&bundle=1'
}).appendTo('head');}
           $('body').addClass('isChatium');
      setTimeout(()=>{
    $('body').addClass('onthewaytothesun')
    $('#gcAccountUserMenu').css('opacity','1');
    },1000)
}
});


