.content__list{
    background-color: #fff;
    /* padding: 40px; */
    border-radius: 0 8px 8px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.content__list p{
    margin: 8px 0;
}

/*---ROWS---*/
.list_row{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #D4E0EE;
    align-items: center;
}
.list_row:last-child{
    border: none;
}
.list_row .number{
    min-width: 30px;
    flex-grow: 1;
}
.list_row .preview_image{
    width: 60px;
        /* flex-grow: 1; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list_row .preview_image svg{
    position: absolute;
    color: rgba(255, 255, 255, 0.8);;
    margin-top: 20px;
    font-size: 35px;
}
.list_row .preview_image span{
    border-radius: 8px;
    overflow: hidden;
    height: 70px;
}
.list_row .preview_image img{
    height: 60px;
    width: auto;
}
.list_row.row p:hover{
    cursor: pointer;
}
.list_row .name{
    width: auto;
    flex-grow: 100;
    display: flex;
    flex-direction: column;
    margin-left: 62px;
}
.list_row .name .label{
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.list_row .name .lasting_time{
    font-size: 16px;
    padding-top: 8px;
}
.list_row.row .condition{
    min-width: 60px;
    text-align: center;
    color: #D8E8FE;
    flex-grow: 1;
    font-size: 24px;
}
.column_border{
    display: none;
}
/*//////////////////////////////////*/


/*---ROWS MODULE---*/
.list_row.module{
    display: block;
    padding: 35px 0;
}
.list_row.module.open{
    padding-bottom: 25px;
}
.module .row_wraper .list_row{
    border: none;
    align-items: flex-start;
}
.module .row_wraper .list_row.test{
    align-items: center;
}
.module .row_wraper .list_row:last-child{
    padding-bottom: 16px;
}
.module .module_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100vw - 18px);
    max-width: 1366px;
}
.module .module_btn .name{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #312A2A;
}
.module .module_btn > .name{
    margin: 0 80px;
}
.module .module_btn .arrow{
    color: #797E8C;
    padding-right: 32px;
    padding-left: 24px;
    font-size: 20px;
}
.module .module_btn.opened .arrow svg{
    transform: rotate(180deg);
}
.module .row_wraper{
    overflow: hidden;
    height: 0;
    margin-left: 80px;
}
.module .module_btn.opened + .row_wraper{
    margin-top: 16px;
}
.module .module_content{
    position: relative;
}
/* .module .row_wraper, .module .module_content{
    transition: ease-in-out .2s;
    transition-property: height, bottom;
} */
.module .list_row .name .label{
    font-weight: 400;
    color: #1B1B1B;
}
.list_row.row.test .lasting_time{
    display: none;
}
.lasting_time svg{
    font-size: 20px;
    margin-bottom: -1px;
    margin-right: 14px;
}
/*//////////////////////////////////*/


/*---MODULE ICONS---*/
.module_content .list_row.audio .preview_image img,
.module_content .list_row.test .preview_image img,
.module_content .list_row.text .preview_image img,
.module_content .list_row.video .preview_image img {
    height: 60px;
    width: auto;
}
.module_content .list_row .preview_image span{
    display: block;
    flex-direction: column;
    justify-content: center;
    height: auto;
}
.content__list.columns .module_content .list_row .preview_image span{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.module_content .list_row.video .preview_image svg,
.columns .list_row.video .preview_image svg{
    display: none;
}
/*//////////////////////////////////*/


/*---COLUMN VIEW---*/
.columns .list_row:not([class~="module"]){
    flex-direction: column;
    max-width: 266px;
    align-items: flex-start;
}
.columns .list_row:not([class~="module"]) .preview_image span{
    height: auto;
}
.columns .list_row:not([class~="module"]) .preview_image img{
    height: auto;
    width: 100%;
}
.columns .list_row:not([class~="module"]) .preview_image{
    width: 212px;
}
.columns .list_row:not([class~="module"]) .name{
    margin: 0;
}
.columns .list_row:not([class~="module"]) .lasting_time svg{
    width: 0;
    overflow: hidden;
}
.columns .list_row:not([class~="module"]).video .lasting_time:before{
    content: 'ВРЕМЯ ПРОСМОТРА: ';
}
.columns .list_row:not([class~="module"]).test .lasting_time:before{
    content: 'ВРЕМЯ ПРОХОЖДЕНИЯ: ';
}
.columns .list_row:not([class~="module"]).text .lasting_time:before{
    content: 'ВРЕМЯ ПРОЧТЕНИЯ: ';
}

.content__list.columns .list_row .header,
.content__list.columns .list_row .number,
.content__list.columns .list_row .condition {   display: none;}
.list_row.row p:hover {
    cursor: pointer;
}
/* .columns .module_content{
    display: flex;
    flex-wrap: wrap;
} */
.columns .module_content{
    display: grid; 
    grid-auto-flow: column; 
    grid-auto-columns: max-content; 
    gap: 0px 24px; 
}
.columns .list_row .name .label{
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.columns .list_row .name .lasting_time{
    font-weight: 400;
    font-size: 12px;
    padding-top: 8px;
}
.columns .column_border{
    display: block;
    width: 1px;
    background-color: #D8E8FE;
}
.columns .column_border:last-child{
    display: none;
}
.columns .module .row_wraper .list_row.test{
    align-items: flex-start;
}
/*//////////////////////////////////*/

/* POPUP SWITCH */
.popup-switch{
    margin: 18px auto 40px auto;
    display: flex;
    border: 2px solid #3176DB;
    border-radius: 8px;
    color: #3176DB;
    background-color: #fff;
    transition: 0.1s;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    width: 248px;
    height: 48px;
    padding: 3px 0;
    justify-content: space-between;
}
.popup-switch:hover{
    box-shadow: 0px 4px 18px 1px #9ECAFF;
    cursor: pointer;
    color: #fff;
    background-color: #3176DB;
}
.popup-switch p:first-child{
    padding-top: 2px;
    margin-left: 16px;
}
.popup-switch.test p:first-child{
    margin-left: 0;
    opacity: 0;
}
.popup-switch p:last-child{
    margin-right: 16px;
    padding-top: 2px;
}
.popup-switch.audio p:last-child{
    margin-right: 0;
    opacity: 0;
}
/*******************/


/*---MEDIA WIDTH---*/
@media (max-width: 900px){
    .module .module_btn > .name{
        margin: 0 16px;
    }
    .module .module_btn .arrow{
        padding-right: 0px;
    }
    .module .row_wraper{
        padding-left: 16px;
        margin-left: 0;
    }
    .list_row.header, .list_row .number{
        display: none;
    }
    /* .list_row .preview_image{
        min-width: 30%;
    } */
    .list_row .preview_image span,
    .rows .module_content .list_row.test .preview_image img,
    .rows .module_content .list_row.text .preview_image img{
        height: 50px;
    }
    .list_row .preview_image svg{
        margin-top: 9px;
    }
    .list_row .name,
    .module .module_btn .name {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #312A2A;
    }
    .list_row .name .label{
        font-weight: 600;
        font-size: 20px;
    }
    .columns .list_row:not([class~="module"]) .name .label {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .list_row .name .lasting_time{
        font-size: 16px;
        padding-top: 4px;
        font-weight: 400;
    }
    .columns .list_row .name .lasting_time{
        font-size: 12px;
        padding-top: 4px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .list_row .condition{
        font-size: 30px;
    }
    /* .columns .list_row:not([class~="module"]) {
        width: calc(45% - 40px);
    } */
}
@media (max-width: 600px){
    .columns .column_border{
        display: none;
    }
    .content__list{
        border-radius: 0;
    }
    /* .columns .list_row.module > div{
        width: calc(100vw - 20px);
    } */
    .module .module_btn{
        height: auto;
    }
    .list_row .name{
        margin-left: 16px;
    }
}

.blocked .list_part{
    border-bottom: 1px solid #D4E0EE;
}

.noDecor .list_row.header,
.noDecor .number,
.module .condition{display: none;}