.page-title--jobs {
    background: linear-gradient(89deg, #FAFDFF 47.43%, #C3E9E4 98.96%);
}

.jobs {
    padding: 60px 0;
    background: #EFF5FB;
}

.jobs::before {
    content: none;
}

.jobs__wrapper {
    display: flex;
    gap: 20px;
}

.jobs__sidebar {
    flex: 1 1 100%;
    max-width: 294px;
}



.jobs__sidebar-title {
    padding: 17px 20px;
    border-bottom: 1px solid #F3F4F5;
    color: #222D3A;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}



.jobs__content {
    flex: 1 1 100%;
}

.jobs__content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.jobs__sort .facetwp-type-sort {
    margin: 0;
    width: 100%;
}

.jobs__sort .nice-select {
    width: 270px;
}

.jobs__sort-label {
    color: #343E4A;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 138%;
}

.jobs__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.jobs__item {
    padding: 15px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 11px 18px 0 rgba(8, 37, 67, 0.06);
    border: 2px solid #fff;
    transition: all .3s;
}

.jobs__item--active {
    border-color: #20247A;
}

.jobs__item-header {
    display: flex;
    width: 100%;
    align-items: center;
}

.jobs__item-title {
    width: 100%;
}

.jobs__item-salary {
    color: #20247A;
    white-space: nowrap;
    margin-right: 25px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.jobs__item-toggle {
    padding: 13px;
    border-radius: 10px;
    background: #F3F4F5;
    line-height: 0;
    transition: all .3s;
}

.jobs__item-toggle svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: all .3s;
}

.jobs__item-location {
    color: #92969A;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 138%;
    margin-top: -5px;

}

.jobs__item--active .jobs__item-toggle {
    background: #20247A;
}

.jobs__item--active .jobs__item-toggle svg {
    transform: rotate(180deg);
}

.jobs__item-toggle svg path {
    transition: all .3s;
}

.jobs__item--active .jobs__item-toggle svg path {
    stroke: #fff;
}

.jobs__item-content-wrap {
    display: none;
}

.jobs__item-content {
    margin-top: 15px;
    border-top: 2px solid #20247A;
    padding-top: 15px;
}

/* .jobs__item--active .jobs__item-content {
    display: block;
} */

.jobs__item-section {
    margin-bottom: 15px;
}

.jobs__item-section-title {
    color: #343E4A;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 144%;
    margin-bottom: 10px;
}

.jobs__item-list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.jobs__item-section {
    color: #343E4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 143%;
}

.jobs__item-section *:last-child {
    margin-bottom: 0;
}

.jobs__item-section strong {
    color: #20247A;
}

.jobs__item-section p {
    margin-bottom: 10px;
}

.jobs__item-section ul {
    margin-bottom: 10px;
}

.jobs__item-section ul li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
}

.jobs__item-section ul li:last-child {
    margin-bottom: 0;
}

.jobs__item-section ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../img/icons/icon-list-item.svg") center no-repeat;
    background-size: contain;
}

.jobs__item-text {
    margin-top: 10px;
    color: #343E4A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 143%;
}

.jobs__item-text strong {
    color: #20247A;
    font-weight: 700;
}

.jobs__item-footer {
    padding-top: 15px;
    border-top: 1px solid #F3F4F5;
    display: flex;
    align-items: center;
}

.jobs__item-phone {
    color: #191C21;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    transition: all .3s;
}

.jobs__item-phone:hover {
    color: #20247A;
}

.jobs__item-footer-text {
    color: #92969A;
    font-size: 13px;
    font-weight: 400;
    line-height: 138%;
    margin-bottom: 2px;
    display: block;
}

.jobs__item-footer-divider {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 138%;
    display: block;
    margin-inline: 20px;
}

.jobs__item-apply {
    font-size: 14px;
    padding: 16px 21px;
    height: auto;
    font-weight: 600;
    text-align: center;
}

.benefits {
    padding-top: 194px;
}

.jobs__category-btn {
    display: inline-block;
}

.pagination-wrapper {
    margin-top: 50px;
}

.pagination-wrapper .facetwp-facet-loadmore {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper .facetwp-page {
    margin: 0;
}

.jobs__sidebar .facetwp-facet {
    margin: 0;
}

.jobs__sidebar .facetwp-radio {
    background: none;
}

.jobs__sidebar .facetwp-radio.checked {
    background: none;
}

.jobs__sidebar .facetwp-counter {
    display: none;
}

@media (min-width: 1025px) {
    .jobs__sidebar .facetwp-radio {
        padding: 13px 20px;
        background: #fff;
        color: #343E4A;
        font-size: 13px;
        font-family: Inter;
        font-weight: 600;
        line-height: 138%;
        transition: all .3s;
        position: relative;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .facetwp-radio:hover {
        color: #20247A;
    }

    .facetwp-radio.checked::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 3px;
        left: 0;
        top: 0;
        background: #004392;
    }

    .facetwp-radio.checked {
        background: #F9FBFE;
        color: #20247A;
    }

    .jobs__sidebar-wrapper {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .page-title--jobs {
        background: linear-gradient(90deg, #F4F8FD 0%, #C3E9E4 100%);
    }

    .page-title--jobs .page-title__bg {
        left: auto;
        right: 0;
        height: 80%;
    }

    .jobs {
        padding: 30px 0;
    }

    .jobs__wrapper {
        flex-direction: column;
    }

    .jobs__sidebar-title {
        display: none;
    }

    .jobs__sidebar .facetwp-type-radio {
        display: flex;
        gap: 4px;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .jobs__sidebar .facetwp-radio {
        white-space: nowrap;
        border-radius: 6px;
        background: #FFF;
        padding: 4px 9px;
        color: rgba(52, 62, 74, 0.8);
        font-family: Inter;
        font-size: 13px;
        font-weight: 600;
        line-height: 138%;
        margin-bottom: 0;
    }

    .jobs__sidebar .facetwp-radio.checked {
        background: #0B54A0;
        color: #fff;
    }

    .jobs__content-top {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 20px;
    }

    .jobs__sort-label {
        display: none;
    }

    .jobs__sort .nice-select {
        width: 100%;
    }

    .jobs__item-header {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .jobs__item {
        padding: 7px 8px 7px 12px;
        border-radius: 8px;
    }

    .jobs__item-toggle {
        position: absolute;
        top: 0;
        right: 0px;
        padding: 9px;
    }

    .jobs__item-salary {
        font-size: 14px;
        margin-right: 0;
    }

    .jobs__item-location {
        margin-top: 0;
    }

    .jobs__item-content {
        padding-top: 12px;
    }

    .jobs__item-section-title {
        font-size: 15px;
    }

    .jobs__item-list {
        margin-top: 7px;
        gap: 7px;
    }

    .jobs__item-list-item {
        font-size: 13px;
    }

    .jobs__item-section {
        margin-bottom: 12px;
    }

    .jobs__item-section ul li {
        margin-bottom: 7px;
    }

    .jobs__item-section p {
        margin-bottom: 7px;
    }

    .jobs__item-section-title {
        margin-bottom: 7px;
    }

    .jobs__item-text {
        margin-top: 7px;
        font-size: 13px;
    }

    .jobs__item-footer {
        padding: 12px 0 7px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .jobs__item-footer-divider {
        margin: 0;
    }

    .jobs__item-apply {
        font-size: 13px;
        padding-block: 14px;
    }

    .jobs__sidebar {
        max-width: 100%;
    }

    .jobs__item-list-item::before {
        top: 3px;
        transform: none;
    }

    .pagination-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .page-title--jobs .page-title__bg {
        height: auto;
    }

    .jobs__categories {
        width: 100vw;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
    }

    .jobs__item-footer-divider {
        margin: 0 auto;
    }

    .jobs__item-apply {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .benefits {
        padding-top: 77px;
    }
}

@media(max-width: 580px) {
    .benefits {
        padding-top: 44px;
    }
}


.m-page {
    padding-top: 182px;
}
@media (max-width: 1260px) {
    .m-page {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .m-page {
        padding-top: 93px;
    }
}