:root {
    font-family: "Gantari", sans-serif;
    font-size: 20px;
    line-height: 1;
}
html {
    position: absolute;
    left: 0px;
    right: 0px;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    text-align: center;
}
* {
    scrollbar-width: none;
}
*::-webkit-scrollbar {
    width: 0;
    height: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.main,
.menu_header,
.lmenu_open,
.menu_header * ,
.main > * ,
.body * ,
.body {
    min-width: 0;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.resolution-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none; /* важно */
    align-items: center;
    justify-content: center;
}

.resolution-overlay.is-visible {
    display: flex;
}


.resolution-overlay__box {
    padding: 32px 40px;
    border-radius: 12px;

    min-width: 420px;
    max-width: 520px;

    text-align: center;
}

.resolution-overlay__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.resolution-overlay__text {
    font-size: 14px;
    line-height: 1.4;
}



.hidden {
    display: none !important;
}
.scale-wrap {
    will-change: transform;
    backface-visibility: hidden;
    visibility: hidden;
    transform-origin: top center;
}
.scale-wrap.is-ready {
    visibility: visible;
}
.viewport {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.app {
    width: 1920px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu_header {
    flex: 0 0 auto;
    height: 76.406px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid;
}
.main {
    flex: 1 1 auto;
    display: flex;
    min-height: 0; /* критично для переполнений */
}
.lmenu_open {
    flex: 0 0 346px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
.body {
    flex: 1 1 auto;
    min-width: 0;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
}


/* Форма входа */

.index_LOGIN {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.index_LOGIN_FORM {
    padding-top: 57px;
    box-sizing: border-box;
    width: 507px;
    height: 540px;
    border-radius: 43px;
}
.index_LOGIN_div_label_header {
    margin-left: 160px;
    width: 186px;
    height: 33px;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}
.index_LOGIN_div_label {
    margin-top: 60px;
    margin-left: 66px;
    margin-right: 66px;
    width: 375px;
    height: 80px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.index_LOGIN_INPUT_input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
    width: 360px;
    height: 46px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    border: none;
    box-sizing: border-box;
}
.index_LOGIN_INPUT_submit_login {
    margin-top: 139px;
    margin-left: 171px;
    width: 164px;
    height: 60px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 27px;
    line-height: 100%;
    border: none;
}
.index_LOGIN_INPUT_submit_back {
    margin-top: 18px;
    margin-left: 160px;
    width: 200px;
    height: 20px;
    font-weight: 600;
    font-size: 18px;
    background: none;
    border: none;
}
/* Форма входа КОНЕЦ */

/* Шапка */
.home_page {
    flex: 0 0 346px;
    height: 100%;
}

.home_page_submit {
    width: 100%;
    height: 100%;
    font-size: 24px;
    background: none;
    border: none;
}


.select_pvz_form {
    flex: 0 0 700px;
    height: 100%;
    border: none;
    text-align: center;
}
.select_pvz_form:hover {
    cursor: pointer;
}
    /* Выпадащее меню select_pvz_form */
    .select_pvz_custom_select {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        user-select: none;
    }
    .select_pvz_selected {
        padding: 15px;
        background: none;
        border: none;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .select_pvz_options {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 100%;
        left: 0;
        width: 100%;
        border: none;
        display: none;
        max-height: 400%;
        overflow-y: auto;
        z-index: 1000;
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
    }
    .select_pvz_custom_select.select_pvz_open .select_pvz_options {
        display: block;
    }
    .select_pvz_option {
        padding: 15px;
        margin-top: 2px;
    }
    .select_pvz_option_active {
        font-weight: bold;
    }
    /* Выпадащее меню select_pvz_form КОНЕЦ */


.content_row.header_id {
    margin: 0;
    padding: 0;
    flex: 0 0 400px;
    height: 100%;
    font-size: 24px;
}
.content_row.header_name {
    margin: 0;
    padding: 0;
    flex: 0 0 400px;
    height: 100%;
    font-size: 24px;
}

.menu_header_form_logout {
    margin: 0;
    padding: 0;
    flex: 0 0 74px;
    height: 100%;
}
.menu_header_form_logout_submit {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/* Шапка КОНЕЦ */
/* lmenu_open */
.lmenu_open {
    max-width: 500px;
    opacity: 1;
    transform: translateY(0);
}
.lmenu_open.close {
    max-width: 70px;
    flex: 0 0 70px;
    overflow: hidden;
    transition: max-width 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}
.lmenu_open_close {
    cursor: pointer;
    user-select: none;
}
.lmenu_open.close .lmenu_form_submit,
.lmenu_open.close .lmenu_menu_label {
    display: none;
}

.lmenu_form {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 20px;
    width: calc(100% - 22px);
    height: auto;
    border-radius: 18px;
    border: 1px solid;
}
.lmenu_form_submit {
    padding: 0;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    background: none;
    text-align: center;
    font-size: 20px;
}
.lmenu_menu {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}

.lmenu_menu.open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.lmenu_submenu {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 3px;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 30px;
    border-radius: 18px;
    border: 1px solid;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    user-select: none;
}

.lmenu_menu_label {
    cursor: pointer;
    box-sizing: border-box;
}



    /* модалка в index.php */
    .reportModal {
        display: none;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    .reportModal form{
        display: grid;
        justify-content: space-evenly;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, 44px) 44px auto;
    }
    .index_modal {
        padding: 45px;
        width: 600px;
        height: 350px;
        border-radius: 45px;
        text-align: center;
        border-left: 3px dashed;
        border-right: 3px dashed;
        border-bottom: 3px solid;
    }
    .index_modal_header {
        font-size: 40px;
    }
    .index_modal_type {
        grid-column: 1 / 4;
        grid-row: 1;
    }
    .index_modal_label {
        height: 100%;
        display: block;
        border: 1px solid;
    }
    .index_modal_select {
        max-width: 230px;
        height: 100%;
        text-align: center;
    }
    .index_modal_button {
        height: 100%;
        border: 1px solid;
    }
    .index_modal_button_download {
        grid-row: 4;
        grid-column: 2;
    }
    .index_modal_button_cencel {
        grid-row: 4;
        grid-column: 1;
    }
    /* модалка в index.php КОНЕЦ */

/* lmenu_open КОНЕЦ */

/* body */

/* content_tile */
.content_scroll {
    overflow: scroll;
    max-height: 100%;
}

.content_tile {
    height: 150px;
    width: 295px;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
    align-items: stretch;
    border: 3px solid;
    border-radius: 10px;
    overflow: hidden;
}

.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}
.content_tile_row {
    flex: 1 1 0;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 33%;
    min-width: 100%;
    width: fit-content;
    cursor: pointer;
}
.content_tile_row_name {
    border-bottom: 3px dashed;
    border-color: inherit;
}
.content_tile_row_id {
    border-bottom: 3px dashed;
    border-color: inherit;
}
.content_tile_row_button  {
    cursor: pointer;
    font-weight: bold;
}
.userModalBox {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(3, 44px) 44px auto;
    gap: 10px;
    width: min(1000px, 96vw);
    height: auto;
    max-height: 90vh;
    min-height: 400px;
    overflow: auto;
    position: relative;
    padding: 24px;
    border-radius: 24px;
    border: 2px solid;
    cursor: default;
}
.reportModalEDIT.is-open {
    cursor: default;
}
.content_tile_row_modal {
    font-size: 18px;
    margin: 0;
    padding: 0 10px;
    height: 44px;
    min-width: 0;
    width: 100%;
    border: 2px solid;
    border-radius: 10px;
}
input[type="text"].content_tile_row_modal,
input[type="tel"].content_tile_row_modal,
div.content_tile_row_select_selected,
div.content_tile_row_multiselect_selected {
    text-decoration: underline;
}
.content_tile.content_opacity .content_tile_row {
    cursor: default;
}
.userModalBox .content_tile_row_select_custom,
.userModalBox .content_tile_row_multiselect {
    position: relative;
    cursor: pointer;
    user-select: none;
    overflow: visible;
}
.userModalBox .content_tile_row_select_selected,
.userModalBox .content_tile_row_multiselect_selected {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userModalBox .content_tile_row_select_options,
.userModalBox .content_tile_row_multiselect_options {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    max-height: 200px;
    display: none;
    overflow-y: auto;
    z-index: 50;
    border: 2px solid;
    border-top: 0;
}
.userModalBox .content_tile_row_select_open .content_tile_row_select_options,
.userModalBox .content_tile_row_multiselect_open .content_tile_row_multiselect_options {
    display: block;
}
.userModalBox .content_tile_row_select_option,
.userModalBox .content_tile_row_multiselect_option {
    min-height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed;
    cursor: pointer;
}
.userModalBox .content_tile_row_select_option:first-child,
.userModalBox .content_tile_row_multiselect_option:first-child {
    border-top: 0;
}
.userModalBox > .content_tile_row_modal.content_tile_row_name,
.userModalBox > .content_tile_row_modal.content_tile_row_lftname {
    grid-column: 1 / 4;
    grid-row: 1;
}
.userModalBox > .content_tile_row_modal.content_tile_row_id {
    grid-column: 4 / 7;
    grid-row: 1;
}
.userModalBox > .content_tile_row_modal[id^="USER_role_id"],
.userModalBox > .content_tile_row_modal.content_tile_row_select_custom {
    grid-column: 1 / 4;
    grid-row: 2;
}
.userModalBox > .content_tile_row_modal[id^="USER_number_id"] {
    grid-column: 4 / 7;
    grid-row: 2;
}
.userModalBox > .content_tile_row_modal.content_tile_row_age {
    grid-column: 1 / 4;
    grid-row: 3;
}
.userModalBox > .content_tile_row_modal.content_tile_row_pvz {
    grid-column: 4 / 7;
    grid-row: 3;
}
.userModalBox > .content_tile_row_modal.content_tile_row_tg {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 0;
    border: none;
}
.userModalBox > .content_tile_row_modal.content_tile_row_button {
    grid-row: 4;
    height: 44px;
}
.userModalBox > .content_tile_row_modal.content_tile_row_edit,
.userModalBox > .content_tile_row_modal.content_tile_row_save {
    grid-column: 1 / 4;
}
.userModalBox > .content_tile_row_modal.content_tile_row_delete,
.userModalBox > .content_tile_row_modal.content_tile_row_cencel {
    grid-column: 4 / 7;
}
.userModalBox > .content_tile_row_modal.content_tile_row_lftname[id$="l"] {
    grid-column: 1 / 2;
}
.userModalBox > .content_tile_row_modal.content_tile_row_lftname[id$="f"] {
    grid-column: 2 / 3;
}
.userModalBox > .content_tile_row_modal.content_tile_row_lftname[id$="t"] {
    grid-column: 3 / 4;
}
.userModalBoxAdd > #ADD_form0 {
    grid-column: 1 / 4;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    border: 0;
}
.userModalBoxAdd > #ADD_form0 > .content_tile_row_modal {
    height: 44px;
}
.userModalBoxAdd > #ADD_form2 {
    grid-column: 4 / 7;
    grid-row: 1;
}
.userModalBoxAdd > #ADD_form3 {
    grid-column: 1 / 4;
    grid-row: 2;
}
.userModalBoxAdd > #ADD_form4 {
    grid-column: 4 / 7;
    grid-row: 2;
}
.userModalBoxAdd > #ADD_form5 {
    grid-column: 1 / 4;
    grid-row: 3;
}
.userModalBoxAdd > #ADD_form6 {
    grid-column: 4 / 7;
    grid-row: 3;
}
.userModalBoxAdd > #ADD_form_submit {
    grid-column: 1 / 4;
    grid-row: 4;
}
.userModalBoxAdd > #ADD_form_cencel {
    grid-column: 4 / 7;
    grid-row: 4;
}
.userModalBoxAdd > #ADD_form_modal_close {
    grid-column: 1 / -1;
    grid-row: 5;
}
.userModal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.userModal.is-open {
    display: flex;
}
.userModalButton {
    margin-top: 12px;
    padding: 10px 16px;
    min-width: 0;
    width: 100%;
    justify-self: stretch;
    border: 1px solid;
    border-radius: 10px;
}
.userModalButtonClose {
    grid-column: 1 / -1;
    grid-row: 5;
    font-weight: bold;
}
/* content_tile КОНЕЦ */



.content_line_pvz_preview {
    cursor: pointer;
}
.content_line_pvz_preview > .content_row {
    flex: 1 1 0;
    max-width: none;
}
.content_line_pvz_preview > .content_row_name {
    flex: 2 1 0;
}
.reportModalVIEW {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1300;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.reportModalVIEW.is-open {
    display: flex;
}
.reportModalVIEWBox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 44px repeat(3, 44px) minmax(56px, 1fr);
    grid-auto-rows: 44px;
    gap: 10px;
    width: min(720px, 96vw);
    max-height: 90vh;
    min-height: 350px;
    overflow: auto;
    padding: 24px;
    border-radius: 24px;
    border: 2px solid;
}
.reportModalVIEWBox > .content_tile_row_modal {
    grid-column: 1;
}
.reportModalVIEWBox > .content_tile_row_modal:first-child {
    grid-column: 1 / -1;
}
.reportModalVIEWBox > .content_tile_row_modal:not(:first-child) {
    grid-column: auto;
}
.reportModalVIEWButton {
    margin-top: 0;
    padding: 10px 16px;
    min-width: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
    justify-self: stretch;
    border: 1px solid;
    border-radius: 10px;
}
.reportModalVIEWButtonClose {
    grid-column: 1 / -1;
    grid-row: 5;
}

.reportModalEDIT {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1350;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.reportModalEDIT.is-open {
    display: flex;
}
.reportModalEDITBox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 44px;
    gap: 10px;
    width: min(980px, 96vw);
    max-height: 90vh;
    min-height: 420px;
    overflow: auto;
    padding: 24px;
    border-radius: 24px;
    border: 2px solid;
}
.reportModalEDITBox > .content_tile_row_modal {
    min-width: 0;
    width: 100%;
    height: 44px;
}
.reportModalEDITBox > .content_tile_row_modal.content_tile_row_name {
    grid-column: 1 / -1;
}
.reportModalEDITBox > .reportModalEDITAction {
    grid-row: auto;
}
.reportModalEDITBox > .reportModalEDITAction.content_tile_row_edit,
.reportModalEDITBox > .reportModalEDITAction.content_tile_row_save,
.reportModalEDITBox > .content_tile_row_modal.content_tile_row_save,
.reportModalEDITBox > #ADD_form_add {
    grid-column: 1;
}
.reportModalEDITBox > .reportModalEDITAction.content_tile_row_delete,
.reportModalEDITBox > .reportModalEDITAction.content_tile_row_cencel,
.reportModalEDITBox > .content_tile_row_modal.content_tile_row_cencel,
.reportModalEDITBox > #ADD_form_cencel {
    grid-column: 2;
}
.reportModalEDITButton {
    margin-top: 0;
    padding: 10px 16px;
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
}
.reportModalEDITButtonClose {
    grid-column: 1 / -1;
    min-height: 56px;
    font-weight: bold;
}
.reportModalEDITBox .content_tile_row_select_custom,
.reportModalEDITBox .content_tile_row_select_options {
    max-width: none;
}
.reportModalEDITBox .content_tile_row_select_custom {
    position: relative;
    cursor: pointer;
    user-select: none;
    overflow: visible;
}
.reportModalEDITBox .content_tile_row_select_selected {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reportModalEDITBox .content_tile_row_select_options {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    max-height: 200px;
    display: none;
    overflow-y: auto;
    z-index: 80;
    border: 2px solid;
    border-top: 0;
}
.reportModalEDITBox .content_tile_row_select_open .content_tile_row_select_options {
    display: block;
}
.reportModalEDITBox .content_tile_row_select_option {
    min-height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dashed;
    cursor: pointer;
}
.reportModalEDITBox .content_tile_row_select_option:first-child {
    border-top: 0;
}
/* content_bricks */

.content_line {
    margin-bottom: 8px;
    height: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.content_row_header {
    margin-left: 15px;
    margin-right: 15px;
    flex: 0 0 165px;
    border: 3px solid;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
}
.content_row_header.content_tile_row_header_date,
.content_row_header.content_tile_row_header_now,
.content_row_header.content_tile_row_header_minus,
.content_row_header.content_tile_row_header_plus {
    flex: 1 1 0;
}
.content_row_header.content_tile_row_header_date,
.content_row_header.content_tile_row_header_now {
    max-width: none;
    border: none;
    border-bottom: 3px solid;
}
.content_row_header.content_tile_row_header_minus,
.content_row_header.content_tile_row_header_plus {
    max-width: none;
    border: none;
    border-left: 3px dashed;
    border-right: 3px dashed;
    border-bottom: 3px solid;
}
.hello {
    width: 100%;
    height: 100%;
    margin-top: 20%;
    font-size: 76px;
    text-align: center;
    align-content: center;
}
.content.report {
    flex-direction: row;
    flex-wrap: wrap;
}
.content_table {
    margin-left: 8px;
    margin-top: 10px;
    width: 210px;
    height: 240px;
    display: grid;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 20px;
    overflow: hidden;
}

.content_bricks {
    height: 45px;
    border-bottom: 3px dashed;
    font-size: 20px;
    box-sizing: border-box;
}

.content_bricks.content_bricks_note {
    max-width: 207.744px;
    min-width: 207.744px;
    max-height: 90.048px;
    min-height: 90.048px;
}
.content_bricks.content_bricks_note_sub {
    max-width: 207.744px;
    min-width: 207.744px;
    max-height: 44.928px;
    min-height: 44.928px;
}
.content_bricks.content_bricks_time {
    font-weight: bold;
}
.content_bricks.content_bricks_buttons {
    display: flex;
    border: none;
}
.content_bricks.content_bricks_underline {
    display: flex;
    border: none;
    flex-flow: column;
}
.content_bricks.content_bricks_edit,
.content_bricks.content_bricks_save {
    flex: 1 1 0;
    border: none;
    border-right: 3px dashed;
}
.content_bricks.content_tile_row_noborder {
    border-right: none;
}
.content_bricks.content_bricks_delete,
.content_bricks.content_bricks_cencel {
    flex: 1 1 0;
    border: none;
}

.content_bricks_custom {
    position: relative;
    cursor: pointer;
    user-select: none;
}
.content_bricks_custom_selected {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px dashed;
}
.content_bricks_custom_options {
    position: absolute;
    top: 100%;
    left: -3px;
    width: 100%;
    max-height: 144px;
    line-height: 45px;
    border-left: 3px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
    display: none;
    z-index: 1000;
    overflow: scroll;
    box-sizing: content-box;
}
.content_bricks_custom_options.sub_user {
    max-height: 98px;
}
.content_bricks_custom_open .content_bricks_custom_options {
    display: block;
}
.content_bricks_custom_option {
    line-height: 45px;    
    border-top: 3px dashed;
    cursor: pointer;
    text-align: center;
}

.content_opacity {
    filter: opacity(0.3);
}
.content_table_blur_all {
    filter: blur(1.16px);
    opacity: 0.6;
    pointer-events: none;
    transition: filter .2s, opacity .2s;
}
.content_table_active {
    filter: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

/* content_bricks КОНЕЦ */

/* body КОНЕЦ */








