@media screen and (max-width: 1250px) {
    .container {
        max-width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .article {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .header-info-logo {
        margin-right: 12px;
    }
    .header-info-navigation ul li:not(:last-child) {
        margin-right: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .header-info-navigation, .header-link {
        display: none;
    }
    .header-top-navigation {
        display: none;
    }

    .header-top-navigation-mobile {
        display: block;
    }

    .header-nav {
        display: none;
    }

    .header-top-logo {
        position: relative;
        z-index: 1100;
    }

    .bg-blur {
        display: none;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 900;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .header-mobile {
        position: fixed;
        top: 0;
        right: 0;
        height: max-content;
        z-index: 1000;
        opacity: 1;
        transition: all 0.2s ease;
    }

    .header-mobile {
        display: block;
        padding: 115px 17px 0 17px;
        width: 220px;
        height: 2000px;
        right: -100%;
        background-color: #ffffff;
        text-align: center;
        transition: .5s;
    }

    .header-mobile-logo {
        width: 189px;
        margin-bottom: 48px;
    }

    .header-mobile ul {
        margin-bottom: 48px;
    }

    .header-mobile-navigation-item {
        display: inline-block;
        font-weight: 400;
        font-size: 12px;
        color: #121232;
        margin-bottom: 44px;
        transition: .3s;
    }

    .header-mobile-navigation-item.active {
        padding: 10px;
        font-weight: 600;
        font-size: 12px;
        color: #F26C29;
        border-radius: 100px;
    }

    .header-link-email span, .header-link-contact span {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .header-link-contact {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 28px;
    }

    .header-link-email {
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    .close {
        display: none;
        position: fixed;
        top: 25px;
        right: 10px;
        width: 17px;
        z-index: 1100;
    }

    .close img {
        max-width: 100%;
    }

    .burger {
        width: 45px;
        display: flex;
        align-items: center;
    }

    .burger img {
        max-width: 100%;
    }

    .showPanel {
        display: block;
        position: fixed;
        height: 2000px;
        right: 0;
        opacity: 1;
        transition: .5s;
    }

    .article .container {
        padding-top: 79px;
    }

    .article-about {
        flex-direction: column;
        align-items: center;
    }

    .article-about-image {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .article-about-block {
        max-width: 100%;
    }

    .article-products {
        flex-direction: column-reverse;
        align-items: center;
    }

    .article-products-title {
        display: none;
    }

    .article-products-title.mob {
        display: block;
    }

    .article-products-image {
        margin-bottom: 18px;
    }

    .article-products-text,
    .article-products-block {
        max-width: 100% !important;
    }

    .article-works .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .article-works-title {
        margin-bottom: 18px;
    }

    .article-works-image {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .article-works-text {
        max-width: 100%;
    }

    .footer-link {
        flex-direction: column;
        align-items: center;
    }

    .footer-link-title {
        margin-bottom: 18px;
    }

    .footer .wrapper {
        max-width: 700px;
        width: 700px;
    }
}

@media screen and (max-width: 768px) {
    .article .container {
        padding: 103px 10px 48px 10px;
        background: #ffffff;
    }
    .article-about-title,
    .article-products-title.mob,
    .article-works-title {
        font-size: 28px;
        line-height: 140%;
    }
    .article-about-image {
        max-width: 325px;
    }
    .article-products {
        margin-bottom: 48px;
    }
    .article-item {
        flex-direction: column;
        align-items: center;
    }
    .article-item-count {
        margin-bottom: 12px;
        margin-right: 0;
    }
    .article-item {
        max-width: 525px!important;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .article-item:not(:last-child) {
        margin-bottom: 48px;
    }
    .footer .wrapper {
        padding: 18px 0;
        width: 270px;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
    }

    .footer-link-address {
        margin-bottom: 44px;
    }

    .footer-link-email {
        margin-bottom: 44px;
    }
}
