

/* Start:/local/templates/eso/components/bitrix/news.list/books/style.css?17777105481922*/

.book-img {
    height: 250px;
    background-position: center;
    background-size: cover;
}

.btn.btn-download {
    color: #fafafa;
    background-color: #00758e;
    border-color: #e0e0e0;
    padding-left: 25px;
    padding-right: 25px;
}

.btn.btn-download:hover {
    color: #fafafa;
}

.book-img {
    min-height: 300px;
}

.book-title {
    max-height: 90px;
    overflow: hidden;
}

.book-description {
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
}

.book-info {
    display: inline-block;
}

.audioblock{
    height: 150px;
}

.audiojs{
    margin: 0 auto;
    background-image: -webkit-gradient(
            linear, left top, left bottom,
            color-stop(0, #00758e),
            color-stop(0.5, #548ad9),
            color-stop(0.51, #548ad9),
            color-stop(1, #00758e));
}

.audiojs .play-pause {
    width: 30px !important;
}

.audiojs .play {
    background: url(/local/templates/eso/components/bitrix/news.list/books/player-graphics.gif) -5px -1px no-repeat;
}

.audiojs .pause {
    background: url(/local/templates/eso/components/bitrix/news.list/books/player-graphics.gif) -5px -91px no-repeat;
}

.audiojs .loading {
    background: url(/local/templates/eso/components/bitrix/news.list/books/player-graphics.gif) -5px -31px no-repeat;
}

.audiojs .error {
    background: url(/local/templates/eso/components/bitrix/news.list/books/player-graphics.gif) -5px -61px no-repeat;
}


.no-list{
    padding-left: 0px;
}

.no-list li{
    list-style: none;
}

.folder .folder{
    padding-left: 5px;
}

.folder a:hover{
    color: #000000 !important;
}

.text-black{
    color: #000;
}

@media (min-width: 991px) and (max-width: 1450px) {
    .audiojs {
        display: flex;
        max-width: 100%;
    }
    .audiojs .play-pause{
        flex: 0 0 30px;
    }
    .audiojs .scrubber {
    }

    .audiojs .time {
        flex: 0 0 52px;
    }
}

@media (max-width: 550px) {
    .audiojs {
        display: flex;
        max-width: 100%;
    }
    .audiojs .play-pause{
        flex: 0 0 30px;
    }
    .audiojs .scrubber {
    }

    .audiojs .time {
        flex: 0 0 52px;
    }
}

/* End */
/* /local/templates/eso/components/bitrix/news.list/books/style.css?17777105481922 */
