@font-face {
    font-family: 'BrutaGlbExtended';
    src: url('/fonts/BrutaGlbExtended-Regular.eot') format('truetype');
    src: url('/fonts/BrutaGlbExtended-Regular.ttf') format('truetype'),
    url('/fonts/BrutaGlbExtended-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'BrutaGlbExtended';
    src: url('/fonts/BrutaGlbExtended-Bold.eot') format('truetype');
    src: url('/fonts/BrutaGlbExtended-Bold.ttf') format('truetype'),
    url('/fonts/BrutaGlbExtended-Bold.woff2') format('woff2'),
    url('/fonts/BrutaGlbExtended-Bold.woff') format('woff');
    font-weight: 700;
}

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

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: 150%;
    font-family: "BrutaGlbExtended", 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;
}

.main {
    background-image: url("/img/_1.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 90px;
}

.main-msh {
    color: #464646;
    margin-top: 24px;
    font-size: 18px;
    line-height: 150%;
}

.main-rsp {
    color: rgba(70, 70, 70, 0.6);
    margin-top: 11px;
    font-size: 18px;
}

.main-eko {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 26px;
    font-size: 24px;
}

.main-bln {
    line-height: 110%;
    color: #201F29;
}

.main-footer_knt-knt {
    color: rgba(70, 70, 70, 0.4);
    white-space: nowrap;
    font-size: 18px;
}

.main-footer_knt-flp {
    color: #201F29;
    font-size: 24px;
}

.main-footer_knt-pch {
    color: #201F29;
    font-family: Circle, sans-serif;
    font-size: 22px;
    line-height: 26px;
}

.main-logo {
    width: 285px;
    height: 55px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.main-bln {
    font-size: 18px;
}

.main-image {
    margin-top: 53px;
}

.main-rewards {
    margin-top: 24px;
    display: flex;
    gap: 16px;
}

.main-reward {
    width: 109px;
}

.main-footer {
    margin-top: 63px;
    display: flex;
    gap: 30px;
}

.main-footer_knt:last-child {
    text-align: right;
    padding-right: 10px;
}

.fountain {
    background-image: url("/img/_1.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 90px;
}

ul {
    list-style: none;
    width: 50%;
}

li {
    display: flex;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

li:before {
    width: 27px;
    height: 31px;
    content: "";
    display: flex;
    background: url(/img/_12.svg) no-repeat;
    background-size: contain;
    margin-right: 10px;
    flex: 0 0 27px;
}

.fountain-image {
    width: 100%;
    max-width: 404px;
}

.fountain-images_row {
    display: flex;
    gap: 30px;
}

.fountain-image_description {
    width: 100%;
    max-width: 154px;
}

.fountain-list {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    width: 100%;
    margin-bottom: 7px;
}

.k-k {
    background: #D22233;
    text-transform: uppercase;
    color: white;
    margin-top: 53px;
    display: inline-block;
    font-size: 24px;
    padding: 3px;
    font-weight: bold;
}

.k-images {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.k-footer {
    background: #99CA45;
    margin-top: auto;
    width: 100%;
    padding: 90px;
    display: flex;
    gap: 30px;
}

.k-footer_knt-knt {
    color: rgba(0, 0, 0, 0.4);
}

.k-footer_pch {
    font-size: 13px;
}

.k-footer_phone {
    font-size: 18px;
}

.k-col_title {
    font-weight: bold;
    color: #D22233;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 14px;
}

.k table td:first-child {
    color: rgba(0, 0, 0, 0.4);
}

.k table td:last-child {
    text-align: right;
}

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

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

.k td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px 0;
}

.k-container {
    padding: 90px 90px 0;
}

.k-images div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.k-images div:first-child img {
    width: 100%;
    max-width: 200px;
}

.k-images div:last-child img {
    height: 100%;
}

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

.k-footer_knt {
    text-align: right;
}

.k-footer > div {
    width: 50%;
}

.k-footer_knt-knt {
    font-size: 18px;
}

.k-footer_flp {
    font-size: 22px;
}

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

    .main {
        padding: 30px;
    }

    .main-logo {
        width: 150px;
        height: 30px;
    }

    .main-bln {
        font-size: 11px;
    }

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

    .main-rsp {
        margin-top: 5px;
        font-size: 16px;
    }

    .main-eko {
        margin-top: 13px;
        font-size: 14px;
    }

    .main-msh {
        margin-top: 10px;
        font-size: 10px;
        line-height: 125%;
    }

    .main-reward {
        width: 50px;
    }

    .main-rewards {
        margin-top: 10px;
        gap: 8px;
    }


    .main-footer {
        margin-top: 30px;
        gap: 15px;
    }

    .main-footer_knt-knt {
        font-size: 10px;
    }

    .main-footer_knt-flp {
        font-size: 11px;
        line-height: 110%;
    }

    .main-footer_knt-pch {
        font-size: 13px;
        line-height: 16px;
    }

    .main {
        background-size: 65px;
    }

    .fountain {
        padding: 30px;
    }

    .fountain-image {
        max-width: 200px;
    }

    .fountain-list {
        margin-top: 15px;
        gap: 15px;
        margin-bottom: 3px;
    }

    li:before {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        flex: 0 0 15px;
    }

    li {
        font-size: 10px;
        margin-bottom: 10px;
        line-height: 150%;
    }

    .fountain {
        background-size: 65px;
    }

    .k-container {
        padding: 30px 30px 0;
    }

    .k-k {
        margin-top: 20px;
        font-size: 13px;
        padding: 3px;
    }

    .k-images div:first-child img {
        max-width: 130px;
    }

    .k-images div:last-child img {
        max-height: 130px;
    }

    .k-images {
        margin-top: 25px;
    }

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

    .k-col_title {
        margin-bottom: 5px;
    }

    .k td {
        padding: 3px 0;
        font-size: 14px;
    }

    .k-col + .k-col {
        margin-top: 5px;
    }

    .k {
        height: 900px;
    }

    .k-footer {
        padding: 30px;
        gap: 15px;
    }

    .k-footer_knt-knt {
        font-size: 10px;
        line-height: 1;
    }

    .k-footer_pch {
        line-height: 1.2;
    }

    .k-footer_flp {
        font-size: 10px;
        line-height: 150%;
    }

    .k-footer_phone {
        font-size: 12px;
        line-height: 1.2;
    }
}

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

    .main, .fountain {
        padding: 60px;
    }

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

    .main-rsp {
        margin-top: 5px;
    }

    .main-eko {
        margin-top: 10px;
    }

    .main-msh {
        margin-top: 24px;
    }

    .main-rewards {
        margin-top: 10px;
        gap: 8px;
    }

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

    .k-container {
        padding: 50px;
    }

    .k-k {
        margin-top: 25px;
    }

    .k-images {
        margin-top: 25px;
    }

    .k-row {
        margin-top: 40px;
    }

    .k-footer {
        padding: 50px;
    }
}