@charset "UTF-8";


@media screen and (max-width: 500px) {
.block_table_3 table th, .block_table_7 table th {
    display: block;
    width: auto!important;
}

.block_table_3 table td, .block_table_7 table td {
    display: block;
    width: auto;
}

.block_table_3.wauto table, .block_table_7.wauto table {
    white-space: unset;
}

.block_table_3 table tr:nth-of-type(1)>td:first-child,
.block_table_3 table tr:nth-of-type(1)>th:first-child,
.block_table_7 table tr:nth-of-type(1)>td:first-child,
.block_table_7 table tr:nth-of-type(1)>th:first-child {
    width: auto!important;
}

}