:root {
  --pol-bg: #FAFAFA;
  --pol-text: #2C2C2C;
  --pol-muted: #757575;
  --pol-border: #E7E7E7;
  --pol-pink: #FF2DA8;
  --pol-pink-light: #FFD9EE;
  --pol-black: #2C2C2C;
  --pol-white: #FFFFFF;
}

body.single-post {
  background: var(--pol-bg);
  color: var(--pol-text);
}

.pol-container {
  width: min(1430px, calc(100% - 0px));
  margin: 0 auto;
}

.pol-article-page {
  padding: 26px 0 0;
}

/* breadcrumbs */

.pol-breadcrumbs {
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 1.45;
  color: #2C2C2C;
}

.pol-breadcrumbs a {
  color: #2C2C2C;
  text-decoration: none;
}

.pol-breadcrumbs .current-item,
.pol-breadcrumbs .breadcrumb_last {
  color: #2C2C2C;
  font-weight: 700;
}

/* hero */

.pol-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
}

.pol-article-hero__content {
  min-width: 0;
  max-width: 760px;
}

.pol-article-title {
  margin: 0 0 26px;
  max-width: 680px;
  font-size: clamp(32px, 3vw, 34px);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2C2C2C;
  text-wrap: balance;
}

.pol-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
}

.pol-article-meta__item {
  font-size: 16px;
  line-height: 1.35;
  color: var(--pol-muted);
  font-weight: 400;
}

.pol-article-meta__reading {
  position: relative;
  padding-left: 28px;
}

.pol-article-meta__reading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><circle cx='12' cy='12' r='9' stroke='%23FF2DA8' stroke-width='2'/><path d='M12 7V12L16 14' stroke='%23FF2DA8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.pol-article-meta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--pol-pink);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.pol-article-author {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: 8px;
}

.pol-article-author__photo {
  flex: 0 0 auto;
}

.pol-article-author__photo img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.pol-article-author__info {
  min-width: 0;
}

.pol-article-author__name {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  color: #2C2C2C;
  margin-bottom: 2px;
}

.pol-article-author__position {
  font-size: 15px;
  line-height: 1.3;
  color: var(--pol-muted);
  font-weight: 300;
}
/* layout */

.pol-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 54px;
  align-items: start;
}

.pol-article-main {
  min-width: 0;
}

.pol-article-sidebar {
  position: relative;
}

.pol-article-sidebar__sticky {
  position: sticky;
  top: 120px;
}

/* content */

.pol-article-content {
  font-size: 18px;
  line-height: 1.62;
  color: #5A5A5A;
  font-weight: 300;
}

.pol-article-content > *:first-child {
  margin-top: 0;
}

.pol-article-content p,
.pol-article-content ul,
.pol-article-content ol,
.pol-article-content blockquote,
.pol-article-content figure {
  margin: 0 0 28px;
}

.pol-article-content h2 {
  margin: 54px 0 20px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #2C2C2C;
}

.pol-article-content h3 {
  margin: 34px 0 16px;
  font-size: 30px;
  line-height: 1.14;
  font-weight: 700;
  color: #2C2C2C;
}

.pol-article-content strong,
.pol-article-content b {
  font-weight: 700;
  color: #2C2C2C;
}

.pol-article-content a {
  color: var(--pol-pink);
  text-decoration: none;
}

.pol-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

.pol-article-content ul,
.pol-article-content ol {
  padding-left: 24px;
  margin-left: 0;
}

.pol-article-content li {
  margin-bottom: 14px;
}

/* right static banner */

.pol-article-banner {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.pol-article-banner__link {
  display: block;
  text-decoration: none;
}

.pol-article-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.pol-article-banner__caption {
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
  background: #2C2C2C;
}

/* floating right banner */

.pol-floating-banner {
  position: fixed;
  top: 120px;
  right: max(50px, calc((110vw - 1400px) / 2 + 50px));
  width: 320px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.pol-floating-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pol-floating-banner__link {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}

.pol-floating-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.pol-floating-banner__caption {
  padding: 12px 14px;
  font-size: 14px;
  color: #fff;
  background: #2C2C2C;
}

/* related */

.pol-related {
  margin-top: 84px;
}

.pol-section-title {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
  color: #2C2C2C;
}

.pol-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pol-related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pol-border);
  transition: transform .25s ease, box-shadow .25s ease;
}

.pol-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .07);
}

.pol-related-card__thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.pol-related-card__body {
  padding: 18px;
}

.pol-related-card__title {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
  color: #2C2C2C;
}

.pol-related-card__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--pol-pink);
}

/* discuss form */

.pol-discuss {
  margin: 84px 0 0;
  padding: 0 0 80px;
}


.pol-discuss__content {
  max-width: 700px;
  color: #fff;
}

.pol-discuss__title {
  margin: 0 0 24px;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 0.96;
  font-weight: 800;
  color: #fff;
}

.pol-discuss__title span {
  color: #FF9AD5;
}

.pol-discuss__text {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}

.pol-discuss__text--second {
  margin-bottom: 30px;
}

.pol-discuss .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
}

.pol-discuss .wpcf7-form p {
  margin: 0;
}

.pol-discuss .wpcf7-form p:nth-last-child(2),
.pol-discuss .wpcf7-form p:last-child {
  grid-column: 1 / -1;
}

.pol-discuss .wpcf7-form input,
.pol-discuss .wpcf7-form textarea,
.pol-discuss .wpcf7-form select {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 15px;
  color: #2C2C2C;
  background: #fff;
}

.pol-discuss .wpcf7-form textarea {
  min-height: 120px;
  padding: 14px 16px;
}

.pol-discuss .wpcf7-submit {
  width: 100%;
  min-height: 60px;
  padding: 0 28px;
  border: none;
  border-radius: 6px;
  background: #2C2C2C;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.pol-discuss .wpcf7-spinner {
  display: none;
}

/* ===== editor classes ===== */

.pol-highlight-box {
  display: block;
  padding: 18px 26px;
  background: #fff;
  border: 1px solid rgba(255, 45, 168, 0.55);
  border-radius: 22px;
  box-shadow: 0 0 18px rgba(255, 45, 168, 0.18);
  color: #2C2C2C;
}

.pol-text-pink {
  color: var(--pol-pink) !important;
  font-weight: 700;
}

.pol-text-black {
  color: #2C2C2C !important;
  font-weight: 700;
}

.pol-inline-label {
  display: inline;
  color: #fff !important;
  background: var(--pol-pink);
  border-radius: 12px;
  padding: 2px 10px 4px;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pol-note-line {
  position: relative;
  padding-left: 18px;
  margin: 24px 0;
}

.pol-note-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  border-radius: 999px;
  background: var(--pol-pink);
}

.pol-list-pink,
.pol-list-check {
  list-style: none;
  padding-left: 0;
}

.pol-list-pink li,
.pol-list-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.pol-list-pink li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pol-pink);
}

.pol-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pol-pink-light);
  color: var(--pol-pink);
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}

blockquote.pol-quote-card {
  position: relative;
  margin: 34px 0;
  padding: 34px 34px 46px;
  background: #2C2C2C;
  color: #fff;
  border-radius: 28px;
  border: none;
  overflow: hidden;
}

blockquote.pol-quote-card::before {
  content: "“";
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 74px;
  line-height: 1;
  color: var(--pol-pink);
  font-weight: 700;
}

blockquote.pol-quote-card p {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}

blockquote.pol-quote-card cite {
  display: block;
  margin-top: 20px;
  text-align: right;
  color: var(--pol-pink);
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
}

/* inner banner shortcode */

.pol-inline-banner {
  margin: 38px 0;
  padding: 26px 28px;
  border-radius: 28px;
  background: #2C2C2C;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .12);
}

.pol-inline-banner__title {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
  color: var(--pol-pink);
  font-weight: 800;
  text-align: center;
}

.pol-inline-banner__form {
  max-width: 760px;
  margin: 0 auto;
}

.pol-inline-banner__notice {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .85);
  text-align: center;
}

.pol-inline-banner .wpcf7-form input,
.pol-inline-banner .wpcf7-form textarea,
.pol-inline-banner .wpcf7-form select {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: #2C2C2C;
}

.pol-inline-banner .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  border: none;
  border-radius: 999px;
  background: var(--pol-pink);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

/* responsive */

@media (max-width: 1199px) {
  .pol-article-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .pol-article-hero__content {
    max-width: none;
  }

  .pol-article-hero__thumb {
    max-width: 320px;
    justify-self: start;
  }

  .pol-article-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pol-article-sidebar__sticky {
    position: static;
  }

  .pol-floating-banner {
    display: none;
  }

}

@media (max-width: 767px) {
  .pol-container {
    width: min(100%, calc(100% - 32px));
  }

  .pol-article-page {
    padding-top: 16px;
  }

  .pol-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .pol-article-title {
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 16px;
    max-width: none;
  }

  .pol-article-meta {
    gap: 12px 18px;
    align-items: flex-start;
  }

  .pol-article-meta__item {
    font-size: 14px;
  }

  .pol-article-meta__badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 14px;
  }

  .pol-article-author {
    margin-left: 0;
    width: 100%;
  }

  .pol-article-author__photo img {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .pol-article-author__name {
    font-size: 16px;
  }

  .pol-article-author__position {
    font-size: 14px;
  }

  .pol-article-meta__reading {
    padding-left: 24px;
  }

  .pol-article-meta__reading::before {
    width: 16px;
    height: 16px;
    top: 1px;
  }

  .pol-article-content {
    font-size: 16px;
    line-height: 1.62;
  }

  .pol-article-content h2 {
    font-size: 28px;
  }

  .pol-article-content h3 {
    font-size: 22px;
  }

  .pol-related-grid {
    grid-template-columns: 1fr;
  }

 

  .pol-discuss__title {
    font-size: 34px;
  }

  .pol-discuss__text {
    font-size: 16px;
  }

  .pol-discuss .wpcf7-form {
    grid-template-columns: 1fr;
  }
}
.pol-cf7__button {
  background: #2C2C2C;
  color: #FFFFFF;
}
.pol-discuss .pol-cf7__button,
.pol-discuss input.pol-cf7__button {
  background: #2C2C2C;
  color: #FFFFFF;
}
/* =========================
   СОДЕРЖАНИЕ СТАТЬИ — ОБНОВЛЕНО
========================= */

.pol-article-toc {
  display: none;
  width: 100%;
  max-width: 100%;
  margin: 0 0 26px;
  padding: 56px 68px;
  background: #F3F3F3;
  box-sizing: border-box;
}

.pol-article-toc.is-visible {
  display: block;
}

.pol-article-toc__title {
  margin: 0 0 28px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #2C2C2C;
}

.pol-article-toc__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  max-width: none;
}

.pol-article-toc__link {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 300;
  color: #5A5A5A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: currentColor;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.pol-article-toc__link:hover,
.pol-article-toc__link:focus {
  color: #FF2DAA;
  text-decoration-color: #FF2DAA;
  outline: none;
}

.pol-article-content h2 {
  scroll-margin-top: 120px;
}

@media (max-width: 1199px) {
  .pol-article-toc {
    padding: 40px 32px;
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .pol-article-toc {
    padding: 28px 20px;
    margin-bottom: 36px;
  }

  .pol-article-toc__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.12;
  }

  .pol-article-toc__list {
    gap: 14px;
  }

  .pol-article-toc__link {
    font-size: 16px;
    line-height: 1.55;
  }

  .pol-article-content h2 {
    scroll-margin-top: 90px;
  }
}
/* =========================
   ФОРМА ОБСУЖДЕНИЯ
========================= */


.pol-discuss__content {
  max-width: 760px;
}

.pol-discuss__form {
  width: 100%;
  max-width: 760px;
}

.pol-cf7__row {
  width: 100%;
}


.pol-cf7__field {
  width: 100%;
}

.pol-cf7__input {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .pol-discuss__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pol-discuss__content,
  .pol-discuss__form,
  .pol-discuss .wpcf7-form {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pol-discuss__inner {
    padding: 28px 18px;
    border-radius: 26px;
  }

  .pol-discuss .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }


  .pol-discuss .wpcf7-form input,
  .pol-discuss .wpcf7-form textarea,
  .pol-discuss .wpcf7-form select,
  .pol-discuss .pol-cf7__input {
    min-height: 54px;
    font-size: 14px;
  }

  .pol-discuss .wpcf7-form textarea {
    min-height: 120px;
  }


}


@media (max-width: 767px) {
  .pol-article-hero__thumb {
    max-width: 260px;
  }
}
.pol-article-hero__thumb {
  width: 360px;
  height: 340px;
  justify-self: end;
  border-radius: 40px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pol-article-hero__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 40px;
}
/* =========================
   СОДЕРЖАНИЕ — НА ВСЮ ШИРИНУ САЙТА
========================= */

.pol-article-toc {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1430px, calc(100vw - 0px));
  
  margin-top: -30px;
  margin-bottom: 56px;

  padding: 56px 68px;
  background: #F3F3F3;
  box-sizing: border-box;
}
.pol-article-toc {
  display: none;
}

.pol-article-toc.is-visible {
  display: block;
}
/* =========================
   FLOATING BANNER — NEW DESIGN
========================= */

.pol-floating-banner {
  position: fixed;
  top: 120px;
  right: max(60px, calc((100vw - 1400px) / 2 + 40px));
  width: 320px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.pol-floating-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pol-floating-banner__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pol-floating-banner__card {
  background: #2C2C2C;
  border-radius: 34px;
  padding: 22px 20px 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.pol-floating-banner__media {
  margin-bottom: 18px;
  border-radius: 26px;
  overflow: hidden;
}

.pol-floating-banner__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.pol-floating-banner__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

.pol-floating-banner__caption {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.pol-floating-banner__button {
  min-height: 64px;
  padding: 0 22px;
  border-radius: 999px;
  background: #FFFFFF;
  color: #2C2C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  transition: transform .2s ease, opacity .2s ease;
}

.pol-floating-banner__link:hover .pol-floating-banner__button {
  transform: translateY(-1px);
  opacity: 0.96;
}
.pol-floating-banner__media {
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  background: #2C2C2C;
}
/* =========================
   DISCUSS FORM — IMAGE TOP RIGHT
========================= */

.pol-discuss__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #fff;
}

.pol-discuss__title {
  max-width: 520px;
  margin: 0 0 24px;
}

.pol-discuss__text {
  max-width: 560px;
}

.pol-discuss__text--second {
  max-width: 620px;
  margin-bottom: 34px;
}

.pol-discuss__form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
}

.pol-discuss .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  max-width: 640px;
}

.pol-discuss .wpcf7-form p {
  margin: 0;
}

.pol-discuss .wpcf7-form p:nth-last-child(2),
.pol-discuss .wpcf7-form p:last-child {
  grid-column: 1 / -1;
}



.pol-cf7__field {
  width: 100%;
}

.pol-discuss .wpcf7-form input,
.pol-discuss .wpcf7-form textarea,
.pol-discuss .wpcf7-form select,
.pol-discuss .pol-cf7__input {
  width: 100%;
  min-height: 64px;
  border: none;
  border-radius: 14px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #2C2C2C;
  background: #FFFFFF;
  box-sizing: border-box;
}

.pol-discuss .wpcf7-form textarea {
  min-height: 138px;
  padding: 18px 20px;
  resize: vertical;
}

.pol-discuss .wpcf7-form input::placeholder,
.pol-discuss .wpcf7-form textarea::placeholder,
.pol-discuss .pol-cf7__input::placeholder {
  color: #8D8D95;
}

.pol-discuss .wpcf7-submit,
.pol-discuss .pol-cf7__button,
.pol-discuss input.pol-cf7__button {
  width: 100%;
  min-height: 70px;
  border: none;
  border-radius: 14px;
  background: #2C2C2C;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .pol-discuss__inner {
    min-height: auto;
    padding: 38px 32px 40px;
  }

 

  .pol-discuss__content,
  .pol-discuss__form,
  .pol-discuss .wpcf7-form {
    max-width: 100%;
  }

  .pol-discuss__title,
  .pol-discuss__text,
  .pol-discuss__text--second {
    max-width: 58%;
  }
}

@media (max-width: 767px) {
  .pol-discuss__inner {
    padding: 28px 18px 32px;
    border-radius: 26px;
  }

  .pol-discuss__title,
  .pol-discuss__text,
  .pol-discuss__text--second {
    max-width: 100%;
  }

  .pol-discuss__form,
  .pol-discuss .wpcf7-form {
    max-width: 100%;
  }

  .pol-discuss .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pol-discuss .wpcf7-form input,
  .pol-discuss .wpcf7-form textarea,
  .pol-discuss .wpcf7-form select,
  .pol-discuss .pol-cf7__input {
    min-height: 56px;
    font-size: 14px;
  }

  .pol-discuss .wpcf7-form textarea {
    min-height: 120px;
  }

  .pol-discuss .wpcf7-submit,
  .pol-discuss .pol-cf7__button,
  .pol-discuss input.pol-cf7__button {
    min-height: 62px;
    font-size: 16px;
  }
}
/* =========================
   DISCUSS BLOCK — FINAL LAYOUT
========================= */

.pol-discuss {
  margin: 84px 0 0;
  padding: 0 0 80px;
}

.pol-discuss__inner {
  position: relative;
  display: block;
  min-height: 560px;
  padding: 58px 46px 42px;
  border-radius: 34px;
  overflow: hidden;
  background: #FF2DA8;
}

.pol-discuss__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 630px;
  color: #fff;
}

.pol-discuss__title {
  margin: 0 0 22px;
  max-width: 520px;
  font-size: 46px;
  line-height: 0.95;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}

.pol-discuss__title span {
  color: #FF9AD5;
}

.pol-discuss__text {
  margin: 0 0 16px;
  max-width: 610px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  color: #fff;
}

.pol-discuss__text--second {
  margin-bottom: 26px;
}

.pol-discuss__visual {
  position: absolute;
 top: 48px;
  right: 24px;
  z-index: 1;
  width: 430px;
  pointer-events: none;
}

.pol-discuss__visual img {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

.pol-discuss__form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 586px;
}

/* отключаем старую сетку CF7 */
.pol-discuss .wpcf7-form {
  display: block;
  max-width: none;
}

.pol-discuss .wpcf7-form p {
  margin: 0;
}

.pol-cf7 {
  width: 100%;
}

.pol-cf7__row {
  width: 100%;
  margin-bottom: 8px;
}

.pol-cf7__row--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pol-cf7__field {
  width: 100%;
}

.pol-discuss .pol-cf7__input,
.pol-discuss .wpcf7 input.pol-cf7__input,
.pol-discuss .wpcf7 textarea.pol-cf7__input,
.pol-discuss .wpcf7 select.pol-cf7__input {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: none;
  border-radius: 4px;
  background: #F5F5F5;
  color: #2C2C2C;
  font-size: 15px;
  line-height: 1.2;
  box-sizing: border-box;
  box-shadow: none;
}

.pol-discuss .pol-cf7__input::placeholder {
  color: #4F4F4F;
  opacity: 1;
}

.pol-cf7__actions {
  margin-top: 14px;
}

.pol-discuss .pol-cf7__button,
.pol-discuss input.pol-cf7__button,
.pol-discuss .wpcf7-submit {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 0 18px;
  border: none;
  border-radius: 4px;
  background: #2C2C2C;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
}

/* скрываем только spinner */
.pol-discuss .wpcf7-spinner {
  display: none !important;
}

/* если старый текст согласия все еще есть в шаблоне */
.pol-discuss .pol-cf7__policy,
.pol-discuss .wpcf7-acceptance,
.pol-discuss .acceptance-text,
.pol-discuss .policy-text {
  display: none !important;
}

@media (max-width: 1199px) {
  .pol-discuss__inner {
    min-height: auto;
    padding: 42px 28px 36px;
  }

  .pol-discuss__content {
    max-width: 100%;
  }

  .pol-discuss__title {
    max-width: 56%;
    font-size: 38px;
  }

  .pol-discuss__text,
  .pol-discuss__text--second,
  .pol-discuss__form {
    max-width: 56%;
  }

  .pol-discuss__visual {
    top: 70px;
    right: 28px;
    width: 320px;
  }

  .pol-discuss__visual img {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .pol-discuss__inner {
    padding: 28px 18px 28px;
    border-radius: 26px;
  }

  .pol-discuss__visual {
    position: static;
    width: 220px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .pol-discuss__visual img {
    max-width: 220px;
    margin: 0 auto;
  }

  .pol-discuss__title,
  .pol-discuss__text,
  .pol-discuss__text--second,
  .pol-discuss__form {
    max-width: 100%;
  }

  .pol-discuss__title {
    font-size: 34px;
  }

  .pol-cf7__row--2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* =========================
   DISCUSS CHECKBOXES
========================= */

.pol-cf7__actions {
  margin-top: 14px;
  margin-bottom: 16px;
}

.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 586px;
}

.pol-cf7__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #FFFFFF;
}

.pol-cf7__check .wpcf7-form-control-wrap {
  flex: 0 0 auto;
  display: inline-flex;
  margin-top: 2px;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2C2C2C;
  cursor: pointer;
}

.pol-cf7__check span {
  color: #FFFFFF;
}

.pol-cf7__check a {
  color: #FFFFFF;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pol-cf7__check a:hover {
  opacity: 0.85;
}
.pol-cf7__check .wpcf7-list-item {
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item-label {
  display: none;
}
/* =========================
   CF7 CHECKS
========================= */

.pol-cf7__bottom {
  margin-top: 14px;
}

.pol-cf7__submit {
  margin-bottom: 14px;
}

.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 586px;
}

.pol-cf7__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.pol-cf7__check .wpcf7-form-control-wrap {
  flex: 0 0 auto;
  display: inline-flex;
  margin-top: 2px;
}

.pol-cf7__check .wpcf7-acceptance {
  display: inline-flex;
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item {
  margin: 0;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2C2C2C;
  cursor: pointer;
}

.pol-cf7__check span {
  color: #fff;
}

.pol-cf7__check a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pol-cf7__check a:hover {
  opacity: 0.85;
}
.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 586px;
}

.pol-cf7__check {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.pol-cf7__check .wpcf7-list-item {
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item-label {
  color: #fff;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  accent-color: #2C2C2C;
  cursor: pointer;
}

.pol-cf7__check a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pol-cf7__check a:hover {
  opacity: 0.85;
}
.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  max-width: 586px;
}

.pol-cf7__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2C2C2C;
  cursor: pointer;
}

.pol-cf7__check .wpcf7-list-item {
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item-label {
  color: #fff;
}

.pol-cf7__check a {
  color: #fff;
  text-decoration: underline;
  margin-left: 0px;
}

.pol-cf7__check a:hover {
  opacity: 0.8;
}
/* ===== CF7 checks fix ===== */

.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 4px; /* расстояние между 1 и 2 чекбоксом */
  margin-top: 10px;
}

.pol-cf7__check {
  display: flex;
  align-items: center; /* чтобы текст не уезжал вниз */
  gap: 10px;
  margin: 0;
  padding: 0;
  line-height: 1.35;
  color: #fff;
  font-size: 14px;
}

.pol-cf7__check .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  flex: 0 0 auto;
}

.pol-cf7__check .wpcf7-checkbox,
.pol-cf7__check .wpcf7-list-item {
  margin: 0 !important;
  padding: 0;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  accent-color: #2C2C2C;
  cursor: pointer;
}

.pol-cf7__check .wpcf7-list-item-label,
.pol-cf7__check-text {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1.35;
  vertical-align: middle;
}

.pol-cf7__check a {
  margin-left: 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.pol-cf7__check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.pol-cf7__check .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.pol-cf7__check .wpcf7-checkbox {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.pol-cf7__check .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2C2C2C;
  cursor: pointer;
  flex: 0 0 18px;
}

.pol-cf7__check .wpcf7-list-item-label {
  display: inline;
  margin: 0;
  line-height: 1.35;
}

.pol-cf7__check-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 2px;
}

.pol-cf7__check-link:hover {
  opacity: 0.85;
}
.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 6px; /* расстояние между чекбоксами */
  margin-top: 10px;
}

.pol-cf7__check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

/* убираем лишние отступы CF7 */
.pol-cf7__check .wpcf7-list-item {
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  accent-color: #2C2C2C;
}

/* текст */
.pol-cf7__check-text {
  display: inline;
}

/* ссылка */
.pol-cf7__check a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 0;
}

.pol-cf7__check a:hover {
  opacity: 0.85;
}
.pol-cf7__check {
  align-items: flex-start;
}
.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  max-width: 820px;
}

.pol-cf7__check {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
  align-items: start;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.pol-cf7__check .wpcf7-form-control-wrap {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.pol-cf7__check .wpcf7-checkbox,
.pol-cf7__check .wpcf7-list-item {
  margin: 0 !important;
  padding: 0;
  display: inline-flex;
}

.pol-cf7__check .wpcf7-list-item-label {
  display: none;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2C2C2C;
  cursor: pointer;
  flex: 0 0 18px;
}

.pol-cf7__check-text {
  grid-column: 2;
  grid-row: 1;
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
}

.pol-cf7__check a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pol-cf7__check a:hover {
  opacity: 0.85;
}
.pol-cf7__check {
  display: flex;
  align-items: flex-start; /* выравнивание по верхней линии */
  gap: 10px;
}

/* обертка CF7 */
.pol-cf7__check .wpcf7-form-control-wrap {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

/* сам checkbox */
.pol-cf7__check .wpcf7-checkbox {
  display: flex;
  margin: 0;
}

.pol-cf7__check .wpcf7-list-item {
  margin: 0;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0; /* немного вниз для идеального выравнивания */
  flex-shrink: 0;
}

/* текст */
.pol-cf7__check-text {
  display: inline;
  line-height: 1.4;
}

/* убираем лишний текст CF7 */
.pol-cf7__check .wpcf7-list-item-label {
  display: none;
}
.pol-cf7__checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
  max-width: 760px;
}

.pol-cf7__check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.pol-cf7__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 18px;
  accent-color: #2C2C2C;
  cursor: pointer;
}

.pol-cf7__check-text {
  display: inline;
  margin: 0;
  color: #fff;
}

.pol-cf7__check a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pol-cf7__check a:hover {
  opacity: 0.85;
}
.pol-cf7__check {
  position: relative;
}

.pol-cf7__check-error {
  display: none;
  width: 100%;
  margin-top: 6px;
  margin-left: 30px;
  color: #ffb3b3;
  font-size: 13px;
  line-height: 1.35;
}

.pol-cf7__check.is-error input[type="checkbox"] {
  outline: 1px solid #ff4d4f;
  outline-offset: 2px;
}
.pol-discuss .wpcf7-response-output {
  display: none !important;
}
/* показываем только после отправки */

.pol-discuss .wpcf7 form.sent .wpcf7-response-output,
.pol-discuss .wpcf7 form.invalid .wpcf7-response-output,
.pol-discuss .wpcf7 form.failed .wpcf7-response-output,
.pol-discuss .wpcf7 form.unaccepted .wpcf7-response-output {
  display: block !important;

  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 14px;
}

.pol-discuss .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.pol-discuss .wpcf7 form.invalid .wpcf7-response-output,
.pol-discuss .wpcf7 form.failed .wpcf7-response-output,
.pol-discuss .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(44, 44, 44, 0.18);
  color: #fff;
}

.pol-discuss .wpcf7-not-valid-tip {
  display: block !important;
  margin-top: 6px;
  color: #ffd6e9;
  font-size: 13px;
  line-height: 1.35;
}
.pol-cf7__check {
  position: relative;
}

.pol-cf7__check-error {
  display: none;
  margin-top: 6px;
  margin-left: 30px;
  color: #ffd6e9;
  font-size: 13px;
  line-height: 1.35;
}

.pol-cf7__check.is-error input[type="checkbox"] {
  outline: 1px solid #ff4d4f;
  outline-offset: 2px;
}
@media (max-width: 767px) {

  /* 1. Отступ сверху 100px */
  .pol-article-page {
    padding-top: 100px;
  }

  /* контейнер чуть уже не делаем — наоборот даем больше воздуха контенту */
  .pol-container {
    width: min(100%, calc(100% - 24px));
  }

  /* 2. Хлебные крошки */
  .pol-breadcrumbs {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.45;
    color: #8D8D95;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
  }

  .pol-breadcrumbs a {
    color: #8D8D95;
    text-decoration: none;
  }

  .pol-breadcrumbs__sep {
    color: #B1B1B7;
  }

  .pol-breadcrumbs__current {
    color: #2C2C2C;
    font-weight: 600;
  }

  /* 3. Картинку статьи ставим перед заголовком */
  .pol-article-hero {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
  }

  .pol-article-hero__thumb {
    order: -1;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto 4px;
    justify-self: auto;
    border-radius: 28px;
    overflow: hidden;
  }

  .pol-article-hero__thumb::before {
    display: none;
  }

  .pol-article-hero__thumb img {
    position: static;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    border-radius: 28px;
  }

  .pol-article-hero__content {
    max-width: 100%;
  }

  .pol-article-title {
    margin: 0 0 14px;
  }

  /* 4. Убираем лишнее расстояние снизу после блока автора */
  .pol-article-meta {
    gap: 10px 14px;
    margin-bottom: 0;
  }

  .pol-article-author {
    width: 100%;
    margin: 2px 0 0;
  }

  .pol-article-author__info {
    padding-bottom: 0;
  }

  .pol-article-hero {
    margin-bottom: 22px;
  }

  /* если где-то добавляется лишний нижний воздух у картинки автора */
  .pol-article-author__photo,
  .pol-article-author__photo img {
    margin-bottom: 0;
  }

  /* 5. Содержание сделать шире и ближе к краям */
  .pol-article-toc {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 24px);
    margin-top: 0;
    margin-bottom: 28px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .pol-article-toc__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.12;
  }

  .pol-article-toc__list {
    gap: 12px;
  }

  .pol-article-toc__link {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.45;
  }

  /* и сам текст статьи чуть шире визуально */
  .pol-article-content {
    font-size: 16px;
    line-height: 1.6;
  }

  .pol-article-content p,
  .pol-article-content ul,
  .pol-article-content ol,
  .pol-article-content blockquote,
  .pol-article-content figure {
    margin: 0 0 22px;
  }

  /* 6. В форме картинку тоже перед заголовком и чуть больше */
  .pol-discuss__inner {
    display: flex;
    flex-direction: column;
    padding: 26px 16px 24px;
    border-radius: 24px;
  }

  .pol-discuss__visual {
    order: -1;
    position: static;
    width: 260px;
    margin: 0 auto 18px;
    text-align: center;
  }

  .pol-discuss__visual img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
  }

  .pol-discuss__content {
    max-width: 100%;
  }

  .pol-discuss__title {
    max-width: 100%;
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 0.98;
  }

  .pol-discuss__text,
  .pol-discuss__text--second,
  .pol-discuss__form {
    max-width: 100%;
  }

  .pol-discuss__text--second {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {

  /* убираем картинку в форме */
  .pol-discuss__visual {
    display: none;
  }

  /* сам блок формы */
  .pol-discuss__inner {
    padding: 28px 16px 28px;
    overflow: visible;
  }

  /* форма на всю ширину */
  .pol-discuss__form,
  .pol-discuss .wpcf7-form,
  .pol-cf7,
  .pol-cf7__bottom,
  .pol-cf7__submit {
    width: 100%;
    max-width: 100%;
  }

  /* кнопка */
  .pol-discuss .pol-cf7__button,
  .pol-discuss input.pol-cf7__button,
  .pol-discuss .wpcf7-submit {
    width: 100%;
    min-height: 56px;
    height: auto;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
    word-break: break-word;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pol-article-toc {
    border-radius: 32px;
    overflow: hidden;
    background: #F3F3F3;
  }
}
.pol-floating-banner__link {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	font: inherit;
	color: inherit;
}
.pol-cf-guide-textbox ul,
.pol-cf-guide-textbox ol {
  margin: 0 0 28px;
  padding-left: 24px;
  list-style-position: outside;
}

.pol-cf-guide-textbox li {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .pol-cf-guide-textbox ul,
  .pol-cf-guide-textbox ol {
    padding-left: 20px;
  }

  .pol-cf-guide-textbox li {
    margin-bottom: 10px;
  }
}
.pol-article-hero__thumb {
  width: 360px;
  justify-self: end;
  overflow: hidden;
  border-radius: 30px;
  background: transparent;
}

.pol-article-hero__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.pol-article-page {
  padding-top: 130px;
}
.pol-article-hero {
  margin-bottom: 32px; /* было 56 */
}
.pol-breadcrumbs {
  margin-bottom: 20px; /* было 40 */
}
.pol-article-title {
  margin: 0 0 16px;
}
.pol-article-hero {
  margin-bottom: 24px; /* было 56 */
}
/* =========================
   GUIDE FORM INSIDE ARTICLE
========================= */

.pol-inline-guide-form {
  margin: 40px 0 44px;
}

.pol-inline-guide-form__inner {
  padding: 34px 36px 30px;
  border-radius: 34px;
  background: linear-gradient(90deg, #1F1F21 0%, #2C2C2C 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.pol-inline-guide-form__title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #FF2DA8;
  text-transform: none;
}

.pol-inline-guide-form__form {
  max-width: 840px;
  margin: 0 auto;
}

.pol-inline-guide-form__form .wpcf7 form,
.pol-inline-guide-form__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pol-inline-guide-form__form p {
  margin: 0;
}

.pol-inline-guide-form__form input[type="email"],
.pol-inline-guide-form__form input[type="text"],
.pol-inline-guide-form__form input[type="tel"],
.pol-inline-guide-form__form textarea,
.pol-inline-guide-form__form select {
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: #F3F3F3;
  color: #2C2C2C;
  font-size: 16px;
  box-sizing: border-box;
}

.pol-inline-guide-form__form textarea {
  min-height: 120px;
  padding: 16px 22px;
  border-radius: 24px;
}

.pol-inline-guide-form__form input::placeholder,
.pol-inline-guide-form__form textarea::placeholder {
  color: #8D8D95;
}

.pol-inline-guide-form__form .wpcf7-submit,
.pol-inline-guide-form__form input[type="submit"] {
  width: 100%;
  min-height: 54px;
  border: none;
  border-radius: 999px;
  background: #FF2DA8;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.pol-inline-guide-form__note {
  max-width: 860px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.pol-inline-guide-form__note a {
  color: #FF2DA8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pol-inline-guide-form__form .wpcf7-spinner {
  display: none;
}

.pol-inline-guide-form__form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .pol-inline-guide-form {
    margin: 28px 0 32px;
  }

  .pol-inline-guide-form__inner {
    padding: 24px 16px 22px;
    border-radius: 26px;
  }

  .pol-inline-guide-form__title {
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.3;
  }

  .pol-inline-guide-form__form input[type="email"],
  .pol-inline-guide-form__form input[type="text"],
  .pol-inline-guide-form__form input[type="tel"],
  .pol-inline-guide-form__form textarea,
  .pol-inline-guide-form__form select {
    min-height: 52px;
    font-size: 14px;
  }

  .pol-inline-guide-form__form .wpcf7-submit,
  .pol-inline-guide-form__form input[type="submit"] {
    min-height: 52px;
    font-size: 16px;
  }

  .pol-inline-guide-form__note {
    font-size: 13px;
  }
}

/* =========================
   GUIDE FORM INSIDE ARTICLE
========================= */

.pol-inline-guide-form {
  margin: 40px 0 44px;
}

.pol-inline-guide-form__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  min-height: 360px;
  padding: 34px 36px 30px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(90deg, #1f1f21 0%, #2c2c2c 100%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.pol-inline-guide-form__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  color: #fff;
}

.pol-inline-guide-form__title {
  margin: 0 0 24px;
  max-width: 640px;
  font-size: 38px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  text-transform: none;
}

.pol-inline-guide-form__form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
}

/* CF7 layout */
.pol-inline-guide-form__form .wpcf7,
.pol-inline-guide-form__form .wpcf7 form,
.pol-inline-guide-form__form .wpcf7-form {
  width: 100%;
}

.pol-inline-guide-form__form .wpcf7 form,
.pol-inline-guide-form__form .wpcf7-form {
  display: block;
}

.pol-inline-guide-form__form p {
  margin: 0 0 12px;
}

.pol-inline-guide-form__form p:last-child {
  margin-bottom: 0;
}

.pol-inline-guide-form__form input[type="email"],
.pol-inline-guide-form__form input[type="text"],
.pol-inline-guide-form__form input[type="tel"],
.pol-inline-guide-form__form textarea,
.pol-inline-guide-form__form select {
  width: 100%;
  min-height: 82px;
  padding: 0 34px;
  border: none;
  border-radius: 999px;
  background: #f5f5f5;
  color: #2c2c2c;
  font-size: 22px;
  line-height: 1.2;
  box-sizing: border-box;
  box-shadow: none;
}

.pol-inline-guide-form__form textarea {
  min-height: 140px;
  padding: 22px 28px;
  border-radius: 28px;
}

.pol-inline-guide-form__form input::placeholder,
.pol-inline-guide-form__form textarea::placeholder {
  color: #8d8d95;
  opacity: 1;
}

.pol-inline-guide-form__form .wpcf7-submit,
.pol-inline-guide-form__form input[type="submit"] {
  width: 100%;
  min-height: 82px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #ff2da8;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
}

/* подпись */
.pol-inline-guide-form__note {
  max-width: 980px;
  margin: 18px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

.pol-inline-guide-form__note a {
  color: #ff2da8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* картинка справа */
.pol-inline-guide-form__visual {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: 340px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.pol-inline-guide-form__image {
  display: block;
  width: 100%;
  max-width: 340px;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

/* системные элементы CF7 */
.pol-inline-guide-form__form .wpcf7-spinner {
  display: none !important;
}

.pol-inline-guide-form__form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
}

/* если в форме только email + submit */
.pol-inline-guide-form__form .wpcf7-form > p:first-child + p input[type="submit"],
.pol-inline-guide-form__form .wpcf7-form p input[type="submit"] {
  font-weight: 700;
}

/* планшет */
@media (max-width: 1199px) {
  .pol-inline-guide-form__inner {
    min-height: auto;
    padding: 28px 28px 24px;
  }

  .pol-inline-guide-form__content {
    max-width: 62%;
  }

  .pol-inline-guide-form__title {
    font-size: 30px;
    max-width: 100%;
  }

  .pol-inline-guide-form__form {
    max-width: 100%;
  }

  .pol-inline-guide-form__visual {
    width: 240px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }

  .pol-inline-guide-form__image {
    max-width: 240px;
  }

  .pol-inline-guide-form__form input[type="email"],
  .pol-inline-guide-form__form input[type="text"],
  .pol-inline-guide-form__form input[type="tel"],
  .pol-inline-guide-form__form textarea,
  .pol-inline-guide-form__form select,
  .pol-inline-guide-form__form .wpcf7-submit,
  .pol-inline-guide-form__form input[type="submit"] {
    min-height: 68px;
    font-size: 18px;
  }
}

/* мобильная версия */
@media (max-width: 767px) {
  .pol-inline-guide-form {
    margin: 28px 0 32px;
  }

  .pol-inline-guide-form__inner {
    display: block;
    min-height: auto;
    padding: 24px 16px 22px;
    border-radius: 26px;
  }

  .pol-inline-guide-form__visual {
    position: static;
    width: 180px;
    margin: 0 auto 18px;
    text-align: center;
  }

  .pol-inline-guide-form__image {
    max-width: 180px;
    margin: 0 auto;
  }

  .pol-inline-guide-form__content {
    max-width: 100%;
  }

  .pol-inline-guide-form__title {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.12;
    text-align: left;
  }

  .pol-inline-guide-form__form input[type="email"],
  .pol-inline-guide-form__form input[type="text"],
  .pol-inline-guide-form__form input[type="tel"],
  .pol-inline-guide-form__form textarea,
  .pol-inline-guide-form__form select {
    min-height: 54px;
    padding: 0 18px;
    font-size: 16px;
  }

  .pol-inline-guide-form__form textarea {
    min-height: 110px;
    padding: 14px 18px;
  }

  .pol-inline-guide-form__form .wpcf7-submit,
  .pol-inline-guide-form__form input[type="submit"] {
    min-height: 54px;
    font-size: 16px;
  }

  .pol-inline-guide-form__note {
    margin-top: 14px;
    font-size: 13px;
    text-align: left;
  }
}
.pol-article-content .pol-inline-guide-form__title {
  color: #ffffff !important;
}
.pol-article-author--link,
.pol-article-author--link:hover,
.pol-article-author--link:focus,
.pol-article-author--link:active {
	text-decoration: none;
	color: inherit;
}

.pol-article-author--link .pol-article-author__name,
.pol-article-author--link .pol-article-author__position {
	text-decoration: none;
}