@media screen and (max-width: 980px) {

    .section.standart{padding:0px; margin:0px;}
    .firstBlock{padding:0px;}
    .container{ width:99%; padding:40px 5px!important;}
    h1{font-size:24px!important; text-align:center;}
    
    
    /* COLOR */
    .mcolwhite{color:white!important;}
    /* SHOW */
    .mhide{display:none;}
    .mflex{display:flex;}
    .mshow{display:block;}
    .mflexcenter{display:flex; align-items:center; justify-content:center; gap:0px!important; }
    .mflexcenter>div,  .mflexcenter>a{ margin:5px;}
    
    /* GAP */
    .mgap0{gap:0!important}
    
    /* WIDTH */
    .mw100{width:100%;}
    
    /* MARGIN */
    .mm0a{margin:0 auto;}
    .mm0{margin:0;}
    .mmb5{margin-bottom:5px;}
    .mmt5{margin-top:5px;}
    .mmb10{margin-bottom:10px;}
    .mmt10{margin-top:10px;}
    .mmb20{margin-bottom:20px;}
    .mmt20{margin-top:20px;}
    .ml10{margin-left:10px;}
    
     /* PADDING */
    .mpt0{padding-top:0!important;}
    
    
    
    /* FONT SIZE */
    .mfs14{font-size:14px;} 
    .mfs16{font-size:16px;} 
    .mfs18{font-size:18px;} 
    .mfs24{font-size:24px;} 
        
    /* ALIGN */
    .mtal{text-align:left;} 
    .mtar{text-align:right;}
    .mtac{text-align:center;}
    
    
    
    
    /* OTHER */
    .n_product{width:100%; height:400px; margin-bottom:10px;}
    .n_product_content{padding-top: 80px!important;}
    .tepl_container{height:auto; padding: 40px 30px;}
    .clients>.flex{width:100%; padding:0px;}
    
    .right_border{border-right:0!important; color:#fff!important;}
    .footer_bot .showmdl{margin:0 auto;}
    
    .attribute_container{margin-right:0!important;}
    .orderForm{width:100%!important;}
    
    .mdl_form{width:100%!important; padding: 60px 30px!important;}
    
    .closeForm{display:block; margin-left:10px;}

}