

/* Start:/local/templates/box/style/pages/vacancy.css?177884139818916*/
body .breadcrumbs ol {
    justify-content: center;
    margin-top: 60px;
}

.breadcrumbs {
    position: absolute;
    z-index: 1;
    width: 100%;
    color: #fff;
    left: 0;
    right: 0;
    max-width: 100%;
}

.breadcrumbs__link {
    color: #fff;
}

/** Первый экран **/
.vacancy__banner {
    display: flex;
    justify-content: center;
    position: relative;
}

.vacancy__banner-image > img {
    width: 100%;
}

.vacancy__banner-image-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 46, 93, 0.00) 60.44%, rgba(21, 46, 93, 0.80) 100%), rgba(21, 46, 93, 0.80);
}

.vacancy__banner-content-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vacancy__banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 46px;
    width: 100%;
    max-width: 1040px;
    height: 100%;
}

.vacancy__banner-content .breadcrumb span, .vacancy__banner-content .breadcrumb a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
}

.vacancy__banner-title {
    color: #fff;

    text-align: center;
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.vacancy__banner-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.vacancy__banner-text p{
    margin: 0;
    color: #fff;
}

.vacancy__banner-button {
    padding: 27px 100px;
    background-color: #23c81f;
    color: #fff;

    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;

    text-decoration: none;
}

.vacancy__banner-button:hover {
    background-color: #1fb31c;
}

@media (max-width: 1100px) {
    .vacancy__banner-content {
        max-width: unset;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .vacancy__banner-content {
        gap: 32px;
    }

    .vacancy__banner-title {
        font-size: 40px;
    }
}

@media (max-width: 375px) {
    .vacancy__banner {
        max-height: 534px;
        overflow: hidden;
    }

    .vacancy__banner-content {
        max-width: unset;
        padding: 0 15px;
    }

    .vacancy__banner-text {
        font-size: 14px;
    }

    .vacancy__banner-button {
        padding: 21px 80px;
        font-size: 20px;
    }
}

/** Блок Вакансий **/
.vacancy__hh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    background-color: #f6f6f6;
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
    padding: 42px 0;
}

.vacancy__hh-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vacancy__hh-content .vacancy__small-banner {
    height: 100%;
    overflow: hidden;
}

.vacancy__hh-content .vacancy__small-banner-content {
    gap: 50px;
}

.vacancy__hh-content .vacancy__small-banner-info {
    width: 40%;
}

.vacancy__small-banner-buttons .vacancy__small-banner-buttons {
    max-width: 321px;
}

@media (max-width: 1250px) {
    .vacancy__hh-content {
        padding: 0 20px;
    }

    .vacancy__hh-content .vacancy__small-banner-info {
        width: 45%;
    }
}

@media (max-width: 1100px) {
    .vacancy__hh-content .vacancy__small-banner-content {
        flex-direction: column;
        gap: 20px;
    }

    .vacancy__hh-content .vacancy__small-banner-info {
        width: 366px;
    }

    .vacancy__small-banner-buttons .vacancy__small-banner-buttons {
        max-width: 366px;
    }
}

@media (max-width: 768px) {
    .vacancy__hh-content .vacancy__small-banner-info {
        text-align: left;
    }
}

@media (max-width: 650px) {
    .vacancy__hh-content {
        flex-direction: column;
    }

    .vacancy__hh-content .vacancy__small-banner-content {
        flex-direction: column;
        gap: 20px;
    }

    .vacancy__hh-content .vacancy__small-banner-info {
        width: 100%;
        text-align: center;
    }
}


/** Малый баннер **/
.vacancy__small-banner-wrapper {
    background-color: #f6f6f6;
}

.vacancy__small-banner {
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
    position: relative;
    background-color: #132d5f;
}

.vacancy__small-banner-image {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.vacancy__small-banner-image > img {
    height: auto;
}

.vacancy__small-banner_mobile-small {
    height: 150px;
}

.vacancy__small-banner_mobile-small .vacancy__small-banner-image {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.vacancy__small-banner-content {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    position: absolute;
    top: 0;
    left: 0;
}

.vacancy__small-banner-info {
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    width: 35%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 22px;
}

.vacancy__small-banner-title {
    font-size: 32px;
    line-height: 24px;
}

.vacancy__small-banner-text {
    font-size: 20px;
    line-height: 30px;
}

.vacancy__small-banner-buttons {
    max-width: 366px;
}

.vacancy__small-banner-button {
    display: flex;
    width: 366px;
    padding: 19px 27px 16px 27px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    gap: 15px;
    text-decoration: none;
    color: #fff;
    max-width: 100%;
}

.vacancy__small-banner-button-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-family: Inter;
    font-style: normal;
    line-height: 20px;
}

.vacancy__small-banner-button-title {
    display: block;
    font-size: 23px;
    font-weight: 700;

}

.vacancy__small-banner-button-text {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 1250px) {
    .vacancy__small-banner-wrapper {
        padding: 0 20px 30px;
    }

    .vacancy__small-banner {
        min-width: unset;
    }

    .vacancy__small-banner_mobile-small {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .vacancy__small-banner-image,
    .vacancy__small-banner-image img{
        width: auto;
        height: 400px;
    }

    .vacancy__small-banner_mobile-small {
        height: 250px;
    }

    .vacancy__small-banner-content {
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 50px 40px;
    }

    .vacancy__small-banner-info {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .vacancy__small-banner-content {
        padding: 40px 20px;
    }

    .vacancy__small-banner-title {
        font-size: 24px;
    }

    .vacancy__small-banner-text {
        font-size: 16px;
    }

    .vacancy__small-banner-buttons {
        width: 100%;
    }

    .vacancy__small-banner-button {
        padding: 19px 17px 16px;
    }

    .vacancy__small-banner-button-title {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 375px) {
    .vacancy__small-banner-image {
        max-height: unset;
        width: 100%;
    }
}

/** Наши цифры **/
.our-numbers__block-wrapper {
    background-color: #fff;
}

.our-numbers__block {
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
    padding: 77px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.our-numbers__items {
    --column: 4;
    --gap: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--gap);
    width: 100%;
}

.our-numbers__item {
    width: calc((100% - ((var(--column) - 1) * var(--gap))) / var(--column));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.our-numbers__item-number-wrapper {
    position: relative;
    text-align: center;
}

.our-numbers__item-number-info {
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 26px;
    font-family: Inter;
    font-style: normal;
    line-height: 24px;
}

.our-numbers__item-number {
    color: #37507e;
    font-size: 64px;
    font-weight: 400;
}

.our-numbers__item-title {
    color: #37507e;
    font-size: 32px;
    font-weight: 500;
}

.our-numbers__item-text {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.our-numbers__item-text > a {
    color: #37507e;
    text-decoration: none;
}

@media (max-width: 1250px) {
    .our-numbers__block {
        min-width: unset;
        padding: 47px 20px;
    }
}

@media (max-width: 992px) {
    .our-numbers__items {
        --column: 2;
        --gap: 20px;
        row-gap: 40px;
    }
}

@media (max-width: 500px) {
    .our-numbers__block {
        padding: 40px 20px 48px;
    }

    .our-numbers__items {
        padding-bottom: 40px;
    }

    .slick-initialized .our-numbers__item.slick-slide {
        display: flex;
    }

    .our-numbers__slider .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 21px;
        width: 100%;
        right: 0;
        bottom: -15px;

    }

    .our-numbers__slider .slick-dots li button {
        background-color: #37507e;
    }

    .our-numbers__slider .slick-dots li.slick-active button {
        border: 2px solid #23c81f;
    }
}


/** Наши ценности **/
.our-values__block-wrapper {
    background-color: #fff;
}

.our-values__block {
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
    padding: 48px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.our-values__items {
    --column: 3;
    --gap: 40px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--gap);
    width: 100%;
}

.our-values__item {
    width: calc((100% - ((var(--column) - 1) * var(--gap))) / var(--column));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 19px;
    padding: 47px 54px;
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    line-height: 24px;
}

.our-values__item:nth-child(even) {
    background-color: #eaf1ff;
}

.our-values__item:last-child {
    flex-grow: 1;
}

.our-values__item-title {
    font-size: 21px;
    font-weight: 700;
}

.our-values__item-text {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1250px) {
    .our-values__block {
        min-width: unset;
        padding: 41px 20px;
    }
}

@media (max-width: 1200px) {
    .our-values__items {
        --column: 2;
        --gap: 20px;
    }
}

@media (max-width: 768px) {
    .our-values__item {
        padding: 47px 5px;
    }
}

@media (max-width: 600px) {
    .our-values__items {
        --column: 1;
        --gap: 20px;
    }
    .our-values__block-wrapper {
        background-color: #f6f6f6;
    }

    .our-values__block {
        padding-bottom: 56px;
    }

    .our-values__items {
        padding-bottom: 40px;
    }

    .slick-initialized .our-values__item.slick-slide {
        display: flex;
    }

    .our-values__slider .slick-dots {
        display: flex;
        justify-content: center;
        gap: 21px;
        width: 100%;
        right: 0;
        bottom: -15px;
    }

    .our-values__slider .slick-dots li button {
        background-color: #37507e;
    }

    .our-values__slider .slick-dots li.slick-active button {
        border: 2px solid #23c81f;
    }
}

@media (max-width: 550px) {
    .our-values__slider .slick-dots {
        display: flex !important;
    }
}

/** Сми о нас **/
.smi__block {
    --column: 3;
    --gap: 40px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: var(--gap);
    padding: 70px 0;
}

.smi__items {
    padding-bottom: 40px;
}

.smi__slider .slick-list {
    margin: 0 -15px;
}

.smi__slider .slick-slide {
    margin: 0 15px;
}

.slick-initialized .smi__item.slick-slide {
    display: flex;
}

.smi__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 0 27px;
    background-color: #fff;
}

.smi__item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 150px;
}

.smi__item-image > img {
    width: 100%;
}

.smi__item-content {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 150px);
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.smi__item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 19px;
    padding: 0 17px;
}

.smi__item-date {
    color: #afafaf;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.smi__item-title {
    color: #37507e;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.smi__item-text {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.smi__item-link {
    padding: 21.5px 100px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 5px;
    background: #37507e;
    text-decoration: none;
}

.smi__item-link:hover {
    opacity: .9;
}

.smi__slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 21px;
    width: 100%;
    right: 0;
    bottom: -15px;
}

.smi__slider .slick-dots li button {
    background-color: #37507e;
}

.smi__slider .slick-dots li.slick-active button {
    border: 2px solid #23c81f;
}

@media (max-width: 1250px) {
    .smi__block {
        padding: 70px 20px;
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .smi__block {
        padding: 70px 20px;
    }

    .smi__slider .slick-list {
        margin: 0 -10px;
    }

    .smi__slider .slick-slide {
        margin: 0 10px;
    }
}

@media (max-width: 650px) {
    .smi__block {
        background-color: #fff;
        padding: 55px 16px 65px;
    }
}

@media (max-width: 550px) {
    .smi__slider .slick-dots {
        display: flex !important;
    }
}

/** Форма в попапе **/
.popmake {
    padding: 54px !important;
}

.resume-popup-text {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
}

.resume-popup-form form {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}

.resume-input input {
    width: 100%;
    padding: 18px 25px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.resume-input input::placeholder {
    color: #8a8a8a;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.resume-input input:focus {
    border: 2px solid #37507e !important;
}

.resume-file {
    position: relative;
}

.resume-file input {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
    z-index: -1;
}

.resume-file label {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: #37507e;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.resume-file label:hover {
    opacity: .7;
}

.resume-button input {
    width: 100%;
    border: 2px solid #37507e;
    color: #37507e;
    background-color: #fff;
    padding: 18px 0;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: background-color .5s, color .5s;
}

.resume-button input:hover {
    color: #fff;
    background-color: #37507e;
}

.resume-checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.resume-checkbox-text {
    color: #333;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.resume-checkbox-text > a {
    color: #37507e;
    text-decoration: none;
}

.resume-checkbox-text > a:hover {
    text-decoration: underline;
}

.resume-checkbox input {
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    z-index: 1;
}

.resume-checkbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    border: 1px solid #cecece;

    background: #fff;
}

.resume-checkbox::after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 9px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #37507e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resume-checkbox.checked:after {
    opacity: 1;
}

.popmake.active:after {
    content: none;
}

/** Вспомогательные классы **/
.color_green {
    color: #23c81f;
}

.text_bold {
    font-weight: 700;
}

.button_cyan {
    background: #52a4dc;
}

.button_cyan:hover {
    background-color: #459cda;
}

.button_green {
    background: #23c81f;
}

.button_blue {
    background: #2f41b1;
}

.button_blue:hover {
    background-color: #459cda;
}

.button_green:hover {
    background-color: #1fb31c;
}

.button_justify_center {
    justify-content: center;
}

.vacancy__title {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

/* End */


/* Start:/local/templates/box/js/vacancy.js?17430770673964*/
//-- Высота блока с вакансиями с hh
function minHeightVacancyHH() {
    if (window.matchMedia('(min-width: 1101px)').matches) {
        let heightHH = $('body').find('.vacancy__hh-list > div:last-child').outerHeight();
        if (heightHH > 0) {
            $('.vacancy__hh').find('.vacancy__small-banner').css('height', heightHH);
        }
    } else if (window.matchMedia('(max-width: 649px)').matches) {
        let heightSmallBanner = $('.vacancy__hh').find('.vacancy__small-banner').outerHeight();
        if (heightSmallBanner > 220) {
            $('.vacancy__hh').find('.vacancy__small-banner').css('height', 220);
        }
        $('body').find('.vacancy__hh-list > div:last-child').removeAttr('style');
    } else if (window.matchMedia('(max-width: 1100px)').matches
        && window.matchMedia('(min-width: 650px)').matches) {
        let heightHH = $('body').find('.vacancy__hh-list > div:last-child').outerHeight();
        if (heightHH < 220) {
            $('.vacancy__hh').find('.vacancy__small-banner').css('height', 220);
            $('body').find('.vacancy__hh-list > div:last-child').attr('style', 'height: 220px !important');
        }
    }
}

$(function () {

    minHeightVacancyHH();
    $(window).on('resize', minHeightVacancyHH);

    //-- Слайдер цифр
    if (typeof $('.our-numbers__slider') !== "undefined") {
        if (window.matchMedia('(max-width: 500px)').matches) {
            $('.our-numbers__slider').slick({
                arrows: false,
                dots: true,
                slidesToShow: 1,
                slidesToScroll: 1,
                centerPadding: 20,
                adaptiveHeight: true,
            });
        }
    }

    //-- Слайдер ценностей
    if (typeof $('.our-values__slider') !== "undefined") {
        if (window.matchMedia('(max-width: 600px)').matches) {
            $('.our-values__slider').slick({
                arrows: false,
                dots: true,
                slidesToShow: 1,
                slidesToScroll: 1,
                centerPadding: 20,
                adaptiveHeight: true,
            });
        }
    }

    //-- Слайдер Сми
    if (typeof $('.smi__slider') !== "undefined") {
        $('.smi__slider').slick({
            arrows: false,
            dots: true,
            slidesToShow: 3,
            slidesToScroll: 1,
            adaptiveHeight: true,
            responsive: [
                {
                    breakpoint: 992,
                    settings: {
                        slidesToShow: 2
                    }
                },
                {
                    breakpoint: 650,
                    settings: {
                        slidesToShow: 1
                    }
                }]
        }).on('setPosition', function (event, slick) {
            slick.$slides.css('height', slick.$slideTrack.height() + 'px');
        });
    }

    var inputs = document.querySelectorAll('.resume-file input');
    Array.prototype.forEach.call(inputs, function (input) {
        var label = input.nextElementSibling,
            labelVal = label.innerHTML;

        input.addEventListener('change', function (e) {
            var fileName = '';
            if (this.files && this.files.length > 1) {
                fileName = (this.getAttribute('data-multiple-caption') || '').replace('{count}', this.files.length);
            } else {
                fileName = e.target.value.split('\\').pop();
            }

            if (fileName) {
                label.innerHTML = fileName;
            } else {
                label.innerHTML = labelVal;
            }

        });
    });

    $('body').on('click', '.resume-checkbox input', function () {
        if ($(this).is(':checked')) {
            $(this).closest('.resume-checkbox').addClass('checked');
        } else {
            $(this).closest('.resume-checkbox').removeClass('checked');
        }
    })
})


/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17430770691370*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 37px;
    height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #37507E;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
	color: #fff;
}

.pagination-list__item--active .pagination-list__link {
	background: #fff;
	border-color: #fff;
	color: #333333;
}

.pagination-list__item svg {
	width: 7px;
	fill: #fff;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.bx-pag-prev,
.bx-pag-next{
	display: none;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/news.list/news_slider/style.css?17430770682445*/
/* FIX slick */

.news .slick-track{
    display: flex;
}

.news .slick-track::before, .news .slick-track::after {
    display: none;
}

.news .slick-slide{
    height: auto;
}

.news-items{
    position: relative;
}

.news-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    max-width: calc(100% / 3 - 20px);
}

.slick-initialized .news-item{
    max-width: 100%;
}

.slick-initialized .news-item, .news-item:first-child {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .news .slick-next{
        right: -69px;
    }

    .news .slick-prev{
        left: -69px;    
    }
}

/* END */

.news__conteiner {
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}

.news-item{
    background: #f6f6f6;
    margin: 0 10px;
}

.news-item__photo {
    width: 100%;
    height: 256px;
    position: relative;
}

.news-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #fff;
}

.news-item__info{
    padding: 20px 30px 30px;
    position: relative;
    width: 100%;
    height: calc(100% - 256px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-item__title:hover {
    color: #000;
}

.news-item__date{
    margin: 0 0 10px;
    display: block;
    color: #bfbfbf;

    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
}

.news-item__title{
    font-style: normal;
    text-decoration: none;
    margin: 0 0 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #37507e;
    font-weight: 600;
}

.news-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 20px;
}

.news-item__footer > a {
    width: 100%;
}

.news-item__link{
    width: 100%;
    margin-top: auto;
}

.news-box_btn {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 29px;
}

.news-more {
    font-weight: 400;
    text-align: center;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    min-width: 400px;
    font-size: 14px;
    line-height: 20px;
    color: #37507e;
    border: 1px solid #37507e;
    padding: 11px 0;
}

.news-more:hover {
    background: #37507e;
    color: #fff;
}

.news .slick-track {
    display: flex;
}

@media (max-width: 767px) {
    .news-more{
        min-width: 200px;
        width: 100%;
    }
}
/* End */
/* /local/templates/box/style/pages/vacancy.css?177884139818916 */
/* /local/templates/box/js/vacancy.js?17430770673964 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17430770691370 */
/* /local/templates/box/components/bitrix/news.list/news_slider/style.css?17430770682445 */
