.btn-go-calc[data-astro-cid-skefnjwi]{padding:16px 32px;background-color:#fff;color:#000;border:none;border-radius:0;font-size:16px;font-weight:600;cursor:pointer;transition:none;font-family:Helvetica,sans-serif}.btn-go-form[data-astro-cid-3eoyeqv6]{padding:16px 32px;background-color:transparent;color:#fff;border:2px solid #fff;border-radius:0;font-size:16px;font-weight:600;cursor:pointer;transition:none;font-family:Helvetica,sans-serif}.startscreen[data-astro-cid-xuoso5aq]{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.startscreen-bg[data-astro-cid-xuoso5aq]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.startscreen-bg[data-astro-cid-xuoso5aq] img[data-astro-cid-xuoso5aq]{width:100%;height:100%;object-fit:cover}.startscreen-wrapper[data-astro-cid-xuoso5aq]{position:relative;z-index:1;width:100%;display:flex;justify-content:center;padding:0 20px 60px}.startscreen-content[data-astro-cid-xuoso5aq]{max-width:1200px;width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.left-block[data-astro-cid-xuoso5aq]{display:flex;flex-direction:column;gap:40px;max-width:374px}.left-block[data-astro-cid-xuoso5aq] img[data-astro-cid-xuoso5aq]{width:100%;height:auto}.buttons[data-astro-cid-xuoso5aq]{display:flex;flex-direction:column;gap:16px;width:100%}.buttons[data-astro-cid-xuoso5aq] button{width:100%}.text-block[data-astro-cid-xuoso5aq]{max-width:600px;text-align:right}.text-block[data-astro-cid-xuoso5aq] p[data-astro-cid-xuoso5aq]{font-size:24px;line-height:1.3;color:#fff;font-family:Russo One,sans-serif;text-transform:uppercase;opacity:.8}@media(max-width:1024px){.text-block[data-astro-cid-xuoso5aq] p[data-astro-cid-xuoso5aq]{font-size:20px}}@media(max-width:768px){.startscreen-wrapper[data-astro-cid-xuoso5aq]{padding:0 20px 60px}.startscreen-content[data-astro-cid-xuoso5aq]{flex-direction:column;align-items:flex-start;gap:40px}.left-block[data-astro-cid-xuoso5aq],.text-block[data-astro-cid-xuoso5aq]{max-width:100%}.text-block[data-astro-cid-xuoso5aq] p[data-astro-cid-xuoso5aq]{font-size:16px}}.custom-select{position:relative;width:100%}.custom-select__trigger{padding:12px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none}.custom-select__arrow{transition:transform .3s}.custom-select__arrow.open{transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 4px 12px #00000026}.custom-select__option{padding:12px;cursor:pointer;transition:background .2s}.custom-select__option:hover{background:#d0d0d0}.custom-select__option.selected{background:#000;color:#fff}.Calculator{background-color:#d0d0d0;padding:80px 20px;display:flex;flex-direction:column;align-items:center}.calculator-title{font-family:Russo One,sans-serif;font-size:32px;text-align:center;color:#262626;margin-bottom:40px;text-transform:uppercase}.calculator-title span{text-decoration:underline}.section-title{font-family:Helvetica,sans-serif;font-size:20px;color:#262626;margin-bottom:16px;font-weight:600;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px}.refine-model h3{font-size:20px;color:#262626;margin-bottom:16px;font-family:Helvetica,sans-serif}.section-title-link{font-size:16px;font-weight:400;color:#262626;text-decoration:none;transition:opacity .3s;font-family:Helvetica,sans-serif}.section-title-link:hover{opacity:.7}.model-selection-wrapper{display:flex;width:100%;max-width:1200px;gap:2%;margin-bottom:40px;align-items:flex-start}.model-selection{width:70%}.selected-car-image{width:28%;height:auto;object-fit:contain}.model-buttons,.submodel-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.model-buttons button,.submodel-buttons button{background:#fff;border:none;padding:12px 24px;font-size:18px;cursor:pointer;transition:all .3s;color:#262626}.model-buttons button.selected,.submodel-buttons button.selected{background:#000;color:#fff}.car-grid{display:flex;width:100%;max-width:1200px;margin-bottom:40px;gap:0;overflow-x:auto}.car-grid::-webkit-scrollbar{display:none}.car-grid{-ms-overflow-style:none;scrollbar-width:none}.car-card{cursor:pointer;transition:all .3s;opacity:.5;display:flex;flex-direction:column;align-items:center;flex:0 0 25%;min-width:25%}.car-card.selected{opacity:1}.car-image-container{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:transparent;padding:10px}.car-card.selected .car-image-container{padding:2px}.car-image{width:80%;height:80%;object-fit:contain}.car-card.selected .car-image{width:95%;height:95%}.car-name{margin-top:12px;font-size:16px;color:#262626;text-align:center}.controls-row{display:flex;gap:20px;width:100%;max-width:1200px;margin-bottom:24px;align-items:flex-end}.control-group{display:flex;flex-direction:column;gap:8px;flex:1}.control-group label,.control-label{font-size:16px;color:#262626;font-weight:600}.control-group select,.control-group input{padding:12px;font-size:16px;border:none;outline:none;background:#fff;cursor:pointer}.control-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.mileage-wrapper{position:relative;display:flex;align-items:center}.mileage-wrapper input{width:100%;padding-right:40px}.mileage-wrapper .unit{position:absolute;right:12px;color:#666}.parts-buttons{flex-direction:row;gap:12px}.parts-buttons button{flex:1;background:#fff;border:none;padding:0 24px;height:50px;font-size:16px;cursor:pointer;transition:all .3s}.parts-buttons button.selected{background:#000;color:#fff}.series-link-wrapper{width:100%;max-width:1200px;margin-top:16px;margin-bottom:32px}.series-link{font-size:16px;font-weight:400;color:#262626;text-decoration:none;transition:opacity .3s;font-family:Helvetica,sans-serif}.series-link:hover{opacity:.7}.calculator_table{width:100%;max-width:1200px;display:flex;flex-direction:column}.calculator_table__row--header{background-color:transparent;height:60px;display:flex;align-items:center}.calculator_table__row{height:60px;display:flex;align-items:center}.calculator_table__cell--first{width:45%;padding:0 30px;background-color:#bababa;height:60px;display:flex;align-items:center;gap:10px;cursor:pointer}.calculator_table__cell{flex:1;display:flex;justify-content:center;background-color:#fff;font-size:16px;color:#000;align-items:center;height:60px;font-family:Helvetica}.sq{width:20px;height:20px;min-width:20px;border:1px solid white;background-color:transparent;cursor:pointer;transition:all .1s}.sq.selected{background-color:#000}.calculator_table__cell--second{width:45%;display:flex;height:60px}.calculator_table__cell--second-left{height:60px;background-color:#000;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;flex:1}.calculator_table__cell--second-right{height:60px;flex:1;background-color:#fff;color:#000;font-size:24px;display:flex;align-items:center;justify-content:center}.calculator_table__cell--first-summ{width:55%;background-color:transparent;height:60px;display:flex;justify-content:flex-end;align-items:flex-end}.calculator_table__cell--first-summ span{cursor:pointer;background-color:#2b6eff;padding:12px 24px;color:#fff}.calculator_table__mobile{display:none}@media screen and (max-width:1200px){.Calculator{padding:40px 20px}.model-selection-wrapper{flex-direction:column}.model-selection{width:100%}.selected-car-image{width:100%;margin-top:20px}.controls-row{flex-direction:column}.calculator_table{display:none}.calculator_table__mobile{display:flex;flex-direction:column;gap:12px;width:100%}}.Calculator[data-astro-cid-b3qncwfx]{background-color:#d0d0d0;display:flex;flex-direction:column;align-items:center;padding-top:80px;padding-bottom:100px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]{display:flex;flex-direction:column;gap:0;width:1240px;border-bottom:1px solid white;padding-bottom:12px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.title_row[data-astro-cid-b3qncwfx]{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.title_row[data-astro-cid-b3qncwfx]>h2[data-astro-cid-b3qncwfx]{color:#262626;font-size:24px;font-family:Russo One;text-transform:uppercase;margin-bottom:0}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.title_row[data-astro-cid-b3qncwfx]>h2[data-astro-cid-b3qncwfx]>span[data-astro-cid-b3qncwfx]{text-decoration:underline;font-family:Russo One}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]{display:flex;gap:10px;margin-bottom:8px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx]{background-color:#fff;display:flex;justify-content:center;align-items:center;font-family:Helvetica;font-size:24px;color:#262626;padding:0 32px;height:50px;cursor:pointer;transition:all .2s;border:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx].selected{background-color:#000;color:#fff}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx].label-button{background-color:#bababa;cursor:default;pointer-events:none;width:120px;min-width:120px}.Calculator[data-astro-cid-b3qncwfx]>.choose_car_block[data-astro-cid-b3qncwfx]{width:100%;height:287px;display:flex;flex-direction:row;align-items:center;margin-bottom:80px;padding-left:calc((100% - 1200px)/2);overflow-x:scroll}.Calculator[data-astro-cid-b3qncwfx]>.choose_car_block[data-astro-cid-b3qncwfx]::-webkit-scrollbar{display:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_car_block[data-astro-cid-b3qncwfx]>.block[data-astro-cid-b3qncwfx]{cursor:pointer;height:175px;width:275px;display:flex;justify-content:center;align-items:flex-end;flex-grow:0;flex-shrink:0;transition:all .3s;opacity:.5}.Calculator[data-astro-cid-b3qncwfx]>.choose_car_block[data-astro-cid-b3qncwfx]>.block[data-astro-cid-b3qncwfx]>span[data-astro-cid-b3qncwfx]{font-size:20px;color:#262626;font-family:Helvetica}.Calculator[data-astro-cid-b3qncwfx]>.choose_car_block[data-astro-cid-b3qncwfx]>.block[data-astro-cid-b3qncwfx].selected{width:473px;height:287px;opacity:1}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]{display:flex;width:1200px;margin-bottom:80px;justify-content:space-between}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]{display:flex;width:100%;max-width:none;height:56px;background:transparent;overflow:hidden;font-family:sans-serif}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__label[data-astro-cid-b3qncwfx]{display:flex;align-items:center;justify-content:center;background:#bababa;color:#000;font-size:24px;font-family:Helvetica,sans-serif;padding:0 20px}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__control[data-astro-cid-b3qncwfx]{width:210px;background-color:#e7e7e7;position:relative}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__control[data-astro-cid-b3qncwfx]>.model-select__dropdown[data-astro-cid-b3qncwfx]{width:100%;height:100%;padding:0 48px 0 24px;border:none;background:transparent;font-size:16px;color:#6e6e6e;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__control[data-astro-cid-b3qncwfx]>.model-select__dropdown[data-astro-cid-b3qncwfx]:focus{outline:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__control[data-astro-cid-b3qncwfx]>.model-select__icon[data-astro-cid-b3qncwfx]{position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none;color:#000}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]{display:flex;width:100%;max-width:none;height:56px;font-family:sans-serif}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__label[data-astro-cid-b3qncwfx]{display:flex;align-items:center;justify-content:center;background:#bababa;color:#000;font-size:24px;font-family:Helvetica,sans-serif;padding:0 20px}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__control[data-astro-cid-b3qncwfx]{position:relative;background:#e6e6e6}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__control[data-astro-cid-b3qncwfx]>.mileage-input__field[data-astro-cid-b3qncwfx]{width:100%;height:100%;padding:0 48px 0 24px;border:none;background:transparent;font-size:16px;color:#6e6e6e;-moz-appearance:textfield;appearance:none;cursor:text}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__control[data-astro-cid-b3qncwfx]>.mileage-input__field[data-astro-cid-b3qncwfx]:focus{outline:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__control[data-astro-cid-b3qncwfx]>.mileage-input__field[data-astro-cid-b3qncwfx]::placeholder{color:#6e6e6e70}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__control[data-astro-cid-b3qncwfx]>.mileage-input__unit[data-astro-cid-b3qncwfx]{position:absolute;top:50%;right:16px;transform:translateY(-50%);font-size:16px;color:#6e6e6e;pointer-events:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]{display:flex;gap:16px}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx]{padding:0 32px;height:56px;background-color:#fff;color:#000;font-family:Helvetica,sans-serif;font-size:24px;cursor:pointer;border:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx].selected{background-color:#000;color:#fff}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]{width:1200px;display:flex;flex-direction:column}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row--header[data-astro-cid-b3qncwfx]{background-color:transparent;height:60px;display:flex;align-items:center}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row--header[data-astro-cid-b3qncwfx]>.calculator_table__cell--first[data-astro-cid-b3qncwfx]{width:45%;padding:0 30px;color:#262626;font-size:16px;height:60px;display:flex;align-items:center;font-family:Helvetica}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row--header[data-astro-cid-b3qncwfx]>.calculator_table__cell[data-astro-cid-b3qncwfx]{flex:1;color:#262626;font-size:16px;display:flex;justify-content:center;align-items:center;height:60px;font-family:Helvetica}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]{height:60px;display:flex;align-items:center}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--first-summ[data-astro-cid-b3qncwfx]{width:55%;background-color:transparent;height:60px;display:flex;justify-content:flex-end;align-items:flex-end;gap:10px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--first-summ[data-astro-cid-b3qncwfx]>span[data-astro-cid-b3qncwfx]{color:#fff;cursor:pointer;background-color:#2b6eff;padding:12px 24px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--first[data-astro-cid-b3qncwfx]{width:45%;padding:0 30px;background-color:#bababa;height:60px;display:flex;align-items:center;gap:10px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--first[data-astro-cid-b3qncwfx]>.sq[data-astro-cid-b3qncwfx]{width:20px;height:20px;min-width:20px;border:1px solid white;background-color:transparent;cursor:pointer;transition:all .1s}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--first[data-astro-cid-b3qncwfx]>.sq[data-astro-cid-b3qncwfx].selected{background-color:#000}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--first[data-astro-cid-b3qncwfx]>span[data-astro-cid-b3qncwfx]{font-size:20px;line-height:103%;color:#000}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell[data-astro-cid-b3qncwfx]{flex:1;display:flex;justify-content:center;background-color:#fff;font-size:16px;color:#000;align-items:center;height:60px;font-family:Helvetica}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--second[data-astro-cid-b3qncwfx]{width:45%;display:flex;height:60px;align-items:center}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--second[data-astro-cid-b3qncwfx]>.calculator_table__cell--second-left[data-astro-cid-b3qncwfx]{height:60px;background-color:#000;color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;flex:1}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]>.calculator_table__row[data-astro-cid-b3qncwfx]>.calculator_table__cell--second[data-astro-cid-b3qncwfx]>.calculator_table__cell--second-right[data-astro-cid-b3qncwfx]{height:60px;flex:1;background-color:#fff;color:#000;font-size:24px;display:flex;align-items:center;justify-content:center}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]{display:none}.stepTitle[data-astro-cid-b3qncwfx]{display:none}@media screen and (max-width:1200px){.Calculator[data-astro-cid-b3qncwfx]{padding:24px 0}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]{width:100%;margin-bottom:28px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.title_row[data-astro-cid-b3qncwfx]{flex-direction:column-reverse;align-items:flex-start;gap:8px;padding:0 24px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]{overflow-x:scroll;padding:0 24px}.Calculator[data-astro-cid-b3qncwfx]>.choose_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]::-webkit-scrollbar{display:none}.Calculator[data-astro-cid-b3qncwfx]>.choose_car_block[data-astro-cid-b3qncwfx]{margin-bottom:32px;width:100%}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]{width:100%;flex-direction:column;gap:16px;margin-bottom:24px;padding:0 24px;margin-top:28px}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]{width:100%}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__label[data-astro-cid-b3qncwfx]{width:40%}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.model-select[data-astro-cid-b3qncwfx]>.model-select__control[data-astro-cid-b3qncwfx]{flex:1}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]{width:100%}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__label[data-astro-cid-b3qncwfx]{width:40%}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.mileage-input[data-astro-cid-b3qncwfx]>.mileage-input__control[data-astro-cid-b3qncwfx]{flex:1}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]{width:100%}.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx]{flex:1}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table[data-astro-cid-b3qncwfx]{display:none}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 24px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]{display:flex;flex-direction:column;gap:16px;width:100%;padding:24px;background-color:#fff;border:1px solid rgba(154,154,154,1)}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.top[data-astro-cid-b3qncwfx]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.top[data-astro-cid-b3qncwfx]>.sq[data-astro-cid-b3qncwfx]{width:20px;height:20px;min-width:20px;border:1px solid rgba(186,186,186,1);background-color:transparent;cursor:pointer;transition:all .1s}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.top[data-astro-cid-b3qncwfx]>.sq[data-astro-cid-b3qncwfx].selected{background-color:#000;border:1px solid transparent}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.top[data-astro-cid-b3qncwfx]>.title[data-astro-cid-b3qncwfx]{font-size:16px;font-weight:700;color:#000;font-family:Helvetica;flex:1;line-height:103%}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.top[data-astro-cid-b3qncwfx]>.price[data-astro-cid-b3qncwfx]{font-size:20px;font-weight:700;font-family:Russo One;color:#000}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]{display:flex;justify-content:space-between}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]>.left[data-astro-cid-b3qncwfx]{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]>.left[data-astro-cid-b3qncwfx]>.title[data-astro-cid-b3qncwfx]{font-weight:400;color:#8a8a8a;font-size:14px;margin:0;font-family:Helvetica}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]>.left[data-astro-cid-b3qncwfx]>.price[data-astro-cid-b3qncwfx]{font-weight:700;font-size:16px;color:#000;margin:0}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]>.right[data-astro-cid-b3qncwfx]{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]>.right[data-astro-cid-b3qncwfx]>.title[data-astro-cid-b3qncwfx]{font-weight:400;color:#8a8a8a;font-size:14px;margin:0;font-family:Helvetica}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.card[data-astro-cid-b3qncwfx]>.bottom[data-astro-cid-b3qncwfx]>.right[data-astro-cid-b3qncwfx]>.price[data-astro-cid-b3qncwfx]{font-weight:700;font-size:16px;color:#000;margin:0}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.totalRow[data-astro-cid-b3qncwfx]{display:flex;flex-direction:row;height:48px;width:100%;margin-top:12px}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.totalRow[data-astro-cid-b3qncwfx]>.textBlock[data-astro-cid-b3qncwfx]{height:48px;background-color:#000;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;font-size:12px;font-weight:700;font-family:Russo One;text-transform:uppercase;flex:1}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>.totalRow[data-astro-cid-b3qncwfx]>.sumBlock[data-astro-cid-b3qncwfx]{padding:0 32px;height:48px;background-color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;color:#000;font-size:20px;font-weight:700;font-family:Russo One;text-transform:uppercase}.Calculator[data-astro-cid-b3qncwfx]>.calculator_table__mobile[data-astro-cid-b3qncwfx]>span[data-astro-cid-b3qncwfx].mobileFormButton{height:50px;background-color:#2b6eff;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;font-size:16px;cursor:pointer}.stepTitle[data-astro-cid-b3qncwfx]{display:block;font-size:20px;color:#000;width:100%;text-align:start;padding:0 24px}}@media screen and (max-width:400px){.Calculator[data-astro-cid-b3qncwfx]>.choose_special_model[data-astro-cid-b3qncwfx]>.buttons[data-astro-cid-b3qncwfx]>button[data-astro-cid-b3qncwfx]{padding:0!important;font-size:20px!important}}.ServiceQuiz{background-color:#fff;padding:80px 20px;display:flex;flex-direction:column;align-items:center}.quiz-title{font-family:Russo One,sans-serif;font-size:32px;text-align:center;color:#262626;margin-bottom:40px;text-transform:uppercase}.quiz-title span{font-style:normal}.quiz-progress{display:flex;gap:12px;margin-bottom:40px}.progress-step{width:40px;height:40px;border-radius:50%;background:#d0d0d0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#666;transition:all .3s}.progress-step.active{background:#000;color:#fff}.quiz-content{width:100%;max-width:1200px;min-height:400px;margin-bottom:40px}.quiz-step{display:flex;flex-direction:column;gap:24px}.step-title{font-size:24px;color:#262626;font-weight:400;text-align:center;font-family:Helvetica,sans-serif}.substep-title{font-size:20px;color:#262626;font-weight:600;margin-top:24px}.step-description{font-size:16px;color:#666;text-align:center;margin:-12px 0}.quiz-step .model-buttons,.quiz-step .submodel-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.quiz-step .model-buttons button,.quiz-step .submodel-buttons button{background:#d0d0d0;border:none;padding:12px 24px;font-size:18px;cursor:pointer;transition:all .3s;color:#262626}.quiz-step .model-buttons button.selected,.quiz-step .submodel-buttons button.selected{background:#000;color:#fff}.series-select{display:flex;justify-content:center;max-width:500px;margin:0 auto;width:100%}.series-select .custom-select{width:100%}.series-select .custom-select__trigger{background:#d0d0d0;padding:12px 40px 12px 12px;font-size:18px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:800px;margin:0 auto}.services-grid button{background:#d0d0d0;border:none;padding:16px 24px;font-size:16px;cursor:pointer;transition:all .3s;color:#262626;text-align:left}.services-grid button.selected{background:#000;color:#fff}.quiz-step input{padding:16px;font-size:18px;border:none;outline:none;background:#d0d0d0;max-width:500px;margin:0 auto;width:100%}.quiz-buttons{display:flex;gap:20px;justify-content:center}.quiz-buttons button{padding:16px 48px;font-size:18px;border:none;cursor:pointer;transition:all .3s;font-weight:600}.btn-back{background:#d0d0d0;color:#262626}.btn-back:disabled{opacity:.5;cursor:not-allowed}.btn-next{background:#000;color:#fff}.btn-next:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width:768px){.ServiceQuiz{padding:40px 20px}.quiz-title{font-size:24px}.services-grid{grid-template-columns:1fr}.quiz-buttons{flex-direction:column;width:100%}.quiz-buttons button{width:100%}.series-select select{min-width:100%}}
