

/* Start:/local/templates/leveno/css/pages/prohibited-content.css?17777276535930*/
/* Страница «Запрещенный контент» — Leveno */
.content-text .prohibited-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #1f1f1f;
}

.prohibited-page__intro {
  position: relative;
  border-radius: 22px;
  padding: 26px 28px 28px;
  margin-bottom: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #faf9ff 100%);
  border: 1px solid #efedf6;
  box-shadow: 0 10px 28px rgba(95, 70, 240, 0.08);
  overflow: hidden;
}

.prohibited-page__intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff00aa, #7b2cff, #c74bff);
}

.prohibited-page__intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4a3f7a;
  background: rgba(123, 44, 255, 0.08);
  border: 1px solid rgba(123, 44, 255, 0.18);
  margin-bottom: 16px;
}

.prohibited-page__intro p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.65;
  color: #3a3a3a;
}

.prohibited-page__intro p:last-child {
  margin-bottom: 0;
}

.prohibited-page__intro strong {
  color: #111;
  font-weight: 700;
}

.prohibited-page__card {
  border-radius: 22px;
  border: 1px solid #efedf6;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 28px 26px 8px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .prohibited-page__card {
    padding: 32px 34px 12px;
  }
}

.prohibited-page__card h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
}

.prohibited-page__card h3 {
  margin: 22px 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.prohibited-page__card h3:first-of-type {
  margin-top: 0;
}

.prohibited-page__card > p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #4c4c4c;
}

.prohibited-page ol.prohibited-content-list {
  list-style: none;
  margin: 8px 0 24px;
  padding: 0;
  counter-reset: pc-item;
}

.prohibited-page ol.prohibited-content-list > li {
  counter-increment: pc-item;
  position: relative;
  margin: 0 0 12px;
  padding: 16px 18px 16px 62px;
  border-radius: 16px;
  border: 1px solid #ece8f6;
  background: #fcfbff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.prohibited-page ol.prohibited-content-list > li:hover {
  border-color: #d9d0f5;
  box-shadow: 0 6px 18px rgba(95, 70, 240, 0.1);
  transform: translateY(-1px);
}

.prohibited-page ol.prohibited-content-list > li::before {
  content: counter(pc-item);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #7b2cff, #c74bff);
  box-shadow: 0 4px 12px rgba(123, 44, 255, 0.35);
}

.prohibited-page ol.prohibited-content-list > li strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #151515;
}

.prohibited-page ol.prohibited-content-list > li {
  font-size: 15px;
  line-height: 1.6;
  color: #454545;
}

.prohibited-page__moderation {
  border-radius: 22px;
  border: 1px dashed #cfc8e8;
  background: linear-gradient(180deg, #fff 0%, #f7f5ff 100%);
  padding: 22px 22px 20px;
  margin-bottom: 22px;
}

.prohibited-page__moderation h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}

.prohibited-page__moderation p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #4a4a4a;
}

.prohibited-page__moderation p:last-child {
  margin-bottom: 0;
}

.prohibited-page__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #111;
  color: #fff;
}

.prohibited-page__cta-text {
  flex: 1 1 220px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.prohibited-page__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #111;
  background: linear-gradient(90deg, #ff9fe5, #d4b8ff, #b8a6ff);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.prohibited-page__cta a:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

@media (max-width: 575px) {
  .prohibited-page__intro {
    padding: 22px 18px 20px;
  }
  .prohibited-page__card {
    padding: 22px 16px 4px;
  }
  .prohibited-page ol.prohibited-content-list > li {
    padding: 14px 14px 14px 54px;
  }
  .prohibited-page ol.prohibited-content-list > li::before {
    left: 12px;
    top: 14px;
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .prohibited-page__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .prohibited-page__cta a {
    width: 100%;
  }
}

.prohibited-page__main-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
  line-height: 1.15;
}

/* Компенсация вертикали после шапки */
.prohibited-page--compact-top {
  margin-top: -10px;
}

@media (max-width: 767px) {
  .prohibited-page--compact-top {
    margin-top: -6px;
  }
}

/* Плотнее верх: одна полоса крошек + без дублирующего блока */
body:has(.prohibited-page) .breadcrumbs-section {
  padding-top: 6px;
  padding-bottom: 2px;
}

body:has(.prohibited-page) .breadcrumbs-section .breadcrumb {
  margin-bottom: 0.35rem;
}

body:has(.prohibited-page) .section.section-padding-bottom {
  padding-top: 18px;
}

/* End */
/* /local/templates/leveno/css/pages/prohibited-content.css?17777276535930 */
