.header{
    background-image: none;
    background-color: #2b798b;
    background: linear-gradient(0deg, rgba(1,84,103,1) 0%, rgba(43,121,139,1) 100%);
}
.student_login {
    height: calc(100vh - 214px);
    background-image: url("/img/frontend/student2.jpg");
}



.student_login .login_text{
    font-family: "Gotham Pro Regular", sans-serif;
}

.student_login::after{
    background: rgba(21, 102, 120 , 0.32)!important;
}

.logo_html{
    font-family: "Gotham Pro Regular", sans-serif;
    padding-left: 10px;
    color: #ffffff;
    border-left: 15px solid rgba(255, 255, 255 , 0.32);
}

.logo_html .line1{
    font-size: 22px;
    text-transform: uppercase;
}

.logo_html .line2{
    font-size: 16px;
    color:rgba(255, 255, 255 , 0.62);
}

.alert-danger {
    background: #d19faa;
    color: #CE2D4F;
    border: 1px solid #CE2D4F;
    padding: 20px 55px 20px 20px;
    margin-bottom: 20px;
    position: relative;
}
.alert-danger:before {
    content: '';
    width: 40px;
    height: 40px;
    right: 10px;
    top: 8px;
    position: absolute;
    background: url(/img/frontend/error.svg) center / 27px no-repeat;
}

.form_wrapper.student h4{
    color:white;
}

.form_wrapper.student h4:before{   
    background: white;
}

.library-files-cont{
    display:none;
}

.library-spoilers .spoiler .spoiler-title__number {
    padding: 11px;
    width: 50px;
    height: 50px;
}
.library-spoilers .spoiler .spoiler-title__text {
    padding: 15px;
    height: 50px;
}
.library-files {
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 22px;
}

.library-file{
    color: #2b798b;
}

.level-not-studied{
    margin-top:20px;
    margin-bottom:10px;
    padding:10px;
    opacity:0.2;
    border:1px solid grey;
}

.certificate img {
    max-width: 63px;
}

.certificate {
    color: #2b798b;
    text-decoration: none;
    transition: all 0.2s linear;
}

.certificate:hover{
    background: #dddddd;
    /*box-shadow: 0 0 20px rgb(0 0 0 / 26%) !important;*/
    transform: scale(1.03) !important;
}

.tests .cursive{
    font-style: italic;
}

.tests .skill{
    background-color: #eeeeee;
}

.table-header{
    /*background-color: #eeeeee;*/
    color:white;
    background-color: #2b798b;
    height:50px;
    margin-bottom: 0;
}

.table-header .level_name{
    font-size:20px;
    padding: 10px 0 10px 10px;
    line-height: 30px;
    display:inline-block;
}
.table-header .level_period{
    background-color: #015467;
    float:right;
    display:block;
    height:50px;
    clear:both;

    font-size:15px;
    padding: 10px 10px 10px 10px;
    line-height: 30px;
    font-weight: bold;

}

.learning_journey{
    margin-top:80px;
}

.learning_journey .title-img h2{
    text-align: center;
    text-shadow: none!important;

}

.learning_journey .col-xs-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 12px;
    box-sizing: border-box;
}

.learning_journey .chap-cont h3 {
    text-shadow: 0 1px 1px black;
    /*border: 1px solid rgba(204, 204, 204, 0.18);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.47);*/
    position: relative;
    padding: 13px;
    margin-bottom: 13px ;
    font-size: 23px;
    background-color: #919191;
    /*color: rgb(193, 193, 193)!important;*/

    color: #fff!important;
}
.learning_journey .chap-cont h3.cur-chapter {
    /*border: 1px solid rgba(255, 255, 255, 0.4)!important;*/
    background-color: #2b798b;
}
.learning_journey .chap-cont .percent {
    position: absolute;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    /* border: 1px solid rgba(204, 204, 204, 0.18); */
    border: 1px solid white;
    /* background: #98E400; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* background-color: rgba(16, 198, 186, 0); */
    top: 6px;
    right: 5px;
    font-size: 14px;
    line-height: 1;
    padding-top: 13px;
    margin-top: 0;
    color: #fff;
}
.learning_journey .chap-cont{
    margin:50px 0;
}
.learning_journey .period-time{
    text-decoration: none;
    cursor: default;
}

.learning_journey .period-item .period-time {
    display: block;
    height: 35px;
    background-color: rgba(204, 204, 204);
    color: white;
    text-align: center;
}

.learning_journey .period-item{
    background:url("/img/frontend/student2.jpg") no-repeat center center;
    background-size: 100%;
    background-attachment: fixed;
}

.learning_journey .period-item .period-time span {
    padding-top: 7px;
    width: 400px;
    height: 35px;
    display: block;
    /* background-color: rgba(204, 204, 204, 0.18); */
    background-color: #2b798b;
}

.learning_journey h4::before{
    display: none;
}
.learning_journey h4 {
    font-size: 18px;
    color:white;
    margin-bottom: 4px;
}


.learning_journey .chapter-item .chapter-header {
    display: block;
    margin-bottom: 20px;
    display: block;
    padding: 20px 0 10px 0;
}
.learning_journey .period-body .title-img {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.learning_journey .period-current .period-body {
    display: block;
    /*background-color: rgb(48 48 48 / 68%);*/
}
.learning_journey .period-body {
    border-left: 1px solid rgba(204, 204, 204, 0.18);
    border-right: 1px solid rgba(204, 204, 204, 0.18);
    border-bottom: 1px solid rgba(204, 204, 204, 0.18);
   
    background: rgba(21, 102, 120 , 0.62)!important;
}

.learning_journey .units-list-link{
    text-decoration: none;
    cursor: default;
}

.learning_journey .step-indicator .complete .step{
    border-color: #98E400;
    color: #98E400;
}

.learning_journey .step-indicator .step {
    background-color: rgba(0, 0, 0, 0.6);
    border: 3px solid rgba(255, 255, 255, 0.6);
    color: #98E400;
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 48px;
    border-radius: 50%;
    margin: -10px auto;
    position: relative;
    z-index: 1;
}

.learning_journey .step-indicator .complete .caption {
    color: #98E400;
}

.learning_journey .step-indicator .caption {
    text-shadow: 0 1px 1px black;
    box-sizing: border-box;
    color: #e5e5e5;
    padding: 15px 16px;
    font-size: 16px;
}

.learning_journey .chapter-item .step-indicator .step .percent {
    position: absolute;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /* background: #98E400; */
    background-color: rgba(0, 0, 0, 1);
    /* background-color: rgba(16, 198, 186, 0); */
    top: -13px;
    right: -9px;
    font-size: 11px;
    line-height: 1;
    padding-top: 6px;
    margin-top: 0;
    color: #fff;
}

.learning_journey .step-indicator .active.complete .step {
    border-color: #ddd;
    color: #ddd;
}

.learning_journey .step-indicator .active.complete .caption {
    color: #ddd;
}

/*.learning_journey .step-indicator li:before {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: relative;
    top: 18px;
}*/

/*КОД который делает вертикальный*/

.learning_journey .step-indicator li{
    max-width:660px;
    /*overflow: hidden;*/
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    margin:22px auto;
}

.learning_journey .step-indicator .step{
    float:left;
    margin-left:40px;
}

.learning_journey .step-indicator .caption{
    float:left;
    margin-left: 6px;
    font-size: 22px;
}

.learning_journey .step-indicator li:after{
    content: "";
    display: block;
    clear:both;
}

.learning_journey .step-indicator .caption{
    padding-top:0px;
}

.learning_journey .chap-cont .period-item h3{
    background: none;
}

/* Конец КОД который делает вертикальный*/


.statistics-page .library-spoilers .spoiler .spoiler-title__text {
    background: #2b798b;
    color:white;
}
.statistics-page .library-spoilers .spoiler .spoiler-title::before {
    background: white;
}
.statistics-page .library-spoilers .spoiler .spoiler-title::after {
    background: white;
}

.subsection{
    margin: 20px 0 20px 0;
}
.subsection .subsection-header {
    padding: 15px;
    height: 50px;
    font-size: 18px;

    margin-bottom: 20px;
    background: #EBEBEB;
    width: 100%;

    align-items: center;
    display: flex;
}

.student_progress .progress_item:first-child {
    margin-right: 100px;
}

.tests{
    font-size:16px;
}

.progress_item--title{
    font-size:16px;
}


.langs-container {
    z-index: 102;
}
.langs-container ul {
    display: flex;
    list-style: none;
    margin: 0;
}
.langs-container ul li {
    font-weight: 600;
    line-height: 24px;
    font-size: 13px;
    margin: 0 0 0 7px;
}

.header_v2 .langs-container ul a, .langs-container ul span {
    color: #fff;
}
.langs-container ul a {
    text-decoration: none;
    display: inline-block;
    color: rgb(238 238 238 / 40%);
    padding: 2px 10px 0;
    background: none;
    transition: all .2s linear;
    border: 1px solid rgb(238 238 238 / 0%);
    font-weight: 200;
}

.langs-container ul span {
    display: inline-block;
    padding: 2px 10px 0;
    color: rgb(238 238 238 / 80%);
    background: none;
    font-weight: 500;
    border: 1px solid rgb(238 238 238 / 90%);
}

.langs-container ul span {
    border: 1px solid #fff;
}

.header .burger-wrap{
    margin-left: 40px;
}

.library-list > a:hover{
    background: #f5f5f5;
}
.library-list > a{
    display: block;
    margin-bottom:20px;
    padding: 15px 30px;
    /*height: 58px;*/
    text-decoration: none;
    color: #4F4F4F;
    background: #EBEBEB;
    width: 100%;

    font-size: 20px;
    
    /*align-items: center;
    display: flex;*/
}

.filter{
    margin-bottom:30px;
}
select {
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    background: #e7e7e7;
    font-size: 16px;
}

.poster-item{
    display: inline-block;
    width: 175px;
    height: 260px;
    margin-right:10px;
}

/*.category-item{
    display: relative;
}
.category-item span{
    
}*/



.pagination{
    list-style-type: none;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2b798b;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}


.pagination > li > a, .pagination > li > span {
    color: #333;
    border: none;
    font-size: 18px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #2b798b;
    border-color: #2b798b;
    cursor: default;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}


.messages-list .message-item{
    margin-bottom:40px;
    display:flex;
}
.messages-list .message-item .message-time{
    margin-right: 5px;
    width:15%;
    
}
.messages-list .message-item .message-time div{
    background-color: #eeeeee;
    text-align: center;
    padding:10px;
}
.messages-list .message-item .message-text p:last-child{
    margin-bottom:0;
}
.messages-list .message-item .message-text p{
    margin-top:0;
}
.messages-list .message-item .message-text {
    background-color: #eeeeee;
    width:80%;

    padding:10px;
}

.category-item-description{
    display:none;
    margin-left:60px;
}


.audio-cont-presentation .audiojs .play-pause {
    width: auto;
}
.audiojs .progress {
    margin: 0;
}

.audiojs {
    margin: 0 auto;
}

.menu-notifier{
    background-color: #7cd1e5;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

.filter{
    /*padding:20px;*/
    border:1px solid #ccc;

}

.filter-form{    
    display: flex;
    padding: 20px ;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-item{
    width: calc(1/3*100% - (1 - 1/3)*10px);
    margin: 0 0 10px;
}
.filter-item-label{
    margin-bottom:10px;
}
.filter-item-label img{
    width:30px; 
    height:auto;
    margin-right:10px;
}

.filter-form select{
    width:100%;
}

.items-found-cont{
    margin: 30px 0;
}

.library-list .category-item{
    border: 1px solid #dadada;
    box-shadow: 0px 2px 5px gainsboro;
    padding:25px;
    
}

.library-list .category-item::after{
    clear:both;
    display:block;
}
.library-list .category-item .img-cont{
  float:left;
  width:175px;
  height:175px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.library-list .category-item .img-cont .overlay{
    position: absolute;   
    z-index:10;
    background-color: rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
    width:175px;
    height:175px;
    transition: all 0.5s ease-out;
}

.library-list .category-item .img-cont .tag_img{
    position: absolute;   
    z-index:11;
    top: 71px;
    left: 74px;
    width: 35px;
    height:auto;
    opacity: 0.7;
    transition: all 0.5s ease-out;
    
}
.library-list .category-item:hover .img-cont .tag_img,
.library-list .category-item:hover .img-cont .overlay{
    opacity: 0;
}
.item-description{
    margin-left:195px;
}
.item-description::after{
    display: block;
    content:"";
    clear:both;
}
.item-description .item-tag img{
    width:auto;
    height:15px;
    margin: 0 5px;
}
.item-description .item-name{
    font-size: 25px;
    margin-bottom: 25px;
}
.item-description .item-desc{
    font-size: 15px;
}

.item-description .item-tag{
    line-height: 15px;
    background-color: black;
    border-radius: 5px;
    padding:7px;
    color:white;
    font-size: 14px;
    display: inline-block;
    margin-bottom:40px;
}

.logo-a{
    text-decoration: none;
}



@media (max-width: 1023px){
    .filter-form{    
        flex-direction: column;
    }
    .filter-item{
        margin-top:20px;
    }
    .filter-form select{
        width:100%;
    }
    .filter-item:first-child{
        margin-top:0px;
    }


    .extra-menu-desktop{
        display:none;
    }

    .logo_html .line1{
        font-size: 14px;
        
    }
    .logo_html .line2 {
        font-size: 10px;
    }

    .learning_journey .col-xs-6 {
        width: 100%;
    }

    .learning_journey .step-indicator .caption {
        float: none;
        margin-left: 92px;
        font-size: 17px;
        text-align: left;
    }
    .library-files {
        padding-left: 0px;
    }
    .filter-item{
        width:100%;
    }
}







