.requests_list, .vacancies_list {
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.attached .upload_success .send_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  font-size: 140%;
  line-height: 20px;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
}
.attached .upload_success .inactive.send_btn {
  background: #c0c0c0;
  cursor: default;
  pointer-events: none;
}
.attached .upload_success .send_btn:hover {
  color: #ffffff;
}

.web .attached .upload_success .send_btn:hover,
.attached .upload_success .web .send_btn:hover {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.touch .attached .upload_success .send_btn:active,
.attached .upload_success .touch .send_btn:active {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.touch .attached .upload_success .send_btn:hover, .attached .upload_success .touch .send_btn:hover {
  color: inherit;
}
.touch .attached .upload_success .send_btn:hover:active, .attached .upload_success .touch .send_btn:hover:active {
  color: #ffffff;
}
.no_vacancy_info {
  font-size: 160%;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.vacancies_list > li {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 40px;
}
.vacancies_list > li * {
  max-width: 600px;
}
.vacancies_list > li:nth-child(2n+1) {
  border-right: 2px solid #ededed;
}
.vacancies_list > li:first-child:last-child {
  border: none;
  margin: 0 auto 40px;
}

.deadline_block {
  font-size: 160%;
  line-height: 20px;
  padding: 7px 30px;
  background: #ededed;
  margin-bottom: 10px;
}

.vacancy_name {
  font-size: 340%;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  margin-bottom: 20px;
}

.requests_list {
  justify-content: center;
  font-size: 140%;
  line-height: 18px;
  font-family: "bold";
}
.requests_list li {
  display: flex;
  align-items: center;
  padding: 0 15px 10px;
}
.requests_list li:before {
  display: block;
  font-size: 171.4%;
  margin-right: 10px;
}

.vacancy_description {
  width: 100%;
  font-size: 140%;
  line-height: 24px;
  color: #999999;
  text-align: center;
}

.cv_form {
  margin-bottom: 40px;
  text-align: center;
}

.attach_label {
  position: relative;
  font-weight: normal;
  margin: 0;
}
.attach_button {
  display: flex;
  cursor: pointer;
  font-size: 180%;
  line-height: 24px;
  align-items: center;
  letter-spacing: 5px;
}
.attach_button:before {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  font-size: 111.1%;
  margin-right: 15px;
  letter-spacing: 0;
  align-items: center;
  justify-content: center;
}

.upload_success {
  display: none;
}

.upload_errors {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  font-size: 140%;
  line-height: 18px;
}
.upload_errors .size_error,
.upload_errors .format_error {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

.size_error .upload_errors .size_error,
.format_error .upload_errors .format_error {
  max-height: 40px;
}

.attached .attach_label {
  display: none;
}
.attached .upload_success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 240px;
  margin: 0 auto;
}
.attached .upload_success .file_name {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  font-size: 160%;
  line-height: 20px;
}
.attached .upload_success .attach_remove {
  display: block;
  cursor: pointer;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  color: inherit;
  border: 1px solid #ededed;
  background: transparent;
  font-size: 100%;
  padding: 4px;
  color: #b94a48;
}
.attached .upload_success .attach_remove:before {
  display: block;
}
.attached .upload_success .send_btn {
  width: 100%;
  margin: 20px auto 0;
}

.vacancy_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vacancy_inner .vacancy_description {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .deadline_block {
    font-size: 140%;
    padding: 7px 20px;
  }

  .vacancy_name {
    font-size: 280%;
  }

  .requests_list {
    font-size: 130%;
  }
}
@media (max-width: 959px) {
  .vacancy_name {
    font-size: 240%;
  }

  .no_vacancy_info {
    font-size: 140%;
  }

  .attach_button {
    font-size: 160%;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .attach_button:before {
    font-size: 125%;
  }

  .upload_errors {
    font-size: 130%;
    line-height: 16px;
  }

  .attached .upload_success .file_name {
    font-size: 150%;
  }
}
@media (max-width: 767px) {
  .vacancies_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none !important;
    margin-bottom: 30px;
  }
  .vacancies_list > li:not(:first-child):before {
    display: block;
    content: "";
    max-width: 480px;
    margin: 0 auto 30px;
    border-top: 2px solid #ededed;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .vacancy_name {
    font-size: 200%;
  }

  .attach_button {
    font-size: 140%;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .attach_button:before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 125%;
  }

  .upload_errors {
    font-size: 120%;
    line-height: 15px;
  }

  .attached .upload_success .file_name {
    font-size: 140%;
  }
}
.web a.vacancy_name:hover {
  color: #999999;
}
.web .attach_button:hover {
  color: #666666;
}
.web .attach_button:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.web .attach_remove:hover {
  border-color: #999999;
}
.web .attach_remove:hover:before {
  font-weight: 700;
}

.touch a.vacancy_name:hover {
  color: #999999;
}
.touch .attach_button:active {
  color: #666666;
}
.touch .attach_button:active:before {
  background: rgba(0, 0, 0, 0.1);
}
.touch .attach_remove:active {
  border-color: #999999;
}
.touch .attach_remove:active:before {
  font-weight: 700;
}

.web a.vacancy_name, .web .attach_button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .attach_button:before {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.size_error .upload_errors .size_error,
.format_error .upload_errors .format_error,
.web .attached .upload_success .send_btn,
.attached .upload_success .web .send_btn, .web .attach_remove {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch a.vacancy_name, .touch .attach_button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .attach_button:before {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .attached .upload_success .send_btn,
.attached .upload_success .touch .send_btn, .touch .attach_remove {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.attach_button, .attached .upload_success .attach_remove {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=vacancy.css.map */
