.msie {
  overflow: hidden;
}

.msie > * {
  display: none;
}

.msie > .update {
  display: block !important;
}

.update {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  text-align: center;
}

.update table,
.update td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border: 0;
  margin: 0;
  padding: 0;
}

.update__logo {
  margin: 0 auto 16px;
  width: 200px;
  height: 64px;
  background: url(./img/logo.png) no-repeat 0 0 / contain;
}

.update__image {
  margin: 0 auto 16px;
  width: 288px;
  height: 288px;
  background: url(./img/browser.png) no-repeat 0 0 / contain;
}

.update__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: rgba(61, 64, 71, 1);
  margin-bottom: 16px;
}

.update__info {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: rgba(147, 151, 161, 1);
}
