@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/OTF/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/OTF/SourceSansPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/OTF/SourceSansPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/OTF/SourceSansPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

.document-body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}

.body-background {
  background-image: url(../img/bg.svg);
  background-size: 2352px 948px;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  background-position: 31.5% 0;
}

@media (max-width: 767px) {
  background-size: (2352px/2) (948px/2);
  background-position: 42.5% 12px;
}

.nowrap {
  white-space: nowrap;
}

.eru-header {
  margin-bottom: 22px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #c4e6f7;
}

.eru-header-layout {
  height: 80px;
  max-width: 1260px;
  padding: 11px 90px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}

.eru-header-layout__left {
  display: flex;
  align-items: center;
}

.eru-header__logo {
  line-height: 0;
  margin: 0 25px -4px -75px;
}

.eru-header-logo {
  width: 50px;
  height: 50px;
}

.pzu-error__icon {
  background-image: url('../img/lody.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: center;
  width: 100px;
  height: 100px;
  margin: 30px auto 20px;
}
.pzu-error__icon_general {
  margin-bottom: 12px;
}

.pzu-error__icon-browser {
  background-image: url('../img/icon.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 15px auto 13px;
}

.pzu-error__icon-works {
  background-image: url('../img/helmet.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 30px auto 13px;
}

.pzu-error__title {
  width: auto;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #234678;
}

.pzu-error__content {
  max-width: 580px;
  text-align: center;
  font-size: 14px;
  color: #545c68;
  margin: 15px auto;
  margin-top: 9px;
  padding: 0 15px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .eru-header-layout {
    height: 65px;
    padding: 15px 15px 15px (15px + 50px);
  }
}

.browsers {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 1.5em;
}

.browsers li {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 20%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.browsers li img {
  padding: 0 0 0.5em;
  margin: 0;
  margin: auto;
  height: 6em;
  width: auto;
}

.browsers .browser-name-container {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.browsers .browser-name {
  font-weight: bold;
  height: 3em;
  display: table-cell;
  vertical-align: middle;
}

.browsers a {
  color: #009dde;
  text-decoration: none;
}

.browsers a:hover {
  text-decoration: underline;
}
