.technica-job-page {
  --tj-red: #e30613;
  --tj-red-dark: #c9000b;
  --tj-text: #141414;
  --tj-muted: #6f6f6f;
  --tj-line: #e8e8e8;
  --tj-card: #fff;
  --tj-wrap: min(100% - 40px, 1120px);
  --tj-radius: 10px;
  --tj-shadow: 0 5px 18px rgba(0,0,0,.055);
  color: var(--tj-text);
  background: #fff;
  overflow: hidden;
}

.technica-job-page *,
.technica-job-page *::before,
.technica-job-page *::after {
  box-sizing: border-box;
}

.technica-job-page a {
  color: inherit;
  text-decoration: none;
}

.technica-job-page img {
  display: block;
  max-width: 100%;
}

.tj-hero {
  height: 292px;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.48) 32%, rgba(0,0,0,.05) 68%, rgba(0,0,0,0) 100%),
    url("../img/hero-job.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.tj-hero-inner {
  width: var(--tj-wrap);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-top: 7px;
  color: #fff;
}

.tj-breadcrumbs {
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.88);
}

.tj-breadcrumbs span {
  opacity: .72;
  margin: 0 8px;
}

.tj-hero h1 {
  margin: 0;
  font-size: 44px;
  line-height: .96;
  letter-spacing: 0;
  font-weight: 700;
  max-width: 570px;
}

.tj-hero p {
  font-size: 16px;
  margin: 19px 0 14px;
  color: #fff;
  font-weight: 400;
}

.tj-hero-pill {
  height: 31px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tj-red);
  color: #fff;
  border-radius: 17px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(227,6,19,.23);
}

.tj-main-area {
  background: #fff;
  padding: 28px 0 0;
}

.tj-content-wrap {
  width: var(--tj-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) 330px;
  gap: 18px;
  align-items: start;
}

.tj-left-stack {
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-width: 0;
}

.tj-panel {
  background: var(--tj-card);
  border: 1px solid var(--tj-line);
  border-radius: var(--tj-radius);
  box-shadow: var(--tj-shadow);
  padding: 18px 18px 17px;
}

.tj-panel-title {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 800;
}

.tj-panel-title::before {
  content: "";
  width: 13px;
  height: 4px;
  background: var(--tj-red);
  border-radius: 2px;
  flex: 0 0 13px;
}

.tj-panel-title.tj-icon-title::before {
  display: none;
}

.tj-title-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.tj-info-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  border: 1px solid var(--tj-line);
  border-radius: 7px;
  overflow: hidden;
}

.tj-info-item {
  min-height: 95px;
  padding: 20px 17px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-right: 1px solid var(--tj-line);
  min-width: 0;
}

.tj-info-item:last-child {
  border-right: none;
}

.tj-info-item img {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.tj-info-item small {
  display: block;
  font-size: 11px;
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
}

.tj-salary-value {
  display: block;
  color: var(--tj-red);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
}

.tj-info-value {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 2px;
}

.tj-route-link {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
  color: #111;
  line-height: 1.22;
  text-decoration: underline;
  margin-top: 11px;
  font-weight: 600;
}

.tj-list-panel {
  padding-top: 18px;
  padding-bottom: 18px;
}

.tj-bullet-list {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 14px;
  line-height: 1.85;
  list-style: disc !important;
  list-style-position: outside !important;
}

.tj-bullet-list li {
  display: list-item !important;
  list-style: disc !important;
}

.tj-bullet-list li::marker {
  color: var(--tj-red);
  font-size: 11px;
}

.tj-benefit-small {
  line-height: 1.85;
}

.tj-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
}

.tj-reason-card {
  min-height: 142px;
  border: 1px solid var(--tj-line);
  border-radius: 7px;
  background: #fff;
  text-align: center;
  padding: 17px 11px 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,.035);
}

.tj-reason-card img {
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
}

.tj-reason-card h3 {
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.13;
  font-weight: 800;
}

.tj-reason-card p {
  margin: 0;
  color: #666;
  font-size: 11px;
  line-height: 1.35;
}

.tj-apply-card {
  position: sticky;
  top: 16px;
  background: #fff;
  border: 1px solid var(--tj-line);
  border-radius: var(--tj-radius);
  box-shadow: var(--tj-shadow);
  padding: 25px 21px 23px;
}

.tj-apply-card h2 {
  margin: 0 0 25px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 800;
}

.tj-side-meta {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 27px;
}

.tj-side-meta div {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  line-height: 1.1;
  color: #222;
}

.tj-side-meta img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.tj-side-meta strong {
  margin-right: 4px;
  font-weight: 700;
}

.tj-side-sep {
  height: 1px;
  background: var(--tj-line);
  margin: 0 0 22px;
}

.tj-sidebar-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.tj-sidebar-salary {
  font-size: 22px;
  line-height: 1.22;
  color: var(--tj-red);
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 31px;
}

.tj-btn {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0;
}

.tj-btn-red {
  background: linear-gradient(135deg,var(--tj-red),var(--tj-red-dark));
  color: #fff;
  box-shadow: 0 8px 15px rgba(227,6,19,.17);
}

.tj-btn-red span {
  margin-left: 17px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  color: var(--tj-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.tj-btn-outline {
  background: #fff;
  border: 1.5px solid #111;
  color: #111;
  margin-top: 13px;
  gap: 18px;
}

.tj-btn-outline img {
  width: 19px;
  height: 19px;
}

.tj-contact-block {
  border-top: 1px solid var(--tj-line);
  margin-top: 24px;
  padding-top: 24px;
}

.tj-contact-block h3 {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
}

.tj-contact-row {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 15px;
}

.tj-contact-row img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.tj-deadline {
  border-top: 1px solid var(--tj-line);
  margin-top: 22px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  line-height: 1.18;
  color: #333;
}

.tj-deadline img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.tj-deadline strong {
  display: block;
  color: #111;
  font-size: 13px;
  margin-top: 2px;
}

.tj-apply-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .68);
}

.tj-apply-modal.is-open {
  display: flex;
}

.tj-apply-modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.tj-apply-modal__close {
  position: sticky;
  top: 12px;
  left: calc(100% - 48px);
  z-index: 3;
  width: 36px;
  height: 36px;
  margin: 12px 12px -48px auto;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.tj-apply-modal__head {
  padding: 28px 30px 18px;
  border-bottom: 1px solid var(--tj-line);
}

.tj-apply-modal__head span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(227, 6, 19, .1);
  color: var(--tj-red);
  font-size: 12px;
  font-weight: 800;
}

.tj-apply-modal__head h2 {
  margin: 0 44px 0 0;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 800;
}

.tj-apply-modal .wpcf7 {
  padding: 24px 30px 30px;
}

.tj-cf7-form,
.tj-cf7-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tj-cf7-form {
  gap: 17px;
}

.tj-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tj-cf7-grid > p {
  display: contents;
}

.tj-cf7-grid br {
  display: none;
}

.tj-cf7-grid label {
  min-width: 0;
}

.tj-cf7-form label > span:first-child,
.tj-cf7-upload > span:first-child {
  font-size: 13px;
  font-weight: 800;
  color: #151515;
}

.tj-cf7-form label small,
.tj-cf7-upload small {
  margin-left: 6px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
}

.tj-cf7-form .required {
  color: var(--tj-red);
  margin-left: 2px;
}

.tj-cf7-input,
.tj-cf7-textarea {
  width: 100%;
  border: 1px solid var(--tj-line);
  border-radius: 8px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.tj-cf7-input {
  height: 45px;
  padding: 0 13px;
}

.tj-cf7-textarea {
  min-height: 118px;
  padding: 12px 13px;
  resize: vertical;
}

.tj-cf7-input:focus,
.tj-cf7-textarea:focus {
  border-color: var(--tj-red);
  box-shadow: 0 0 0 3px rgba(227, 6, 19, .1);
}

.tj-cf7-upload {
  border: 1px dashed #cfcfcf;
  border-radius: 9px;
  padding: 15px;
  background: #fafafa;
}

.tj-cf7-upload em {
  color: #707070;
  font-size: 12px;
  font-style: normal;
}

.tj-cf7-file {
  width: 100%;
  font-size: 13px;
}

.tj-cf7-consents {
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: #333;
  font-size: 12px;
  line-height: 1.45;
}

.tj-cf7-consents .wpcf7-list-item {
  margin: 0;
}

.tj-cf7-consents label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
}

.tj-cf7-consents input {
  margin-top: 3px;
}

.tj-cf7-consents a {
  color: var(--tj-red);
  font-weight: 800;
  text-decoration: underline;
}

.tj-cf7-submit {
  min-height: 47px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--tj-red), var(--tj-red-dark));
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 15px rgba(227, 6, 19, .17);
}

.tj-apply-modal .wpcf7-not-valid-tip {
  color: var(--tj-red);
  font-size: 12px;
  margin-top: 3px;
}

.tj-apply-modal .wpcf7-response-output {
  margin: 16px 0 0 !important;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .tj-content-wrap {
    grid-template-columns: 1fr;
  }

  .tj-apply-card {
    position: static;
  }

  .tj-info-grid {
    grid-template-columns: 1fr;
  }

  .tj-info-item {
    border-right: none;
    border-bottom: 1px solid var(--tj-line);
  }

  .tj-info-item:last-child {
    border-bottom: none;
  }

  .tj-reason-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

}

@media (max-width: 620px) {
  .technica-job-page {
    --tj-wrap: min(100% - 30px, 1120px);
  }

  .tj-hero {
    height: 330px;
  }

  .tj-hero h1 {
    font-size: 34px;
  }

  .tj-breadcrumbs {
    font-size: 10px;
  }

  .tj-panel {
    padding: 16px 13px;
  }

  .tj-reason-grid {
    grid-template-columns: 1fr;
  }

  .tj-apply-modal {
    padding: 12px;
  }

  .tj-apply-modal__panel {
    max-height: calc(100vh - 24px);
  }

  .tj-apply-modal__head,
  .tj-apply-modal .wpcf7 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tj-apply-modal__head h2 {
    font-size: 22px;
  }

  .tj-cf7-grid {
    grid-template-columns: 1fr;
  }

}
