.bg {
    background: unset;
}
.bg .nav li:nth-child(-n+2) a {
    color: #000 !important;
}
.bg #kruizi a:nth-child(-n+2) {
    color: #000 !important;
    border-color: #000;
}
h3.table_box_month_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    padding: 12px 24px;
    color: #0093c3;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    margin: 2em 0 1em;
    text-transform: uppercase;
    line-height: inherit;
    border-radius: inherit;
    cursor: pointer;
    transition: all .5s ease;
}
#mobile-kr a {
    padding: 5px 15px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 5px;
    transition: .5s;
}
.table_box_month_tab {
      display: none;
    overflow-x: auto;
}
.region_table_box_month.active .caret {
    transform: rotate(0deg);
}
.table_box_month_tab.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
h3.table_box_month_title .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-width: 5px 5px 0;
    border-bottom-width: 0;
    transform: rotate(-180deg);
    transition: all .5s ease;
}
.region_table_box_month.active .caret {
    transform: rotate(0deg);
}