

@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;
    }

}

@media screen and (max-width: 1023px) {
    html {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }


    .container {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* HEADER */
    .header-top .container {
        margin-bottom: 0;
    }

    .header-bottom {
        position: relative;
        transform: none;
        transition: none;
        background: transparent;
    }

    .header-bottom.out {
        transform: none;
    }

    .header-bottom .container {
        padding: 0;
    }

    .header-bottom-navigation ul {
        gap: 7px;
    }


    /* ORDER */
    .order {
        width: 100%;
        overflow-x: unset;
    }

    .order .container {
        padding: 105px 10px 45px 10px;
    }

    /* COMMENTS */
    .comments .container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    /* HEADER */
    .header-top .container {
        padding: 42px  0 5px 8px;
    }

    .header-top-logo {
        font-size: 32px;
        line-height: 130%;
    }

    .header-bottom-navigation ul li {
        font-size: 14px;
    }

    .header-bottom-navigation ul li {
        padding: 5px 3px;
    }

    /* ARTICLE */
    .article .container {
        padding: 19px 0 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    .article-wrapper {
        padding: 0 10px;
    }

    .action-block {
        padding: 7px;
        font-size: 24px;
        line-height: 137%;
    }


    h1.article-title {
        font-size: 30px;
        line-height: 126.7%;
    }

    .articles-image {
        text-align: center;
    }

    .article-images {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .article-images img:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .article-image.mob {
        display: block;
    }

    p.yellow-block {
        padding: 10px;
        font-size: 24px;
        text-align: center;
        margin-bottom: 0;
    }

    /* ORDER */
    .wrap {
        background: white;
    }
    .order {
        width: 500px;
        background-image: url(../img/order-bg-mob.png);
    }

    .order .container {
        padding: 20px 12px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .order-wrapper {
        flex-direction: column-reverse;
    }

    .order-sale {
        width: 223px;
    }

    .order-info {
        max-width: 355px;
        margin: 0 auto;
    }

    .order-title {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .order-description {
        max-width: 285px;
        font-size: 24px;
        line-height: 25px;
        margin: 0 auto 150px;
    }

    .order-price {
        font-size: 28px;
    }

    .old-price:before {
        top: 3px;
        right: -8px;
        font-weight: 300;
        font-size: 30px;
    }

    .order-image {
        width: 203px;
        height: 210px;
    }

    .order-image img:first-child {
        max-width: 200px;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .sale {
        max-width: 116px;
        left: 115px;
        bottom: 90px;
    }

    .order-button.mob {
        display: block;
        margin: 0 auto;
    }

    .old-price {
        padding-right: 10px;
        margin-right: 0;
    }

    /* COMMENTS */
    .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);
    }
}

@media screen and (max-width: 425px) {
    .order {
        width: 320px;
    }
}


