@font-face {
  font-family: "Open Sans";
  src: url(/resources/fonts/d7d5d4588a9f50c99264bc12e4892a7c.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans Light";
  src: url(/resources/fonts/9ff12f694e5951a6f51a9d63b05062e7.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans ExtraBold";
  src: url(/resources/fonts/49f89e34d03233b1f27788f75df7a40a.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans SemiBold";
  src: url(/resources/fonts/e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/resources/fonts/f5331cb6372b6c0d8baf2dd7e200498c.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/resources/fonts/f5331cb6372b6c0d8baf2dd7e200498c.ttf);
  font-weight: normal;
}
.page__header {
  border-bottom: 4px solid #2470ad;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 10px 0;
}
.page__header-wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #A0AAB0;
}
.page__header-item {
  display: flex;
  align-items: center;
}
.header__logo-link {
  background-image: url(/resources/img/2978e340f726329e26e075cd2f9ce69f.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  width: 154px;
  height: 46px;
  padding: 0;
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
}
.header__logo-caption {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
  padding-left: 40px;
}
.header__logo-caption:before {
  content: '';
  position: absolute;
  border-left: solid 1px #DEE6EC;
  height: 100%;
  left: 17px;
}
.page__header-tech {
  justify-content: flex-end;
}
.header__tech-phone {
  color: #545a64;
  display: block;
  text-decoration: none;
  margin-right: 24px;
  margin-left: 12px;
}
.header__tech-mail {
  width: 40px;
  height: 40px;
  background-color: #ebf2fa;
  border-radius: 50%;
  display: block;
  position: relative;
}
.header__tech-mail:after {
  content: '';
  position: absolute;
  background-image: url(/resources/img/cb50469481a4aba7db6d01c930c78ffc.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  top: 12px;
  left: 11px;
}
.btn {
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 12px;
  display: inline-block;
  font-size: inherit;
}
.btn--primary {
  background-color: #2470ad;
}
.btn--primary:hover {
  background-color: #78c3ff;
  color: #fff;
}
.btn--icon {
  position: relative;
}
.btn--icon:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
}
.btn--icon-home {
  padding-left: 48px;
}
.btn--icon-home:before {
  width: 26px;
  height: 21px;
  left: 14px;
  background-position: 0 -23px;
  background-image: url(/resources/img/2287a64d754c3b2a2812b99aab1c1bfb.png);
}
.btn--icon-feedback {
  padding-left: 48px;
}
.btn--icon-feedback:before {
  width: 26px;
  height: 21px;
  left: 14px;
  background-position: 0 3px;
  background-image: url(/resources/img/56476e50e8742c92b1a423545c1bc52f.svg);
}
.btn--icon-refresh {
  padding-left: 33px;
}
.btn--icon-refresh:before {
  width: 26px;
  height: 21px;
  left: 12px;
  background-position: 0 3px;
  background-image: url(/resources/img/9687b8baf64c66fcae3f9561a998f48d.svg);
}
.error-container {
  font-family: "Open Sans", sans-serif;
  margin: 30px auto 20px;
}
.error-container_1-3 {
  max-width: 540px;
}
.error-container__inner {
  background: #fff;
  margin: 10px;
  padding: 22px 17px;
  border-radius: 4px;
}
.error-container__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: max-content;
  margin: auto;
}
.error-container__title {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: "Open Sans Bold", sans-serif;
  color: #545a64;
  border-bottom: 1px solid #DEE6EC;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.error-container__body {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}
.error-container__logo {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background-color: #f5be17;
  padding: 5px 18px;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  width: max-content;
  margin: 0 auto;
}
.error-container__code {
  color: #A0AAB0;
  font-size: 140px;
  line-height: 130px;
  width: max-content;
}
.error-container__description {
  margin-top: 28px;
  margin-bottom: 25px;
}
html,
body {
  height: 100%;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content {
  flex: 1 0 auto;
  padding-top: 75px;
}
@media (min-width: 1100px) {
  .container {
    width: 1090px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
