:root {
--bz-blue: #6fa43a;
--bz-blue-dark: #4f7f29;
--bz-red: #7fba42;
--bz-ink: #111111;
--bz-muted: #68705f;
--bz-line: #dde7d4;
--bz-bg: #f6f8f2;
--bz-soft: #ffffff;
--bz-radius: 24px;
--bz-shadow: 0 18px 55px rgba(17, 17, 17, .10);
--bz-panel-height: 900px;
}
.bz-order { font-family: inherit; color: var(--bz-ink); max-width: 1260px; margin: 0 auto; padding: 8px 18px 18px; text-align: left; }
.bz-order * { box-sizing: border-box; }
.bz-form { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; }
.bz-form__main { position: relative; display: block; height: var(--bz-panel-height); }
.bz-card { background: var(--bz-soft); border-radius: var(--bz-radius); box-shadow: var(--bz-shadow); border: 1px solid rgba(255,255,255,.8); }
.bz-section { padding: 22px 30px 120px; height: var(--bz-panel-height) !important; max-height: var(--bz-panel-height) !important; overflow: hidden; scrollbar-width: thin; }
.bz-section[data-step="3"] { overflow-y: auto; padding-bottom: 150px; }
.bz-section[hidden] { display: none !important; }
.bz-section__head { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; margin-bottom: 18px; }
.bz-section__head h3 { margin: 0 0 5px; font-size: clamp(24px, 2.1vw, 32px); line-height: 1.08; text-align: left; color: var(--bz-ink); }
.bz-section__head p { margin: 0; color: var(--bz-muted); line-height: 1.38; font-size: 15px; text-align: left; font-weight: 750; }
.bz-step { width: 56px; height: 56px; border-radius: 14px; display: inline-grid; place-items: center; background: var(--bz-blue); color: #fff; font-weight: 900; font-size: 24px; box-shadow: 0 10px 24px rgba(111,164,58,.20); }
.bz-chip, .bz-toggle button, .bz-color-button, .bz-submit, .bz-nav-arrow, .bz-dot, .bz-issue, .bz-format, .bz-repeat { cursor: pointer; font-family: inherit; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease; }
.bz-issue-toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.bz-chip { border: 1px solid #dcebd1; background: #f1f8eb; color: var(--bz-blue-dark); border-radius: 12px; padding: 9px 13px; font-weight: 850; font-size: 14px; }
.bz-chip.is-active { background: var(--bz-blue); color: #fff; }
.bz-choice-counter { margin: 0 0 10px; color: var(--bz-blue-dark); font-weight: 900; font-size: 15px; }
.bz-choice-counter.is-error { color: #b42318; background: #fff4f4; border: 1px solid #ffd0d0; border-radius: 12px; padding: 9px 12px; }
.bz-issues { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 10px; }
.bz-issues.is-compact { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 8px; }
.bz-issue, .bz-format, .bz-repeat { width: 100%; text-align: left; background: #fff; border: 2px solid var(--bz-line); border-radius: 13px; padding: 14px; color: var(--bz-ink); }
.bz-issue:hover, .bz-format:hover, .bz-repeat:hover { transform: translateY(-1px); border-color: #b9d49c; box-shadow: 0 10px 28px rgba(111,164,58,.15); }
.bz-issue.is-active, .bz-format.is-active, .bz-repeat.is-active { border-color: var(--bz-blue); box-shadow: 0 0 0 4px rgba(111,164,58,.12); }
.bz-issue.is-disabled { opacity: .34; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.bz-issue strong, .bz-format strong, .bz-repeat strong { display: block; font-size: 17px; margin-bottom: 4px; color: var(--bz-ink); line-height: 1.15; }
.bz-issue span, .bz-format span, .bz-repeat span { display: block; color: var(--bz-muted); font-size: 14px; line-height: 1.3; }
.bz-issue small { display: block; margin-top: 7px; color: #3b3b3b; font-size: 12px; line-height: 1.25; }
.bz-issues.is-compact .bz-issue { padding: 9px 10px; min-height: 70px; }
.bz-issues.is-compact .bz-issue strong { font-size: 14px; margin-bottom: 2px; }
.bz-issues.is-compact .bz-issue span { font-size: 12px; }
.bz-repeat-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px; }
.bz-repeat { min-height: 126px; display: flex; flex-direction: column; justify-content: center; }
.bz-repeat strong { font-size: 21px; }
.bz-repeat.is-inquiry { border-style: dashed; background: #fbfbff; }
.bz-color-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; width: 100%; background: transparent; padding: 0; }
.bz-color-button { border: 2px solid var(--bz-line); background: #fff; color: var(--bz-ink); padding: 13px 16px; border-radius: 16px; font-size: 17px; font-weight: 900; text-align: center; box-shadow: none; }
.bz-color-button--color { background: #f3faee; color: var(--bz-red); }
.bz-color-button--bw { background: #f4f4f4; color: #2f2f2f; }
.bz-color-button.is-active { border-color: var(--bz-blue); box-shadow: 0 0 0 4px rgba(111,164,58,.14); }
.bz-color-button--color.is-active { background: var(--bz-red); color: #fff; }
.bz-color-button--bw.is-active { background: #2f2f2f; color: #fff; }
.bz-toggle { background: #f2f6ee; border-radius: 18px; padding: 5px; margin-bottom: 22px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.bz-toggle button { border: 0; background: transparent; color: var(--bz-ink); padding: 12px 15px; border-radius: 14px; font-size: 15px; font-weight: 900; }
.bz-toggle button.is-active { background: var(--bz-blue); color: #fff; box-shadow: inset 0 0 0 2px #3f6b1d; }
.bz-format-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 10px; }
.bz-format { display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto auto; gap: 3px 10px; min-height: 108px; align-items: start; padding: 11px; }
.bz-format__mock { grid-row: 1 / span 3; width: 46px; height: 66px; border-radius: 0; background: #eef3e9; padding: 5px; display: flex; align-items: flex-start; justify-content: flex-start; overflow: hidden; }
.bz-format__fill { display: block; width: 100%; background: var(--bz-blue); border-radius: 0 !important; min-height: 12px; }
.bz-format strong { font-size: 17px; }
.bz-format span { font-size: 13px; }
.bz-format[data-shape="small"] .bz-format__fill { width: 50% !important; height: 24%; margin-right: auto; }
.bz-format[data-shape="sixth"] .bz-format__fill { width: 50% !important; height: 32%; margin-right: auto; }
.bz-format[data-shape="quarter-high"] .bz-format__fill { width: 50% !important; height: 49%; margin-right: auto; }
.bz-format[data-shape="quarter-wide"] .bz-format__fill { width: 100% !important; height: 24%; }
.bz-format[data-shape="half-high"] .bz-format__fill { width: 50% !important; height: 100%; margin-right: auto; }
.bz-format[data-shape="half-wide"] .bz-format__fill { width: 100% !important; height: 50%; }
.bz-format[data-shape="full"] .bz-format__fill { width: 100% !important; height: 100%; }
.bz-format[data-shape="custom"] .bz-format__mock { background: repeating-linear-gradient(135deg, #eef3e9, #eef3e9 8px, #dfead6 8px, #dfead6 16px); }
.bz-format[data-shape="custom"] .bz-format__fill { display: none; }
.bz-custom-format { margin-top: 12px; padding: 14px; border-radius: 16px; background: #f7fbf4; border: 1px solid #dcebd1; }
.bz-custom-format h4 { margin: 0 0 4px; font-size: 20px; }
.bz-custom-format p { margin: 0 0 12px; color: var(--bz-muted); }
.bz-two-cols, .bz-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; }
.bz-full { grid-column: 1 / -1; }
.bz-form label { font-weight: 750; color: var(--bz-ink); text-align: left; }
.bz-form input, .bz-form select, .bz-form textarea { width: 100%; margin-top: 3px; border: 1px solid #d8dbe7; background: #f7f7fa; border-radius: 0; min-height: 30px; padding: 4px 10px; font: inherit; font-weight: 400 !important; color: var(--bz-ink); }
.bz-form textarea { resize: vertical; min-height: 40px; max-height: 54px; }
.bz-inquiry-box, .bz-hint { margin-top: 12px; padding: 13px 16px; background: #f8f8fb; border: 1px solid var(--bz-line); border-radius: 15px; display: grid; gap: 3px; color: var(--bz-muted); }
.bz-inquiry-box strong { color: var(--bz-ink); }
.bz-upload { display: block; padding: 18px 20px; border: 2px dashed #cfddc4; border-radius: 17px; background: #fafcf8; margin-top: 18px; }
.bz-upload span { display: block; font-size: 17px; margin-bottom: 10px; color: var(--bz-blue); }
.bz-upload small { display: block; color: var(--bz-muted); font-weight: 500; }
.bz-check { display: flex; gap: 9px; align-items: flex-start; margin-top: 10px; }
.bz-check input { width: auto; min-height: auto; margin-top: 4px; }
.bz-check--summary { font-size: 12px; color: var(--bz-muted); margin-top: 4px; margin-bottom: 5px; line-height: 1.25; }
.bz-nav { position: absolute; left: 30px; right: 30px; bottom: 20px; z-index: 5; display: grid; grid-template-columns: 104px 1fr 126px; gap: 12px; align-items: center; justify-items: center; max-width: none; margin: 0; }
.bz-nav-arrow { border: 0; border-radius: 14px; line-height: 1; font-weight: 1000; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px !important; box-shadow: 0 10px 24px rgba(111,164,58,.20); white-space: nowrap; }
.bz-nav-arrow--prev { width: 92px; height: 46px; background: #edf6e8; color: var(--bz-blue); font-size: 16px; box-shadow: none; justify-self: start; }
.bz-nav-arrow--next { width: 118px; height: 58px; background: var(--bz-blue); color: #fff; font-size: 18px; justify-self: end; }
.bz-nav-symbol { display: inline-block; font-size: 36px; line-height: .75; transform: translateY(-5px); }
.bz-nav-arrow--next .bz-nav-symbol { font-size: 44px; transform: translateY(-6px); }
.bz-nav-label { font-size: 14px; line-height: 1; font-weight: 900; }
.bz-nav-arrow:hover { transform: translateY(-1px); }
.bz-nav-arrow:disabled { opacity: .22; cursor: not-allowed; box-shadow: none; }
.bz-nav.is-last-step .bz-nav-arrow--next { visibility: hidden; pointer-events: none; }
.bz-progress-dots { display: flex; gap: 8px; align-items: center; justify-content: flex-start; }
.bz-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 99px; background: #d5d9e8; }
.bz-dot.is-active { background: var(--bz-blue); transform: scale(1.22); }
.bz-summary { position: sticky; top: 24px; }
.bz-summary__inner { background: #fff; border-radius: var(--bz-radius); box-shadow: var(--bz-shadow); padding: 20px 24px; border: 1px solid rgba(255,255,255,.8); height: var(--bz-panel-height) !important; max-height: var(--bz-panel-height) !important; display: flex; flex-direction: column; overflow: hidden; }
.bz-summary h3 { margin: 0 0 8px; font-size: 25px; text-align: left; color: var(--bz-ink); }
.bz-summary dl { margin: 0; display: grid; gap: 5px; }
.bz-summary dt { color: var(--bz-muted); font-size: 12px; font-weight: 900; }
.bz-summary dd { margin: 1px 0 0; font-weight: 400; line-height: 1.16; font-size: 13px; }
.bz-summary dd small { color: var(--bz-muted); font-weight: 400; }
.bz-price { margin-top: 7px; padding-top: 9px; border-top: 1px solid var(--bz-line); }
.bz-price small { display: block; color: var(--bz-muted); margin-bottom: 3px; line-height: 1.25; font-weight: 400; }
.bz-price strong { display: block; font-size: 25px; line-height: 1.05; color: var(--bz-blue); }
.bz-tax-note { color: var(--bz-muted); font-size: 12px; margin: 4px 0 4px; font-weight: 400; }
.bz-submit { width: 100%; background: var(--bz-red); color: #fff; border: 0; border-radius: 12px; min-height: 42px; padding: 8px 10px; font-size: 12px; line-height: 1.1; font-weight: 900; margin-top: auto; white-space: nowrap; display: flex; align-items: center; justify-content: center; text-align: center; text-transform: none !important; }
.bz-submit:disabled { opacity: .55; cursor: not-allowed; background: #8e96b8; }
.bz-form-message { margin-top: 8px; font-weight: 800; line-height: 1.25; font-size: 13px; }
.bz-form-message.is-success { color: #087f43; }
.bz-form-message.is-error { color: #b42318; }
@media (max-width: 1050px) {
.bz-form { grid-template-columns: 1fr; }
.bz-summary { position: static; }
.bz-form__main { height: auto; }
.bz-nav { position: static; margin-top: 12px; }
.bz-summary__inner, .bz-section { height: auto !important; max-height: none !important; min-height: 0; }
}
@media (max-width: 780px) {
.bz-order { padding-left: 12px; padding-right: 12px; }
.bz-section { padding: 20px; border-radius: 22px; }
.bz-section__head { grid-template-columns: 1fr; }
.bz-step { width: 48px; height: 48px; font-size: 21px; }
.bz-issues, .bz-issues.is-compact, .bz-format-grid, .bz-repeat-grid, .bz-two-cols, .bz-field-grid { grid-template-columns: 1fr !important; }
.bz-format { grid-template-columns: 56px 1fr; }
.bz-format__mock { width: 48px; height: 70px; }
.bz-toggle, .bz-color-toggle { grid-template-columns: 1fr; }
}
.bz-check--summary a { color: var(--bz-blue); text-decoration: underline; text-underline-offset: 2px; }
.bz-billing-note { margin-top: 14px; font-size: 13px; line-height: 1.35; }
.bz-required-hint { margin-top: 8px; padding: 9px 12px; border-radius: 12px; background: #fff4f4; color: #b42318; border: 1px solid #ffd0d0; font-weight: 700; font-size: 13px; line-height: 1.2; }
.bz-toast { position: fixed; right: 28px; bottom: 28px; z-index: 999999; max-width: 420px; padding: 18px 22px; border-radius: 18px; background: #ecfdf3; color: #087f43; box-shadow: 0 22px 70px rgba(18, 23, 54, .22); border: 1px solid #b7ebc8; cursor: pointer; font-weight: 900; line-height: 1.35; animation: bzToastIn .22s ease-out; }
@keyframes bzToastIn { from { transform: translateY(12px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.bz-submit { text-align: center; }
.bz-summary__issues { display:block; font-size: 13px; line-height: 1.18; } .bz-inserate button.bz-submit { text-transform: none !important; letter-spacing: 0 !important; }
.bz-inserate .bz-nav-arrow .bz-nav-symbol { position: relative; top: -1px; } .bz-order button.bz-submit,
.bz-order .bz-submit,
.bz-order .bz-submit:disabled {
text-transform: none !important;
font-variant-caps: normal !important;
letter-spacing: 0 !important;
}
.bz-order .bz-nav-arrow {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
.bz-order .bz-nav-label {
display: inline-flex;
align-items: center;
line-height: 1;
}
.bz-order .bz-nav-symbol {
display: inline-flex !important;
align-items: center;
justify-content: center;
line-height: 1 !important;
transform: translateY(-9px) !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
transform: translateY(-10px) !important;
} .bz-order .bz-section[data-step="3"] {
padding-bottom: 190px !important;
scroll-padding-bottom: 190px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues {
padding-bottom: 170px !important;
}
.bz-order .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
transform: translateY(0) !important;
position: relative;
top: 0 !important;
line-height: 1 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
.bz-order .bz-nav-label {
line-height: 1 !important;
display: inline-flex !important;
align-items: center !important;
}
.bz-order .bz-nav-arrow {
align-items: center !important;
line-height: 1 !important;
} .bz-order .bz-section[data-step="1"]:has(.bz-custom-format:not([hidden])) .bz-inquiry-box {
display: none !important;
}
.bz-order .bz-nav-arrow {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
}
.bz-order .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 0 !important;
line-height: 0 !important;
width: 13px !important;
height: 13px !important;
display: inline-block !important;
position: relative !important;
top: 0 !important;
border-right: 4px solid currentColor !important;
border-bottom: 4px solid currentColor !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
transform: rotate(135deg) !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
transform: rotate(-45deg) !important;
}
.bz-order .bz-nav-label {
font-size: 14px !important;
line-height: 1 !important;
display: inline-flex !important;
align-items: center !important;
padding-top: 1px;
}
.bz-order .bz-summary dt,
.bz-order .bz-summary dd,
.bz-order .bz-summary dd small,
.bz-order .bz-summary__issues,
.bz-order .bz-tax-note,
.bz-order .bz-check--summary {
font-size: 14px !important;
line-height: 1.25 !important;
}
.bz-order .bz-summary dt {
margin-top: 2px;
}
.bz-order .bz-summary dd {
font-weight: 400;
}
.bz-order .bz-tax-note {
font-weight: 400;
} .bz-order .bz-summary dd,
.bz-order .bz-summary dd small,
.bz-order .bz-summary__issues,
.bz-order .bz-price small,
.bz-order .bz-tax-note,
.bz-order .bz-check--summary,
.bz-order .bz-check--summary span {
font-weight: 400 !important;
}
.bz-order .bz-form input,
.bz-order .bz-form select,
.bz-order .bz-form textarea {
font-weight: 400 !important;
}
.bz-order .bz-section[data-step="5"] {
padding-bottom: 132px !important;
}
.bz-order .bz-field-grid {
gap: 6px 14px !important;
}
.bz-order .bz-billing-note {
margin-top: 10px !important;
padding: 13px 16px !important;
line-height: 1.32 !important;
}
.bz-order .bz-required-hint {
margin-top: 8px !important;
padding: 9px 12px !important;
font-size: 13px !important;
line-height: 1.2 !important;
} .bz-order {
max-width: 1220px !important;
font-size: 15px !important;
}
.bz-order:has(.bz-section[data-step="5"].is-active) {
--bz-panel-height: 780px;
}
.bz-order:not(:has(.bz-section[data-step="5"].is-active)) {
--bz-panel-height: 800px;
}
.bz-order .bz-form {
grid-template-columns: minmax(0, 1fr) 340px !important;
gap: 20px !important;
}
.bz-order .bz-section {
padding: 20px 28px 104px !important;
}
.bz-order .bz-section[data-step="3"] {
padding-bottom: 155px !important;
scroll-padding-bottom: 155px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues {
padding-bottom: 130px !important;
}
.bz-order .bz-section[data-step="5"] {
padding-bottom: 104px !important;
}
.bz-order .bz-section__head {
grid-template-columns: 50px 1fr !important;
gap: 14px !important;
margin-bottom: 15px !important;
}
.bz-order .bz-step {
width: 50px !important;
height: 50px !important;
border-radius: 13px !important;
font-size: 22px !important;
}
.bz-order .bz-section__head h3 {
font-size: clamp(22px, 1.8vw, 27px) !important;
line-height: 1.05 !important;
margin-bottom: 4px !important;
}
.bz-order .bz-section__head p {
font-size: 14px !important;
line-height: 1.28 !important;
}
.bz-order .bz-repeat-grid {
gap: 10px !important;
}
.bz-order .bz-repeat {
min-height: 108px !important;
padding: 13px !important;
}
.bz-order .bz-repeat strong {
font-size: 19px !important;
}
.bz-order .bz-repeat span {
font-size: 14px !important;
}
.bz-order .bz-chip {
padding: 8px 12px !important;
font-size: 13px !important;
}
.bz-order .bz-choice-counter {
font-size: 14px !important;
margin-bottom: 8px !important;
}
.bz-order .bz-issue {
padding: 11px 12px !important;
min-height: 115px !important;
}
.bz-order .bz-issue strong {
font-size: 17px !important;
line-height: 1.08 !important;
color: var(--bz-ink) !important;
}
.bz-order .bz-issue__weekday,
.bz-order .bz-issue__date {
display: block !important;
}
.bz-order .bz-issue span {
font-size: 13px !important;
}
.bz-order .bz-issue small {
font-size: 11.5px !important;
margin-top: 6px !important;
}
.bz-order .bz-issue.is-active strong {
color: var(--bz-ink) !important;
}
.bz-order .bz-issue.is-limit-muted {
opacity: .36;
cursor: pointer;
transform: none !important;
box-shadow: none !important;
}
.bz-order .bz-issues.is-compact .bz-issue {
min-height: 66px !important;
padding: 8px 9px !important;
}
.bz-order .bz-issues.is-compact .bz-issue strong {
font-size: 13px !important;
}
.bz-order .bz-format-grid {
gap: 8px !important;
}
.bz-order .bz-format {
min-height: 94px !important;
padding: 9px !important;
grid-template-columns: 46px 1fr !important;
}
.bz-order .bz-format__mock {
width: 40px !important;
height: 58px !important;
}
.bz-order .bz-format strong,
.bz-order .bz-color-button,
.bz-order .bz-toggle button {
font-size: 14px !important;
}
.bz-order .bz-format span {
font-size: 12px !important;
}
.bz-order .bz-color-button,
.bz-order .bz-toggle button {
padding: 10px 12px !important;
}
.bz-order .bz-toggle {
margin-bottom: 14px !important;
}
.bz-order .bz-inquiry-box,
.bz-order .bz-hint {
margin-top: 10px !important;
padding: 11px 14px !important;
font-size: 14px !important;
line-height: 1.28 !important;
}
.bz-order .bz-custom-format {
margin-top: 10px !important;
padding: 12px !important;
}
.bz-order .bz-custom-format h4 {
font-size: 17px !important;
}
.bz-order .bz-field-grid {
gap: 4px 14px !important;
}
.bz-order .bz-form label {
line-height: 1.15 !important;
font-size: 14px !important;
}
.bz-order .bz-form input,
.bz-order .bz-form select,
.bz-order .bz-form textarea {
margin-top: 1px !important;
min-height: 28px !important;
padding: 3px 9px !important;
font-size: 14px !important;
}
.bz-order .bz-form textarea {
min-height: 36px !important;
max-height: 48px !important;
}
.bz-order .bz-billing-note {
margin-top: 8px !important;
padding: 11px 14px !important;
font-size: 12.5px !important;
line-height: 1.28 !important;
}
.bz-order .bz-required-hint {
margin-top: 7px !important;
padding: 8px 11px !important;
font-size: 12.5px !important;
}
.bz-order .bz-summary__inner {
padding: 18px 22px !important;
}
.bz-order .bz-summary h3 {
font-size: 23px !important;
}
.bz-order .bz-summary dl {
gap: 4px !important;
}
.bz-order .bz-summary dt {
color: var(--bz-ink) !important;
font-weight: 900 !important;
}
.bz-order .bz-summary dd,
.bz-order .bz-summary dd small,
.bz-order .bz-summary__issues {
font-size: 13px !important;
line-height: 1.18 !important;
}
.bz-order .bz-price strong {
font-size: 23px !important;
}
.bz-order .bz-price small,
.bz-order .bz-tax-note {
color: var(--bz-muted) !important;
}
.bz-order .bz-nav {
bottom: 18px !important;
}
.bz-order .bz-nav-arrow--prev {
width: 86px !important;
height: 42px !important;
}
.bz-order .bz-nav-arrow--next {
width: 108px !important;
height: 52px !important;
}
@media (max-width: 1050px) {
.bz-order .bz-form { grid-template-columns: 1fr !important; }
} .bz-order .bz-section[data-step="3"] .bz-issue strong,
.bz-order .bz-section[data-step="3"] .bz-issue strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue strong .bz-issue__date {
color: #111111 !important;
font-size: 19px !important;
font-weight: 800 !important;
line-height: 1.12 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue strong .bz-issue__date {
display: block !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted strong .bz-issue__date {
color: #111111 !important;
} .bz-order .bz-nav-arrow .bz-nav-symbol,
.bz-order .bz-nav-arrow--prev .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 34px !important;
line-height: .8 !important;
width: auto !important;
height: auto !important;
border: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
position: relative !important;
top: -1px !important;
transform: none !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 42px !important;
top: -2px !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
font-size: 38px !important;
top: -2px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue:not(.is-limit-muted) > strong,
.bz-order .bz-section[data-step="3"] .bz-issue:not(.is-limit-muted) > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue:not(.is-limit-muted) > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__date {
color: #111111 !important;
font-size: 22px !important;
font-weight: 900 !important;
line-height: 1.08 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date {
display: block !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__date {
color: #111111 !important;
font-size: 22px !important;
font-weight: 900 !important;
line-height: 1.08 !important;
} .bz-order .bz-section[data-step="3"] .bz-issue > strong,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__date {
color: #111111 !important;
font-size: 17px !important;
font-weight: 800 !important;
line-height: 1.12 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date {
display: block !important;
} .bz-order .bz-section[data-step="3"] .bz-issue > strong,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__date {
color: #111111 !important;
font-size: 19px !important;
font-weight: 900 !important;
line-height: 1.08 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date {
display: block !important;
}
.bz-order .bz-nav-arrow {
overflow: visible !important;
gap: 10px !important;
}
.bz-order .bz-nav-arrow .bz-nav-symbol,
.bz-order .bz-nav-arrow--prev .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 0 !important;
line-height: 0 !important;
width: 14px !important;
height: 14px !important;
min-width: 14px !important;
flex: 0 0 14px !important;
display: inline-block !important;
position: relative !important;
top: 0 !important;
border-right: 4px solid currentColor !important;
border-bottom: 4px solid currentColor !important;
border-left: 0 !important;
border-top: 0 !important;
box-sizing: border-box !important;
overflow: visible !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
transform: rotate(135deg) !important;
margin-left: 5px !important;
margin-right: 0 !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
transform: rotate(-45deg) !important;
margin-left: 0 !important;
margin-right: 5px !important;
} .bz-order .bz-section[data-step="3"] .bz-issue > strong,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-active > strong .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue.is-limit-muted > strong .bz-issue__date {
color: #111111 !important;
font-size: 19px !important;
font-weight: 900 !important;
line-height: 1.08 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issue > strong .bz-issue__date {
display: block !important;
}
.bz-order .bz-nav-arrow {
overflow: visible !important;
gap: 7px !important;
}
.bz-order .bz-nav-arrow .bz-nav-symbol,
.bz-order .bz-nav-arrow--prev .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
display: inline-block !important;
position: relative !important;
width: auto !important;
height: auto !important;
min-width: 0 !important;
flex: 0 0 auto !important;
border: 0 !important;
box-sizing: content-box !important;
overflow: visible !important;
font-size: 36px !important;
line-height: .75 !important;
transform: translateY(-5px) !important;
margin: 0 !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 44px !important;
transform: translateY(-6px) !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
font-size: 36px !important;
transform: translateY(-5px) !important;
} .bz-order .bz-section[data-step="3"] button.bz-issue > strong,
.bz-order .bz-section[data-step="3"] button.bz-issue > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] button.bz-issue > strong > .bz-issue__date,
.bz-order .bz-section[data-step="3"] button.bz-issue.is-active > strong,
.bz-order .bz-section[data-step="3"] button.bz-issue.is-active > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] button.bz-issue.is-active > strong > .bz-issue__date,
.bz-order .bz-section[data-step="3"] button.bz-issue.is-limit-muted > strong,
.bz-order .bz-section[data-step="3"] button.bz-issue.is-limit-muted > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] button.bz-issue.is-limit-muted > strong > .bz-issue__date {
color: #111111 !important;
font-family: inherit !important;
font-size: 19px !important;
font-weight: 900 !important;
line-height: 1.08 !important;
}
.bz-order .bz-section[data-step="3"] button.bz-issue > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] button.bz-issue > strong > .bz-issue__date {
display: block !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue > strong,
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue > strong > .bz-issue__date {
font-size: 13px !important;
}
.bz-order .bz-nav-arrow {
overflow: visible !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 10px !important;
line-height: 1 !important;
}
.bz-order .bz-nav-arrow .bz-nav-symbol,
.bz-order .bz-nav-arrow--prev .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 0 !important;
line-height: 0 !important;
width: 13px !important;
height: 13px !important;
min-width: 13px !important;
flex: 0 0 13px !important;
display: inline-block !important;
position: relative !important;
top: 0 !important;
border-right: 4px solid currentColor !important;
border-bottom: 4px solid currentColor !important;
border-left: 0 !important;
border-top: 0 !important;
box-sizing: border-box !important;
overflow: visible !important;
margin: 0 !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
transform: rotate(135deg) !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
transform: rotate(-45deg) !important;
}
.bz-order .bz-nav-label {
display: inline-flex !important;
align-items: center !important;
line-height: 1 !important;
padding-top: 1px !important;
} .bz-order .bz-section[data-step="3"] {
padding-bottom: 260px !important;
scroll-padding-bottom: 260px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues {
padding-bottom: 250px !important;
} .bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue > strong,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue > strong > .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue.is-active > strong,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue.is-active > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue.is-active > strong > .bz-issue__date,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue.is-limit-muted > strong,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue.is-limit-muted > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue.is-limit-muted > strong > .bz-issue__date {
color: #111111 !important;
font-family: inherit !important;
font-size: 19px !important;
font-weight: 900 !important;
line-height: 1.08 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue > strong > .bz-issue__weekday,
.bz-order .bz-section[data-step="3"] .bz-issues:not(.is-compact) button.bz-issue > strong > .bz-issue__date {
display: block !important;
} .bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue {
min-height: 70px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue > strong,
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue > strong .bz-issue__compact-date {
color: #111111 !important;
display: block !important;
font-family: inherit !important;
font-size: 14px !important;
font-weight: 900 !important;
line-height: 1.12 !important;
white-space: nowrap !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact button.bz-issue span:not(.bz-issue__compact-date) {
font-size: 13px !important;
} .bz-order .bz-nav-arrow {
overflow: visible !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
line-height: 1 !important;
gap: 10px !important;
}
.bz-order .bz-nav-arrow .bz-nav-symbol,
.bz-order .bz-nav-arrow--prev .bz-nav-symbol,
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
font-size: 0 !important;
line-height: 0 !important;
width: 13px !important;
height: 13px !important;
min-width: 13px !important;
flex: 0 0 13px !important;
display: inline-block !important;
position: relative !important;
top: 0 !important;
border-right: 4px solid currentColor !important;
border-bottom: 4px solid currentColor !important;
border-left: 0 !important;
border-top: 0 !important;
box-sizing: border-box !important;
overflow: visible !important;
margin: 0 !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
transform: rotate(135deg) translate(-1px, -1px) !important;
margin-left: 5px !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
transform: rotate(-45deg) translate(0, 0) !important;
margin-right: 2px !important;
}
.bz-order .bz-nav-label {
display: inline-flex !important;
align-items: center !important;
line-height: 1 !important;
padding-top: 1px !important;
} .bz-order .bz-section[data-step="3"] {
padding-bottom: 320px !important;
scroll-padding-bottom: 320px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues {
padding-bottom: 0 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues::after {
content: "" !important;
display: block !important;
grid-column: 1 / -1 !important;
height: 175px !important;
min-height: 175px !important;
pointer-events: none !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact::after {
height: 190px !important;
min-height: 190px !important;
}
.bz-order .bz-nav-arrow--prev {
gap: 4px !important;
padding-left: 10px !important;
padding-right: 9px !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-symbol {
margin-left: 3px !important;
margin-right: 0 !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-label {
margin-left: -1px !important;
} .bz-order .bz-section[data-step="3"] {
overflow: hidden !important;
padding-bottom: 120px !important;
scroll-padding-bottom: 0 !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues {
max-height: calc(var(--bz-panel-height) - 335px) !important;
overflow-y: auto !important;
overflow-x: hidden !important;
padding-right: 8px !important;
padding-bottom: 110px !important;
scrollbar-width: thin !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact {
max-height: calc(var(--bz-panel-height) - 320px) !important;
padding-bottom: 125px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues::after,
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact::after {
content: none !important;
display: none !important;
height: 0 !important;
min-height: 0 !important;
} .bz-order .bz-nav-arrow--prev {
gap: 2px !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-label {
margin-left: -3px !important;
} .bz-order .bz-section[data-step="3"] .bz-issues {
max-height: calc(var(--bz-panel-height) - 324px) !important;
padding-bottom: 104px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact {
max-height: calc(var(--bz-panel-height) - 309px) !important;
padding-bottom: 118px !important;
}
.bz-order .bz-nav-arrow--next {
width: 132px !important;
height: 52px !important;
gap: 13px !important;
padding-left: 16px !important;
padding-right: 16px !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-label {
margin-right: 0 !important;
}
.bz-order .bz-nav-arrow--next .bz-nav-symbol {
margin-left: 2px !important;
margin-right: 0 !important;
} .bz-order .bz-nav-arrow--prev {
width: 104px !important;
height: 46px !important;
gap: 4px !important;
padding-left: 12px !important;
padding-right: 10px !important;
}
.bz-order .bz-nav-arrow--prev .bz-nav-label {
margin-left: -1px !important;
} .bz-order .bz-format--publish {
border: 2px solid #dcebd1 !important;
border-radius: 13px !important;
padding: 11px !important;
background: #fbfdf9 !important;
text-decoration: none !important;
box-shadow: none !important;
}
.bz-order .bz-format--publish:hover {
border-color: #c8ddb7 !important;
text-decoration: none !important;
}
.bz-order .bz-format--publish .bz-format__mock--publish {
background: #eef3e9;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 !important;
}
.bz-order .bz-format--publish .bz-format__fill {
display: none;
}
.bz-order .bz-publish-preview {
display: flex;
flex-direction: column;
justify-content: center;
gap: 8px;
width: 62%;
}
.bz-order .bz-publish-preview__line {
display: block;
width: 100%;
height: 7px;
border-radius: 999px;
background: #b7c5ae;
}
.bz-order .bz-publish-preview__line--title {
width: 82%;
height: 9px;
background: var(--bz-blue);
}
.bz-order .bz-publish-preview__line--short {
width: 68%;
}
.bz-order .bz-ad-content {
display: block;
margin-top: 14px;
padding: 14px 16px;
border: 1px solid var(--bz-line);
border-radius: 15px;
background: #fafcf8;
font-weight: 750;
color: var(--bz-ink);
}
.bz-order .bz-ad-content[hidden] {
display: none !important;
}
.bz-order .bz-ad-content textarea {
display: block;
width: 100%;
margin-top: 7px;
min-height: 110px;
max-height: none;
resize: vertical;
border: 1px solid #d8dbe7;
background: #fff;
border-radius: 0;
padding: 9px 10px;
font: inherit;
font-weight: 400;
color: var(--bz-ink);
}
.bz-order .bz-ad-content small {
display: block;
margin-top: 7px;
color: var(--bz-muted);
font-weight: 500;
line-height: 1.3;
}
.bz-order .bz-submit,
.bz-order .bz-check--summary,
.bz-order .bz-check--summary * {
pointer-events: auto !important;
}
.bz-order .bz-mobile-summary-step {
display: none;
}
@media (max-width: 780px) {
.bz-order .bz-ad-content textarea {
min-height: 135px;
}
.bz-order {
padding: 8px 12px 22px !important;
}
.bz-order .bz-form {
display: block !important;
}
.bz-order .bz-form__main,
.bz-order .bz-section,
.bz-order .bz-summary__inner {
height: auto !important;
max-height: none !important;
min-height: 0 !important;
}
.bz-order .bz-section {
overflow: visible !important;
padding: 20px 18px 22px !important;
}
.bz-order .bz-section[data-step="3"] {
overflow: visible !important;
padding-bottom: 22px !important;
}
.bz-order .bz-section[data-step="3"] .bz-issues,
.bz-order .bz-section[data-step="3"] .bz-issues.is-compact {
max-height: none !important;
overflow: visible !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
}
.bz-order .bz-nav {
position: static !important;
margin: 14px 0 0 !important;
left: auto !important;
right: auto !important;
bottom: auto !important;
grid-template-columns: 104px 1fr 126px !important;
}
.bz-order:not(.bz-is-final-step) .bz-summary {
display: none !important;
}
.bz-order .bz-mobile-summary-step.is-active {
display: block !important;
}
.bz-order.bz-mobile-summary-mode .bz-summary {
display: block !important;
margin-top: 16px !important;
}
.bz-order.bz-mobile-summary-mode .bz-summary__inner {
overflow: visible !important;
}
.bz-order .bz-submit {
position: relative !important;
z-index: 20 !important;
pointer-events: auto !important;
min-height: 50px !important;
}
}