#app {
    background: url('../images/ie-bg.png') no-repeat center;
}

.logo {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 167px;
    height: 176px;
    margin: 0 0 0 -84px;
    background: url('../images/logo.png') no-repeat center;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    margin: -100px 0 0 -320px;
    color: #e9e3be;
    font-family: 'Arial Narrow', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.text h1 {
    margin: 0 0 48px;
    font-size: 44px;
    font-weight: 700;
}

#ie-text-ru,
#ie-text-en {
    display: none;
}
