

/*-- [ALIOT] список уроков геткурс — начало --*/
.ll .lesson-list {
    background: none;
    padding: 0px;
    margin-left:-20px !important;
    
}

.ll .lesson-list li {
    border-radius: 10px !important;
    background-color: #F6F6FA;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/12275/sc/237/h/a34e5453c5662bbfc5e3c7b497cbf202.png) !important;
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}

.ll .lesson-list li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 48px;
    background-size: 31px 28px;  
    z-index: 50;
    border-radius: 0 10px 0 20px;
}

.ll .lesson-list .user-state-has_mission::before {
    background: #C4C4C4;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/12275/sc/135/h/af8f4061035f1dbc62ed543097c8040c.svg);
    background-repeat: no-repeat;
    background-size: 31px 28px;
    background-position-y: 10px; 
    background-position-x: 13px; 
}


.ll .lesson-list .user-state-need_accomplish::before {
    background: #E64238;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/12275/sc/289/h/b9d9b2d332e33e0b92e04c168cce7ae9.svg);
    background-repeat: no-repeat;
    background-size: 31px 28px;
    background-position-y: 10px; 
    background-position-x: 13px; 
}

.ll .lesson-list .user-state-accomplished::before {
    background: #69D49B;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/12275/sc/135/h/af8f4061035f1dbc62ed543097c8040c.svg);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position-y: 10px; 
    background-position-x: 13px; 
}

.ll .lesson-list .user-state-answered::before {
    background: #9FA6F6;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/12275/sc/83/h/544b6011780c31ee32da079b0b04e87f.svg);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position-y: 10px; 
    background-position-x: 13px; 
}

.ll .lesson-list li table, .ll .lesson-list li table td {
    width: 100%;
}

.ll .user-state-bg {
    background: transparent !important;   
}

.ll .lesson-list .vmiddle {
    position: relative;
    z-index: 10;
    
}

.ll .lesson-list li table tr {
    position: relative;
}

.ll .lesson-list li a {
    border-radius: 0px !important;
}

.ll .lesson-list .link.title {
    color: var(--cDark) !important;
    width: 95%;
}

.ll .lesson-list .info {
    margin-left:0px !important;
    padding-left:20px !important;
    border: none !important;
    background: transparent !important;
}

.ll .lesson-list .state-icon-block {
    display: none;
}

.ll .user-state-label {
    padding: 2px 10px;
    background: var(--cMain);
    color:#fff !important;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block !important;
    margin-left: -20px !important;
    padding-left: 20px;
}

.ll .stream-table {
    margin: 0;
}

.ll .stream-table tr td {
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
    height: 100% !important;
    border-radius: 10px;
    transition: all .3s;
    background: var(--cDark);
}

.ll .stream-table tr td:hover {
    background: var(--cMain);
} 

.ll .stream-table tr td a {
    color: #fff;
}

.ll .stream-table tr td a .stream-title {
    color: var(--cMain);
}

.ll .stream-table tr td:hover .stream-title {
    color: #fff;
}

@media (max-width:425px) {
    .ll .lesson-list li {
        margin-left: 20px;
    }
    
    .ll .lesson-list .link.title {
        width: 85%;
        font-size: 20px;
    }
    
    .ll .lesson-list .info {
        padding-left: 0px !important;
    }
}

/*-- [ALIOT] список уроков геткурс — конец --*/
