@media screen and (max-width: 1200px) {
    .mobile_app{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile_app_pic{
        margin-top: 40px;
    }
}
@media screen and (max-width: 900px) {
    .container{
        padding: 0 27px;
        width: calc(100% - 54px);
    }
    .banner,
    .products-list,
    .about,
    .footer-links,
    .footer-bottom,
    .contacts-personal,
    .feedback-form,
    .banner-category{
        flex-wrap: wrap;
    }
    .about-pic{
        width: calc(100% - 40px);
    }
    .footer-apps{
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .footer-app-header{
        margin-top: 35px;
    }
    .banner-h1,
    .product-h1,
    .about-h1,
    .map-h1,
    .contact-h1,
    .article-h1{
        font-size: 40px;
    }
    .contacts-wrap{
        padding: 0;
    }
    .contacts{
        padding: 0 0 80px;
    }
    .product-item-name{
        font-weight: 400;
        text-transform: none;
    }
    .banner-sub-text{
        font-size: 20px;
    }
    .map-img{
        width: 100%
    }
    .banner-img{
        margin-top: 35px;
    }
    .banner-text-block{
        text-align: center;
    }
    .footer{
        display: block;
    }
    .filters{
        justify-content: unset;
    }
    .filters-instructions{
        justify-content: unset;
    }
    .footer-links,
    .footer-apps,
    .footer-bottom{
        margin-top: 35px;
    }
    .footer-apps > a{
        display: inline-block;
        margin-top: 15px;
    }
    .footer-bottom > *{
        margin-bottom: 15px;
    }
    .footer-links>div{
        width: unset;
    }
    .logo-title, .nav-links{
        display: none;
    }
    .nav-links{
        position: fixed;
        top: 0;
        left: 0;
        padding: 20px 27px;
        width: calc(100% - 54px);
        height: calc(100vh - 40px);
        margin: 0;
        background-color: #fff;
    }
    .nav-links> *{
        display: block;
    }
    .nav-link{
        text-transform: none;
        padding: 15px 0;
        border-bottom: 1px dashed #69A44B;
    }
    .nav-link-drop-sub{
        display: none;
    }
    .nav-mobile-bar{
        display: flex;
        margin-bottom: 30px;
    }
    .dropbtn{
        display: none;
    }
    .dropdown-link-container{
        display: block;
    }
    .dropdown-content {
        display: block;
        position: inherit;
        padding: 0px;
        border: none;
        box-shadow: none;
    }
    .dropdown-content a{
        text-transform: none;
        padding: 15px 0;
        border-bottom: 1px dashed #69A44B;
        width: 100%;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .nav-mobile-btn{
        display: block;
    }
    .nav-container{
        position: sticky;
        top: 0px;
        background-color: #fff;
        z-index: 1;
    }
    nav{
        justify-content: space-between;
        padding: 16px 0;
    }
    .product-one-img{
        margin-top: 20px;
    }
    .product-item-desc{
        width: unset;
    }
    .article-text{
        margin: 0px;
        height: unset;
    }
    .instruct-video-card{
        width: 100%;
    }
    .instruct-photo-card_img{
        height: unset;
        width: 100%;
    }
    .instruct-photo-card{
        width: 45%;
    }
    .instruct-photo-english{
        font-size: 12px;
    }
}