body {
  margin: 0;
}

#main-container {
  font-family: Inter,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  width: 100%;
}

#wrapper {
  width: 1010px;
  margin: 0 auto;
}
#header {
  background: #f3f5f7;
  margin: 0 auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.header-container {
  width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .header-container a {
  display: block;
  text-indent: -9999px;
  background: url(/design/images/new-icons/logo.svg)!important;
  width: 225px!important;
  height: 50px!important;
  position: inherit;
  top: 23px;
  left: 14px;
  text-decoration: none;
  color: black;
}

#page {
  height: auto !important;
  padding-top: 100px;
}

.error-page-image{
  width: 200px;
  height: 221px;
  margin: 0 auto;
}
.error-page-image img{
  width: 180px;
  height: 201px;
}

.error-page-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.error-page-description {
  font-weight: 500;
  text-align: center;
  width: 53%;
  margin: 0 auto;
}

.error-page-button-wrapper {
  margin-top: 65px;
  text-align: center;
}
.error-page-button-wrapper a {
  border-radius: 10px;
  color: #fff;
  padding: 11px 25px;
  background: #1450be;
  text-decoration: none;
}
.error-page-contacts {
  margin-top: 75px;
  text-align: center;
}
