@media (max-width: 1200px) {
    .products_table .product_info_header{
        font-size: 1em;
    }
    .product_tag .tag_item{
        height: 50px;
    }
    .product_line{
        height: auto;
        min-height: 160px;
    }


}
@media (max-width: 980px) {
    .products_table .product_info_header,
    .header_description{
        display: block;
    }
    .header_description_text{
        margin-bottom: 20px;
    }
    .header_description_tags{
        display: inline-block;
        width: 45%;
        padding: 0 2%;
    }
    .header_description_tag_img{
        height: 50px;
    }
    .header_description_scheme{
        font-size: 1em;
        width: 100%;
    }


    .product_page{
        display: block;
    }
    .product_left_section,
    .product_right_section{
        width: 100%;
        margin-bottom: 20px;
    }
    .product_main_img_wrapper{
        height: auto;
        margin-top: 30px;
    }
    .product_page .product_info{
        width: 85%;
    }
}


@media (max-width: 700px) {
    .header_description,
    .product_line{
        display: block;
    }
    .header .header_menu,
    .product_number{
        display: none;
    }

    .header,
    .products_table,
    .header_description{
        padding: 10px;
        /*для нового логотипа*/
        display: block;
    }
    .header_logo{
        height: 40px;
    }
    .header_text{
        margin-left: 10px;
        /*для нового логотипа*/
        margin-left: 0
    }
    .header_description_text{
        padding-right: 0;
    }
    .header_arrow{
        margin-right: 10px
    }
    .header_description_tags{
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .header_description_tag_img{
        padding: 10px;
        height: 40px;
    }

    .header_description_scheme{
        width: 100%;
    }
    .header_description_scheme_text,
    .header_description_tag_text{
        font-size: 14px;
    }

    .product_line{
        height: auto;
        padding: 20px 0;
    }
    .product_izo,
    .products_table .product_info{
        width: 100%;
    }
    .product_izo img{
        width: 100%;
        height: auto;
    }
    .product_schema.product_tag{
        width: 100%;
        margin-bottom: 20px;
    }
    .product_tag .tag_item{
        /*height: 100px;*/

        max-width: 50%;
        height: 100%;
    }
    .product_tag .tag_item img{
        height: auto;
        width: 100%;
    }

    .products_table .product_info_text{
        font-size: 1em;
    }


    .main_page_footer,
    .footer_cotacts_contact{
        display: block;
    }
    .footer_cotacts{
        width: 100%;
    }


    .product_page{
        padding: 10px;
        display: block;
        min-width: 80%;
    }
    .product_left_section{
        width: 100%;
    }
    .product_page .product_info{
        width: 100%;
        margin: 0;
    }
    .product_info_header{
        font-size: 1.2em;
        padding-top: 10px;
    }
    .product_text_item_img{
        height: 30px;
        padding-top: 10px
    }
    .product_text_item_html{
        margin-left: -60px;
        padding: 10px 0;
    }
    .product_right_section{
        width: 100%;
    }
    .products_line_img{
        width: 50px;
    }

    .product_bottom_selector{
        position: inherit;
    }
    .bottom_product_field{
        padding: 10px;
    }
    .product_pdf_download,
    .product_to_main_link{
        font-size: 1em;
    }
    .product_to_main_link img{
        height: 30px;
    }
    .bottom_product_field{
        align-items: center;
    }
    .products_line{
        overflow: auto;
    }
    .footer_cotacts_org{
        width: 100%;
    }
    .footer_cotacts_contact a{
        margin: 0px;
    }
    .footer_cotacts_wa,
    .footer_info h4{
        display: none;
    }
    .footer_cotacts_contact_email{
        margin-top: 10px;
    }
    .footer_info{
        display: flex;
        justify-content: space-between;
    }

}
