@font-face {
    font-family: 'Fact';
    src: url('/fonts/Fact-Light.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Fact';
    src: url('/fonts/Fact-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Fact';
    src: url('/fonts/Fact-Bold.ttf') format('truetype');
    font-weight: bold;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    color: #112F4E;
    height: 100%;
}

body {
    max-width: 100vw;
    height: 100%;
    line-height: 110%;
    font-family: "Fact", sans-serif;
}

.body__wrapper {
    max-width: 100vw;
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    background: #d4d4d4;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 595px) {
    .body__wrapper {
        height: auto;
        min-height: 100%;
    }
}

.page {
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
    width: 893px;
    height: 1264px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    background: white;
    background: url("/img/group_1.png") no-repeat;
    background-size: cover;
    padding: 65px 40px;
}

.main-grn {
    color: white;
    text-align: right;
    font-size: 31px;
}

.main-str {
    font-size: 31px;
    color: white;
}

.main-img {
    margin: auto;
    width: 300px;
}

.main-pls {
    margin-bottom: 100px;
    color: white;
    font-size: 31px;
}

.main-ivn {
    margin-bottom: 22px;
    color: white;
    font-size: 31px;
}

.main-vsh {
    color: white;
    margin-bottom: 34px;
    font-size: 21px;
}

.footer-grn {
    color: white;
}

.footer-inf {
    color: white;
}

.header-title {
    color: #CA966B;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 40px;
    line-height: 110%;
    align-items: center;
}

.lcd-col {
    color: white;
}

.footer-frm {
    color: white;
}

.header-logo {
    width: 150px;
}

.lcd-row {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.lcd-col {
    font-size: 19px;
    line-height: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lcd-gallery {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.lcd-gallery img {
    width: 100%;
}

.lcd-gallery img:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.lcd-gallery img:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
}

.lcd-gallery img:nth-child(3) {
    grid-area: 1 / 5 / 2 / 7;
}

.lcd-gallery img:nth-child(4) {
    grid-area: 2 / 1 / 3 / 4;
}

.lcd-gallery img:nth-child(5) {
    grid-area: 2 / 4 / 3 / 7;
}

.footer {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: auto;
}

.mst-title {
    color: #CA966B;
    margin-top: 89px;
    font-size: 37px;
}

.mst-img {
    margin-top: 35px;
}

.mst-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    margin-top: 25px;
}

.mst-row img {
    width: 100%;
}

.mst-row img:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.mst-row img:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.k table {
    color: white;
}

.k-clp {
    border: 1px solid #CA966B;
    border-left: none;
    margin-top: 50px;
    margin-left: -40px;
    padding-left: 50px;
    display: inline-block;
    padding-right: 56px;
    border-radius: 0 50px 50px 0;
    padding-bottom: 30px;
}

.k-clp_r {
    color: #CA966B;
    font-size: 41px;
    margin-top: 16px;
}

.k-clp_stm {
    font-size: 25px;
    color: white;
    padding-top: 14px;
}

.k-row {
    display: flex;
    margin-top: 40px;
    gap: 30px;
}

.k-col {
    width: 50%;
}

.k-col:last-child {
    text-align: center;
}

.k-col:first-child {
    margin-top: 30px;
}

.k-row td {
    font-size: 26px;
    padding: 10px;
}

.k-col img {
    max-width: 263px;
}

.k-rsp {
    color: #CA966B;
    margin-top: 100px;
    font-size: 40px;
}

.k-img {
    margin: 59px auto 0;
    width: 100%;
    max-width: 550px;
}

table.accreditation-stv {
    border-collapse: collapse;
}

.accreditation-stv tr {
    border: none;
}

.accreditation-stv td:first-child {
    border-right: solid 1px #fff;
}

.accreditation-stm td:nth-child(odd), .accreditation-stv td:nth-child(odd) {
    color: white;
}

.accreditation-stm td:nth-child(even), .accreditation-stv td:nth-child(even) {
    color: #CA966B;
}

.accreditation-dnn {
    color: #CA966B;
    margin-top: 60px;
    font-size: 40px;
}

.accreditation-brn {
    color: #CA966B;
    margin-top: 80px;
    font-size: 40px;
    margin-bottom: 40px;
}

.accreditation-pri {
    color: white;
    margin-top: 15px;
    font-size: 13px;
    line-height: 120%;
}

.accreditation-row {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    align-items: center;
}

.accreditation-row img {
    height: 100%;
}

.accreditation-row img:nth-child(1) {
    width: 80px;
}

.accreditation-row img:nth-child(2) {
    width: 100px;
}

.accreditation-row img:nth-child(3) {
    width: 120px;
}

.accreditation-row img:nth-child(4) {
    width: 140px;
}

.accreditation-row img:nth-child(5) {
    width: 140px;
}

.accreditation-stm_row {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    font-size: 15px;
}

.accreditation-stm td, .accreditation-stv td {
    padding: 3px;
}

.accreditation-stv {
    margin-top: 50px;
    font-size: 14px;
}

.accreditation-stv table td:first-child {
    max-width: 400px;
}

.accreditation-stv td:first-child {
    max-width: 80px;
}

.accreditation-stv td:last-child {
    padding-left: 15px;
}

.register-mng {
    color: white;
}

.register-mng {
    color: white;
    font-size: 23px;
    margin-top: 35px;
    line-height: 110%;
}

.header-title + .register-mng {
    margin-top: 90px;
}

.register-contacts {
    color: white;
    display: flex;
    justify-content: space-between;
    margin-top: 264px;
    font-size: 20px;
    line-height: 110%;
}

.register-contacts_l {
    margin-top: 15px;
}

.register-contacts_zhd, .register-contacts_v {
    margin-top: 22px;
}

.register-contact {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 25px;
}

.register-contact img {
    width: 36px;
    height: 36px;
}

.rgs-mng {
    color: white;
    font-size: 23px;
    margin-top: 35px;
    line-height: 110%;
}

.rgs-row {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}

.rgs-row img {
    width: 150px;
}

.rgs .register-contacts {
    margin-top: 170px;
}

@media screen and (max-width: 595px) {
    .page {
        height: 650px;
        max-width: 100%;
    }

    .main {
        padding: 30px;
    }

    .main-str {
        font-size: 16px;
    }

    .main-img {
        width: 150px;
    }

    .main-vsh {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .main-ivn {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .main-pls {
        margin-bottom: 50px;
        font-size: 15px;
    }

    .main-grn {
        font-size: 15px;
    }

    .page {
        padding: 30px;
    }

    .header-logo {
        width: 100px;
    }

    .lcd-row {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .lcd-col {
        font-size: 10px;
        line-height: 11px;
        min-height: unset;
    }

    .lcd-gallery {
        margin-top: 10px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .footer {
        font-size: 10px;
    }

    .mst-title {
        margin-top: 45px;
    }

    .k-row {
        margin-top: 10px;
        gap: 10px;
    }

    .k-col:first-child {
        margin-top: 10px;
    }

    .k-row td {
        font-size: 10px;
        padding: 0;
    }

    .k-col img {
        max-width: 150px;
    }

    .k-clp {
        margin-top: 10px;
        margin-left: -30px;
        padding-left: 30px;
        padding-right: 10px;
        border-radius: 0 25px 25px 0;
        padding-bottom: 10px;
    }

    .k-clp_stm {
        font-size: 14px;
        padding-top: 7px;
    }

    .k-clp_r {
        font-size: 20px;
        margin-top: 7px;
    }

    .k-rsp {
        margin-top: 15px;
        font-size: 24px;
    }

    .k-img {
        margin: 10px auto 0;
        max-width: 300px;
    }

    .header-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .accreditation-row {
        margin-top: 0;
    }

    .accreditation-row img:nth-child(1) {
        width: 40px;
    }

    .accreditation-row img:nth-child(2) {
        width: 50px;
    }

    .accreditation-row img:nth-child(3) {
        width: 60px;
    }

    .accreditation-row img:nth-child(4) {
        width: 70px;
    }

    .accreditation-row img:nth-child(5) {
        width: 70px;
    }

    .accreditation-row img:nth-child(5) {
        width: 20px;
    }

    .accreditation-dnn {
        margin-top: 0;
        font-size: 20px;
    }

    .accreditation-stm_row {
        margin-top: 10px;
        gap: 10px;
        font-size: 7px;
    }

    .accreditation-stv {
        margin-top: 0;
        font-size: 10px;
    }

    .accreditation-brn {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .accreditation-pri {
        margin-top: 1px;
        font-size: 10px;
        line-height: 100%;
    }

    .accreditation-stm td, .accreditation-stv td {
        padding: 0 3px;
    }

    .accreditation {
        height: 710px;
    }

    .header-title + .register-mng {
        margin-top: 10px;
    }

    .register-mng {
        font-size: 12px;
        margin-top: 10px;
    }

    .register-contacts {
        margin-top: 100px;
        font-size: 10px;
    }

    .register-contact {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .register-contact img {
        width: 18px;
        height: 18px;
    }

    .rgs-mng {
        font-size: 12px;
        margin-top: 10px;
    }

    .rgs-row img {
        width: 75px;
    }

    .rgs .register-contacts {
        margin-top: 85px;
    }

    .rgs-row {
        margin-top: 50px;
    }
}

@media print {
    @page {
        size: 210mm 297mm;
        margin: 0;
    }

    .body__wrapper {
        padding: 0;
        gap: 0;
    }

    .page {
        page-break-before: always;
        page-break-after: always;
        height: 297mm;
        width: 210mm;
        color-adjust: exact;
        print-color-adjust: exact;
        box-shadow: none;
    }

    .header-title {
        margin-top: 15px;
        font-size: 30px;
    }

    .lcd-row {
        gap: 20px;
        margin-top: 20px;
    }

    .lcd-gallery {
        margin-top: 15px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .lcd-col {
        font-size: 16px;
        line-height: 16px;
        min-height: 220px;
    }

    .mst-title {
        margin-top: 45px;
        font-size: 30px;
    }

    .k-row {
        margin-top: 15px;
        gap: 15px;
    }

    .k-row td {
        font-size: 23px;
        padding: 7px;
    }

    .k-clp {
        margin-top: 15px;
        padding-right: 15px;
        border-radius: 0 25px 25px 0;
        padding-bottom: 15px;
    }

    .k-rsp {
        margin-top: 30px;
        font-size: 30px;
    }

    .k-img {
        margin: 30px auto 0;
        max-width: 500px;
    }

    .accreditation-dnn {
        margin-top: 30px;
        font-size: 30px;
    }

    .accreditation-stm_row {
        margin-top: 30px;
    }

    .accreditation-stv {
        margin-top: 30px;
    }

    .accreditation-brn {
        margin-top: 30px;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .accreditation-pri {
        margin-top: 10px;
    }

    .header-title + .register-mng {
        margin-top: 30px;
    }

    .register-mng {
        font-size: 20px;
        margin-top: 30px;
    }

    .rgs-mng {
        font-size: 20px;
        margin-top: 30px;
    }

    .rgs .register-contacts {
        margin-top: 100px;
    }
}