/* Общие стили страницы Вакансии */
.vacancies-page {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    padding-bottom: 40px;
}

.custom-block {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
}

.custom-block .custom-block {
    padding: 0;
}

.custom-block-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.custom-block-header-inner {
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: left;
    color: #2E6839;
    margin: 0;
}

.custom-block-header-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0;
    vertical-align: middle;
    
    color: #494949;
    max-width: 50%;
}
@media (max-width: 1200px) {
    .custom-block-header-text {
        max-width: 70%;
    }
}
@media (max-width: 991px) {
    .custom-block-header-text {
        max-width: 100%;
    }
}

.custom-block.custom-block--pt0 {
    padding-top: 0 !important;
}

.custom-block.custom-block--pb0 {
    padding-bottom: 0 !important;
}

@media (max-width: 1200px) {
    .custom-block {
        padding: 30px 0 !important;
    }
}

@media (max-width: 1024px) {
    .vacancies-page {
        padding-bottom: 20px;
    }
}

@media (max-width: 576px){
    .vacancies-page {
        padding-bottom: 30px;
    }
}

@media (max-width: 390px) and (min-width: 389px){
    .vacancies-page {
        padding-bottom: 65px;
    }
}

.custom-slider {
    max-width: 1280px;
    width: 100%;
}

.custom-slider-pagination {
    width: fit-content !important;
    padding: 0 10px;
    display: flex;
    gap: 10px;
}

.custom-slider-navigation {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    margin-top: 30px;
    display: none;
}

.custom-slider-navigation-from-desktop {
    display: flex;
}


.custom-slider-btn {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/*.custom-slider-btn.swiper-button-disabled {*/
/*    background-color: #eff5f1;*/
/*    cursor: default;*/
/*}*/

.custom-slider-btn:not(.swiper-button-disabled):hover {
    background-color: #D9E8E1 !important;
}

.custom-slider-navigation .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #8d8d8d!important;
    margin: 0 !important;
    cursor: pointer;
}

.custom-slider-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #036739!important;
}

.custom-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 8px 20px;
    color: #fff;
    background-color: #036739;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s;
    max-width: fit-content;
    min-height: 35px;
}

.custom-btn:hover {
    background: #f9a225;
}

.custom-btn--border {
    color: #036739;
    background-color: #fff;
    border: 1px solid #036739;
}

.custom-btn--border:hover {
    color: #fff;
    background-color: #036739;
    border: 1px solid #036739;
}

.custom-btn.custom-btn--orange {
    color: #fff;
    background: #f9a225;
}

.custom-btn.custom-btn--orange:hover {
    color: #fff;
    background-color: #036739;
}

@media (max-width: 768px) {
    /*.custom-slider-btn:not(.swiper-button-disabled):hover {*/
    /*    background-color: #fff;*/
    /*}*/
    .custom-slider-navigation {
        display: flex;
    }
    .custom-slider {
        max-width: calc(100vw - 20px);
    }
    .full-width-adaptive {
        margin: 0 -10px;
        overflow: hidden;
    }
    .full-width-adaptive .swiper {
        overflow: unset;
    }
    .custom-block-header-inner {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .custom-slider-btn {
        display: flex;
    }
}
/* /Общие стили страницы Вакансии */
