

/* Start:/local/templates/nordfelt/css/n-vacancy.css?172678341013879*/
.block-text {
  margin: 20px 0;
  padding: 24px;
  color: #ffffff;
}
.block-text.green {
  background-color: #8dc63f;
}
.block-text.gray {
  background-color: #4D4D4D;
}
.block-text p:last-of-type {
  margin-bottom: 0;
}
.block-text.big-text {
  font-size: 1.2;
  font-style: italic;
}
.green-text {
  color: #CF4520;
}
.button.button-vacancy {
  background-color: #4D4D4D;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
}
.button.button-vacancy:hover,
.button.button-vacancy:active {
  background-color: #8dc63f;
}
.values {
  text-align: center;
  margin: 50px auto 0;
}
.values .icon {
  width: 140px;
  margin: 0 auto;
}
.values .icon img {
  width: 100%;
  display: block;
}
.values__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row wrap;
}
.values__list .values__item {
  width: 33.33%;
  margin-top: 20px;
  position: relative;
  cursor: default;
}
.values__list .values__item .item__icon {
  width: 130px;
  margin: 0 auto -10px;
}
.values__list .values__item .item__icon img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.values__list .values__item:hover .item__icon img,
.values__list .values__item:active .item__icon img {
  transform: scale(1.2);
}
.values__list .values__item h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.values__list .values__item .item__hover {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 0;
  padding: 20px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}
.values__list .values__item .item__hover:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.values__list .values__item .item__hover p {
  font-size: 16px;
  color: #4D4D4D;
}
.values__list .values__item:hover h3,
.values__list .values__item:active h3 {
  color: #4D4D4D;
}
.values__list .values__item:hover .item__hover,
.values__list .values__item:active .item__hover {
  opacity: 1;
  z-index: 100;
}
.conditions,
.advantages,
.vacancy {
  margin: 110px auto 0;
}
.advantages__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
.advantages__list .advantages__item {
  width: 20%;
  text-align: center;
}
.advantages__list .advantages__item .item__icon {
  height: 92px;
  margin: 0 auto 30px;
}
.advantages__list .advantages__item .item__icon img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.advantages__list .advantages__item:hover .item__icon img,
.advantages__list .advantages__item:active .item__icon img {
  transform: scale(1.2);
}
.advantages__list .advantages__item.advantages__item1 .item__icon {
  padding: 8px 0 7px;
}
.advantages__list .advantages__item.advantages__item2 .item__icon {
  padding: 7px 0 8px;
}
.advantages__list .advantages__item.advantages__item5 .item__icon {
  padding: 13px 0 13px;
}
.advantages__list .advantages__item p {
  color: #4D4D4D;
  margin-bottom: 0;
}
.vacancy__list .vacancy__item {
  font-size: 18px;
  padding: 10px 15px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.vacancy__list .vacancy__item .vacancy__item__content {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row initial;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row initial;
  line-height: 22px;
}
.vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__city {
  font-size: 15px;
  color: #4D4D4D;
  width: 200px;
  flex-shrink: 0;
}
.vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__direction {
  font-size: 15px;
  color: #4D4D4D;
  width: 200px;
  flex-shrink: 0;
}
.vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__date {
  font-size: 15px;
  color: #4D4D4D;
  width: 100px;
  flex-shrink: 0;
}
.vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__name {
  flex-grow: 1;
}
.vacancy__list .vacancy__item .vacancy__item__content a {
  color: #CF4520;
  text-decoration: underline;
}
.vacancy__list .vacancy__item .vacancy__item__content a:hover,
.vacancy__list .vacancy__item .vacancy__item__content a:active {
  text-decoration: none;
  color: #4D4D4D;
}
.vacancy__list .vacancy__item:hover {
  background-color: rgba(67, 95, 99, 0.05);
}
.vacancy_detail .vacancy_image {
  margin-bottom: 40px;
}
.vacancy_detail .vacancy_image img {
  width: 100%;
}
.vacancy_detail .vacancy_help {
  color: #4D4D4D;
  font-size: 15px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row initial;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row initial;
  margin-bottom: 40px;
}
.vacancy_detail .vacancy_help .vacancy_date {
  font-size: 15px;
  width: 100px;
  flex-shrink: 0;
}
.vacancy_detail .vacancy_help .vacancy_city_direction {
  text-align: right;
}
.vacancy_detail h2 {
  text-align: center;
  color: #4D4D4D;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}
.vacancy_detail p.city,
.vacancy_detail p.direction {
  text-align: center;
}
.vacancy_detail p.city {
  margin-bottom: 5px;
}
.vacancy_detail p.direction {
  margin-bottom: 40px;
}
.vacancy_detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.vacancy_detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vacancy_detail ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 18px;
}
.vacancy_detail ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #CF4520;
  font-size: 20px;
  font-weight: 600;
}
.vacancy_detail .propertes {
  background: url("/images/vacancy/170663.png") right top no-repeat;
  background-size: 92% auto;
  padding-bottom: 40px;
}
.resume-section {
  background-color: #CF4520;
  color: #ffffff;
  padding: 40px 0;
}
.resume-section .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 40px;
  height: 42px;
  border: 1px solid #ffffff;
}
.resume-section textarea.form-control {
  height: 240px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.resume-section .asterisk {
  color: #ea174a;
  margin-left: 2px;
}
.resume-section .drag_n_drop-field {
  background-color: #ffffff;
}
.resume-section .drag_n_drop-field .file-but-text {
  color: #CF4520;
}
.resume-section .drag_n_drop-field .file-placeholder .f-wrap {
  font-size: 16px;
  font-weight: 400;
  color: #090909;
}
.resume-section .drag_n_drop-field .file-placeholder .files-list td {
  width: 80%;
}
.resume-section .drag_n_drop-field .file-placeholder .files-list td {
  width: 15%;
}
.resume-section .drag_n_drop-field .file-placeholder .files-list td {
  width: 5%;
}
.resume-section .warning-buy a {
  color: #ffffff;
  text-decoration: underline;
}
.resume-section .warning-buy a:hover {
  color: #4D4D4D;
}
.resume-section .button.submit-button {
  margin: 0 auto 20px;
  width: 200px;
  display: block;
  background-color: #4D4D4D;
  color: #ffffff;
  border: 0;
  outline: none !important;
}
.resume-section .button.submit-button:hover,
.resume-section .button.submit-button:active {
  background-color: #ffffff;
  color: #4D4D4D;
}
.resume-section .has-success .help-block,
.resume-section .has-success .control-label,
.resume-section .has-success .radio,
.resume-section .has-success .checkbox,
.resume-section .has-success .radio-inline,
.resume-section .has-success .checkbox-inline,
.resume-section .has-success.radio label,
.resume-section .has-success.checkbox label,
.resume-section .has-success.radio-inline label,
.resume-section .has-success.checkbox-inline label,
.resume-section .has-error .control-label,
.resume-section .has-error .radio,
.resume-section .has-error .checkbox,
.resume-section .has-error .radio-inline,
.resume-section .has-error .checkbox-inline,
.resume-section .has-error.radio label,
.resume-section .has-error.checkbox label,
.resume-section .has-error.radio-inline label,
.resume-section .has-error.checkbox-inline label {
  color: #ffffff;
}
.resume-section .has-success .form-control,
.resume-section .has-success .form-control:focus {
  border-color: #ffffff;
}
.resume-section .has-error .form-control {
  border-color: #ea174a;
}
.resume-section .has-error .help-block {
  color: #ea174a;
  font-size: 12px;
}
.back {
  margin: 40px auto;
}
.back .button.button-back {
  background-color: #CF4520;
  color: #ffffff;
}
.back .button.button-back:hover {
  background-color: #4D4D4D;
}
@media (max-width: 767px) {
  .page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .button.button-vacancy {
    margin: 0 auto;
    display: block;
    width: 250px;
    padding-left: initial;
    padding-right: initial;
    text-align: center;
  }
  .values__list .values__item {
    width: 50%;
  }
  .values__list .values__item h3 {
    font-size: 16px;
  }
  .vacancy__list .vacancy__item .vacancy__item__content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__name {
    width: 100%;
  }
  .advantages__list .advantages__item {
    width: 50%;
    margin-bottom: 30px;
  }
  .advantages__list .advantages__item .item__icon {
    margin-bottom: 10px;
  }
  .advantages__list .advantages__item p {
    font-size: 16px;
  }
  .vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__city,
  .vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__direction {
    width: 100%;
  }
  p,
  li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .values .icon {
    width: 110px;
  }
  .values__list .values__item {
    width: 100%;
    margin-top: 0;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
    -webkit-flex-flow: row initial;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*flex-direction: @direction;
  flex-wrap: @wrap;*/
    flex-flow: row initial;
  }
  .values__list .values__item .item__icon {
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .values__list .values__item h3 {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .advantages__list .advantages__item {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
    -webkit-flex-flow: row initial;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*flex-direction: @direction;
  flex-wrap: @wrap;*/
    flex-flow: row initial;
  }
  .advantages__list .advantages__item .item__icon {
    width: 100px;
    flex-shrink: 0;
    height: 70px;
    margin-bottom: 0;
  }
  .advantages__list .advantages__item p {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 0;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .values__list .values__item .item__icon,
  .values .icon {
    width: 110px;
  }
  .values__list .values__item h3 {
    font-size: 16px;
  }
  .advantages__list {
    justify-content: center;
  }
  .advantages__list .advantages__item {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .advantages__list .advantages__item p {
    font-size: 16px;
  }
  .advantages__list .advantages__item .item__icon {
    height: 72px;
    margin-bottom: 15px;
  }
  .vacancy__list .vacancy__item .vacancy__item__content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__city,
  .vacancy__list .vacancy__item .vacancy__item__content .vacancy__item__direction {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/nordfelt/css/form-vacancy.css?1725509551191*/
.hide-content {display:none;}
.button.button-vacancy {
    text-align:center;
}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
@media (min-width: 768px) and (max-width: 1023px) {}

/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1725509497565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/style.min.css?17255095517420*/
.file-placeholder .loading-wrap{display:inline-block;margin-left:15px;vertical-align:middle;position:relative;width:50%}.file-placeholder .loading{background:#e3ebed;display:block;border:1px solid;border-top:1px solid #bcc2c4;border-left-color:#cfd7d9;border-right-color:#cfd7d9;border-bottom:1px solid #dde5e6;border-radius:2px;height:17px;-webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);-moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);box-shadow:inset 0 1px 2px rgba(188,194,196,0.7)}.file-placeholder .loading .del-but{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .load-indicator{background:#40c0e9;background:linear-gradient(top,#40c0e9,#2698db);background:-moz-linear-gradient(top,#40c0e9,#2698db);background:-o-linear-gradient(top,#40c0e9,#2698db);background:-ms-linear-gradient(top,#40c0e9,#2698db);background:-webkit-gradient(linear,left top,left bottom,from(#40c0e9),to(#2698db));border-radius:2px;color:#fff;font-size:12px;height:19px;text-align:center;text-shadow:0 1px 0 rgba(56,124,162,1);left:0;top:0;position:absolute}.file-placeholder .load-number{display:inline-block;box-sizing:border-box;padding-top:2px}.file-placeholder .files-title{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat;color:#5c6470;font-size:12px;text-shadow:0 1px 0 rgba(255,255,255,0.8);left:13px;top:12px;width:54px;padding-left:20px;position:absolute}html* .file-placeholder .files-list{width:auto!important}.file-placeholder .files-list{margin-top:-10px;table-layout:fixed;width:100%;position:relative}.file-placeholder .files-list td{box-shadow:0 -2px 0 -1px #fff inset;border-bottom:1px solid #dde5e8;color:#5c6470;font-size:12px;line-height:16px;padding:10px 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;zoom:1}.file-placeholder .file-edit,.file-placeholder .file-section{display:none}.file-placeholder .files-name{width:40%}.file-placeholder .files-size{width:12%}.file-placeholder .files-storage{width:20%}.file-placeholder .files-storage .files-storage-text{display:inline-block;width:80px;color:#5c6470}.file-placeholder .files-storage-block{position:relative}.file-placeholder .files-text{-moz-box-sizing:border-box;color:#2067b0;display:inline-block;font-weight:bold;max-width:100%;padding-right:20px;position:relative;zoom:1;padding-left:5px}.file-placeholder .error-load .files-text{color:#b00}.file-placeholder .f-wrap{display:inline-block;overflow:hidden;width:100%;word-wrap:break-word;zoom:1}.file-placeholder .del-but{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .files-text .del-but{background-position:6px -19px;display:inline-block;margin-top:-2px;position:static;vertical-align:top}.file-placeholder .loading .del-but{background-position:7px -20px;top:0}.file-placeholder .files-storage-block .del-but{background-position:7px -20px;top:0}.file-placeholder .info-icon{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;display:inline-block;height:16px;margin-right:10px;vertical-align:middle;width:17px}.file-placeholder .stor-place{display:inline-block;margin-left:10px;vertical-align:top}.file-placeholder .stor-text{display:inline-block;border-bottom:1px solid #5c6470}.file-placeholder .stor-pl-arrow{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;display:inline-block;margin-left:10px;height:5px;vertical-align:middle;width:3px}.file-placeholder .edit-stor{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;display:none;height:15px;margin-left:0;vertical-align:middle;width:15px}.file-placeholder .files-path,.file-placeholder .files-path:visited,.file-placeholder .files-path:active,.file-placeholder .files-path:link,.file-placeholder .files-path:hover{border-bottom:1px dashed #5c6470;display:inline-block;color:#5c6470;text-decoration:none}.file-placeholder .files-placement,.file-placeholder .files-placement:visited,.file-placeholder .files-placement:active,.file-placeholder .files-placement:link,.file-placeholder .files-placement:hover{display:inline-block;color:#5c6470;text-decoration:none}.file-selectdialog{-moz-border-bottom-colors:none;-moz-border-image:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 transparent;border-radius:2px 2px 2px 2px;border-style:solid;border-color:#ccc;border-width:1px;margin-bottom:10px;overflow:hidden;padding:10px 10px 0 0;position:relative;display:none}.file-selectdialog .file-simple .file-placeholder{margin-top:0;margin-left:90px}.file-selectdialog .file-label{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;color:#5c6470;font-size:12px;padding-left:20px;text-shadow:0 1px 0 rgba(255,255,255,0.8);width:54px;line-height:20px;display:block;position:relative;margin-left:5px;margin-bottom:5px}.file-selectdialog .file-extended .file-selector{border-radius:5px 5px 5px 5px;color:#a0aeb5;line-height:16px;margin:10px 0 7px 0;padding:5px 0 8px 5px;position:relative;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-extended .file-selector-active,.file-selectdialog .file-extended .file-selector:hover{border:3px dashed #d4dde1;padding:5px 0 5px 5px;margin-left:-3px;margin-top:7px}.file-selectdialog .file-extended .file-load-img{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;height:79px;left:58px;top:20px;position:absolute;width:90px}.file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 -104px;left:55px;top:17px}.file-selectdialog .file-extended .file-uploader{color:#2067b0;display:inline-block;overflow:hidden;position:relative;vertical-align:top}.file-selectdialog .file-extended .file-uploader .file-but-text{cursor:pointer;display:block;width:100%;height:auto}.file-selectdialog .file-uploader .file-fileUploader{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);position:absolute;right:0;top:-20px;cursor:pointer}.file-selectdialog .file-uploader .file-filemacos{left:0!important}.file-selectdialog .file-label2{color:#5c6470;font-size:12px;margin-left:58px;padding-bottom:11px}.file-selectdialog .file-simple,.file-selectdialog .file-extended{display:none;margin-left:10px}.file-selectdialog .file-simple .file-label2{margin-top:20px}.file-selectdialog .file-simple .file-selector{color:#5c6470;overflow:hidden;height:30px;font-weight:bold;margin:6px 0 6px 90px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-simple .file-uploader{overflow:hidden;position:relative;display:inline-block;margin:0 15px 0 0;vertical-align:middle;cursor:pointer}.file-selectdialog .file-simple .file-uploader-left{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 -240px;display:inline-block;height:25px;vertical-align:top;width:4px}.file-selectdialog .file-simple .file-uploader-right{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;display:inline-block;height:25px;vertical-align:top;width:4px}.file-selectdialog .file-simple .file-but-text{background:url("/local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;color:#7a808c;display:inline-block;font-size:12px;font-weight:bold;height:25px;padding:2px 10px 0;text-shadow:0 1px 0 rgba(255,255,255,0.8);vertical-align:top}.webform-field-upload-notice{font-size:10px}
/* End */
/* /local/templates/nordfelt/css/n-vacancy.css?172678341013879 */
/* /local/templates/nordfelt/css/form-vacancy.css?1725509551191 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1725509497565 */
/* /local/templates/nordfelt/components/slam/easyform/resume/bitrix/main.file.input/drag_n_drop/style.min.css?17255095517420 */
