/*------------------------------------------------------------------------*/
body, .footer {
  min-width: 900px; }

.header .title-wrap, .header .user, .header .nav {
  display: none; }

.error-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: calc(100% - 171px);
  overflow: auto; }
.error-container .inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 0 0 71px;
  width: 500px;
  height: 486px; }

.er-other {
  background: url(../img/error_other.png) no-repeat; }

.er-401 {
  background: url(../img/error_401.png) no-repeat; }

.er-404 {
  background: url(../img/error_404.png) no-repeat; }

.er-405 {
  background: url(../img/error_405.png) no-repeat; }

.er-browser {
  background: url(../img/error_browser.png) no-repeat; }

.er-visual {
  display: block;
  width: 280px;
  height: 282px;
  background-size: 280px; }
.er-visual + p {
  font-size: 17px;
  padding: 36px 0 32px; }

.simple-btn {
  width: 232px; }

/*# sourceMappingURL=error.css.map */
