.book-page__comments {
    margin-bottom: 48px;
}
.book-page__comments .comments {
    margin-bottom: 20px;
    padding: 20px 18px;
    border-radius: 10px;
    border: 1px solid #eceff6;
}
.book-page__comments .comments .comment:not(:first-of-type) {
    padding-top: 54px;
}
.book-page__comments .comments .comment:not(:last-of-type) {
    padding-bottom: 54px;
    border-bottom: 1px solid #eceff6;
}
.book-page__comments .comments .comment__author {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
.book-page__comments .comments .comment__info,
.book-page__comments .comments .comment__buttons {
    display: flex;
    align-items: center;
}
.book-page__comments .comments .comment__helpers {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book-page__comments .comments .comment__avatar {
    flex: none;
    width: 32px;
    height: 32px;
    margin-right: 14px;
    border-radius: 50%;
    overflow: hidden;
}
.book-page__comments .comments .comment__avatar img {
    height: 32px;
    width: auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.book-page__comments .comments .comment__name {
    color: var(--green-icon);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.book-page__comments .comments .comment__date {
    margin-right: 8px;
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.book-page__comments .comments .comment__likes {
    display: block;
    border: none;
    background: none;
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.book-page__comments .comments .comment__likes svg {
    margin-right: 4px;
    width: 16px;
    flex: none;
}
.book-page__comments .comments .comment__btn {
    display: block;
    flex: none;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: none;
    background-color: var(--comment-bg-color);
    color: var(--comment-color);
}
.book-page__comments .comments .comment__btn:not(:last-of-type) {
    margin-right: 8px;
}
.book-page__comments .comments .comment__btn--edit {
    --comment-bg-color: var(--gray-300);
    --comment-color: var(--gray-600);
}
.book-page__comments .comments .comment__btn--delete {
    --comment-bg-color: var(--pink);
    --comment-color: var(--red);
}
.book-page__comments .comments .comment__btn svg {
    flex: none;
    width: 16px;
}
.book-page__comments .comments .comment__body {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}
.book-page__comments .comments__title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.book-page__comments .comments__title .text-desktop {
    display: none;
}
.book-page__comments .comments__form-input {
    margin-bottom: 20px;
    width: 100%;
    height: 173px;
    padding: 18px;
    border-radius: 10px;
    border: 2px solid var(--light-blue);
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    outline: none;
}
.book-page__comments .comments__form-input::-moz-placeholder {
    color: var(--gray-700);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.book-page__comments .comments__form-input::placeholder {
    color: var(--gray-700);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.book-page__comments .comments__form-btn {
    width: 100%;
    display: block;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.64px;
    white-space: nowrap;
    color: var(--white);
    background: var(--green);
}
.book-page__comments .comments__form-btn > div {
    padding: 15px 26px;
}

.buy-fixed__price {
    white-space: nowrap;
    margin-right: 8px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.buy-fixed__prices {
    display: flex;
    width: 100%;
    gap: 14px;
}
.buy-fixed__prices .buy-fixed__inner {
    background: #f3f5fa;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #008068;
    position: relative;
    z-index: 1;
}
.buy-fixed__prices .buy-fixed__inner a {
    position: absolute;
    border-radius: inherit;
    z-index: 3;
    opacity: 0;
    inset: 0;
}
.buy-fixed__prices .buy-fixed__inner span {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #2e2e2e;
}
.buy-fixed__prices .buy-fixed__inner .not-instock {
    font-weight: 500;
    color: var(--gray-700);
}
.buy-fixed .price__info-promotional {
    align-items: center;
    background-color: #ffefef;
    border-radius: 4px;
    color: var(--red);
    display: flex;
    justify-content: center;
    padding: 4px 6px;
    font-weight: 600;
    font-size: 11px;
    line-height: 109%;
    text-transform: uppercase;
    text-align: center;
}
.buy-fixed .price__discount {
    margin-top: 8px;
    display: flex;
    gap: 6px;
}
.buy-fixed .price__discount .price__discount-amount {
    background: var(--red);
    border-radius: 4px;
    color: var(--white);
    display: inline-flex;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 5px;
}
.buy-fixed .price__discount .price__old {
    color: var(--gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
}
.other-books {
    margin-left: calc(var(--container-padding) * -1);
    margin-right: calc(var(--container-padding) * -1);
    padding-bottom: 48px;
    border-bottom: 2px solid var(--light-blue);
}
.other-books__title {
    display: block;
    width: calc(100% - 2 * var(--container-padding));
    margin: 0 auto 14px;
    border-radius: 8px;
    background: var(--gray-300);
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.other-books__title > div {
    padding: 15px 14px;
}
.other-books__title svg {
    margin-top: 3px;
    margin-left: 10px;
}
.other-books__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.other-books .btn-toggle {
    width: calc(100% - 2 * var(--container-padding));
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
}
.other-books .btn-toggle .text-desktop {
    display: none;
}

.other-book {
    position: relative;
    display: flex;
    padding: 20px 14px;
    background-color: var(--white);
    border: 1px solid transparent;
    transition: all 0.3s ease-in;
}
.other-book:not(:first-of-type) {
    border-top: 1px solid var(--light-blue);
}
.other-book--hidden {
    display: none;
}
.other-book .book-cover {
    margin-right: 14px;
    width: 76px;
    height: 112px;
    flex: none;
    box-shadow:
        0px 6px 4px -4px rgba(0, 0, 0, 0.14),
        0px 14px 8px -5px rgba(0, 0, 0, 0.08),
        0px 0.5px 0.5px rgba(0, 0, 0, 0.25),
        -1px 2px 2px -0.5px rgba(0, 0, 0, 0.14),
        -5px 6px 12px rgba(0, 0, 0, 0.08);
    border-radius: 2px 8px 8px 2px;
}
.other-book .book-cover__first-layer {
    background: radial-gradient(
            90% 80% at 50% 15%,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0.46%,
            rgba(255, 255, 255, 0.4) 0.82%,
            rgba(255, 255, 255, 0) 2.18%,
            rgba(255, 255, 255, 0) 4.43%,
            rgba(0, 0, 0, 0) 4.79%,
            rgba(0, 0, 0, 0.128) 5.18%,
            rgba(0, 0, 0, 0.296) 5.44%,
            rgba(0, 0, 0, 0.4) 5.74%,
            rgba(255, 255, 255, 0.4) 5.78%,
            rgba(255, 255, 255, 0.348) 6.03%,
            rgba(255, 255, 255, 0.188) 6.29%,
            rgba(255, 255, 255, 0) 6.56%
        );
    box-shadow:
        inset 0.8px 0.8px 1.50495px 0.8px rgba(255, 255, 255, 0.4),
        inset 0px -1px 1.5px rgba(0, 0, 0, 0.9),
        inset 1px -2px 3px rgba(0, 0, 0, 0.2),
        inset 0px -6px 2px -4px rgba(0, 0, 0, 0.2);
    border-radius: 2px 8px 8px 2px;
}
.other-book .book-cover__second-layer {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0.46%,
            rgba(255, 255, 255, 0.3) 0.82%,
            rgba(255, 255, 255, 0) 2.18%,
            rgba(255, 255, 255, 0) 4.43%,
            rgba(0, 0, 0, 0) 5.08%,
            rgba(0, 0, 0, 0.06) 5.33%,
            rgba(0, 0, 0, 0.09) 5.53%,
            rgba(0, 0, 0, 0.12) 5.74%,
            rgba(255, 255, 255, 0.3) 5.78%,
            rgba(255, 255, 255, 0.261) 6.38%,
            rgba(255, 255, 255, 0.141) 6.78%,
            rgba(255, 255, 255, 0) 7.26%
        );
    border-radius: 2px 8px 8px 2px;
}
.other-book__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.other-book__title {
    max-height: 48px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.other-book__author {
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
}
.other-book__author-label {
    flex: none;
    color: var(--author-label-color);
    font-weight: 600;
    letter-spacing: 0.24px;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 1px solid var(--gray-700);
}
.other-book__author-label--in_stock {
    --author-label-color: var(--green);
}
.other-book__author-label--not_in_stock {
    --author-label-color: var(--gray-700);
}
.other-book__author-name {
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--gray-700);
    font-weight: 400;
}
.other-book__info {
    display: flex;
}
.other-book__info-item {
    flex: none;
    border: 1px solid var(--gray-100);
    padding: var(--book-info-pading);
    border-radius: var(--book-info-border-radius);
    display: flex;
    align-items: center;
    color: var(--gray-700);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.other-book__info-item:not(:last-child) {
    margin-right: 4px;
}
.other-book__info-item--rounded {
    --book-info-pading: 5px;
    --book-info-border-radius: 50%;
}
.other-book__info-item--elliptic {
    --book-info-pading: 5px 7px;
    --book-info-border-radius: 20px;
}
.other-book__info-item--rating {
    display: none;
}
.other-book__info-item--rating svg {
    margin-right: 4px;
}
.other-book__info-item svg {
    flex: none;
    width: 16px;
}
.other-book__info-item .text {
    display: none;
    margin-left: 8px;
}
.other-book__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap;
}
.other-book__price--in_stock {
    --price-color: var(--black);
    --availablity-color: var(--green-icon);
}
.other-book__price--not_in_stock {
    --price-color: var(--gray-700);
    --availablity-color: var(--gray-700);
}
.other-book__price-value {
    color: var(--price-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.other-book__price .price {
    margin-right: 4px;
}
.other-book__price .in_stock {
    display: none;
    color: var(--availablity-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.28px;
}
.other-book__bottom {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.other-book__basket {
    display: none;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 20px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--green-icon);
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0);
    transform-origin: top;
    z-index: -2;
}
.other-book__basket svg {
    width: 20px;
    flex: none;
}

.relative-books {
    margin-bottom: 48px;
    overflow: hidden;
}
.relative-books__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.relative-books__header .desktop {
    display: none;
}
.relative-books__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.relative-books__link-page {
    color: var(--green-icon);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.relative-books__slider {
    position: relative;
}

.relative-book {
    padding: 18px 18px 14px 18px;
    border-radius: 18px;
    border: 1.5px solid var(--gray-300);
    background: var(--white);
    transition: all 0.25s ease-in;
    height: auto;
    display: flex;
    flex-direction: column;
}
.relative-book .book-cover {
    display: block;
    width: 100%;
    box-shadow:
        0px 12px 12px -7.5px rgba(0, 0, 0, 0.08),
        0px 28.5px 15.75px -12px rgba(0, 0, 0, 0.08),
        0px 0.75px 1.5px rgba(0, 0, 0, 0.24),
        -1.5px 3.75px 6px -1.5px rgba(0, 0, 0, 0.12),
        -10.5px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 3px 10px 10px 3px;
    transition: opacity 0.25s ease-in;
}
.relative-book .book-cover__first-layer {
    background: radial-gradient(
            90% 80% at 50% 15%,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0.46%,
            rgba(255, 255, 255, 0.4) 0.82%,
            rgba(255, 255, 255, 0) 2.18%,
            rgba(255, 255, 255, 0) 4.43%,
            rgba(0, 0, 0, 0) 4.79%,
            rgba(0, 0, 0, 0.128) 5.18%,
            rgba(0, 0, 0, 0.296) 5.44%,
            rgba(0, 0, 0, 0.4) 5.74%,
            rgba(255, 255, 255, 0.4) 5.78%,
            rgba(255, 255, 255, 0.348) 6.03%,
            rgba(255, 255, 255, 0.188) 6.29%,
            rgba(255, 255, 255, 0) 6.56%
        );
    box-shadow:
        inset 0px 0.7px 0.7px gba(255, 255, 255, 1),
        inset 1.5px 1.5px 2px 1.5px rgba(255, 255, 255, 0.4),
        inset -0.5px -1px 3px rgba(0, 0, 0, 0.9),
        inset 9px -18px 13px -13px rgba(0, 0, 0, 0.4);
    border-radius: 3px 10px 10px 3px;
}
.relative-book .book-cover__second-layer {
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.01) 0%,
            rgba(255, 255, 255, 0.01) 100%
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0.46%,
            rgba(255, 255, 255, 0.3) 0.82%,
            rgba(255, 255, 255, 0) 2.18%,
            rgba(255, 255, 255, 0) 4.43%,
            rgba(0, 0, 0, 0) 5.08%,
            rgba(0, 0, 0, 0.06) 5.33%,
            rgba(0, 0, 0, 0.09) 5.53%,
            rgba(0, 0, 0, 0.12) 5.74%,
            rgba(255, 255, 255, 0.3) 5.78%,
            rgba(255, 255, 255, 0.261) 6.38%,
            rgba(255, 255, 255, 0.141) 6.78%,
            rgba(255, 255, 255, 0) 7.26%
        );
    border-radius: 3px 10px 10px 3px;
}
.relative-book__cover {
    position: relative;
    margin-bottom: 12px;
}
.relative-book__header {
    margin-bottom: 30px;
}
.relative-book__content {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.relative-book__name {
    max-height: 36px;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.relative-book__author {
    margin-top: 3px;
    margin-bottom: 0;
    color: var(--gray-700);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.48px;
}
.relative-book__bages {
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
}
.relative-book__bages > *:not(:last-child) {
    margin-right: 4px;
}
.relative-book__bage {
    height: 22px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    border-radius: 75px;
    border: 1px solid var(--border-color);
    background-color: var(--background-color);
    color: var(--text-color);
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
}
.relative-book__bage--new {
    --border-color: #b4dec1;
    --background-color: #f2faf5;
    --text-color: #008d72;
}
.relative-book__bage--sale {
    --border-color: #f4c7c7;
    --background-color: #ffefef;
    --text-color: #e13d56;
}
.relative-book__bage--hit {
    --border-color: #d0d8e8;
    --background-color: #e7f1fb;
    --text-color: #7f889b;
}
.relative-book__buttons {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.25s ease-in;
}
.relative-book__buttons > *:not(:last-child) {
    margin-right: 10px;
}
.relative-book__buttons .btn {
    height: 40px;
    margin-bottom: 0;
}
.relative-book__price {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
}
.relative-book__price.not_in_stock {
    color: var(--gray-700);
}
.relative-book__price-value {
    margin-right: 2px;
    font-weight: 600;
}
.relative-book__price-currency {
    margin-right: 2px;
    font-weight: 600;
}
.relative-book__price-discount {
    height: 18px;
    padding: 3px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: var(--red);
    color: var(--white);
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
.not_in_stock .relative-book__price-discount {
    display: none;
}
.relative-book__type {
    display: flex;
}
.relative-book__type-item {
    height: 24px;
    width: 24px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.75px solid var(--gray-100);
    color: var(--gray-600);
}
.relative-book__type-item:not(:last-child) {
    margin-right: 3px;
}
.relative-book__type-item svg {
    flex: none;
    width: 12px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-links > *:not(:last-child) {
    margin-right: 15px;
}
.social-links__item {
    flex: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--gray-300);
    color: var(--green-icon);
    transition: all 0.3s ease-in;
}
.social-links__item svg {
    flex: none;
    width: 24px;
}

.quotes {
    padding-top: 48px;
    margin-bottom: 8px;
}
.quotes__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}
.quotes__title .count {
    color: var(--gray-600);
}
.quotes__info {
    padding: 5px 14px;
    border-radius: 10px;
    border: 1px solid var(--gray-100);
    color: var(--gray-700);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.quotes__list {
    margin-left: calc(var(--container-padding) * -1);
    margin-right: calc(var(--container-padding) * -1);
}
.quotes .quote {
    padding: 24px var(--container-padding);
    display: flex;
    align-items: flex-start;
}
.quotes .quote:not(:last-of-type) {
    border-bottom: 1px solid var(--light-blue);
}
.quotes .quote.hide-border {
    border-color: transparent;
}
.quotes .quote--hidden {
    display: none;
}
.quotes .quote__icon {
    margin-right: 14px;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
}
.quotes .quote__icon svg {
    flex: none;
    width: 20px;
}
.quotes .quote__text {
    flex: 1 1 auto;
}
.quotes .quote__text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
@media (min-width: 370px) {
    .other-book__info-item--rating {
        display: flex;
    }
}
@media (min-width: 380px) {
    .buy__status-mobile span {
        display: inline;
    }
}
@media (hover: hover) and (min-width: 600px) {
    .relative-book__buttons {
        display: flex;
        justify-content: flex-end;
    }
}
@media (min-width: 767px) {
    .other-book__title {
        max-height: 52px;
        font-size: 20px;
        line-height: 26px;
        margin-right: 50px;
    }
}
@media (min-width: 991px) {
    .relative-book {
        padding: 30px 30px 20px 30px;
    }
    .relative-book .book-cover {
        box-shadow:
            0px 16px 16px -10px rgba(0, 0, 0, 0.08),
            0px 38px 21px -16px rgba(0, 0, 0, 0.08),
            -1px 2px 2px -1px rgba(0, 0, 0, 0.24),
            -2px 5px 8px -2px rgba(0, 0, 0, 0.12),
            -14px 16px 32px rgba(0, 0, 0, 0.08);
        border-radius: 4px 14px 14px 4px;
    }
    .relative-book .book-cover__first-layer {
        background: radial-gradient(
                90% 80% at 50% 15%,
                rgba(255, 255, 255, 0.95) 0%,
                rgba(255, 255, 255, 0.01) 100%
            ),
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0) 0.46%,
                rgba(255, 255, 255, 0.4) 0.82%,
                rgba(255, 255, 255, 0) 2.18%,
                rgba(255, 255, 255, 0) 4.43%,
                rgba(0, 0, 0, 0) 4.79%,
                rgba(0, 0, 0, 0.128) 5.18%,
                rgba(0, 0, 0, 0.296) 5.44%,
                rgba(0, 0, 0, 0.4) 5.74%,
                rgba(255, 255, 255, 0.4) 5.78%,
                rgba(255, 255, 255, 0.348) 6.03%,
                rgba(255, 255, 255, 0.188) 6.29%,
                rgba(255, 255, 255, 0) 6.56%
            );
        box-shadow:
            inset 0px 1px 1px #ffffff,
            inset 2px 2px 4px 2px rgba(255, 255, 255, 0.4),
            inset -0.5px -2px 4px rgba(0, 0, 0, 0.9),
            inset 12px -24px 18px -18px rgba(0, 0, 0, 0.4);
        border-radius: 4px 14px 14px 4px;
    }
    .relative-book .book-cover__second-layer {
        background: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.01) 0%,
                rgba(255, 255, 255, 0.01) 100%
            ),
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0) 0.46%,
                rgba(255, 255, 255, 0.3) 0.82%,
                rgba(255, 255, 255, 0) 2.18%,
                rgba(255, 255, 255, 0) 4.43%,
                rgba(0, 0, 0, 0) 5.08%,
                rgba(0, 0, 0, 0.06) 5.33%,
                rgba(0, 0, 0, 0.09) 5.53%,
                rgba(0, 0, 0, 0.12) 5.74%,
                rgba(255, 255, 255, 0.3) 5.78%,
                rgba(255, 255, 255, 0.261) 6.38%,
                rgba(255, 255, 255, 0.141) 6.78%,
                rgba(255, 255, 255, 0) 7.26%
            );
        box-shadow:
            inset -0.5px 1px 1px rgba(255, 255, 255, 0.2),
            inset 3px 1px 1px rgba(255, 255, 255, 0.1);
        border-radius: 4px 14px 14px 4px;
    }
    .relative-book__cover {
        margin-bottom: 16px;
    }
    .relative-book__header {
        margin-bottom: 40px;
    }
    .relative-book__name {
        max-height: 44px;
        font-size: 16px;
        line-height: 22px;
    }
    .relative-book__author {
        margin-top: 6px;
    }
    .relative-book__bage {
        font-size: 12px;
        letter-spacing: 0.48px;
    }
    .relative-book__price-value {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
    }
    .relative-book__price-currency {
        font-weight: 500;
    }
    .relative-book__price-currency.uah {
        font-size: 18px;
        line-height: 28px;
        align-self: flex-end;
    }
    .relative-book__price-discount {
        height: 24px;
        padding: 4px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 300;
    }
    .relative-book__type-item {
        height: 32px;
        width: 32px;
        border: 1px solid var(--gray-100);
    }
    .relative-book__type-item:not(:last-child) {
        margin-right: 4px;
    }
    .relative-book__type-item svg {
        width: 16px;
    }
}
@media (min-width: 1024px) {
    .book-page__comments {
        margin-bottom: 64px;
    }
    .book-page__comments .comments {
        margin-bottom: 40px;
        border: none;
        padding: 0;
    }
    .book-page__comments .comments .comment:not(:first-of-type) {
        padding-top: 24px;
    }
    .book-page__comments .comments .comment:not(:last-of-type) {
        padding-bottom: 24px;
    }
    .book-page__comments .comments .comment__header {
        display: flex;
        margin-bottom: 4px;
    }
    .book-page__comments .comments .comment__author {
        margin-bottom: 0;
        margin-right: 25px;
    }
    .book-page__comments .comments .comment__helpers {
        margin-bottom: 0;
        flex: 1 1 auto;
    }
    .book-page__comments .comments .comment__date {
        margin-right: 25px;
    }
    .book-page__comments .comments .comment__body {
        line-height: 200%;
    }
    .book-page__comments .comments__title {
        margin-bottom: 27px;
        font-size: 26px;
        line-height: 40px;
    }
    .book-page__comments .comments__title .text-desktop {
        display: inline;
    }
    .book-page__comments .comments__title .text-mobile {
        display: none;
    }
    .book-page__comments .comments__form-input {
        padding: 24px;
    }
    .book-page__comments .comments__form-btn {
        width: auto;
    }
    .other-books {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .other-books__title {
        display: none;
    }
    .other-books .btn-toggle {
        width: 100%;
        margin-top: 16px;
    }
    .other-books .btn-toggle .text-mobile {
        display: none;
    }
    .other-books .btn-toggle .text-desktop {
        display: block;
    }
    .other-book__author {
        font-size: 14px;
    }
    .other-book__author-label {
        display: none;
    }
    .other-book__info-item--rounded {
        --book-info-pading: 7px;
    }
    .other-book__info-item--elliptic {
        --book-info-pading: 7px 13px;
    }
    .other-book__info-item--rating {
        --book-info-pading: 7px 9px;
    }
    .other-book__info-item .text {
        display: block;
    }
    .other-book__price .in_stock {
        display: block;
    }
    .relative-books__header .desktop {
        display: block;
    }
    .relative-books__header .mobile {
        display: none;
    }
    .relative-books__title {
        font-size: 26px;
        line-height: 40px;
    }
    .relative-books__link-page {
        line-height: 15px;
    }
    .quotes {
        margin-bottom: 0;
    }
    .quotes__title {
        font-size: 26px;
        line-height: 40px;
    }
    .quotes__list {
        margin-left: 0;
        margin-right: 0;
    }
    .quotes .quote__icon {
        margin-right: 24px;
    }
    .quotes .quote__text p {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (min-width: 1200px) {
    .social-links__item {
        background-color: var(--light-blue);
        color: var(--gray-600);
    }
}
@media (min-width: 1270px) {
    .relative-books {
        overflow: visible;
    }
}
@media (max-width: 768px) {
    .book-page .book-page__main-title .book-page__subtitle,
    .book-page .book-page__main-title .book-page__title {
        margin: 0;
    }
    .book-page__subtitle {
        color: var(--gray-700);
    }
    .buy-fixed .buy__status-mobile {
        display: none;
    }
    .buy__title {
        margin: 0;
    }
    .buy__title.mode {
        margin-bottom: 24px;
        font-weight: 600;
    }
    .buy .buy__btns:last-of-type {
        margin-bottom: -10px;
    }
    .buy__disclaimer.mode {
        margin: 4px 0 24px;
    }
}
@media (max-width: 576px) {
    .book-page .book-page__main-title .book-page__title {
        max-width: 98%;
    }
    .buy-fixed {
        padding: 12px;
    }
    .buy-fixed__prices {
        gap: 8px;
    }
    .buy-fixed__prices .buy-fixed__inner {
        padding: 14px 10px;
    }
}
@media (max-width: 400px) {
    .buy__status-mobile .instock {
        display: inline;
    }
}
@media (hover: hover) {
    .book-page__comments .comments__form-btn:hover {
        background: var(--green-btn-hover);
    }
    .type-list__item:hover {
        border: 1px solid var(--yellow);
        background-color: var(--yellow);
    }
    .genres__list-item:hover {
        background: var(--light-blue);
    }
    .other-book:hover {
        border-radius: 14px;
        border: 1px solid #f3f5fa;
        background: #f9fbff;
    }
    .other-book:hover .other-book__basket {
        transform: scale(1);
        opacity: 1;
        z-index: 5;
    }
    .other-book__basket {
        display: block;
    }
    .relative-book:hover {
        background-color: #f6f9ff;
        border-color: var(--light-blue);
    }
    .relative-book:hover .book-cover {
        opacity: 0.2;
    }
    .relative-book:hover .relative-book__buttons {
        opacity: 1;
    }
    .social-links__item:hover {
        background-color: var(--green-icon);
        color: var(--white);
    }
}
