.et-pm{background:var(--et-pm-bg, #fff);padding:var(--et-pm-pt-d, 64px) 0 var(--et-pm-pb-d, 64px)}.et-pm__wrapper{padding:0 max(48px,calc(50% - var(--container-max-width) / 2))}.et-pm__heading{margin:0 0 28px;color:var(--et-pm-heading, #2e4552);font-size:32px;font-weight:var(--et-font-weight-bold, 600);line-height:1.2;letter-spacing:-.4px}.et-pm__panel{padding:28px;background:#fff;border:1px solid #e4e4e4;border-radius:12px;scroll-margin-top:96px}.et-pm__panel+.et-pm__panel{margin-top:20px}.et-pm__panel-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.et-pm__logo{display:block;flex:0 0 auto;width:auto;height:22px;object-fit:contain}.et-pm__panel-heading{margin:0;color:var(--et-pm-heading, #2e4552);font-size:20px;font-weight:var(--et-font-weight-bold, 600);line-height:1.3}.et-pm__body{margin:0 0 12px;color:#1a1a1a;font-size:16px;line-height:1.6;max-width:68ch}.et-pm__body:last-child{margin-bottom:0}.et-pm__cols{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}@media screen and (min-width:990px){.et-pm__cols{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:40px;align-items:start}.et-pm__cols .et-pm__timeline{flex-direction:column;gap:8px;margin-top:0}.et-pm__cols .et-pm__step{display:flex;align-items:baseline;gap:10px;padding:12px 14px}.et-pm__cols .et-pm__step-dot{margin-bottom:0;align-self:center}.et-pm__cols .et-pm__step-amount{font-size:16px}.et-pm__cols .et-pm__step-label,.et-pm__cols .et-pm__facts{margin-top:0}}.et-pm__timeline{display:flex;gap:12px;margin:20px 0 0;padding:0;list-style:none}.et-pm__step{position:relative;flex:1 1 0;min-width:0;padding:16px;background:#f2f6fa;border-radius:12px}.et-pm__step-dot{display:block;width:10px;height:10px;margin-bottom:10px;background:var(--et-pm-accent, #0097b2);border-radius:50%}.et-pm__step-amount{display:block;color:#2e4552;font-size:18px;font-weight:var(--et-font-weight-bold, 600);line-height:1.3}.et-pm__step-label{display:block;margin-top:2px;color:#1a1a1a;font-size:14px}.et-pm__facts{margin:20px 0 0;padding:0;border:1px solid #e4e4e4;border-radius:12px;overflow:hidden}.et-pm__fact{display:flex;align-items:flex-start;gap:16px;padding:12px 16px}.et-pm__fact+.et-pm__fact{border-top:1px solid #e4e4e4}.et-pm__fact-label{flex:0 0 40%;color:#2e4552;font-size:14px;font-weight:var(--et-font-weight-medium, 500)}.et-pm__fact-value{flex:1 1 auto;min-width:0;margin:0;color:#1a1a1a;font-size:15px;line-height:1.45}.et-pm__checkout{margin:20px 0 0;color:var(--et-pm-accent, #0097b2);font-size:15px;font-weight:var(--et-font-weight-medium, 500);line-height:1.5}.et-pm__note{margin:14px 0 0;padding:12px 16px;background:var(--et-pm-note-bg, #f2f6fa);border-radius:12px;color:#2e4552;font-size:14px;line-height:1.55}.et-pm__calc{margin:20px 0 0;padding:20px;background:#f2f6fa;border-radius:12px}.et-pm__calc-heading{margin:0 0 16px;color:#2e4552;font-size:16px;font-weight:var(--et-font-weight-bold, 600)}.et-pm__calc-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.et-pm__calc-label{margin:0;color:#2e4552;font-size:14px;font-weight:var(--et-font-weight-medium, 500)}.et-pm__calc-label--terms{margin:20px 0 8px}.et-pm__calc-amount{color:#2e4552;font-size:18px;font-weight:var(--et-font-weight-bold, 600)}.et-pm__calc-range{-webkit-appearance:none;appearance:none;width:100%;height:6px;margin:0;background:#2e45521f;border-radius:99px;outline:none;cursor:pointer}.et-pm__calc-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:#fff;border:3px solid var(--et-pm-accent, #0097b2);border-radius:50%;cursor:pointer}.et-pm__calc-range::-moz-range-thumb{width:24px;height:24px;background:#fff;border:3px solid var(--et-pm-accent, #0097b2);border-radius:50%;cursor:pointer}.et-pm__calc-terms{display:flex;flex-wrap:wrap;gap:8px}.et-pm__calc-term{min-height:44px;padding:10px 18px;background:#fff;border:1px solid #e4e4e4;border-radius:99px;color:#2e4552;font-size:14px;font-weight:var(--et-font-weight-medium, 500);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.et-pm__calc-term:hover{border-color:var(--et-pm-accent, #0097b2)}.et-pm__calc-term--active{background:var(--et-pm-accent, #0097b2);border-color:var(--et-pm-accent, #0097b2);color:#fff}.et-pm__calc-result{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px;margin-top:20px;padding:16px 18px;background:#fff;border-radius:12px}.et-pm__calc-result-label{flex:1 1 100%;color:#2e4552;font-size:14px}.et-pm__calc-result-value{color:#2e4552;font-size:28px;font-weight:var(--et-font-weight-bold, 600);line-height:1.2}.et-pm__calc-result-total{color:#1a1a1a;font-size:14px}.et-pm__calc-note{margin:12px 0 0;color:#2e4552;font-size:13px;line-height:1.55}@media screen and (max-width:989px){.et-pm__heading{font-size:28px}}@media screen and (max-width:749px){.et-pm{padding:var(--et-pm-pt-m, 40px) 0 var(--et-pm-pb-m, 40px)}.et-pm__wrapper{padding:0 24px}.et-pm__heading{font-size:24px;margin-bottom:20px}.et-pm__panel{padding:20px}.et-pm__panel-heading{font-size:18px}.et-pm__body{font-size:15px}.et-pm__timeline{flex-direction:column;gap:8px}.et-pm__step{display:flex;align-items:baseline;gap:10px;padding:12px 14px}.et-pm__step-dot{margin-bottom:0;align-self:center}.et-pm__step-amount{font-size:16px}.et-pm__step-label{margin-top:0}}@media screen and (max-width:479px){.et-pm__wrapper{padding:0 16px}.et-pm__panel,.et-pm__calc{padding:16px}.et-pm__fact{flex-direction:column;gap:2px}.et-pm__fact-label{flex-basis:auto}.et-pm__calc-term{flex:1 1 calc(33.333% - 6px);padding:10px 8px;text-align:center}.et-pm__calc-result-value{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/147/assets/et-pay-methods.css.map */
