.overflow-hidden {
  overflow: hidden;
}

.text-capitalize .field-manage__value {
  /* text-transform: lowercase; */
}

.text-capitalize .field-manage__value::first-letter {
  text-transform: uppercase !important;
}

.text-uppercase input {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}
.mw-130 {
  min-width: 130px !important;
}

@media screen and (max-width: 370px) {
  .w-100-xs {
    width: 100%;
  }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .lk_new_anketa textarea,
  .lk_new_anketa input[type="checkbox"],
  .lk_new_anketa input[type="radio"],
  .lk_new_anketa input[type="email"],
  .lk_new_anketa input[type="number"],
  .lk_new_anketa input[type="password"],
  .lk_new_anketa input[type="search"],
  .lk_new_anketa input[type="text"],
  .lk_new_anketa input[type="url"],
  .lk_new_anketa input[type="date"],
  .lk_new_anketa input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

.lk_new_anketa input[type="email"],
.lk_new_anketa input[type="password"],
.lk_new_anketa input[type="search"],
.lk_new_anketa input[type="text"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lk_new_anketa label {
  position: relative;
}

.lk_new_anketa .lk_new_anketa_fieldset {
  padding: 0;
  border: 0;
}
.react-select--is-disabled .react-select__control,
/* input:disabled.custom-file-input.disabled::before, */
.custom-file-input.disabled::before,
input[type="tel"]:disabled,
textarea:disabled {
  background-color: #c7d6eb;
  pointer-events: none;
}

.custom-file-input.disabled {
  background-color: transparent;
}

input::placeholder {
  color: #bdbdbd;
}
.input_wrapper {
  position: relative;
  max-width: 280px;
}
.input_wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: calc(100% - 4px);
  background: #cccccc;
  border-radius: 0 6px 6px 0;
  top: 2px;
  position: absolute;
  right: 2px;
  line-height: 100%;
  cursor: pointer;
}
.radio_group .input_wrapper {
  display: block;
}

.lk_new_anketa textarea,
.lk_new_anketa input[type="email"],
.lk_new_anketa input[type="number"],
.lk_new_anketa input[type="password"],
.lk_new_anketa input[type="search"],
.lk_new_anketa input[type="text"]:not([id^="react-select"]),
.lk_new_anketa input[type="url"],
.lk_new_anketa input[type="date"],
.lk_new_anketa input[type="tel"],
.select-selected {
  border-color: rgba(71, 82, 101, 0.97);

  color: rgba(71, 82, 101, 0.97);
  height: 56px;
  padding: 10px 10px 10px 25px;
  border-radius: 8px;
  border: 2px solid #70a8e0;
  width: 100%;
  min-width: 280px;
}

.lk_new_anketa textarea {
  resize: vertical;
  height: auto;
}

.lk_new_anketa textarea:focus,
.lk_new_anketa input[type="email"]:focus,
.lk_new_anketa input[type="number"]:focus,
.lk_new_anketa input[type="password"]:focus,
.lk_new_anketa input[type="search"]:focus,
.lk_new_anketa input[type="text"]:not([id^="react-select"]):focus,
.lk_new_anketa input[type="url"]:focus,
.lk_new_anketa input[type="date"]:focus,
.lk_new_anketa input[type="tel"]:focus,
.select-arrow-active {
  border-color: #1070db;
  color: rgba(71, 82, 101, 0.97);
}

.lk_new_anketa textarea:focus,
.lk_new_anketa input:focus {
  outline: none;
}

.lk_new_anketa input,
.lk_new_anketa .custom-select {
  display: inline-block;
  margin-bottom: 0;
}
.lk_new_anketa .custom-select {
  display: block;
}

.lk_new_anketa label,
.lk_new_anketa .label,
.lk_new_anketa .sub-label {
  display: block;
  color: #1a4f95;
  font-size: 16px;
  line-height: 25px;
}

.lk_new_anketa .sub-label {
  font-size: 14px;
}

.sub-label--link {
  text-decoration: underline;
  color: #1070db !important;
  width: 160px;
  cursor: pointer;
}

.fw-500 {
  font-weight: 500;
}

.lk_new_anketa label > span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

.lk_new_anketa textarea::placeholder,
.lk_new_anketa input::placeholder {
  color: #bdbdbd;
}

@media screen and (max-width: 500px) {
  .btns-anketa {
    flex-wrap: wrap;
  }

  .btns-anketa .btn + .btn {
    margin: 10px 0 0 0;
  }
}

.btn-anketa-anketa {
  max-width: 280px;
  width: calc(100% - 35px);
  letter-spacing: normal;
  line-height: 56px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
}

.btn-adapt {
  padding: 0 25px;
  display: flex;
  width: auto;
  max-width: 100%;
  white-space: normal;
  line-height: 20px;
  align-items: center;
}

.btn-fixed {
  max-width: 100%;
  padding: 0;
  width: 100%;
  min-height: 56px;
}

@media screen and (max-width: 350px) {
  .lk_new_anketa .btn-anketa {
    font-size: 11px;
  }
}

#henkilotunnus {
  letter-spacing: 5px;
}

.page_title {
  padding: 10px 0 20px 0;
  font-size: 20px;
  line-height: 24px;
  color: #1a4f95;
  font-weight: 700;
}
.lk_new_anketa_disclaimer {
  padding: 28px 0 28px 0;
}

@media screen and (min-width: 48.0625em) {
  .btn-sm {
    min-width: unset;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 11px;
  }
}

.btn-xs {
  line-height: 25px;
  height: 25px;
  min-width: unset;
  width: 75px !important;
  padding: 0;
}
.btn-xs + .btn-xs {
  margin-left: 10px;
}

.btn-translate {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 52px;
  height: 52px;
  padding: 0;
}

.btn-sm {
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  padding: 0;
}

.pair-fields,
.pair-fields__fields,
.pair-fields--light {
  display: flex;
  flex-wrap: wrap;
}

.no-limited .input_wrapper,
.pair-fields--no-limited .input_wrapper {
  max-width: none;
}

.pair-fields .label {
  min-width: 280px;
  max-width: 280px;
}

.pair-fields .lk_new_anketa_element {
  margin: 0 10px;
}

.pair-fields__fields.field--editor {
  margin: 0 10px 20px;
  max-width: 720px;
  width: 100%;
}

.pair-fields--light > * {
  margin-right: 15px;
}

@media screen and (max-width: 1023.98px) {
  .pair-fields .label {
    width: 100%;
    max-width: unset;
  }

  .pair-fields__fields:not(.field--editor) {
    margin: 0 -10px;
  }

  .pair-fields__fields.field--editor {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 370px) {
  .pair-fields--light > * {
    margin-right: 0;
  }

  .pair-fields--light + button,
  .pair-fields--light .birthday_date_wrapper,
  .pair-fields--light .birthday_date_wrapper input,
  .pair-fields--light .input_wrapper input,
  .pair-fields--light .input_wrapper textarea {
    width: 100% !important;
    max-width: none !important;
  }
}
/* СТИЛИ ДЛЯ ВСПЛЫВАЮЩИХ ПОДСКАЗОК */

.prompt {
  background: url("../img/prompt.png");
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  margin-left: 10px;
}

.prompt-with-tags {
  background: url("../img/prompt.png");
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  margin-left: 10px;
}

#filediv .prompt {
  top: 14px;
  margin-left: 10px;
  position: absolute;
  left: 285px;
}
.radio_group .prompt {
  top: 18px;
  margin-left: 10px;
  position: absolute;
  left: 285px;
  top: 40px;
}
.custom-select .prompt {
  top: 18px;
  margin-left: 10px;
  position: absolute;
  left: 285px;
}
.input_wrapper .prompt,
.input_wrapper .prompt-with-tags {
  top: 15px;
  margin-left: 10px;
  position: absolute;
  left: 285px;
}

.prompt-with-tags span {
  display: none;
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 40px;
  top: -7px;
  z-index: 5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 380px;
  background: #dee5ef;
  font-size: 14px;
  line-height: 24px;
  color: rgba(71, 82, 101, 0.97);
}

.prompt-with-tags:hover:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #dee5ef;
  position: absolute;
  left: 24px;
  top: 3px;
  z-index: 5;
}

.prompt-with-tags:hover span {
  display: block;
}

.prompt-with-tags a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.prompt:hover:after {
  content: attr(data-text);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 40px;
  top: -7px;
  z-index: 5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 380px;
  background: #dee5ef;
  font-size: 14px;
  line-height: 24px;
  color: rgba(71, 82, 101, 0.97);
}
.prompt:hover:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #dee5ef;
  position: absolute;
  left: 24px;
  top: 3px;
  z-index: 5;
}

/* Такое же поле с подсказкой внизу формы, только видимое постоянно */

.prompt_static {
  width: 1px;
  height: auto;
  margin-left: 0;
  position: relative;
}
.prompt_static {
  content: attr(data-text);
  padding: 4px 8px;
  color: #333;
  z-index: 5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 380px;
  width: 100%;
  margin: 10px 0 20px 0;
  background: #dee5ef;
  font-size: 14px;
  line-height: 24px;
  color: rgba(71, 82, 101, 0.97);
  margin-top: 40px;
}
.prompt_static:after {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 720px) {
  .prompt:hover:after,
  .prompt_static:after {
    width: calc(90vw - 300px);
  }
}
@media screen and (max-width: 540px) {
  .prompt:hover:after {
    width: 86vw;
    left: -280px;
    top: 36px;
  }
  .prompt_static:after {
    width: 86vw;
    top: 36px;
  }
  .prompt:hover:before {
    border: 8px solid transparent;
    border-bottom: 8px solid #dee5ef;
    left: 4px;
    top: 20px;
  }
}

/* СТИЛИ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА */

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
  width: 280px;
  position: relative;
  height: 56px;
  padding: 10px 10px 10px 19px;
  border-radius: 8px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 63px;
  color: #bdbdbd;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 20px;
  background: url(../img/select_arrow_down.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 9px;
  z-index: 1;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 21px;
  background: url(../img/select_arrow_down.png);
  background-size: 15px;
  background-repeat: no-repeat;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: rgba(71, 82, 101, 0.97);
  padding: 8px 16px 8px 25px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  z-index: 4;
  box-shadow: 0 4px 4px rgba(206, 214, 238, 0.32);
  border-radius: 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #dee5ef;
  position: relative;
}

.same-as-selected:before {
  content: "";
  display: block;
  background: url(../img/vector_1621.png);
  background-size: contain;
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 14px;
}

/* СТИЛИ ДЛЯ СООБЩЕНИЙ ОБ ОШИБКЕ */

.error .select-selected,
input.error,
input[type="file"].error:before,
.error input,
.error input[type="file"]:before {
  border-color: #eb5757 !important;
}

.lk_new_anketa textarea.error,
.error .custom-radio > span::before {
  border-color: #eb5757 !important;
}
.error-text {
  display: none;
  width: 280px;
  text-align: right;
}
.error ~ .error-text,
.error .error-text {
  display: block;
  position: relative;
  /*bottom: -7px;*/
  left: 0;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 9px;
  color: #eb5757;
}
.comment-red {
  color: #eb5757;
}
.no-error ~ .error-text,
.no-error .error-text {
  display: block;
  height: 17px;
  font-size: 0;
}
.custom-select.error ~ .error-text {
  /*bottom: -23px;*/
}
input[type="file"].error ~ .error-text {
  bottom: 3px;
  margin-top: -14px;
}

/* СТИЛИ ДЛЯ ПОЛЯ ЗАГРУЗКИ ФАЙЛОВ */

#formdiv {
  text-align: left;
}
#filediv {
  position: relative;
}
#file1 {
  color: green;
  padding: 5px;
  border: 1px dashed #123456;
  background-color: #f9ffe5;
}
#img {
  width: 17px;
  border: none;
  height: 17px;
  margin-left: -20px;
  margin-bottom: 191px;
}
.upload {
  width: 100%;
  height: 30px;
}
.abcd {
  text-align: center;
  position: relative;
  display: inline-block;
}
.abcd img {
  height: auto;
  width: 79px;
  padding: 5px;
  border: 1px solid rgb(232, 222, 189);
}
.delete {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.lk_new_anketa .custom-file-input {
  margin-bottom: 5px;
  top: -5px;
  position: relative;
  line-height: 5px;
  display: flex;
  color: transparent;
  width: 280px;
}

.custom-file-input input {
  width: 0;
  height: 0;
  opacity: 0;
}

.custom-file-input input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "";
  display: inline-block;
  background: url(../img/add_file.png);
  background-size: 26px;
  width: 280px;
  height: 52px;
  background-position: 240px;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  /* margin-right: 10px; */
  border-radius: 8px;
  border: 2px solid #70a8e0;
}
.custom-file-input:hover::before,
.custom-file-input:focus::before {
  border-color: #1070db;
}
.delete {
  /* content: ''; */
  display: inline-block;
  /* background: url(../img/del_file.png); */
  /* background-size: 18px; */
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  padding: 1px;
  border: 2px solid #70a8e0;
  border-radius: 50%;
  background-color: #fff;
}

.delete:hover {
  border-color: #1070db;
}

.delete:hover::before,
.delete:hover::after {
  background-color: #1070db;
}

.delete::before,
.delete::after {
  position: absolute;
  left: 6px;
  top: 2px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #70a8e0;
}
.delete:before {
  transform: rotate(45deg);
}
.delete::after {
  transform: rotate(-45deg);
}

.delete:hover {
  content: "";
  display: inline-block;
  /* background: url(../img/del_file_hover.png); */
  /* background-size: 18px; */
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
}

/* СТИЛИ ДЛЯ ПОЛЯ ВЫБОРА ДАТЫ И ДЛЯ ДАТАПИКЕРА */

.pika-single.is-bound {
  box-shadow: none;
}
.pika-single {
  border: 2px solid #dee5ef;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: DINPro, Arial, sans-serif;
}
.pika-button {
  background: #ffffff;
  padding: 10px;
  border-radius: 23px !important;
  text-align: center;
}
.pika-lendar table th {
  border: none;
}
.pika-table th {
  color: #4e4e66;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.pika-lendar table td {
  font-size: 14px;
  line-height: 21px;
}
.pika-lendar table tr:last-of-type td {
  background: #ffffff;
}
.pika-title {
  padding-bottom: 5px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dee5ef;
}
.pika-label {
  font-weight: 400;
}
.pika-single.is-hidden {
  position: static;
  left: auto;
  top: auto;
  /*display: block!important;*/
}
.is-selected .pika-button,
.has-event .pika-button {
  background: #1070db;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: #70a8e0;
}
.pika-prev,
.is-rtl .pika-next {
  background: url(../img/select_arrow_down.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  transform: rotate(90deg);
  top: 7px;
}
.pika-next,
.is-rtl .pika-prev {
  background: url(../img/select_arrow_down.png);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  transform: rotate(270deg);
  top: 7px;
}

#birthday_date {
  cursor: pointer;
  position: relative;
  width: 280px;
  z-index: 3;
  background: transparent;
}
#birthday_date:after {
  content: attr(placeholder);
  position: absolute;
  background: #ffffff;
  width: 70%;
  height: 40px;
  cursor: pointer;
  padding-top: 10px;
}
.react-datepicker-wrapper {
  position: relative;
}
.react-datepicker-popper {
  z-index: 2 !important;
}
.react-datepicker-wrapper::before {
  content: "";
  position: absolute;
  background: #ffffff;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  display: block;
  background: url(../img/icon_calendar-outline.png);
  background-size: 29px;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 2;
}
#birthday_date.input-date-no-placeholder:after {
  /*display: none;*/
}
@media screen and (max-width: 640px) {
}

/* СТИЛИ РАДИОКНОПОК */

/* для элемента input c type="radio" */
.custom-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio > span {
  display: inline-flex !important;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #1a4f95;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.check .custom-radio > span::before {
  border-radius: 0;
}
/* стили при наведении курсора на радио */
.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio > input:not(:disabled):active + span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio > input:focus + span::before {
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio > input:checked + span::before {
  border: 2px solid #1a4f95;
  background-color: #ffffff;
  background: radial-gradient(
    closest-side,
    #1a4f95 0%,
    #1a4f95 68%,
    #ffffff 81%,
    #ffffff 100%
  );
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio > input:disabled + span::before {
  background-color: #e9ecef;
}

.lk_new_anketa .radio,
.lk_new_anketa .check {
  margin: 0;
}
.radio_group {
  position: relative;
}
.radio_group > span {
  margin-bottom: 5px;
  color: #1a4f95;
  font-size: 16px;
  line-height: 25px;
}

/* Стили для мобильного */

@media screen and (max-width: 370px) {
  #henkilotunnus {
    width: 85%;
    width: calc(100% - 35px);
    max-width: 280px;
  }
  .input_wrapper {
    width: 100%;
    /*display: flex;*/
    max-width: none;
    align-items: baseline;
  }
  .docs-translate-container {
    width: 100%;
  }
  .btn-translate {
    width: calc(100% - 35px);
  }
  .radio_group .input_wrapper {
    display: block;
  }
  .lk_new_anketa_element,
  .lk_new_anketa .custom-file-input {
    width: 100%;
  }
  .custom-file-input::before {
    width: 100%;
    max-width: calc(100% - 35px);
    /* max-width: 280px; */
    background-position: 95%;
  }
  .birthday_date_wrapper {
    width: 85%;
    width: calc(100% - 35px);
    max-width: 280px;
  }
  #birthday_date {
    width: 100%;
  }
  #filediv .prompt {
    left: 87%;
  }
  .custom-select .prompt {
    left: 87%;
  }
  .birthday_date_wrapper ~ .prompt {
    left: 87%;
  }
  .radio_group .prompt {
    left: 87%;
  }
  .input_wrapper .prompt {
    left: 87%;
  }
  .prompt:hover:after {
    right: 0;
    left: auto;
    width: 89vw;
  }
  .error-text {
    width: 85%;
    width: calc(100% - 35px);
    max-width: 280px;
  }
  .lk_new_anketa textarea,
  .lk_new_anketa input[type="email"],
  .lk_new_anketa input[type="number"],
  .lk_new_anketa input[type="password"],
  .lk_new_anketa input[type="search"],
  .lk_new_anketa input[type="text"]:not([id^="react-select"]),
  .lk_new_anketa input[type="url"],
  .lk_new_anketa input[type="date"],
  .lk_new_anketa input[type="tel"],
  .select-selected {
    width: 85%;
    width: calc(100% - 35px);
    max-width: 280px;
  }

  .birthday_date_wrapper > div:first-child,
  .birthday_date_wrapper > .error-text,
  .birthday_date_wrapper input {
    width: 100% !important;
  }
}

.wizard .steps > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.wizard .steps > ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 7px;
  border-bottom: 1.2px solid #1a4f95;
  margin: 5px;
  cursor: pointer;
}
.wizard .steps > ul li.completed {
  background: #d9fed2;
}
.wizard .steps > ul li.incompleted {
  background: #ffdddb;
}
.wizard .steps > ul li.react-tabs__tab--selected {
  color: #dc7130;
  border-bottom: 1.2px solid #dc7130;
}
.wizard .steps > ul li.react-tabs__tab--disabled {
  cursor: default;
  color: #828282;
  border-bottom: 1.2px solid #828282;
}
.wizard .steps > ul li .current-info {
  display: none;
}
.wizard .steps > ul li {
  color: #1a4f95;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.wizard .steps > ul li.disabled {
  color: #828282;
}
#vnz .content > h3 {
  display: none;
}

@media screen and (max-width: 660px) {
  .wizard .steps > ul li {
    width: 48%;
  }
  .wizard .steps > ul {
    display: inline-block;
  }
}
@media screen and (max-width: 520px) {
  .wizard .steps > ul li {
    width: 98%;
  }
}

.comment {
  margin: 20px 0 0 50px;
}

.comment__text {
  margin-top: 5px;
}

.docs-manage .comment__text {
  margin-top: -15px;
}

.commented .lk_new_anketa_element .field-title {
  color: #eb5757;
  max-width: 280px;
  white-space: nowrap;
  display: block;
}

.commented > .label {
  color: #eb5757;
}

.previews {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .commented {
    flex-direction: column;
  }
  .comment {
    margin: 10px 0;
    width: 100%;
  }
  .commented .lk_new_anketa_element .field-title {
    max-width: unset;
    white-space: normal;
  }
  .previews {
    max-width: unset;
  }
}

/* СТИЛИ ХЕДЕРА */

/* Блок контактов */

.icon-social {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.icon-tg {
  background-image: url(../img/icon-tg.png);
}

.icon-whatsapp {
  background-image: url(../img/icon-whatsapp.png);
}

.icon-viber {
  background-image: url(../img/viber_new.svg);
}

.icon-email {
  background-image: url(../img/ic_round-alternate-email.svg);
}

.contacts__tel {
  font-size: 26px;
  line-height: 40px;
  color: #4f4f4f;
  font-weight: 700;
}
.page-header .contacts {
  display: block;
}
.page-header .socials {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}

/* Ссылка на профиль с аватаром */

.page-header__widget {
  display: flex;
  align-items: center;
}
.account_link {
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
  text-transform: capitalize;
  text-decoration: underline;
}

.site-controls--account:before {
  margin-right: 10px;
}
.site-controls--account:not(.account_link) {
  white-space: nowrap;
}
.site-controls--account {
  font-size: 18px;
  /*line-height: 32px;*/
}
.site-controls--account.account_link:before {
  display: none;
}
.page-header__tagline {
  font-size: 18px;
  line-height: 32px;
}
.profile_picture_wrapper {
  position: relative;
  width: 70px;
  height: 70px;
}
.profile_picture_round {
  width: 72px;
  height: 72px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  transform: scale(0.7);
  left: -1px;
  top: -1px;
}
.profile_picture_wrapper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
  z-index: 1;
}
.profile_picture_wrapper img.profile_picture_avatar {
  position: absolute;
  z-index: 8;
}
.profile_picture_wrapper img.profile_picture_bg {
  z-index: 2;
  width: 70px;
  height: 70px;
}

/* Настройка адаптива для шапки*/

@media screen and (max-width: 1140px) {
  .site-controls--account {
    max-width: 170px;
  }
  .page-header__contacts {
    margin-left: 0;
  }
}
@media screen and (max-width: 770px) {
  .account_link {
    /*display: none;*/
  }
  .page-header__logo {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .page-header .nav-toggle svg.toggle {
    transform: scale(1.5);
  }
}
@media print, screen and (max-width: 48em) {
  .contacts__tel {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 9px;
  }
  .page-header__contacts {
    position: relative;
    bottom: 4px;
  }
  .icon-social {
    width: 24px !important;
    height: 24px !important;
  }
  .page-header__widget {
    transform: scale(0.7) translate(-20%, -30%);
  }
}
@media screen and (max-width: 560px) {
  .page-header__widget {
    position: absolute;
    top: 56px;
    left: 7px;
    transform: scale(0.7) translate(-22%, -30%);
  }
  .page-header__container {
    height: 100px;
  }
  .site-controls--account {
    display: block;
    max-width: none;
  }
}
.page-header {
  min-width: 315px;
}

/* Правка отображения меню */

@media screen and (min-width: 62em) {
  .main-nav__dropdown-area:last-child .main-nav__item {
    margin-right: 54px;
  }
  .main-nav__dropdown-area {
    position: relative;
  }
  .main-nav__item {
    display: inline-block;
    cursor: pointer;
  }
  .main-nav__item.orange,
  .main-nav__item.orange:hover {
    color: #fe8027;
  }
  .main-nav__dropdown {
    position: absolute;
    width: auto;
    z-index: 1;
  }
  .main-nav__container {
    width: auto;
    display: block !important;
    flex-direction: column;
    padding: 0 30px;
  }
  .main-nav__dropdown-item {
    display: flex;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .main-nav__container li {
    margin-right: 0;
    position: relative;
  }
  .main-nav__container li:before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #1a4f95;
    position: absolute;
    top: 15px;
    left: -18px;
    box-shadow: none;
    border: none;
    border-radius: 6px;
  }
  .main-nav__item:not(:last-child) {
    margin-right: 12px;
    margin-left: 12px;
  }
  .main-nav__dropdown-area:hover .main-nav__dropdown {
    border-radius: 0 0 40px 0;
    box-shadow: 5px 7px 4px 0 rgba(80, 95, 134, 0.15);
    padding-bottom: 15px;
  }
  .main-nav__dropdown-item:hover:before {
    content: "";
    display: block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #1a4f95;
    position: absolute;
    top: 15px;
    left: -18px;
    box-shadow: 0 0 0 1px #1a4f95;
    border: 1px solid #ffffff;
    border-radius: 10px;
  }
  .main-nav__dropdown-item.active,
  .main-nav__dropdown-item:active,
  .main-nav__dropdown-item:hover,
  .main-nav__item.active,
  .main-nav__item:active,
  .main-nav__item:hover {
    color: #1a4f95;
    text-shadow: 1px 1px 3px rgba(80, 95, 134, 0.45);
  }
  .main-nav__dropdown-item:after,
  .main-nav__item:after {
    display: none;
  }

  .main-nav__menu {
    position: relative;
    left: -30px;
  }
}

.main-nav__container li {
  list-style: none;
}
.page-wrap {
  overflow: visible;
}
.breadcrumbs {
  display: none;
}
.main-nav,
.main-nav__dropdown {
  background: #f3f6fa;
}
.dropdown-menu__dropdown {
  top: 110px;
}
.content-block {
  min-height: 400px;
  padding: 15px 0 40px 0;
}

.actions ul {
  padding: 5px;
}
.actions li {
  background: #ffffff;
  list-style: none;
}
.actions li a {
  display: inline-block;
}

.hidden {
  display: none;
}

.result_info {
  width: 100%;
  max-width: 600px;
  height: auto;
  /* min-height: 177px; */
  padding: 17px 17px 17px 26px;
  border: 2px solid #1a4f95;
  border-radius: 0 10px 10px 10px;
  background: #ffffff;
  margin-top: 30px;
  position: relative;
}
.result_info_bg {
  background: #fff9d6;
}
.result_info_title p {
  font-size: 16px;
  line-height: 21px;
  color: #4f4f4f;
  margin: 0;
  margin-bottom: 22px;
  font-weight: 700;
}
.result_info_title p span {
  position: relative;
}
.result_info_title p span.result_info_good:after {
  content: "";
  display: inline-block;
  background: url(../img/good.svg);
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: relative;
  left: 20px;
}
.result_info_title p span.result_info_bad:after {
  content: "";
  display: inline-block;
  background: url(../img/bad.svg);
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: relative;
  left: 20px;
  top: 6px;
}
.result_info_content p {
  font-size: inherit;
  line-height: inherit;
  color: #4f4f4f;
  margin: 0;
}
.result_info_content p:last-of-type {
  margin-bottom: 22px;
}
.result_info_document_title {
  font-weight: 700;
}
.result_info_date {
  text-align: right;
  font-size: 12px;
  color: #828282;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.link_download {
  width: 23px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  background: url(../img/download.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -4px;
  position: relative;
  top: 2px;
  left: 5px;
}
.link_new_tab {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../img/new-tab.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  left: 5px;
}
.link_new_tab_alt {
  background: url(../img/new-tab-alt.svg);
}
.result_info_outer_link {
  text-decoration: none;
  color: #1a4f95;
  cursor: pointer;
}

.wizard .content {
  margin-bottom: 100px;
}

.form-link {
  width: calc(100% - 35px);
  max-width: 280px;
  text-align: right;
  margin-bottom: 9px;
  margin-top: 17px;
}
.form-link a,
.form-link span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #1a4f95;
  text-decoration: underline;
  cursor: pointer;
}
.form-link a:hover,
.form-link span:hover {
  filter: brightness(1.2);
}
.centered_form .btn-anketa {
  margin-top: 17px;
  letter-spacing: normal;
  line-height: 56px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
}

.login_form {
}
.login-form-wrapper,
.restore-password-form-wrapper,
.new-password-form-wrapper {
  margin-bottom: 70px;
  margin-top: 70px;
}
.centered-form-wrapper {
  max-width: 280px;
  margin: 0 auto;
}
.form-wrapper--lg {
  max-width: 380px;
  padding: 0 5px;
}
.form-wrapper--lg .input_wrapper,
.form-wrapper--lg .input_wrapper > input {
  max-width: 380px !important;
  width: 100% !important;
}
.centered_form input[type="password"],
.centered_form input[type="email"],
.centered_form .btn-anketa,
.form-link,
.centered_form .error-text {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 370px) {
  .centered_form {
    text-align: left;
  }
  .centered_form input[type="password"],
  .centered_form input[type="email"],
  .centered_form .btn-anketa,
  .form-link {
    width: 100%;
    max-width: 100%;
  }
  .centered_form .btn-anketa {
    font-size: 11px;
  }
}
.rules-agree {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
}
.rules-agree::before {
  align-self: flex-start;
  width: 16px !important;
  height: 16px !important;
  margin-right: 16px !important;
}

.main-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-wrapper-index {
  padding-top: 0;
}

.main-wrapper-item {
  width: calc(33.3% - 20px);
  max-width: 400px;
  min-width: 240px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 23px;
}
.main-wrapper-item:first-child {
  margin-left: 0;
}
.main-item {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 300px;
  margin: 0 0 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
}
.main-item-image {
  height: 226px;
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.main-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-item-text {
  height: 74px;
  line-height: 17px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #1070db;
  font-weight: bold;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-item-text a,
.main-item-text span {
  color: #1070db;
  text-decoration: none;
}
.main-item-payment {
  padding: 8px 16px;
  background: #f3f6fb;
  border-radius: 18px;
  color: #1070db;
  text-align: left;
}
.main-item-payment .btn {
  height: 34px;
  line-height: 34px;
  text-transform: none;
  min-width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  width: 50%;
}
.main-item-payment .payment-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .main-wrapper-item {
    width: calc(50% - 20px);
    margin-bottom: 23px;
  }
  .main-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .main-wrapper-item {
    width: 100%;
  }
}
.main-item-postuplenie .main-item-image {
  background: url("../img/main-item-postuplenie.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.main-item-insurance .main-item-image {
  background: url("../img/main-item-insurance.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.main-item-podbor .main-item-image {
  background: url("../img/main-item-podbor.png");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.main-item-vnz .main-item-image {
  background: url("../img/main-item-vnz.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.main-item-moodle-courses .main-item-image {
  background: url("../img/main-item-moodle-courses.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
  background-color: #eeeeee;
}
.main-item-vnz-and-house .main-item-image {
  background: url("../img/main-item-vnz-and-house.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.main-item-house .main-item-image {
  background: url("../img/main-item-house.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.main-item-applicant-interview .main-item-image {
  background: url("../img/applicantInterview.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.main-item-applicant-documents .main-item-image {
  background: url("../img/applicantDocuments.jpg");
  background-size: cover;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.payment-types {
  display: flex;
  flex-wrap: wrap;
}

.payment-types__item h2 {
  margin: 25px 0 8px;
  font-size: 25px;
  line-height: 29px;
  text-transform: none;
}

.payment-types__item p {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 16px;
}

.payment-types__item .cards-img {
  margin: -16px 0 0;
}

.payment-types__item .btn {
  margin: 23px 0 20px;
  padding: 0 25px;
}

.payment-types__item small {
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 992px) {
  .payment-types__item {
    width: 50%;
  }

  .payment-types__item > div {
    max-width: 420px;
  }
}

/* REACT SELECT*/
.react-select__control {
  align-items: flex-start !important;
  color: rgba(71, 82, 101, 0.97) !important;
  height: 56px;
  padding: 10px 10px 10px 25px !important;
  border-radius: 8px !important;
  border: 2px solid #70a8e0 !important;
  width: 280px;
}

.css-b8ldur-Input {
  padding: 0 !important;
}

.react-select__input input {
  height: auto;
}

@media screen and (max-width: 370px) {
  .react-select__control {
    /* width: calc(100% - 35px); */
    max-width: 280px;
  }
}

.error .react-select__control {
  border-color: #eb5757 !important;
}

.react-select__control--is-focused {
  box-shadow: none !important;
  outline: none !important;
  border-color: #1070db !important;
  color: rgba(71, 82, 101, 0.97) !important;
}

.react-select__value-container {
  padding: 0 !important;
  height: 100% !important;
}

.dynamic-value .react-select__value-container {
  margin-top: 4px;
}

.react-select__menu {
  box-shadow: 0 4px 4px rgba(206, 214, 238, 0.32) !important;
  border-radius: 8px !important;
  margin-top: 1px !important;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-size: 14px;
  z-index: 10 !important;
}

.react-select__option {
  color: rgba(71, 82, 101, 0.97) !important;
  padding: 6px 18px 6px 24px !important;
}

.react-select__option--is-selected,
.react-select__option--is-focused {
  background: #dee5ef !important;
  position: relative;
}

.react-select__option--is-selected::before {
  content: "";
  display: block;
  background: url(../img/vector_1621.png);
  background-size: contain;
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 14px;
}

.react-select__single-value {
  margin: 0 !important;
  color: rgba(71, 82, 101, 0.97) !important;
}

.react-select__indicator-separator {
  display: none !important;
}

.react-select__dropdown-indicator {
  padding: 0 9px !important;
}

.react-select__dropdown-indicator svg {
  width: 24px !important;
  height: 24px !important;
  fill: #70a8e0 !important;
}

.react-select__control--menu-is-open .react-select__dropdown-indicator svg {
  fill: #1070db !important;
}

.error .react-select__dropdown-indicator svg {
  fill: #eb5757 !important;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}

.docs-manage {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.docs-manage__translate {
  flex-direction: column;
}

@media screen and (min-width: 1600px) {
  .docs-manage {
    flex-wrap: nowrap;
  }

  .docs-manage__translate {
    flex-direction: row;
  }

  .btn-translate {
    margin-top: 25px;
  }

  .docs-manage__translate > div {
    margin-right: 20px;
  }
}

.form-error-text {
  display: inline-block;
  padding: 10px;
  margin: 5px 0;
  color: red;
  border-radius: 5px;
  border: 1px solid red;
}

.menu-manage-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu-manage {
  display: flex;
  list-style: none;
  margin: 0;
}

.menu-manage-nav {
  position: absolute;
  z-index: 1;
  top: 50px;
  background: white;
  width: 100%;
}

.menu-manage a {
  padding: 0 10px;
}

@media screen and (max-width: 919px) {
  .menu-manage {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px 0;
    align-items: flex-end;
  }
  .menu-manage-nav.menu-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 920px) {
  .menu-manage-wrapper .nav-toggle {
    display: none;
  }
  .menu-manage-nav {
    position: static;
  }
}

.table-compare th,
.table-compare td {
  border: 2px solid #70a8e0;
}

.table-compare th,
.table-manage th {
  font-size: initial;
  color: #1a4f95;
}

.th-sort {
  cursor: pointer;
}
.th-sort:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-bottom: 11px solid #1a4f9a;
  margin-left: 5px;
}

.th-sort--active:after {
  content: "";
  transform: rotate(180deg);
}

.td-item {
  width: 200px;
}

.td-disabled a {
  pointer-events: none;
  color: #3d4146;
}

.manage-search-input {
  height: auto !important;
}

.manage-search-container {
  gap: 15px;
  margin: 5px 0;
}

.manage-search-button {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  min-width: auto;
  height: 40px;
}

.table-compare th,
.table-compare td {
  padding: 10px;
}

.table-compare__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-compare__controls .btn-controls {
  display: flex;
  align-items: center;
  justify-content: left;
  min-width: 80px;
}

.table-compare__controls .btn-controls .btn-control--more {
  margin-left: auto;
}

.table-compare,
.table-manage {
  width: auto;
}

.table-manage-insurance {
  width: 50%;
}

.table-manage-insurance label {
  font-size: 16px;
  padding-left: 10px;
  color: #1a4f95;
}

.table-manage-insurance td,
.table-manage-insurance tr:last-of-type td,
.table-manage-insurance tr:last-of-type td {
  font-size: 20px;
  color: #999 !important;
}

.table_title {
  padding: 20px 0 0 0;
}

.table-manage th {
  font-size: initial;
  border-bottom: 1px solid #1a4f95;
}

.table-manage th,
.table-manage td {
  padding: 5px 0;
}

.table-manage th:not(:first-child),
.table-manage td:not(:first-child) {
  padding-left: 15px;
  text-align: center;
}

.table-manage--no-docs th:nth-child(2),
.table-manage--no-docs td:nth-child(2) {
  white-space: nowrap;
}

.table-compare tr:last-of-type td,
.table-manage tr:last-of-type td {
  color: #3d4146;
  background: initial;
  font-weight: 300;
}

.table-manage caption {
  text-align: left;
  white-space: nowrap;
}

.table-user .table-user__file {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5px !important;
  text-align: left;
}

@media screen and (max-width: 400px) {
  .table-user {
    width: 100%;
  }
  .lk_new_anketa .custom-file-input::before {
    max-width: 100%;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.field-manage {
  display: flex;
  font-size: 16px;
  line-height: 25px;
}

.field-manage__buttons {
  display: flex;
  position: relative;
}

.field-manage__value {
  width: 290px;
  flex-shrink: 0;
  color: #3d4146;
  margin-bottom: 10px;
}

.field-manage__value.field-manage__value-horizontal {
  margin-bottom: 0;
  text-align: left;
}

.mt-3 {
  margin-top: 1rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h-accent {
  color: #1a4f95;
  font-weight: 500;
}

.span-link {
  margin: 0 10px;
  color: #1070db;
  cursor: pointer;
}

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

.text-underline {
  text-decoration: underline;
}

.span-link.error {
  color: #eb5757;
}

.field-manage__comment {
  top: 30px;
  left: 10px;
}

.field-comment {
  position: absolute;
  padding: 5px;
  border: 2px solid #1070db;
  border-radius: 8px;
  /* box-shadow: 0 0 5px #1070db; */
  background: white;
  z-index: 5;
  min-width: 300px;
  max-width: 300px;
  left: 110px;
}

.field-translator {
  position: relative;
}

.field-translator .field-comment {
  left: 0;
}

.field-translator .field-comment {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .field-manage {
    flex-direction: column;
  }

  .field-manage__buttons {
    margin-left: -10px;
    margin-bottom: 10px;
  }
  .field-manage__buttons .field-manage__comment textarea {
    width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .field-manage__buttons .field-manage__comment {
    right: 0;
    left: auto;
  }
}

/* ПРОВЕРКА ФАЙЛА */
.file-check {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
}

.file-check .btn {
  margin: 0 0 5px 0 !important;
  min-width: 200px;
}

.file-check__text {
  margin: 2px 0;
}

.btn-decline {
  color: #1070db;
  text-decoration: underline;
}

.btn-decline:hover {
  cursor: pointer;
}

.file-check__comment {
  left: 300px;
  width: 300px;
  max-width: 300px;
}

.file-check__comment textarea {
  width: 100%;
}

.file-check__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-check__buttons .btn {
  margin: 5px 0 0 0 !important;
}

.file-check__btns {
  margin: 2px 0 -7px 0;
}

@media screen and (max-width: 630px) {
  .file-check__comment {
    left: auto;
    right: 0;
  }
}

.birthday_date_wrapper
  .react-datepicker__header
  .react-datepicker__current-month {
  display: none !important;
}

.birthday_date_wrapper {
  max-width: 280px;
}

/* programs */
.program-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.program-card-view {
  display: flex;
}

.program-view p {
  font-size: inherit;
}

.program-card-view .program-card {
  margin: 0 0 20px;
  width: 33.333%;
}

@media screen and (max-width: 767.9px) {
  .program-card-view .program-card {
    width: 50%;
  }
}

@media screen and (max-width: 425px) {
  .program-card-view {
    flex-wrap: wrap;
  }

  .program-card-view .program-card {
    width: 100%;
    margin-bottom: 0;
  }

  .program-card-view .program-card__content {
    padding: 20px 0;
  }
}

.program-card {
  display: flex;
  flex-direction: column;
  margin: 15px;
  width: calc(33.333% - 30px);
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-width: 348px;

  font-family: DINPro;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1a4f95;
  overflow: hidden;
}

.text--program {
  font-family: DINPro;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1a4f95;
}

.program-card__header {
  min-height: 120px;
  padding-top: 50%;

  position: relative;
  overflow: hidden;
}

.program-card__header--bg {
  background: url("../img/main-item-postuplenie.jpg");
  background-size: cover;
  background-position: center;
}

.program-card__header .program-card__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.program-card__content,
.program-card__footer {
  padding: 10px 16px;
}

.program-card__content {
  min-height: 100px;
  flex: 1 1 auto;
}

.program-card__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  margin: 0;
}

.program-card__link {
  color: #dc7130;
  text-decoration: none;
  cursor: pointer;
}

.i-add,
.i-done,
.i-remove {
  width: 35px;
  height: 36px;
  display: inline-block;
  background: url(../img/icons/i-add.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.i-done {
  background: url(../img/icons/i-done.svg);
  cursor: initial;
}

.i-add {
  transform: rotate(-45deg);
}

.i-done + .i-remove {
  top: 65px;
}

.client-info {
  position: absolute;
  max-width: calc(100% - 20px);
  top: 10px;
  right: 10px;
  padding: 8px 16px;
  background: #ffffff;
  border: 2px solid #e77f20;
  box-sizing: border-box;
  border-radius: 8px;

  color: #e77f20;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (max-width: 767.9px) {
  .program-card {
    width: calc(50% - 30px);
    max-width: unset;
  }
}

@media screen and (max-width: 425px) {
  .program-card {
    width: calc(100% - 30px);
  }
}

.pagination {
  padding: 0;
}

.pagination li {
  min-width: 30px;
  display: inline-block;
  border: 1px solid #1070db;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
}

.pagination li:not(:last-child) {
  margin-right: 7px;
}

.pagination li a {
  display: block;
  padding: 5px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: none;
}

.pagination .active {
  border-color: #1a4f95;
  background-color: #1a4f95;
}

.pagination li:not(.disabled):hover a,
.pagination .active a {
  color: #fff;
}

.pagination li:not(.disabled):hover {
  background-color: #de7124;
}

.variants-status {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.variants-status__item {
  display: flex;
  align-items: center;
}

.variants-status__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;

  background-image: url("/assets/img/icons/crcl-divider.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.crcl::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;

  background-size: contain;
  background-repeat: no-repeat;
}

.crcl--active::before {
  background-image: url("/assets/img/icons/crcl-active.png");
}

.crcl--passive::before {
  background-image: url("/assets/img/icons/crcl-passive.png");
}

.crcl--done::before {
  background-image: url("/assets/img/icons/crcl-done.png");
}

.btn-back {
  display: block;
  width: 33px;
  height: 33px;
  margin-left: 24px;
  cursor: pointer;

  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/img/icons/i-back.png");
}

.btn-control {
  display: block;
  width: 36px;
  height: 36px;
  margin: 2px;
  cursor: pointer;

  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-control--more {
  background-size: 15.5px 8.5px;
  background-image: url("/assets/img/icons/i-more.png");
}

.btn-control--less {
  background-size: 15.5px 8.5px;
  background-image: url("/assets/img/icons/i-less.png");
}
.btn-control--trashcan {
  background-size: 16px 16px;
  background-image: url("/assets/img/icons/i-trashcan.png");
}

.btn-control--info {
  background-size: 20px 20px;
  background-image: url("/assets/img/icons/info.png");
  width: 20px;
  height: 20px;
}

.no-wrap {
  white-space: nowrap;
}

.result-programs {
}

.result-programs__program {
  display: flex;
  align-items: center;
}

.result-programs__program-info {
  width: calc(100% - 120px);
}

.result-programs__program .program-info {
  display: flex;
}

.result-programs__program .program-info__label {
  display: inline-block;
  min-width: 150px;
}

@media screen and (max-width: 500px) {
  .result-programs__program {
    flex-wrap: wrap;
  }
  .result-programs__program-info {
    width: 100%;
  }
  .result-programs__program .program-info {
    flex-direction: column;
  }
}

.radio-group > label {
  padding-left: 25px;
}

.rdtDays table {
  font-size: 14px !important;
}

.rdtDays table tbody tr:last-of-type td {
  background: #fff;
}

.rdtDays table th {
  font-size: 14px !important;
}

.rdtDays table td {
  padding: 0 !important;
}

.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  color: #444;
}

.rdtTime td {
  background-color: #fff !important;
  color: #1a4f95 !important;
}

.rdtTime td.rdtSwitch {
  background-color: #1a4f95 !important;
  color: #fff !important;
}

.rdtTime td.rdtSwitch:hover {
  cursor: pointer;
}

.rdtMonths td.rdtMonth {
  background-color: #ffffff !important;
  color: #1a4f95 !important;
  font-weight: 300 !important;
}

.rdtmonthstd.rdtmonth:hover {
  font-weight: 700 !important;
}

.field-title-horizontal {
  /*font-weight: bold;*/
  font-size: 14px;
  min-width: 450px;
}

.lk-upload-form .lk_new_anketa_element {
  display: inline-block;
}

.rdtDays thead,
.rdtDays tbody {
  display: none;
}

.rdtTime thead {
  display: none;
}

.rdtPicker {
  min-width: 280px !important;
}

.lk_new_anketa.search-field .lk_new_anketa_element {
  width: 100%;
  margin-bottom: 0 !important;
}

.lk_new_anketa.search-field .input_wrapper {
  max-width: 100%;
}

.lk_new_anketa.search-field input[type="text"]:not([id^="react-select"]) {
  height: 40px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #70a8e0;
  width: 95%;
}

.lk_new_anketa.search-field .react-select__control {
  height: 40px;
  padding: 5px 15px !important;
  border-radius: 5px !important;
  border: 1px solid #70a8e0 !important;
  width: 100% !important;
  line-height: 40px !important;
}

.lk_new_anketa.search-field .extends-search-btn {
  margin: 10px 0;
  color: #1a4f95;
  text-decoration: underline;
  cursor: pointer;
}

.lk_new_anketa.search-field .btn {
  width: 20%;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  min-width: 100px;
}

.lk_new_anketa.search-field .extends-search label.extends-search__label {
  line-height: 20px;
  width: 50%;
}

.lk_new_anketa.search-field .extends-search label.extends-search__label_row {
  line-height: 40px;
  width: 50%;
}

.lk_new_anketa.search-field
  .extends-search
  input[type="text"]:not([id^="react-select"]) {
  width: 100%;
  margin-bottom: 20px !important;
}

.extends-search-datepickers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 20px;
}

.extends-search-datepicker-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 370px) {
  .react-datepicker__input-container input {
    width: 280px !important;
  }

  .custom-file-input::before {
    max-width: calc(100% - 35px) !important;
  }

  .lk_new_anketa .custom-file-input {
    width: 280px !important;
  }

  .lk_new_anketa_element .fileupload-label {
    left: 40% !important;
  }
}

.finance-tab-year {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 10px;
}

.finance-tab-year.active {
  cursor: auto;
  color: #444;
  text-decoration: none;
}

.registry-total-count {
  float: right;
}
.registry-total-amount {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.table-registry-manage {
  max-width: 1200px;
  width: 100%;
}

span.export-registry {
  color: #1a4f95;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  margin-left: -20px;
}

.admission-credentials .field-comment {
  top: -150px;
}

.migri-credentials .field-comment {
  top: -100px;
}

.mail-credentials .field-comment {
  top: -150px;
}

.table-manage__to-translate input[type=number] {
  width: 150px !important;
  height: 48px;
}

.table-manage__to-translate .document-title__to-translate {
  text-align: left;
  display: block;
}

.table-manage__to-translate .document-title__to-translate.document-title__to-translate-blue {
  color: #1A4F95;
}
.btn-replace {
  width: 160px !important;
  margin-top: 5px;
}

.table-manage__to-translate.table-manage__to-translate-documents td{
  text-align: left;
  vertical-align: top;
  min-width: 400px !important;
}

.table-manage__to-translate.table-manage__to-translate-upload-documents td{
  text-align: left;
  vertical-align: top;
  min-width: 300px;
}

.field-translator-non-popup .field-comment {
  position: unset;
  border: none;
  margin-top: -8px;
}

.field-translator-non-popup .field-comment input {
  width: 250px !important;
}

.field-manage__value__to-translate .error-text {
  width:auto !important;
}