@media (min-width: 1024px) {
    .modal {
        padding: 10px;
        width: 690px;
        max-width: unset;
        bottom: 50%;
        transform: translate(-50%, 50%);
        border-radius: 20px;
    }
    .modal--payment {
        width: 790px;
    }
    .modal__content {
        flex-direction: row;
    }
    .modal__content-img {
        flex: none;
        width: 292px;
        background: #e7f1fb;
        border-radius: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .modal__content-img--card {
        padding: 90px 40px 70px;
    }
    .modal__content-img--book-desktop {
        padding: 50px 44px;
    }
    .modal--payment .modal__content-img--book-desktop {
        width: 350px;
        padding: 60px 73px;
    }
    .modal__content-img--book-desktop .book-cover {
        margin: 0 auto;
        width: 100%;
        box-shadow:
            0 16px 16px -10px rgba(0, 0, 0, 0.08),
            0 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;
    }
    .modal__content-img--book-desktop .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 1px 1px #fff,
            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;
    }
    .modal__content-img--book-desktop .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;
    }
    .modal__content-img--book-formats,
    .modal__content-img--book-mobile {
        display: none;
    }
    .modal__content-right {
        flex-grow: 1;
        padding: 8px 32px;
        margin-right: -10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .modal__content-header .call_to_action,
    .modal__title {
        font-size: 26px;
        line-height: 40px;
    }
    .modal__content-header .book_title {
        max-height: 48px;
        line-height: 24px;
    }
    .modal__content-header .book_type {
        min-height: 24px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .modal__subtitle {
        line-height: 24px;
    }
    .audio {
        margin-bottom: 48px;
    }
    .audio__info-text {
        line-height: 16px;
        margin-bottom: 4px;
    }
    .audio__info-name {
        line-height: 14px;
        letter-spacing: 0.36px;
    }
}
@media (min-width: 1200px) {
    .book-slider {
        overflow: hidden;
    }
}
@media (hover: hover) {
    .btn--green:hover,
    .navbar__cart:hover {
        background: var(--green-btn-hover);
    }
    .navbar__menu-link:hover {
        color: var(--green-dark);
    }
    .header-account:hover .header-account__nav,
    .navbar__menu-link:hover::before {
        transform: scale(1);
    }
    .header-account__logout-btn:hover {
        background-color: var(--light-blue-btn-hover);
    }
    .header-account__menu-text:hover {
        color: var(--green-icon);
    }
    .btn--light-blue:hover,
    .modal__formats-item:hover {
        background: var(--light-blue-btn-hover);
    }
    .btn-bookmark:hover {
        background-color: var(--green-icon);
        color: var(--white);
    }
    .btn-bookmark.not-existed:hover {
        color: var(--white);
    }
    .modal__form-reset:hover {
        border-color: transparent;
    }
    .modal__langs-item:hover {
        background-color: #ecf6ff;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #f input[type="date"].f-form-control,
    #f input[type="datetime-local"].f-form-control,
    #f input[type="month"].f-form-control,
    #f input[type="time"].f-form-control {
        line-height: 42px;
    }
    #f input[type="date"].f-input-sm,
    #f input[type="datetime-local"].f-input-sm,
    #f input[type="month"].f-input-sm,
    #f input[type="time"].f-input-sm {
        line-height: 34px;
    }
}
