.page-margin-top{
    margin-top: 120px;
}
.breadcrumbs{
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumbs li{
    margin: 0 5px;
    font-weight: 500;
}

.breadcrumbs li .lib_crumbs_link{
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    transition: unset;
}

.breadcrumbs li .lib_crumbs_link:hover{
    color: #32a756;
    transition: unset;
}

.breadcrumbs li:last-child{
    font-size: 16px;
}

.main-info-block{
    display: flex;
    justify-content: flex-start;
}

.sicials-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.book-share-link{
    border: 1px solid #D2D4D6;
    border-radius: 14px;
    padding: 10px 26px 10px 23px;
}

.book-share-link span{
    font: 600 18px/24px "Source Sans Pro", sans-serif;
    color: #252626;
    margin-bottom: 15px;
    display: block;
}

h2{
    text-align: center;
    margin: 15px 0;
}

.front-book-new{
    display: flex;
    flex-wrap: wrap;
}
.book-block{
    width: 172px;
    position: relative;
    /*margin-bottom: 20px;*/
    margin: 15px 15px;
}

.image-block img{
    width: 100%;
    border-radius: 10px;
    border: 0.5px solid #D2D4D6;
}

.lib_book_view{
    margin: 10px 0;
}

.book-block a.book-image{
    height: 270px;
    width: unset;
    border-radius: 8px;
    z-index: 2;
    /*overflow: hidden;*/
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book-block a img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #e3e5e6;
}

.book-recomendation-info a.recomend-book-title{
    font: 600 17px/17px "Source Sans Pro", sans-serif;
    color: #252626;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 35px;
    width: 100%;
    text-decoration: none;
    height: 35px;
}

.book-recomendation-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border: 1px solid #e3e5e6;
    border-top: none;
    border-radius: 0 0 24px 24px;
    margin-top: -8px;
    color: #252626;
    padding: 18px 10px 15px;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recomendation-books-all, .seriya-books-all{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.recomended-book-author{
    font: 14px/17px "Source Sans Pro", sans-serif;
    color: #0d6efd;
    margin: 9px 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
}

.recomended-book-download a{
    position: relative;
    border-radius: 16px;
    border: 1px solid #00c056;
    background-color: #00c056;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
}
.recomended-book-download a:hover{
    background-color: #41ca6b;
    border-color: #41ca6b;
}

.book-views{
    text-align: center;
    margin-bottom: 5px;
}
.book_icons {
    display: block;
    position: absolute;
    width: unset;
    top: 7px;
    left: -7px;
    z-index: 997;
    text-align: center;
}

.book_icon {
    font-weight: 500;
    border-radius: 10px;
    width: unset;
    height: auto;
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-size: 14px;
}
.book_icons .new-book {
    background: #FF4C00;
}
.book_icons .book-top {
    background: #9236ba;
}
.book_icons .book-free {
    background: #35a753;
}

.book-views{
    text-align: center;
    margin-bottom: 5px;
}

.book-views img{
    width: 25px;
    height: 25px;
    margin-right: 3px;
}

.content-block{
    margin-top: 30px;
}

.content-block ul, .content-block ol{
    list-style-type: auto;
}
.content-block p{
    margin-bottom: 10px;
}

.other-raytings .book-block{
    width: 172px;
    position: relative;
    /*margin-bottom: 20px;*/
    margin: 15px 15px;
}

.other-raytings .book-block a.book-image{
    height: 250px;
    width: unset;
    border-radius: 8px;
    z-index: 2;
    /*overflow: hidden;*/
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-raytings .book-block a img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #e3e5e6;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.other-raytings .book-block a:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.other-raytings .book-recomendation-info a.recomend-book-title{
    font: 600 17px/17px "Source Sans Pro", sans-serif;
    color: #252626;
    margin: 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    max-height: 70px;
    width: 100%;
    text-decoration: none;
    height: 110px;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-raytings .book-recomendation-info a.recomend-book-title:hover{
    color: #0aa750;
}

.other-raytings .book-recomendation-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border: 1px solid #e3e5e6;
    border-top: none;
    border-radius: 0 0 24px 24px;
    margin-top: -8px;
    color: #252626;
    padding: 18px 10px 15px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.image-block{
    min-width: 200px;
}

.content-block iframe{
    width: 100%;
}

.reyting-books{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0 25px 0;
}

.reyting-books .reyting-book{
    width: calc(50% - 10px);
    display: flex;
    gap: 13px;
    padding: 10px 12px;
    background: #CBC9EC;
    border-radius: 24px;
}

.reyting-books .reyting-book img{
    width: 100%;
    max-width: 147px;
    height: 100%;
    border-radius: 24px;
}

.reyting-books .reyting-book .reyting-book-description a{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    display: block;
    text-decoration: underline;
}

.reyting-books .reyting-book .reyting-book-description a:hover{
    color: #0d6efd;
}

.reyting-books .reyting-book .reyting-book-description p{
    font-size: 16px;
}

@media(max-width: 992px){
    .book-block, .other-raytings .book-block{
        width: 160px;
        margin: 15px 5px;
    }
    .book-block a.book-image, .other-raytings .book-block a.book-image{
        height: 250px;
    }
    .main-info-block{
        flex-direction: column;
    }
    .image-block{
        max-width: 100%;
        text-align: center;
    }
    .image-block img{
        width: auto;
    }
    .reyting-books .reyting-book{
        width: 100%;
    }
}

@media(max-width: 600px){
    .main-info-block{
        flex-direction: column;
    }
    .image-block{
        text-align: center;
        border: 1px solid #D2D4D6;
    }
    .image-block img{
        width: auto;
    }
    h1{
        margin: 10px 0;
        text-align: center;
    }
    .other-raytings .book-recomendation-info a.recomend-book-title{
        font-size: 14px;
    }
    .image-block{
        min-height: 305px;
    }
    .sicials-block{
        margin: 0;
    }
}

@media(max-width: 475px){
    .content-block iframe{
        height: auto;
    }
}

@media(max-width: 365px){
    .book-block, .other-raytings .book-block{
        width: 138px;
    }
    .book-block a.book-image, .other-raytings .book-block a.book-image {
        height: 220px;
    }
}