body, html {
    overflow: hidden !important
}

.ie-splash {
    display: block !important;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 18px;
    font-family: Arial;
    background: #fff
}

.ie-splash__inner {
    margin: 0 140px
}

.ie-splash__logo {
    width: 400px;
    height: 95px;
    background-image: url('https://www.consultant.ru/static/client/dist/ie-splash-logo.png');
    margin: 44px 0
}

.ie-splash__title {
    font-size: 32px
}

.ie-splash__browsers {
    margin: 18px 0;
    list-style: none;
    padding: 0
}

.ie-splash__browsers-item {
    margin: 4px 0
}

.ie-splash p {
    margin: 18px 0
}

.ie-splash__footer {
    position: absolute;
    bottom: 20px;
    left: 140px
}

.ie-splash__copyright, .ie-splash__email {
    font-size: 15px;
    float: left
}

.ie-splash__copyright {
    width: 460px;
    margin-right: 20px
}