.axis-load-container,
.vehicle-params-container {
    max-width: 1230px;
    overflow: visible;
}

.axis-load-title,
.vehicle-params-title {
    position: relative;
    z-index: 1;
}

.axis-load-scroll,
.vehicle-params-scroll {
    overflow: auto;
}

.vehicle-params-table,
.axis-load-table {
    border: 1px solid rgba(226, 232, 240, .95);
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.vehicle-params-table th,
.axis-load-table th {
    background: rgba(248, 250, 252, .96);
    border-bottom: 1px solid #e5e7eb;
    color: #111827;
    font-weight: 500;
    white-space: nowrap;
}

.vehicle-params-table td,
.axis-load-table td {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid #edf0f3;
    border-left: 1px solid #edf0f3;
    color: #1f2937;
    vertical-align: middle;
}

.vehicle-params-table td::after,
.axis-load-table td::after {
    content: none;
}

.vehicle-params-table tr:last-child td,
.axis-load-table tr:last-child td {
    border-bottom: 0;
}

.vehicle-params-table tr:nth-child(2n+1) td {
    background: rgba(248, 250, 252, .72);
}

.vehicle-params-table td:first-child {
    color: #111827;
    font-weight: 500;
    white-space: nowrap;
}

.vehicle-params-table td:nth-child(4) {
    padding-right: 6px;
    text-align: center;
}

.vehicle-params-table td:nth-child(5) {
    border-left: 0;
    padding-left: 6px;
    text-align: center;
}

.axis-load-table {
    min-width: 1080px;
    overflow: visible;
    table-layout: auto;
}

.axis-load-table th {
    line-height: 18px;
    max-width: none;
    min-width: 105px;
    padding: 16px 12px;
    white-space: normal;
}

.axis-load-table td {
    max-width: none;
}

.axis-load-table th:first-child {
    min-width: 160px;
}

.axis-load-table th:nth-child(2) {
    min-width: 118px;
}

.axis-load-table th:nth-child(3),
.axis-load-table th:nth-child(4),
.axis-load-table th:nth-child(5),
.axis-load-table th:nth-child(6) {
    min-width: 135px;
}

.axis-load-table th:nth-child(8) {
    min-width: 128px;
}

.axis-load-row_group td {
    background: rgba(255, 255, 255, .9);
}

.axis-load-row_normal td,
.axis-load-row_normal .axis-load-group {
    background: linear-gradient(180deg, rgba(240, 253, 244, .64), rgba(255, 255, 255, .92));
}

.axis-load-row_overload td,
.axis-load-row_overload .axis-load-group {
    background: linear-gradient(180deg, rgba(255, 247, 237, .7), rgba(255, 255, 255, .92));
}

.axis-load-group {
    border-left: 0;
    min-width: 150px;
    text-align: center;
}

.axis-load-group__title,
.axis-load-group__caption,
.axis-load-group__value,
.axis-load-base {
    display: block;
}

.axis-load-group__title {
    color: #15803d;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.axis-load-row_overload .axis-load-group__title {
    color: #b91c1c;
}

.axis-load-group__caption {
    color: #4b5563;
    font-size: 13px;
    line-height: 18px;
    margin-top: 18px;
}

.axis-load-group__value {
    color: #16a34a;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 8px;
}

.axis-load-row_overload .axis-load-group__value {
    color: #dc2626;
}

.axis-load-group_empty {
    color: #9ca3af;
}

.axis-load-axis {
    color: #111827;
    font-weight: 500;
    overflow: visible;
    padding-bottom: 28px;
    position: relative;
    white-space: nowrap;
}

.axis-load-base {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(148, 163, 184, .32);
    border-radius: 999px;
    bottom: -12px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    line-height: 16px;
    padding: 3px 9px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
}

.form_wrapper {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.form_inputs {
    flex: 1 1 100%;
    min-width: 260px;
    order: 1;
}

.form_captcha {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 52px;
    order: 2;
}

.form_button {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 118px;
    height: 44px;
    justify-content: center;
    max-width: 118px;
    min-width: 118px;
    order: 3;
    padding: 0 12px;
    width: 118px;
}

.form_button span {
    margin-left: 0;
}

.form_button .i-search {
    flex: 0 0 auto;
    margin-left: 7px;
    position: static;
}

.form_captcha__canvas {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .14);
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .08);
    display: block;
    flex: 0 0 168px;
    height: 52px;
    max-width: none;
    object-fit: contain;
    width: 168px;
}

.form_captcha__field {
    flex: 0 0 118px;
    height: 44px;
    position: relative;
    width: 118px;
}

.form_captcha__input {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .18);
    border-radius: 8px;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    letter-spacing: 0;
    outline: none;
    box-sizing: border-box;
    padding: 0 39px 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 118px;
}

.form_captcha__input:focus {
    border-color: rgba(27, 145, 227, .72);
    box-shadow: 0 0 0 3px rgba(27, 145, 227, .12);
}

.form_captcha__refresh {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(15, 23, 42, .12);
    border-radius: 0 8px 8px 0;
    color: #334155;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    width: 36px;
    z-index: 2;
}

.form_captcha__refresh:hover,
.form_captcha__refresh:focus-visible {
    background: rgba(27, 145, 227, .08);
    border-left-color: rgba(27, 145, 227, .35);
    color: #1b91e3;
}

.table_axis th::before,
.table_axis th:nth-child(2n)::before {
    background: none !important;
    content: none !important;
    display: none !important;
}

@media screen and (max-width: 767px) {
    .form_wrapper {
        border-radius: 24px;
        flex-wrap: wrap;
        padding: 12px;
    }

    .form_inputs {
        flex-basis: 100%;
        min-width: 0;
        padding: 0 16px;
    }

    .form_captcha {
        flex: 1 1 100%;
        justify-content: center;
    }

    .form_button {
        flex: 0 0 118px;
        height: 44px;
        max-width: 118px;
    }

    .axis-load-container,
    .vehicle-params-container {
        margin-top: 3.5rem;
    }

    .axis-load-title,
    .vehicle-params-title {
        font-size: 20px;
        line-height: 26px;
    }
}
