<!--[if IE]>
<link href="css/badbrowser.css" rel="stylesheet">
<![endif]-->
(для IE 10-11)
<style>
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
nav {
display:none;
}
body {
background-color: #e51c23;
padding-top: 70px;
}
}
</style>