.mooc_arch
{
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #C80023;
    background-image: url("../img/bg_float_5.svg"), url("../img/bg_float_1.svg"), url("../img/bg_float_3.svg"), url("../img/bg_float_4.svg"), url("../img/bg_float_2.svg");
    background-position: right -40px, calc( 50% + 600px ) 120px, right center, right calc( 100% - 20px ), calc( 50% - 660px ) center;
    background-repeat: no-repeat;
}

.mooc_arch_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1220px;
    margin: 70px 0px 100px 0px;
    flex-direction: column;
}

.mooc_arch_top
{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.mooc_arch_top_left
{
    width: 30%;
    max-width: 300px;
    margin-right: 40px;
}

.mooc_arch_top_right
{
    display: flex;
    flex-direction: column;
    width: calc( 70% - 40px );
    max-width: 660px;
    background: linear-gradient(0deg, transparent 0%, transparent calc( 100% - 3px), #FFF calc( 100% - 3px), #FFF 100%);
}

.mooc_arch_top_left_title
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1;
    font-size: 40px;
    font-weight: unset !important;
    margin: 0;
    padding: 8px 0px;
    text-transform: uppercase;
    background: #212020;
    color: #FFFFFF;
}

.mooc_arch_top_right_sub_0
{
    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1.375;
    font-size: 18px;
    font-weight: unset !important;
    color: #FFFFFF;
    padding-top: 10px;
}


.mooc_arch_top_right_sub_1
{
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1.375;
    font-size: 16px;
    font-weight: unset !important;
    color: #FFFFFF;
    padding-top: 18px;
}

.mooc_arch_list
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}

.mooc_arch_list_item
{
    display: flex;
    width: calc( calc( 100% / 3 ) - 22px );
    background: #FFFFFF;
    overflow: hidden;
    margin-bottom: 38px;
    flex-direction: column;
}

.mooc_arch_list_item_img
{
    display: flex;
    width: 100%;
    height: 180px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #C80023cc;
}

.mooc_arch_list_item_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 345ms ease;
}

.mooc_arch_list_item:hover img
{
    transform: scale(1.05);
}

.mooc_arch_list_item_txt
{
    display: flex;
    width: 100%;
    justify-content: center;
}

.mooc_arch_list_item_txt_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 336px;
    flex-direction: column;
    padding: 30px 0px;
}

.mooc_arch_list_item_txt_title
{
    display: block;
    width: calc( 100% - 14px );
    padding-left: 14px;
    background-image: linear-gradient(270deg, transparent 0%, transparent calc( 100% - 3px), #3F95D6 calc( 100% - 3px), #3F95D6 100%);
    font-family: "IBM Plex Sans", serif; font-weight: 700;
    line-height: 1.375;
    font-size: 18px;
    font-weight: unset !important;
    color: #000000;

    height: calc( 2 * 1.375 * 18px );
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mooc_arch_list_item_txt_excerpt
{
    display: block;
    width: calc( 100% - 14px );
    padding-left: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1.375;
    font-size: 14px;
    font-weight: unset !important;
    color: #000000;

    height: calc( 3 * 1.375 * 14px );
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mooc_arch_list_item_txt_student_s
{
    display: flex;
    margin-bottom: 20px;

    width: calc( 100% - 14px );
    padding-left: 14px;
    background-image: linear-gradient(270deg, transparent 0%, transparent calc( 100% - 3px), #767575 calc( 100% - 3px), #767575 100%);

    color: #767575;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 12px;
    font-weight: unset !important;
}

.mooc_arch_list_item_txt_student_s.invisible
{
    visibility: hidden;
}

.mooc_arch_list_item_txt_btn
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.mooc_arch_list_item_txt_btn > a
{
    display: flex;
    width: 50%;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #000000 0% 0% no-repeat padding-box;
    color: #FFFFFF;

    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    text-decoration: none;

    padding: 0px;
    border-radius: 22px;
    transition: all 234ms ease;

    text-decoration: none !important;
    outline: none !important;
}

.mooc_arch_list_item_txt_btn > a:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #000000;
    box-shadow: 0px 0px 12px #000000;
}

.mooc_arch_list_item_txt_btn > span
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: fit-content;
    max-width: calc( 50% - 30px );
    height: 30px;
    padding: 5px;
    color: #3B3B3B;
    font-family: "IBM Plex Sans", serif; font-weight: 400;;
    line-height: 1;
    font-size: 14px;
    font-weight: unset !important;
    border-bottom: 1px solid #3B3B3B35
}

.mooc_arch_pagination
{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.mooc_arch_pagination a
{
    background: #FFF;
    border: 2px solid #FFF;
    color: #000;
    margin: 10px;
    padding: 12px 16px;
    border-radius: 20%;
    text-decoration: none !important;

    font-family: 'OS_Semibold', sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: unset !important;
    text-decoration: none;

    transition: all 345ms ease;
}

.mooc_arch_pagination a.current
{
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
}

.mooc_arch_pagination a:hover
{
    box-shadow: 4px 4px 12px #000b;
}


@media (max-width: 1100px)
{
    .mooc_arch_list_item
    {
        width: calc( calc( 100% / 3 ) - 10px );
        margin-bottom: 32px;
    }
}

@media (max-width: 899px)
{
    .mooc_arch_list
    {
        justify-content: space-between;
    }
    .mooc_arch_list_item
    {
        width: calc( calc( 100% / 2 ) - 10px );
        max-width: 400px;
    }
}

@media (max-width: 755px)
{
    .mooc_arch_list
    {
        justify-content: space-evenly;
    }

    .mooc_arch_list_item
    {
        width: calc( 100% - 10px );
        max-width: 300px;
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 499px)
{
    .mooc_arch_list_item
    {
        width: calc( 100% - 10px );
        max-width: 400px;
    }
}

@media (max-width: 1000px)
{
    .mooc_arch_top
    {
        flex-direction: column;
    }

    .mooc_arch_top_left
    {
        width: fit-content;
        max-width: unset;
        margin-right: 0px;
    }

    .mooc_arch_top_right
    {
        width: 100%;
        max-width: unset;
    }

    .mooc_arch_top_right_sub_1
    {
        padding-top: 10px;
    }

    .mooc_arch_list
    {
        margin-top: 40px;
    }

    .mooc_arch_top_left_title
    {
        display: flex;
        width: unset;
        align-items: center;
        justify-content: flex-start;
        font-family: "IBM Plex Sans", serif; font-weight: 700;
        line-height: 1;
        font-size: 30px;
        font-weight: unset !important;
        margin: 0;
        padding: 8px 16px;
        text-transform: uppercase;
        background: #212020;
        color: #FFFFFF;
    }
}
