@media screen and (max-width: 1100px) {
    /* ARTICLE */
    /* COMMENTS */
    .article .container,
    .comments .container {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .comments .container {
        padding: 60px 5px;
    }

    .article-comments {
        margin: 0 auto;
    }

    .article .container {
        padding: 30px 0 0 0;
    }

}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* ARTICLE */
    .article-image {
        text-align: center;
    }

    .expert {
        margin: 0 auto 15px;
    }

    .article-images {
        flex-direction: column;
        justify-content: center;
    }

    .article-images img:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .article-image.product {
        position: relative;
        left: -40px;
    }

    /* ORDER */
    .order .container {
        flex-direction: column;
        align-items: center;
    }

    .order-image {
        max-width: 343px;
        min-width: auto;
        margin: 0 auto;
    }

    .order-price {
        font-size: 36px;
    }

    /* FOOTER */
    .pp {
        background: #f3f3f3;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: white;
    }
    /* HEADER */
    .header-top {
        border-bottom: 24px solid #000000;
        margin-bottom: 0;
    }
    .header-top .container {
        padding: 19px 0 10px 0;
        max-width: 190px;
        display: flex;
    }

    .header-top-logo {
        font-size: 40px;
        line-height: 126.7%;
    }

    .header-bottom-navigation ul li {
        padding: 10px 6px;
        font-size: 16px;
    }

    .header-bottom-navigation ul li:not(:last-child) {
        margin-right: 17px;
    }

    /* ARTICLE */
    .article .container {
        padding: 30px 0 0 0;
        background: rgba(255, 255, 255, 0.80);
    }

    h1.article-title {
        font-size: 32px;
        line-height: 146%;
    }

    h2.article-title {
        font-size: 24px;
        line-height: 150%;
    }

    .article-text {
        font-size: 16px;
        line-height: 150%;
    }

    .article-image {
        margin-bottom: 10px;
    }

    .article-block-1, .article-block-2 {
        flex-direction: column;
        align-items: center;
    }

    .article-block-1-info, .article-block-2-info {
        max-width: 100%;
    }

    .article-items {
        flex-direction: column;
        align-items: center;
        gap: 17px;
    }

    /* ORDER */
    .order {
        width: 100%;
        background-image: url("../img/order-bg-mob.png");
        background-position: center;
    }

    /* COMMENTS */
    .comments .container {
        background: rgba(255, 255, 255, 0.80);
    }

    .commentForm-text {
        margin-left: 0;
    }

    form.commentForm {
        margin-left: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 620px) {
    /* MODAL */
    .modal-wrapper {
        width: 390px;
        left: calc(50% - 195px);
    }

    .close {
        top: 17px;
        right: 17px;
    }
}

@media screen and (max-width: 550px) {
    /* MODAL */
    .modal-wrapper {
        width: 350px;
        left: calc(50% - 175px);
    }
}


