.loading {
  opacity: 0.5;
}

.vacancy-response__success-msg {
  width: 86vw;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-style: normal;
  line-height: normal;
  color: #121217;
}

.vacancy-response__success-msg__title {
  font-family: "WalsheimPro Medium";
  font-size: 28px;
}

.vacancy-response__success-msg__text {
  font-family: "WalsheimPro Light";
  font-size: 20px;
}

.vacancy-response__telegram-channel {
  color: #BD0C1E;
  text-decoration-line: underline;
}

.resume-info {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  gap: 67px;
  border-radius: 16px;
  padding: 32px 32px;
  margin-top: 48px;
  margin: 0 64px;
}

.resume-info__logo img {
  width: 166px;
  height: 102px;
}

.resume-info__text {
  max-width: 800px;
  color: #121217;
  font-family: "WalsheimPro Light";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}

.vacancy-response {
  --vacancy-color-text: #19202c;
  --vacancy-color-text-2: #121217;
  --vacancy-color-border: #b9b9b9;
  --vacancy-color-red: #bd0c1e;
  max-width: 740px;
  font-family: "WalsheimPro Light";
  font-weight: 300;
  margin: 64px;
}

.vacancy-response__multipart-form-data {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vacancy-response__title {
  font-family: "WalsheimPro Medium";
  font-weight: 500;
  font-size: 40px;
  color: #121217;
  margin-bottom: 0;
  line-height: 109%;
}

.vacancy-response__contacts {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.vacancy-response__field {
  width: 100%;
  max-width: 362px;
}

.vacancy-response__field.vacancy-response-field input {
  width: 100%;
  display: block;
  font-family: "WalsheimPro Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #CDCDCF;
  padding: 14px 18px;
  border-radius: 16px;
}

.label-error {
  color: #ff453a;
  font-family: "WalsheimPro Light";
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  display: none;
}

.vacancy-response__field.vacancy-response-field.vacancy-response__form-city {
  width: 100%;
  max-width: 100%;
}

.vacancy-response__education-data {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.vacancy-response__h3 {
  font-family: "WalsheimPro Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #121217;
}

.vacancy-response__education .vacancy-response__h3 {
  margin-bottom: 16px;
}

.vacancy-response-resume .vacancy-response__h3 {
  margin-bottom: 6px;
}

.vacancy-response__field.vacancy-response-field.vacancy-response__form-university {
  width: 100%;
  max-width: 100%;
}

.vacancy-response-field__text {
  font-family: "WalsheimPro Regular" !important;
  min-height: 46px;
  border: 1px solid var(--vacancy-color-border);
  color: var(--vacancy-color-text);
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s;
  font-weight: 300;
  font-size: 16px;
  padding: 18px 18px;
}

.vacancy-response-field__text::placeholder {
  color: var(--vacancy-color-border);
}

.vacancy-response-field__text:focus {
  border-color: var(--vacancy-color-text) !important;
}

.vacancy-response__container {
  position: relative;
}

.vacancy-response__cover-letter {
  max-width: 100%;
  gap: 8px;
}

.vacancy-response__block {
  max-width: 646px;
}

.vacancy-response__info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vacancy-response__cover-letter-info {
  max-width: 500px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #AAB4B6;
  margin-bottom: 16px;
}
.vacancy-response__field.vacancy-response-field.vacancy-response-cover-letter {
  max-width: 100%;
}

.vacancy-response-field__textarea {
  min-height: 40px;
  border: 1px solid var(--vacancy-color-border);
  color: var(--vacancy-color-text);
  border-radius: 3px;
  width: 100%;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 17px 18px;
  height: 236px;
  resize: none;
  overflow-y: auto;
}

div.selectize-input {
  font-family: "WalsheimPro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #121217;
  border-radius: 5px;
}

/* div.selectize-input.items.not-full:after {
    content: none;
} */

.selectize-input.items.not-full {
  border-radius: 5px;
}

.vacancy-response__education-data input {
  font-family: "WalsheimPro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #b9b9b9;
  border-radius: 5px;
}

.vacancy-response-field__textarea::placeholder {
  color: var(--vacancy-color-border);
}

.vacancy-response-field__textarea:focus {
  border-color: var(--vacancy-color-text) !important;
}

.vacancy-response-field__textarea:focus::placeholder {
  color: transparent;
}

.vacancy-response__invoice {
  display: flex;
  align-items: center;
  height: fit-content;
}

.recommended-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.recommended-quantity::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/assets/svg/emoji\ unsatisfactory.svg);
}

.satisfactory::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/assets/svg/emoji\ satisfactory.svg);
}

.positive::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/assets/svg/emoji\ positive.svg);
}

.vacancy-response__textarea-offset {
  max-width: 100%;
  position: absolute;
  top: 86px;
  right: -14vw;
  width: 13vw;
  flex-direction: column;
  display: none;
}

.vacancy-response__textarea {
  font-family: "WalsheimPro Light";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #121217;
}

.vacancy-response-resume__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
  color: #AAB4B6;
}

.vacancy-repselectize-input {
  background: #ffffff;
  font-family: "WalsheimPro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #121217;
  border: 1px solid #CDCDCF;
  border-radius: 16px;
  padding: 8px 16px;
}

.vacancy-response__hint {
  width: 32px;
  height: 32px;
  right: 328px;
  font-family: "WalsheimPro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #121217;
  border-radius: 50%;
  border: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacancy-response__info-hint {
  width: 227px;
  background: #f2f2f2;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  right: 40px;
  display: none;
  flex-direction: column;
  align-content: center;
  padding: 16px 16px;
  justify-content: center;
}

.vacancy-response__textarea-hint {
  font-family: "WalsheimPro Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #121217;
  line-height: 14px;
}

.vacancy-response__hint:hover {
  opacity: 0.7;
}

.vacancy-response__hint-block {
  display: none;
}

.vacancy-response__hint-block:hover .vacancy-response__info-hint {
  display: flex;
}

.vacancy-response__condition-invoice {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #121217;
  margin-bottom: 12px;
}

.vacancy-response__condition {
  border-radius: 5px;
  font-size: 14px;
  line-height: 100%;
  color: #121217;
}

.vacancy-response-resume__button {
  border: 1px solid var(--vacancy-color-text-2);
  border-radius: 3px;
  padding: 8px 15px;
  color: var(--vacancy-color-text-2);
  min-height: 32px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s;
}

.vacancy-response-resume__button:hover {
  color: #ffffff;
  background-color: var(--vacancy-color-text-2);
}

.vacancy-response-resume__send {
  font-family: "WalsheimPro Regular";
  border: none;
  border-radius: 16px;
  padding: 12px 34px;
  color: #ffffff;
  min-height: 39px;
  background-color: var(--vacancy-color-red);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s;
}

.vacancy-response-resume__send:hover {
  color: #ffffff;
  background-color: var(--vacancy-color-text-2);
}

.field-file {
  position: relative;
}

.field-file_input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  border: none;
}

.field-file__box {
  display: flex;
  align-items: center;
  width: 100%;
}
/* .field-file__name-block {
  max-height: 34px;
  display: none;
  gap: 8px;
  margin-left: 20px;
  padding: 8px 10px;
}
.field-file__name-block.show{
  display: flex;
}
.field-file__name-block:hover {
  background: #f2f2f2;
} */

.field-file__name {
  display: none;
  overflow: hidden;
  width: max-content;
  margin-bottom: 0 !important;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  color: #121217;
  margin-left: 20px;
  padding: 8px 10px;
  border-radius: 5px;
}

.field-file__name-text {
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delete-file {
  border: none;
  background: url(//local/templates/main/assets/svg/delete-icon.svg);
  display: none;
}

.delete-file-icon {
  vertical-align: initial;
}

/* .field-file__name.show:hover ~ .delete-file {
  display: block;
} */

/* .field-file__name-block:hover .delete-file {
  display: block;
} */

.field-file__name:hover {
  background: #f2f2f2;
}

.field-file__name.show {
  display: flex;
}

.field__select.vacancy-response-field__text {
  appearance: none;
  color: #bfc4c4;
}

.field__select.vacancy-response-field__text option {
  color: black;
}

.selectize-control.single .selectize-input input::placeholder {
  color: #bfc4c4;
}

.field__select[name="PROPERTY_CITY"]
  ~ .selectize-control.single
  .selectize-input:after {
  content: none;
}

.vacancy-response__field.vacancy-response__select.vacancy-response-field:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: gray transparent transparent;
}

.vacancy-response__field.vacancy-response__select.vacancy-response-field {
  position: relative;
}

.selectize-control.field__select {
  width: 100%;
}

.vacancy-response__field.vacancy-response-field
  .selectize-control.single
  .selectize-input {
  width: 100%;
  border-color: #CDCDCF;
  border-radius: 16px;
  box-shadow: unset;
}

.vacancy-response__field.vacancy-response-field
  .selectize-control.single
  .selectize-input.input-active {
  border-color: black;
  box-shadow: unset;
}

.vacancy-response-link_personal-data-policy {
  font-size: 14px;
  line-height: 100%;
  color: #AAB4B6;
  margin-top: 30px;
  margin-bottom: 0;
}

.vacancy-response-link_personal-data-policy a {
  color: #AAB4B6;
  text-decoration: underline;
}

.vacancy-response-link_personal-data-policy a:hover {
  color: #db182a;
}

.vacancy-response__field.vacancy-response-field .selectize-input {
  padding: 0 18px;
  min-height: 46px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field__select .selectize-input.focus {
  border-color: #aab4b6;
  outline: 0;
  box-shadow: none;
}

.field__select .selectize-dropdown,
.field__select .selectize-dropdown.form-control {
  box-shadow: none;
  border-color: #aab4b6;
  margin: 0;
}

.selectize-dropdown-content {
  font-family: "WalsheimPro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.field__select .selectize-dropdown .active {
  background-color: #f2f2f2;
  color: #121217;
}

.field__select .selectize-dropdown {
  scrollbar-width: 5px;
  scrollbar-color: #f2f2f2;
}

.field__select .selectize-dropdown ::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.field__select .selectize-dropdown ::-webkit-scrollbar-track {
  background: #ffffff;
}

.field__select .selectize-dropdown ::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border: 0;
}

@media (max-width: 1130px) {
  .vacancy-response__textarea {
    font-size: 12px;
  }
}

@media (max-width: 1043px) {
  .vacancy-response__textarea {
    font-size: 11px;
  }
}

@media (max-width: 1024px) {
  .vacancy-response__info-hint {
    display: none;
  }
}

@media (max-width: 1023px) {
  div.vacancy-response__textarea-offset {
    display: none !important;
  }
  .vacancy-response__hint-block {
    display: flex;
  }
}

@media (max-width: 800px) {
  .resume-info {
    gap: 44px;
  }
}

@media (max-width: 733px) {
  .vacancy-response__contacts {
    gap: 14px;
  }

  .vacancy-response__education-data {
    gap: 14px;
  }
}

@media (max-width: 700px) {
  .resume-info {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0;
    padding: 24px 24px;
  }

  .resume-info__logo img {
    width: 82px;
    height: 50px;
  }

  .vacancy-response__success-msg__title {
    font-size: 24px;
  }

  .vacancy-response__success-msg__text {
    font-size: 16px;
  }

  .vacancy-response__success-msg {
    width: 90vw;
  }
}

@media (max-width: 585px) {
  .vacancy-response__contacts {
    gap: 10px;
  }

  .vacancy-response__education-data {
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .resume-info__text {
    font-size: 16px;
  }
}

@media (max-width: 431px) {
  .vacancy-response__field.vacancy-response-field {
    width: 100%;
  }

  .vacancy-response__title {
    font-size: 35px;
  }
}
