.path-details section {
    border-top: 1px solid #dedede;
    clear: both;
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0 15px;
    overflow: hidden;
    padding: 15px 0;
}

.path-section-title, .path-step-title{
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 24px;
    font-family: roboto, sans-serif;
    font-weight: 400;
}

@media (max-width: 399px){
    .path-section-title, .path-step-title{
        line-height: 40px;
    }
}

.path-section-title{
    font-size: 1.7em;
}

.path-step-title{
    font-size: 1.5em;
    margin-bottom: 30px;
}

.path-aside-title{
    font-size: 2em;
    line-height: 30px;
    font-family: roboto, sans-serif;
    font-weight: 400;
}
.path-aside-title-big{
    font-size: 2.5em;
    line-height: 30px;
    font-family: roboto, sans-serif;
    font-weight: 400;
}
.path-aside-title-big span{
    display: block;
    font-size: 0.7em;
    padding: 5px 0 0;
}
.book-type-price{
    margin-bottom: 15px;
}

.path-step{
    margin-top: 60px;
    clear: both;
}

.step-nr, .vote-avg ,.path-img-price{
    /* background-color: #13bd93; */
    background-color: #278263;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
    
    font-weight: bold;
}

.vote-avg{
    font-size: 16px;
}

.step-nr{
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    padding-left: 15px;
}
.path-short-desc,.dev-path-rating{
    margin-bottom: 25px;
}
.dev-path-rating .vote-line{
    display: inline-block;
}

.path-aside-padding{
    padding-bottom: 15px;
}

.path-img{
    height: 270px;
    border-radius: 5px;
    color: #FFFFFF;
    text-shadow: 2px 2px 5px black;
}

.path-img-info{
    margin-top: 20px;
    text-align: right;
    font-size: 21px;
    margin-right: 20px;
}

.path-img-info .lowest-price{
    font-size: 12px;
    margin-bottom: 10px;
}

.path-img-title h1{
    font-size: 42px;
    margin-bottom: 20px;
}

.path-img-title h2{
    font-size: 28px;
}

.path-img-title{
    margin-top: 10px;
    margin-left: 20px;
}

.path-img-info-pricing{
    margin-top: 10px;
}

.path-img-price{
    font-size: 24px;
}

.path-img-consprice{
    margin-top: 5px;
    font-size: 16px;
}
.path-step .book-list-container .list>li{
    float: none;
}

.path-step .similar-products-container{
    margin-top: 10px;
}


@media (max-width: 599px) {
    .path-img-title h1 {
        font-size: 32px;
    }
    .jp-video-play-icon{
        display: none;
    }
}

.path-courses{
    margin-bottom: 20px;
    float: left;
}
.comment-box .list {
    margin-right: 0px;
}
#section4{
    margin-bottom: 15px;
}

.book-details .tags .tag-promotion{
    /*background-color: #13bd93;*/
    background-color: #278263;
}

.path-img-title .short{
    font-size: 32px;
}

@media (max-width: 599px) {
    .path-img-title .short{
        font-size: 21px;
    }
}

#path-benefits{
    border: 1px solid #aaaaaa;
    box-sizing: border-box;
    padding: 20px;
}
#path-benefits ul{
    list-style-type: none;
    padding-left: 0;
}
#path-benefits li{
    margin-top: 5px;
}
#path-benefits li:before {
    background: none;
    content: "✓";
    color: #13bd93;
    font-size: 18px;
    top: 0;
    padding-right: 5px;
}
#benefits-title{
    font-size: 18px;
}

.financing-link{color: #068467; display: block; font-size: 12px; line-height: 20px; margin: 10px 0; text-align: center;}

.financing-link:hover{color: #04624C;}

.financing-link:focus{color: #04624C;}