.tablo__title {
    margin-bottom: 32px;
}

.tablo__top-switches {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5d7da;
    margin-bottom: 32px;
}

.tablo__series-tabs {
    display: flex;
    gap: 12px;
}

.tablo__series-tab {
    padding: 12px;
    width: 119px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    border-radius: unset;
}

.tablo__series-tab--active {
    margin-bottom: -2px;
    color: #3259e8;
    border-bottom: 2px solid #3259e8;
}

.tablo__season-select-wrapper {
    padding: 0 16px;
}

.tablo__season-select-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: center;
    color: #262626;
}

.tablo__season-select {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #3259e8;
    border: unset;
    width: 102px;
}

.tablo__bottom-switches {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.tablo__bottom-switches-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 5px;
    width: 100%;
}

.tablo__bottom-switches__title {
    font-weight: 400;
    font-size: 10px;
    line-height: 180%;
    letter-spacing: 0.03em;
    color: #787878;
}

.tablo__bottom-switches-select {
    width: 100%;
}

.tablo__table-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tablo__table-header-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000;
}

.tablo__table-header-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #000;
}

.tablo__table-header-dates {
    color: #3259e8;
}

.pos-column {
    max-width: 72px;
    width: 72px;
}

.table-container {
    overflow-x: auto;
    max-width: 100%;
}

.results-table {
    width: 100%;
    border-collapse: collapse;
}

.results-table th, .results-table td {
    border: 1px solid #e9eaeb;
    padding: 10px 12px;
    text-align: center;
}

.results-table--personal .results-table thead {
    min-height: 95.6px;
    height: 95.6px;
}

.main-header th {
    border: 1px solid #656971;
    background: #1a1f25;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

.sub-header th {
    border: 1px solid #656971;
    background: #1a1f25;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

.stage-header {
    position: relative;
}

.toggle-stage {
    position: absolute;
    right: 0px;
    top: 5px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.results-table td {
    height: 64px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #2d323d;
    position: relative;
}

.pos-column-1, .pos-bg-1 {
    background: #f8edc2;
}

.pos-column-2, .pos-bg-2 {
    background: #f5f5f5;
}

.pos-column-3, .pos-bg-3 {
    background: #e5d1b2;
}

.tablo__start-number {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #878787;
}

.tablo__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #393b3f;
}

.tablo__car-logo {

}

.tablo__team-logo {
    max-width: 42px;
    max-height: 24px;
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
}

.bold-number {
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 143%;
    color: #2d323d;
}

td.tablo__name-td {
    vertical-align: top;
    text-align: left;
}

.tablo__pos-mark {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 32px;
    height: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    text-align: center;
    color: #6d6d6d;
    padding: 0px 3px;
}

.tablo__lap-mark {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 32px;
    height: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    text-align: center;
    padding: 0px 3px;
    color: #fff;
}

.mark-bg-purple {
    background: #9747ff;
}

.mark-bg-purple {
    background: #6ebf3b;
}

.mark-bg-black {
    background: #2d323d;
}

.best-time {
    color: #9747ff;
}

.tablo__docs {
    margin-top: 80px;
}

.tablo__docs-title {
    text-align: left;
}

.tablo__no-results {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    padding: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #393b3f;
    background: #e9eaeb;
}

.docs__title {
    margin-top: 30px;
    margin-bottom: 16px;
    text-align: left;
}

@media (max-width: 750px) {
    .tablo__bottom-switches {
        flex-wrap: wrap;
    }
    .tablo__top-switches {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tablo__table-header {
        flex-wrap: wrap;
    }

    .tablo__table-header-title {
        font-size: 24px;
    }

    .tablo__table-header-btn {
        width: 100%;
        margin-top: 24px;
    }

    .results-table {
        min-width: 1000px;
    }

    .documents__subgroups-btns {
        flex-wrap: wrap;
    }

    .document {
        flex-wrap: wrap;
    }
}