/* Мобильные стили старого предпросмотра документа */

/* Заключение */
@media screen and (max-width: 1000px) {
    .support-basic-preview#section-pdf {
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .support-basic-preview#section-pdf .content-wrapper {
        width: 100%;
        padding: 0 8px 0 0;
        box-sizing: border-box;
    }

    .support-basic-preview#section-pdf .content {
        padding: 0;
        margin: 0 auto;
    }
}

/* Сжатие заключения */
@media screen and (max-width: 670px) {
    .support-basic-preview#section-pdf .content {
        width: 100%;
    }

    .support-basic-preview .pdf-title {
        width: 100%;
        height: auto;
        padding: 20px 8px 20px 60px;
        margin-left: 0;
    }

    .support-basic-preview .pdf-title h2 {
        width: 100%;
        font-size: 5vw;
    }

    .support-basic-preview .pdf-title p {
        width: 100% !important;
        font-size: 3vw;
    }

    .support-basic-preview#section-pdf .content p {
        width: 100%;
        font-size: 14px;
    }

    .support-basic-preview .pdf-last-page {
        width: 90%;
    }

    .support-basic-preview .pdf-last-page p {
        width: 100% !important;
    }

    .support-basic-preview .pdf-last-page-img {
        margin: 20px auto 0 auto;
    }
}