#popular {
    /*margin: 15px 0 0;*/
}

#popular h1 {
    margin: 0;
}

#popular h1 b {
    font-weight: bold;
}

#popular h2 {
    margin: 15px 0 10px;
    font-weight: bold;
}

#popular .hidden-list {
    display: none;
}

#popular .btn-show-more {
    color: #fff;
    background: #5ec862;
    padding: 7px 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

#popular .btn-show-more:hover {
    color: #fff;
    background: #507299;
}

/* КУРСЫ */

#popular .courses {
    margin: 0;
}

#popular .courses .item {
    margin: 0 0 15px;
    padding: 10px;
    background: #f3f3f3;
}

#popular .courses .item::after {
    content: '';
    display: block;
    clear: both;
}

#popular .courses .item > h3 {
    font-weight: normal;
}
#popular .courses .item > h3 a {
    display: block;
    padding: 7px 10px;
    margin: -10px -10px 0 -10px;
    color: #fff;
    background: #507299;
    text-decoration: none;
    font-style: italic;
    transition: 300ms;
}
#popular .courses .item > h3 a:hover {
    background: #31537a;
}

#popular .courses .item > div {
    display: flex;
}

#popular .courses .item .image {
    width: 150px;
    min-width: 150px;
    height: 100px;
    margin: 15px 18px 0 5px;
    background: url('/tmpl/images/noimage.jpg') center no-repeat;
    background-size: cover;
}

#popular .courses .item .info {
    margin: 15px 0 0;
}

#popular .courses .item .info p {
    font-size: 13px;
}

#popular .courses .item .info p span {
    background: #b6ffb9;
}

#popular .courses .item .info .param {
    font-size: 14px;
}

#popular .courses .item .info .param.table {
    display: flex;
}

#popular .courses .item .info .param span {
    width: 15px;
    margin: 0 8px 0 0;
    color: #507299;
}

#popular .courses .item .info .param.table span {
    margin-top: 4px;
}

#popular .courses .item .info .param.table .dates {
    padding: 2px 0 0 10px;
}

#popular .courses .item .info .param.table .date {
    line-height: 20px;
}

#popular .courses .item .info .param.table .date small {
    color: #666;
}

#popular .courses .item > .btn {
    display: block;
    float: right;
}

/* Энциклопедия */
#popular .pages {
    margin: 15px 0 0;
}

#popular .pages .item {
    display: flex;
    margin-bottom: 20px;
}

#popular .pages .item .image {
    width: 150px;
    min-width: 150px;
    height: 100px;
    margin: 0 18px 0 0;
    background: url('/tmpl/images/noimage.jpg') center no-repeat;
    background-size: cover;
}

#popular .pages .item .desc {
    flex-grow: 1;
}

#popular .pages .item .desc span {
    background: #b6ffb9;
}

#popular .pages .item a, #popular .pages .item h3 {
    font: italic 15px Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: #000;
}

#popular .pages .item a {
    display: block;
    padding: 5px 0 10px;
}
