body.aktsii {
  --pm-text: #101828;
  --pm-secondary: #475467;
  --pm-muted: #667085;
  --pm-border: #e4e7ec;
  --pm-surface: #ffffff;
  --pm-background: #f5f7fb;
  --pm-orange: #ff5a00;
  --pm-orange-dark: #e65100;
  --pm-orange-soft: #fff3eb;
  --pm-green-soft: #ecfdf3;
  --pm-green: #067647;
  --pm-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
  --pm-radius: 18px;
}

body.aktsii #middle {
  display: block;
  background: var(--pm-background);
}

body.aktsii #left,
body.aktsii #right {
  display: none !important;
}

body.aktsii #bottom > .moduletable.mod_any_questions,
body.aktsii .moduletable.mod_any_questions.fullbg,
body.aktsii .mod_any_questions.fullbg,
body.aktsii .mod_any_questions .custom.fullbg {
  position: static;
  left: auto;
  margin: 0;
  width: auto;
  max-width: none;
  padding: 32px 0 48px !important;
  border: 0;
  border-radius: 0;
  background: var(--pm-background) !important;
  box-shadow: none;
  overflow: visible;
  z-index: auto;
}

body.aktsii #bottom {
  margin: 0;
  padding: 0;
  background: var(--pm-background);
}

body.aktsii .mod_any_questions .container {
  position: relative;
  max-width: var(--specteh-layout-max);
  margin: 0 auto;
  padding: 28px !important;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  background: var(--pm-surface);
  box-shadow: var(--pm-shadow);
  overflow: hidden;
}

body.aktsii .mod_any_questions .container.py-100 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

body.aktsii .mod_any_questions .container::before {
  content: "";
  display: block;
  height: 4px;
  margin: -28px -28px 24px;
  background: linear-gradient(90deg, var(--pm-orange) 0%, #ff8a4c 100%);
}

body.aktsii .mod_any_questions .container::after {
  display: none;
}

body.aktsii .mod_any_questions .h2,
body.aktsii .mod_any_questions .h4,
body.aktsii .mod_any_questions .text-white {
  color: var(--pm-text) !important;
}

body.aktsii .mod_any_questions .h2 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.aktsii .mod_any_questions .h4 {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--pm-muted) !important;
}

body.aktsii .mod_any_questions form > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

body.aktsii .mod_any_questions form > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
}

body.aktsii .mod_any_questions form > .row > .col-xl-5 {
  grid-column: 1 / -1;
}

body.aktsii .mod_any_questions form > .row > .col-xl-2:last-child {
  grid-column: 1 / -1;
}

body.aktsii .mod_any_questions .form-group {
  width: auto;
  margin: 0;
  border: 0;
}

body.aktsii .mod_any_questions .form-control {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px !important;
  border: 1px solid var(--pm-border);
  border-radius: 12px;
  background: #fff;
  color: var(--pm-text);
  font-size: 14px;
  line-height: 1.4;
}

body.aktsii .mod_any_questions .form-control:focus {
  border-color: rgba(255, 90, 0, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.12);
}

body.aktsii .mod_any_questions .btn,
body.aktsii .mod_any_questions input[type="submit"] {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: var(--pm-orange);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

body.aktsii .mod_any_questions .btn:hover,
body.aktsii .mod_any_questions input[type="submit"]:hover {
  background: var(--pm-orange-dark);
}

body.aktsii .mod_any_questions p {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--pm-muted);
}

body.aktsii .mod_any_questions p a.text-orange {
  color: var(--pm-orange) !important;
}

body.aktsii .mod_any_questions p label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  color: var(--pm-secondary);
}

body.aktsii .mod_any_questions p input[type="checkbox"] {
  margin: 0;
}

body.aktsii footer.specteh-site-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  body.aktsii .mod_any_questions form > .row {
    grid-template-columns: 1fr;
  }

  body.aktsii .mod_any_questions .container {
    padding: 22px !important;
  }

  body.aktsii .mod_any_questions .container::before {
    margin: -22px -22px 18px;
  }
}

body.aktsii #middle article {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.aktsii main {
  overflow: visible !important;
}

body.aktsii #top {
  margin: 0;
  padding: 0;
}

body.aktsii #top .head_text,
body.aktsii #top .vmheader,
body.aktsii #top .mod_xl_phone {
  display: none !important;
}

body.aktsii #top .moduletable.mod_stock,
body.aktsii #top .mod_stock {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0;
  left: auto;
  margin-left: 0;
}

body.aktsii .specteh-promotions-page-shell {
  display: none !important;
}

body.aktsii .specteh-promotions-page {
  padding: 8px 0 40px;
}

body.aktsii .specteh-promotions-page__inner {
  max-width: var(--specteh-layout-max);
  margin: 0 auto;
}

body.aktsii .specteh-promotions-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin: 0 0 18px;
}

body.aktsii .specteh-promotions-page__eyebrow {
  margin: 0 0 8px;
  color: #c45f00;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.aktsii .specteh-promotions-page__title {
  margin: 0 0 10px;
  font-size: clamp(30px, 4.2vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--pm-text);
}

body.aktsii .specteh-promotions-page__lead {
  margin: 0 0 18px;
  max-width: 680px;
  color: var(--pm-secondary);
  font-size: 16px;
  line-height: 1.65;
}

body.aktsii .specteh-promotions-page__actions,
body.aktsii .specteh-promotions-page__bottom-actions,
body.aktsii .specteh-promotions-page__card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.aktsii .specteh-promotions-page__btn,
body.aktsii .specteh-promotions-page__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.14s ease, border-color 0.14s ease, color 0.14s ease, transform 0.14s ease;
}

body.aktsii .specteh-promotions-page__btn--primary,
body.aktsii .specteh-promotions-page__card-btn--primary {
  background: var(--pm-orange);
  color: #fff !important;
}

body.aktsii .specteh-promotions-page__btn--primary:hover,
body.aktsii .specteh-promotions-page__card-btn--primary:hover {
  background: var(--pm-orange-dark);
}

body.aktsii .specteh-promotions-page__btn--accent {
  background: var(--pm-orange-soft);
  border-color: rgba(255, 90, 0, 0.35);
  color: #c45f00 !important;
}

body.aktsii .specteh-promotions-page__btn--ghost,
body.aktsii .specteh-promotions-page__card-btn--ghost {
  border-color: var(--pm-border);
  background: #fff;
  color: var(--pm-text) !important;
}

body.aktsii .specteh-promotions-page__hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ff7a1a 0%, #ff5a00 55%, #ea580c 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(255, 90, 0, 0.28);
}

body.aktsii .specteh-promotions-page__hero-badge {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.aktsii .specteh-promotions-page__hero-value {
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.aktsii .specteh-promotions-page__hero-caption {
  font-size: 15px;
  line-height: 1.45;
  opacity: 0.95;
}

body.aktsii .specteh-promotions-page__hero-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

body.aktsii .specteh-promotions-page__hero-list li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.45;
}

body.aktsii .specteh-promotions-page__hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

body.aktsii .specteh-promotions-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

body.aktsii .specteh-promotions-page__stat {
  padding: 16px 18px;
  border: 1px solid var(--pm-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--pm-shadow);
}

body.aktsii .specteh-promotions-page__stat-value {
  display: block;
  margin: 0 0 4px;
  color: var(--pm-text);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
}

body.aktsii .specteh-promotions-page__stat-label {
  color: var(--pm-muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

body.aktsii .specteh-promotions-page__note {
  margin: 0 0 16px;
  color: var(--pm-secondary);
  font-size: 14px;
}

body.aktsii .specteh-promotions-page__section-head {
  margin: 0 0 16px;
}

body.aktsii .specteh-promotions-page__section-title {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--pm-text);
}

body.aktsii .specteh-promotions-page__section-lead {
  margin: 0;
  color: var(--pm-secondary);
  font-size: 15px;
  line-height: 1.55;
}

body.aktsii .specteh-promotions-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

body.aktsii .specteh-promotions-page__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius);
  background: var(--pm-surface);
  box-shadow: var(--pm-shadow);
}

body.aktsii .specteh-promotions-page__card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #f8fafc;
}

body.aktsii .specteh-promotions-page__card-media a,
body.aktsii .specteh-promotions-page__card-media img {
  display: block;
  width: 100%;
  height: 100%;
}

body.aktsii .specteh-promotions-page__card-media img {
  object-fit: cover;
}

body.aktsii .specteh-promotions-page__card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--pm-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(255, 90, 0, 0.28);
}

body.aktsii .specteh-promotions-page__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
}

body.aktsii .specteh-promotions-page__card-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
}

body.aktsii .specteh-promotions-page__card-title a {
  color: var(--pm-text);
  font-weight: 600;
  text-decoration: none !important;
}

body.aktsii .specteh-promotions-page__card-title a:hover {
  color: var(--pm-orange);
}

body.aktsii .specteh-promotions-page__card-prices {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 14px;
  background: var(--pm-orange-soft);
}

body.aktsii .specteh-promotions-page__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.aktsii .specteh-promotions-page__price-label {
  color: var(--pm-muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.aktsii .specteh-promotions-page__price-values {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

body.aktsii .specteh-promotions-page__price-old {
  color: #98a2b3;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

body.aktsii .specteh-promotions-page__price-current {
  color: var(--pm-text);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

body.aktsii .specteh-promotions-page__price-current--muted {
  font-size: 16px;
  font-weight: 600;
}

body.aktsii .specteh-promotions-page__card-actions {
  margin-top: auto;
}

body.aktsii .specteh-promotions-page__card-btn {
  flex: 1 1 140px;
}

body.aktsii .specteh-promotions-page__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

body.aktsii .specteh-promotions-page__benefit {
  padding: 18px;
  border: 1px solid var(--pm-border);
  border-radius: 16px;
  background: #fff;
}

body.aktsii .specteh-promotions-page__benefit-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--pm-text);
}

body.aktsii .specteh-promotions-page__benefit-text {
  margin: 0;
  color: var(--pm-secondary);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

body.aktsii .specteh-promotions-page__bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #fff;
}

body.aktsii .specteh-promotions-page__bottom-copy {
  color: #fff;
}

body.aktsii .specteh-promotions-page__bottom-title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

body.aktsii .specteh-promotions-page__bottom-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

body.aktsii .specteh-promotions-page__footer-note {
  margin: 16px 0 0;
  color: var(--pm-muted);
  font-size: 13px;
}

@media (max-width: 991px) {
  body.aktsii .specteh-promotions-page__hero,
  body.aktsii .specteh-promotions-page__benefits,
  body.aktsii .specteh-promotions-page__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.aktsii .specteh-promotions-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.aktsii .specteh-promotions-page__hero,
  body.aktsii .specteh-promotions-page__grid,
  body.aktsii .specteh-promotions-page__benefits,
  body.aktsii .specteh-promotions-page__stats {
    grid-template-columns: 1fr;
  }

  body.aktsii .specteh-promotions-page__bottom-cta {
    flex-direction: column;
    align-items: stretch;
  }

  body.aktsii .specteh-promotions-page__bottom-actions,
  body.aktsii .specteh-promotions-page__actions {
    width: 100%;
  }

  body.aktsii .specteh-promotions-page__btn,
  body.aktsii .specteh-promotions-page__card-btn {
    width: 100%;
  }
}
