<div<?=$this->m_show_submenu?' style="float:left;" @media screen and (min-width:995px) {style="width: 635px; margin: 5px 0px 0px 85px;"}':''?>
No, @mеdia rules and media queries cannot exist in inline style attributes as they can only contain property: value declarations.
<div<?=$this->m_show_submenu?'
style="float:left;" // кавычки стиля закрылись
@media screen and (min-width:995px) {style="width: 635px; margin: 5px 0px 0px 85px;"}':''?>