

/* Start:/local/bitrix/templates/.default/components/bitrix/news/vacancies/style.css?17459244202761*/
section + section{
    margin-top: 4rem;
}
@media (min-width: 992px) {
    section + section{
        margin-top: 7.2rem;
    }
}

.vac-hot{
    height: 100%;
}
@media (max-width: 767px) {
    .vac-hot__row > [class*=col] + [class*=col]{
        margin-top: 1.6rem;
    }
}

.vacs-gallery{
    --height: 49.3rem;
    --item-spacer: 1.2rem;

    margin-top: var(--spacer);
    position: relative;

}


.vacs-gallery__item-wrapper{
    --spacer: 1.2rem;

    padding-left: calc(var(--item-spacer) / 2);
    padding-right: calc(var(--item-spacer) / 2);

    position: relative;
}
.vacs-gallery__item{
    display: flex;
    flex-flow: row wrap;
    gap: var(--item-spacer);
}

.vacs-gallery__item-image{
    display: block;
    position: relative;

    border-radius: var(--card-radius);
    overflow: hidden;
}
.vacs-gallery__item-image  img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.vacs-gallery__maximize{
    position: absolute;
    top: 2.56rem;
    right: 2.56rem;

    width: 2.88rem;
    height: 2.88rem;

    opacity: 0;
    transition: opacity 0.15s;

    fill: white;
}
@media (hover: hover) {
    .vacs-gallery__item-image:hover .vacs-gallery__maximize {
        opacity: 0.8;
    }
}


@media (max-width: 991px) {
    .vacs-gallery{

        margin-top: 1.6rem;
        width: calc(100% - 8rem);
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .vacs-gallery__item-image::before{
        content: '';
        width: 100%;
        padding-top: 60%;
        display: block;
    }

    .vacs-gallery__item-image:nth-child(1),
    .vacs-gallery__item-image:nth-child(2) {
        width: calc(50% - var(--spacer) / 2);
        /*height: var(--height);*/
    }

    .vacs-gallery__item-image:nth-child(3) {
        width: 100%;
        /*height: calc((var(--height) - var(--spacer)) / 2);*/
    }
}


@media (min-width: 992px) {
    .vacs-gallery{
        --height: 49.3rem;
        --item-spacer: 3.39rem;
    }

    .vacs-gallery__item{
        flex-flow: column wrap;
        height: var(--height);
    }

    .vacs-gallery__item-image:nth-child(1){
        width: calc(66.66% - var(--item-spacer) / 2);
        height: var(--height);
    }
    .vacs-gallery__item-image:nth-child(2),
    .vacs-gallery__item-image:nth-child(3){
        width: calc(33.33% - var(--item-spacer) / 2);
        height: calc((var(--height) - var(--item-spacer)) / 2);
    }
}

.vac-video__wrapper{
    margin-top: var(--spacer);
    width: 100%;
    position: relative;
}
.vac-video__wrapper::before{
    position: relative;
    display: block;
    content: '';
    width: 100%;
    padding-top: 56%;
}
.vac-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
/* End */


/* Start:/local/bitrix/templates/.default/components/bitrix/news/vacancies/bitrix/news.detail/.default/style.css?17459244203586*/
.vac-detail{
    margin-bottom: 5rem;
}
.vac-detail__header{
    font-size: 3rem;
    margin-bottom: 0;
}
.vac-detail__info{
    margin-bottom: 1.6rem;
    margin-top: 1.2rem;
}
.vac-detail__location{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.vac-detail__location-icon{
    width: 2.4rem;
    height: 2.4rem;
}
.vac-detail__salary{
    margin-bottom: 3.2rem;
    font-size: 2rem;
    line-height: 2.4rem;
}
.vac-detail__content{
    margin-bottom: var(--spacer);
}

@media (min-width: 992px) {
    .vac-detail__header{
        font-size: 4rem;
    }
    .vac-detail__info{
        margin-bottom: var(--spacer);
        margin-top: 0.8rem;
    }
    .vac-detail__salary{
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}
@media (max-width: 991px) {
    .vac-detail__hh{
        width: 100%;
    }
}

.vac-apply{
    background-color: var(--card-bg);
    border-radius: var(--card-radius);
    padding: var(--spacer);
    /*overflow: hidden;*/

    /*position: relative;*/


}
#vac-apply{

}
.sticky-wrapper {



}
.sticky-form {


}



@media (max-width: 991px) {
    .vac-apply{
        margin-top: 4rem;
    }
}
.vac-apply .row{
    --spacer: 1.6rem;
}

.vac-apply__header{
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    margin: 0 auto 0.4rem;
}
.vac-apply__text{
    text-align: center;
    margin-bottom: 2.4rem;
}

.vac-apply .form-control{
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0.4rem;
}
.vac-apply .fileinput-defaultish{
    --color-button: var(--color-brand-primary);
}
.vac-apply .form-group{
    margin-bottom: 2.4rem;

}

.form-group .form-control{
    background-color: white;
}

.vac-apply .form-group label{
    margin-bottom: 0.8rem;
}
.vac-apply .form-group + .form-group{
    margin-top: 2.4rem;
}
.vac-apply .form-group > .err-required{
    color: red;
    font-size: 1.4rem;
    margin-top: -0.5rem;
}

@media (min-width: 992px) {
    .vac-apply__header{

    }
    .vac-apply__text{
        margin-bottom: 1.6rem;
    }
}
.vac-apply .submit__wrapper,
.vac-apply .checkbox-approve__wrapper{
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}




.vac-apply-sticky {
    position: absolute; /Вместо position: fixed */
    top: 100px; /Отступ от верха страницы */
    right: 20px; /Отступ от правого края */
    width: 300px; /Ширина формы */
    background-color: #f0f0f0; /Фон */
    padding: 20px;
    z-index: 10;
}


.vac-apply-sticky.sticky {
    top: 0px;
}








.vac-apply .checkbox-approve__wrapper{
    margin-top: 2rem;
}
.vac-apply .checkbox-approve{
    width: fit-content;
}
.vac-apply .form-success{
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
    background: inherit;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .vac-apply{
        padding: 2.4rem 1.6rem;
    }
    .vac-apply .fileinput-defaultish .fileinput-defaultish__button{
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .vac-apply .form-group{
        margin-bottom: 1.6rem;
    }
    .vac-apply .form-group label{
        margin-bottom: 0.4rem;
    }
    .vac-apply .form-group + .form-group{
        margin-top: 1.6rem;
    }
    .vac-apply .checkbox-approve{
        display: inline-block;
    }
    .vac-apply .checkbox-approve__link{
        display: inline;
    }
}

span.red{
    color: red;
}
/* End */


/* Start:/local/bitrix/templates/.default/components/bitrix/news/vacancies/incs/style-vars.css?1745924420114*/
:root{
    --color-department: var(--neutral-700);

    --card-bg: var(--neutral-10);
    --card-radius: 1.2rem;
}
/* End */


/* Start:/local/bitrix/templates/.default/components/bitrix/news.list/foreman.stages/style.css?17459244207167*/
.foreman-stages{
    margin-top: 3.2rem;
}
.foreman-sections{
    margin-top: 3.2rem;
}
@media (max-width: 991px) {
    .foreman-sections{
        margin-top: 1.6rem;
    }
}
.foreman-section{
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
}
.foreman-section__galleries{
    width: 100%;
}
.foreman-section__subsection-thumbs{
    width: 100%;
}

.tab-content > .foreman-section.active{
    display: flex;
}
.foreman-section__subsection-thumbs.nav{
    align-content: flex-start;
    margin-bottom: 1.2rem;
}
.foreman-section__subsection-thumbs .nav-item{
    width: 14rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.foreman-section__subsection-thumbs .nav-link,
.foreman-section__subsection-thumbs .nav-link img{
    width: 100%;
}
@media (min-width: 768px) {
    .foreman-section__subsection-thumbs .nav-item{
        width: 20rem;
    }
}
@media (max-width: 991px) {

    .foreman-section__subsection-thumbs__track{
        width: 100%;
        overflow-x: scroll;
        margin-left: -0.6rem;
        margin-right: -0.6rem;
        padding-top: 0.4rem;
    }
}
@media (min-width: 992px) {
    .foreman-section{
        flex-flow: row nowrap;
    }
    .foreman-section__galleries{
        flex-grow: 1;
        flex-basis: 75%;
        flex-shrink: 0;
        width: 25%;
    }
    .foreman-section__subsection-thumbs__track{
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 25%;
        width: 25%;
        margin-left: 2.4rem;
        margin-bottom: 0;
    }
    .foreman-section__subsection-thumbs .nav-item,
    .foreman-section__subsection-thumbs .nav-link,
    .foreman-section__subsection-thumbs .nav-link img{
        width: 100%;
        padding: 0;
    }
    .foreman-section__subsection-thumbs .nav-item + .nav-item{
        margin-top: 2.4rem;
    }
}
.foreman__gallery__images{
    position: relative;
}
@media(max-width: 991px) {
    .foreman__gallery__images{
        margin-bottom: 8rem;
    }
}
.foreman-gallery__image{
    display: block;
    position: relative;
}
.foreman-gallery__image::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%;
}
.foreman-gallery__maximize{
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 5.6rem;
    height: 5.6rem;

    fill: white;

    background: rgba(30, 30, 30, 0.6);
    border-radius: 9999px;
    border: none;

    display: flex;
    justify-content: center;
    align-items: center;
}
.foreman-gallery__maximize svg{
    width: 3.2rem;
    height: 3.2rem;
    fill: white;
}
.foreman-gallery__image-wrapper{
    display: block;
    position: relative;
}
.foreman-gallery__image-caption{
    position: absolute;
    left: 0;
    bottom: 0;

    display: flex;

    align-items: flex-end;
    width: 100%;

    background-image: linear-gradient(to top, #00000077, #00000000);
    color: white;
    font-weight: 500;
    font-size: 2rem;
    padding: 2rem 1.5rem 1.5rem;
}
@media (max-width: 767px) {
    .foreman-gallery__image-caption {
        font-size: 1.4rem;
    }
}
.foreman-gallery__image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.vacancies-new .foreman__gallery__images .slick-arrow{
    width: 4rem;
    height: 4rem;
    border: none;
    background: rgba(30, 30, 30, 0.6);

    position: absolute;
    z-index: 10;
    top: calc(50% - 1.6rem);

    border-radius: 0;
}
.vacancies-new .foreman__gallery__images .slick-arrow svg{
    width: 4rem;
    height: 4rem;
    fill: white;
}
.vacancies-new .foreman__gallery__images .slick-arrow:focus{
    outline: none;
    box-shadow: none;
}
.vacancies-new .foreman__gallery__images .slick-arrow.slick-prev{
    left: 1.6rem;
}
.vacancies-new .foreman__gallery__images .slick-arrow.slick-next{
    right: 1.6rem;
}
.vacancies-new .foreman__gallery__images .slick-arrow.slick-disabled{
    opacity: 0.5;
}

@media (max-width: 991px) {
    .foreman__gallery__image__thumbs{
        display: none;
    }
}
@media (min-width: 992px) {
    .foreman__gallery__image__thumbs{
        width: fit-content;
        max-width: calc(100% + 2.4rem);
        padding-bottom: 2.4rem;

        padding-top: 2.4rem;
        margin-left: -1.2rem;
        margin-right: -1.2rem;

        overflow-x: hidden;

        position: relative;
        z-index: 1;
    }
    .foreman__gallery__image__thumbs::before,
    .foreman__gallery__image__thumbs::after{
        content: '';
        display: block;
        height: 100%;
        width: 1.2rem;

        position: absolute;
        top: 0;
        z-index: 10;
    }
    .foreman__gallery__image__thumbs::before{
        left: 0;
        background-image: linear-gradient(to right, #ffffffff, #ffffff00);
    }
    .foreman__gallery__image__thumbs::after{
        right: 0;
        background-image: linear-gradient(to left, #ffffffff, #ffffff00);
    }
    .foreman__gallery__image__thumbs__track{
        display: flex;
        flex-flow: row nowrap;
        width: fit-content;
    }
    .foreman__gallery__image__thumbs__track.--transition{
        transition: transform 0.15s;
    }
    .foreman__gallery__image__thumb-wrapper.--dragging{
        pointer-events: none;
    }
    .foreman__gallery__image__thumb-wrapper{
        position: relative;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .foreman__gallery__image__thumb__caption{
        position: absolute;
        left: 1.2rem;
        bottom: 0;

        width: calc(100% - 2.4rem);

        padding: 1.5rem 1rem 0.8rem;
        color: white;
        font-size: 1.2rem;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        letter-spacing: 0.04rem;

        background-image: linear-gradient(to top, #00000077, #00000000);
    }
    .foreman__gallery__image__thumb{
        display: block;

        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }
    .foreman__gallery__image__thumb img{
        width: 20rem;
        height: 13rem;

        object-fit: cover;
        object-position: top;

        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }
    .foreman__gallery__image__thumb.--active{
        outline: 0.4rem solid var(--color-brand-primary);
    }
}


.foreman__gallery-thumb{
    display: block;
    position: relative;
}
.foreman__gallery-thumb.nav-link{
    padding: 0;
}
.foreman__gallery-thumb.active{
    outline: 0.4rem solid var(--color-brand-primary);
}
.foreman__gallery-thumb span{
    position: absolute;
    color: white;
    font-weight: 500;
    bottom: 0;
    left: 0;

    padding-left: 1rem;
    padding-bottom: 0.6rem;
    line-height: 1;

    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 50%;

    background-image: linear-gradient(to top, #00000077, #00000000);
}
@media (min-width: 992px) {
    .foreman__gallery-thumb span{
        padding-left: 1.6rem;
        padding-bottom: 1rem;
    }
}
/* End */


/* Start:/local/js/vendor/slick/slick.css?17459244211776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/css/bootstrap-4-prod/gwd.bootstrap-4-nav-tab.css?17459244213817*/
.nav {
  --nav-link-color: var(--color-text-default, #333);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.nav-tabs .nav-link {
  position: relative;
  color: var(--nav-link-color);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: var(--color-brand-primary, #587640);
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--color-brand-primary, #587640);
}
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: var(--color-brand-primary);
  background: var(--color-brand-primary, #587640);
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --nav-link-color: black;
  --nav-pills-active-color: white;
  --nav-pills-bg: transparent;
  --nav-pills-hover-bg: var(--accent-10);
  --nav-pills-active-bg: var(--accent-400);
  --nav-pills-active-hover-bg: var(--accent-500);
  background-color: white;
  padding: 0.4rem;
  border-radius: 9999px;
}
.nav-pills .nav-item {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.nav-pills .nav-item:first-child {
  padding-left: 0;
}
.nav-pills .nav-item:last-child {
  padding-right: 0;
}
.nav-pills .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--nav-link-color);
  border-radius: 9999px;
}
.nav-pills .nav-item:hover .nav-link {
  background-color: var(--nav-pills-hover-bg);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--nav-pills-active-color);
  background-color: var(--nav-pills-active-bg);
}
.nav-pills .nav-item:hover .nav-link.active,
.nav-pills .nav-item:hover .show > .nav-link {
  background-color: var(--nav-pills-active-hover-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-pills.nav-counter {
  counter-reset: nav-pills-counter;
  padding: 0;
}
.nav-pills.nav-counter .nav-item {
  counter-increment: nav-pills-counter;
}
.nav-pills.nav-counter .nav-item .nav-link {
  color: var(--color-background-gray-medium);
  font-size: 2rem;
  padding: 0;
  vertical-align: center;
}
.nav-pills.nav-counter .nav-item .nav-link::before {
  content: counter(nav-pills-counter);
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.5rem;
  line-height: 4.1rem;
  font-weight: 900;
  text-align: center;
  border-radius: 999px;
  border: 0.2rem solid var(--color-background-gray-medium);
  color: var(--color-background-gray-medium);
}
.nav-pills.nav-counter .nav-item:hover .nav-link::before {
  border-color: var(--color-brand-primary, #587640);
  color: var(--color-brand-primary, #587640);
}
.nav-pills.nav-counter .nav-item .nav-link.active::before {
  color: white;
  background: var(--color-brand-primary, #587640);
  border-color: var(--color-brand-primary, #587640);
}

/*# sourceMappingURL=gwd.bootstrap-4-nav-tab.css.map */

/* End */


/* Start:/local/js/vendor/slick/slick-dots-plus/2.0/slick-dots-plus.css?17459244211565*/
.slick-dots-plus--2-0 .slick-dots{
    overflow: hidden;
    height: 30px;
    padding-top: 7px;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    list-style: none;

    --dots-color: white;

    width: max-content;
    width: -moz-max-content;
    white-space: nowrap;
}

.slick-dots-plus--2-0.--transitions .slick-dots{
    transition: transform 0.2s;
}

.slick-dots-plus--2-0 .slick-dots > li{
    height: 15px;
    width: 25px;
    float: left;
    opacity: 1;
}
.slick-dots-plus--2-0.--transitions .slick-dots > li{
    transition: opacity 0.2s;
}

.slick-dots-plus--2-0 .slick-dots button{
    border: 2px solid var(--dots-color);
    background: transparent;
    color: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    transform-origin: 100% center;
}
.slick-dots-plus--2-0.--transitions .slick-dots button{
    transition: margin 0.2s, width 0.2s, height 0.2s, background 0.2s;
}

.slick-dots-plus--2-0 .slick-dots > li.small.right > button{
    transform-origin: 0 center;
}
.slick-dots-plus--2-0 .slick-dots > li.slick-active > button{
    background: var(--dots-color);
}
.slick-dots-plus--2-0 .slick-dots > li.small > button{
    transform: scale(0.66);
    border-width: 3px;
}
.slick-dots-plus--2-0 .slick-dots > li.mask{
    opacity: 0;
}
.slick-dots-plus--2-0 .slick-dots > li.mask > button{
    cursor: default;
}
.slick-dots-plus--2-0 .slick-dots button:focus{
    outline: none;
}
/* End */


/* Start:/local/components/vue/form/validated-input/style.css?17791020571025*/
.validated-input{
    position: relative;
    display: block;

    --error-color: #B62326;
}
.form-group > label.validated-input,
.form-row > [class*=col-] > label.validated-input{
    margin-bottom: 0;
}
/*.validated-input .err-required{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*border-radius: var(--bs-input-border-radius);*/
    /*border: 1px solid var(--error-color);*/
    /*color: var(--error-color);*/
    /*display: flex;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*align-items: center;*/
    /*background: white;*/
    /*padding-left: 20px;*/
    /*font-size: 12px;*/
    /*margin-top: 5px;*/

    /*cursor: pointer;*/
/*}*/
/*.validated-input .err-invalid{*/
/*    color: var(--error-color);*/
/*    margin-top: 5px;*/
/*    font-size: 12px;*/
/*}*/

.validated-input__err{
    color: var(--error-color);
    margin-top: 4px;
    font-size: 12px;
}
.validated-input__err svg{
    color: var(--error-color);
    width: 17px;
    height: 17px;

    vertical-align: text-bottom;
}



/* End */


/* Start:/local/components/vue/form/fileinput-defaultish/style.css?17562182381040*/
.fileinput-defaultish{
    --color-button: #587640;

    display: flex;
    flex-flow: row nowrap;
}
.form-group > label.fileinput-defaultish,
.form-row > [class*=col-] > label.fileinput-defaultish{
    margin-bottom: 0;
}
.fileinput-defaultish__input{
    display: none;
}
.fileinput-defaultish .fileinput-defaultish__button{
    /*display: block;*/
    padding: 1.5rem 3.6rem;
    font-size: 1.6rem;
    font-weight: 500;

    color: var(--color-button);
    fill: var(--color-button);
    border: 1px solid var(--color-button);
    background: transparent;
    margin-right: 20px;

    flex-shrink: 0;
    flex-grow: 0;
}
.fileinput-defaultish .fileinput-defaultish__button:hover{
    background: #2B6D3C1A;
    border: solid 1px #2B6D3C;
}

.fileinput-defaultish__filename{
    align-self: center;
}
.fileinput-defaultish__filename.--empty{
    opacity: 0.6;
}
.fileinput-defaultish .err-invalid{
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: red;
}

.fileinput-defaultish.--has-error{
    padding-bottom: 30px;
}
/* End */


/* Start:/local/components/vue/form/checkboxes/checkbox/style.css?17459244211196*/
.checkbox-component{
    --box-size: 2.6rem;

    position: relative;
    display: flex;
    align-items: center;

    padding-left: calc(var(--box-size) + 10px);
    min-height: var(--box-size);

    line-height: normal;
    cursor: pointer;
}
.checkbox-component > input{
    display: none;
}
.checkbox__box{
    width: var(--box-size);
    height: var(--box-size);
    border-radius: 0.5rem;

    display: block;

    position: absolute;
    top: 0;
    left: 0;

    box-shadow: 0 0 0 0.5rem #ffffff;
    border: 0.2rem solid #eeeeee;
    background: #eeeeee;
    color: #333;

    transition: background-color 0.2s, border 0.2s;
}
.checkbox__box::before{
    display: inline-block;
    transform-origin: center center;
    transform: scale(0);
    font-size: 2.3rem;

    transition: transform 0.2s;
}
.checkbox-component > input:checked ~ .checkbox__box::before{
    transform: scale(1);
}
.checkbox-component > input:checked ~ .checkbox__box,
.checkbox-component:hover > input:not(:disabled) ~ .checkbox__box {
    /*border-color: var(--color-green-toxic, #99cc33);*/
}
.checkbox-component.--disabled > .checkbox__box{
    opacity: 0.5;
}
.checkbox-component.--disabled{
    color: #aaa;
}
/* End */


/* Start:/local/components/vue/form/checkboxes/checkbox-approve/style.css?17791020571700*/
.checkbox-approve{
    font-size: 1.4rem;
    color: var(--color-text-default, #333);
    padding-top: 0;
    padding-left: 2.5rem;

    --box-size: 2rem;
}
.checkbox-approve__wrapper{
    position: relative;

}
.checkbox-approve .checkbox__box{
    border-width: 0.1rem;
    color: white;
    background-color: white;
    box-shadow: none;
}
.checkbox-approve .checkbox__box svg{
    fill: white;
    margin-left: 2px;
    z-index: 1000;
    opacity:0;
    transition: opacity 0.15s;
    width: 14px;
    height: 14px;

    position: relative;
    top: -1px;
}
.checkbox-approve > input:checked ~ .checkbox__box{
    background-color:#2B6D3C ;
}
.checkbox-approve .checkbox__box,
.checkbox-approve > input:checked ~ .checkbox__box{
    /*border-color: var(--color-text-default, #333);*/
}
.checkbox-approve > input:checked ~ .checkbox__box svg{
    opacity: 1;
}
.checkbox-approve .checkbox__box::before{
    font-size: 1.8rem;
}

.checkbox-approve > input:checked ~ .checkbox__box:hover,
.checkbox-approve .checkbox__box:hover {
    /*border-color: var(--color-green-yellowish, #a2c037);*/
    /*color: var(--color-green-yellowish, #a2c037);*/
    background-color: #2B6D3C;
}

.checkbox-approve__link{
    display: inline-block;

    color: #aaa;
    text-decoration: none;

    border-bottom: 1px dashed #aaa;

    margin-left: 0.5rem;

    transition: color 0.15s, border-color 0.15s;
}
.checkbox-approve__link:hover {
    color: #2B6D3C;
    border-color: #2B6D3C;
}
.checkbox-approve.--required .checkbox__box{
    border-color: var(--color-red-error, red);
}
.checkbox-approve__required {
    position: absolute;
    top: var(--box-size);
    left: 0;
    color: var(--color-red-error, red)
}
/* End */


/* Start:/local/components/vue/form/radio/radio-2/style.css?17809037401224*/
label.radio-2{

    --box-offset-top: 7px;
    --box-offset-side: 4px;

    --side-padding: 30px;

    position: relative;
    min-height: 2.4rem;

    padding-left: var(--side-padding);
    cursor: pointer;

    line-height: 1.5;
}
.radio-2 > input{
    display: none;
}
.radio-2__box{
    position: absolute;
    top: var(--box-offset-top);
    left: var(--box-offset-side);

    width: 12px;
    height: 12px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 999px;
    border: 1px solid #939997;
}
.radio-2__box::before{
    content: '';

    display: block;
    width: 8px;
    height: 8px;

    border-radius: 999px;

    background: var(--bs-primary, var(--accent-500));

    transform: scale(0);
    transition: transform 0.15s;
}
.radio-2.--checked{
    color: var(--bs-primary, var(--accent-500));
}
.radio-2 > input:checked + .radio-2__box{
    border-color: var(--bs-primary, var(--accent-500));
}
.radio-2 > input:checked + .radio-2__box::before{
    transform: scale(1);
}

.radio-2.right-sided{
    width: 100%;
    padding-right: var(--side-padding);
    padding-left: 0;
}
.radio-2.right-sided .radio-2__box{
    right: var(--box-offset-side);
    left: unset;
}
/* End */
/* /local/bitrix/templates/.default/components/bitrix/news/vacancies/style.css?17459244202761 */
/* /local/bitrix/templates/.default/components/bitrix/news/vacancies/bitrix/news.detail/.default/style.css?17459244203586 */
/* /local/bitrix/templates/.default/components/bitrix/news/vacancies/incs/style-vars.css?1745924420114 */
/* /local/bitrix/templates/.default/components/bitrix/news.list/foreman.stages/style.css?17459244207167 */
/* /local/js/vendor/slick/slick.css?17459244211776 */
/* /local/css/bootstrap-4-prod/gwd.bootstrap-4-nav-tab.css?17459244213817 */
/* /local/js/vendor/slick/slick-dots-plus/2.0/slick-dots-plus.css?17459244211565 */
/* /local/components/vue/form/validated-input/style.css?17791020571025 */
/* /local/components/vue/form/fileinput-defaultish/style.css?17562182381040 */
/* /local/components/vue/form/checkboxes/checkbox/style.css?17459244211196 */
/* /local/components/vue/form/checkboxes/checkbox-approve/style.css?17791020571700 */
/* /local/components/vue/form/radio/radio-2/style.css?17809037401224 */
