@charset "UTF-8";

.heading.block_header_1 p:after, .heading.block_header_6 .h:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: 65;
    /* left: calc(50% - 20px); */
    background: none;
    pointer-events: none;
}
.block_table_3 table td, .block_table_7 table td {
    background-color: var(--i_bg_color);
    border: none;
    vertical-align: middle;
}
.block_table_3 table th, .block_table_7 table th {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    text-align: center;
    vertical-align: middle;
}