  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .mn-archive-site-mail li:nth-child(2) a {
        background:url(/wp-content/themes/politechnika-v2/assets/images/mail-ie.png) 50% 50% no-repeat;
        width:19px;
        height:auto;
        display:block;
        text-indent:-900000px;
    }
    .mn-font-resize a {
        font-family:'Open Sans', sans-serif;
        font-size:12px;
        line-height:12px;
    }
    .mn-tiles-icons .tiles {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;        
    }
    .mn-tiles-icons .tiles .tile {
        width:31.5%;
    }
    .cert-logos-block {
        display:flex;
        justify-content:space-between;
    }
    .cert-logos-container .cert-logos-block img {
        height:auto !important;
    }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none), (min-width:992px) {
    .mn-logotypes,
    .mn-flex-right {
        padding-top:15px;
    }    
    .subsite.mn-wydzial-site-ps .mn-logotypes {
        padding-top:7px;
    }
}