input[type="text"] {
  height: 30px !important;
}
.ui-helper-hidden-accessible {
  display: none;
}
a.list-item {
  padding: 10px;
  display: block;
}
a.list-item:nth-child(2n) {
  background-color: #f2f2f2;
}
a.list-item span {
  float: right;
  width: 70px;
}
#addressKladr,
#addUserForm,
#addressDadata {
  z-index: 1000;
  zoom: 1;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(192, 192, 192, 0.7);
}
#addressKladr .popup_container,
#addUserForm .popup_container,
#addressDadata .popup_container {
  position: fixed;
  top: 50px;
  left: 50%;
  box-sizing: border-box;
  width: 620px;
  margin-left: -20%;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  max-height: 90%;
  overflow-y: auto;
}
#addressKladr .popup_container .form_block,
#addUserForm .popup_container .form_block,
#addressDadata .popup_container .form_block {
  width: 100%;
  margin-bottom: 10px;
  line-height: 32px;
  display: inline-flex;
}
#addressKladr .popup_container .form_block div.input_container,
#addUserForm .popup_container .form_block div.input_container,
#addressDadata .popup_container .form_block div.input_container {
  width: calc(100% - 156px);
}
#addressKladr .popup_container .form_block.required_block .block_caption > div,
#addUserForm .popup_container .form_block.required_block .block_caption > div,
#addressDadata .popup_container .form_block.required_block .block_caption > div {
  background: url(/style_new/img/form/redstar.svg) 100% 30% no-repeat;
}
#addressKladr .popup_container .form_block .block_caption,
#addUserForm .popup_container .form_block .block_caption,
#addressDadata .popup_container .form_block .block_caption {
  width: 156px;
}
#addressKladr .popup_container .block_caption > div,
#addUserForm .popup_container .block_caption > div,
#addressDadata .popup_container .block_caption > div {
  font-style: normal;
  float: left;
  padding-right: 10px;
  font-size: 15px;
  text-align: left;
  height: 32px;
  line-height: 30px;
  color: #25292c;
}
#addressKladr .popup_container .input_border.full input,
#addUserForm .popup_container .input_border.full input,
#addressDadata .popup_container .input_border.full input {
  width: calc(100% - 16px);
}
#addressKladr .popup_container .input_border input,
#addUserForm .popup_container .input_border input,
#addressDadata .popup_container .input_border input {
  border: 1px solid #e9e9e9;
  font-size: 15px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
}
#addressKladr .popup_container .input_border.empty_required input,
#addUserForm .popup_container .input_border.empty_required input,
#addressDadata .popup_container .input_border.empty_required input {
  border-color: #ff0000 !important;
}
#addressKladr .popup_container .select_border,
#addUserForm .popup_container .select_border,
#addressDadata .popup_container .select_border {
  border-image: none;
  border-radius: 4px;
  overflow: hidden;
  background: url(../img/arrbott.png) 100% center no-repeat #ffffff;
  border: 1px solid #e9e9e9;
}
#addressKladr .popup_container .select_border.text,
#addUserForm .popup_container .select_border.text,
#addressDadata .popup_container .select_border.text {
  background: none;
}
#addressKladr .popup_container .select_border.empty_required,
#addUserForm .popup_container .select_border.empty_required,
#addressDadata .popup_container .select_border.empty_required {
  border-color: #ff0000 !important;
}
#addressKladr .popup_container .select_border.full,
#addUserForm .popup_container .select_border.full,
#addressDadata .popup_container .select_border.full {
  width: 250px;
}
#addressKladr .popup_container .select_border select,
#addUserForm .popup_container .select_border select,
#addressDadata .popup_container .select_border select {
  width: 93%;
  border-width: 0;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0 5px;
}
#addressKladr .closePopupKladr,
#addUserForm .closePopupKladr,
#addressDadata .closePopupKladr,
#addressKladr .closePopupUser,
#addUserForm .closePopupUser,
#addressDadata .closePopupUser,
#addressKladr .closePopupDadata,
#addUserForm .closePopupDadata,
#addressDadata .closePopupDadata {
  width: 16px;
  height: 16px;
  background: url(/adsform/images/close.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#addressKladr .nav_header,
#addUserForm .nav_header,
#addressDadata .nav_header {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
#addressKladr .kladrRow,
#addUserForm .kladrRow,
#addressDadata .kladrRow {
  display: inline-block;
  width: 100%;
}
#addressKladr .kladrRow .form_block,
#addUserForm .kladrRow .form_block,
#addressDadata .kladrRow .form_block {
  width: 32%;
  display: inline-table;
}
#addressKladr .kladrRow .form_block .select_border,
#addUserForm .kladrRow .form_block .select_border,
#addressDadata .kladrRow .form_block .select_border {
  width: 82px;
  margin-right: 10px;
}
#addressKladr .kladrRow .form_block input,
#addUserForm .kladrRow .form_block input,
#addressDadata .kladrRow .form_block input {
  width: 62px;
}
#addressKladr .ui-autocomplete,
#addUserForm .ui-autocomplete,
#addressDadata .ui-autocomplete {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  overflow-y: scroll;
  max-height: 120px !important;
  padding-left: 4px;
  position: absolute;
  float: left;
  left: 175px !important;
  z-index: 1005;
}
#addressDadata .popup_container {
  width: 800px;
}
#addressDadata .popup_container .form_block div.input_container {
  width: calc(100% - 200px);
}
#addressDadata .popup_container .form_block .block_caption {
  width: 200px;
}
#addressDadata .popup_container .select_container {
  display: inline-block;
  width: calc(100% - 200px);
}
#addressDadata .popup_container .select_container.empty_required select {
  border-color: #ff0000 !important;
}
#addressDadata .popup_container #address-dadata-region {
  display: none;
}
#addressDadata .popup_container #ui-autocomplete {
  left: 220px !important;
}
#addressDadata .required_block .block_caption > div {
  background: url(/style_new/img/form/redstar.svg) 100% 30% no-repeat;
}
#addressDadata .error_msg {
  margin-left: 205px;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ff0000;
  line-height: 26px !important;
  margin-top: -5px;
  margin-bottom: 10px;
}
#addressDadata .show_location_map {
  margin-left: 200px;
  margin-top: 0;
  margin-bottom: 10px;
}
#addUserForm .popup_container .block_main_info {
  padding: 0;
}
#addUserForm .popup_container .label_container {
  font-weight: 400;
  font-size: 16px;
}
#addUserForm .popup_container .block_checkbox {
  display: inline-table;
  margin-bottom: 20px;
  padding-left: 0px;
}
#addUserForm .popup_container .checkbox_container {
  width: 100%;
}
#addUserForm .popup_container .radio_buttons {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  text-align: left;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  float: right !important;
  margin-left: 30px;
}
#addUserForm .popup_container .radio_buttons label {
  color: #25292c;
  display: block;
  padding: 5px 15px;
  cursor: pointer;
  background: #fff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  border-radius: 0 4px;
  letter-spacing: -0.2px;
}
#addUserForm .popup_container .radio_buttons div {
  float: left;
}
#addUserForm .popup_container .radio_buttons div:first-child label {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #BBBBBB;
}
#addUserForm .popup_container .radio_buttons div:last-child label {
  border-radius: 0 4px 4px 0;
}
#addUserForm .popup_container .radio_buttons input {
  position: absolute;
  left: -9999px;
}
#addUserForm .popup_container .radio_buttons input:checked + label {
  border: 1px solid #4873b8;
  background-color: #b3c8ea;
  margin: -1px 0px -1px -1px;
}
#addUserForm .popup_container .block_field > div {
  line-height: 30px;
}
#addUserForm .popup_container .block_field .block_caption {
  font-weight: 400;
  font-style: normal;
  float: left;
  padding-right: 10px;
  text-align: left;
  height: 32px;
  line-height: 30px;
  color: #25292c;
  margin-right: 10px;
}
#addUserForm .popup_container .block_field .block_caption.required {
  background: url(/style_new/img/form/redstar.svg) 100% 30% no-repeat;
}
#addUserForm .popup_container .block_field .input_container {
  display: flex;
  width: 100%;
  border: 1px solid #cccccc;
}
#addUserForm .popup_container .block_field .input_container span {
  padding-left: 4px;
}
#addUserForm .popup_container .block_field .input_container .input_border {
  width: 100%;
}
#addUserForm .popup_container .block_field .input_container .input_border input {
  border: none;
  width: 97%;
  padding-left: 4px;
}
#addUserForm .popup_container .block_field .input_container.empty_required {
  border-color: #ff0000 !important;
}
#addUserForm .popup_container .block_field ~ .block_field {
  margin-top: 10px;
}
#addUserForm #search_user .block_caption {
  font-weight: 300;
  color: #999999;
}
.loading {
  display: none;
  background: url("/style_new/img/loading_m.gif") no-repeat;
  width: 64px;
  height: 64px;
  margin: 20px auto;
}
.btn_blue_ {
  background: #4873b8;
  border-radius: 4px;
  margin: 16px;
  color: #ffffff;
  font-family: Roboto bold, Helvetica, sans-serif;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  width: 200px;
  font-size: 16px;
  margin-left: calc(50% - 100px);
  contain: content;
}
.btn_blue_:hover {
  background-color: #74a7f8;
}
.btn_blue_:active {
  background-color: #4873b8;
}
.btn_blue_.disabled {
  cursor: default;
  background-color: #CBCBCB;
  border-color: #CBCBCB;
}
.btn_white_ {
  background-color: #fff;
  border-radius: 2px;
  font-size: 17px;
  color: #25292c;
  cursor: pointer;
  border: solid 1px #cccccc;
  margin-right: 10px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.btn_white_:hover {
  border: solid 1px #999999;
}
.btn_white_:active {
  border: solid 1px #4873b8;
}
.registration_employer {
  width: 300px;
  margin-left: 0px;
  margin-top: 55px;
  margin-bottom: 16px;
  background: #4873b8;
  border-radius: 4px;
  color: #ffffff;
  font-family: Roboto bold, Helvetica, sans-serif;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.employer_card .block_field,
#form_user_settings .block_field,
#form_requisites .block_field,
#form_about .block_field {
  width: 100%;
  display: inline-block;
}
.employer_card .block_field > div,
#form_user_settings .block_field > div,
#form_requisites .block_field > div,
#form_about .block_field > div {
  line-height: 30px;
}
.employer_card .block_field .input_text,
#form_user_settings .block_field .input_text,
#form_requisites .block_field .input_text,
#form_about .block_field .input_text {
  max-width: calc(100% - 256px);
  display: inline-block;
  vertical-align: super;
  /*&.bold{
        font-weight: 400;
      }*/
}
.employer_card .block_field .input_container,
#form_user_settings .block_field .input_container,
#form_requisites .block_field .input_container,
#form_about .block_field .input_container {
  display: inline-block;
  width: calc(100% - 256px);
  border: 1px solid #cccccc;
}
.employer_card .block_field .input_container span,
#form_user_settings .block_field .input_container span,
#form_requisites .block_field .input_container span,
#form_about .block_field .input_container span {
  padding-left: 4px;
}
.employer_card .block_field .input_container .input_border,
#form_user_settings .block_field .input_container .input_border,
#form_requisites .block_field .input_container .input_border,
#form_about .block_field .input_container .input_border {
  width: 100%;
}
.employer_card .block_field .input_container .input_border input,
#form_user_settings .block_field .input_container .input_border input,
#form_requisites .block_field .input_container .input_border input,
#form_about .block_field .input_container .input_border input {
  border: none;
  width: 99%;
  padding-left: 4px;
}
.employer_card .block_field .input_container.empty_required,
#form_user_settings .block_field .input_container.empty_required,
#form_requisites .block_field .input_container.empty_required,
#form_about .block_field .input_container.empty_required {
  border-color: #ff0000 !important;
}
.employer_card .block_field .select_container,
#form_user_settings .block_field .select_container,
#form_requisites .block_field .select_container,
#form_about .block_field .select_container,
.employer_card .block_field .textarea_container,
#form_user_settings .block_field .textarea_container,
#form_requisites .block_field .textarea_container,
#form_about .block_field .textarea_container {
  display: inline-block;
  width: calc(100% - 256px);
}
.employer_card .block_field .select_container .select_border select,
#form_user_settings .block_field .select_container .select_border select,
#form_requisites .block_field .select_container .select_border select,
#form_about .block_field .select_container .select_border select,
.employer_card .block_field .textarea_container .select_border select,
#form_user_settings .block_field .textarea_container .select_border select,
#form_requisites .block_field .textarea_container .select_border select,
#form_about .block_field .textarea_container .select_border select {
  border: 1px solid #cccccc;
  padding: 4px;
  width: 100%;
}
.employer_card .block_field .select_container .select_border select#needPostDocs,
#form_user_settings .block_field .select_container .select_border select#needPostDocs,
#form_requisites .block_field .select_container .select_border select#needPostDocs,
#form_about .block_field .select_container .select_border select#needPostDocs,
.employer_card .block_field .textarea_container .select_border select#needPostDocs,
#form_user_settings .block_field .textarea_container .select_border select#needPostDocs,
#form_requisites .block_field .textarea_container .select_border select#needPostDocs,
#form_about .block_field .textarea_container .select_border select#needPostDocs {
  width: 200px;
}
.employer_card .block_field .select_container.empty_required select,
#form_user_settings .block_field .select_container.empty_required select,
#form_requisites .block_field .select_container.empty_required select,
#form_about .block_field .select_container.empty_required select,
.employer_card .block_field .textarea_container.empty_required select,
#form_user_settings .block_field .textarea_container.empty_required select,
#form_requisites .block_field .textarea_container.empty_required select,
#form_about .block_field .textarea_container.empty_required select {
  border-color: #ff0000 !important;
}
.employer_card .block_field .select_container.opf,
#form_user_settings .block_field .select_container.opf,
#form_requisites .block_field .select_container.opf,
#form_about .block_field .select_container.opf,
.employer_card .block_field .textarea_container.opf,
#form_user_settings .block_field .textarea_container.opf,
#form_requisites .block_field .textarea_container.opf,
#form_about .block_field .textarea_container.opf {
  width: 150px !important;
}
.employer_card .block_field .select_container.opf .select_border,
#form_user_settings .block_field .select_container.opf .select_border,
#form_requisites .block_field .select_container.opf .select_border,
#form_about .block_field .select_container.opf .select_border,
.employer_card .block_field .textarea_container.opf .select_border,
#form_user_settings .block_field .textarea_container.opf .select_border,
#form_requisites .block_field .textarea_container.opf .select_border,
#form_about .block_field .textarea_container.opf .select_border {
  width: 90% !important;
}
.employer_card .block_field .select_container.opf .select_border select,
#form_user_settings .block_field .select_container.opf .select_border select,
#form_requisites .block_field .select_container.opf .select_border select,
#form_about .block_field .select_container.opf .select_border select,
.employer_card .block_field .textarea_container.opf .select_border select,
#form_user_settings .block_field .textarea_container.opf .select_border select,
#form_requisites .block_field .textarea_container.opf .select_border select,
#form_about .block_field .textarea_container.opf .select_border select {
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 34px;
}
.employer_card .block_field ._link,
#form_user_settings .block_field ._link,
#form_requisites .block_field ._link,
#form_about .block_field ._link {
  color: #4873b8;
  font-weight: 500;
  padding-left: 20px;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  vertical-align: super;
}
.employer_card .block_field ._link:hover,
#form_user_settings .block_field ._link:hover,
#form_requisites .block_field ._link:hover,
#form_about .block_field ._link:hover {
  cursor: pointer;
}
.employer_card .block_field.text,
#form_user_settings .block_field.text,
#form_requisites .block_field.text,
#form_about .block_field.text {
  font-size: 16px;
  margin-bottom: 8px;
}
.employer_card .block_field.inn_error,
#form_user_settings .block_field.inn_error,
#form_requisites .block_field.inn_error,
#form_about .block_field.inn_error {
  color: #ff0000;
  font-weight: 400;
  margin-bottom: 8px;
  display: none;
}
.employer_card .block_field.inn_error a,
#form_user_settings .block_field.inn_error a,
#form_requisites .block_field.inn_error a,
#form_about .block_field.inn_error a {
  text-decoration: none;
  font-size: 15px;
}
.employer_card .block_caption,
#form_user_settings .block_caption,
#form_requisites .block_caption,
#form_about .block_caption {
  vertical-align: top;
  width: 250px !important;
  display: inline-block;
}
.employer_card .block_caption div,
#form_user_settings .block_caption div,
#form_requisites .block_caption div,
#form_about .block_caption div {
  font-weight: 400;
  font-style: normal;
  float: left;
  padding-right: 10px;
  text-align: left;
  height: 32px;
  line-height: 30px;
  color: #25292c;
  margin-right: 10px;
}
.employer_card .block_caption.required div,
#form_user_settings .block_caption.required div,
#form_requisites .block_caption.required div,
#form_about .block_caption.required div {
  background: url(/style_new/img/form/redstar.svg) 100% 30% no-repeat;
}
.employer_card .row_check .line_check,
#form_user_settings .row_check .line_check,
#form_requisites .row_check .line_check,
#form_about .row_check .line_check {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 36px;
}
.employer_card .row_check .line_check:hover,
#form_user_settings .row_check .line_check:hover,
#form_requisites .row_check .line_check:hover,
#form_about .row_check .line_check:hover {
  cursor: pointer;
}
.employer_card .row_check .line_check .check,
#form_user_settings .row_check .line_check .check,
#form_requisites .row_check .line_check .check,
#form_about .row_check .line_check .check {
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  margin: 8px;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 2px solid #CDD1DA;
  vertical-align: middle;
  float: left;
}
.employer_card .row_check .line_check input,
#form_user_settings .row_check .line_check input,
#form_requisites .row_check .line_check input,
#form_about .row_check .line_check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 12px;
}
.employer_card .row_check .line_check input:checked ~ .check,
#form_user_settings .row_check .line_check input:checked ~ .check,
#form_requisites .row_check .line_check input:checked ~ .check,
#form_about .row_check .line_check input:checked ~ .check {
  border: 2px solid #4873b8;
  border-radius: 1px;
  background: url(/style_new/img/check.png) no-repeat 2px 3px #4873b8;
}
.employer_card .row_check .line_check input:disabled ~ .check,
#form_user_settings .row_check .line_check input:disabled ~ .check,
#form_requisites .row_check .line_check input:disabled ~ .check,
#form_about .row_check .line_check input:disabled ~ .check {
  background: url(/style_new/img/check.png) no-repeat 2px 3px #cccccc;
  color: #aaa;
}
.employer_card .error_msg,
#form_user_settings .error_msg,
#form_requisites .error_msg,
#form_about .error_msg {
  margin-left: 255px;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ff0000;
  line-height: 26px !important;
  /* margin-top: -10px;*/
  margin-bottom: 10px;
}
#form_requisites,
#form_about,
#self_settings,
#change_requisites {
  border-top: 1px solid #cccccc;
  padding-top: 16px;
}
#form_requisites .caption,
#form_about .caption,
#self_settings .caption,
#change_requisites .caption {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
#form_requisites .requisites .block_field,
#form_about .requisites .block_field,
#self_settings .requisites .block_field,
#change_requisites .requisites .block_field {
  display: inline-flex;
}
#form_requisites .requisites .block_caption,
#form_about .requisites .block_caption,
#self_settings .requisites .block_caption,
#change_requisites .requisites .block_caption {
  width: 250px !important;
}
#form_requisites .requisites .input_text,
#form_about .requisites .input_text,
#self_settings .requisites .input_text,
#change_requisites .requisites .input_text {
  display: inline-flex;
}
#form_requisites div,
#form_about div,
#self_settings div,
#change_requisites div {
  font-size: 15px;
}
#form_requisites .pad_inn,
#form_about .pad_inn,
#self_settings .pad_inn,
#change_requisites .pad_inn {
  margin-bottom: 10px;
}
#form_requisites .information,
#form_about .information,
#self_settings .information,
#change_requisites .information {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
#form_requisites .information.postDocs,
#form_about .information.postDocs,
#self_settings .information.postDocs,
#change_requisites .information.postDocs {
  margin-top: 16px;
  font-weight: 300;
}
#form_requisites .information.postDocs.hide,
#form_about .information.postDocs.hide,
#self_settings .information.postDocs.hide,
#change_requisites .information.postDocs.hide {
  display: none;
}
#form_requisites .information a,
#form_about .information a,
#self_settings .information a,
#change_requisites .information a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
}
#form_requisites .requisites_contacts,
#form_about .requisites_contacts,
#self_settings .requisites_contacts,
#change_requisites .requisites_contacts {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding: 16px 0;
}
#form_requisites .requisites_contacts .caption,
#form_about .requisites_contacts .caption,
#self_settings .requisites_contacts .caption,
#change_requisites .requisites_contacts .caption {
  font-weight: 400;
}
#form_requisites .requisites_contacts .input_container,
#form_about .requisites_contacts .input_container,
#self_settings .requisites_contacts .input_container,
#change_requisites .requisites_contacts .input_container,
#form_requisites .requisites_contacts .placeholder,
#form_about .requisites_contacts .placeholder,
#self_settings .requisites_contacts .placeholder,
#change_requisites .requisites_contacts .placeholder {
  width: calc(100% - 256px);
  margin-bottom: 16px;
  color: #999999;
  font-weight: 500;
}
#form_requisites .requisites_contacts .input_text,
#form_about .requisites_contacts .input_text,
#self_settings .requisites_contacts .input_text,
#change_requisites .requisites_contacts .input_text {
  width: calc(100% - 250px);
}
#form_requisites .block_field.edit_fields,
#form_about .block_field.edit_fields,
#self_settings .block_field.edit_fields,
#change_requisites .block_field.edit_fields {
  display: inline-flex;
  margin-bottom: 16px;
}
#form_requisites .block_field.edit_fields .block_caption,
#form_about .block_field.edit_fields .block_caption,
#self_settings .block_field.edit_fields .block_caption,
#change_requisites .block_field.edit_fields .block_caption {
  width: 250px;
  flex-grow: 1;
}
#form_requisites .block_field.edit_fields .input_container,
#form_about .block_field.edit_fields .input_container,
#self_settings .block_field.edit_fields .input_container,
#change_requisites .block_field.edit_fields .input_container {
  width: calc(100% - 250px);
  flex-grow: 2;
}
#form_requisites .block_field.edit_fields .input_container.opf_,
#form_about .block_field.edit_fields .input_container.opf_,
#self_settings .block_field.edit_fields .input_container.opf_,
#change_requisites .block_field.edit_fields .input_container.opf_ {
  width: calc(100% - 400px);
}
#form_requisites .block_field .line_check,
#form_about .block_field .line_check,
#self_settings .block_field .line_check,
#change_requisites .block_field .line_check {
  margin-top: 8px;
  margin-left: 245px;
  margin-bottom: 8px;
}
#form_requisites .block_field #show_location_map,
#form_about .block_field #show_location_map,
#self_settings .block_field #show_location_map,
#change_requisites .block_field #show_location_map,
#form_requisites .block_field .show_location_map,
#form_about .block_field .show_location_map,
#self_settings .block_field .show_location_map,
#change_requisites .block_field .show_location_map {
  margin-left: 255px;
}
#form_requisites .requisites_edo,
#form_about .requisites_edo,
#self_settings .requisites_edo,
#change_requisites .requisites_edo {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding: 16px 0;
}
#form_requisites .requisites_edo .caption,
#form_about .requisites_edo .caption,
#self_settings .requisites_edo .caption,
#change_requisites .requisites_edo .caption {
  font-weight: 400;
}
#form_requisites .requisites_edo .input_container,
#form_about .requisites_edo .input_container,
#self_settings .requisites_edo .input_container,
#change_requisites .requisites_edo .input_container {
  width: calc(100% - 285px) !important;
}
#form_requisites .requisites_edo .buttons,
#form_about .requisites_edo .buttons,
#self_settings .requisites_edo .buttons,
#change_requisites .requisites_edo .buttons {
  margin-left: 0;
}
#form_requisites .requisites_edo .buttons #addEdo,
#form_about .requisites_edo .buttons #addEdo,
#self_settings .requisites_edo .buttons #addEdo,
#change_requisites .requisites_edo .buttons #addEdo {
  margin-left: 0;
}
#form_requisites .requisites_edo .buttons.disabled #addEdo,
#form_about .requisites_edo .buttons.disabled #addEdo,
#self_settings .requisites_edo .buttons.disabled #addEdo,
#change_requisites .requisites_edo .buttons.disabled #addEdo {
  background: #cccccc;
}
#form_requisites .btn_gray_border,
#form_about .btn_gray_border,
#self_settings .btn_gray_border,
#change_requisites .btn_gray_border {
  border: 1px solid #cccccc;
  width: 200px;
  height: 30px;
  line-height: 30px;
  float: right;
}
#form_requisites .buttons,
#form_about .buttons,
#self_settings .buttons,
#change_requisites .buttons {
  width: auto;
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 240px;
}
#form_requisites .buttons div,
#form_about .buttons div,
#self_settings .buttons div,
#change_requisites .buttons div {
  margin: 0 10px;
  height: 35px;
  line-height: 35px;
}
#form_requisites .clear_text,
#form_about .clear_text,
#self_settings .clear_text,
#change_requisites .clear_text {
  float: right;
  background: url("/style_new/img/clear.png");
  width: 10px;
  height: 14px;
  left: -20px;
  top: 8px;
  position: relative;
  display: none;
  margin-right: -14px;
  cursor: pointer;
}
#form_requisites .opf,
#form_about .opf,
#self_settings .opf,
#change_requisites .opf {
  width: 150px !important;
}
#form_requisites .opf .select_border,
#form_about .opf .select_border,
#self_settings .opf .select_border,
#change_requisites .opf .select_border {
  width: 90% !important;
}
#form_requisites .question,
#form_about .question,
#self_settings .question,
#change_requisites .question {
  background: url(/style_new/img/question-icon.png) no-repeat scroll right 6px;
  display: block;
  width: 16px;
  height: 30px;
  margin-left: 20px;
}
#form_requisites .question:hover,
#form_about .question:hover,
#self_settings .question:hover,
#change_requisites .question:hover {
  cursor: pointer;
}
#form_requisites [class*=hint--]:after,
#form_about [class*=hint--]:after,
#self_settings [class*=hint--]:after,
#change_requisites [class*=hint--]:after {
  width: 290px !important;
  white-space: normal !important;
  line-height: 16px !important;
  background-color: #333 !important;
  z-index: 1000;
}
#form_requisites [class*=hint--]:after.count_dialogs,
#form_about [class*=hint--]:after.count_dialogs,
#self_settings [class*=hint--]:after.count_dialogs,
#change_requisites [class*=hint--]:after.count_dialogs {
  width: 220px !important;
}
#form_requisites .hint--bottom:after,
#form_about .hint--bottom:after,
#self_settings .hint--bottom:after,
#change_requisites .hint--bottom:after {
  margin-left: -290px !important;
}
#form_requisites .mail_send,
#form_about .mail_send,
#self_settings .mail_send,
#change_requisites .mail_send {
  margin-left: 250px;
  color: #B00800;
  font-weight: 500;
  margin-top: 10px;
  display: none;
}
#form_requisites .mail_send.show,
#form_about .mail_send.show,
#self_settings .mail_send.show,
#change_requisites .mail_send.show {
  display: block;
}
#form_requisites .edoExist div,
#form_about .edoExist div,
#self_settings .edoExist div,
#change_requisites .edoExist div {
  margin-left: 255px;
}
#form_requisites .operatorEdo,
#form_about .operatorEdo,
#self_settings .operatorEdo,
#change_requisites .operatorEdo {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
#form_requisites .statusEdo,
#form_about .statusEdo,
#self_settings .statusEdo,
#change_requisites .statusEdo {
  background: url(/img/icons/success.svg) 0 4px no-repeat;
  padding-left: 30px;
  background-size: 20px 20px;
}
#form_requisites .ui-autocomplete,
#form_about .ui-autocomplete,
#self_settings .ui-autocomplete,
#change_requisites .ui-autocomplete {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  overflow-y: scroll;
  max-height: 150px !important;
  padding-left: 4px;
  position: absolute;
  float: left;
  line-height: 30px;
  z-index: 1005;
}
#form_requisites select[disabled="true"],
#form_about select[disabled="true"],
#self_settings select[disabled="true"],
#change_requisites select[disabled="true"] {
  background-color: #F5F5F5;
}
#form_employer_search {
  padding-top: 20px;
}
.search-button {
  background-color: #3366cc;
  color: #ffffff;
  border-radius: 0.08cm;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0.5cm 0.16cm 0.5cm 0.26cm;
  cursor: pointer;
  font-weight: bold;
}
.block_main_info {
  padding-left: 0.26cm;
  margin: 20px 0px;
}
.block_main_info .bold {
  font-size: 16px;
  font-weight: 500;
}
.textLimitVacancy {
  color: #999999;
  margin-bottom: 30px;
}
#form_user_settings {
  /*.item-text {
    float: left;
  }*/
}
#form_user_settings .block_field ~ .block_field {
  margin-top: 10px;
}
#form_user_settings .deletePhone {
  float: right;
  width: 40px;
  height: 14px;
  right: -10px;
  top: 8px;
  position: relative;
  margin-right: -44px;
  cursor: pointer;
  line-height: 14px;
  color: #ff0000;
  font-size: 13px !important;
}
#form_user_settings .addLink {
  color: #4873b8;
  width: 160px;
  height: 14px;
  float: right;
  right: -10px;
  top: 8px;
  position: relative;
  cursor: pointer;
  line-height: 14px;
  margin-right: -164px;
  font-size: 13px !important;
}
#form_user_settings .addLink#add_filial {
  margin-left: 256px;
  float: left;
  right: 0;
}
#form_user_settings .vacancy_settings {
  margin-top: 30px;
}
#form_user_settings .vacancy_settings .block_field.block_combobox {
  width: 100%;
}
#form_user_settings .vacancy_settings .block_field.hidden {
  display: none;
}
#form_user_settings .vacancy_settings #vacancy_phone_list {
  margin-top: 15px;
}
#form_user_settings .vacancy_settings #vacancy_phone_list .text_info {
  display: grid;
  width: 100%;
  color: #999999;
  line-height: 15px;
}
#form_user_settings .vacancy_settings #vacancy_phone_list [id^=row-phone-] {
  width: calc(100% - 380px);
  margin-left: 256px;
}
#form_user_settings .vacancy_settings #vacancy_phone_list #row-phone-0 {
  margin-left: 0 !important;
}
#form_user_settings .vacancy_settings .vacancy_phone {
  width: 400px;
}
#form_user_settings .vacancy_settings .text {
  margin-bottom: 16px;
  color: #999999;
}
#form_user_settings .vacancy_settings .text.bold {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
#form_user_settings .vacancy_settings .show_all_phone {
  margin-top: 15px;
}
#form_user_settings .vacancy_settings .show_all_phone span {
  color: #4873b8;
}
#form_user_settings .vacancy_settings .show_all_phone span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.employer_users .btn_blue_,
#form_user_settings .btn_blue_,
.about_settings .btn_blue_ {
  /* float: right;
    margin-right: 0px;*/
  right: 0;
  position: absolute;
}
.employer_users .col-right,
#form_user_settings .col-right,
.about_settings .col-right {
  width: calc(100% - 180px);
}
.logoInfo {
  float: left;
  display: block;
  position: relative;
  top: -110px;
  right: -170px;
}
.logoInfo .logo_text {
  width: 250px;
  color: #999999;
  margin-bottom: 10px;
}
.logoInfo a {
  color: #4873b8 !important;
  cursor: pointer;
  text-decoration: underline;
}
.employer_offices {
  margin: 20px 0;
}
.employer_offices .title_block {
  display: inline-block;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
}
.employer_offices .title_block span {
  font-weight: 500;
  margin: 16px 0px;
  font-size: 16px;
  float: left;
}
.employer_offices .title_block div {
  margin: 12px;
}
.employer_offices .office {
  border-bottom: 1px solid #e9e9e9;
  padding: 8px;
  display: inline-flex;
  width: 98%;
}
.employer_offices .office.hidden {
  display: none;
}
.employer_offices .office .caption {
  color: #999999;
  line-height: 20px;
}
.employer_offices .office .address {
  font-size: 15px;
}
.employer_offices .office .text {
  padding-bottom: 10px;
  line-height: 20px;
}
.employer_offices .office .info {
  width: 80%;
}
.employer_offices .office .actions {
  width: 20%;
}
.employer_offices .show_all_offices {
  margin: 20px 0;
}
.employer_offices .show_all_offices span {
  color: #4873b8;
}
.employer_offices .show_all_offices span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.acls {
  margin-top: 20px;
}
.acls .title_block {
  font-weight: 500;
  margin: 16px;
  font-size: 16px;
}
.acls .block_checkbox {
  height: 24px;
  padding-left: 16px;
}
.actions {
  display: block;
  height: 30px;
}
.actions .action_item {
  float: left;
  padding-right: 20px;
  color: #4976b8;
  text-transform: lowercase;
  font-weight: 500;
  padding-top: 6px;
}
.actions .action_item:hover {
  cursor: pointer;
}
#form_employer_address * {
  font-family: 'Roboto', sans-serif;
}
#form_employer_address {
  margin-top: 20px;
}
#form_employer_address #full_address {
  background-color: #f0f0f0;
  line-height: 30px;
  padding: 16px;
  margin-bottom: 16px;
}
#form_employer_address .block_textcombobox {
  height: 45px;
  line-height: 45px;
  overflow: visible;
}
#form_employer_address .block_textcombobox .select_container,
#form_employer_address .block_textcombobox .input_container {
  top: 0px;
}
#form_employer_address .select_border {
  padding-left: 4px;
}
#form_employer_address .select_border input {
  border: 0;
  width: 90%;
  line-height: 34px;
}
#form_employer_address .block_caption > div {
  font-weight: 300;
}
.list_scrollable {
  display: none;
  border: 1px solid #e9e9e9;
  overflow-y: scroll;
  margin-top: 32px;
  max-height: 120px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
}
.list_scrollable.full {
  width: 250px;
}
.list_scrollable.phoneList {
  width: 417px;
}
.list_scrollable.phoneList li {
  font-size: 15px;
  padding-left: 5px;
}
.list_scrollable.phoneList li:hover {
  cursor: pointer;
}
.list_scrollable ul {
  padding: 0;
}
.list_scrollable ul li {
  line-height: 24px;
  padding-left: 8px;
}
.list_scrollable ul li:focus,
.list_scrollable ul li:active,
.list_scrollable ul li:hover,
.list_scrollable ul li.disabled {
  background: rgba(72, 115, 184, 0.12);
}
#show_location_map,
.show_location_map {
  color: #4873b8;
  margin-top: 5px;
  line-height: 20px;
}
.location_kladr,
.location_dadata,
.location_dadata_filial,
.location_about {
  display: block;
  margin: 10px 0;
}
.location_kladr .location_map_kladr,
.location_dadata .location_map_kladr,
.location_dadata_filial .location_map_kladr,
.location_about .location_map_kladr,
.location_kladr .location_map_dadata,
.location_dadata .location_map_dadata,
.location_dadata_filial .location_map_dadata,
.location_about .location_map_dadata {
  width: 480px;
  height: 200px;
}
.location_kladr .location_map_about,
.location_dadata .location_map_about,
.location_dadata_filial .location_map_about,
.location_about .location_map_about,
.location_kladr .location_map_dadata_filial,
.location_dadata .location_map_dadata_filial,
.location_dadata_filial .location_map_dadata_filial,
.location_about .location_map_dadata_filial {
  width: 100%;
  height: 200px;
}
.location_kladr,
.location_dadata,
.location_dadata_filial {
  display: none;
}
.item_user {
  padding: 10px 0px /* 10px 16px*/;
  border-bottom: 1px solid #DEDEDE;
  display: inline-flex;
  width: calc(100% - 20px);
}
.item_user.caption {
  border-top: 1px solid #DEDEDE;
}
.item_user .item_info {
  width: 40%;
  display: inline-grid;
}
.item_user .item_info div {
  margin-top: 4px;
}
.item_user .acls_user {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.item_user .acls_user .text {
  text-align: center;
}
.item_user .user {
  display: inline-flex;
  width: 100%;
  padding-right: 8px;
}
.item_user .user .caption {
  font-size: 16px;
  font-weight: 500;
}
.item_user .user .text {
  line-height: 16px;
  font-size: 13px;
  color: #7F7F7F;
}
.item_user .actions {
  margin-top: 35px;
  float: right;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.item_user .actions .action_item {
  padding-right: 0px;
  padding-left: 20px;
}
#search_results {
  margin: 16px 0;
}
#search_results .count {
  font-weight: 500;
  margin-bottom: 10px;
}
#search_results .findUser {
  height: 40px;
  line-height: 40px;
}
#search_results .findUser:focus,
#search_results .findUser:active,
#search_results .findUser:hover {
  cursor: pointer;
  background: rgba(72, 115, 184, 0.12);
}
.block_about.logo {
  padding-left: 250px;
  margin-top: 24px;
}
.block_about .row_about {
  margin-top: 16px;
}
.block_about .row_about.hide {
  display: none;
}
.block_about .row_about textarea {
  height: 150px;
  overflow-y: scroll;
}
.block_about .row_about .view_card {
  float: right;
}
.block_about .row_about .row_logo {
  display: inline-block;
  margin-left: 100px;
}
.block_about .row_about img {
  margin: 15px;
  float: left;
  border: 1px solid #DEDEDE;
}
.block_about .right_block {
  width: 47%;
  padding-left: 20px;
}
.block_about .right_block.min {
  width: 30%;
  margin-top: 45px;
}
.block_about .right_block .title_right {
  font-weight: 500;
}
.block_about .right_block .text_right {
  color: #999999;
}
.block_about a {
  color: #4873b8 !important;
  cursor: pointer;
  text-decoration: underline;
}
.block_about .textarea_border.empty_required textarea {
  border-color: #ff0000 !important;
}
.btn_blue_border,
.btn_red_border {
  border: 1px solid #4976b8;
  border-radius: 0.1cm;
  margin: 16px auto;
  color: #4976b8;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  width: 150px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.btn_blue_border:hover {
  background-color: #4873b8;
  color: #ffffff;
}
.btn_red_border {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.btn_gray_border {
  border: 1px solid #DEDEDE;
  color: #000;
  border-radius: 0.1cm;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  width: 250px;
  text-align: center;
  float: left;
}
.btn_gray_border:hover {
  cursor: pointer;
}
.loginEmployer {
  margin-top: 20px;
  display: inline-block;
  width: 85%;
  float: left;
}
.loginEmployer #register {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.loginEmployer #register.regEmployer .error-info {
  color: #de4928;
  font-size: 13px;
  margin: 5px 0 -5px 0;
}
.loginEmployer #submit_company {
  margin-top: 50px !important;
  margin-bottom: 18px !important;
}
.loginEmployer .not-enter {
  color: #4873b8;
  text-decoration: underline;
}
.loginEmployer a:hover {
  text-decoration: none;
}
.logo_title_ucp {
  float: left;
  height: 20px;
  line-height: 20px;
  min-width: 450px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
  margin-left: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  display: inline-flex;
}
.logo_title_ucp.show_other:hover {
  cursor: pointer;
}
.logo_title_ucp .arrowDown {
  background: url(/style_new/img/arrbott_red.png) no-repeat 10px 10px;
  height: 36px;
  width: 20px;
  padding: 0px 3px;
}
.logo_title_ucp .arrowDown:hover {
  cursor: pointer;
}
.logo_title_ucp .arrowDown:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 3%;
  z-index: 1;
  background: rgba(255, 255, 230, 0.9);
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 5px 10px;
  border: 1px solid #333;
}
.filter_vacancy_dialogs {
  background-color: #EEEEEE;
  padding: 15px;
}
.filter_vacancy_dialogs .dop_filter {
  display: none;
}
.filter_vacancy_dialogs .main_filter {
  display: flex;
}
.filter_vacancy_dialogs .main_filter,
.filter_vacancy_dialogs .dop_filter {
  align-items: baseline;
  flex-wrap: wrap;
}
.filter_vacancy_dialogs .main_filter .block_combobox,
.filter_vacancy_dialogs .dop_filter .block_combobox {
  display: inline-block;
  margin-bottom: 10px;
}
.filter_vacancy_dialogs .main_filter .block_combobox .block_caption,
.filter_vacancy_dialogs .dop_filter .block_combobox .block_caption {
  font-weight: 600;
}
.filter_vacancy_dialogs .main_filter .block_combobox .select_border,
.filter_vacancy_dialogs .dop_filter .block_combobox .select_border {
  background-color: white;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  border-color: #cccccc;
  /*#e9e9e9;*/
  margin-right: 15px;
}
.filter_vacancy_dialogs .main_filter .block_combobox .select_border select,
.filter_vacancy_dialogs .dop_filter .block_combobox .select_border select {
  width: 100%;
  border-width: 0;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-right: 25px;
  background: url(/style_new/img/form/arrow_down.svg) no-repeat right;
}
.filter_vacancy_dialogs .main_filter .block_interval,
.filter_vacancy_dialogs .dop_filter .block_interval {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.filter_vacancy_dialogs .main_filter .block_interval .block_caption,
.filter_vacancy_dialogs .dop_filter .block_interval .block_caption {
  background-color: #EEEEEE;
  font-weight: 400;
  margin-right: 15px;
}
.filter_vacancy_dialogs .main_filter .block_interval .input_container,
.filter_vacancy_dialogs .dop_filter .block_interval .input_container {
  background-color: white;
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #cccccc;
}
.filter_vacancy_dialogs .main_filter .block_interval .input_container input,
.filter_vacancy_dialogs .dop_filter .block_interval .input_container input {
  border: none;
  width: 60px;
  margin: 0 5px;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes,
.filter_vacancy_dialogs .dop_filter .block_checkboxes {
  display: inline-flex;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .block_caption,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .block_caption {
  font-weight: 400;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container {
  display: inline-flex;
  margin-bottom: 10px;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container .line_check,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container .line_check {
  position: relative;
  display: block;
  line-height: 21px;
  padding: 8px 0;
  margin-right: 15px;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container .line_check p,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container .line_check p {
  display: inline-block;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container .line_check .check,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container .line_check .check {
  display: inline-block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background: #FFF;
  border: 1px solid #cccccc;
  float: left;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container .line_check input,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container .line_check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container .line_check input:checked ~ .check,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container .line_check input:checked ~ .check {
  border-radius: 1px;
  border: 1px solid #4873b8;
  background: url(/style_new/img/form/check-3.svg) no-repeat 2px 3px #4873b8;
}
.filter_vacancy_dialogs .main_filter .block_checkboxes .checkboxes_container .line_check input:disabled ~ .check,
.filter_vacancy_dialogs .dop_filter .block_checkboxes .checkboxes_container .line_check input:disabled ~ .check {
  background: url(/style_new/img/form/check-3.svg) no-repeat 2px 3px grey;
  color: #aaa;
}
.filter_vacancy_dialogs .actions_dialog {
  height: 30px;
}
.filter_vacancy_dialogs .actions_dialog > div {
  display: inline-block;
}
.filter_vacancy_dialogs .actions_dialog .more_param .text {
  cursor: pointer;
  height: 30px;
  color: #4873b8;
  line-height: 30px;
  display: inline-block;
}
.filter_vacancy_dialogs .actions_dialog .more_param .show {
  background: url(/style_new/img/arrbott_blue.png) no-repeat 5px 11px;
  float: right;
  width: 17px;
  height: 17px;
}
.filter_vacancy_dialogs .actions_dialog .more_param .hide {
  background: url(/style_new/img/arrbott_blue.png) no-repeat 5px 0;
  float: right;
  width: 17px;
  height: 17px;
  transform: scale(1, -1);
}
.filter_vacancy_dialogs .actions_dialog .action_dialog {
  float: right;
}
.filter_vacancy_dialogs .actions_dialog .action_dialog .clear_filter {
  color: #4873b8;
  cursor: pointer;
  padding-right: 25px;
}
.filter_vacancy_dialogs .actions_dialog .action_dialog .search_dialog input {
  background-color: #4873b8;
  color: #ffffff;
  border: none;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 175px;
}
.filter_vacancy_dialogs .actions_dialog .action_dialog .search_dialog input:hover {
  background-color: #74a7f8;
}
.filter_vacancy_dialogs .actions_dialog .action_dialog .search_dialog input:active {
  background-color: #4873b8;
}
.filter_vacancy_dialogs .actions_dialog .action_dialog > div {
  display: inline-block;
}
.new_dialog,
.all_dialogs {
  display: inline-block;
  font-size: 17px;
  color: #4873b8;
  border: solid 1px #4873b8;
  padding: 5px 13px;
  margin-left: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.new_dialog:hover,
.all_dialogs:hover {
  color: white;
  background-color: #4873b8;
}
.new_dialog:active,
.all_dialogs:active {
  background-color: #74a7f8;
  border-color: #74a7f8;
}
#change_requisites .caption {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
#change_requisites .caption_requisites {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 400;
}
#change_requisites .change_fields .block_caption {
  width: 210px !important;
}
#change_requisites .block_field.edit_fields {
  display: inline-flex;
  margin-bottom: 16px;
}
#change_requisites .block_field.edit_fields .block_caption {
  width: 150px;
  flex-grow: 1;
}
#change_requisites .block_field.edit_fields .input_container {
  width: calc(100% - 100px);
  flex-grow: 2;
}
#change_requisites .block_field.edit_fields .input_container.opf_ {
  width: calc(100% - 250px);
}
#change_requisites .block_field.edit_fields .opf {
  width: 150px !important;
}
#change_requisites .block_field.edit_fields .opf .select_border {
  width: 90% !important;
}
#change_requisites .block_field.edit_fields .opf .select_border select {
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 34px;
}
#change_requisites .block_field .line_check {
  margin-left: 133px;
  margin-top: -5px;
}
#change_requisites .contacts_ {
  margin-top: 20px;
  border-top: 1px solid #cccccc;
  padding: 16px 0;
}
#change_requisites .contacts_ .input_container,
#change_requisites .contacts_ .placeholder {
  width: 500px;
  margin-left: 220px;
  margin-bottom: 16px;
  color: #999999;
  font-weight: 500;
}
#change_requisites .contacts_ .input_text {
  margin-left: 250px;
  width: calc(100% - 250px);
}
#change_requisites .contacts_ .block_caption {
  width: 100% !important;
}
#change_requisites .buttons {
  width: auto;
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 40px;
  float: right;
}
#change_requisites .buttons div {
  margin: 0 10px;
  height: 35px;
  line-height: 35px;
}
#change_requisites .buttons .btn_white_ {
  background-color: #fff;
  border-radius: 2px;
  font-size: 15px;
  cursor: pointer;
  border: solid 1px #cccccc;
  margin-right: 10px;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
#change_requisites .buttons .btn_white_:hover {
  border: solid 1px #999999;
}
#change_requisites .buttons .btn_white_:active {
  border: solid 1px #4873b8;
}
#change_requisites .error_msg {
  margin-left: 215px;
  font-weight: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ff0000;
  line-height: 26px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#change_requisites .clear_text {
  float: right;
  background: url("/style_new/img/clear.png");
  width: 10px;
  height: 14px;
  left: -20px;
  top: 8px;
  position: relative;
  display: none;
  margin-right: -14px;
  cursor: pointer;
}
#change_requisites .inn_error {
  margin-left: 213px;
}
#change_requisites .inn_error.margin_left {
  margin-left: 218px;
  margin-bottom: 40px;
}
#change_requisites .block_upload_file {
  width: calc(100% - 100px);
  position: relative;
}
#change_requisites .block_upload_file input[type="file"] {
  opacity: 0;
  position: absolute;
  height: 35px;
  width: 200px;
}
#change_requisites .block_upload_file .upload_file {
  height: 35px;
  width: 200px;
  display: inline-block;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 15px;
}
#change_requisites .block_upload_file .clear_file {
  background: url(/style_new/img/clear.png);
  width: 15px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
}
.list_services [class*=hint--]:after {
  width: 220px !important;
  white-space: normal !important;
  line-height: 16px !important;
  background-color: #333 !important;
  z-index: 1000;
  left: 0;
}
.list_services [class*=hint--]:hover {
  cursor: pointer;
}
.moder_client_balance .subtitle {
  color: #999999;
  padding: 10px 0 5px;
  font-weight: 500;
  flex-grow: 1;
  margin-left: 184px;
}
.moder_client_balance .subtitle span {
  color: #000;
  font-weight: 700;
}
.employer_reg_form .form_append,
.employer_reg_form #registered {
  display: none;
}
.employer_reg_form .error_msg {
  margin-left: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ff0000;
  line-height: 26px;
}
.employer_reg_form .error_msg.address {
  margin-left: 170px;
  margin-top: -32px;
  margin-bottom: 30px;
}
.employer_reg_form .error_msg.registr_employer {
  margin-left: 170px;
  line-height: 20px;
  margin-top: 5px;
}
.employer_reg_form .error_msg.registr_employer span {
  color: #999999;
}
.employer_reg_form .form_block {
  width: 100%;
  margin-bottom: 30px;
  line-height: 32px;
  display: inline-block;
}
.employer_reg_form .form_block div {
  float: left;
}
.employer_reg_form .form_block .address_block {
  width: 500px;
}
.employer_reg_form .form_block .checkUser {
  margin-left: 20px;
  color: #4873b8;
  font-weight: 500;
}
.employer_reg_form .form_block .checkUser:hover {
  cursor: pointer;
}
.employer_reg_form .form_block.required_block .block_caption_ > div {
  background: url(/style_new/img/form/redstar.svg) 100% 30% no-repeat;
}
.employer_reg_form .form_block .block_caption_ {
  width: 170px;
}
.employer_reg_form .form_block .field_info {
  float: left;
  margin: 0px 15px;
  color: #999999;
  font-size: 14px;
}
.employer_reg_form .input_container.address {
  display: flex;
  width: 500px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.employer_reg_form .input_container.address.empty_required {
  border-color: #ff0000 !important;
}
.employer_reg_form .input_container.address div {
  width: 100%;
}
.employer_reg_form .input_container.address span {
  padding-left: 4px;
}
.employer_reg_form .block_caption_ > div {
  font-style: normal;
  float: right;
  padding-right: 10px;
  font-size: 17px;
  text-align: left;
  height: 32px;
  line-height: 30px;
  color: #25292c;
  margin-right: 20px;
  font-weight: 400;
}
.employer_reg_form .input_border.full input {
  width: 300px;
}
.employer_reg_form .input_border.address input {
  width: 480px;
}
.employer_reg_form .input_border input {
  border: 1px solid #cccccc;
  font-size: 15px;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
}
.employer_reg_form .input_border input::-webkit-input-placeholder {
  color: #cccccc;
}
.employer_reg_form .input_border input.small {
  width: 18px;
}
.employer_reg_form .input_border.empty_required input {
  border-color: #ff0000 !important;
}
.employer_reg_form .show-password-button {
  width: 75px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  left: 405px;
  color: #4873b8;
  font-weight: 500;
  text-align: right;
}
.employer_reg_form .select_border {
  border-image: none;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(166, 166, 166, 0.6);
  width: 160px;
}
.employer_reg_form .select_border.region {
  width: 495px;
}
.employer_reg_form .select_border.text {
  background: none;
}
.employer_reg_form .select_border.empty_required {
  border-color: #ff0000 !important;
}
.employer_reg_form .select_border.full {
  width: 250px;
}
.employer_reg_form .select_border select {
  height: 32px;
  width: 100%;
  background: url(../img/arrbott.png) 100% center no-repeat #ffffff;
  border-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0 5px;
}
.employer_reg_form .select_border select option {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  height: 24px;
}
.employer_reg_form .select_border select option:hover {
  cursor: pointer;
}
.employer_reg_form .select_container ~ .input_container {
  margin-left: 10px;
}
.employer_reg_form .select_border ~ .input_border {
  margin-left: 10px;
}
.employer_reg_form .register_block,
.employer_reg_form #form_employer_address {
  margin-top: 10px;
  margin-left: -470px;
  left: 50%;
  width: 940px;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
}
.employer_reg_form .register_block .header_auth_block,
.employer_reg_form #form_employer_address .header_auth_block {
  font-family: "Roboto regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}
.employer_reg_form .register_block .register_form,
.employer_reg_form #form_employer_address .register_form {
  width: 100%;
}
.employer_reg_form .register_block .register_form .register_form_button,
.employer_reg_form #form_employer_address .register_form .register_form_button {
  display: inline-block;
  width: 220px;
  transition: 0.2s ease-in-out;
  border: 1px solid #4388c4;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: Roboto, sans-serif;
  background-color: #4388c4;
  margin: 15px 0 15px -110px;
  position: relative;
  left: 50%;
  cursor: pointer;
}
.employer_reg_form .register_block .register_form .register_form_button:hover,
.employer_reg_form #form_employer_address .register_form .register_form_button:hover {
  color: #4388c4;
  background-color: transparent;
  text-decoration: none;
}
.employer_reg_form .register_block .register_form .register_form_button.disabled,
.employer_reg_form #form_employer_address .register_form .register_form_button.disabled {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}
.employer_reg_form .register_block .register_form .register_form_button.disabled:hover,
.employer_reg_form #form_employer_address .register_form .register_form_button.disabled:hover {
  color: #fff;
}
.employer_reg_form .register_block .text_center,
.employer_reg_form #form_employer_address .text_center {
  text-align: center;
  color: #666;
  font-family: "Roboto regular", sans-serif;
  font-weight: 400;
}
.employer_reg_form .register_block .text_center.enter_text a,
.employer_reg_form #form_employer_address .text_center.enter_text a {
  color: #4873b8 !important;
  font-weight: 500;
}
.employer_reg_form .register_block .text_center.enter_text a:hover,
.employer_reg_form #form_employer_address .text_center.enter_text a:hover {
  text-decoration: underline;
}
.employer_reg_form .actions {
  display: inline-flex;
  width: 100%;
  margin: 10px 0;
  height: auto;
  box-sizing: border-box;
  left: 25%;
  position: relative;
}
.employer_reg_form .actions .btn_blue_ {
  color: #fff !important;
  width: 300px;
  margin-left: 40px;
}
.employer_reg_form .actions .btn_gray_border {
  margin: 16px;
  height: 40px;
  line-height: 40px;
}
.employer_reg_form #employer_list_find {
  display: none;
  margin: 20px 0;
}
.employer_reg_form #employer_list_find * {
  color: #000;
}
.employer_reg_form #employer_list_find .inf_ {
  padding: 20px 20px 25px 85px;
}
.employer_reg_form #employer_list_find .inf_ h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
}
.employer_reg_form #employer_list_find #list {
  display: block;
  margin-top: 30px;
}
.employer_reg_form #employer_list_find #list .row_title {
  border-bottom: 1px solid #cccccc;
  display: inline-flex;
  width: 100%;
  line-height: 24px;
  padding: 10px 0;
}
.employer_reg_form #employer_list_find #list .row_title:first-child div {
  color: #999999;
}
.employer_reg_form #employer_list_find #list .row_title .caption,
.employer_reg_form #employer_list_find #list .row_title .address {
  width: 40%;
}
.employer_reg_form #employer_list_find #list .row_title .inn {
  width: 20%;
}
.employer_reg_form #employer_list_find #list .row_list {
  border-bottom: 1px solid #cccccc;
  display: inline-flex;
  width: 100%;
  line-height: 24px;
  padding: 10px 0;
}
.employer_reg_form #employer_list_find #list .row_list:last-child {
  border: none;
}
.employer_reg_form #employer_list_find #list .row_list .caption,
.employer_reg_form #employer_list_find #list .row_list .address {
  width: 40%;
}
.employer_reg_form #employer_list_find #list .row_list .caption {
  color: #4873b8;
  font-weight: 700;
  font-size: 16px;
}
.employer_reg_form #employer_list_find #list .row_list .inn {
  width: 20%;
}
.employer_reg_form #employer_list_find #list .row_list .filial {
  margin-top: 8px;
  line-height: 16px;
}
.employer_reg_form #employer_list_find #list .row_list .filial .title,
.employer_reg_form #employer_list_find #list .row_list .filial .address {
  width: 100%;
}
.employer_reg_form #employer_list_find #list .row_list .filial .title {
  font-weight: 500;
  color: #000;
}
.employer_reg_form #help_form_employer {
  margin: 20px 0;
  display: none;
}
.employer_reg_form #help_form_employer input[type="text"],
.employer_reg_form #help_form_employer input[type="password"] {
  width: 250px;
}
.employer_reg_form #help_form_employer .row_help {
  display: inline-flex;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.employer_reg_form #help_form_employer .row_help .title {
  text-align: right;
  padding-right: 20px;
  font-weight: normal;
  float: left;
  width: 20%;
  font-size: 17px;
}
.employer_reg_form #help_form_employer .row_help .fields {
  float: left;
  width: 80%;
}
.employer_reg_form #help_form_employer .row_help .fields div {
  float: left;
}
.employer_reg_form #help_form_employer .row_help .fields textarea {
  min-height: 200px;
}
.employer_reg_form #help_form_employer .row_help .show-password-button {
  left: 440px;
  margin-top: 8px;
}
.employer_reg_form #help_form_employer .row_help .help_text {
  height: auto;
  min-height: 40px;
  width: 100%;
  font-size: 16px;
}
.employer_reg_form #help_form_employer .hidden {
  display: none;
}
.employer_reg_form #help_form_employer .cancel_btn,
.employer_reg_form #help_form_employer .send_mail {
  font-size: 17px;
  width: 150px;
  color: #25292c;
  font-family: 'Roboto regular';
}
.employer_reg_form .error_email {
  display: none;
  width: 100%;
  margin-left: 160px;
  font-size: 12px;
  color: #ff0000;
  font-weight: 400;
}
.employer_reg_form #address-dadata-region {
  display: none;
}
.employer_reg_form .show_location_map,
.employer_reg_form .location_dadata {
  margin-left: 170px;
  margin-top: 0px;
}
.employer_reg_form .show_location_map {
  margin-top: -16px;
  margin-bottom: 16px;
}
.employer_reg_form .block_user_accepted {
  font-size: 15px;
  margin-left: 162px;
}
.employer_reg_form .block_user_accepted .row_check .block_field {
  width: 100%;
  display: inline-block;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check {
  margin-bottom: 8px;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check a {
  color: #4873b8;
  font-size: 15px;
  font-weight: 400;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check a:hover {
  text-decoration: underline;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 12px;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check input:checked ~ .check {
  border-radius: 1px;
  border: 2px solid #4873b8;
  background: url(/style_new/img/form/check-3.svg) no-repeat 1px 2px #4873b8;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check .check {
  display: inline-block;
  font-family: 'Roboto', sans-serif !important;
  margin: 4px 8px 4px 0;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 2px solid #CDD1DA;
  vertical-align: middle;
  float: left;
}
