.calculator-step0{min-height:100vh;display:flex;flex-direction:column;background-color:#f7f9fb;color:#2d2d2d}.calculator-step0__top{position:sticky;top:0;display:flex;align-items:center;gap:24px;padding:18px 32px;background-color:#fff;box-shadow:0 4px 16px #122b3d14;z-index:10}.calculator-step0__logo-wrapper{display:flex;align-items:center;justify-content:center;width:72px;height:72px}.calculator-step0__logo{max-width:100%;max-height:100%;object-fit:contain}.calculator-step0__progress{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex:1;max-width:960px;margin:0 auto}.calculator-step0__progress-item{position:relative;flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:14px;font-weight:500;color:#a4adb7}.calculator-step0__progress-item:after{content:"";position:absolute;top:16px;left:50%;width:calc(100% - 24px);height:2px;background-color:#d9e1e8;transform:translate(12px);z-index:-1}.calculator-step0__progress-item--completed{color:#60f}.calculator-step0__progress-item--completed:after{background-color:#60f}.calculator-step0__progress-item--completed .calculator-step0__progress-dot{border-color:#60f;background-color:#60f;box-shadow:0 2px 6px #6600ff4d}.calculator-step0__progress-item:last-of-type:after{content:none}.calculator-step0__progress-dot{display:inline-block;width:32px;height:32px;border-radius:50%;border:3px solid #d9e1e8;background-color:#fff;box-shadow:0 2px 4px #122b3d14}.calculator-step0__progress-item--active{color:#60f}.calculator-step0__progress-item--active .calculator-step0__progress-dot{border-color:#60f;background:radial-gradient(circle,#fff 55%,#60f 56%)}.calculator-step0__content{flex:1;padding:48px 32px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center}.calculator-step0__content-track{display:flex;height:100%;align-items:center;transition:transform .4s ease}.calculator-step0__content-panel{flex:0 0 auto;padding:0 16px;height:100%;display:flex;align-items:center;justify-content:center}.calculator-step0__placeholder{max-width:min(100%,1000px);width:100%;min-height:600px;padding:32px;border-radius:16px;background:#fff;box-shadow:0 12px 32px #122b3d14;text-align:center;display:flex;flex-direction:column;justify-content:flex-start}.calculator-step0__placeholder-title{margin:0 0 12px;font-size:24px;font-weight:700;color:#2d2d2d}.calculator-step0__landing-title{margin:0 0 100px;font-size:36px;font-weight:700;color:#2d2d2d}.calculator-step0__landing-subtitle{margin:0 0 100px;font-size:22px;line-height:1.6;color:#5f6b7a}.calculator-step0__landing-button{align-self:center;padding:14px 32px;border:none;border-radius:12px;background-color:#60f;color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 12px 24px #6600ff38;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.calculator-step0__landing-button:hover,.calculator-step0__landing-button:focus-visible{background-color:#5800e6;transform:translateY(-1px);box-shadow:0 16px 28px #6600ff47}.calculator-step0__landing-button:focus-visible{outline:2px solid rgba(102,0,255,.6);outline-offset:2px}.calculator-step0__landing-button:active{transform:translateY(0);box-shadow:0 10px 18px #60f3}.calculator-step0__placeholder-text{margin:0;font-size:16px;color:#5f6b7a}.calculator-step0__choice-button{width:200px;height:200px;border:2px solid #e0e5ef;border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#2d2d2d;font-weight:600;font-size:16.8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.calculator-step0__choice-grid{margin-top:32px;display:flex;flex-wrap:wrap;gap:100px;justify-content:center}.calculator-step0__choice-grid--tight{gap:24px;justify-content:center}.calculator-step0__choice-button:hover,.calculator-step0__choice-button:focus-visible{transform:translateY(-2px);box-shadow:0 10px 20px #6600ff26;border-color:#60f6}.calculator-step0__choice-button--active{background:#fff;border-color:#60f;color:#60f;box-shadow:0 12px 24px #6600ff38}.calculator-step0__choice-button--ghost{background:#fff;border-color:#e0e5ef;color:#2d2d2d;box-shadow:none}.calculator-step0__choice-button--compact{width:180px;height:180px}.calculator-step0__choice-button--active:hover,.calculator-step0__choice-button--active:focus-visible{transform:translateY(-2px);border-color:#60f}.calculator-step0__choice-icon{width:144px;height:144px;object-fit:contain}.calculator-step0__choice-label{line-height:1.2}.calculator-step0__tag-group{margin-top:32px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.calculator-step0__tag-button{min-width:150px;padding:14px 24px;border-radius:14px;border:2px solid #e0e5ef;background:#fff;color:#2d2d2d;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.calculator-step0__tag-button:hover,.calculator-step0__tag-button:focus-visible{border-color:#60f6;box-shadow:0 8px 18px #6600ff2e}.calculator-step0__tag-button--inactive{background:#fff;color:#2d2d2d}.calculator-step0__tag-button--active{background:#60f;border-color:#60f;color:#fff;box-shadow:0 12px 24px #6600ff40}.calculator-step0__tag-button--active:hover,.calculator-step0__tag-button--active:focus-visible{border-color:#60f}.calculator-step0__room-list{margin:32px auto 0;width:min(100%,80%);display:flex;flex-direction:column;gap:16px}.calculator-step0__room-card{padding:24px;border-radius:16px;background:#fff;box-shadow:0 12px 24px #122b3d14;border:1px solid rgba(102,0,255,.08);text-align:left}.calculator-step0__room-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between}.calculator-step0__room-title{margin:0;font-size:18px;font-weight:700;color:#2d2d2d}.calculator-step0__construction-field{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.calculator-step0__construction-label{font-size:16px;font-weight:600;color:#2d2d2d}.calculator-step0__construction-select{padding:0 16px;height:38px;line-height:38px;border-radius:12px;border:1px solid rgba(102,0,255,.22);background:#fff;font-size:14px;font-weight:500;color:#2d2d2d;cursor:pointer}.calculator-step0__construction-select:focus-visible{outline:2px solid rgba(102,0,255,.4);outline-offset:2px}.calculator-step0__room-summary{font-size:14px;font-weight:500;color:#5f6b7a}.calculator-step0__surface-group{margin-top:24px;display:flex;flex-direction:column;gap:12px}.calculator-step0__surface-title{font-size:14px;font-weight:600;color:#2d2d2d}.calculator-step0__surface-option{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#2d2d2d;flex-wrap:wrap}.calculator-step0__surface-prefix{font-size:14px;font-weight:500;color:#2d2d2d}.calculator-step0__surface-select-wrapper{display:inline-flex;align-items:center;gap:4px;margin-left:12px}.calculator-step0__surface-option input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:6px;border:2px solid rgba(102,0,255,.3);background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.calculator-step0__surface-option input[type=checkbox]:after{content:"";width:8px;height:8px;border-radius:2px;background-color:transparent}.calculator-step0__surface-option input[type=checkbox]:checked{border-color:#60f;background-color:#60f;box-shadow:0 4px 12px #6600ff40}.calculator-step0__surface-option input[type=checkbox]:checked:after{background-color:#fff}.calculator-step0__surface-option input[type=checkbox]:focus-visible{outline:2px solid rgba(102,0,255,.4);outline-offset:2px}.calculator-step0__surface-select{margin-left:16px;padding:0 16px;height:38px;line-height:38px;border-radius:10px;border:1px solid rgba(102,0,255,.22);background:#fff;font-size:14px;font-weight:500;color:#2d2d2d;cursor:pointer}.calculator-step0__surface-select:focus-visible{outline:2px solid rgba(102,0,255,.4);outline-offset:2px}.calculator-step0__surface-select--plain{padding:0 16px;height:38px;line-height:38px;border-radius:10px;border:1px solid rgba(102,0,255,.22);background:#fff;font-size:14px;font-weight:500;color:#2d2d2d;cursor:pointer}.calculator-step0__surface-select--plain:focus-visible{outline:2px solid rgba(102,0,255,.4);outline-offset:2px}.calculator-step0__dimension-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.calculator-step0__dimension-field{display:flex;align-items:center;gap:12px;flex:1 1 160px}.calculator-step0__dimension-label{font-size:14px;font-weight:600;color:#2d2d2d}.calculator-step0__dimension-input-wrapper{display:flex;align-items:center;gap:8px;background:#6600ff0a;border:1px solid rgba(102,0,255,.12);border-radius:12px;padding:0 12px 0 16px}.calculator-step0__dimension-input{width:49px;padding:10px 0;border:none;font-size:16px;color:#2d2d2d;background:transparent;text-align:right}.calculator-step0__dimension-input:focus-visible{outline:none}.calculator-step0__dimension-suffix{font-size:16px;font-weight:600;color:#5f6b7a}.calculator-step0__property-form{margin:48px auto 0;width:min(100%,300px);display:flex;flex-direction:column;align-items:center;gap:32px}.calculator-step0__property-grid{margin:48px auto 0;width:min(100%,420px);display:grid;grid-template-columns:minmax(150px,200px) 1fr;row-gap:20px;column-gap:24px;text-align:left}.calculator-step0__property-row{display:contents}.calculator-step0__property-label{font-size:16px;font-weight:600;color:#2d2d2d;align-self:center}.calculator-step0__property-control{display:flex;align-items:center;gap:16px}.calculator-step0__field{display:flex;align-items:center;gap:16px;width:100%;justify-content:space-between}.calculator-step0__field-label{font-size:16px;font-weight:600;color:#2d2d2d;flex-shrink:0}.calculator-step0__input-wrapper{width:100%;display:flex;align-items:center;gap:12px;height:38px;background:#6600ff0a;border:1px solid rgba(102,0,255,.12);border-radius:12px;padding:0 16px}.calculator-step0__input{flex:1;width:100%;padding:9px 0;height:38px;border:none;background:transparent;font-size:16px;color:#2d2d2d;outline:none}.calculator-step0__input-wrapper--select{position:relative}.calculator-step0__input--select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:28px;line-height:1.2;cursor:pointer}.calculator-step0__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;color:#5f6b7a}.calculator-step0__input::placeholder{color:#a4adb7}.calculator-step0__input:focus{outline:none}.calculator-step0__input-suffix{font-size:16px;font-weight:600;color:#5f6b7a}.calculator-step0__input-wrapper--simple{justify-content:flex-start;height:38px}.calculator-step0__input-wrapper--short{width:120px;min-width:120px;padding:0 14px}.calculator-step0__input--short{width:100px;min-width:100px;text-align:right}.calculator-step0__field-group{display:flex;flex-direction:column;width:100%;gap:24px}.calculator-step0__selector{display:flex;gap:16px;justify-content:center}.calculator-step0__selector-option{min-width:96px;height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #e0e5ef;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#2d2d2d;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease}.calculator-step0__selector-option:hover,.calculator-step0__selector-option:focus-visible{border-color:#60f6;box-shadow:0 8px 16px #6600ff29;transform:translateY(-1px)}.calculator-step0__selector-option--active{border-color:#60f;color:#60f;box-shadow:0 8px 18px #6600ff2e}.calculator-step0__selector-option--active:hover,.calculator-step0__selector-option--active:focus-visible{border-color:#60f;transform:translateY(-1px)}.calculator-step0__bottom{position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:16px 20%;background-color:#fff;box-shadow:0 -4px 16px #122b3d14;z-index:9}.calculator-step0__bottom--hidden{display:none}.calculator-step0__back{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:12px;background-color:#6600ff1a;color:#60f;font-size:24px;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.calculator-step0__back:hover,.calculator-step0__back:focus-visible{background-color:#6600ff38}.calculator-step0__back:disabled{background-color:#6600ff1a;color:#60f6;cursor:not-allowed;opacity:.6}.calculator-step0__back-icon{line-height:1;font-weight:600}.calculator-step0__next{min-width:120px;padding:12px 32px;border:none;border-radius:12px;background-color:#60f;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.calculator-step0__next:hover,.calculator-step0__next:focus-visible{background-color:#5800e6;transform:translateY(-1px)}.calculator-step0__next:disabled{background-color:#60f6;cursor:not-allowed;transform:none}.calculator-step0__landing-button,.calculator-step0__next,.calculator-step0__tag-button,.calculator-step0__selector-option{padding-block:16px}.calculator-step0__choice-button{padding-block:16px;height:auto;min-height:180px}@media (max-width: 900px){.calculator-step0__top{flex-direction:column;align-items:flex-start;gap:16px}.calculator-step0__progress{width:100%}.calculator-step0__progress-item:after{width:calc(100% - 12px);transform:translate(6px)}.calculator-step0__bottom{flex-direction:column;align-items:stretch;gap:16px;padding:16px 32px}.calculator-step0__next{width:100%}.calculator-step0__content{padding:32px 16px}.calculator-step0__placeholder{padding:24px}.calculator-step0__property-form{margin-top:32px;gap:24px;width:min(100%,280px)}.calculator-step0__property-grid{width:100%;margin-top:32px;grid-template-columns:1fr;row-gap:16px}.calculator-step0__property-label{margin-bottom:4px}.calculator-step0__property-control{width:100%}.calculator-step0__selector{flex-direction:column;align-items:stretch;justify-content:center}.calculator-step0__selector-option{width:100%}.calculator-step0__tag-group{gap:12px}.calculator-step0__tag-button{min-width:120px;width:100%}.calculator-step0__room-list{width:100%}.calculator-step0__dimension-row{gap:12px}.calculator-step0__dimension-field{flex:1 1 100%;flex-direction:column;align-items:flex-start}.calculator-step0__dimension-input-wrapper,.calculator-step0__surface-select{width:100%}.calculator-step0__surface-select-wrapper{margin-left:0}.calculator-step0__construction-field{flex-direction:column;align-items:flex-start;gap:12px}.calculator-step0__field{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.calculator-step0__input-wrapper--short{width:100%;min-width:0;padding:0 12px}.calculator-step0__input--short{width:100%;min-width:0;text-align:left}.calculator-step0__top{flex-direction:row;align-items:center;gap:12px}.calculator-step0__logo-wrapper{width:48px;height:48px}.calculator-step0__progress{gap:12px}.calculator-step0__progress-item{font-size:12px;gap:6px}.calculator-step0__progress-dot{width:20px;height:20px;border-width:2px}.calculator-step0__progress-item:after{top:10px;width:calc(100% - 8px);transform:translate(4px)}.calculator-step0__top{padding-left:5px;padding-right:5px;flex-direction:row;align-items:center;gap:12px}.calculator-step0__logo-wrapper{width:50px;height:50px;min-width:50px;min-height:50px}.calculator-step0__content{padding-left:0;padding-right:0}.calculator-step0__content-panel{padding:0}.calculator-step0__placeholder{max-width:none;width:100%;min-height:auto;border-radius:0;box-shadow:none;padding-left:16px;padding-right:16px}.calculator-step0__landing-title{margin-bottom:24px;font-size:28px}.calculator-step0__landing-subtitle{margin-bottom:24px;font-size:18px}.calculator-step0__content{padding:8px 0;justify-content:flex-start}.calculator-step0__content-panel{padding:0;align-items:flex-start;justify-content:flex-start}.calculator-step0__placeholder{max-width:none;width:100%;min-height:auto;border-radius:0;padding:20px 16px}.calculator-step0__landing-title{margin:0 0 20px;font-size:28px}.calculator-step0__landing-subtitle{margin:0 0 20px;font-size:18px}.calculator-step0__content-track{align-items:flex-start}.calculator-step0{background:#fff}.calculator-step0__top{--hb-header-h: 92px}.calculator-step0__content{min-height:calc(100svh - var(--hb-header-h));display:flex;justify-content:center;padding-top:0;padding-bottom:0;background:#fff}.calculator-step0__content-track{height:100%;align-items:stretch}.calculator-step0__content-panel{height:100%;display:flex;align-items:center;justify-content:center;padding:0 16px}.calculator-step0__placeholder{background:#fff;box-shadow:none;border-radius:0;width:100%;max-width:680px;min-height:auto}.calculator-step0__landing-subtitle{margin-top:50px;margin-bottom:50px}.calculator-step0__bottom{flex-direction:row;align-items:center;gap:12px;padding:12px 16px}.calculator-step0__back{flex:0 0 48px}.calculator-step0__next{width:auto;flex:1 1 auto}.calculator-step0__choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;justify-items:stretch}.calculator-step0__choice-button{width:100%;height:150px;padding:12px;border-radius:12px}.calculator-step0__choice-icon{width:90px;height:90px;object-fit:contain}.calculator-step0__choice-label{font-size:15px}.calculator-step0__property-grid{grid-template-columns:110px 1fr;column-gap:12px;row-gap:16px;align-items:center}.calculator-step0__property-label{white-space:nowrap;font-size:16px}.calculator-step0__property-control,.calculator-step0__input-wrapper,.calculator-step0__input-wrapper--short{width:100%;min-width:0}.calculator-step0__selector{width:100%;justify-content:flex-start;gap:8px}.calculator-step0__selector-option{flex:1 1 0;min-width:0}.calculator-step0__construction-select{width:100%}.calculator-step0__selector{flex-direction:row!important;align-items:center;justify-content:flex-start;gap:8px;width:100%}.calculator-step0__selector-option{width:auto!important;min-width:64px;height:34px;padding:0 12px;font-size:14px}.calculator-step0__property-grid{grid-template-columns:minmax(140px,45%) 1fr;column-gap:12px}.calculator-step0__property-label{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.25;align-self:start}.calculator-step0__property-control{align-items:flex-start}.calculator-step0__input-wrapper--short{width:100%!important;min-width:0!important}.calculator-step0__property-grid{grid-template-columns:60% 40%!important;column-gap:12px;align-items:center}.calculator-step0__property-label{justify-self:start;white-space:normal}.calculator-step0__property-control{min-width:0;width:100%}.calculator-step0__input-wrapper,.calculator-step0__construction-select,.calculator-step0__selector{width:100%}.calculator-step0__choice-grid[aria-label=Състояние]{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button{width:100%!important;height:140px;padding:10px;border-radius:12px}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-icon{width:80px;height:80px}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-label{font-size:14px;line-height:1.2;text-align:center;white-space:normal}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button{font-size:90%!important}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-label{font-size:.9em}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button{padding-block:6px!important;padding-inline:8px!important;height:130px;min-height:0}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-icon{margin-top:1px;margin-bottom:1px}.calculator-step0__placeholder>div[style*="Имате ли нужда от"]{margin-left:0!important;padding-left:0!important}.calculator-step0__surface-group{margin-left:0!important;padding-left:0!important;height:auto!important;display:flex!important;flex-direction:row!important;align-items:center!important}.calculator-step0__surface-option{gap:8px}.calculator-step0__surface-option input[type=checkbox]{margin:0}#extras_label{margin-left:0!important;margin-top:20!important;font-size:16px!important}.calculator-step0__surface-group .calculator-step0__surface-option>span{font-size:12.6px!important}.calculator-step0__content-panel[aria-label="Стъпка 3"] .calculator-step0__placeholder>div[style*="text-align: center"]{font-size:16px!important}.calculator-step0__content-panel[aria-label="Стъпка 3"] .calculator-step0__property-grid{grid-template-columns:33% 67%!important;column-gap:12px;align-items:center}.calculator-step0__content-panel[aria-label="Стъпка 3"] .calculator-step0__property-control,.calculator-step0__content-panel[aria-label="Стъпка 3"] .calculator-step0__input-wrapper{width:100%!important;min-width:0!important}.calculator-step0__content-panel[aria-label="Стъпка 3"] .calculator-step0__property-label{white-space:normal;line-height:1.25}.calculator-step0__content{padding-top:0!important}.calculator-step0__content-panel[aria-label=Начало] .calculator-step0__landing-title{margin-top:0!important}#names_field{margin-top:0!important;padding-top:0!important}.calculator-step0__content{justify-content:flex-start!important;padding-top:0!important}.calculator-step0__content-track{align-items:flex-start!important}.calculator-step0__content-panel[aria-label=Начало]{align-items:flex-start!important;justify-content:flex-start!important}.calculator-step0__content-panel[aria-label=Начало] .calculator-step0__placeholder{padding-top:0!important}.calculator-step0__content-panel[aria-label=Начало] .calculator-step0__placeholder>:first-child{margin-top:0!important}.calculator-step0__choice-button{padding:0 12px!important}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button{padding-top:0!important;padding-bottom:0!important}.calculator-step0__choice-button{padding-top:10px!important;padding-bottom:10px!important;height:auto!important;min-height:0!important;justify-content:flex-start;gap:4px!important}.calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button{height:auto!important;min-height:0!important;justify-content:flex-start!important;gap:4px!important}.calculator-step0__choice-icon,.calculator-step0__choice-label{margin:0!important}.calculator-step0__property-grid{align-items:center}.calculator-step0__property-label{display:flex;align-items:center;align-self:center}.calculator-step0__property-control{align-self:center}.calculator-step0__property-label,.calculator-step0__property-control{align-self:center!important}.calculator-step0__property-grid{align-items:center!important}.calculator-step0__content-panel[aria-label="Стъпка 2"] .calculator-step0__surface-group .calculator-step0__surface-option>span{font-size:16px!important;line-height:1.3}.calculator-step0__content-panel[aria-label="Стъпка 2"] .calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button:first-child .calculator-step0__choice-label:after{content:"";display:block;height:10px}.calculator-step0__content-panel[aria-label="Стъпка 2"] .calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-button .calculator-step0__choice-icon{margin-top:5px!important}.calculator-step0__content-panel[aria-label="Стъпка 2"] .calculator-step0__choice-grid[aria-label=Състояние] .calculator-step0__choice-label{font-size:14px!important;line-height:1.25}}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f7f9fb;color:#2d2d2d}
