

/**
 * Page menu
 */

.videoCourse__menu {
    position: relative;
    margin: 40px 0 30px;
    padding-left: 0;
    border-bottom: 1px solid #f2f2f2;
}

.videoCourse__menuItem {
    display: inline-block;
    width: 48%;
    list-style-image: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.videoCourse__menuItem:nth-child(2n+2) {
    border-right-width: 0;
}

@media screen and (min-width: 540px) {
    .videoCourse__menuItem:nth-child(1n) {
        width: 33.333%;
        border-right: 1px solid #fff;
    }

    .videoCourse__menuItem:nth-child(3n+3) {
        border-right-width: 0;
    }
}

@media screen and (min-width: 786px) {
    .videoCourse__menuItem:nth-child(1n) {
        width: auto;
        margin-right: 30px;
    }
}

.courseMenu__itemLink {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    color: #464646;
    font-family: 'Neo Sans', Arial, sans-serif;
}

@media screen and (min-width: 786px) {
    .courseMenu__itemLink {
        padding: 15px 0;
    }
}

.courseMenu__itemLink:hover,
.courseMenu__itemLink--active:hover {
    color: #8e8e8e;
}

.courseMenu__itemLink--active {
    color: #d52b1e;
}

.has-js .coursePage__section {
    position: absolute;
    left: -999em;
}

.has-js .coursePage__section--active {
    position: static;
}

/*!***/
 /** List of chapters*/
 /** .chapterList*/
 /**!*/

/*.chapterList {*/
    /*margin: 0 -.5em;*/
    /*padding: 0;*/
/*}*/

/*.chapterList__item {*/
    /*margin: .5em;*/
    /*list-style: none;*/
/*}*/

/*.chapterList__item a {*/
    /*display: block;*/
    /*text-decoration: none;*/
/*}*/

/*.chapterList__image {*/
    /*transition: 0.3s;*/
    /*width: 100%;*/
/*}*/

/*.chapterList__item:hover .chapterList__image {*/
    /*opacity: 0.7;*/
/*}*/

/*.chapterList__title {*/
    /*font-size: 1em;*/
/*}*/

/*@media screen and (min-width: 400px) {*/
    /*.chapterList__item {*/
        /*display: inline-block;*/
        /*width: calc(50% - 1em);*/
    /*}*/
/*}*/

/*@media screen and (min-width: 768px) {*/
    /*.chapterList__item {*/
        /*width: calc(20% - 1em);*/
    /*}*/
/*}*/