/*
https://gist.github.com/zunairmushtaq/aeaa48432d51cad0eb1c
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .header-top-menu-left {
        height: 38px;
    }

    .header-top-menu-right {
        height: 38px;
    }

    .header-top-menu-right li img {
        height: 100%;
    }

    .logo-desktop {
        height: 42px;
        width: 170px;
    }

    .logo-desktop img {
        max-height: 100%;
    }

    .left_side {
        width: 100%;
    }

    .image-button {
        height: 16px;
    }

    .navigation__suboptions-wrapper.active {overflow: hidden;}
}



/*
works for all Edge versions (currently up to IE15)
 */
ts (-ms-ime-align:auto) {
    .navigation__suboptions-wrapper.active {overflow: hidden;}
}