/* Home: baza sektsiy */
html,
body {
  overflow-x: hidden;
}

/* TextElit global typography start */
[class^="te-"],
[class*=" te-"],
[class^="te-"] :is(.brxe-text, .brxe-text-basic, p, li, span, em, a, button),
[class*=" te-"] :is(.brxe-text, .brxe-text-basic, p, li, span, em, a, button) {
  font-family: Inter-Regular, Inter, Arial, sans-serif;
  font-style: normal;
}

[class^="te-"]:is(h1, h2, h3, h4, h5, h6, .brxe-heading, strong, .te-btn),
[class*=" te-"]:is(h1, h2, h3, h4, h5, h6, .brxe-heading, strong, .te-btn),
[class^="te-"] :is(h1, h2, h3, h4, h5, h6, .brxe-heading, strong, .te-btn, .te-eyebrow, [class$="__eyebrow"], [class*="__title"], [class*="__label"]),
[class*=" te-"] :is(h1, h2, h3, h4, h5, h6, .brxe-heading, strong, .te-btn, .te-eyebrow, [class$="__eyebrow"], [class*="__title"], [class*="__label"]) {
  font-family: Inter-Bold, Inter, Arial, sans-serif;
  font-style: normal;
}
/* TextElit global typography end */

/* TextElit content links start */
.te-content-link,
.te-content-link:visited {
  color: color-mix(in srgb, var(--color-primary) 82%, var(--color-text));
  font-family: inherit;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--color-primary) 48%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  text-decoration-skip-ink: auto;
  transition:
    color var(--transition-fast, 150ms ease),
    text-decoration-color var(--transition-fast, 150ms ease),
    text-underline-offset var(--transition-fast, 150ms ease);
}

.te-content-link:hover,
.te-content-link:focus-visible {
  color: var(--color-primary);
  text-decoration-color: color-mix(in srgb, var(--color-primary) 92%, transparent);
  text-underline-offset: .25em;
}

.te-content-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-primary) 28%, transparent);
  outline-offset: 3px;
  border-radius: 2px;
}

html[data-theme="dark"] .te-content-link,
html[data-theme="dark"] .te-content-link:visited {
  color: color-mix(in srgb, var(--color-text) 80%, var(--color-primary));
  text-decoration-color: color-mix(in srgb, var(--color-primary) 52%, transparent);
}

html[data-theme="dark"] .te-content-link:hover,
html[data-theme="dark"] .te-content-link:focus-visible {
  color: color-mix(in srgb, var(--color-primary) 72%, #fff);
  text-decoration-color: color-mix(in srgb, var(--color-primary) 88%, transparent);
}
/* TextElit content links end */

.te-price .te-section-visual,
.te-price .te-price-visual {
  border: 1px solid color-mix(in srgb, var(--te-border) 88%, transparent) !important;
  border-radius: 8px !important;
  background: color-mix(in srgb, var(--te-surface) 86%, transparent) !important;
  box-shadow: 0 18px 42px rgba(26, 38, 51, .08) !important;
}

html[data-theme="dark"] .te-price .te-section-visual,
html[data-theme="dark"] .te-price .te-price-visual {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .04) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .24) !important;
  filter: brightness(.82) saturate(.86) contrast(1.06) !important;
}

/* General: kartinki v temnoy teme */

html[data-theme="dark"] .te-home-native .te-section-visual,
html[data-theme="dark"] .te-home-native img.te-section-visual,
html[data-theme="dark"] .te-home-native .te-section-visual.css-filter {
  filter: brightness(.82) saturate(.86) contrast(1.06) !important;
}

/* Home: latinitsa i tsifry bez zasechek */

.te-home-native,
.te-home-native .brxe-text,
.te-home-native .brxe-text-basic,
.te-home-native p,
.te-home-native .te-btn,
.te-home-native .te-link-btn {
  font-family: Inter-Regular, Inter, Arial, sans-serif !important;
  font-style: normal !important;
}

.te-home-native .brxe-heading,
.te-home-native h1,
.te-home-native h2,
.te-home-native h3,
.te-home-native .te-eyebrow,
.te-home-native .te-card-num,
.te-home-native .te-metric h3,
.te-home-native .te-hero__metric-value {
  font-family: Inter-Bold, Inter, Arial, sans-serif !important;
  font-style: normal !important;
}

.te-home-native .te-hero__note {
  width: min(100%, 360px);
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Home: unified page background */
.te-home,
.te-home-native {
  --te-home-bg: var(--color-bg, #f9fafb);
  background: var(--te-home-bg) !important;
}

html[data-theme="dark"] .te-home,
html[data-theme="dark"] .te-home-native {
  --te-home-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  background: var(--te-home-bg) !important;
}

/* Home portfolio: logotipy u kraya kruga */

.te-home-native .te-portfolio-block__card {
  padding-bottom: clamp(48px, 4vw, 64px) !important;
  overflow: hidden;
}

.te-home-native .te-portfolio-block__card > * {
  position: relative;
  z-index: 2;
}

.te-home-native .te-portfolio-block__card::after {
  right: clamp(-82px, -6vw, -58px) !important;
  bottom: clamp(-86px, -6.4vw, -62px) !important;
  width: clamp(190px, 14vw, 230px) !important;
  height: clamp(190px, 14vw, 230px) !important;
  border: 1px solid color-mix(in srgb, var(--te-primary) 30%, transparent) !important;
  border-radius: 999px !important;
  background: transparent !important;
  opacity: .58;
  transform: scale(1) !important;
  transform-origin: center;
  transition: transform .28s ease, opacity .28s ease, border-color .28s ease;
}

.te-home-native .te-portfolio-block__card::before {
  content: "";
  position: absolute;
  right: clamp(22px, 2vw, 30px);
  bottom: clamp(26px, 2.2vw, 34px);
  z-index: 1;
  width: clamp(74px, 6vw, 96px);
  height: clamp(32px, 3vw, 44px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .62;
  filter: invert(1) grayscale(1) brightness(1.9) contrast(.92);
  transform: scale(1);
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
  pointer-events: none;
}

.te-home-native .te-portfolio-block__card:hover::after {
  opacity: .74;
  border-color: color-mix(in srgb, var(--te-primary) 48%, transparent) !important;
  transform: scale(1.08) !important;
}

.te-home-native .te-portfolio-block__card:hover::before {
  opacity: .78;
  transform: scale(1.08);
}

.te-home-native .te-portfolio-block__card:nth-child(1)::before {
  background-image: url("https://new.textelit.com.ua/wp-content/uploads/2026/05/skyclinic.svg");
  width: clamp(86px, 7vw, 108px);
}

.te-home-native .te-portfolio-block__card:nth-child(2)::before {
  background-image: url("https://new.textelit.com.ua/wp-content/uploads/2026/05/sunrisecoffee.webp");
}

.te-home-native .te-portfolio-block__card:nth-child(3)::before {
  background-image: url("https://new.textelit.com.ua/wp-content/uploads/2026/05/ivmed-logo.svg");
}

@media (max-width: 767px) {
  .te-home-native .te-portfolio-block__card::after {
    right: -66px !important;
    bottom: -70px !important;
    width: 176px !important;
    height: 176px !important;
    opacity: .48;
  }

  .te-home-native .te-portfolio-block__card::before {
    right: 22px;
    bottom: 28px;
    width: 78px;
    height: 34px;
    opacity: .56;
  }
}

/* Home benefits: upakovka dlinnogo teksta */

.te-home-native .te-benefits-block__container {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr) !important;
  align-items: center !important;
  gap: clamp(36px, 5vw, 72px) !important;
}

.te-home-native .te-benefits-block__content {
  max-width: 620px;
}

.te-home-native .te-benefits-block__title {
  max-width: 560px;
}

.te-home-native .te-benefits-block__text {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.te-home-native .te-benefits-block__text p {
  margin: 0 !important;
  color: var(--te-muted);
  font-size: 16px;
  line-height: 1.62;
}

.te-home-native .te-benefits-block__text > p:first-child {
  max-width: 560px;
  color: color-mix(in srgb, var(--te-text) 86%, var(--te-muted));
  font-size: 17px;
}

.te-home-native .te-benefits-block__text ul {
  position: relative;
  margin: 10px 0 0 !important;
  padding: 16px 18px 0 54px !important;
  border: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: color-mix(in srgb, var(--te-surface) 72%, transparent);
  list-style: none !important;
}

.te-home-native .te-benefits-block__text ul::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-primary) 18%, transparent);
  box-shadow: inset 0 0 0 5px color-mix(in srgb, var(--te-primary) 76%, transparent);
}

.te-home-native .te-benefits-block__text li {
  margin: 0 !important;
  color: var(--te-text);
  font-size: 16px;
  line-height: 1.35;
}

.te-home-native .te-benefits-block__text li::marker {
  content: "";
}

.te-home-native .te-benefits-block__text ul + p {
  margin-top: -12px !important;
  padding: 4px 18px 16px 54px;
  border: 1px solid color-mix(in srgb, var(--te-border) 84%, transparent);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: color-mix(in srgb, var(--te-surface) 72%, transparent);
  font-size: 15px;
}

.te-home-native .te-benefits-block__visual {
  width: min(100%, 620px) !important;
  justify-self: center;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .14);
}

@media (max-width: 980px) {
  .te-home-native .te-benefits-block__container {
    grid-template-columns: 1fr !important;
  }

  .te-home-native .te-benefits-block__content,
  .te-home-native .te-benefits-block__title {
    max-width: 100%;
  }

  .te-home-native .te-benefits-block__visual {
    width: min(100%, 560px) !important;
  }
}

@media (max-width: 620px) {
  .te-home-native .te-benefits-block__text ul {
    padding-left: 48px !important;
  }

  .te-home-native .te-benefits-block__text ul + p {
    padding-left: 48px;
  }
}

/* Order page: brief and forms */
.te-order,
.te-order-brief,
.te-order-faq {
  --te-order-bg: var(--color-bg, #f9fafb);
  --te-order-surface: var(--color-surface, #ffffff);
  --te-order-text: var(--color-text, #1A2633);
  --te-order-muted: var(--color-secondary, #2d3e50);
  --te-order-primary: var(--color-primary, #ff7f50);
  --te-order-border: var(--color-border, #e5e7eb);
  --te-primary: var(--te-order-primary);
  --te-surface: var(--te-order-surface);
  --te-secondary: var(--te-order-muted);
  --te-border: var(--te-order-border);
  color: var(--te-order-text);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--te-order-bg);
  margin: 0;
}
.te-order * ,
.te-order-brief *,
.te-order-faq * { box-sizing: border-box; }
.te-order__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-order-hero {
  background: var(--te-order-bg);
  padding-block: clamp(138px, 12vw, 172px) clamp(34px, 5vw, 62px);
}
.te-order-hero .te-order__container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .62fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: end;
}
.te-order__eyebrow {
  display: block;
  margin: 0 0 24px;
  color: var(--te-order-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-order-hero__title {
  max-width: 760px;
  margin: 0;
  color: var(--te-order-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}
.te-order-hero__text {
  max-width: 680px;
  margin-top: 22px;
  color: color-mix(in srgb, var(--te-order-muted) 84%, var(--te-order-text));
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}
.te-order-hero__text p,
.te-order-form-panel__note p,
.te-order-side__text p,
.te-order-side__note-text p,
.te-order-faq__answer p { margin: 0; }
.te-order-hero__facts {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--te-order-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-order-primary) 7%, transparent), transparent 56%),
    var(--te-order-surface);
  box-shadow: 0 18px 48px rgba(26, 38, 51, .055);
}
.te-order-hero__fact {
  min-height: 0;
  padding: 0;
  color: var(--te-order-muted);
  font-size: 14px;
  line-height: 1.45;
}
.te-order-hero__fact p {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
}
.te-order-hero__fact span {
  max-width: none;
}
.te-order-hero__fact + .te-order-hero__fact {
  padding-top: 12px;
  border-top: 1px solid var(--te-order-border);
}
.te-order-hero__fact strong {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-order-primary) 10%, #fff);
  color: var(--te-order-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 13px;
}
.te-order-brief {
  background: var(--te-order-bg);
  padding-block: clamp(20px, 4vw, 44px);
}
.te-order-brief__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
}
.te-order-form-panel,
.te-order-side__card,
.te-order-side__note,
.te-order-faq__item {
  border: 1px solid var(--te-order-border);
  border-radius: 8px;
  background: var(--te-order-surface);
}
.te-order-form-panel {
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 18px 48px rgba(26, 38, 51, .045);
}
.te-order-form-panel__head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.te-order-form-panel__title,
.te-order-side__title,
.te-order-faq__title {
  margin: 0;
  color: var(--te-order-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
.te-order-form-panel__title {
  font-size: var(--font-sizes-h2);
  line-height: 1.12;
}
.te-order-form-panel__note,
.te-order-side__text,
.te-order-side__list,
.te-order-side__note-text,
.te-order-faq__answer {
  color: color-mix(in srgb, var(--te-order-muted) 86%, var(--te-order-text));
  font-size: 15px;
  line-height: 1.65;
}
.te-order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.te-order-form .form-group,
.te-order-form .bricks-form-field {
  min-width: 0;
}
.te-order-form .form-group:has(input[required]:not([type="checkbox"])),
.te-order-form .form-group:has(select[required]),
.te-order-form .form-group:has(textarea[required]) {
  position: relative;
}
.te-order-form .form-group:has(input[required]:not([type="checkbox"]))::after,
.te-order-form .form-group:has(select[required])::after,
.te-order-form .form-group:has(textarea[required])::after {
  content: "*";
  position: absolute;
  top: 9px;
  right: 12px;
  z-index: 1;
  color: var(--te-order-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}
.te-order-form .form-group:has(textarea[required])::after {
  top: 12px;
}
.te-order-form .form-group:has(select[required])::after {
  right: 34px;
}
.te-order-form .form-group:nth-last-child(-n+2),
.te-order-form .bricks-form-field:nth-last-child(-n+2),
.te-order-form .message,
.te-order-form .submit-button-wrapper {
  grid-column: 1 / -1;
}
.te-order-form label {
  color: var(--te-order-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.te-order-form .options-wrapper,
.te-order-form .form-group[data-field-type="checkbox"],
.te-order-form .bricks-form-field[data-field-type="checkbox"] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.te-order-form input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--te-order-primary);
}
.te-order-form input[type="checkbox"] + label {
  font-family: Inter-Regular, Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: color-mix(in srgb, var(--te-order-muted) 90%, var(--te-order-text));
}
.te-order-form input[type="checkbox"][required] + label::after {
  content: " *";
  color: var(--te-order-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
}
.te-order-form input,
.te-order-form select,
.te-order-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--te-order-border);
  border-radius: 8px;
  background: #fff;
  color: var(--te-order-text);
  font: inherit;
}
.te-order-form textarea { min-height: 144px; resize: vertical; }
.te-order-form input:focus,
.te-order-form select:focus,
.te-order-form textarea:focus {
  border-color: color-mix(in srgb, var(--te-order-primary) 62%, var(--te-order-border));
  outline: 2px solid color-mix(in srgb, var(--te-order-primary) 18%, transparent);
  outline-offset: 2px;
}
.te-order-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: 22px;
  border: 1px solid color-mix(in srgb, var(--te-order-primary) 74%, transparent);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--te-order-primary), color-mix(in srgb, var(--te-order-primary) 82%, #d94f25));
  color: #fff;
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-order-primary) 28%, transparent);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.te-order-form button[type="submit"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-order-form button[type="submit"]:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--te-order-muted) 42%, var(--te-order-border));
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-order-primary) 22%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--te-order-muted) 28%, transparent);
}
.te-order-form button[type="submit"]:hover::after {
  transform: translateX(120%);
}
.te-order-side {
  display: grid;
  gap: 16px;
}
.te-order-side__card {
  padding: 22px;
}
.te-order-side__card--accent {
  background: linear-gradient(135deg, color-mix(in srgb, var(--te-order-primary) 8%, transparent), transparent 58%), #fff;
}
.te-order-side__title {
  font-size: var(--font-sizes-h5);
  line-height: 1.2;
}
.te-order-side__text,
.te-order-side__list { margin-top: 12px; }
.te-order-side__list ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
}
.te-order-side__link {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--te-order-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.te-order-side__note {
  padding: 18px 20px;
  border-color: color-mix(in srgb, var(--te-order-primary) 28%, var(--te-order-border));
}
.te-order-faq {
  background: var(--te-order-bg);
  padding-block: clamp(24px, 5vw, 58px) clamp(42px, 7vw, 86px);
}
.te-order-faq__title {
  font-size: var(--font-sizes-h2);
  line-height: 1.12;
}
.te-order-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.te-order-faq__item {
  padding: 22px;
}
.te-order-faq__question {
  margin: 0;
  color: var(--te-order-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h6);
  font-weight: 800;
  line-height: 1.25;
}
.te-order-faq__answer { margin-top: 10px; }
[data-theme="dark"] .te-order,
[data-theme="dark"] .te-order-brief,
[data-theme="dark"] .te-order-faq {
  --te-order-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-order-surface: var(--color-surface, #111827);
  --te-order-text: var(--color-text, #E5E9F0);
  --te-order-muted: var(--color-secondary, #9AA4B2);
  --te-order-border: var(--color-border, rgba(255,255,255,0.08));
}
[data-theme="dark"] .te-order-hero__facts,
[data-theme="dark"] .te-order-form-panel,
[data-theme="dark"] .te-order-side__card,
[data-theme="dark"] .te-order-side__note,
[data-theme="dark"] .te-order-faq__item {
  background: var(--te-order-surface);
  box-shadow: none;
}
[data-theme="dark"] .te-order-hero__fact strong {
  background: color-mix(in srgb, var(--te-order-primary) 16%, var(--te-order-surface));
  color: color-mix(in srgb, var(--te-order-primary) 92%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--te-order-primary) 24%, transparent);
}
[data-theme="dark"] .te-order-form button[type="submit"]:hover,
[data-theme="dark"] .te-order-form button[type="submit"]:focus-visible {
  border-color: color-mix(in srgb, #ffffff 34%, var(--te-order-muted));
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-order-primary) 18%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, .26);
}
[data-theme="dark"] .te-order-form input,
[data-theme="dark"] .te-order-form select,
[data-theme="dark"] .te-order-form textarea {
  background: color-mix(in srgb, var(--te-order-surface) 92%, #fff);
}
@media (max-width: 920px) {
  .te-order-hero {
    padding-block: 72px 34px;
  }
  .te-order-hero .te-order__container,
  .te-order-brief__container,
  .te-order-faq__grid {
    grid-template-columns: 1fr;
  }
  .te-order-hero__facts {
    max-width: 620px;
  }
  .te-order-hero__fact {
    padding: 0;
  }
  .te-order-hero__fact + .te-order-hero__fact {
    border-top: 1px solid var(--te-order-border);
  }
}
@media (min-width: 921px) and (max-width: 1180px) {
  .te-order-hero {
    padding-block: 150px 54px;
  }
}
@media (max-width: 640px) {
  .te-order__container {
    width: min(100% - 28px, 1180px);
  }
  .te-order-hero {
    padding-block: 48px 28px;
  }
  .te-order__eyebrow {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .te-order-form {
    grid-template-columns: 1fr;
  }
  .te-order-form-panel,
  .te-order-side__card,
  .te-order-faq__item {
    padding: 20px;
  }
}
@media (max-width: 380px) {
  .te-order-hero {
    padding-block: 36px 24px;
  }
}

/* Order form: submitted state */
.te-order-form-panel--submitted {
  min-height: 0;
}

.te-order-form-panel--submitted > :not(.te-order-success) {
  display: none !important;
}

.te-order-success {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: clamp(220px, 28vw, 360px);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid color-mix(in srgb, var(--color-success, #52b788) 36%, var(--te-order-border));
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--color-success, #52b788) 13%, transparent), transparent 58%),
    color-mix(in srgb, var(--color-success, #52b788) 7%, var(--te-order-surface));
  color: var(--te-order-text);
  box-shadow: 0 22px 50px rgba(26, 38, 51, .05);
}

.te-order-success strong {
  color: color-mix(in srgb, var(--color-success, #52b788) 72%, var(--te-order-text));
  font-family: Inter-Bold, Inter, Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.35;
}

html[data-theme="dark"] .te-order-success {
  border-color: color-mix(in srgb, var(--color-success, #52b788) 42%, rgba(255, 255, 255, .14));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--color-success, #52b788) 16%, transparent), transparent 58%),
    rgba(255, 255, 255, .045);
  box-shadow: none;
}

html[data-theme="dark"] .te-order-success strong {
  color: color-mix(in srgb, var(--color-success, #52b788) 78%, #f7fafc);
}

/* Order form: stored value suggestions */
.te-order-form-panel,
.te-order-form .form-group {
  overflow: visible;
}

.te-order-form .form-group {
  position: relative;
}

.te-order-suggestion-anchor {
  position: relative;
  display: block;
  width: 100%;
}

.te-order-suggestion-anchor > input {
  width: 100%;
}

.te-order-suggestion {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 1px);
  z-index: 30;
}

.te-order-form .te-order-suggestion__option {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, var(--te-order-border) 72%, var(--te-order-primary));
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-order-primary) 6%, transparent), transparent 64%),
    rgba(255, 255, 255, .68);
  color: color-mix(in srgb, var(--te-order-muted) 76%, var(--te-order-text));
  box-shadow: 0 10px 22px rgba(26, 38, 51, .08);
  backdrop-filter: blur(14px);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.te-order-form .te-order-suggestion__option:hover,
.te-order-form .te-order-suggestion__option:focus-visible {
  border-color: color-mix(in srgb, var(--te-order-primary) 56%, var(--te-order-border));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-order-primary) 10%, transparent), transparent 64%),
    rgba(255, 255, 255, .72);
  color: color-mix(in srgb, var(--te-order-text) 86%, var(--te-order-primary));
  outline: none;
}

html[data-theme="dark"] .te-order-form .te-order-suggestion__option {
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-order-primary) 10%, transparent), transparent 64%),
    rgba(24, 35, 50, .62);
  color: color-mix(in srgb, #f7fafc 72%, var(--te-order-muted));
  box-shadow: 0 10px 24px rgba(0, 0, 0, .20);
}

html[data-theme="dark"] .te-order-form .te-order-suggestion__option:hover,
html[data-theme="dark"] .te-order-form .te-order-suggestion__option:focus-visible {
  border-color: color-mix(in srgb, var(--te-order-primary) 58%, rgba(255, 255, 255, .18));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-order-primary) 15%, transparent), transparent 64%),
    rgba(29, 42, 59, .70);
  color: color-mix(in srgb, #ffffff 86%, var(--te-order-primary));
}

/* TextElit visual tune order ovals start */
.te-order,
.te-order-brief,
.te-order-faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.te-order > *,
.te-order-brief > *,
.te-order-faq > * {
  position: relative;
  z-index: 1;
}

.te-order-hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(320px, 36vw, 560px);
  height: clamp(210px, 24vw, 360px);
  right: clamp(-170px, -10vw, -80px);
  top: clamp(60px, 7vw, 96px);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-order-primary) 10%, transparent);
  filter: blur(2px);
  opacity: .78;
  transform: rotate(-8deg);
}

.te-order-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(190px, 19vw, 270px);
  height: clamp(190px, 19vw, 270px);
  right: 8%;
  bottom: 10%;
  border: 1px solid color-mix(in srgb, var(--te-order-primary) 20%, transparent);
  border-radius: 999px;
  box-shadow: 34px 18px 0 -14px color-mix(in srgb, var(--te-order-primary) 8%, transparent);
  opacity: .7;
}

.te-order-brief::before,
.te-order-faq::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(250px, 28vw, 420px);
  height: clamp(140px, 15vw, 220px);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-order-primary) 7%, transparent);
  transform: rotate(-10deg);
}

.te-order-brief::before {
  right: clamp(-130px, -8vw, -72px);
  top: clamp(58px, 7vw, 96px);
}

.te-order-faq::before {
  left: clamp(-120px, -8vw, -70px);
  top: clamp(56px, 7vw, 84px);
}

.te-order-brief::after,
.te-order-faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: clamp(140px, 14vw, 190px);
  height: clamp(140px, 14vw, 190px);
  border: 1px solid color-mix(in srgb, var(--te-order-primary) 20%, transparent);
  border-radius: 999px;
  box-shadow: 34px 18px 0 -14px color-mix(in srgb, var(--te-order-primary) 8%, transparent);
  opacity: .7;
}

.te-order-brief::after {
  right: 8%;
  bottom: clamp(38px, 5vw, 64px);
}

.te-order-faq::after {
  left: 8%;
  bottom: clamp(38px, 5vw, 64px);
}

[data-theme="dark"] .te-order-hero::before,
[data-theme="dark"] .te-order-brief::before,
[data-theme="dark"] .te-order-faq::before {
  background: color-mix(in srgb, var(--te-order-primary) 4%, transparent);
  opacity: .38;
}

[data-theme="dark"] .te-order-hero::after,
[data-theme="dark"] .te-order-brief::after,
[data-theme="dark"] .te-order-faq::after {
  border-color: color-mix(in srgb, var(--te-order-primary) 12%, transparent);
  box-shadow: 28px 18px 0 -14px color-mix(in srgb, var(--te-order-primary) 4%, transparent);
  opacity: .34;
}

@media (max-width: 640px) {
  .te-order-hero::before,
  .te-order-brief::before,
  .te-order-faq::before {
    opacity: .42;
    transform: rotate(-8deg) translateX(20%);
  }

  .te-order-hero::after,
  .te-order-brief::after,
  .te-order-faq::after {
    opacity: .45;
  }
}
/* TextElit visual tune order ovals end */





/* TextElit home portfolio logo monochrome fix start */
.te-home-native .te-portfolio-block__card::before {
  filter: grayscale(1) brightness(.72) contrast(1.18) !important;
  opacity: .54;
  background-blend-mode: normal;
}

.te-home-native .te-portfolio-block__card:hover::before {
  filter: grayscale(1) brightness(.62) contrast(1.26) !important;
  opacity: .7;
}

html[data-theme="dark"] .te-home-native .te-portfolio-block__card::before {
  filter: invert(1) grayscale(1) brightness(1.9) contrast(.92) !important;
  opacity: .62;
}

html[data-theme="dark"] .te-home-native .te-portfolio-block__card:hover::before {
  filter: invert(1) grayscale(1) brightness(1.9) contrast(.92) !important;
  opacity: .78;
}
/* TextElit home portfolio logo monochrome fix end */

/* TextElit contacts page start */
.te-contact,
.te-contact-methods,
.te-contact-socials,
.te-contact-official {
  --te-contact-bg: var(--color-bg, #f9fafb);
  --te-contact-surface: var(--color-surface, #ffffff);
  --te-contact-text: var(--color-text, #1A2633);
  --te-contact-muted: var(--color-secondary, #2d3e50);
  --te-contact-primary: var(--color-primary, #ff7f50);
  --te-contact-border: var(--color-border, #e5e7eb);
  --te-primary: var(--te-contact-primary);
  --te-surface: var(--te-contact-surface);
  --te-border: var(--te-contact-border);
  color: var(--te-contact-text);
  background: var(--te-contact-bg);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}
.te-contact *,
.te-contact-methods *,
.te-contact-socials *,
.te-contact-official * { box-sizing: border-box; }
.te-contact__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-contact-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(132px, 11vw, 166px) clamp(42px, 6vw, 72px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-contact-primary) 5%, transparent), transparent 48%),
    var(--te-contact-bg);
}
.te-contact-hero::after,
.te-contact-methods::after,
.te-contact-official__panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--te-contact-primary) 28%, transparent);
  border-radius: 999px;
}
.te-contact-hero::after {
  right: clamp(-150px, -8vw, -70px);
  top: 110px;
  width: clamp(220px, 22vw, 340px);
  height: clamp(220px, 22vw, 340px);
}
.te-contact-hero .te-contact__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5.6vw, 72px);
  align-items: center;
}
.te-contact__eyebrow,
.te-contact-panel__label {
  display: block;
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-contact-hero__title {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}
.te-contact-hero__text,
.te-contact__intro,
.te-contact-panel__text,
.te-contact-official__text {
  color: color-mix(in srgb, var(--te-contact-muted) 86%, var(--te-contact-text));
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.68;
}
.te-contact-hero__text {
  max-width: 720px;
  margin-top: 22px;
}
.te-contact-hero__text p,
.te-contact__intro p,
.te-contact-panel__text p,
.te-contact-official__text p { margin: 0; }
.te-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.te-contact .te-btn,
.te-contact-official .te-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-contact-border);
  border-radius: 999px;
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.te-contact .te-btn-primary,
.te-contact-official .te-btn-primary {
  border-color: color-mix(in srgb, var(--te-contact-primary) 78%, transparent);
  background: linear-gradient(135deg, var(--te-contact-primary), color-mix(in srgb, var(--te-contact-primary) 82%, #d94f25));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-contact-primary) 28%, transparent);
}
.te-contact .te-btn-secondary {
  background: color-mix(in srgb, var(--te-contact-surface) 92%, transparent);
  color: var(--te-contact-text);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .055);
}
.te-contact .te-btn-primary::after,
.te-contact-official .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-contact .te-btn:hover,
.te-contact .te-btn:focus-visible,
.te-contact-official .te-btn:hover,
.te-contact-official .te-btn:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--te-contact-primary) 52%, var(--te-contact-border));
  outline: none;
}
.te-contact .te-btn-primary:hover::after,
.te-contact .te-btn-primary:focus-visible::after,
.te-contact-official .te-btn-primary:hover::after,
.te-contact-official .te-btn-primary:focus-visible::after { transform: translateX(120%); }
.te-contact-panel,
.te-contact-card,
.te-contact-social,
.te-contact-official__panel {
  border: 1px solid var(--te-contact-border);
  border-radius: 8px;
  background: var(--te-contact-surface);
}
.te-contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 22px 58px rgba(26, 38, 51, .06);
}
.te-contact-panel::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -82px;
  width: 210px;
  height: 210px;
  border: 1px solid color-mix(in srgb, var(--te-contact-primary) 28%, transparent);
  border-radius: 999px;
  pointer-events: none;
}
.te-contact-panel > * {
  position: relative;
  z-index: 1;
}
.te-contact__image,
.te-contact__image img {
  display: block;
  width: 100%;
}
.te-contact__image {
  margin-bottom: 20px;
  border: 1px solid color-mix(in srgb, var(--te-contact-border) 88%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-contact-surface) 86%, transparent);
  box-shadow: 0 18px 42px rgba(26, 38, 51, .08);
  overflow: hidden;
}
.te-contact__image img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.te-contact-panel__title {
  margin: 14px 0 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h4);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}
.te-contact-panel__text { margin-top: 12px; }
.te-contact-panel__link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.te-contact-methods,
.te-contact-socials,
.te-contact-official {
  position: relative;
  overflow: hidden;
  padding-block: clamp(42px, 6vw, 78px);
}
.te-contact-methods::after {
  left: clamp(-150px, -8vw, -80px);
  bottom: -120px;
  width: clamp(220px, 22vw, 330px);
  height: clamp(220px, 22vw, 330px);
}
.te-contact__head {
  max-width: 760px;
  margin-bottom: 28px;
}
.te-contact__title,
.te-contact-official__title {
  margin: 12px 0 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h2);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}
.te-contact__intro { margin-top: 14px; }
.te-contact-methods__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.te-contact-card-wrap,
.te-contact-social-wrap { display: contents; }
.te-contact-card-wrap p,
.te-contact-social-wrap p {
  display: contents;
  margin: 0;
}
.te-contact-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  min-height: 168px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(26, 38, 51, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.te-contact-card:hover,
.te-contact-card:focus-visible,
.te-contact-social:hover,
.te-contact-social:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--te-contact-primary) 42%, var(--te-contact-border));
  box-shadow: 0 22px 50px rgba(26, 38, 51, .075);
  outline: none;
}
.te-contact-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-contact-primary) 12%, transparent);
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.te-contact-card__body {
  display: grid;
  min-width: 0;
  gap: 7px;
}
.te-contact-card__body strong {
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.te-contact-card__body span {
  min-width: 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.te-contact-card__body em {
  color: color-mix(in srgb, var(--te-contact-muted) 82%, var(--te-contact-text));
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}
.te-contact-socials .te-contact__container {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}
.te-contact-socials__grid {
  display: grid;
  gap: 14px;
}
.te-contact-social {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-contact-primary) 7%, transparent), transparent 62%),
    var(--te-contact-surface);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.te-contact-social span {
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.te-contact-social strong {
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.15;
}
.te-contact-official { padding-bottom: clamp(58px, 7vw, 92px); }
.te-contact-official__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 30px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-contact-primary) 9%, transparent), transparent 58%),
    var(--te-contact-surface);
  box-shadow: 0 20px 54px rgba(26, 38, 51, .055);
}
.te-contact-official__panel::after {
  right: -82px;
  bottom: -96px;
  width: 220px;
  height: 220px;
}
.te-contact-official__panel > * {
  position: relative;
  z-index: 1;
}
.te-contact-official__title { margin: 0; }
.te-contact-official__text {
  max-width: 720px;
  margin: 0;
}
.te-contact-official__button {
  grid-column: 2;
  grid-row: 1 / span 2;
  white-space: nowrap;
}
[data-theme="dark"] .te-contact,
[data-theme="dark"] .te-contact-methods,
[data-theme="dark"] .te-contact-socials,
[data-theme="dark"] .te-contact-official {
  --te-contact-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-contact-surface: var(--color-surface, #111827);
  --te-contact-text: var(--color-text, #E5E9F0);
  --te-contact-muted: var(--color-secondary, #9AA4B2);
  --te-contact-border: var(--color-border, rgba(255,255,255,0.08));
}
[data-theme="dark"] .te-contact-panel,
[data-theme="dark"] .te-contact-card,
[data-theme="dark"] .te-contact-social,
[data-theme="dark"] .te-contact-official__panel {
  box-shadow: none;
}
[data-theme="dark"] .te-contact__image {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .24);
  filter: brightness(.86) saturate(.9) contrast(1.04);
}
[data-theme="dark"] .te-contact .te-btn-secondary {
  background: color-mix(in srgb, var(--te-contact-surface) 88%, #fff 4%);
  color: var(--te-contact-text);
}
@media (max-width: 980px) {
  .te-contact-hero .te-contact__container,
  .te-contact-socials .te-contact__container,
  .te-contact-official__panel {
    grid-template-columns: minmax(0, 1fr);
  }
  .te-contact-methods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .te-contact-official__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .te-contact__container {
    width: min(100% - 28px, 1180px);
  }
  .te-contact-hero {
    padding-block: 54px 34px;
  }
  .te-contact__eyebrow,
  .te-contact-panel__label {
    font-size: 14px;
  }
  .te-contact-hero__actions,
  .te-contact .te-btn,
  .te-contact-official .te-btn,
  .te-contact-official__button {
    width: 100%;
  }
  .te-contact-methods__grid {
    grid-template-columns: 1fr;
  }
  .te-contact-card {
    min-height: 0;
    padding: 20px;
  }
}
/* TextElit contacts page end */

/* TextElit 404 template start */
.te-error,
.te-error-routes {
  --te-error-bg: var(--color-bg, #f9fafb);
  --te-error-surface: var(--color-surface, #ffffff);
  --te-error-text: var(--color-text, #1A2633);
  --te-error-muted: var(--color-secondary, #2d3e50);
  --te-error-primary: var(--color-primary, #ff7f50);
  --te-error-border: var(--color-border, #e5e7eb);
  --te-primary: var(--te-error-primary);
  --te-surface: var(--te-error-surface);
  --te-border: var(--te-error-border);
  color: var(--te-error-text);
  background: var(--te-error-bg);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}
.te-error *,
.te-error-routes * { box-sizing: border-box; }
.te-error__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-error-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 220px);
  padding-block: clamp(86px, 8vw, 118px) clamp(70px, 7vw, 96px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-error-primary) 5%, transparent), transparent 52%),
    var(--te-error-bg);
}
.te-error-hero::before,
.te-error-hero::after,
.te-error-routes::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--te-error-primary) 30%, transparent);
  border-radius: 999px;
}
.te-error-hero::before {
  right: clamp(-150px, -8vw, -74px);
  top: 112px;
  width: clamp(220px, 22vw, 340px);
  height: clamp(220px, 22vw, 340px);
}
.te-error-hero::after {
  left: clamp(-170px, -10vw, -92px);
  bottom: -125px;
  width: clamp(230px, 22vw, 360px);
  height: clamp(230px, 22vw, 360px);
  opacity: .62;
}
.te-error-hero .te-error__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5.6vw, 72px);
  align-items: center;
  transform: translateY(clamp(52px, 7vh, 96px));
}
.te-error__eyebrow,
.te-error-hero__label {
  display: block;
  color: var(--te-error-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-error-hero__title {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--te-error-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}
.te-error-hero__text,
.te-error-hero__panel-text,
.te-error-routes__intro,
.te-error-route__text {
  color: color-mix(in srgb, var(--te-error-muted) 86%, var(--te-error-text));
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.68;
}
.te-error-hero__text {
  max-width: 700px;
  margin-top: 22px;
}
.te-error-hero__text p,
.te-error-hero__panel-text p,
.te-error-routes__intro p,
.te-error-route__text p { margin: 0; }
.te-error-hero__text p + p {
  margin-top: 10px;
}
.te-error-hero__actions {
  display: block;
  width: min(100%, 430px);
  margin-top: 28px;
}
.te-error .te-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-error-border);
  border-radius: 999px;
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.te-error .te-error__button {
  width: 100%;
  min-height: clamp(62px, 5vw, 76px);
  padding-inline: clamp(26px, 4vw, 42px);
  font-size: clamp(18px, 1.6vw, 22px);
}
.te-error .te-btn-primary {
  border-color: color-mix(in srgb, var(--te-error-primary) 78%, transparent);
  background: linear-gradient(135deg, var(--te-error-primary), color-mix(in srgb, var(--te-error-primary) 82%, #d94f25));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-error-primary) 28%, transparent);
}
.te-error .te-btn-secondary {
  background: color-mix(in srgb, var(--te-error-surface) 92%, transparent);
  color: var(--te-error-text);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .055);
}
.te-error .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-error .te-btn:hover,
.te-error .te-btn:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--te-error-primary) 52%, var(--te-error-border));
  outline: none;
}
.te-error .te-btn-primary:hover::after,
.te-error .te-btn-primary:focus-visible::after { transform: translateX(120%); }
.te-error-route__button {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--te-error-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}
.te-error-route__button:hover,
.te-error-route__button:focus-visible {
  color: var(--te-error-primary);
  outline: none;
}
.te-error-hero__panel,
.te-error-route {
  border: 1px solid var(--te-error-border);
  border-radius: 8px;
  background: var(--te-error-surface);
}
.te-error-hero__panel {
  position: relative;
  overflow: hidden;
  align-self: center;
  margin-top: 0;
  display: grid;
  place-items: center;
  min-height: clamp(280px, 31vw, 390px);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 22px 58px rgba(26, 38, 51, .06);
}
.te-error-hero__panel > * {
  position: relative;
  z-index: 1;
}
.te-error-hero__number {
  display: grid;
  place-items: center;
  width: clamp(190px, 18vw, 260px);
  height: clamp(190px, 18vw, 260px);
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--te-error-primary), color-mix(in srgb, var(--te-error-primary) 78%, #d94f25));
  color: #fff;
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 40px color-mix(in srgb, var(--te-error-primary) 30%, transparent);
}
.te-error-hero__mark,
.te-error-hero__mark img {
  display: block;
}
.te-error-hero__brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
}
.te-error-hero__mark {
  width: clamp(54px, 5vw, 70px);
  margin: 0;
  opacity: .9;
}
.te-error-hero__mark--dark {
  display: none;
}
.te-error-hero__mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.te-error-hero__brand-text {
  color: var(--te-error-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 800;
  line-height: 1.15;
}
.te-error-hero__brand-text p {
  margin: 0;
}
.te-error-hero__brand-text strong {
  color: var(--te-error-primary);
  font-size: 1.08em;
}
.te-error-hero__panel-title {
  margin: 12px 0 0;
  color: var(--te-error-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h4);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}
.te-error-hero__panel-text { margin-top: 12px; }
html[data-theme="dark"] .te-error,
html[data-theme="dark"] .te-error-routes {
  --te-error-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-error-surface: var(--color-surface, #111827);
  --te-error-text: var(--color-text, #E5E9F0);
  --te-error-muted: var(--color-secondary, #9AA4B2);
  --te-error-border: var(--color-border, rgba(255,255,255,0.08));
}
html[data-theme="dark"] .te-error-hero__panel,
html[data-theme="dark"] .te-error-route {
  box-shadow: none;
}
html[data-theme="dark"] .te-error .te-btn-secondary {
  background: color-mix(in srgb, var(--te-error-surface) 88%, #fff 4%);
  color: var(--te-error-text);
}
html[data-theme="dark"] .te-error-hero__mark--light {
  display: none;
}
html[data-theme="dark"] .te-error-hero__mark--dark {
  display: block;
}
@media (max-width: 980px) {
  .te-error-hero .te-error__container {
    grid-template-columns: minmax(0, 1fr);
    transform: none;
  }
  .te-error-hero__panel {
    max-width: 560px;
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  .te-error__container {
    width: min(100% - 28px, 1180px);
  }
  .te-error-hero {
    min-height: 0;
    padding-block: 54px 48px;
  }
  .te-error__eyebrow,
  .te-error-hero__label {
    font-size: 14px;
  }
  .te-error-hero__actions,
  .te-error .te-btn {
    width: 100%;
  }
  .te-error-hero__number {
    width: 150px;
    height: 150px;
    font-size: 42px;
  }
}
/* TextElit 404 template end */

/* TextElit privacy page start */
.te-privacy,
.te-privacy-content,
.te-privacy-cta {
  --te-privacy-bg: var(--color-bg, #f9fafb);
  --te-privacy-surface: var(--color-surface, #ffffff);
  --te-privacy-text: var(--color-text, #1A2633);
  --te-privacy-muted: var(--color-secondary, #2d3e50);
  --te-privacy-primary: var(--color-primary, #ff7f50);
  --te-privacy-border: var(--color-border, #e5e7eb);
  --te-primary: var(--te-privacy-primary);
  --te-surface: var(--te-privacy-surface);
  --te-border: var(--te-privacy-border);
  color: var(--te-privacy-text);
  background: var(--te-privacy-bg);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}
.te-privacy *,
.te-privacy-content *,
.te-privacy-cta * { box-sizing: border-box; }
.te-privacy__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-privacy-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(132px, 11vw, 166px) clamp(40px, 6vw, 70px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-privacy-primary) 5%, transparent), transparent 48%),
    var(--te-privacy-bg);
}
.te-privacy-hero::after,
.te-privacy-content::after,
.te-privacy-cta__panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--te-privacy-primary) 28%, transparent);
  border-radius: 999px;
}
.te-privacy-hero::after {
  right: clamp(-150px, -8vw, -70px);
  top: 112px;
  width: clamp(220px, 22vw, 340px);
  height: clamp(220px, 22vw, 340px);
}
.te-privacy-hero .te-privacy__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 5.6vw, 72px);
  align-items: center;
}
.te-privacy__eyebrow {
  display: block;
  color: var(--te-privacy-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-privacy-hero__title {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--te-privacy-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}
.te-privacy-hero__text,
.te-privacy-side__text,
.te-privacy-cta__text,
.te-privacy-article {
  color: color-mix(in srgb, var(--te-privacy-muted) 86%, var(--te-privacy-text));
  font-size: clamp(15px, 1.16vw, 17px);
  line-height: 1.72;
}
.te-privacy-hero__text {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(16px, 1.35vw, 19px);
}
.te-privacy-hero__text p,
.te-privacy-side__text p,
.te-privacy-cta__text p { margin: 0; }
.te-privacy-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.te-privacy .te-btn,
.te-privacy-cta .te-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-privacy-border);
  border-radius: 999px;
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.te-privacy .te-btn-primary,
.te-privacy-cta .te-btn-primary {
  border-color: color-mix(in srgb, var(--te-privacy-primary) 78%, transparent);
  background: linear-gradient(135deg, var(--te-privacy-primary), color-mix(in srgb, var(--te-privacy-primary) 82%, #d94f25));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-privacy-primary) 28%, transparent);
}
.te-privacy .te-btn-secondary {
  background: color-mix(in srgb, var(--te-privacy-surface) 92%, transparent);
  color: var(--te-privacy-text);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .055);
}
.te-privacy .te-btn-primary::after,
.te-privacy-cta .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-privacy .te-btn:hover,
.te-privacy .te-btn:focus-visible,
.te-privacy-cta .te-btn:hover,
.te-privacy-cta .te-btn:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--te-privacy-primary) 52%, var(--te-privacy-border));
  outline: none;
}
.te-privacy .te-btn-primary:hover::after,
.te-privacy .te-btn-primary:focus-visible::after,
.te-privacy-cta .te-btn-primary:hover::after,
.te-privacy-cta .te-btn-primary:focus-visible::after { transform: translateX(120%); }
.te-privacy-brand,
.te-privacy-article,
.te-privacy-side,
.te-privacy-cta__panel {
  border: 1px solid var(--te-privacy-border);
  border-radius: 8px;
  background: var(--te-privacy-surface);
}
.te-privacy-brand {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 22px 58px rgba(26, 38, 51, .06);
}
.te-privacy-brand::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -76px;
  width: 150px;
  height: 150px;
  border: 1px solid color-mix(in srgb, var(--te-privacy-primary) 28%, transparent);
  border-radius: 999px;
  pointer-events: none;
}
.te-privacy-brand > * {
  position: relative;
  z-index: 1;
}
.te-privacy-brand__mark {
  width: clamp(60px, 6vw, 78px);
  margin: 0;
}
.te-privacy-brand__mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.te-privacy-brand__mark--dark {
  display: none;
}
.te-privacy-brand__text {
  display: grid;
  gap: 5px;
  color: var(--te-privacy-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 800;
  line-height: 1.2;
}
.te-privacy-brand__text p {
  display: grid;
  gap: 5px;
  margin: 0;
}
.te-privacy-brand__text span {
  color: color-mix(in srgb, var(--te-privacy-muted) 84%, var(--te-privacy-text));
  font-family: Inter-Regular, Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.te-privacy-brand__date {
  grid-column: 1 / -1;
  margin-top: 6px;
  color: var(--te-privacy-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.te-privacy-brand__date p { margin: 0; }
.te-privacy-content {
  position: relative;
  overflow: hidden;
  padding-block: clamp(36px, 5vw, 64px);
}
.te-privacy-content::after {
  left: clamp(-160px, -8vw, -82px);
  bottom: -120px;
  width: clamp(220px, 22vw, 330px);
  height: clamp(220px, 22vw, 330px);
  opacity: .62;
}
.te-privacy-content .te-privacy__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}
.te-privacy-article {
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 18px 46px rgba(26, 38, 51, .045);
}
.te-privacy-article__block + .te-privacy-article__block {
  display: block;
  margin-top: clamp(24px, 3vw, 34px);
  padding-top: clamp(22px, 3vw, 30px);
  border-top: 1px solid color-mix(in srgb, var(--te-privacy-border) 86%, transparent);
}
.te-privacy-article__section {
  scroll-margin-top: 130px;
}
.te-privacy-article h2 {
  margin: 0 0 12px;
  color: var(--te-privacy-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}
.te-privacy-article p {
  margin: 0;
}
.te-privacy-article p + p,
.te-privacy-article ul + p {
  margin-top: 12px;
}
.te-privacy-article ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}
.te-privacy-article li::marker {
  color: var(--te-privacy-primary);
}
.te-privacy-article li:has(.te-privacy-contact-icon) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.te-privacy-contact-icon {
  display: inline-grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-privacy-primary) 12%, transparent);
  color: var(--te-privacy-primary);
}
.te-privacy-contact-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.te-privacy-article a {
  color: var(--te-privacy-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.te-privacy-article a:hover,
.te-privacy-article a:focus-visible {
  text-decoration: underline;
  outline: none;
}
.te-privacy-article__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.te-privacy-article .te-btn-primary.te-privacy-article__contact-button {
  color: #fff;
}
.te-privacy-article .te-btn-secondary.te-privacy-article__contact-button {
  color: var(--te-privacy-text);
}
.te-privacy-article .te-btn.te-privacy-article__contact-button:hover,
.te-privacy-article .te-btn.te-privacy-article__contact-button:focus-visible {
  text-decoration: none;
}
.te-privacy-article__contact-button {
  width: fit-content;
}
.te-privacy-side {
  position: sticky;
  top: 112px;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(26, 38, 51, .045);
}
.te-privacy-side__title,
.te-privacy-cta__title {
  margin: 0;
  color: var(--te-privacy-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}
.te-privacy-side__title {
  font-size: var(--font-sizes-h4);
}
.te-privacy-side__text {
  margin-top: 12px;
  font-size: 15px;
}
.te-privacy-side__nav {
  margin-top: 18px;
}
.te-privacy-side__nav p {
  margin: 0;
}
.te-privacy-nav {
  display: grid;
  gap: 8px;
}
.te-privacy-nav a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid color-mix(in srgb, var(--te-privacy-border) 78%, transparent);
  color: color-mix(in srgb, var(--te-privacy-muted) 88%, var(--te-privacy-text));
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}
.te-privacy-nav a:hover,
.te-privacy-nav a:focus-visible {
  color: var(--te-privacy-primary);
  outline: none;
}
.te-privacy-cta {
  padding-block: clamp(32px, 5vw, 60px) clamp(56px, 7vw, 90px);
}
.te-privacy-cta__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 30px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-privacy-primary) 9%, transparent), transparent 58%),
    var(--te-privacy-surface);
  box-shadow: 0 20px 54px rgba(26, 38, 51, .055);
}
.te-privacy-cta__panel::after {
  right: -82px;
  bottom: -96px;
  width: 220px;
  height: 220px;
}
.te-privacy-cta__panel > * {
  position: relative;
  z-index: 1;
}
.te-privacy-cta__title {
  font-size: var(--font-sizes-h2);
}
.te-privacy-cta__text {
  max-width: 720px;
  margin: 0;
}
.te-privacy-cta__button {
  grid-column: 2;
  grid-row: 1 / span 2;
  white-space: nowrap;
}
html[data-theme="dark"] .te-privacy,
html[data-theme="dark"] .te-privacy-content,
html[data-theme="dark"] .te-privacy-cta {
  --te-privacy-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-privacy-surface: var(--color-surface, #111827);
  --te-privacy-text: var(--color-text, #E5E9F0);
  --te-privacy-muted: var(--color-secondary, #9AA4B2);
  --te-privacy-border: var(--color-border, rgba(255,255,255,0.08));
}
html[data-theme="dark"] .te-privacy-brand,
html[data-theme="dark"] .te-privacy-article,
html[data-theme="dark"] .te-privacy-side,
html[data-theme="dark"] .te-privacy-cta__panel {
  box-shadow: none;
}
html[data-theme="dark"] .te-privacy .te-btn-secondary {
  background: color-mix(in srgb, var(--te-privacy-surface) 88%, #fff 4%);
  color: var(--te-privacy-text);
}
html[data-theme="dark"] .te-privacy-brand__mark--light {
  display: none;
}
html[data-theme="dark"] .te-privacy-brand__mark--dark {
  display: block;
}
@media (max-width: 980px) {
  .te-privacy-hero .te-privacy__container,
  .te-privacy-content .te-privacy__container,
  .te-privacy-cta__panel {
    grid-template-columns: minmax(0, 1fr);
  }
  .te-privacy-side {
    position: static;
    order: -1;
  }
  .te-privacy-cta__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .te-privacy__container {
    width: min(100% - 28px, 1180px);
  }
  .te-privacy-hero {
    padding-block: 54px 34px;
  }
  .te-privacy__eyebrow {
    font-size: 14px;
  }
  .te-privacy-hero__actions,
  .te-privacy .te-btn,
  .te-privacy-cta .te-btn,
  .te-privacy-cta__button {
    width: 100%;
  }
  .te-privacy-brand {
    grid-template-columns: 1fr;
  }
  .te-privacy-article,
  .te-privacy-side,
  .te-privacy-cta__panel {
    padding: 20px;
  }
  .te-privacy-article__section {
    scroll-margin-top: 88px;
  }
}
/* TextElit privacy page end */

/* TextElit privacy side scroll controller start */
@media (min-width: 981px) {
  .te-privacy-content {
    overflow: visible;
    padding-top: clamp(56px, 6vw, 88px);
  }

  .te-privacy-content .te-privacy__container {
    position: relative;
    align-items: start;
  }

  .te-privacy-content .te-privacy-side {
    position: relative;
    top: auto;
    align-self: start;
    width: 100%;
    max-height: calc(100vh - var(--te-privacy-side-top, 132px) - 50px);
    overflow: auto;
    border-color: color-mix(in srgb, var(--te-privacy-primary) 18%, var(--te-privacy-border));
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--te-privacy-primary) 5%, transparent), transparent 56%),
      var(--te-privacy-surface);
    box-shadow: 0 20px 54px rgba(26, 38, 51, .075);
    scrollbar-width: thin;
  }

  .te-privacy-content .te-privacy-side.is-fixed {
    position: fixed;
    top: var(--te-privacy-side-top, 132px);
    left: var(--te-privacy-side-left, auto);
    width: var(--te-privacy-side-width, 340px);
    z-index: 30;
  }

  .te-privacy-content .te-privacy-side.is-bottom {
    position: absolute;
    top: var(--te-privacy-side-bottom-top, auto);
    left: var(--te-privacy-side-bottom-left, auto);
    width: var(--te-privacy-side-width, 340px);
    z-index: 1;
  }

  .te-privacy-content .te-privacy-article__section {
    scroll-margin-top: 180px;
  }
}

.te-privacy-content .te-privacy-side__nav {
  margin-top: 18px;
}

.te-privacy-content .te-privacy-nav {
  display: grid;
  gap: 8px;
}

.te-privacy-content .te-privacy-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid color-mix(in srgb, var(--te-privacy-border) 78%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-privacy-surface) 86%, transparent);
  color: color-mix(in srgb, var(--te-privacy-text) 84%, var(--te-privacy-muted));
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.te-privacy-content .te-privacy-nav a::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-privacy-primary) 42%, transparent);
}

.te-privacy-content .te-privacy-nav a:hover,
.te-privacy-content .te-privacy-nav a:focus-visible {
  transform: translateX(2px);
  border-color: color-mix(in srgb, var(--te-privacy-primary) 38%, var(--te-privacy-border));
  background: color-mix(in srgb, var(--te-privacy-primary) 9%, var(--te-privacy-surface));
  color: var(--te-privacy-primary);
}

html[data-theme="dark"] .te-privacy-content .te-privacy-side {
  box-shadow: none;
}
/* TextElit privacy side scroll controller end */

/* TextElit FAQ page start */
.te-faq,
.te-faq-content,
.te-faq-cta {
  --te-faq-bg: var(--color-bg, #f9fafb);
  --te-faq-surface: var(--color-surface, #ffffff);
  --te-faq-text: var(--color-text, #1A2633);
  --te-faq-muted: var(--color-secondary, #2d3e50);
  --te-faq-primary: var(--color-primary, #ff7f50);
  --te-faq-border: var(--color-border, #e5e7eb);
  --te-primary: var(--te-faq-primary);
  --te-surface: var(--te-faq-surface);
  --te-border: var(--te-faq-border);
  color: var(--te-faq-text);
  background: var(--te-faq-bg);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}
.te-faq *,
.te-faq-content *,
.te-faq-cta * { box-sizing: border-box; }
.te-faq__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-faq-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(132px, 11vw, 166px) clamp(42px, 6vw, 72px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-faq-primary) 5%, transparent), transparent 48%),
    var(--te-faq-bg);
}
.te-faq-hero::after,
.te-faq-content::after,
.te-faq-cta__panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--te-faq-primary) 28%, transparent);
  border-radius: 999px;
}
.te-faq-hero::after {
  right: clamp(-150px, -8vw, -70px);
  top: 110px;
  width: clamp(220px, 22vw, 340px);
  height: clamp(220px, 22vw, 340px);
}
.te-faq-hero .te-faq__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 5.6vw, 72px);
  align-items: center;
}
.te-faq__eyebrow,
.te-faq-group__eyebrow {
  display: block;
  color: var(--te-faq-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-faq-hero__title {
  max-width: 780px;
  margin: 20px 0 0;
  color: var(--te-faq-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}
.te-faq-hero__text,
.te-faq-side__text,
.te-faq-group__summary,
.te-faq-item__answer,
.te-faq-cta__text {
  color: color-mix(in srgb, var(--te-faq-muted) 86%, var(--te-faq-text));
  font-size: clamp(15px, 1.16vw, 17px);
  line-height: 1.72;
}
.te-faq-hero__text {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(16px, 1.35vw, 19px);
}
.te-faq-hero__text p,
.te-faq-side__text p,
.te-faq-group__summary p,
.te-faq-item__answer p,
.te-faq-cta__text p { margin: 0; }
.te-faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.te-faq .te-btn,
.te-faq-cta .te-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-faq-border);
  border-radius: 999px;
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.te-faq .te-btn-primary,
.te-faq-cta .te-btn-primary {
  border-color: color-mix(in srgb, var(--te-faq-primary) 78%, transparent);
  background: linear-gradient(135deg, var(--te-faq-primary), color-mix(in srgb, var(--te-faq-primary) 82%, #d94f25));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-faq-primary) 28%, transparent);
}
.te-faq .te-btn-secondary {
  background: color-mix(in srgb, var(--te-faq-surface) 92%, transparent);
  color: var(--te-faq-text);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .055);
}
.te-faq .te-btn-primary::after,
.te-faq-cta .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-faq .te-btn:hover,
.te-faq .te-btn:focus-visible,
.te-faq-cta .te-btn:hover,
.te-faq-cta .te-btn:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--te-faq-primary) 52%, var(--te-faq-border));
  outline: none;
}
.te-faq .te-btn-primary:hover::after,
.te-faq .te-btn-primary:focus-visible::after,
.te-faq-cta .te-btn-primary:hover::after,
.te-faq-cta .te-btn-primary:focus-visible::after { transform: translateX(120%); }
.te-faq-brand,
.te-faq-group,
.te-faq-item,
.te-faq-side,
.te-faq-cta__panel {
  border: 1px solid var(--te-faq-border);
  border-radius: 8px;
  background: var(--te-faq-surface);
}
.te-faq-brand {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 22px 58px rgba(26, 38, 51, .06);
}
.te-faq-brand::after {
  content: "";
  position: absolute;
  right: -88px;
  bottom: -92px;
  width: 220px;
  height: 220px;
  border: 1px solid color-mix(in srgb, var(--te-faq-primary) 28%, transparent);
  border-radius: 999px;
  pointer-events: none;
}
.te-faq-brand > * {
  position: relative;
  z-index: 1;
}
.te-faq-brand__mark {
  width: clamp(60px, 6vw, 78px);
  margin: 0;
}
.te-faq-brand__mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.te-faq-brand__mark--dark { display: none; }
.te-faq-brand__text {
  display: grid;
  gap: 5px;
  color: var(--te-faq-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 800;
  line-height: 1.2;
}
.te-faq-brand__text p {
  display: grid;
  gap: 5px;
  margin: 0;
}
.te-faq-brand__text span,
.te-faq-brand__note {
  color: color-mix(in srgb, var(--te-faq-muted) 84%, var(--te-faq-text));
  font-family: Inter-Regular, Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}
.te-faq-brand__note {
  grid-column: 1 / -1;
  margin-top: 6px;
  color: var(--te-faq-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.te-faq-content {
  position: relative;
  overflow: hidden;
  padding-block: clamp(36px, 5vw, 64px);
}
.te-faq-content::after {
  left: clamp(-160px, -8vw, -82px);
  bottom: -120px;
  width: clamp(220px, 22vw, 330px);
  height: clamp(220px, 22vw, 330px);
  opacity: .62;
}
.te-faq-content .te-faq__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}
.te-faq-article {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}
.te-faq-group {
  padding: clamp(22px, 3.4vw, 34px);
  box-shadow: 0 18px 46px rgba(26, 38, 51, .045);
  scroll-margin-top: 150px;
}
.te-faq-group__head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.te-faq-group__eyebrow {
  font-size: 14px;
}
.te-faq-group__title,
.te-faq-side__title,
.te-faq-cta__title {
  margin: 0;
  color: var(--te-faq-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}
.te-faq-group__title {
  font-size: clamp(24px, 2.5vw, 34px);
}
.te-faq-list {
  display: grid;
  gap: 12px;
}
.te-faq-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-faq-primary) 5%, transparent), transparent 58%),
    color-mix(in srgb, var(--te-faq-surface) 92%, transparent);
}
.te-faq-item__number {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-faq-primary) 12%, transparent);
  color: var(--te-faq-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.te-faq-item__question {
  margin: 0;
  color: var(--te-faq-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}
.te-faq-item__answer {
  grid-column: 2;
}
.te-faq-side {
  position: sticky;
  top: 112px;
  align-self: start;
  height: fit-content;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(26, 38, 51, .045);
}
.te-faq-side__title {
  font-size: var(--font-sizes-h4);
}
.te-faq-side__text {
  margin-top: 12px;
  font-size: 15px;
}
.te-faq-side__nav {
  margin-top: 18px;
}
.te-faq-nav {
  display: grid;
  gap: 8px;
}
.te-faq-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid color-mix(in srgb, var(--te-faq-border) 78%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-faq-surface) 86%, transparent);
  color: color-mix(in srgb, var(--te-faq-text) 84%, var(--te-faq-muted));
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.te-faq-nav a::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-faq-primary) 42%, transparent);
}
.te-faq-nav a:hover,
.te-faq-nav a:focus-visible {
  transform: translateX(2px);
  border-color: color-mix(in srgb, var(--te-faq-primary) 38%, var(--te-faq-border));
  background: color-mix(in srgb, var(--te-faq-primary) 9%, var(--te-faq-surface));
  color: var(--te-faq-primary);
  outline: none;
}
.te-faq-side__button {
  width: 100%;
  margin-top: 18px;
}
.te-faq-cta {
  padding-block: clamp(32px, 5vw, 60px) clamp(56px, 7vw, 90px);
}
.te-faq-cta__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 30px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-faq-primary) 9%, transparent), transparent 58%),
    var(--te-faq-surface);
  box-shadow: 0 20px 54px rgba(26, 38, 51, .055);
}
.te-faq-cta__panel::after {
  right: -82px;
  bottom: -96px;
  width: 220px;
  height: 220px;
}
.te-faq-cta__panel > * {
  position: relative;
  z-index: 1;
}
.te-faq-cta__title {
  font-size: var(--font-sizes-h2);
}
.te-faq-cta__text {
  max-width: 720px;
  margin: 0;
}
.te-faq-cta__button {
  grid-column: 2;
  grid-row: 1 / span 3;
  white-space: nowrap;
}
html[data-theme="dark"] .te-faq,
html[data-theme="dark"] .te-faq-content,
html[data-theme="dark"] .te-faq-cta {
  --te-faq-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-faq-surface: var(--color-surface, #111827);
  --te-faq-text: var(--color-text, #E5E9F0);
  --te-faq-muted: var(--color-secondary, #9AA4B2);
  --te-faq-border: var(--color-border, rgba(255,255,255,0.08));
}
html[data-theme="dark"] .te-faq-brand,
html[data-theme="dark"] .te-faq-group,
html[data-theme="dark"] .te-faq-item,
html[data-theme="dark"] .te-faq-side,
html[data-theme="dark"] .te-faq-cta__panel {
  box-shadow: none;
}
html[data-theme="dark"] .te-faq .te-btn-secondary {
  background: color-mix(in srgb, var(--te-faq-surface) 88%, #fff 4%);
  color: var(--te-faq-text);
}
html[data-theme="dark"] .te-faq-brand__mark--light { display: none; }
html[data-theme="dark"] .te-faq-brand__mark--dark { display: block; }
@media (max-width: 980px) {
  .te-faq-hero .te-faq__container,
  .te-faq-content .te-faq__container,
  .te-faq-cta__panel {
    grid-template-columns: minmax(0, 1fr);
  }
  .te-faq-side {
    position: static;
    order: -1;
  }
  .te-faq-cta__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .te-faq__container {
    width: min(100% - 28px, 1180px);
  }
  .te-faq-hero {
    padding-block: 54px 34px;
  }
  .te-faq__eyebrow {
    font-size: 14px;
  }
  .te-faq-hero__actions,
  .te-faq .te-btn,
  .te-faq-cta .te-btn,
  .te-faq-cta__button {
    width: 100%;
  }
  .te-faq-brand {
    grid-template-columns: 1fr;
  }
  .te-faq-group,
  .te-faq-side,
  .te-faq-cta__panel {
    padding: 20px;
  }
  .te-faq-item {
    grid-template-columns: 1fr;
  }
  .te-faq-item__number,
  .te-faq-item__answer {
    grid-column: 1;
  }
  .te-faq-group {
    scroll-margin-top: 88px;
  }
}
/* TextElit te-blog-post__media-text */
body.single-post .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
}
body.wp-block-embed, .wp-block-image:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull), .wp-block-table, .wp-block-video
 {  margin-block: 1em;
    margin: 1em 0px;
}
.te-article-section
.wp-block-media-text__content
> :where(h2, h3, h4):first-child {
    margin-top: 20px;
}
/* Картинка слева */
body.single-post
.wp-block-media-text:not(.has-media-on-the-right)
> .wp-block-media-text__media {
    padding-right: 15px;
}

/* Картинка справа */
body.single-post
.wp-block-media-text.has-media-on-the-right
> .wp-block-media-text__media {
    padding-left: 15px;
}
@media (max-width: 600px) {
    body.single-post
    .wp-block-media-text
    > .wp-block-media-text__media {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 20px;
    }
}