@font-face {
    font-family: 'corpid_e1s_scd_bold';
    src: url('/fonts/CorpidE1sSCd-Bold.eot');
    src: url('/fonts/CorpidE1sSCd-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corpid_e1s_scd_heavy';
    src: url('/fonts/CorpidE1sSCd-Heavy.eot');
    src: url('/fonts/CorpidE1sSCd-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Heavy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corpid_e1s_scd_light';
    src: url('/fonts/CorpidE1sSCd-Light.eot');
    src: url('/fonts/CorpidE1sSCd-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'corpid_e1s_scd_regular';
    src: url('/fonts/CorpidE1sSCd-Regular.eot');
    src: url('/fonts/CorpidE1sSCd-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'corpid_e1s_scd_light';
}

h2 {
    font-family: 'corpid_e1s_scd_regular';
}
.wrapper {
    max-width: 1000px;
    padding: 25px 50px;
    margin: 0 auto;
}
header {
    display: flex;
    justify-content: space-between;
}
.column__left {
    margin-right: 10px;
}
.b-logo_pdf .headLogo {
    height: 60px;
    vertical-align: bottom;
    max-width: 100%;
}
.header__text {
    text-align: end;
}

.front-page {
    text-align: center;
    margin: 80px auto;
}

.signature {
    text-align: end;
    margin: 55px 0;
}

.docs__subtitle {
    font-weight: 400;
    font-size: 0.8em;
}

.docs__text-bold {
    margin: 80px auto;
}
.content p {
    margin: 0;
    text-indent: 30px;
    text-align: justify;
    line-height: 1.5;
}
.content__mrgn {
    margin: 0 30px;
}
.content__name-rule, .content__mrgn {
    display: block;
    text-indent: initial;
}
.content__name {
    display: block;
    text-align: center;
}