body > .book {
    overflow: hidden;
}

.book .back-background {
    height: 64.5%;
}

.book .wrapper-book {
    margin-top: 18px;
    position: relative;
}

.book .page-short-info {
    padding: 16px 57px 16px 44px;
    position: relative;
}

.book .page-short-info h2 {
    font-size: 15px;
    margin-bottom: 58px;
}

.book .row {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    align-items: flex-start;
}

.book .book-cover {
    width: 44.8%;
    padding-top: 3px;
    position: relative;
}

.book .book-cover img {
    width: 100%;
    height : auto;
    margin-bottom: 12px;
}

.book .book-cover figcaption {
    font: 13px / 1.2 NewParis;
    color: #fff;
}

.book .authors-wrapper {
    width: 50%;
    padding: 10px 0 0;
    border: 2px solid #FFC606;
    background: #fff;
}

.book .author {
    border-bottom: 1px solid #FFC606;
    padding: 13px 20px 7px 25px;
}

.book .author figure {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    margin-bottom: 11px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.book .author img {
    width: 69px;
    height: auto;
    object-fit: cover;
    margin-right: 14px;
    object-position: center;
}

.book .author figcaption {
    font: 24px / 1 NewParisSkyline;
    font-weight: bold;
    color: #381208;
}

.book .author p {
    color: #381208;
    font: 14px NewParis;
}

.book .authors-wrapper a {
    display: block;
}

.book .author a {
    color: #63585e;
    font-family: NewParisSkyline;
    font-weight: bold;
    margin-top: 8px;
}

.book .authors-wrapper ul {
    padding: 9px 20px 6px 17px;
}

.book .authors-wrapper li {
    margin-bottom: 4px;
}

.book .get-books-menu {
    position: absolute;
    left: 100%;
    top: 38%;
    width: 129px;
    margin-left: -13px;
}

.book .get-books-menu ul {
    border-left-width: 2px;
    border-color: #455468;
}

.book .get-books-menu h3 small {
    text-transform: uppercase;
    font: 9px NewParisSkyline;
    vertical-align: baseline;
}

.book .get-books-menu li {
    margin-bottom: 8px;
}

.book .get-books-menu li:last-of-type {
    margin-bottom: 0;
}

.book .get-books-menu a {
    color: #fff;
    font: 12px NewParisSkyline;
    position: relative;
    padding-right: 7px;
}

.book .get-books-menu a:after {
    content: ">";
    position: absolute;
    right: -2px;
    color: #FFC606;
}

.book .content-wrapper {
    width: 100%;
    border-top: 1px solid #FFC606;
    position: relative;
}

.book .categories {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    padding: 24px 0 0 141px;
}

.book .categories .logo {
    position: relative;
    width: 120px;
    height: 48px;
    padding: 11px 0 0 10px;
    background-color: #FFC606;
    margin-right: 31px;
}

.book .categories .logo:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: "";
    border: 23px solid transparent;
    border-left: 23px solid #FFC606;
}

.book .categories .logo p {
    font-family: "NewParisSkyline";
    font-weight: bold;
    font-size: 22px;
    color: #1d2d44;
}

.book .categories .logo p small {
    font-family: "NewParisSkyline";
    font-weight: bold;
    font-size: 9px;
    display: block;
}

.book .categories .line {
    width: 1px;
    height: 70px;
    background: #7d909d;
}

.book .categories .category{
    height: 84px;
    margin-right: 9%;
}
.book .categories .row{
    width: 90%;
    margin-left: 20px;
}

.book .categories h3 {
    margin-bottom: 4px;
    font-family: "NewParisSkyline";
    font-weight: bold;
    font-size: 18px;
    color: #FFC606;
}

.book .categories li {
    margin-bottom: 10px;
    font-family: "NewParisSkyline";
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.book .categories a {
    color: white;
}

.book .categories li:last-of-type {
    margin-bottom: 0;
}

.book .description {
    padding: 53px 0 0 142px;
    position: relative;
	min-height:300px !important;
}

.book .description > p {
    margin-right: 290px;
    font-size: 16px;
    line-height: 1.5;
    color: black;
    /*font-family: "NewParis";*/
    font-family: Arial;
    word-spacing: -0.05em;
    margin-bottom: 27px;
    padding-left: 30px;
}

.book .description > p em {
    font: bold italic;
    vertical-align: baseline;
}

.book .description p strong {
    font-family: "NewParisSkyline";
    font-weight: bold;
    font-size: 25px;
    color: #162c5d;
    line-height: 20px;
}


.book .description .quotes {
    width: 54px;
    height: 44px;
    margin: 0 0 12px 18px;
    background: url("../images/book/quotes.png") center / 100% auto no-repeat;
}

.book .left-line {
    width: 143px;
    padding: 618px 6px 0px 0;
    z-index: 1;
}

.book .information-block {
    /*padding: 6px 34px 38px;*/
    width : calc(100% - 245px);
}

.book .information-title {
    padding: 0 8px 7px 0;
}

.book .information-title:after {
    width: 50px;
    -webkit-transform: translate3d(-65%, 0, 0);
    transform: translate3d(-65%, 0, 0);
}

.book .information-block p {
    /*font-family: "NewParis";*/
    font-family: Arial;
    word-spacing: 0.06em;
    line-height: 1.25;
    font-size: 17px;
}

.book .left-line p:first-of-type {
    margin-bottom: 151px;
}

.book .suggest {
    position: absolute;
    top: 59px;
    right: 34px;
    max-width: 220px;
    border: 1px solid #adb9c2;
}
.book .suggest > ul {
    padding-left : 0;
}

.book .suggest h4 {
    padding: 6px 0 5px 6px;
    font-family: "NewParisSkyline";
    font-size: 12px;
    font-weight: bold;
    color: #162c5d;
    text-transform: uppercase;
}

.book .suggest li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    padding: 7px 8px 5px 8px;
    border-top: 1px solid #adb9c2;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
}
.book .suggest img{
    width: 34px;
}

.book .suggest a {
    margin-left: 10px;
    font-family: "NewParisSkyline";
    font-size: 12px;
    color: #000;
    line-height: 1.25;
}

.book .youtube-player {
    width: 738px;
    height: 380px;
    margin: 12px 0 32px;
}

.book .information-block {
    position : relative;
    padding  : 10px 18px 22px 18px;
    margin   : 0 110px 0 0;
}

.book .information-block.suggested-links {
    padding : 70px 18px 52px 39px;
}

.book .information-block.full-bio {
    padding : 49px 130px 32px 45px;
}

.book .videos-wrapper p {
    color: #fff;
    width  : 253px;
    font: 14px / normal NewParisSkyline;
    margin : 25px 25px 25px 0;
}

.book .videos-wrapper.row {
    -webkit-flex-wrap       : wrap;
    -ms-flex-wrap           : wrap;
    flex-wrap               : wrap;
    -webkit-box-pack        : start;
    -webkit-justify-content : flex-start;
    -moz-box-pack           : start;
    -ms-flex-pack           : start;
    justify-content         : flex-start;
    margin-left : 142px;
}

.book .videos-wrapper a {
    width : 100%;
    margin-bottom : 15px;
}

.book .videos-wrapper a img {
    width  : 100%;
    height : auto;
}


@media (max-width: 1100px){
    .book .page-short-info{
        width: 72%;
        padding: 16px 20px 16px 20px;
    }
    .book .categories .row {
        width: 75%;
    }
}
@media (max-width: 950px){
    .book .categories .row {
        width: 73%;
    }
    .book .categories .category {
        max-width: 110px;
        margin-right: 1%;
    }
}

@media (max-width : 767px){
    .book .wrapper-book .back-background{
        height: 84.5%;
    }
    .book h1{
        font-size: 48px;
    }
    .book .wrapper-book{
        padding: 0;
        margin-top: 22px;
    }
    .book .page-short-info{
        width: 100%;
        border: none;
        padding: 0 32px 0 35px;
    }
    .book .page-short-info .row{
        width: auto;
    }
    .book h2{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .book .page-short-info h2{
        margin-bottom: 16px;
    }
    .book .book-cover{
        width: 100%;
        margin-bottom: 31px;
        margin-right: 180px;
    }
    .book .book-cover img{
        margin-bottom: 0;
        width: 100%;
    }
    .book .book-cover figcaption{
        position: absolute;
        bottom: 0;
        left: 100%;
        padding-left: 15px;
        width: 46%;
        font-size: 13px;
        line-height: 1.45;
    }
    .book .authors-wrapper{
        width: 100%;
        padding: 22px 0 0;
        border-width: 3px;
        margin-bottom: 30px;
    }
    .book .author{
        padding: 24px 25px 14px 50px;
    }
    .book .author img{
        min-width: 139px;
        height: auto;
        margin-right: 28px;
    }
    .book .author figcaption{
        font-size: 48px;
    }
    .book .author figure{
        margin-bottom: 20px;
    }
    .book .author p{
        font-size: 24px;
        line-height: 1.35;
    }
    .book .authors-wrapper ul{
        padding: 18px 25px 9px 32px;
    }
    .book .authors-wrapper ul li{
        font-size: 24px;
        padding-left: 73px;
        background-size: 50px auto;
        margin-bottom: 10px;
    }
    .book .get-books-menu{
        left: auto;
        right: 0;
        top: 12%;
        width: 212px;
        border-left: 0;
        margin-left: 0;
    }
    .book .get-books-menu h3{
        margin-left: 0;
        font-size: 42px;
        padding: 13px 16px 8px;
        margin-bottom: 23px;
        line-height: 1;
    }
    .book .get-books-menu h3 small{
        font-size: 16px;
    }
    .book .get-books-menu ul{
        padding: 0;
        border: none;
    }
    .book .get-books-menu li{
        margin-bottom: 25px;
    }
    .book .get-books-menu li a{
        font-size: 20px;
        padding-right: 20px;
    }
    .book .left-line{
        display: none;
    }
    .book .categories{
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .book .categories .logo{
        width: 100%;
        margin: 0;
        padding: 12px 0 8px 21px;
        height: auto;
    }
    .book .categories .logo:after{
        content: none;
    }
    .book .categories .logo p{
        font-size: 33px;
    }
    .book .categories .logo p small{
        display: inline-block;
        vertical-align: baseline;
        font-size: 20px;
    }
    .book .categories .row{
        width: 100%;
        margin: 18px 20px;
    }
    .book .categories .category{
        max-width: initial;
        margin: 0;
    }
    .book .categories .line{
        display: none;
    }
    .book .categories h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .book .categories li{
        font-size: 18px;
        margin-bottom: 15px;
        font-family: NewParis;
    }
    .book .description{
        padding: 38px 32px 0 35px;
    }
    .book .suggest{
        top: 30px;
        right: 21px;
        width: 250px;
    }
    .book .suggest h4{
        font-size: 15px;
        padding: 10px 10px 5px 10px;
    }
    .book .suggest li{
        padding: 8px 10px 5px;
    }
    .book .suggest img{
        width: 44px;
    }
    .book .suggest a{
        font-size: 15px;
    }
    .book .description > p{
        padding: 0;
        font-size: 21px;
        line-height: 1.3;
        word-spacing: 1.55px;
        margin-bottom: 32px;
        margin-right: 18px;
    }
    .book .description > p:first-of-type{
        margin-right: 285px;
        line-height: 1.26;
    }
    .book .description p strong{
        font-size: 40px;
    }
    .book .description .quotes{
        margin: 40px 0 0 -18px;
    }
    .book .information-title{
        position: relative;
        text-align: left;
        font-size: 28px;
        right: 7px;
        bottom: 0;
        padding-bottom: 15px;
        text-transform: capitalize;
    }
    .book .information-title:after{
        left: 0;
        -webkit-transform: translate3d(-35%, 0, 0);
        transform: translate3d(-35%, 0, 0);
        border-bottom-width: 3px;
        width: 85px;
    }
    .book .information-block:nth-of-type(4) .information-title:after{
        width: 160px;
    }
    .book .information-block{
        padding: 15px 0 0;
        width: 100%;
    }
    .book .information-block p{
        font-size: 20px;
        padding: 26px 0 36px;
    }
    .book .youtube-player{
        margin: 30px 0 26px;
        width: 100%;
        height: 357px;
    }
}
@media (max-width: 700px){
    .book .categories .category {
        width: 50%;
    }
}
@media (max-width: 599px){
    .book .get-books-menu li{
        margin-bottom: 10px;
    }
    .book .author figcaption{
        font-size: 38px;
    }
    .book .suggest{
        position: relative;
        width: auto;
        right: 0;
        left: 0;
        top: 0;
        margin: 0 0 35px;
    }
    .book .description > p:first-of-type{
        margin-right: 0;
        font-size: 18px;
    }
    .book .description p strong{
        font-size: 23px;
    }
}
@media (max-width: 550px){
    .book .book-cover figcaption{
        position: relative;
        left: 0;
        margin-top: 15px;
    }
    .book .book-cover{
        width: 100%;
        margin-right: 0;
    }
    .book .author figcaption{
        font-size: 20px;
    }
    .book .author p{
        font-size: 16px;
    }
    .book .authors-wrapper ul li{
        font-size: 13px;
        background-size: 35px;
        padding-left: 45px;
        line-height: 18px;
    }
    .book .book-information h4{
        font-size: 50px;
        width: 100%;
        margin-bottom: 20px;
    }
    .book .description {
        font-size: 22px;
        padding: 20px 20px 0;
    }
    .book .get-books-menu {
        position: relative;
        width: 254px;
        padding-bottom: 30px;
        margin-left: 0;
    }
    .book .get-books-menu h3{
        font-size: 37px;
        margin-bottom: 10px;
    }
    .book .author{
        padding: 15px;
    }
    .book .author img{
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .book .page-short-info{
        padding: 0 40px;
    }
    .book .youtube-player{
        height: 230px;
    }
    .book .author figure{
        display: block;
    }
    .book .authors-wrapper ul{
        padding: 15px;
    }
    .book .page-short-info .row{
        width: 100%;
    }
}
@media (max-width: 550px) {
    .book .page-short-info h1 {
        font-size: 40px;
    }
}