    .table-job-offers-outer {
        position: relative;
        overflow: hidden;
        padding: 6px;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -6px;
    }

    .table-job-offers.table-responsive {
        overflow-y: hidden;
    }

    .table-job-offers {
        padding: 6px;
        width: calc(100% + 6px);
    }

    .table-job-offers {
        letter-spacing: .025em;
        color: #151515;
    }

    .table-job-offers tbody {
        width: 100%;
    }

    .table-job-offers tr {
        transition: .35s ease-in-out;
    }

    .table-job-offers tr {
        height: 102px;
    }

    .table-job-offers tr {
        border-top: 1px solid #d6d6d6;
    }

    .table-job-offers-date:first-child {
        width: 16%;
        padding: 0;
    }

    .table-job-offers td {
        padding: 14px 20px;
    }

    .table-job-offers-date,
    .table-job-offers-meta .object-inline>* {
        white-space: nowrap;
    }

    .table-job-offers-date:first-child>* {
        display: block;
        padding: 16px 18px 16px 30px;
        border-right: 1px solid #d6d6d6;
    }

    .table-job-offers td {
        padding: 14px 20px;
    }

    .table-job-offers-main {
        min-width: 360px;
        width: 71.5%;
    }

    .company-light {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .company-light-figure {
        flex-shrink: 0;
        min-width: 58px;
        text-align: center;
    }

    .company-light>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 24px;
        margin-left: 24px;
    }

    .company-light-main {
        flex-grow: 1;
    }

    .company-light-main>*+* {
        margin-top: 3px;
    }

    .object-inline {
        white-space: nowrap;
    }

    .table-job-offers-date,
    .table-job-offers-meta .object-inline>* {
        white-space: nowrap;
    }

    .object-inline>* {
        display: inline-block;
        min-width: 20px;
        vertical-align: top;
        white-space: normal;
    }

    .icon-sm {
        font-size: 19px;
    }

    .icon {
        display: inline-block;
        line-height: 1.1;
    }

    .object-inline>*+* {
        margin-left: 5px;
    }

    .object-inline .icon-1,
    .object-inline .icon-default {
        position: relative;
        top: 2px;
    }

    .table-job-offers-date,
    .table-job-offers-meta .object-inline>* {
        white-space: nowrap;
    }

    .table-job-offers-outer+.pagination-outer,
    .table-job-offers+.pagination-outer {
        margin-top: 40px;
    }

    @media (min-width: 768px) {
        *+.pagination-outer {
            margin-top: 50px;
        }
    }

    *+.pagination-outer {
        margin-top: 30px;
    }

    .pagination {
        display: inline-flex;
        flex-wrap: wrap;
        font-size: 0;
        line-height: 0;
        margin-bottom: -6px;
        margin-left: -6px;
    }

    .page-item {
        display: inline-flex;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .page-item-control .page-link {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-item.active>.page-link,
    .page-item.active>.page-link:hover,
    .page-item.active>.page-link:focus,
    .page-item.active>.page-link:active {
        color: #ffffff;
        background-color: #1087eb;
        border-color: #1087eb;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #ffffff;
        background-color: #1087eb;
        border-color: #1087eb;
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .table-job-offers tr:hover {
    background: #f3f4f9;
    box-shadow: 0 2px 8px 1px rgb(0 0 0 / 15%);
    border-color: #f3f4f9;
}
