.ac-td {
    width: 224px;
    height: 44px;
    color: #fff;
    font-family: "FbKolyaRegular", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    direction: rtl;
}

#tb52 tbody tr td:nth-child(6),
#tb52 tbody tr td:nth-child(8),
#tb52 tbody tr td:nth-child(9),
#tb52 tbody tr td:nth-child(10),
#tb52 thead tr th:nth-child(6),
#tb52 thead tr th:nth-child(8),
#tb52 thead tr th:nth-child(9),
#tb52 thead tr th:nth-child(10) {
    display: none;
}

@media (max-width: 1000px) {
    .gimurHolder {
        height: 380px;
    }
    .ac-mobile-table {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .ac-mobile-table .ac-mobile-table-row-1 {
        display: flex;
        justify-content: center;
        color: #fff;
    }
    .ac-mobile-table select {
        position: relative;
        width: 300px;
        height: 50px;
        float: right;
        font-size: 36px;
        margin: 0;
        padding: 0;
        margin-right: 20px;
        direction: rtl;
        background-color: #fff;
        border: none;
        font-family: "FbKolyaLight", Arial, Sans-Serif;
        text-indent: 5px;
    }
    .ac-mobile-table .ac-finish-level {
        position: relative;
        width: 180px;
        height: 50px;
        float: right;
        margin: 0;
        color: #fff;
        font-family: "FbKolyaRegular", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        text-align: left;
        direction: rtl;
    }
    .ac-mobile-table .ac-mobile-table-row-2 {
        height: 380px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .ac-mobile-table-row-2 .table.ac-active {
        display: flex;
    }
    .ac-mobile-table-row-2 .table {
        display: none;
        flex-direction: row;
        color: #fff;
        height: 51vw;
        position: relative;
        width: 700px;
        height: auto;
        float: right;
        margin: 40px 190px 20px 190px;
    }
    .ac-mobile-table-row-2 .table .thead,
    .ac-mobile-table-row-2 .table .tbody {
        display: flex;
    }
    .ac-mobile-table-row-2 .table .thead .tr,
    .ac-mobile-table-row-2 .table .tbody .tr {
        display: flex;
        flex-direction: column;
    }
    .ac-mobile-table-row-2 .table .thead .tr {
        width: 450px;
        height: 54px;
        color: #fff;
        font-family: "FbKolyaRegular", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 54px;
        text-align: center;
        direction: rtl;
    }
    .ac-mobile-table-row-2 .table .tbody .tr {
        width: 250px;
        height: 54px;
        color: #fff;
        font-family: "FbKolyaRegular", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 54px;
        text-align: center;
        direction: rtl;
    }
    .ac-mobile-table-row-2 .table .thead .tr .th:nth-child(1),
    .ac-mobile-table-row-2 .table .thead .tr .th:nth-child(6),
    .ac-mobile-table-row-2 .table .thead .tr .th:nth-child(8),
    .ac-mobile-table-row-2 .table .thead .tr .th:nth-child(9),
    .ac-mobile-table-row-2 .table .thead .tr .th:nth-child(10),
    .ac-mobile-table-row-2 .table .tbody .tr .td:nth-child(1),
    .ac-mobile-table-row-2 .table .tbody .tr .td:nth-child(6),
    .ac-mobile-table-row-2 .table .tbody .tr .td:nth-child(8),
    .ac-mobile-table-row-2 .table .tbody .tr .td:nth-child(9),
    .ac-mobile-table-row-2 .table .tbody .tr .td:nth-child(10) {
        display: none;
    }
    .ac-mobile-table-row-2 .table .tr .th,
    .ac-mobile-table-row-2 .table .tr .td {
        border: 2px solid #fff;
    }
}