@charset "UTF-8";

header {
    background: rgb(0 104 179 / 0.95);
}
main#main {
    top: -30px;
}
#pan {
    background: none;
}
#pan ul {
    margin: 0 0 0 auto;
}
#pan ul li:after {
    border-color: #ffffff;
    left: 5px;
}
#pan ul li:before, #pan ul li:after {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
}
@media screen and (max-width: 900px) {
main#main {
    top: -28px;
}
}
@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;
}

}