

/* Start:/local/templates/landing/components/bitrix/news.list/book_list/style.css?17630388493073*/
.book .full-container.block-color {
    border-radius: 0 0 4vw 4vw;
}

.btn-get-book{
    font-size: 18px;
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 1rem;
}
.btn-get-book svg{
    width: 20px;
    height: 20px;
}

.btn-purple{
    background-color: #a91923;
    color: #fff;
}
.btn-blue{
    background-color: var(--primary-color);
    color: #fff;
}
.book__wrapper {
    padding: 2rem 0;
    display: flex;
    gap: 50px;
}

.book__image {
    width: 100%;
}

.book__image img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 870px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px;
}

.book__content {
    width: 100%;
}

.book__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

.book__author {
    font-size: 22px;
    color: var(--light-text-color);
    display: block;
    margin-bottom: 15px;
}

.book__descr {
    margin-top: 20px;
}

.book__descr_title {
    font-weight: 600;
    font-size: 28px;
}

.book__descr_text{
    display: block;
    margin-bottom: 2rem;
}
.book__descr_text p {
    display: block;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
}

.book__share {
    display: inline-flex;
    gap: 10px;
    text-decoration: none;
    color: var(--light-text-color);
}

.book__share .share-icon {
    width: 25px;
    height: 25px;
}

.book__offers {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}

.book__offer {
    padding-bottom: 30px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid var(--light-text-color);
}
.book__offers .btn {
    width: 90%;
}

.book__offer .btn {
    width: 100%;
}

.book__offer .btn div+div {
    margin-top: 5px;
}

.book__offer .btn.active {
    border-color: #a91923;
}

.book__price_old {
    padding-left: 10px;
    font-size: 16px;
    text-decoration: line-through;
    color: var(--light-text-color);
}

.book__order {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.book__price {
    width: 100%;
    font-size: 30px;
    display: flex;
    justify-content: center;
}

.book__price .old__price {
    text-decoration: line-through;
    color: var(--light-text-color);
    font-size: 24px;
    padding-left: 20px;
}

.book__price.electro {
    display: none;
}

@media (max-width: 1024px) {
    .book__wrapper {
        flex-direction: column;
    }
    .book__image img {
        max-height: 820px;
    }
    .book__title, .book__author {
        text-align: center;
    }
    .ya-share2 {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .book__wrapper {
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .book__offer {
        flex-direction: column;
    }
    .book__order {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .book__order .btn {
        width: 100%;
    }
}



/* End */
/* /local/templates/landing/components/bitrix/news.list/book_list/style.css?17630388493073 */
