

/* Start:/montajnik/style.css?178788222717767*/
.vmxi-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.vmxi-page {
  --vmxi-red: #e31e24;
  --vmxi-red-dark: #b7080e;
  --vmxi-ink: #191a1f;
  --vmxi-muted: #747680;
  --vmxi-line: #e7e8ec;
  padding: 20px 0 48px;
  background: #f5f5f6;
  color: var(--vmxi-ink);
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
}

.vmxi-page *,
.vmxi-page *::before,
.vmxi-page *::after {
  box-sizing: border-box;
}

.vmxi-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vmxi-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.vmxi-hero {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  border-radius: 32px;
  background: #d41317 url("/montajnik/images/installer-hero-bg.jpg") center/cover
    no-repeat;
  color: #fff;
  box-shadow: 0 24px 65px rgba(126, 8, 10, 0.19);
  isolation: isolate;
}

.vmxi-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(114, 0, 2, 0.76) 0%,
    rgba(139, 0, 3, 0.53) 44%,
    rgba(139, 0, 3, 0.04) 74%
  );
}

.vmxi-hero__content {
  position: relative;
  z-index: 2;
  width: 59%;
  padding: 54px 0 48px 58px;
}

.vmxi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(89, 0, 2, 0.22);
  font-size: 13px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.vmxi-eyebrow svg {
  width: 18px;
  height: 18px;
}

.vmxi-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 830;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.vmxi-hero h1 span {
  display: block;
  color: #fff1e7;
}

.vmxi-hero__content > p {
  max-width: 570px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.58;
}

.vmxi-hero-metrics {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.vmxi-hero-metrics > div {
  min-width: 146px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  background: rgba(91, 0, 2, 0.2);
  backdrop-filter: blur(8px);
}

.vmxi-hero-metrics small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.vmxi-hero-metrics strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 22px;
}

.vmxi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.vmxi-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.vmxi-button:hover {
  transform: translateY(-2px);
}

.vmxi-button svg {
  width: 18px;
  height: 18px;
}

.vmxi-button--light {
  background: #fff;
  color: var(--vmxi-red-dark) !important;
  box-shadow: 0 12px 24px rgba(91, 0, 2, 0.22);
}

.vmxi-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(91, 0, 2, 0.18);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.vmxi-hero-region {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.vmxi-hero-region svg {
  width: 16px;
  height: 16px;
}

.vmxi-hero__tools {
  position: absolute;
  z-index: 1;
  right: -5.5%;
  bottom: -18%;
  width: 61%;
  max-width: 720px;
  filter: drop-shadow(0 25px 28px rgba(59, 0, 0, 0.3));
  pointer-events: none;
}

.vmxi-section {
  padding-block: 88px 0;
}

.vmxi-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 30px;
}

.vmxi-section-heading > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--vmxi-red);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vmxi-section-heading h2 {
  margin: 0;
  color: var(--vmxi-ink);
  font-size: clamp(32px, 4.2vw, 47px);
  line-height: 1.08;
  letter-spacing: -0.043em;
}

.vmxi-section-heading > p {
  max-width: 410px;
  margin: 0;
  color: var(--vmxi-muted);
  font-size: 15px;
  line-height: 1.62;
  text-align: right;
}

.vmxi-section-heading--compact {
  margin-bottom: 25px;
}

.vmxi-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vmxi-benefit-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--vmxi-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 9px 29px rgba(24, 26, 31, 0.055);
}

.vmxi-benefit-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 175px;
  height: 175px;
  border: 31px solid rgba(227, 30, 36, 0.045);
  border-radius: 50%;
}

.vmxi-benefit-card__number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: #ececef;
  font-size: 33px;
  font-weight: 830;
  letter-spacing: -0.04em;
}

.vmxi-benefit-card__icon {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 15px;
  background: #fff0ef;
  color: var(--vmxi-red);
}

.vmxi-benefit-card__icon svg {
  width: 25px;
  height: 25px;
}

.vmxi-benefit-card > span {
  display: block;
  color: var(--vmxi-muted);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vmxi-benefit-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--vmxi-ink);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.vmxi-benefit-card > p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: var(--vmxi-muted);
  font-size: 14px;
  line-height: 1.58;
}

.vmxi-application-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 22px;
}

.vmxi-steps-panel {
  padding: 38px;
  border: 1px solid var(--vmxi-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(24, 26, 31, 0.055);
}

.vmxi-step-list {
  display: grid;
  gap: 12px;
}

.vmxi-step-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #ececef;
  border-radius: 18px;
  background: #fafafb;
}

.vmxi-step-card__icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 17px;
  background: #fff0ef;
  color: var(--vmxi-red);
}

.vmxi-step-card__icon svg {
  width: 28px;
  height: 28px;
}

.vmxi-step-card small {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--vmxi-red);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.02em;
}

.vmxi-step-card h3 {
  margin: 9px 0 5px;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.vmxi-step-card p {
  margin: 0;
  color: var(--vmxi-muted);
  font-size: 14px;
  line-height: 1.48;
}

.vmxi-application-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), transparent 31%),
    linear-gradient(145deg, #b0060c 0%, #e31e24 58%, #ff6a00 145%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(179, 0, 7, 0.18);
}

.vmxi-application-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 310px;
  height: 310px;
  border: 48px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.vmxi-application-card__head {
  position: relative;
  z-index: 1;
}

.vmxi-application-card__head > span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vmxi-application-card__head h2 {
  margin: 10px 0 9px;
  color: #fff;
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.vmxi-application-card__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.vmxi-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin-top: 27px;
}

.vmxi-field > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
}

.vmxi-field input {
  width: 100%;
  height: 51px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 13px;
  outline: none;
  background: rgba(92, 0, 3, 0.21);
  padding: 0 15px;
  color: #fff;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.vmxi-field input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.vmxi-field input:focus {
  border-color: #fff;
  background: rgba(92, 0, 3, 0.31);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.vmxi-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.vmxi-field-error {
  display: block;
  min-height: 17px;
  margin-top: 4px;
  color: #fff3a8;
  font-size: 12px;
  line-height: 1.35;
}

.vmxi-consent-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.vmxi-consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #fff;
}

.vmxi-consent-row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.vmxi-consent-row a {
  color: #fff !important;
  font-weight: 700;
  text-underline-offset: 2px;
}

.vmxi-consent-error {
  margin-top: -8px;
}

.vmxi-button--submit {
  width: 100%;
  margin-top: 2px;
  border: 0;
  background: #fff;
  color: var(--vmxi-red-dark);
  box-shadow: 0 12px 24px rgba(91, 0, 2, 0.21);
}

.vmxi-button--submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.vmxi-form-status {
  position: relative;
  z-index: 2;
  min-height: 0;
  margin-top: 14px;
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.vmxi-form-status.is-success,
.vmxi-form-status.is-error {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(82, 0, 2, 0.22);
}

.vmxi-form-status.is-success {
  color: #fff;
}

.vmxi-form-status.is-error {
  color: #fff3a8;
}

.vmxi-terms-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 16px;
}

.vmxi-terms-highlight-grid article {
  padding: 21px 23px;
  border: 1px solid var(--vmxi-line);
  border-radius: 19px;
  background: #fff;
}

.vmxi-terms-highlight-grid span {
  display: block;
  color: var(--vmxi-muted);
  font-size: 12px;
  font-weight: 720;
}

.vmxi-terms-highlight-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--vmxi-red-dark);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.vmxi-terms-list {
  display: grid;
  gap: 8px;
}

.vmxi-term-item {
  overflow: hidden;
  border: 1px solid var(--vmxi-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(24, 26, 31, 0.035);
}

.vmxi-term-item summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 21px;
  color: var(--vmxi-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.vmxi-term-item summary::-webkit-details-marker {
  display: none;
}

.vmxi-term-item summary svg {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 10px;
  background: #f4f4f6;
  color: var(--vmxi-red);
  transition: transform 0.18s ease;
}

.vmxi-term-item[open] summary svg {
  transform: rotate(180deg);
}

.vmxi-term-item__body {
  padding: 20px 24px 24px;
  border-top: 1px solid var(--vmxi-line);
  color: #565861;
  font-size: 14px;
  line-height: 1.68;
}

.vmxi-term-item__body p {
  margin: 0;
}

.vmxi-term-item__body ul {
  margin: 10px 0 0;
  padding-left: 21px;
}

.vmxi-term-item__body li {
  margin: 5px 0;
  padding-left: 3px;
}

.vmxi-contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  margin-block: 88px 0;
  padding: 48px;
  border-radius: 29px;
  background:
    radial-gradient(circle at 95% 10%, rgba(227, 30, 36, 0.3), transparent 34%),
    linear-gradient(145deg, #292b31, #15161a);
  color: #fff;
  box-shadow: 0 18px 45px rgba(19, 20, 24, 0.16);
}

.vmxi-contact-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -190px;
  width: 390px;
  height: 390px;
  border: 58px solid rgba(227, 30, 36, 0.07);
  border-radius: 50%;
}

.vmxi-contact-panel__copy,
.vmxi-contact-links {
  position: relative;
  z-index: 1;
}

.vmxi-contact-panel__copy > span {
  color: #ff8b8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vmxi-contact-panel h2 {
  margin: 9px 0 11px;
  color: #fff;
  font-size: clamp(31px, 4vw, 45px);
  letter-spacing: -0.04em;
}

.vmxi-contact-panel p {
  max-width: 510px;
  margin: 0;
  color: #b8bbc3;
  font-size: 15px;
  line-height: 1.62;
}

.vmxi-contact-hours {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: #dddfe5;
  font-size: 13px;
  font-weight: 700;
}

.vmxi-contact-hours svg {
  width: 18px;
  height: 18px;
  color: #ff777b;
}

.vmxi-contact-links {
  display: grid;
  gap: 10px;
}

.vmxi-contact-links a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 13px;
  align-items: center;
  min-height: 84px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff !important;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease;
}

.vmxi-contact-links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.11);
}

.vmxi-contact-links a > svg {
  grid-row: 1 / 3;
  width: 24px;
  height: 24px;
  color: #ff777b;
}

.vmxi-contact-links small {
  color: #999da7;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vmxi-contact-links strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 16px;
}

@media (max-width: 980px) {
  .vmxi-hero__content {
    width: 68%;
    padding-left: 42px;
  }

  .vmxi-hero__tools {
    right: -14%;
    width: 67%;
  }

  .vmxi-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vmxi-application-layout {
    grid-template-columns: 1fr;
  }

  .vmxi-contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .vmxi-shell {
    width: min(100% - 28px, 1180px);
  }

  .vmxi-hero {
    min-height: 760px;
    border-radius: 24px;
  }

  .vmxi-hero__backdrop {
    background: linear-gradient(
      180deg,
      rgba(111, 0, 3, 0.76) 0%,
      rgba(131, 0, 3, 0.5) 47%,
      rgba(143, 0, 4, 0.09) 73%
    );
  }

  .vmxi-hero__content {
    width: 100%;
    padding: 30px 24px;
  }

  .vmxi-eyebrow {
    margin-bottom: 17px;
    font-size: 11px;
  }

  .vmxi-hero h1 {
    max-width: 410px;
    font-size: clamp(40px, 12.5vw, 55px);
  }

  .vmxi-hero__content > p {
    max-width: 470px;
    margin-top: 17px;
    font-size: 15px;
  }

  .vmxi-hero-metrics {
    margin-top: 20px;
  }

  .vmxi-hero-metrics > div {
    min-width: 0;
    flex: 1;
  }

  .vmxi-hero-actions {
    display: grid;
    margin-top: 20px;
  }

  .vmxi-button {
    width: 100%;
  }

  .vmxi-hero-region {
    margin-top: 16px;
  }

  .vmxi-hero__tools {
    right: -21%;
    bottom: -5%;
    width: 122%;
    max-width: 720px;
  }

  .vmxi-section {
    padding-top: 65px;
  }

  .vmxi-section-heading {
    display: block;
    margin-bottom: 23px;
  }

  .vmxi-section-heading > p {
    max-width: 100%;
    margin-top: 13px;
    text-align: left;
  }

  .vmxi-benefit-grid {
    grid-template-columns: 1fr;
  }

  .vmxi-benefit-card {
    min-height: 0;
    padding: 23px;
    border-radius: 20px;
  }

  .vmxi-benefit-card__icon {
    margin-bottom: 20px;
  }

  .vmxi-steps-panel,
  .vmxi-application-card {
    padding: 24px;
    border-radius: 22px;
  }

  .vmxi-step-card {
    grid-template-columns: 49px minmax(0, 1fr);
    padding: 14px;
  }

  .vmxi-step-card__icon {
    width: 49px;
    height: 49px;
    border-radius: 14px;
  }

  .vmxi-step-card__icon svg {
    width: 23px;
    height: 23px;
  }

  .vmxi-terms-highlight-grid {
    grid-template-columns: 1fr;
  }

  .vmxi-term-item summary {
    min-height: 62px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .vmxi-term-item__body {
    padding: 17px 18px 20px;
  }

  .vmxi-contact-panel {
    width: calc(100% - 28px);
    gap: 28px;
    margin-top: 65px;
    padding: 28px 23px;
    border-radius: 23px;
  }
}

@media (max-width: 390px) {
  .vmxi-hero {
    min-height: 735px;
  }

  .vmxi-hero__content {
    padding-inline: 20px;
  }

  .vmxi-hero-metrics strong {
    font-size: 20px;
  }

  .vmxi-hero__tools {
    bottom: -2%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vmxi-page *,
  .vmxi-page *::before,
  .vmxi-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* End */
/* /montajnik/style.css?178788222717767 */
