/*-- IE9 hack --*/
/* .mod_dropnavi .mod_dropnavi_child.first_stage,
.mod_dropnavi .mod_dropnavi_child.second_stage {
    top:71px!important;
} */

@media all and (-ms-high-contrast:none){
    .rogo_contact::after {
        left: 0;
        transform: translateX(0);
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    .img-exclamation {
        width: 30px;
    }
    .text-exclamation {
        width: calc(100% - 30px);
    }
    .table-regionringApp th {
        width: 144px;
    }
    .table-regionringApp td {
        width: calc(100% - 144px);
    }
    .table-regionring th, .table-regionring td {
        line-height: 24px;
    }
}