.p_a2_basePages2_mainTableSection {}

.mainTableSection__blockWrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: start;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;

    background: white;
    border-radius: 0.5em;

    -webkit-box-shadow: var(--ui-shadow-block);
            box-shadow: var(--ui-shadow-block);

}

body.firmsTable__bigWidth .mainTableSection__blockWrap {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content !important;
    min-width: 1400px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

body.firmsTable__bigWidth .tableButton.btnWrapper,
body.firmsTable__bigWidth .p_a2_basePages2_mainTableSection_controlPanelTable {
    max-width: calc(100vw - 70px);
    position: -webkit-sticky;
    position: sticky;
    left: 25px;
    z-index: 15;
}

.tableView__messageBox:empty {
    display: none;
}