/* Локальная типографика вместо шрифта MuseoSans с CDN Tilda (нет файлов коммерческой лицензии в репозитории). */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap");

#allrecords,
#allrecords .r {
  --t-headline-font: "DM Sans", Arial, sans-serif !important;
  --t-text-font: "DM Sans", Arial, sans-serif !important;
}

.inp-feed-local .inp-feed-local__descr,
.inp-feed-local .inp-feed-local__descr p {
  color: inherit;
}

.inp-feed-local__descr a {
  text-decoration: underline;
}

.inp-feed-title-link {
  color: inherit;
  text-decoration: none;
}

.inp-feed-title-link:hover {
  text-decoration: underline;
}

.inp-feed-post {
  cursor: default;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.inp-feed-local .inp-feed-divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  border-top: 1px solid #d41216;
  background: none;
  opacity: 1;
}

#rec175230420 .js-feed-container .inp-feed-post + .inp-feed-post {
  margin-top: 28px;
  padding-top: 0;
  border-top: 0;
}

.inp-feed-more {
  margin: 12px 0 0;
  font-size: 14px;
}

.inp-feed-more a {
  color: #d41216;
  text-decoration: none;
}

.inp-feed-more a:hover {
  text-decoration: underline;
}

.inp-feed-detail_html p {
  margin: 0 0 0.75em;
}

.inp-feed-detail_html p:last-child {
  margin-bottom: 0;
}

.inp-feed-detail_html ul,
.inp-feed-detail_html ol {
  margin: 0.5em 0 1em;
  padding-left: 1.25em;
}

.inp-feed-detail_html li {
  margin: 0.35em 0;
}

.inp-feed-detail_html strong,
.inp-feed-detail_html b {
  font-weight: 700;
}

/* Страница вакансии */
.inp-vacancy-page {
  background: #030000;
  color: #ffffff;
  min-height: 100vh;
}

.inp-vacancy-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 20px 64px;
}

.inp-vacancy-back {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
  font-size: 15px;
}

.inp-vacancy-back:hover {
  opacity: 1;
  text-decoration: underline;
}

.inp-vacancy-card {
  margin-top: 28px;
}

.inp-vacancy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 0.75;
}

.inp-vacancy-title {
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 700;
}

.inp-vacancy-lead {
  margin: 0 0 20px;
  opacity: 0.9;
}

.inp-vacancy-body {
  margin-bottom: 40px;
}

.inp-vacancy-apply {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.inp-apply-title {
  font-size: 24px;
  margin: 0 0 20px;
}

.inp-apply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 640px) {
  .inp-apply-grid {
    grid-template-columns: 1fr;
  }
}

.inp-apply-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.inp-apply-field_full {
  margin-top: 16px;
}

.inp-apply-field_req > span::after {
  content: " *";
  color: #d41216;
}

.inp-apply-field input,
.inp-apply-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  background: #111;
  color: #fff;
  font: inherit;
}

.inp-apply-field input:focus,
.inp-apply-field textarea:focus {
  outline: 2px solid #d41216;
  outline-offset: 1px;
}

.inp-apply-hint {
  margin: 16px 0 12px;
  font-size: 13px;
  opacity: 0.7;
}

.inp-apply-submit {
  display: inline-block;
  padding: 14px 28px;
  border: 0;
  border-radius: 5px;
  background: #d41216;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.inp-apply-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

.inp-apply-status {
  margin-top: 16px;
  font-size: 15px;
}

.inp-apply-status_ok {
  color: #7dcea0;
}

.inp-apply-status_err {
  color: #f1948a;
}
