@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;
}

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

.pak-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;
}

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

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

.pak-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/blokada.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin: 30px auto 13px;
}

.pzu-error__icon-works {
    background-image: url('../img/narz.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: 650px;
    text-align: center;
    font-size: 14px;
    color: #545c68;
    margin: 15px auto 0;
    padding: 0 15px;
    font-weight: 300;
}
.pzu-error__content-bolder {
    font-weight: 400;
}

.pzu-error__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 0;
}

.pzu-error__list-item {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 5px;
    color: #545c68;
    border-right: 1px solid #545c68;
}

.pzu-error__list-item:last-child {
    border-right: none;
}

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