.b-book-container {
    overflow: hidden;
    margin-bottom: 250px;
}

.b-book-gallery-container {
    margin-top: -250px;
}

.b-book {
    width: 90%;
    overflow: hidden;
    margin: auto;
}

    .b-book-e-social-buttons {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .b-book-m-padding {
        padding-left: 2%;
        padding-right: 4%;
    }

.b-book-cover {
    float: right;
    min-width: 30%;
}

    .b-book-cover-e-image {
        max-height: 546px;
        width: 100%;
        /*margin: auto;*/
    }

    .b-book-cover-m-position {
        text-align: center;
        margin-top: 30px;
    }

.b-book-data {
    /*width: 816px;*/
    width: 60%;
    min-height: 546px;
    float: left;
}

    .b-book-data-header-m-position {
        margin-top: 20px;
    }

    .b-book-data-body {
        min-height: 360px;
    }

        .b-book-annotation {
            font-family: PTSerif-Regular;
            font-size: 19px;
            color: #323232;
            letter-spacing: 0;
            line-height: 30px;

            height: 280px;
            overflow: hidden;
        }

        .b-book-annotation-expand-button {
            opacity: 0.4;
            font-family: LetoTextSansDefect;
            font-size: 18px;
            color: #000000;
            letter-spacing: 1px;
            line-height: 53px;

            height: 75px;
            display: inline-block;
        }

    .b-book-data-footer {
        min-height: 110px;
    }

.b-book-tags {
    width: 100%;
    text-align: center;
    overflow: hidden;
}


.b-book-like-button {
    width: 275px;
    height: 60px;
    border: 1px solid #06B9D7;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
}

    .b-book-like-button-e-text {
        color: #06B9D7;
        font-family: LetoTextSansDefect;
        font-size: 28px;
        line-height: 60px;
        padding: 5px;
    }

    .b-book-like-button-e-count {
        color: #7ae8ff;
        font-family: LetoTextSansDefect;
        font-size: 24px;
        line-height: 38px;
        padding: 5px;
    }

.b-book-labirint-button {
    height: 60px;
    border: 1px solid #FF3000;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    padding-left: 20px;
    padding-right: 12px;
    margin-top: 10px;
}

    .b-like-m-right-position {
        margin-right: 30px;
    }
    .b-book-labirint-button-m-position {
        margin-left: 30px;
    }

    .b-book-labirint-button-e-text {
        color: #FF3000;
        line-height: 31px;
        font-family: LetoTextSansDefect;
        font-size: 28px;
        padding: 5px;
    }

    .b-book-labirint-button-e-count {
        color: #FF3000;
        font-family: LetoTextSansDefect;
        font-size: 24px;
        line-height: 60px;
        padding: 5px;
    }

.b-caption-row {
    text-align: center;
    line-height: 80px;
}

.b-caption {
    display: inline-block;
    height: 80px;
}
    .b-caption-e-content {
        font-family: LetoTextSansDefect;
        font-size: 18px;
        color: #000000;
        letter-spacing: 1px;
        line-height: 35px;

        display: inline-block;
        border-bottom: 1px solid #61e8ff;
    }

.b-reference {
    max-width: 780px;
    text-align: center;
    margin: auto;
}
    .b-reference-item-m-position {
        margin-bottom: 35px;
    }
    .b-reference-item-title {
        font-family: LetoTextSansDefect;
        font-size: 25px;
        color: #000000;
        line-height: 32px;
    }

    .b-reference-item-info {
        font-family: PTSerif-Regular;
        text-align: center;
        opacity: 0.69;
        font-size: 18px;
        color: #000;
        line-height: 53px;
    }

.b-reference-item-e-date:not(:first-child):before {
    font-family: PTSerif-Regular;
    content: "\00a0\2022";
    font-size: 15px;
    color: #9f9f9f;
}

.b-summary {
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    display: table;
}

    .b-summary-row {
        min-height: 130px;
        padding-left: 35px;
        padding-right: 35px;
        overflow: hidden;
    }

    .b-summary-item {
        float: left;
        padding-right: 20px;
        max-width: 235px;
    }
    .b-summary-item-m-vertical-ident {
        margin-top: 20px
    }

        .b-summary-head {
            font-family: PTSerif-Regular;
            text-transform: capitalize;
            opacity: 0.5;
            font-size: 17px;
            color: #000000;
            line-height: 26px;
        }

        .b-summary-content {
            font-family: LetoTextSansDefect;
            font-size: 20px;
            color: #000000;
            line-height: 26px;
        }

.b-author-second-name {
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

.b-similar-books {
    width: 100%;
    overflow: hidden;
    margin: auto;
    float: left;
    text-align: center;
    display: block;
}

.b-reference-link {
    color: #000;
    text-decoration: none;
    display: block;
}
.b-reference-link:hover {
    text-decoration: none;
}

#b-pagination-book-reference-ajax-button {
    display: block;
    font-family: LetoTextSansDefect;
    font-size: 20px;
    color: #000000;
    line-height: 55px;
    width: 160px;
    height: 55px;
}

.b-book-tag-button {
    font-family: LetoTextSansDefect;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    outline: 0;
    text-align: center;
    margin: auto;
    background: transparent;
    border: 1px solid #a9a9a9;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    color: #000000;
    line-height: 50px;
    height: 55px;
    overflow: hidden;
}

.b-book-tag-button-m-position {
    margin: 5px 10px;
}

#b-pagination__reference-link {
    line-height: 20px;
}

.b-book-m-align {
    display: inline-block;
    text-align: left;
}

.b-book-announcement-e-title-m-top {
    padding-top: 10px;
}

.b-book-announcement-e-underscore {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 70px;
    border-bottom: 1px solid #ebebeb;
}

.b-book-cover-m-left {
    display: none;
}

.b-book-cover-m-right {
    display: block;
}

@media screen and (max-width: 1000px) {
    .b-book-cover-m-left {
        display: block;
    }

    .b-book-cover-m-right {
        display: none;
    }

    .b-caption {
        display: block;
        text-align: center;
    }

    .b-summary {
        display: block;
    }

    .b-summary-item {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }

    .b-book-m-align {
        float: none;
        margin: auto;
    }

    .b-book-announcement-e-underscore {
        margin-top: 20px;
    }

    .b-book-cover {
        float: none;
        margin: auto;
        width: 100%;
        max-width: 320px;
    }

    .b-book-cover-e-image {
        margin: auto;
    }

    .b-book-data {
        float: none;
        width: auto;
        min-height: 0;
    }

    .b-reference-item-info {
        line-height: 33px;
        margin-top: 20px;
    }

    .b-book-container {
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }

    /*
    .b-book-annotation {
        height: 40px;
    }

    .b-book-data-body {
        min-height: 40px;
        height: 40px;
    }
    */
    .b-book-m-padding {
        padding: 0;
    }

    .b-like-m-right-position {
        margin: 0;
    }

    .b-book-e-social-buttons {
        margin-bottom: 0;
    }

    .b-book-like-button-e-text {
        font-size: 24px;
    }

    .b-book-labirint-button-e-text {
        font-size: 20px;
    }

    .b-book-labirint-button {
        max-width: 250px;
        /*width: 100%;*/

        display: block;
        padding-left: 5px;
        padding-right: 10px;
    }

    .b-book-like-button {
        max-width: 250px;
        width: 100%;
    }

    .b-book-labirint-button-e-count {
        padding: 0;
    }

    .b-book-cover-m-position {
        text-align: center;
        margin-top: 30px;
    }

    .b-book-gallery-container {
        margin-top: -50px;
    }

}