:root {
  --gp-blue: #0b4db3;
  --gp-blue-2: #1e6ee8;
  --gp-navy: #061426;
  --gp-ink: #0f172a;
  --gp-muted: #64748b;
  --gp-line: #e2e8f0;
  --gp-soft: #f8fafc;
  --gp-soft-blue: #eff6ff;
  --gp-white: #ffffff;
  --gp-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --gp-radius: 8px;
  --gp-shell: 1280px;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--gp-ink);
}

.wp-site-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.mm-gp-shell {
  width: min(var(--gp-shell), calc(100vw - 48px));
  margin: 0 auto;
}

.mm-gp-header,
.mm-gp-footer,
.mm-gp-site {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.mm-gp-header {
  font-size: 0;
  line-height: 0;
}

.mm-gp-header p {
  margin: 0;
}

.mm-gp-header p:empty {
  display: none;
}

.mm-gp-header br {
  display: none;
}

.mm-gp-quick-link span br {
  display: block;
}

.mm-gp-header a,
.mm-gp-footer a {
  color: inherit;
  text-decoration: none;
}

.mm-gp-header button,
.mm-gp-footer button,
.mm-gp-site button {
  font: inherit;
}

.mm-gp-topbar {
  min-height: 36px;
  color: rgba(255, 255, 255, 0.92);
  background: #061426;
  font-size: 12px;
  line-height: 1.4;
}

.mm-gp-topbar__inner,
.mm-gp-mainbar__inner {
  display: flex;
  align-items: center;
}

.mm-gp-topbar__inner {
  justify-content: space-between;
  gap: 20px;
  min-height: 36px;
}

.mm-gp-topbar__city,
.mm-gp-topbar__right a,
.mm-gp-topbar__right button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.mm-gp-topbar__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.88);
}

.mm-gp-topbar__right {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.mm-gp-topbar a,
.mm-gp-topbar button {
  white-space: nowrap;
}

.mm-gp-topbar__phone {
  font-weight: 700;
}

.mm-gp-small-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.mm-gp-badge {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gp-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.mm-gp-mainbar {
  background: #fff;
  border-bottom: 1px solid var(--gp-line);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  font-size: 0;
  line-height: 0;
}

.mm-gp-mainbar__inner {
  min-height: 86px;
  gap: 18px;
  font-size: 14px;
  line-height: 1.3;
}

.mm-gp-mainbar__inner p {
  display: contents;
  margin: 0;
}

.mm-gp-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  min-width: 234px;
}

.mm-gp-logo__mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #0b4db3;
}

.mm-gp-logo__mark::after {
  display: none;
}

.mm-gp-logo__svg {
  display: block;
  width: 52px;
  height: 52px;
}

.mm-gp-logo__text {
  display: grid;
  line-height: 1.05;
}

.mm-gp-logo__text strong {
  color: var(--gp-ink);
  font-size: 23px;
  font-weight: 800;
}

.mm-gp-logo__text em {
  color: #475569;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.mm-gp-catalog-button,
.mm-gp-primary-button,
.mm-gp-dark-cta button,
.mm-gp-parameter-request button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #145bd0, #0b4db3);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(11, 77, 179, 0.18);
}

.mm-gp-catalog-button {
  min-width: 205px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 14px;
}

.mm-gp-button-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.mm-gp-search {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-width: 260px;
  max-width: 500px;
}

.mm-gp-search input {
  width: 100%;
  height: 52px;
  border: 1px solid var(--gp-line);
  border-radius: 6px;
  padding: 0 54px 0 22px;
  color: var(--gp-ink);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02);
}

.mm-gp-search input::placeholder {
  color: #94a3b8;
}

.mm-gp-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  transform: translateY(-50%);
  cursor: pointer;
}

.mm-gp-search-icon {
  width: 22px;
  height: 22px;
}

.mm-gp-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.mm-gp-quick-icon {
  width: 30px;
  height: 30px;
  color: #0f172a;
}

.mm-gp-site {
  overflow: hidden;
  background: #fff;
  font-size: 0;
  line-height: 0;
}

.mm-gp-site > section,
.mm-gp-site > div {
  font-size: 16px;
  line-height: 1.4;
}

.mm-gp-site p:empty {
  display: none;
}

.mm-gp-site br {
  display: none;
}

.mm-gp-hero__feature br {
  display: block;
}

.mm-gp-hero h1 br {
  display: block;
}

.mm-gp-hero {
  min-height: 395px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.mm-gp-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 395px;
  padding-bottom: 82px;
  box-sizing: border-box;
}

.mm-gp-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(2, 6, 23, 0.32);
}

.mm-gp-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 48px;
}

.mm-gp-hero__feature {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 155px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.mm-gp-hero-icon {
  width: 30px;
  height: 30px;
  color: #43a3ff;
}

.mm-gp-selection-wrap {
  margin-top: -118px;
  position: relative;
  z-index: 3;
}

.mm-gp-selection {
  background: #fff;
  border: 1px solid var(--gp-line);
  border-radius: 10px;
  padding: 19px 24px 18px;
  box-shadow: var(--gp-shadow);
}

.mm-gp-selection--compact {
  box-shadow: none;
  border: 0;
  padding: 0;
}

.mm-gp-selection__head h2,
.mm-gp-section-head h2,
.mm-gp-advantages h2,
.mm-gp-parameter-request h2,
.mm-gp-dark-cta h2,
.mm-gp-support h2 {
  margin: 0;
  color: var(--gp-ink);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.mm-gp-selection__head p {
  margin: 7px 0 0;
  color: #475569;
  font-size: 13px;
}

.mm-gp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0 16px;
}

.mm-gp-tabs__button {
  min-width: 166px;
  height: 36px;
  border: 1px solid var(--gp-line);
  border-radius: 6px;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
  cursor: pointer;
}

.mm-gp-tabs__button.is-active {
  background: var(--gp-blue);
  border-color: var(--gp-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(11, 77, 179, 0.18);
}

.mm-gp-tab-panel {
  display: none;
}

.mm-gp-tab-panel.is-active {
  display: block;
}

.mm-gp-form-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.25fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--gp-line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.mm-gp-form-grid label {
  display: grid;
  gap: 7px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 600;
}

.mm-gp-field-wide {
  grid-row: span 2;
}

.mm-gp-form-grid input,
.mm-gp-form-grid select,
.mm-gp-form-grid textarea {
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid var(--gp-line);
  border-radius: 6px;
  padding: 0 18px;
  color: var(--gp-ink);
  background: #fff;
  font: inherit;
  font-weight: 500;
}

.mm-gp-form-grid textarea {
  min-height: 98px;
  padding-top: 14px;
  resize: vertical;
}

.mm-gp-selection:not(.mm-gp-selection--compact) .mm-gp-contact-field {
  display: none;
}

.mm-gp-selection:not(.mm-gp-selection--compact) .mm-gp-field-wide {
  grid-row: auto;
}

.mm-gp-file-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 12px 16px;
  border-left: 1px solid var(--gp-line);
  border-right: 1px solid var(--gp-line);
  color: #64748b;
  font-size: 13px;
}

.mm-gp-inline-icon {
  width: 21px;
  height: 21px;
  color: var(--gp-blue);
}

.mm-gp-form-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 16px 14px;
  border-left: 1px solid var(--gp-line);
  border-right: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
  border-radius: 0 0 8px 8px;
}

.mm-gp-file-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.mm-gp-file-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 186px;
  min-height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: var(--gp-blue);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.mm-gp-primary-button {
  min-width: 230px;
  min-height: 42px;
  padding: 0 28px;
}

.mm-gp-chips {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.mm-gp-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  color: #1e3a8a;
  background: #f1f5ff;
  font-size: 12px;
  font-weight: 700;
}

.mm-gp-form-message {
  margin-top: 14px;
  color: #15803d;
  font-weight: 800;
}

.mm-gp-form-message:empty {
  display: none;
}

.mm-gp-form-message.is-error {
  color: #b91c1c;
}

.mm-gp-categories {
  padding: 24px 0 0;
}

.mm-gp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
}

.mm-gp-section-head a {
  color: var(--gp-blue);
  text-decoration: none;
  font-weight: 700;
}

.mm-gp-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mm-gp-category-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 134px;
  padding: 23px 18px;
  border: 1px solid var(--gp-line);
  border-radius: 8px;
  background: #fff;
  color: var(--gp-ink);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mm-gp-category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 77, 179, 0.35);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.mm-gp-category-card span {
  display: grid;
  gap: 13px;
}

.mm-gp-category-card strong {
  font-size: 15px;
  font-weight: 600;
}

.mm-gp-category-card em {
  color: #64748b;
  font-style: normal;
  font-size: 14px;
}

.mm-gp-category-icon {
  width: 56px;
  height: 56px;
  color: #334155;
  opacity: 0.88;
}

.mm-gp-advantages {
  margin-top: 20px;
  padding: 18px 24px 20px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f8fbff, #eef6ff);
  border: 1px solid #e7eef8;
}

.mm-gp-advantages h2 {
  margin-bottom: 16px;
}

.mm-gp-advantages__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.mm-gp-advantage {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.mm-gp-advantage-icon {
  width: 34px;
  height: 34px;
  color: var(--gp-blue);
}

.mm-gp-advantage strong {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
}

.mm-gp-advantage p {
  margin: 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.6;
}

.mm-gp-parameter-request {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: stretch;
  margin-top: 18px;
  border: 1px solid var(--gp-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.mm-gp-parameter-request br,
.mm-gp-parameter-request p:empty {
  display: none;
}

.mm-gp-parameter-request__intro {
  padding: 24px 28px;
}

.mm-gp-parameter-request__intro p {
  margin: 9px 0 17px;
  color: #475569;
  font-size: 14px;
}

.mm-gp-parameter-request__intro button {
  min-height: 40px;
  padding: 0 18px;
  font-size: 13px;
}

.mm-gp-parameter-request__items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid var(--gp-line);
}

.mm-gp-parameter-request__items span {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  min-height: 118px;
  padding: 16px 12px;
  border-left: 1px solid var(--gp-line);
  color: #334155;
  text-align: center;
}

.mm-gp-parameter-request__items span:first-child {
  border-left: 0;
}

.mm-gp-parameter-request__icon {
  width: 30px;
  height: 30px;
  color: var(--gp-blue);
}

.mm-gp-parameter-request__items strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.mm-gp-parameter-request__items em {
  max-width: 112px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}

.mm-gp-bottom-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 18px 0 18px;
}

.mm-gp-dark-cta,
.mm-gp-support {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 172px;
  border-radius: 8px;
  overflow: hidden;
}

.mm-gp-dark-cta {
  background: #061426;
  color: #fff;
  padding: 30px 34px;
}

.mm-gp-dark-cta h2 {
  color: #fff;
}

.mm-gp-dark-cta p,
.mm-gp-support p {
  margin: 10px 0 18px;
  max-width: 370px;
  line-height: 1.55;
}

.mm-gp-dark-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.mm-gp-dark-cta button,
.mm-gp-support button {
  min-height: 44px;
  padding: 0 22px;
  font-size: 14px;
}

.mm-gp-dark-cta__art {
  position: absolute;
  right: 24px;
  bottom: -10px;
  width: 240px;
  height: auto;
  opacity: 0.55;
}

.mm-gp-support {
  background: #f3f7fb;
  border: 1px solid var(--gp-line);
  padding: 30px 34px;
}

.mm-gp-support p {
  color: #475569;
}

.mm-gp-support button {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: var(--gp-blue);
  font-weight: 800;
  cursor: pointer;
}

.mm-gp-support__art {
  width: 150px;
  height: auto;
  flex: 0 0 auto;
}

.mm-gp-footer {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.45;
  background: #061426;
}

.mm-gp-footer p:empty {
  display: none;
}

.mm-gp-footer br {
  display: none;
}

.mm-gp-footer__cta {
  color: #0f172a;
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.98), rgba(238, 246, 255, 0.94)),
    radial-gradient(circle at 84% 20%, rgba(11, 77, 179, 0.14), transparent 34%);
  border-top: 1px solid var(--gp-line);
}

.mm-gp-footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}

.mm-gp-footer__cta-copy {
  max-width: 780px;
}

.mm-gp-footer__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gp-blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mm-gp-footer__cta h2 {
  margin: 0;
  color: #071426;
  font-size: 28px;
  line-height: 1.18;
}

.mm-gp-footer__cta p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--gp-muted);
  font-size: 16px;
  line-height: 1.55;
}

.mm-gp-footer__cta-actions {
  display: grid;
  gap: 10px;
  width: min(310px, 100%);
  flex: 0 0 auto;
}

.mm-gp-footer__phone,
.mm-gp-footer__request,
.mm-gp-footer__callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

.mm-gp-footer__phone {
  color: #071426;
  background: #fff;
  border: 1px solid #dbe5f2;
}

.mm-gp-footer__request {
  color: #fff;
  background: var(--gp-blue);
  border: 1px solid var(--gp-blue);
}

.mm-gp-footer__callback {
  margin-top: 18px;
  padding: 0 18px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.mm-gp-footer__action-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.mm-gp-footer__trust-wrap {
  color: #0f172a;
  background: #fff;
  border-top: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
}

.mm-gp-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 24px 0;
}

.mm-gp-footer__trust-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.mm-gp-footer__trust-icon {
  width: 44px;
  height: 44px;
  color: var(--gp-blue);
}

.mm-gp-footer__trust-item strong {
  display: block;
  color: #071426;
  font-size: 15px;
  line-height: 1.25;
}

.mm-gp-footer__trust-item span {
  display: block;
  margin-top: 5px;
  color: var(--gp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mm-gp-footer__main {
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 16% 0%, rgba(26, 101, 216, 0.28), transparent 30%),
    linear-gradient(135deg, #061426 0%, #071d36 52%, #061426 100%);
  padding: 48px 0 38px;
}

.mm-gp-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) minmax(170px, 0.8fr) minmax(190px, 0.9fr) minmax(230px, 1fr);
  gap: 42px;
  align-items: start;
}

.mm-gp-logo--footer {
  width: max-content;
  color: #fff;
}

.mm-gp-logo--footer .mm-gp-logo__svg {
  padding: 4px;
  background: #fff;
  border-radius: 14px;
}

.mm-gp-logo--footer .mm-gp-logo__text strong {
  color: #fff;
}

.mm-gp-logo--footer .mm-gp-logo__text em {
  color: rgba(255, 255, 255, 0.72);
}

.mm-gp-footer__brand p,
.mm-gp-footer__contacts p {
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}

.mm-gp-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.mm-gp-footer__badges span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 13px;
}

.mm-gp-footer h3 {
  margin: 4px 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.mm-gp-footer__links {
  display: grid;
  gap: 11px;
}

.mm-gp-footer__links a,
.mm-gp-footer__links button {
  display: inline-flex;
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  line-height: 1.35;
  cursor: pointer;
}

.mm-gp-footer__links a:hover,
.mm-gp-footer__links button:hover,
.mm-gp-footer__phone-big:hover {
  color: #fff;
}

.mm-gp-footer__phone-big {
  display: inline-flex;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.mm-gp-footer__bottom {
  color: rgba(255, 255, 255, 0.62);
  background: #04101f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mm-gp-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  font-size: 13px;
}

.mm-gp-selection-modal[hidden] {
  display: none;
}

.mm-gp-selection-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.mm-gp-selection-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.55);
}

.mm-gp-selection-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.35);
}

.mm-gp-selection-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .mm-gp-topbar__nav {
    gap: 18px;
  }

  .mm-gp-mainbar__inner {
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .mm-gp-search {
    max-width: none;
    order: 5;
    flex-basis: 100%;
  }

  .mm-gp-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mm-gp-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-gp-footer__cta-inner {
    align-items: flex-start;
  }

  .mm-gp-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-gp-footer__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width: 1181px) {
  .mm-gp-hero {
    min-height: 395px;
    background-position: center, 64% center;
    background-size: cover, 115% auto;
    background-repeat: no-repeat;
  }

  .mm-gp-hero__inner {
    justify-content: flex-start;
    min-height: 395px;
    padding-top: 86px;
    padding-bottom: 70px;
  }

  .mm-gp-hero h1 {
    max-width: 1120px;
    font-size: 54px;
    line-height: 1.08;
  }

  .mm-gp-hero__features {
    max-width: 1020px;
    gap: 62px;
    margin-top: 28px;
  }

  .mm-gp-hero__feature {
    min-width: 176px;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .mm-gp-topbar {
    min-height: 35px;
  }

  .mm-gp-topbar__inner {
    min-height: 35px;
    gap: 16px;
  }

  .mm-gp-topbar__nav {
    gap: 24px;
  }

  .mm-gp-topbar__right {
    gap: 16px;
  }

  .mm-gp-mainbar__inner {
    flex-wrap: nowrap;
    min-height: 86px;
    padding: 0;
    gap: 16px;
  }

  .mm-gp-logo {
    min-width: 218px;
    gap: 10px;
  }

  .mm-gp-logo__mark {
    width: 46px;
    height: 46px;
  }

  .mm-gp-logo__svg {
    width: 46px;
    height: 46px;
  }

  .mm-gp-logo__text strong {
    font-size: 20px;
  }

  .mm-gp-logo__text em {
    font-size: 10px;
  }

  .mm-gp-catalog-button {
    min-width: 158px;
    min-height: 50px;
    padding: 0 14px;
    font-size: 12px;
  }

  .mm-gp-search {
    order: 0;
    flex: 1 1 310px;
    flex-basis: auto;
    min-width: 250px;
    max-width: 340px;
  }

  .mm-gp-search input {
    height: 50px;
    padding-left: 18px;
    font-size: 13px;
  }

  .mm-gp-quick-link {
    gap: 9px;
    min-height: 50px;
    font-size: 12px;
  }

  .mm-gp-quick-icon {
    width: 24px;
    height: 24px;
  }

  .mm-gp-hero,
  .mm-gp-hero__inner {
    min-height: 395px;
  }

  .mm-gp-hero__inner {
    justify-content: flex-start;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .mm-gp-hero h1 {
    max-width: 790px;
    font-size: 35px;
    line-height: 1.14;
  }

  .mm-gp-hero__features {
    gap: 48px;
    margin-top: 46px;
  }

  .mm-gp-hero__feature {
    min-width: 132px;
    font-size: 13px;
  }

  .mm-gp-selection {
    padding: 14px 22px;
  }

  .mm-gp-selection__head h2,
  .mm-gp-section-head h2,
  .mm-gp-advantages h2 {
    font-size: 19px;
  }

  .mm-gp-selection__head p {
    margin-top: 5px;
    font-size: 12px;
  }

  .mm-gp-tabs {
    margin: 14px 0 12px;
  }

  .mm-gp-form-grid {
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 12px;
    padding: 12px 14px;
  }

  .mm-gp-form-grid label {
    gap: 5px;
    font-size: 11px;
  }

  .mm-gp-form-grid input,
  .mm-gp-form-grid select,
  .mm-gp-form-grid textarea {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .mm-gp-form-grid textarea {
    min-height: 82px;
    padding-top: 12px;
  }

  .mm-gp-file-note {
    gap: 10px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .mm-gp-form-actions {
    flex-wrap: nowrap;
    gap: 14px;
    padding: 0 14px 10px;
  }

  .mm-gp-file-button span {
    min-width: 170px;
    min-height: 38px;
  }

  .mm-gp-primary-button {
    min-width: 205px;
    min-height: 38px;
    padding: 0 18px;
  }

  .mm-gp-chips {
    gap: 8px;
    margin-left: auto;
    white-space: nowrap;
  }

  .mm-gp-chips span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .mm-gp-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mm-gp-categories .mm-gp-section-head {
    height: 32px;
  }

  .mm-gp-category-card {
    min-height: 134px;
    padding: 18px 16px;
  }

  .mm-gp-category-card span {
    gap: 8px;
  }

  .mm-gp-category-card strong {
    font-size: 14px;
  }

  .mm-gp-category-card em {
    font-size: 12px;
    line-height: 1.35;
  }

  .mm-gp-category-icon {
    width: 64px;
    height: 64px;
  }

  .mm-gp-advantages__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mm-gp-advantages {
    margin-top: 20px;
    padding: 12px 24px 13px;
  }

  .mm-gp-advantages h2 {
    margin-bottom: 10px;
  }

  .mm-gp-advantages__grid {
    gap: 12px;
  }

  .mm-gp-advantage {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .mm-gp-advantage-icon {
    width: 30px;
    height: 30px;
  }

  .mm-gp-advantage strong {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.25;
  }

  .mm-gp-advantage p {
    font-size: 10px;
    line-height: 1.34;
  }
}

@media (max-width: 820px) {
  .mm-gp-shell {
    width: min(100vw - 28px, var(--gp-shell));
  }

  .mm-gp-topbar__nav,
  .mm-gp-topbar__right a:nth-last-child(-n + 2) {
    display: none;
  }

  .mm-gp-topbar__right {
    gap: 12px;
  }

  .mm-gp-mainbar__inner {
    gap: 14px;
  }

  .mm-gp-logo {
    min-width: 0;
  }

  .mm-gp-logo__mark {
    width: 44px;
    height: 44px;
  }

  .mm-gp-logo__text strong {
    font-size: 18px;
  }

  .mm-gp-catalog-button {
    min-width: 0;
    flex: 1;
  }

  .mm-gp-quick-link {
    min-height: 44px;
  }

  .mm-gp-hero,
  .mm-gp-hero__inner {
    min-height: 440px;
  }

  .mm-gp-hero__inner {
    padding-bottom: 70px;
  }

  .mm-gp-hero h1 {
    font-size: 34px;
  }

  .mm-gp-hero__features {
    gap: 18px;
    margin-top: 34px;
  }

  .mm-gp-hero__feature {
    width: calc(50% - 12px);
    min-width: 0;
    font-size: 14px;
  }

  .mm-gp-selection {
    padding: 22px 18px;
  }

  .mm-gp-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .mm-gp-tabs__button {
    min-width: 150px;
  }

  .mm-gp-form-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .mm-gp-field-wide {
    grid-row: auto;
  }

  .mm-gp-form-actions,
  .mm-gp-chips {
    align-items: stretch;
    width: 100%;
  }

  .mm-gp-file-button span,
  .mm-gp-primary-button {
    width: 100%;
  }

  .mm-gp-chips {
    margin-left: 0;
    overflow-x: auto;
  }

  .mm-gp-category-grid,
  .mm-gp-advantages__grid,
  .mm-gp-bottom-cards,
  .mm-gp-footer__grid,
  .mm-gp-footer__trust {
    grid-template-columns: 1fr;
  }

  .mm-gp-footer__cta-inner {
    display: grid;
    gap: 22px;
    padding: 26px 0;
  }

  .mm-gp-footer__cta h2 {
    font-size: 24px;
  }

  .mm-gp-footer__cta-actions {
    width: 100%;
  }

  .mm-gp-footer__main {
    padding: 36px 0 30px;
  }

  .mm-gp-footer__grid {
    gap: 28px;
  }

  .mm-gp-footer__bottom-inner {
    display: grid;
  }

  .mm-gp-parameter-request {
    grid-template-columns: 1fr;
  }

  .mm-gp-parameter-request__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid var(--gp-line);
  }

  .mm-gp-parameter-request__items span {
    min-height: 104px;
    border-top: 1px solid var(--gp-line);
  }

  .mm-gp-parameter-request__items span:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .mm-gp-dark-cta__art,
  .mm-gp-support__art {
    opacity: 0.22;
    position: absolute;
    right: 18px;
    bottom: 10px;
  }
}

@media (max-width: 520px) {
  .mm-gp-topbar__inner {
    font-size: 12px;
  }

  .mm-gp-topbar__right {
    display: none;
  }

  .mm-gp-logo__text em {
    display: none;
  }

  .mm-gp-hero h1 {
    font-size: 28px;
  }

  .mm-gp-hero__feature {
    width: 100%;
  }

  .mm-gp-category-card {
    min-height: 102px;
  }

  .mm-gp-footer__cta h2 {
    font-size: 22px;
  }

  .mm-gp-footer__trust-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .mm-gp-footer__trust-icon {
    width: 38px;
    height: 38px;
  }

  .mm-gp-footer__phone-big {
    font-size: 20px;
  }
}

body.archive.tax-product_cat .fusion-builder-row,
body.archive.tax-product_cat .fusion-layout-column,
body.archive.tax-product_cat .fusion-column-wrapper,
body.archive.tax-product_cat .post-content,
body.archive.tax-product_cat .fusion-text {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

body.archive.tax-product_cat .mm-cat-layout,
body.archive.tax-product_cat .mm-cat-layout__intro,
body.archive.tax-product_cat .mm-cat-layout__intro-media,
body.archive.tax-product_cat .mm-cat-layout__intro-body,
body.archive.tax-product_cat .mm-cat-layout__intro-image {
  max-width: 100% !important;
  box-sizing: border-box;
}
