:root {
    --Color: rgba(18, 0, 212, 1);
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
    url('/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Light.woff2') format('woff2'),
    url('/fonts/Circe-Light.woff') format('woff'),
    url('/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-ExtraBold.eot');
    src: local('Circe Extra Bold'), local('Circe-ExtraBold'),
    url('/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-ExtraBold.woff2') format('woff2'),
    url('/fonts/Circe-ExtraBold.woff') format('woff'),
    url('/fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
    url('/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Thin.woff2') format('woff2'),
    url('/fonts/Circe-Thin.woff') format('woff'),
    url('/fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
    url('/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Regular.woff2') format('woff2'),
    url('/fonts/Circe-Regular.woff') format('woff'),
    url('/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Bold.woff2') format('woff2'),
    url('/fonts/Circe-Bold.woff') format('woff'),
    url('/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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: 1;
    font-family: "Circe", 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: 1300px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    background: white;
    padding: 80px 45px;
}

.house {
    height: 605px;
}

.main_logo {
    margin-top: auto;
}

.page-container {
    border-radius: 25px;
    background: #F5FFFF;
    width: 100%;
    height: 100%;
}

.main-container__img {
    margin-top: -59px;
    width: 100%;
}

.main-container_title {
    font-size: 60px;
    line-height: 110%;
    color: #1200D4;
    margin: 42px 0 24px;
    max-width: 600px;
}

.main-container_interval {
    font-size: 24px;
    line-height: 110%;
    color: #464646;
}

.main-container_data {
    padding: 25px 46px 0;
}

.main-container_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(70, 70, 70, 40%);
    padding-bottom: 15px;
}

.main-container_header-url {
    padding: 5px 20px;
    border-radius: 12px;
    border: 1px solid #1200D4;
    font-size: 16px;
    line-height: 110%;
    color: #464646;
    margin-top: 10px;
}

.opisanie-img {
    border-radius: 25px;
    max-height: 503px;
    width: 100%;
    height: 100%;
}

.opisanie .page-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.opisanie-block {
    background-color: #1200D4;
    border-radius: 25px;
    margin-top: 1px;
    padding: 50px;
    font-size: 49px;
}

.opisanie-block_186 {
    color: #FFFFFF;
    line-height: 110%;
}

.opisanie-block_186-186 {
    font-size: 72px;
    line-height: 110%;
}

.opisanie-block_items {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.opisanie-block_item {
    color: #FFFFFF;
    line-height: 110%;
    font-size: 25px;
}

.opisanie-nad {
    color: #464646;
    line-height: 110%;
    padding: 10px 46px;
    font-size: 18px;
}

.opisanie-nad div {
    color: var(--Color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.klientskiy-po {
    font-size: 16px;
    line-height: 140%;
    color: #464646;
    margin: 112px 0 40px;
    max-width: 300px;
}

.klientskiy-container {
    padding: 38px 30px 0;
}

.klientskiy-container_title {
    font-size: 40px;
    line-height: 110%;
    color: #1200D4;
}

.klientskiy-img {
    width: 100%;
}

.main-container_header-mng, .main-container_header-cnt {
    color: rgba(70, 70, 70, 40%)
}

.main-container_header-mng {
    margin-top: 8px;
    font-size: 18px;
}

.main-container_header-cnt {
    color: rgba(70, 70, 70, 40%);
    font-size: 18px;
    margin-top: 10px;
}

.main-container_header-flp, .main-container_header-contact {
    color: #464646;
}

.main-container_header-contact {
    margin-top: 10px;
    font-size: 18px;
    text-align: right;
}

.main-container_header-flp {
    margin-top: 6px;
    line-height: 110%;
    font-size: 24px;
    max-width: 260px;
}

.main-container_logo {
    margin-top: 120px;
    width: 613px;
}

.opisanie-img_container {
    width: 100%;
    padding: 28px 46px;
}

.opisanie-img_container img {
    width: 100%;
}

.klientskiy-blocks {
    background-color: #F6F6F6;
    display: flex;
    width: 100%;
    column-gap: 48px;
    padding: 48px;
    border-radius: 25px;
}

.klientskiy .main-container_header {
    border-bottom: none;
}

.klientskiy-block_table table tr td:first-child {
    color: rgba(70, 70, 70, 40%);
}

.klientskiy-block_table table tr td:last-child {
    text-align: right;
}

.klientskiy-block_title {
    color: var(--Color);
    text-transform: uppercase;
    line-height: 110%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.klientskiy-57, .klientskiy-2 {
    color: #464646;
    font-size: 36px;
}

.klientskiy-block_table tr:first-child td:last-child {
    font-weight: bold;
}

.klientskiy-2 {
    font-size: 36px;
}

.klientskiy-57 {
    font-size: 50px;
}

.klientskiy table {
    border-collapse: collapse;
    width: 100%;
}

.klientskiy tr {
    border-bottom: 1px solid rgba(0, 0, 0, 20%);
}

.klientskiy td {
    padding: 8px 0;
}

.klientskiy-block, .klientskiy-block_table {
    border-radius: 25px;
    display: flex;
    width: 50%;
}

.klientskiy-block {
    background: white;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.klientskiy-blocks_content {
    flex-direction: column;
}

.klientskiy-blocks_tables {
    flex-direction: row;
    display: flex;
    column-gap: 30px;
}

.klientskiy-block_table {
    flex-direction: column;
}

.klientskiy-block div {
    width: 100%;
}

.klientskiy-block img {
    width: 100%;
    height: 100%;
}

.klientskiy-blocks + .klientskiy-blocks {
    margin-top: 32px;
}

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

    .klientskiy img {
        width: 100%;
    }

    .main-container_header img {
        max-width: 100px;
        height: auto;
    }

    .main-container_header-url {
        font-size: 10px;
        padding: 2px 10px;
    }

    .main-container_title {
        font-size: 24px;
        margin: 20px 0 10px;
    }

    .main-container_interval {
        font-size: 20px;
    }

    .main-container__img {
        max-width: 100%;
        margin: 0;
    }

    .klientskiy-container_title {
        font-size: 24px;
    }

    .klientskiy-po {
        margin-top: 100px;
        font-size: 14px;
    }

    .main-container_data {
        padding: 10px 20px 0;
    }

    .main-container_header-mng, .main-container_header-cnt {
        font-size: 13px;
        margin-top: 4px;
    }

    .main-container_header-flp, .main-container_header-contact {
        margin-top: 3px;
        font-size: 12px;
    }

    .main-container_header > div {
        display: flex;
        flex-direction: column;
        flex: 0 0;
    }

    .main-container_header-contact {
        text-wrap: nowrap;
    }

    .main-container_logo {
        margin-top: 60px;
        width: 300px;
    }

    .opisanie-block {
        padding: 20px;
        font-size: 20px;
    }

    .opisanie-block_186-186 {
        font-size: 30px;
    }

    .opisanie-block_item {
        font-size: 12px;
    }

    .opisanie-nad {
        font-size: 12px;
        padding: 5px 20px;
    }

    .opisanie-img_container {
        padding: 10px 20px;
    }

    .opisanie .page-container {
        gap: 16px;
    }

    .klientskiy-blocks {
        column-gap: 20px;
        padding: 20px 20px 10px;
        border-radius: 10px;
    }

    .klientskiy-block {
        padding: 8px;
    }

    .klientskiy-blocks + .klientskiy-blocks {
        margin-top: 10px;
    }

    .klientskiy-block_title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .klientskiy td {
        padding: 4px 0;
        font-size: 12px;
    }

    .klientskiy-2 {
        font-size: 12px;
    }

    .klientskiy-57 {
        font-size: 20px;
    }

    .klientskiy-container {
        padding: 10px 20px 0;
    }
}

@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;
        padding: 40px;
    }

    .main-container__img {
        margin-top: -30px;
        display: block;
        width: 100%;
    }

    .opisanie-img {
        max-height: 500px;
        object-fit: contain;
    }

    .opisanie .page-container {
        justify-content: space-between;
    }

    .klientskiy-img {
        display: block;
        width: 100%;
    }

    .main-container_logo {
        margin-top: 30px;
    }

    .main-container_title {
        margin-bottom: 0;
    }

    .opisanie-block {
        padding: 25px;
    }

    .opisanie-nad {
        padding: 10px 25px;
    }

    .opisanie-img_container {
        padding: 10px 25px;
    }

    .klientskiy-blocks {
        padding: 25px;
    }
}