

/* Start:/bitrix/templates/metall/styles/jobs.css?16887383124558*/
.job-list {
  display: flex;
  flex-wrap: wrap; }
  .job-list .row {
    align-items: stretch; }
    .job-list .row > * {
      display: flex; }

.job {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none; }
  .job:hover {
    color: #fff;
    text-decoration: none; }
    .job:hover .job__pane {
      width: 100%; }
    .job:hover .job__prop__label {
      color: #CCC; }
    .job:hover .job__title {
      border-color: rgba(235, 235, 235, 0.3); }

.job__pane {
  transition: 0.3s ease;
  background: #D53740;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  z-index: 1; }

.job__title {
  border-bottom: 1px solid #EBEBEB;
  transition: 0.3s ease;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 700; }

.job__title--form {
  text-align: center;
}

.job__info {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 24px; }

.job__prop {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  position: relative;
  font-size: 0.875rem; }
  .job__prop--city {
    background-image: url("/bitrix/templates/metall/styles/../assets/images/city-icon.svg"); }
  .job__prop--clock {
    background-image: url("/bitrix/templates/metall/styles/../assets/images/clock-icon.svg"); }

.job__prop__label {
  transition: 0.3s ease;
  color: #999; }

.job__prop__value {
  transition: 0.3s ease; }


.job_modal {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  width: 760px;
   }

.job_modal .job__title {
  border-bottom: 1px solid #EBEBEB;
  transition: 0.3s ease;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 700; }

.job_modal .job__info {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 24px; }

.job_modal .job__prop {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  position: relative;
  font-size: 0.875rem; }
  .job_modal .job__prop--city {
    background-image: url("/bitrix/templates/metall/styles/../assets/images/city-icon.svg"); }
  .job_modal .job__prop--clock {
    background-image: url("/bitrix/templates/metall/styles/../assets/images/clock-icon.svg"); }

.job_modal .job__prop__label {
  transition: 0.3s ease;
  color: #999; }

.job_modal .job__prop__value {
  transition: 0.3s ease; }

.job_modal .job__content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.job_modal .job__content  h5 {
  text-transform: uppercase;
  font-size: 14px;
}

.job__button {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 34px;
    text-align: center;
    background-color: #e14e4e;
    margin-top: 10px;
    transition: all 0.3s;
    border: none;
}

.job__button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #A73541;
}

.fancybox-slide>* {
  vertical-align: top;
}

.form {
  padding-top: 10px;
}

.form__row {
  display: flex;
  justify-content: space-between;
}

.form__row input {
  flex: 0 0 49%;
}

.form input[type="text"] {
    padding: 12px 25px;
    border: 1px solid #bbc1c8;
    font-weight: bold;
    width: 100%;
    margin-bottom: 13px;
    flex: 0 0 49%;
}

.form textarea {
    padding: 12px 25px;
    border: 1px solid #bbc1c8;
    font-weight: bold;
    width: 100%;
    margin-bottom: 13px;
    flex: 0 0 100%;
}

.form__elem {
    padding: 12px 25px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 13px;
    flex: 0 0 49%;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    color: #cc3333;
    cursor: pointer;
    padding-left: 30px;
}

.fileContainer:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 17px;
    height: 18px;
    background: url(/bitrix/templates/metall/styles/../assets/images/clip.png) no-repeat;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.formats {
    background-color: #f2f2f2;
    color: #666;
}

.remove_file {
  color: #1F3148;
}

.update {
  display: inline-block;
  background: url(/bitrix/templates/metall/styles/../assets/images/update.png) no-repeat;
  width: 13px;
  height: 17px;
  vertical-align: middle;
}

.capcha_wrap {
  padding: 4px  25px;
}

.capcha {
  display: inline-block;
  width: 88px;
  height: 39px;
}

/* End */
/* /bitrix/templates/metall/styles/jobs.css?16887383124558 */
