/* Страница «Открытые опросы» */

#design-root.design-root--open-surveys {
  background: #fff;
}

.design-root--open-surveys .page-main--open-surveys {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 20px 80px;
  box-sizing: border-box;
}

/* ---------- Hero ---------- */
.open-surveys-hero {
  width: 100%;
}

.open-surveys-hero__surface {
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 596px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
  box-sizing: border-box;
}

.open-surveys-hero__top-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  border-radius: 12px 12px 0 0;
  z-index: 9;
}

.open-surveys-hero__breadcrumbs {
  position: absolute;
  z-index: 9;
  left: 63px;
  top: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.open-surveys-hero__crumb {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.open-surveys-hero__crumb:link,
.open-surveys-hero__crumb:visited,
.open-surveys-hero__crumb:hover,
.open-surveys-hero__crumb:active {
  color: #fff;
}

.open-surveys-hero__crumb--muted {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}


.open-surveys-hero__crumb--current {
  color: #fff;
  opacity: 1;
  max-width: min(420px, 50vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.open-surveys-hero__layout {
  position: relative;
  z-index: 2;
  min-height: 596px;
  box-sizing: border-box;
}

.open-surveys-hero__content {
  position: relative;
  z-index: 2;
  max-width: 810px;
  min-height: 596px;
  padding: 130px 0 0 60px;
  box-sizing: border-box;
}

#design-root .open-surveys-hero__title {
  margin: 0;
  max-width: 800px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #fff;
  overflow-wrap: break-word;
}

.open-surveys-hero__summary {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  max-width: 567px;
}

.open-surveys-hero__badge {
  flex: none;
  display: block;
  width: 42px;
  height: 42px;
}

.open-surveys-hero__summary-text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

/* TinyMCE «Форматированный» → <pre>: без этого текст одной строкой вылезает за баннер */
.open-surveys-hero__summary-text pre,
.open-surveys-hero__summary-text code,
.open-surveys-hero__summary-text p,
.open-surveys-hero__summary-text span,
.open-surveys-hero__summary-text div {
  margin: 0;
  max-width: 100%;
  font: inherit;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit;
  letter-spacing: inherit;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.open-surveys-hero__meta {
  position: absolute;
  left: 60px;
  bottom: 60px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.open-surveys-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 20px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(74, 101, 138, 0.47) 0%, rgba(55, 81, 114, 0.47) 100%);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}

.open-surveys-hero__meta-icon {
  flex: none;
  display: block;
}

.open-surveys-hero__aside {
  position: absolute;
  top: 39px;
  right: 60px;
  bottom: 0;
  width: 515px;
  z-index: 1;
}

.open-surveys-hero__deco {
  position: relative;
  width: 515px;
  height: 437px;
  /* top: 35px; */
  z-index: 0;
}

.open-surveys-hero__deco-glow {
  position: absolute;
  inset: 0;
  /* background: radial-gradient(50% 50% at 50% 50%, #d9d9d9 62.95%, rgba(115, 115, 115, 0) 100%); */
  pointer-events: none;
}

.open-surveys-hero__deco-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: lighten;
}

.open-surveys-hero__method {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: 0;
  padding: 12px 32px 12px 12px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #f3f3f3;
}

.open-surveys-hero__method-thumb {
  flex: none;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.open-surveys-hero__method-text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.open-surveys-hero__method-quote,
.open-surveys-hero__method-link {
  color: #7c9abf;
}

.open-surveys-hero__method-link {
  text-decoration: underline;
}

.open-surveys-hero__method-link:hover {
  color: #4a658a;
}

/* ---------- Quiz ---------- */
.open-surveys-quiz {
  width: 100%;
  max-width: 842px;
  margin: 80px auto 0;
  box-sizing: border-box;
}

#design-root .open-surveys-quiz__title {
  margin: 0;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 36px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #2f323b;
}

#design-root .open-surveys-quiz__lead {
  margin: 16px 0 0;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.open-surveys-quiz__title + .open-surveys-quiz__card,
.open-surveys-quiz__lead + .open-surveys-quiz__card {
  margin-top: 28px;
}

.open-surveys-quiz__card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin-top: 28px;
  border-radius: 12px;
  background: #f3f3f3;
  overflow: hidden;
}

.open-surveys-quiz__progress {
  position: relative;
  flex: none;
  height: 8px;
  background: #d9d9d9;
  border-radius: 6px 6px 0 0;
}

.open-surveys-quiz__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.56%;
  height: 100%;
  background: #7c9abf;
  border-radius: 6px 0 0 0;
  transition: width 0.2s ease;
}

.open-surveys-quiz__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 32px 0 32px;
  box-sizing: border-box;
}

#design-root .open-surveys-quiz__counter {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.open-surveys-quiz__fieldset {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.open-surveys-quiz__question {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #2f323b;
}

.open-surveys-quiz__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.open-surveys-quiz__option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 14px 18px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.open-surveys-quiz__option:has(.open-surveys-quiz__input:checked) {
  border-color: #7c9abf;
}

.open-surveys-quiz__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.open-surveys-quiz__radio {
  position: relative;
  flex: none;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.open-surveys-quiz__option:has(.open-surveys-quiz__input:checked) .open-surveys-quiz__radio {
  border-color: #4a658a;
  background: #4a658a;
}

.open-surveys-quiz__option:has(.open-surveys-quiz__input:checked) .open-surveys-quiz__radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.open-surveys-quiz__option-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.open-surveys-quiz__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 0;
}

.open-surveys-quiz__personal {
  margin-top: 24px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

#design-root .open-surveys-quiz__personal-intro,
.open-surveys-quiz__personal-intro {
  margin: 0 0 24px;
  max-width: none;
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #5a5e68;
  box-sizing: border-box;
}

.open-surveys-quiz__personal [data-open-surveys-quiz-company-hint] {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #8a8f99;
}

.open-surveys-quiz__personal .press-invite__field {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.open-surveys-quiz__personal .press-invite__field input {
  width: 100%;
  box-sizing: border-box;
}

.open-surveys-quiz__result {
  flex: none;
  margin: 0;
  padding: 14px 22px;
  border: 0;
  border-radius: 8px;
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.01em;
  box-sizing: border-box;
}

.open-surveys-quiz__result:disabled {
  background: rgba(222, 225, 233, 0.4);
  color: rgba(74, 91, 115, 0.4);
  cursor: not-allowed;
}

.open-surveys-quiz__result:not(:disabled) {
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  color: #fff;
  cursor: pointer;
}

.open-surveys-quiz__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.open-surveys-quiz__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.open-surveys-quiz__nav-btn--prev {
  background: rgba(222, 225, 233, 0.4);
}

.open-surveys-quiz__nav-btn--prev:disabled {
  cursor: not-allowed;
}

.open-surveys-quiz__nav-btn--prev:not(:disabled) {
  cursor: pointer;
}

.open-surveys-quiz__nav-btn--next {
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
}

.open-surveys-quiz__nav-btn--next:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.open-surveys-quiz__nav-btn--next:not(:disabled) {
  cursor: pointer;
}

.open-surveys-quiz__nav-btn img {
  display: block;
  width: 8px;
  height: 13px;
}

@media (max-width: 1320px) {
  .open-surveys-hero__aside {
    right: 20px;
    width: min(515px, 42%);
  }

  .open-surveys-hero__deco {
    width: 100%;
    height: auto;
    aspect-ratio: 515 / 437;
  }

  .open-surveys-hero__content {
    max-width: min(710px, 52%);
  }
}

@media (max-width: 900px) {
  .design-root--open-surveys .page-main--open-surveys {
    padding: 16px 5px 60px;
  }

  .open-surveys-hero__surface {
    min-height: 0;
    height: auto;
    border-radius: 10px;
    overflow: visible;
    backdrop-filter: blur(85px);
    -webkit-backdrop-filter: blur(85px);
  }

  .open-surveys-hero__top-bar {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }

  .open-surveys-hero__breadcrumbs {
    left: 20px;
    top: 14px;
    /* flex-wrap: wrap; */
    gap: 8px;
  }

  .open-surveys-hero__crumb {
    font-size: 10px;
    line-height: 12px;
  }

  /* П.8–9: поток, полная ширина заголовка, методика не absolute */
  .open-surveys-hero__layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    min-height: 0;
    height: auto;
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }

  .open-surveys-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    padding: 0;
  }

  #design-root .open-surveys-hero__title {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: clamp(20px, 5.6vw, 24px);
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .open-surveys-hero__summary {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
  }

  .open-surveys-hero__badge {
    width: 20px;
    height: 20px;
  }

  .open-surveys-hero__summary-text {
    margin: 0;
    max-width: 100%;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 15px !important;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #design-root .open-surveys-hero__summary-text,
  #design-root .open-surveys-hero__summary-text p,
  #design-root .open-surveys-hero__summary-text span,
  #design-root .open-surveys-hero__summary-text div,
  #design-root .open-surveys-hero__summary-text [style*="font-size"] {
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .open-surveys-hero__meta {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .open-surveys-hero__meta-item {
    padding: 6px 10px;
    font-size: 12px !important;
    line-height: 15px !important;
    white-space: nowrap;
  }

  .open-surveys-hero__meta-item:first-child .open-surveys-hero__meta-icon {
    width: 9px;
    height: 12px;
  }

  .open-surveys-hero__meta-icon {
    width: 12px;
    height: 12px;
  }

  .open-surveys-hero__aside {
    position: static;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    pointer-events: auto;
  }

  .open-surveys-hero__deco {
    display: none;
  }

  .open-surveys-hero__deco-glow {
    display: none;
  }

  .open-surveys-hero__method {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 8px 12px 8px 8px;
    box-sizing: border-box;
    border-radius: 6px;
    pointer-events: auto;
  }

  .open-surveys-hero__method-thumb {
    flex: none;
    width: 64px;
    height: 64px;
  }

  .open-surveys-hero__method-text {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    font-size: 13px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .open-surveys-hero__method-link {
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }

  .open-surveys-quiz {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    padding: 0;
  }

  #design-root .open-surveys-quiz__title {
    max-width: min(100%, 340px);
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 24px !important;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 105% !important;
    letter-spacing: -0.03em;
    text-align: center;
  }

  #design-root .open-surveys-quiz__lead,
  #design-root .open-surveys-quiz__lead span,
  #design-root .open-surveys-quiz__lead p,
  #design-root .open-surveys-quiz__lead [style*="font-size"] {
    max-width: min(100%, 300px);
    width: 100%;
    margin: 12px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center;
  }

  #design-root .open-surveys-quiz__lead span,
  #design-root .open-surveys-quiz__lead p,
  #design-root .open-surveys-quiz__lead [style*="font-size"] {
    display: inline;
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0;
  }

  /* Экран компании: не наследовать max-width 165px от quiz__lead */
  #design-root .open-surveys-quiz__personal-intro,
  .open-surveys-quiz__personal-intro {
    max-width: none;
    width: 100%;
    margin: 0 0 16px;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center;
  }

  .open-surveys-quiz__card {
    min-height: 0;
    height: auto;
    margin-top: 32px;
    border-radius: 12px;
  }

  .open-surveys-quiz__progress {
    height: 10px;
    border-radius: 6px 6px 0 0;
  }

  .open-surveys-quiz__progress-fill {
    border-radius: 6px 0 0 0;
  }

  .open-surveys-quiz__body {
    display: flex;
    flex-direction: column;
    max-width: none;
    padding: 32px 15px;
    box-sizing: border-box;
  }

  #design-root .open-surveys-quiz__counter {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 15px;
  }

  .open-surveys-quiz__fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .open-surveys-quiz__question {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 108%;
    letter-spacing: -0.02em;
  }

  .open-surveys-quiz__options {
    gap: 8px;
  }

  .open-surveys-quiz__option {
    min-height: 52px;
    padding: 20px;
    gap: 12px;
    background: #fff;
  }

  .open-surveys-quiz__radio {
    width: 20px;
    height: 20px;
    border-width: 0.833333px;
  }

  .open-surveys-quiz__option:has(.open-surveys-quiz__input:checked) .open-surveys-quiz__radio::after {
    width: 6.67px;
    height: 6.67px;
  }

  .open-surveys-quiz__option-label {
    font-size: 12px;
    line-height: 15px;
  }

  .open-surveys-quiz__actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
    padding-top: 0;
  }

  .open-surveys-quiz__result {
    flex: 1 1 auto;
    width: auto;
    min-width: max-content;
    max-width: 100%;
    height: 52px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    overflow: visible;
  }

  .open-surveys-quiz__result:disabled {
    color: #b7bdc7;
  }

  .open-surveys-quiz__nav {
    flex: 0 0 auto;
    gap: 8px;
    justify-content: flex-start;
  }

  .open-surveys-quiz__nav-btn {
    width: 52px;
    height: 52px;
    padding: 22px 26px;
    box-sizing: border-box;
  }

  .open-surveys-quiz__nav-btn img {
    width: 6px;
    height: 10px;
  }

  .design-root--open-surveys .page-main--open-surveys > .method-section {
    margin-top: 60px;
  }
}


.design-root--open-surveys .press-invite {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  box-sizing: border-box;
}

.design-root--open-surveys .press-invite__surface {
  position: relative;
  width: 100%;
  min-height: 282px;
  border-radius: 12px;
  background: var(--grad-invite-surface);
  overflow: hidden;
}

.design-root--open-surveys .press-invite__deco {
  position: absolute;
  width: 488px;
  height: 316px;
  right: 99px;
  bottom: 0;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.design-root--open-surveys .press-invite__content {
  position: relative;
  z-index: 1;
  width: 1160px;
  max-width: calc(100% - 120px);
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  box-sizing: border-box;
}

#design-root.design-root--open-surveys #open-surveys-invite-title {
  margin: 0;
  max-width: 720px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.56px;
  color: #2f323b;
}

.design-root--open-surveys .press-invite__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.design-root--open-surveys .press-invite__row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.design-root--open-surveys .press-invite__fields {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.design-root--open-surveys .press-invite__field {
  flex: 1 1 0;
  min-width: 0;
}

.design-root--open-surveys .press-invite__field input {
  width: 100%;
  height: 64px;
  padding: 22px;
  border: 1px solid #c5d0de;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #2f323b;
  -webkit-text-fill-color: #2f323b;
}

.design-root--open-surveys .press-invite__field input::placeholder,
.design-root--open-surveys .press-invite__field input::-webkit-input-placeholder {
  color: #5c6570;
  -webkit-text-fill-color: #5c6570;
  opacity: 1;
}

.design-root--open-surveys .press-invite__field input::-moz-placeholder {
  color: #5c6570;
  opacity: 1;
}

.design-root--open-surveys .press-invite__field input:focus {
  outline: 2px solid rgba(74, 101, 138, 0.45);
  outline-offset: 0;
}

.design-root--open-surveys .press-invite__submit {
  flex: none;
  width: 260px;
  height: 64px;
  margin: 0;
  padding: 22px 26px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: linear-gradient(90deg, #e6e9ed 0%, #edeef2 100%);
}

.design-root--open-surveys .press-invite__submit-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #2f323b;
}

.design-root--open-surveys .press-invite__submit-orb {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  background: #e1871f;
  border-radius: 83.33px;
}

.design-root--open-surveys .press-invite__submit-orb img {
  display: block;
  width: 5px;
  height: 8px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.design-root--open-surveys .press-invite__consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.design-root--open-surveys .press-invite__consent input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.design-root--open-surveys .press-invite__consent input:checked {
  border-color: #fff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.2L4.4 8.6L11 1.9' stroke='%237C9ABF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.design-root--open-surveys .press-invite__consent input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.design-root--open-surveys .press-invite__consent span {
  flex: 1 1 auto;
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.design-root--open-surveys .press-invite__consent span a {
  color: #fff;
  text-decoration: underline;
}

.design-root--open-surveys .press-invite__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .design-root--open-surveys .page-main--open-surveys > .method-section + .press-invite,
  .design-root--open-surveys .page-main--open-surveys > .open-surveys-quiz + .press-invite {
    margin-top: 60px;
    padding: 0 5px;
  }

  .design-root--open-surveys .press-invite {
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .design-root--open-surveys .press-invite__surface {
    min-height: 362px;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    overflow: hidden;
  }

  .design-root--open-surveys .press-invite__deco {
    display: none;
  }

  .design-root--open-surveys .press-invite__content {
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: stretch;
    gap: 16px;
  }

  #design-root.design-root--open-surveys #open-surveys-invite-title {
    align-self: center;
    max-width: min(100%, 320px);
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px !important;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 108% !important;
    letter-spacing: -0.02em;
    color: #2f323b;
  }

  .design-root--open-surveys .press-invite__form {
    width: 100%;
    gap: 16px;
  }

  .design-root--open-surveys .press-invite__row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .design-root--open-surveys .press-invite__fields {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
  }

  .design-root--open-surveys .press-invite__field {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .design-root--open-surveys .press-invite__field input {
    width: 100%;
    height: 52px;
    padding: 22px 20px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    font-size: 12px;
    line-height: 15px;
    color: #44474f;
  }

  .design-root--open-surveys .press-invite__field input::placeholder {
    color: #44474f;
    opacity: 1;
  }

  .design-root--open-surveys .press-invite__field input:focus {
    outline: 2px solid #7c9abf;
    outline-offset: 0;
  }

  .design-root--open-surveys .press-invite__submit {
    width: 100%;
    height: 52px;
    padding: 18px 20px;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  }

  .design-root--open-surveys .press-invite__submit-label {
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: -0.01em;
    color: #fff;
  }

  .design-root--open-surveys .press-invite__submit-orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 66.6667px;
  }

  .design-root--open-surveys .press-invite__submit-orb img {
    width: 3.6px;
    height: 5.72px;
  }

  .design-root--open-surveys .press-invite__consent {
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .design-root--open-surveys .press-invite__consent input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border: 1px solid #2f323b;
    border-radius: 4px;
    background: transparent;
  }

  .design-root--open-surveys .press-invite__consent input:checked {
    border-color: #2f323b;
    background-color: #2f323b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4.2L3.6 6.8L9 1.4' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 10px 8px;
  }

  .design-root--open-surveys .press-invite__consent input:focus-visible {
    outline: 2px solid #7c9abf;
    outline-offset: 2px;
  }

  .design-root--open-surveys .press-invite__consent span {
    flex: 1 1 0;
    min-width: 0;
    font-size: 10px;
    line-height: 12px;
    color: #2f323b;
  }

  .design-root--open-surveys .press-invite__consent span a {
    color: #2f323b;
    text-decoration: underline;
  }
}

/* ---------- SEO-текст ---------- */
.open-surveys-intro {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#design-root .open-surveys-intro__text {
  margin: 80px auto 0;
  max-width: 1062px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #44474f;
}

#design-root .open-surveys-intro__text p {
  margin: 0 0 12px;
}

#design-root .open-surveys-intro__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .open-surveys-intro {
    padding: 0 25px;
    box-sizing: border-box;
  }

  #design-root .open-surveys-intro__text {
    margin-top: 60px;
    max-width: 100%;
  }
}

/* Материалы по теме: единый слайдер из page.css */
@media (min-width: 901px) {
  .design-root--open-surveys .page-mai