



/* ------------- 
content start - leftbar
------------- */


/* ------------- 
content finish - leftbar
------------- */

/* ------------- 
content start - lessons-list
------------- */

/*Прогресс-бар*/
.module-progress_bar {
    border-radius: 20px;
    background: #091111;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08), 0px -3px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 33px 25px 50px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.module-progress_bar h3 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Onest", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 30px;
}
.module-progress {
    position: relative;
    width: 240px;
    height: 240px;
}
.module-progress svg {
    width: 100%;
    height: 100%;
}
.module-progress svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #E8EAF3;
    stroke-width: 20;
    transform: translate(5px, 5px);
    transition: stroke .3s ease-in-out;
} 
.module-progress svg circle:nth-child(2) {
    stroke: url(#gradient);
    stroke-dasharray: 0 283;
    transform:  rotate(-90deg) translate(5px, 5px);
    transform-origin: 50% 50%;
}
.progress-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-value p {
    color: #091111;
    font-family: "Onest", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
/* ------------- 
content finish - lessons-list
------------- */
