@charset "UTF-8";

.block_table_1 table td {
    border: 1px solid #515151;
}

.block_table_1 table th {
    border: 1px solid #515151;
}

@media screen and (max-width: 700px) {
table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
}

.block_table_1 table th {
    width: 100%!important;
}

.block_table_1 table td {
    width: 100%!important;
}
}