

/* Start:/local/templates/.default/css/new_page_jobs.css?169181005920411*/
h1.intro {
    display: none;

}

.text-aling-right_custom {
    text-align: right;
}

.m-0-auto {
    margin: 0 auto;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-40 {
    margin-top: 40px !important;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.nav_custom {
    width: max-content !important;
}

.d-flex_custom {
    display: flex !important;
}

.flex-column_custom {
    flex-direction: column;
}

.align-items-center_custom {
    align-items: center;
}

.mr-md-auto_custom {
    margin-right: auto !important;
}

.row_custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row_custom>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1_custom {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2_custom {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3_custom {
    flex: 0 0 auto;
    width: 25%;
}

.col-4_custom {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5_custom {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6_custom {
    flex: 0 0 auto;
    width: 50%;
}

.col-7_custom {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8_custom {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9_custom {
    flex: 0 0 auto;
    width: 75%;
}

.col-10_custom {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11_custom {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12_custom {
    flex: 0 0 auto;
    width: 100%;
}

.col-xl-12_custom {
    flex: 0 0 auto;
    width: 100%;
}

.col-xxl-8_custom {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.justify-content-center_custom {
    justify-content: center;
}

.my-2_custom {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.d-column_custom {
    flex-direction: column;
}

/* #content {
    padding: 0 !important;
} */

#content>.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.align-items-center_custom {
    align-items: center !important;
}


.title_section {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 43px;
    color: #008B8A;
}

.subtitle {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #333333;
}

.main_banner {
    background: url(/local/templates/.default/css/../../inner/images/main_banner_jobs.png) no-repeat;
    /* height: 620px; */
    background-size: cover;
    padding-top: 40px;
    /*padding-top: 40px;*/
    box-sizing: border-box;
    padding-bottom: 202px;
}

.main_banner .breadcrumbs {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: max-content;
}

.main_banner .breadcrumbs li {
    list-style: none;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.main_banner .breadcrumbs li::after {
    content: '>';
    display: block;
    margin-left: 8px;
}

.main_banner .breadcrumbs li:last-child::after {
    display: none;
}

.main_banner .breadcrumbs li,
.main_banner .breadcrumbs li a {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: normal;
}

.main_banner .breadcrumbs li.active {}

.main_banner .top_nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.main_banner .top_nav ul li {
    list-style: none;
    margin-right: 40px;
    line-height: normal;
    font-size: 16px;
}

.main_banner .top_nav ul li:last-child {
    margin-right: 0;
}

.main_banner .top_nav ul li a {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.main_banner .top_nav ul li a:hover {
    color: #000;
}

.main_banner .banner_content {
    padding-left: 0;
}

.main_banner .banner_content h2.title {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.main_banner .banner_content .banner_text {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.8);
}

.about_us .items {}

.about_us .items .item {
    display: flex;
    flex-direction: column;
}

.about_us .items .item img {
    width: 120px;
    height: 120px;
}

.about_us .items .item h3 {
    margin: 0;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 12px;
}

.about_us .items .item .descr {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.reviews {
    padding-bottom: 100px;
}

.reviews .reviews_slider {
    position: relative;
}

.reviews .reviews_slider .reviews_item {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(0, 139, 138, 0.05);
    border-radius: 12px;
    height: 100%;
}

.reviews .reviews_slider .reviews_item .img {
    padding: 10px;
    border: 2px solid #008B8A;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
}

.reviews .reviews_slider .reviews_item .img img {
    width: 100%;
    border-radius: 50%;
    height: 176px;
    object-fit: cover;
}

.reviews .reviews_slider .reviews_item h3 {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 4px;
}

.reviews .reviews_slider .reviews_item h5 {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 40px;
    margin-top: 0;
}

.reviews .reviews_slider .reviews_item .mess {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.reviews .owl-next,
.reviews .owl-prev {
    border: none;
    outline: none;
    background: none;
    width: 20px;
    height: 60px;
    background: url(/local/templates/.default/css/../../inner/images/arrow_slider.png);
}

.reviews .owl-next span,
.reviews .owl-prev span {
    display: none;
}

.reviews .owl-prev {
    left: -72px;
    display: block;
}

.reviews .owl-next {
    right: -72px;
    display: block;
    transform: rotate(180deg);
}

.reviews .owl-loaded {
    overflow: initial;
}

.reviews .owl-stage-outer {
    overflow: hidden;
}

.jobs_fillter .wrapper {
    background: rgba(0, 139, 138, 0.05);
    border-radius: 12px;

}

.jobs_fillter .fillter_city {}

.jobs_fillter .fillter_city .select_city {
    padding: 16px 52px;
    width: 100%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #AEAEAE;
    background: #FFFFFF;
    border: 1px solid #80C6C5;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.jobs_fillter .fillter_city .select_city::before {
    content: '';
    background: url(/local/templates/.default/css/../../inner/images/geo_job.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.jobs_fillter .fillter_city .select_city::after {
    content: '';
    display: block;
    background: url(/local/templates/.default/css/../../inner/images/arrow_fillter_job.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-size: contain;
}

.jobs_fillter .fillter_city .active_fillter_select {
    color: #333333;
}

.jobs_fillter .fillter_city {
    position: relative;

}

.jobs_fillter .fillter_city .list_city {
    display: none;
    transform: scale(0);
    transition: 0.5s all;
}

.jobs_fillter .fillter_city .list_city_show {
    display: block;
    transform: scale(1);
    /* position: absolute; */
    width: 100%;
}

.jobs_fillter .fillter_city .list_city ul {
    padding: 0;
    margin: 0;
}

.jobs_fillter .fillter_city .list_city ul li {
    list-style: none;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding: 16px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 1px solid #F4F4F4;
    cursor: pointer;
}

.jobs_fillter .fillter_city .list_jobs {
    margin-top: 60px;
}

.jobs_fillter .fillter_city .list_jobs .item {
    display: none;
}

.jobs_fillter .fillter_city .list_jobs .show_item {
    display: block;
}

.jobs_fillter .fillter_city .list_jobs .item .list_item h3 {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    color: #008B8A;
    margin-bottom: 12px;
}

.jobs_fillter .fillter_city .list_jobs .item .list_item ul {
    padding-left: 3rem;
}

.jobs_fillter .fillter_city .list_jobs .item .list_item ul li {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.bottom_banner_list {
    margin: 0 auto;
    position: relative;
}

.bottom_banner_list .item img {
    width: 100%;
}

.bottom_banner_list .owl-dots {
    top: 90%;
}

@keyframes playSlickDots {
    0% {
        background-position: 0
    }

    to {
        background-position: -1952px
    }
}

.bottom_banner_list .owl-dots .active {
    /* border: 5px solid #008B8A; */
    background: url(/local/templates/.default/images/preloader-green5.png) no-repeat 100%;
    background-size: auto;
    background-size: auto auto;
    background-size: 1952px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 0;
    outline: none;
    border: none;
    border-radius: 100%;
    display: inline-block;
    animation: playSlickDots 10s steps(61);

}

.bottom_banner_list .owl-dots .active::before {
    background: transparent;
    /* border: 5px solid #008b8a; */
    border-radius: 50%;
    color: #fff;
    content: "";
    font-family: "slick";
    font-size: 11px;
    line-height: 6px;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 27px;
    height: 27px;
}

.bottom_banner_list .owl-dots .owl-dot {
    background: url(/local/templates/.default/images/preloader-green5.png) no-repeat 100%;
    background-size: auto;
    background-size: auto auto;
    background-size: 1952px 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 0;
    outline: none;
    border: none;
    border-radius: 100%;
    display: inline-block;
}

/* Детальная страница вакансии */

.top_detail_job .breadcrumbs {
    flex-basis: 50%;
    display: flex;
    margin: 0;
    padding: 0;
}

.top_detail_job .breadcrumbs li {
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #008B8A;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 8px;
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.top_detail_job .breadcrumbs li::after {
    content: '>';
    font-size: 13px;
}

.top_detail_job .breadcrumbs li:last-child::after {
    display: none;
}

.top_detail_job .breadcrumbs li a {}

.top_detail_job .nav_custom {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
}

.header_item_job h1.title {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
    color: #008B8A;


}

.header_item_job .link_back {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #008B8A;
    position: relative;
}

.header_item_job .link_back::before {
    content: '';
    display: block;
    background: url(/local/templates/.default/css/../../inner/images/ar_link_back.png) center no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);

}

.tabs_content .tabs_wrapper .item {
    padding: 16px 30px;
    box-sizing: border-box;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
}

.tabs_content .tabs_wrapper .item_active {
    background: #F2F9F9;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
}

.tabs_content .show_tab_content {
    display: none;
}

.tabs_content .show_tab_content_active {
    display: block;
}

.tabs_content .show_tab_content .top_descr {
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0px 12px 12px 12px;
    border: 1px solid #CCCCCC;
    background: #F2F9F9;
    margin-top: -1px;
}

.tabs_content .show_tab_content .top_descr ul {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    padding: 0;
    margin: 0;
    padding-left: 30px;
}

.tabs_content .show_tab_content .top_descr ul ol {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    padding: 0;
    margin: 0;
}

.form_wrapper form .form_froup {
    display: flex;
    gap: 100px;
}

.form_wrapper form label {
    width: calc(100% - 47px);
}

.form_wrapper form label input {
    width: 100%;
    border: 1px solid #80C6C5;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 20px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #AEAEAE;
}

.input_wrapper {
    position: relative;
    width: max-content;
}

.form_wrapper .btns {
    justify-content: space-between;
    width: calc(100% - 46px);
}

.form_wrapper .btns .input_file_wrapper {
    gap: 30px;
    display: flex;
}

.link_file {
    font-size: 0;
    width: 303px;
    height: 62px;
    background: transparent;
    border-radius: 4px;
    border: none;
    outline: none;
    position: relative;
    opacity: 0;
    z-index: 20;
    cursor: pointer;
}

.input_wrapper span {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    background: #F4F4F4;
    border-radius: 4px;
    width: 303px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_wrapper span svg {
    margin-right: 10px;
}

.form_wrapper .sub_form {
    background: linear-gradient(90deg, #F05E22 0%, #F18255 100%);
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    outline: none;
    padding: 0px 50px;
    box-sizing: border-box;
    height: 62px;
}

.table_responsive_job {

    border: 1px solid #C4C4C4;
    margin-top: -1px;
    border-radius: 8px;
}

.table_responsive_job table {
    width: 100%;
    table-layout: fixed;
    background: #F2F9F9;
    border-radius: 12px;

}

.table_responsive_job table tr {
    border-bottom: 1px solid #C4C4C4;
    display: flex;

}

.table_responsive_job table tr:last-child {
    border-bottom: none;
}

.table_responsive_job table tr td {
    flex-basis: 40%;
    padding: 30px;
    box-sizing: border-box;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    border-right: 1px solid #C4C4C4;
    align: center;
    display: flex;
    align-items: center;
}

.table_responsive_job table tr td ul {
    margin: 0 !important;
    padding: 0 !important;
}

.table_responsive_job table tr td:nth-child(2) {
    border-right: none;
    flex-basis: 50%;
    align-items: center;
}

@media (max-width: 1366px) {

    .input_wrapper input,
    .input_wrapper span {
        width: 250px;
    }

    .form_wrapper {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

@media (max-width: 1024px) {
    .header_item_job .col-6_custom .title {
        flex: 0 0 auto;
        width: 100%;

    }

    .form_wrapper form .btns .input_file_wrapper {
        flex-direction: column;
    }

    .table_responsive_job {
        /* overflow: scroll; */
    }

    .main_banner .banner_content {
        flex: 0 0 auto;
        width: 50%;
    }

    .about_us .subtitle,
    .about_us .items {
        flex: 0 0 auto !important;
        width: 100%;
    }
}

@media (max-width: 960px) {
    .form_wrapper .form_froup {
        gap: 0px !important;
        flex-direction: column;

    }

    .sub_form {
        width: max-content;
    }

    .form_wrapper .btns {
        flex-direction: column;
        gap: 30px;
    }

    .about_us .items .col-10_custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .reviews .col-12 .col-12_custom .col-10_custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .jobs_fillter .col-12_custom .col-10_custom {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about_us .items {
        flex-wrap: wrap;
    }

    .about_us .items .item {
        flex: 0 0 auto;
        width: 100%;
    }

    .main_banner .banner_content {
        width: 100%;
    }
}

@media (max-width: 668px) {
    .form_wrapper form .form_froup label {
        width: 100%;
        margin-bottom: 30px;
    }

    .form_wrapper form .mb-70 {
        margin-bottom: 30px;
    }

    .text_content_tab h2 {
        width: 100%;
        text-align: left;
    }

    .text_content_tab .subtitle {
        width: 100%;
        text-align: left;
    }

    .top_detail_job .breadcrumbs {
        flex-basis: 100%;
    }

    .tabs_content .tabs_wrapper .item {
        padding: 6px 20px;
        font-size: 14px;
    }

    .header_item_job .row_custom {
        flex-direction: column;
        gap: 30px;
    }

    .header_item_job .row_custom .wrapper_title {
        order: 1;
        width: 100%;
    }

    .header_item_job .row_custom .wrapper_link {
        text-align: left;
        padding-left: 30px;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .table_responsive_job table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .table_responsive_job table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
    }

    .table_responsive_job table td:last-child {
        border-bottom: 0;
    }

    .table_responsive_job table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    .table_responsive_job table tr td{
        text-align: left;
    }
    .nav_custom {
        display: none;
    }

    .jobs_fillter .wrapper_fillter .subtitle,
    .jobs_fillter .wrapper_fillter .fillter_city {
        width: 100%;
        flex: 0 0 auto;
    }

    .jobs_fillter .wrapper_fillter .fillter_city {
        padding: 0 30px;
        box-sizing: border-box;
    }
}

/* End */
/* /local/templates/.default/css/new_page_jobs.css?169181005920411 */
