

/* Start:/local/templates/main/components/bitrix/news/books/bitrix/news.detail/.default/style.css?16370352004302*/
.book-detail {
    display: grid;
    gap: 80px;
    grid-template-columns: 400px 1fr;
    margin-top: 20px;
}
.book-detail__main-image {
    display: block;
    width: 100%;
    max-width: 100%;
    box-shadow: 20px 20px 0 0 #eee;
    margin-bottom: 40px;
}
.book-detail__title {
    margin: 0 0 20px 0;
}
.book-detail__subtitles {
    margin-bottom: 20px;
}
.book-detail__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.book-detail__subtitle span {
    color: #153170;
}
.book-offer {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 100px;
    margin-bottom: 20px;
}
.book-offer--set {
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.book-offer__title {
    margin-bottom: 5px;
    line-height: 26px;
}
.book-offer__text {
    font-size: 14px;
    line-height: 22px;
}
.book-offer__isbn {
    font-size: 12px;
    line-height: 20px;
}
.book-detail-buy {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin: 60px 0;
}
.book-detail-buy--small {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.additional_images {
    display: flex;
    margin: 0 -3px;
}
.additional_image {
    width: 80px;
    margin-right: 6px;
    display: block;
}
.additional_image img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.buy-book {
    display: flex;
}
.buy-book__images {
    /*display: flex;*/
    margin-right: 50px;
}
.buy-book__images img {
    max-width: 200px;
}
.buy-book__title {
    font-size: 30px;
    line-height: 40px;
    color: #153170;
    margin-bottom: 5px;
}
.buy-book__description {
    margin-bottom: 10px;
}
.buy-book__price {
    font-size: 30px;
    line-height: 40px;
    color: #153170;
    font-weight: bold;
    margin-bottom: 40px;
}

.books-calc-result-item__picture {
    position: relative;
}
.books-calc-result-item__workbook {
    display: block;
    position: absolute;
    right: -30px;
    bottom: -10px;
    width: 70px;
    height: 95px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.books-calc-result-item__workbook:before {
    content: '+';
    position: absolute;
    left: -15px;
    top: 38px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.buy-book__left {
    margin-right: auto;
}
.buy-book__right {
    background: #fff;
    padding: 30px;
    max-width: 550px;
    border-radius: 5px;
    margin-left: 50px;
}
.buy-book-form  {
    padding: 30px;
    border: 1px solid #d4d8d9;
    border-radius: 10px;
}
.buy-book-form .field {
    margin-bottom: 23px;
}
.buy-book-form__title {
    color: #153170;
    margin-bottom: 10px;
}
.buy-book-description {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.buy-book__payment-systems {
    height: 25px;
    margin-left: 30px;
    margin-top: 3px;
}
.buy-book-form__button-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.agree {
    font-size: 13px;
    line-height: 18px;
    max-width: 400px;
}

@media (max-width:768px) {
    .book-detail {
        grid-template-columns: 1fr;
    }
    .book-detail__main-image {
        margin-left: -10px;
    }
    .additional_image {
        width: 100%;
        margin: 0;
    }
    .additional_images {
        display: grid;
        gap: 5px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 0;
    }
    .buy-book {
        display: block;
        margin-left: -60px;
    }
    .buy-book__images {
        margin-bottom: 20px;
        margin-right: 0;
        justify-content: space-between;
    }
    .buy-book__images img {
        max-width: 150px;
    }

    .buy-book__right {
        margin: 0 -15px;
        padding: 20px;
    }
    .buy-book-form__button-line {
        display: block;
    }
    .buy-book__payment-systems {
        display: block;
        margin: 30px auto 0 auto;
    }
    .buy-book-form__button-line .button {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/books/bitrix/news.detail/.default/style.css?16370352004302 */
