.breadcrumb-bar{
    background-color: transparent;
}

.breadcrumbs .current{
    font-weight: 500;
    color: #000000;
}

.banner-bar{
    background: url("../images/support/fatec/fatec_banner.jpg") center/cover no-repeat;
}

.intro-bar{
    position: relative;
}

.action--site-support-online-products-lessons .banner-bar{
    height: 490px;
}

.breadcrumb-bar .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.breadcrumb-bar .right{
    line-height: 30px;
    border-left: 8px solid #ff0000;
    border-right: 8px solid #ff0000;
    color: #ff0000;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    font-family: Arial, sans-serif;
}

.intro-bar>.wrapper{
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 490px;
}

.intro-bar .left{
    width: 610px;
    flex: 0 0 auto;
}


.intro-bar .right{
    flex: 0 0 auto;
}

.intro-bar .banner-title{
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro-bar .splitter{
    width: 120px;
    height: 8px;
    margin-bottom: 24px;
    background: linear-gradient(to right, #f00 0%, #f00 33%, #616161 33%, #616161 67%, #bdbdbd 67%, #bdbdbd 100%);
}

.intro-bar .banner-desc{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.intro-bar .btn-ctn{
    margin-top: 30px;
}

.intro-bar .btn-ctn .m-button{
    background-color: #ff0000;
    border-radius: 5px;
}

.intro-bar .btn-ctn .m-button:hover{
    background-color: #ff3333;
}

.intro-bar .flash-hint{
    margin-top: 30px;
    font-size: 14px;
}

.intro-bar .flash-hint a{
    color: #014877;
}

.intro-bar .flash-hint a:hover{
    text-decoration: underline;
}

.intro-bar .flash-hint a::before{
    content: "";
    width: calc(6em / 14);
    height: calc(10em / 14);
    display: inline-block;
    vertical-align: middle;
    margin-left: calc(6em / 14);
    margin-right: calc(2em / 14);
    margin-top: calc(-3em / 14);
    background: url("../images/support/icon_lesson_arr.svg") center/contain no-repeat;
}

.intro-bar .right img{
    display: block;
    width: 489px;
    height: auto;
}

.feature-bar{
    background-color: rgba(255, 255, 255, .8);
}

.feature-list{
    display: flex;
    margin-right: -60px;
    padding-top: 40px;
    padding-bottom: 64px;
}

.feature{
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: calc(25% - 60px);
    margin-right: 60px;
}

.feature .icon{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.feature .name{
    color: #014877;
    font-weight: 500;
    margin-top: .15em;
    margin-bottom: .6em;
}

.feature .desc{
    color: #666666;
    font-size: 14px;
    line-height: calc(24em / 14);
}

.container>.main{
    background-color: #fafafa;
}

.main .wrapper{
    padding-top: 50px;
    padding-bottom: 55px;
}

.filter-ctn{
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.filter-ctn>.row{
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e6e6e6;
}

.filter-ctn .row2,
.filter-ctn .row3{
    padding-right: 0;
}

.filter-ctn>.row:last-of-type{
    border-bottom: none;
}

.filter-ctn .row1{
    padding: 28px 30px;
    align-items: center;
}

.filter-ctn .left{
    width: 140px;
    flex: 0 0 auto;
    font-weight: bold;
    color: #000;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-right: 10px;
}

.filter-ctn .row1 .left{
    font-size: 20px;
}

.filter-ctn .mid{
    width: auto;
    flex: 0 0 auto;
    display: flex;
}

.filter-ctn .right{
    width: auto;
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
}


.filter-ctn .right .option:first-of-type{
    display: none;
}

.filter-ctn .row1 .right{
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
}

.filter-ctn .row1 .right .lesson-search-ctn{
    height: 50px;
    width: 380px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    position: relative;
    padding-left: 18px;
    display: flex;
    align-items: center;
    background-color: #fafafa;
    overflow: hidden;
}

.lesson-search-ctn input{
    border: none;
    background-color: transparent;
    outline: none;
    appearance: none;
    display: block;
    width: calc(100% - 50px);
    line-height: 24px;
}

.lesson-search-ctn .btn-search{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url("../images/support/icon_search.svg") center/19px auto no-repeat;
    border: none;
}

.lesson-search-ctn .btn-search:hover{
    background-color: #e7e7e7;
}

.lesson-search-ctn .btn-clear{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 48px;
    top: 0;
    cursor: pointer;
    background: url("../images/support/icon_clear.svg") center/19px auto no-repeat;
    border: none;
    visibility: hidden;
}

.lesson-search-ctn.has-value .btn-clear{
    visibility: visible;
}

.lesson-search-ctn .btn-clear:hover{
    background-color: #e7e7e7;
}

.lesson-search-ctn.has-value input{
    width: calc(100% - 96px);
}


.option{
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-right: 45px;
    margin-top: 7px;
    margin-bottom: 7px;
    flex: 0 0 auto;
}

.option:hover,
.option.checked{
    color: #ff0000;
    font-weight: 500;
}

.option.checkbox::before{
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    margin-right: 5px;
    flex: 0 0 auto;
}

.option.checkbox:hover::before{
    border-color: #ffbdbd;
    background-color: #fff9f9;
}

.option.checkbox.checked::before{
    border-color: #ffbdbd;
    background: #fff9f9 url("../images/support/icon_tick.svg") no-repeat center/calc(12em / 16) auto;
}

.lesson-ctn{
    position: relative;
    padding-top: 50px;
}

.lesson-title{
    padding-left: 28px;
    margin-bottom: 26px;
    color: #000;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lesson-title .left{
    font-size: calc(20em / 16);
    font-weight: bold;
}

.lesson-title .left span{
    font-weight: 500;
}

.btn-reset-filters{
    padding: calc(7em / 16) calc(20em / 16);
    border: 1px solid rgb(255, 25, 25);
    color: rgb(255, 25, 25);
    border-radius: 5px;
    cursor: pointer;
}

.btn-reset-filters.blue{
    padding: calc(7em / 16) calc(20em / 16);
    border: 1px solid rgb(1, 72, 119);
    color: rgb(1, 72, 119);
    border-radius: 5px;
    cursor: pointer;
}

.btn-reset-filters:hover{
    background-color: rgb(255, 25, 25);
    color: #fff;
}


.btn-reset-filters.blue:hover{
    background-color: rgb(1, 72, 119);
}

.lesson-table{
    line-height: 25px;
}

.lesson-table .col1,
.lesson-table .col2,
.lesson-table .col-type,
.lesson-table .col3{
    line-height: 25px;
    padding: calc(17em / 16) calc(12em / 16);
    border-right: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lesson-table .col1{
    width: 50%;
    padding: calc(17em / 16) calc(28em / 16);
    justify-content: flex-start;
    text-align: left;
}

.lesson-table .col-type{
    width: 15%;
}

.lesson-table .col2{
    width: 35%;
}

.table-header{
    font-weight: bold;
}

.table-stripe, .lesson-row, .table-header{
    display: flex;
    border-bottom: 1px solid #dfdfdf;
}

.table-stripe .col1{
    height: 8px;
    padding: 0;
    background-color: #ff0000;
    border-right: none;
}

.table-stripe .col2{
    width: 30%;
    height: 8px;
    padding: 0;
    background-color: #616161;
    border-right: none;
}

.table-stripe .col3{
    width: 10%;
    height: 8px;
    padding: 0;
    background-color: #bdbdbd;
    border-right: none;
}

.option-desc{
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../images/support/icon_desc.svg") center/contain no-repeat;
}

.option-desc-popup{
    position: absolute;
    left: -152px;
    top: calc(100% + 12px);
    background-color: #fff;
    width: 320px;
    padding: 12px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .08), 0 2px 20px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
    color: #333;
    z-index: 240;
    font-weight: 400;

    line-height: calc(26em / 16);
}

.option-desc-popup p{
    display: block;
    width: 100%;
    min-height: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.option-desc-popup::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -6px;
}

.option-desc-popup img{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -2px;
}

.option-desc:hover .option-desc-popup{
    opacity: 1;
    visibility: visible;
    transform: none;
}

.col-label{
    display: none;
}

.lesson-row .col1::before{
    content: "";
    width: 6px;
    height: 10px;
    margin-right: 8px;
    background: url("../images/support/icon_lesson_arr.svg") center/contain no-repeat;
}

.lesson-row{
    transition: .2s;
    cursor: pointer;
}

.lesson-row:hover{
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    border-bottom-color: transparent;
}

.lesson-row:hover .col1{
    color: #f00;
}

.col-value{
    display: flex;
    align-items: center;
}

.col3 img{
    margin-left: 3px;
    margin-right: 3px;
}

.yiiPager{
    margin-top: 60px;
    background-color: transparent;
    justify-content: center;
}

.yiiPager .previous{
    margin-left: auto;
    margin-right: 6px;
}
.yiiPager .next{
    margin-left: 6px;
    margin-right: auto;
}

.yiiPager .previous a::before{
    display: none;
}

.yiiPager .next a::after{
    display: none;
}

.yiiPager .page a{
    border-width: 0;
}

.yiiPager .previous a,
.yiiPager .next a{
    height: 36px;
    line-height: 34px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 18px;
    display: block;
}

.yiiPager .previous a:hover, .yiiPager .next a:hover{
    border-color: #ff0000;
}

.yiiPager .previous, .yiiPager .next{
    color: #000000;
}

.yiiPager .dots+.dots{
    display: none;
}

.bottom-tab{
    background-color: #fafafa;
}



.row1-mobile{
    height: 60px;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    padding-left: 12px;
    padding-right: 12px;
}

.filter-ctn>.row1-mobile{
    display: none;
}

.btn-filters-mobile{
    width: 80px;
    flex: 0 0 auto;
    height: 30px;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid #014877;
    color: #014877;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.btn-filters-mobile::after{
    content: " +";
}

.expanded .btn-filters-mobile::after{
    content: " -";
}

.btn-search-mobile{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #616161;
    color: #fff;
    width: 40px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    flex: 0 0 auto;
}

.row1-mobile input{
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    width: auto;
    flex: 1 1 auto;
    padding-left: 24px;
    border-bottom: 1px solid #6c6c6c;
    background: url("../images/icons/search_gray.svg") left center/18px auto no-repeat;
}

.btn-fold-mobile{
    display: none;
    width: 100%;
    height: 20px;
    background: url("../images/support/btn_fold.png") center/auto 100% no-repeat;
    cursor: pointer;
}

.type-desc-mobile{
    display: none;
}


@media (max-width: 1280px) {
    .intro-bar .left{
        width: 480px;
    }
    .feature-list{
        padding-top: 30px;
        padding-bottom: 40px;
        margin-right: -30px;
    }

    .breadcrumb-bar .right{
        line-height: 24px;
        font-size: 20px;
        border-left-width: 6px;
        border-right-width: 6px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .feature{
        margin-right: 30px;
        width: calc(25% - 30px);
    }

    .intro-bar .right img{
        width: 360px;
    }


    .filter-ctn>.row{
        padding: 15px 18px;
    }

    .filter-ctn .row1{
        padding: 15px 18px;
    }

    .filter-ctn .row2, .filter-ctn .row3{
        padding-right: 0;
    }

    #app{
        font-size: 14px;
    }
    .option{
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 22px;
        margin-right: 30px;
    }

    .filter-ctn .row1 .left{
        font-size: 16px;
    }

    .filter-ctn .left{
        width: 90px;
    }

    .lesson-table{
        line-height: 22px;
    }

    .lesson-title{
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .lesson-table .table-stripe>div{
        padding: 0;
        height: 6px;
    }

    .filter-ctn .row1 .right .lesson-search-ctn{
        height: 42px;
    }
    .lesson-search-ctn .btn-search{
        width: 40px;
        height: 40px;
    }
    .lesson-search-ctn .btn-clear{
        width: 40px;
        height: 40px;
        right: 40px;
    }
    .lesson-search-ctn input{
        width: calc(100% - 40px);
    }
    .lesson-search-ctn.has-value input{
        width: calc(100% - 80px);
    }

    .intro-bar .banner-title{
        font-size: 24px;
        margin-bottom: 6px;
    }

    .intro-bar .splitter{
        margin-bottom: 20px;
        width: 100px;
    }

    .intro-bar .banner-desc{
        font-size: 16px;
    }

    .intro-bar>.wrapper{
        min-height: 400px;
        padding-top: 70px;
        padding-bottom: 55px;
    }

    .action--site-support-online-lesson-detail ul.breadcrumbs li.current{
        max-width: 150px;
    }

}

@media (max-width: 960px) {
    .no-result-hint{
        margin-top: 40px;
    }

    .page-header-label-ctn .wrapper{
        padding-left: 20px;
    }

    .section-title{
        font-size: 22px;
    }

    .intro-bar .left{
        width: 50%;
    }
    .intro-bar .right{
        width: calc(50% - 30px);
    }
    .intro-bar .right img{
        width: 100%;
    }

    .feature{
        width: calc(25% - 20px);
    }
    .feature-list{
        margin-right: -20px;
    }
    .breadcrumb-bar{
        height: auto;
        position: relative;
    }
    .intro-bar .breadcrumb-bar .wrapper{
        padding: 0;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: row;
    }

    .intro-bar ul.breadcrumbs{
        display: none;
    }
}

@media (max-width: 750px) {
    .banner-bar{
        background-position: right center;
    }
    .breadcrumb-bar .wrapper{
        justify-content: flex-end;
    }
    .feature .desc{
        display: none;
    }

    .intro-bar .left{
        display: none;
    }

    .intro-bar .right{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro-bar>.wrapper{
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
    }

    .breadcrumb-bar .breadcrumbs{
        display: none;
    }

    .breadcrumb-bar .wrapper{
        height: auto;
    }

    .breadcrumb-bar .right{
        width: 100%;
        font-size: 28px;
        line-height: 30px;
        border-left-width: 8px;
        border-right-width: 8px;
        text-align: center;
    }

    .feature-list{
        margin-right: 0;
    }

    .feature{
        width: 25%;
        margin-right: 0;
        align-items: center;
        text-align: center;
    }
    .feature-list{
        padding-top: 20px;
    }
    .feature .name{
        margin-top: 8px;
        font-size: 12px;
    }

    .action--site-support-e-learning-lessons .main .wrapper{
        padding-top: 0;
        padding-bottom: 30px;
    }

    #app{
        position: relative;
        overflow: visible;
        z-index: 210;
    }

    .filter-ctn{
        margin-top: -30px;
    }

    #app{
        font-size: 12px;
    }

    .row1{
        display: none;
    }

    .filter-ctn .row1{
        display: none;
    }

    .filter-ctn>.row1-mobile{
        display: flex;
    }

    .filter-ctn{
        height: 60px;
        overflow: hidden;
    }

    .filter-ctn.expanded{
        height: auto;
        overflow: visible;
    }

    .filter-ctn.expanded+.btn-fold-mobile{
        display: block;
    }

    .wrapper{
        padding-left: 12px;
        padding-right: 12px;
    }

    .filter-ctn>.row2,
    .filter-ctn>.row3{
        padding: 8px 15px 12px;
    }

    .filter-ctn .row2, .filter-ctn .row3{
        display: block;
    }
    .filter-ctn .left{
        width: 100%;
    }


    .filter-ctn .mid{
        display: none;
    }

    .filter-ctn .right{
        display: flex;
        flex-wrap: wrap;
        margin-right: -5px;
    }

    .filter-ctn .right .option{
        width: calc(100% / 3 - 5px);
        margin-right: 5px;
        height: 35px;
        border-radius: 5px;
        border: 1px solid #f2f2f2;
        display: flex;
        padding-left: 8px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 1em;
        flex: 0 0 auto;
    }

    .filter-ctn .right .option:first-of-type{
        display: flex;
    }

    .filter-ctn .right .option-desc{
        margin-left: 0;
        padding: 4px;
        width: 24px;
        height: 24px;
        background-size: 16px 16px;
        position:static;
    }

    .filter-ctn .right .option{
        position: relative;
    }

    .filter-ctn .row.row3{
        position: relative;
    }

    .filter-ctn .row2.lv2 .option{
        width: calc(50% - 5px);
    }
    .filter-ctn .right .option-desc{
        justify-self: flex-end;
        margin-left: auto;
        margin-right: 4px;
    }

    .filter-ctn .row3 .option .option-desc-popup{
        top: 100%;
        width: calc(100vw - 54px);
    }

    .filter-ctn .row3 .option:nth-of-type(3n + 1) .option-desc-popup{
        left: -1px;
        right: auto;
    }

    .filter-ctn .row3 .option:nth-of-type(3n + 2) .option-desc-popup{
        right: calc((100vw - 54px - 5px * 2) / 3 * -1 - 6px);
        left: auto;
    }

    .filter-ctn .row3 .option:nth-of-type(3n) .option-desc-popup{
        left: auto;
        right: -1px;
    }


    .filter-ctn .row3 .option .option-desc-popup::before{
        display: none;
    }

    .lesson-ctn{
        padding-top: 20px;
    }

    .table-stripe{
        display: none;
    }

    .table-header{
        display: none;
    }

    .lesson-row{
        flex-wrap: wrap;
        border-bottom: none;
        background-color: #fff;
    }
    .lesson-row{
        box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 8px;
    }

    .lesson-row .col1{
        width: 100%;
        border-right: none;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #dfdfdf;
    }
    .lesson-row .col2,
    .lesson-row .col3,
    .lesson-row .col4,
    .lesson-row .col5,
    .lesson-row .col-type{
        width: 15%;
        border-right: none;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
        padding-bottom: calc(20em / 16);
    }


    .lesson-row .col-type{
        width: 27.5%;
    }

    .lesson-row .col2{
        width: 72.5%
    }

    .lesson-row .col3{
        width: 20%;
    }

    .lesson-row .col5{
        width: 20%;
    }

    .col3 img{
        width: 1.25em;
        height: 1.25em;
        object-fit: contain;
    }

    .lesson-row .col1,
    .lesson-row .col2-1,
    .lesson-row .col2-2,
    .lesson-row .col3,
    .lesson-row .col4,
    .lesson-row .col5{
        padding-left: 0;
        padding-right: 0;
    }

    .col-label{
        display: block;
        color: #999999;
    }

    .col-value{
        color: #000000;
        margin-top: 4px;
        line-height: 1.2em;
    }
    .yiiPager{
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .yiiPager .previous{
        margin-right: 0;
        margin-bottom: 8px;
    }

    .yiiPager .next{
        margin-left: 0;
        margin-top: 8px;
    }

    .yiiPager li{
        margin-top: 8px;
    }

    .yiiPager .page a{
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .type-desc-mobile{
        width: auto;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: 20px;
        display: flex;
        align-items: center;
    }

    .btn-reset-filters, .type-desc-mobile{
        justify-self: flex-end;
    }

    .breadcrumbs{
        display: none;
    }
}

@media (max-width: 480px) {
    .feature .icon{
        width: 42px;
        height: 42px;
    }
    .breadcrumb-bar .right{
        font-size: 24px;
        line-height: 28px;
    }

    .row1-mobile input{
        min-width: 0;
    }

    .container{
        overflow-x: hidden;
    }
}
