{"id":2567,"date":"2026-04-07T15:33:53","date_gmt":"2026-04-07T07:33:53","guid":{"rendered":"https:\/\/www.fissot.com\/?page_id=2567"},"modified":"2026-04-08T08:31:35","modified_gmt":"2026-04-08T00:31:35","slug":"bimetallic-wire-cost-calculator","status":"publish","type":"page","link":"https:\/\/www.fissot.com\/ru\/bimetallic-wire-cost-calculator\/","title":{"rendered":"\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432"},"content":{"rendered":"<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n  \/* FISSOT \u4e13\u5c5e\u76f4\u89d2\u98ce\u683c\u8ba1\u7b97\u5668\u4f5c\u7528\u57df\u6837\u5f0f *\/\n  :root {\n    --fsc-brand: #fd5f17;\n    --fsc-brand-hover: #e04e0b;\n    --fsc-dark: #0A1930;\n    --fsc-success: #10b981;\n    --fsc-success-bg: #ecfdf5;\n    --fsc-accent: #8b5cf6;\n    --fsc-gray-50: #f8fafc;\n    --fsc-gray-100: #f1f5f9;\n    --fsc-gray-200: #e2e8f0;\n    --fsc-gray-500: #64748b;\n    --fsc-gray-700: #334155;\n    --fsc-gray-900: #0f172a;\n    --fsc-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  }\n\n  .fsc-container {\n    font-family: var(--fsc-font);\n    max-width: 1250px; \n    margin: 0 auto;\n    padding: 2rem 1rem;\n    color: var(--fsc-gray-900);\n    box-sizing: border-box;\n  }\n\n  .fsc-container * {\n    box-sizing: border-box;\n  }\n\n  \/* \u6807\u9898\u6837\u5f0f *\/\n  .fsc-main-title {\n    font-size: 1.5rem; \n    font-weight: 700;  \n    margin-bottom: 1.5rem; \n    color: #171717; \n    text-align: center;\n    line-height: 1.2;\n  }\n\n  .fsc-header-desc {\n    font-size: 1.125rem;\n    color: var(--fsc-gray-500);\n    max-width: 48rem;\n    margin: 0 auto 2rem auto;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  \/* \u8ff7\u4f60 Live \u6807\u8bc6 *\/\n  .fsc-live-badge-small {\n    background: rgba(253, 95, 23, 0.08);\n    color: var(--fsc-brand);\n    padding: 0.15rem 0.5rem;\n    border: 1px solid rgba(253, 95, 23, 0.2);\n    font-size: 0.7rem;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.35rem;\n  }\n\n  .fsc-dot {\n    width: 6px;\n    height: 6px;\n    background: var(--fsc-brand);\n    border-radius: 50%;\n    animation: fsc-pulse 2s infinite;\n  }\n  @keyframes fsc-pulse {\n    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(253, 95, 23, 0.5); }\n    70% { transform: scale(1); box-shadow: 0 0 0 4px rgba(253, 95, 23, 0); }\n    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(253, 95, 23, 0); }\n  }\n\n  \/* \u9762\u677f\u57fa\u7840\u6837\u5f0f\uff08\u65b9\u89d2\uff09 *\/\n  .fsc-panel {\n    background: #ffffff;\n    border-radius: 0; \n    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);\n    border: 1px solid var(--fsc-gray-200);\n    overflow: hidden;\n    margin-bottom: 2rem;\n  }\n\n  \/* \u8868\u5355\u7f51\u683c\u5e03\u5c40\uff1a\u8c03\u6574\u4e3a3\u5927\u5217 *\/\n  .fsc-form-body {\n    padding: 2rem;\n  }\n  .fsc-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n  }\n  @media (min-width: 768px) { \n    .fsc-grid { grid-template-columns: 1fr 1fr; } \n  }\n  @media (min-width: 1024px) { \n    .fsc-grid { \n      \/* \u94dc\u4ef7(0.9) | \u89c4\u683c\u4e0e\u7528\u91cf(2.1) | \u6574\u5408\u6bd4\u4f8b\u4e0e\u6750\u6599(1.2) *\/\n      grid-template-columns: 0.9fr 2.1fr 1.2fr; \n      gap: 2rem;\n    } \n  }\n\n  .fsc-form-group {\n    display: flex;\n    flex-direction: column;\n    gap: 0.5rem;\n  }\n  .fsc-form-group-title {\n    font-size: 0.875rem;\n    font-weight: 700;\n    color: var(--fsc-gray-700);\n  }\n  \n  .fsc-sub-label {\n    font-size: 0.75rem; \n    color: var(--fsc-gray-500); \n    margin-bottom: 0.25rem;\n    min-height: 18px; \n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  \/* \u6a21\u5f0f\u5207\u6362\u5668 Toggle *\/\n  .fsc-mode-toggle {\n    display: flex;\n    background: var(--fsc-gray-100);\n    padding: 3px;\n    margin-bottom: 0.5rem;\n    border: 1px solid var(--fsc-gray-200);\n  }\n  .fsc-mode-toggle label {\n    flex: 1;\n    text-align: center;\n    position: relative;\n    cursor: pointer;\n  }\n  .fsc-mode-toggle input {\n    display: none;\n  }\n  .fsc-mode-toggle span {\n    display: block;\n    padding: 0.35rem 0.5rem;\n    font-size: 0.75rem;\n    font-weight: 600;\n    color: var(--fsc-gray-500);\n    transition: all 0.2s;\n  }\n  .fsc-mode-toggle input:checked + span {\n    background: #ffffff;\n    color: var(--fsc-brand);\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  }\n\n  .fsc-input-wrapper {\n    position: relative;\n    display: flex;\n    align-items: center;\n  }\n  .fsc-input-prefix, .fsc-input-suffix {\n    position: absolute;\n    color: var(--fsc-gray-500);\n    font-size: 0.875rem;\n  }\n  .fsc-input-prefix { left: 0.75rem; }\n  .fsc-input-suffix { right: 0.75rem; }\n  \n  .fsc-input, .fsc-select {\n    width: 100%;\n    height: 44px; \n    padding: 0.5rem 0.75rem;\n    border: 1px solid var(--fsc-gray-200);\n    border-radius: 0; \n    background: var(--fsc-gray-50);\n    font-size: 0.875rem;\n    color: var(--fsc-gray-900);\n    transition: all 0.2s;\n    outline: none;\n    font-family: inherit;\n  }\n  .fsc-input.has-prefix { padding-left: 1.75rem; }\n  .fsc-input.has-suffix { padding-right: 3.5rem; } \n  \n  .fsc-select {\n    font-weight: 500;\n    cursor: pointer;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n    background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n    background-repeat: no-repeat;\n    background-position: right 0.75rem center;\n    background-size: 1rem;\n    padding-right: 2.5rem;\n  }\n\n  .fsc-input:focus, .fsc-select:focus {\n    border-color: var(--fsc-brand);\n    box-shadow: 0 0 0 3px rgba(253, 95, 23, 0.15);\n    background: #ffffff;\n  }\n\n  \/* \u6ed1\u5757\u6837\u5f0f *\/\n  .fsc-range-wrapper {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin-top: 0.25rem;\n    padding-bottom: 0.25rem;\n  }\n  .fsc-range {\n    flex: 1;\n    -webkit-appearance: none;\n    height: 4px; \n    background: var(--fsc-gray-200);\n    border-radius: 0;\n    outline: none;\n  }\n  .fsc-range::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    width: 16px;\n    height: 16px;\n    border-radius: 0; \n    background: var(--fsc-brand);\n    cursor: pointer;\n  }\n  .fsc-range-value {\n    font-weight: 700;\n    color: var(--fsc-brand);\n    width: 3rem;\n    text-align: right;\n  }\n\n  .fsc-status-text {\n    font-size: 0.75rem;\n    font-weight: 500;\n    color: var(--fsc-success);\n    display: flex;\n    align-items: center;\n    gap: 0.25rem;\n  }\n\n  \/* \u6309\u94ae\uff08\u65b9\u89d2\uff09 *\/\n  .fsc-submit-wrap {\n    padding: 1.5rem 2rem;\n    border-top: 1px solid var(--fsc-gray-100);\n    text-align: center;\n  }\n  .fsc-btn {\n    background: var(--fsc-brand);\n    color: #ffffff;\n    border: none;\n    padding: 1rem 2.5rem;\n    font-size: 1rem;\n    font-weight: 700;\n    border-radius: 0; \n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 6px -1px rgba(253, 95, 23, 0.25);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.5rem;\n  }\n  .fsc-btn:hover {\n    background: var(--fsc-brand-hover);\n    transform: translateY(-2px);\n    box-shadow: 0 10px 15px -3px rgba(253, 95, 23, 0.35);\n  }\n  .fsc-btn-outline {\n    background: transparent;\n    color: var(--fsc-brand);\n    border: 2px solid var(--fsc-brand);\n    box-shadow: none;\n  }\n  .fsc-btn-outline:hover {\n    background: rgba(253, 95, 23, 0.05);\n    transform: translateY(-2px);\n    box-shadow: none;\n  }\n\n  \/* \u7ed3\u679c\u533a\u57df *\/\n  #fsc-results {\n    display: none;\n    animation: fsc-fade-in 0.5s ease forwards;\n  }\n  @keyframes fsc-fade-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  \n  .fsc-cards {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n    margin-bottom: 2rem;\n  }\n  @media (min-width: 768px) { .fsc-cards { grid-template-columns: repeat(3, 1fr); } }\n\n  .fsc-card {\n    padding: 1.5rem;\n    border-radius: 0; \n    border-bottom: 4px solid;\n    background: #ffffff;\n    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    position: relative;\n    overflow: hidden;\n  }\n  .fsc-card::after {\n    content: '';\n    position: absolute;\n    top: -1.5rem;\n    right: -1.5rem;\n    width: 6rem;\n    height: 6rem;\n    transform: rotate(45deg); \n    opacity: 0.1;\n  }\n  .fsc-card.success { border-color: var(--fsc-success); }\n  .fsc-card.success::after { background: var(--fsc-success); }\n  .fsc-card.primary { border-color: var(--fsc-brand); }\n  .fsc-card.primary::after { background: var(--fsc-brand); }\n  .fsc-card.accent { border-color: var(--fsc-accent); }\n  .fsc-card.accent::after { background: var(--fsc-accent); }\n\n  .fsc-card-title {\n    font-size: 0.875rem;\n    font-weight: 600;\n    color: var(--fsc-gray-500);\n    margin-bottom: 0.5rem;\n  }\n  .fsc-card-value {\n    font-size: 2.5rem;\n    font-weight: 800;\n    color: var(--fsc-gray-900);\n    margin: 0;\n    line-height: 1;\n  }\n  .fsc-card-unit {\n    font-size: 1.25rem;\n    font-weight: 500;\n    color: var(--fsc-gray-500);\n  }\n  .fsc-card-desc {\n    font-size: 0.75rem;\n    font-weight: 600;\n    margin-top: 0.75rem;\n  }\n  .fsc-card.success .fsc-card-desc { color: var(--fsc-success); }\n  .fsc-card.primary .fsc-card-desc { color: var(--fsc-brand); }\n  .fsc-card.accent .fsc-card-desc { color: var(--fsc-accent); }\n\n  .fsc-table-wrapper {\n    background: #ffffff;\n    border-radius: 0; \n    border: 1px solid var(--fsc-gray-200);\n    overflow: hidden;\n    margin-bottom: 2rem;\n  }\n  .fsc-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n  .fsc-table th, .fsc-table td {\n    padding: 1rem 1.5rem;\n    border-bottom: 1px solid var(--fsc-gray-100);\n  }\n  .fsc-table th {\n    background: var(--fsc-gray-50);\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    color: var(--fsc-gray-500);\n  }\n  .fsc-table tr:last-child td { border-bottom: none; }\n  .fsc-table tr:hover td { background: var(--fsc-gray-50); }\n  .fsc-table td { font-size: 0.875rem; }\n  .fsc-col-base { color: var(--fsc-gray-500); }\n  .fsc-col-target { font-weight: 700; color: var(--fsc-gray-900); }\n  .fsc-col-diff { font-weight: 700; color: var(--fsc-success); }\n\n  \/* ===== \u4fee\u6539\uff1a\u5f3a\u5236\u5c06\u5f39\u7a97\u62c9\u5927 ===== *\/\n  .cf7-gated-modal-content {\n    max-width: 650px !important; \/* \u5c06\u539f\u6765\u7684450px\u62c9\u5927\u5230650px *\/\n    width: 90% !important;\n    padding: 50px 60px !important; \/* \u9002\u5f53\u589e\u52a0\u5de6\u53f3\u5185\u8fb9\u8ddd\uff0c\u8ba9\u5bbd\u8868\u5355\u5e03\u5c40\u66f4\u597d\u770b *\/\n  }\n  @media (max-width: 768px) {\n    .cf7-gated-modal-content {\n      padding: 30px 20px !important; \/* \u624b\u673a\u7aef\u4fdd\u7559\u7d27\u51d1\u95f4\u8ddd *\/\n    }\n  }\n<\/style>\n\n<div class=\"fsc-container\">\n  \n  <h2 class=\"fsc-main-title\">\u0418\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0432\u043e\u043b\u043e\u043a\u0438 FISSOT\u00ae<\/h2>\n  <p class=\"fsc-header-desc\">\u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b. \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432, \u0437\u0430\u043c\u0435\u043d\u0438\u0432 \u0447\u0438\u0441\u0442\u0443\u044e \u043c\u0435\u0434\u044c \u043d\u0430\u0448\u0438\u043c\u0438 \u043f\u0435\u0440\u0435\u0434\u043e\u0432\u044b\u043c\u0438 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0440\u0435\u0448\u0435\u043d\u0438\u044f\u043c\u0438 CCA \u0438 CCS.<\/p>\n\n  <div class=\"fsc-panel\">\n    <form id=\"fsc-calculator-form\" action=\"\">\n      <div class=\"fsc-form-body fsc-grid\">\n        \n        <div class=\"fsc-form-group\">\n          <div class=\"fsc-form-group-title\" style=\"display: flex; justify-content: space-between; align-items: center;\">\n            <span>\u0426\u0435\u043d\u0430 \u043c\u0435\u0434\u0438 \u043d\u0430 LME<\/span>\n            <div class=\"fsc-live-badge-small\">\n              <span class=\"fsc-dot\"><\/span> \u0416\u0438\u0442\u044c\n            <\/div>\n          <\/div>\n          <div class=\"fsc-input-wrapper\">\n            <span class=\"fsc-input-prefix\">$<\/span>\n            <input type=\"number\" id=\"fsc-copper-price\" name=\"copperPrice\" step=\"0.01\" class=\"fsc-input has-prefix has-suffix\" required>\n            <span class=\"fsc-input-suffix\">\/ \u043a\u0433<\/span>\n          <\/div>\n          <div id=\"fsc-price-status\" class=\"fsc-status-text\">\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445\u2026<\/div>\n        <\/div>\n\n        <div class=\"fsc-form-group\">\n          <div class=\"fsc-form-group-title\">\u041e\u0441\u043d\u043e\u0432\u0430 \u0440\u0430\u0441\u0447\u0435\u0442\u0430<\/div>\n          \n          <div class=\"fsc-mode-toggle\">\n            <label>\n              <input type=\"radio\" name=\"calcMode\" value=\"specs\" checked>\n              <span>\u041f\u043e \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0430\u043c<\/span>\n            <\/label>\n            <label>\n              <input type=\"radio\" name=\"calcMode\" value=\"weight\">\n              <span>\u041f\u043e \u043e\u0431\u0449\u0435\u043c\u0443 \u0432\u0435\u0441\u0443<\/span>\n            <\/label>\n          <\/div>\n\n          <div id=\"fsc-mode-specs\">\n            <div id=\"fsc-specs-grid\" style=\"display: grid; grid-template-columns: 0.8fr 1.2fr 1fr; gap: 0.75rem;\">\n              <div id=\"fsc-awg-wrapper\">\n                <div class=\"fsc-sub-label\">AWG<\/div>\n                <select id=\"fsc-awg-select\" class=\"fsc-select\">\n                  <option value=\"\">-<\/option>\n                  <option value=\"4\">4<\/option>\n                  <option value=\"5\">5<\/option>\n                  <option value=\"6\">6<\/option>\n                  <option value=\"7\">7<\/option>\n                  <option value=\"8\">8<\/option>\n                  <option value=\"9\">9<\/option>\n                  <option value=\"10\">10<\/option>\n                  <option value=\"11\">11<\/option>\n                  <option value=\"12\">12<\/option>\n                  <option value=\"13\">13<\/option>\n                  <option value=\"14\">14<\/option>\n                  <option value=\"15\">15<\/option>\n                  <option value=\"16\">16<\/option>\n                  <option value=\"17\">17<\/option>\n                  <option value=\"18\">18<\/option>\n                  <option value=\"19\">19<\/option>\n                  <option value=\"20\">20<\/option>\n                  <option value=\"21\">21<\/option>\n                  <option value=\"22\">22<\/option>\n                  <option value=\"23\">23<\/option>\n                  <option value=\"24\">24<\/option>\n                <\/select>\n              <\/div>\n              <div>\n                <div class=\"fsc-sub-label\">\n                  <span>\u041e\u043d. (\u043c\u043c)<\/span>\n                  <a id=\"fsc-show-awg-btn\" style=\"display: none; color: var(--fsc-brand); cursor: pointer; text-decoration: underline; font-size: 0.65rem;\">AWG<\/a>\n                <\/div>\n                <input type=\"number\" id=\"fsc-dia-input\" name=\"wireDiameter\" min=\"0.001\" step=\"0.001\" value=\"1.000\" class=\"fsc-input\" required>\n              <\/div>\n              <div>\n                <div class=\"fsc-sub-label\">\u0414\u043b\u0438\u043d\u0430 (\u043c)<\/div>\n                <input type=\"number\" name=\"wireLength\" min=\"1\" step=\"1\" value=\"1000\" class=\"fsc-input\" required>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div id=\"fsc-mode-weight\" style=\"display: none;\">\n            <div class=\"fsc-sub-label\">\u0413\u043e\u0434\u043e\u0432\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043c\u0435\u0434\u0438<\/div>\n            <div class=\"fsc-input-wrapper\">\n              <input type=\"number\" name=\"annualUsage\" min=\"1\" step=\"1\" value=\"5000\" class=\"fsc-input has-suffix\" placeholder=\"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u0433\">\n              <span class=\"fsc-input-suffix\">\u043a\u0433\/\u0433\u043e\u0434<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div style=\"display: flex; flex-direction: column; justify-content: space-between; height: 100%;\">\n          <div class=\"fsc-form-group\">\n            <div class=\"fsc-form-group-title\">\u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442 \u0437\u0430\u043c\u0435\u043d\u044b<\/div>\n            <div class=\"fsc-range-wrapper\">\n              <span style=\"font-size: 0.75rem; color: var(--fsc-gray-500);\">\u0421\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435:<\/span>\n              <input type=\"range\" id=\"fsc-ratio\" name=\"replacementRatio\" min=\"10\" max=\"100\" step=\"10\" value=\"100\" class=\"fsc-range\">\n              <span id=\"fsc-ratio-val\" class=\"fsc-range-value\">100%<\/span>\n            <\/div>\n          <\/div>\n\n          <div class=\"fsc-form-group\" style=\"margin-top: 0.5rem;\">\n            <div class=\"fsc-form-group-title\">\u0426\u0435\u043b\u0435\u0432\u043e\u0439 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b FISSOT<\/div>\n            <select name=\"replacementMaterial\" class=\"fsc-select\">\n              <option value=\"cca-10\">CCA 10% (\u0430\u043b\u044e\u043c\u0438\u043d\u0438\u0439, \u043f\u043b\u0430\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043c\u0435\u0434\u044c\u044e)<\/option>\n              <option value=\"cca-15\" selected>CCA 15% (\u0430\u043b\u044e\u043c\u0438\u043d\u0438\u0439, \u043f\u043b\u0430\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043c\u0435\u0434\u044c\u044e)<\/option>\n              <option value=\"ccs-21\">CCS 21% (\u0421\u0442\u0430\u043b\u044c, \u043f\u043b\u0430\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043c\u0435\u0434\u044c\u044e)<\/option>\n              <option value=\"ccs-30\">CCS 30% (\u0421\u0442\u0430\u043b\u044c, \u043f\u043b\u0430\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043c\u0435\u0434\u044c\u044e)<\/option>\n              <option value=\"ccs-40\">CCS 40% (\u0421\u0442\u0430\u043b\u044c, \u043f\u043b\u0430\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043c\u0435\u0434\u044c\u044e)<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"fsc-submit-wrap\">\n        <button type=\"submit\" class=\"fsc-btn\">\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0430\u043d\u0430\u043b\u0438\u0437 \u0437\u0430\u0442\u0440\u0430\u0442<\/button>\n      <\/div>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"ru\"\/><\/form>\n  <\/div>\n\n  <div id=\"fsc-results\">\n    <h2 style=\"font-size: 1.25rem; font-weight: 700; color: var(--fsc-dark); margin-bottom: 1rem;\">\u041f\u0430\u043d\u0435\u043b\u044c \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0438 \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f<\/h2>\n    \n    <div class=\"fsc-cards\">\n      <div class=\"fsc-card success\">\n        <div class=\"fsc-card-title\">\u0415\u0436\u0435\u0433\u043e\u0434\u043d\u0430\u044f \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044f \u0441\u0440\u0435\u0434\u0441\u0442\u0432<\/div>\n        <div class=\"fsc-card-value\">$<span id=\"res-savings\">0<\/span><\/div>\n        <div class=\"fsc-card-desc\">\u2193 <span id=\"res-savings-percent\">0<\/span>1\u0422\u041f4\u0422 \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0437\u0430\u0442\u0440\u0430\u0442<\/div>\n      <\/div>\n      <div class=\"fsc-card primary\">\n        <div class=\"fsc-card-title\">\u0421\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0432\u0435\u0441\u0430<\/div>\n        <div class=\"fsc-card-value\"><span id=\"res-weight-diff\">0<\/span> <span class=\"fsc-card-unit\">\u043a\u0433<\/span><\/div>\n        <div class=\"fsc-card-desc\">\u0423\u043b\u0443\u0447\u0448\u0430\u0435\u0442 \u043b\u043e\u0433\u0438\u0441\u0442\u0438\u043a\u0443 \u0438 \u0432\u0435\u0441 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430<\/div>\n      <\/div>\n      <div class=\"fsc-card accent\">\n        <div class=\"fsc-card-title\">\u0423\u0433\u043b\u0435\u0440\u043e\u0434\u043d\u044b\u0439 \u0441\u043b\u0435\u0434 (CO\u2082)<\/div>\n        <div class=\"fsc-card-value\"><span id=\"res-co2-diff\">0<\/span> <span class=\"fsc-card-unit\">\u043a\u0433<\/span><\/div>\n        <div class=\"fsc-card-desc\">\u0421\u044d\u043a\u043e\u043d\u043e\u043c\u043b\u0435\u043d\u043d\u044b\u0435 \u0432\u044b\u0431\u0440\u043e\u0441\u044b \u0432 \u0433\u043e\u0434<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"fsc-table-wrapper\">\n      <table class=\"fsc-table\">\n        <thead>\n          <tr>\n            <th>\u041c\u0435\u0442\u0440\u0438\u043a\u0430<\/th>\n            <th>\u0427\u0438\u0441\u0442\u0430\u044f \u043c\u0435\u0434\u044c (\u043e\u0441\u043d\u043e\u0432\u0430)<\/th>\n            <th style=\"color: var(--fsc-brand);\" id=\"table-target-name\">\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b 1\u0422\u041f1\u0422<\/th>\n            <th style=\"color: var(--fsc-success);\">\u0427\u0438\u0441\u0442\u0430\u044f \u0440\u0430\u0437\u043d\u0438\u0446\u0430<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td style=\"font-weight: 600; color: var(--fsc-gray-900);\">\u041e\u0431\u0449\u0438\u0439 \u0432\u0435\u0441 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430<\/td>\n            <td class=\"fsc-col-base\" id=\"table-base-weight\">0 \u043a\u0433<\/td>\n            <td class=\"fsc-col-target\" id=\"table-new-weight\">0 \u043a\u0433<\/td>\n            <td class=\"fsc-col-diff\" id=\"table-diff-weight\">0 \u043a\u0433<\/td>\n          <\/tr>\n          <tr>\n            <td style=\"font-weight: 600; color: var(--fsc-gray-900);\">\u041e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u043e\u0447\u043d\u0430\u044f \u043e\u0431\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c<\/td>\n            <td class=\"fsc-col-base\" id=\"table-base-cost\">$0<\/td>\n            <td class=\"fsc-col-target\" id=\"table-new-cost\">$0<\/td>\n            <td class=\"fsc-col-diff\" id=\"table-diff-cost\">$0<\/td>\n          <\/tr>\n          <tr>\n            <td style=\"font-weight: 600; color: var(--fsc-gray-900);\">\u0412\u044b\u0431\u0440\u043e\u0441\u044b CO\u2082<\/td>\n            <td class=\"fsc-col-base\" id=\"table-base-co2\">0 \u043a\u0433<\/td>\n            <td class=\"fsc-col-target\" id=\"table-new-co2\">0 \u043a\u0433<\/td>\n            <td class=\"fsc-col-diff\" id=\"table-diff-co2\">0 \u043a\u0433<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div style=\"text-align: center;\">\n      <button id=\"fsc-gate-trigger\" type=\"button\" class=\"fsc-btn fsc-btn-outline cf7-gated-btn\" data-target=\"calculator-gated-modal\">\n        <svg style=\"width:20px; height:20px;\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4\"><\/path>\n        <\/svg>\n        \u041f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043f\u043e\u043b\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 PDF (\u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e)\n      <\/button>\n    <\/div>\n  <\/div>\n\n  <div id=\"calculator-gated-modal\" class=\"cf7-gated-modal\" style=\"display:none;\">\n    <div class=\"cf7-gated-modal-content\">\n      <span class=\"cf7-gated-close\">\u00d7<\/span>\n      <div class=\"modal-inner-content\">\n        <h3 style=\"margin-top:0; color:#333; font-size: 20px;\">\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0430\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u043b\u043d\u044b\u0439 \u043e\u0442\u0447\u0435\u0442 \u043e \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439<\/h3>\n        <p style=\"font-size: 14px; color: #666; margin-bottom: 20px;\">\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0432\u0430\u0448\u0438\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u0434\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u043d \u043c\u0433\u043d\u043e\u0432\u0435\u043d\u043d\u043e.<\/p>\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2379-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"2379\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/ru\/wp-json\/wp\/v2\/pages\/2567#wpcf7-f2379-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/ru\/wp-json\/wp\/v2\/pages\/2567#wpcf7-f2379-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2379\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.4\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2379-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"gated-form-fields\">\n\t<p><label> \u0418\u043c\u044f *<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0414\u0436\u043e\u043d \u0414\u043e\u0443\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n\t<\/p>\n\t<p><label> \u0414\u0435\u043b\u043e\u0432\u0430\u044f \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u044f \u043f\u043e\u0447\u0442\u0430 *<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 john@company.com\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n\t<\/p>\n\t<p><label> \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"\u0412\u0430\u0448\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f\" value=\"\" type=\"text\" name=\"your-company\" \/><\/span> <\/label>\n\t<\/p>\n\t<div style=\"margin: 15px 0;\">\n\t\n\t<\/div>\n\t<p><div class=\"cf7-cf-turnstile\" style=\"margin-top: 0px; margin-bottom: -15px;\"> <div id=\"cf-turnstile-cf7-2678799875\" class=\"cf-turnstile\" data-callback=\"turnstileCF7Callback\" data-sitekey=\"0x4AAAAAACFvvNVc61rJKp-w\" data-theme=\"light\" data-language=\"auto\" data-size=\"normal\" data-retry=\"auto\" data-retry-interval=\"1000\" data-refresh-expired=\"auto\" data-action=\"contact-form-7\" data-appearance=\"always\"><\/div> <style>.wpcf7-submit { pointer-events: none; opacity: 0.5; }<\/style> <script>document.addEventListener(\"DOMContentLoaded\", function() { setTimeout(function(){ var e=document.getElementById(\"cf-turnstile-cf7-2678799875\"); e&&!e.innerHTML.trim()&&(turnstile.remove(\"#cf-turnstile-cf7-2678799875\"), turnstile.render(\"#cf-turnstile-cf7-2678799875\", {sitekey:\"0x4AAAAAACFvvNVc61rJKp-w\"})); }, 100); });<\/script> <br class=\"cf-turnstile-br cf-turnstile-br-cf7-2678799875\"> <style>#cf-turnstile-cf7-2678799875 { margin-left: -15px; }<\/style> <script>document.addEventListener(\"DOMContentLoaded\",function(){document.querySelectorAll('.wpcf7-form').forEach(function(e){e.addEventListener('submit',function(){if(document.getElementById('cf-turnstile-cf7-2678799875')){setTimeout(function(){turnstile.reset('#cf-turnstile-cf7-2678799875');},1000)}})})});<\/script> <\/div><br\/><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u041e\u0422\u041f\u0420\u0410\u0412\u0418\u0422\u042c \u0414\u041b\u042f \u0421\u041a\u0410\u0427\u0418\u0412\u0410\u041d\u0418\u042f\" \/>\n\t<\/p>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"ru\"\/><\/form>\n<\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n  const fissotMaterials = {\n    copper: { name: 'Pure Copper', density: 8.96, priceMultiplier: 1.0, co2Factor: 3.2 },\n    'cca-10': { name: 'CCA 10%', density: 3.32, priceMultiplier: 0.35, co2Factor: 1.7 },\n    'cca-15': { name: 'CCA 15%', density: 3.63, priceMultiplier: 0.40, co2Factor: 1.8 },\n    'ccs-21': { name: 'CCS 21%', density: 7.90, priceMultiplier: 0.55, co2Factor: 2.3 },\n    'ccs-30': { name: 'CCS 30%', density: 8.00, priceMultiplier: 0.60, co2Factor: 2.4 },\n    'ccs-40': { name: 'CCS 40%', density: 8.20, priceMultiplier: 0.65, co2Factor: 2.5 }\n  };\n\n  const awgToMm = {\n    \"4\": \"5.189\", \"5\": \"4.620\", \"6\": \"4.115\", \"7\": \"3.665\", \"8\": \"3.264\", \"9\": \"2.906\", \"10\": \"2.588\",\n    \"11\": \"2.305\", \"12\": \"2.053\", \"13\": \"1.828\", \"14\": \"1.628\", \"15\": \"1.450\", \"16\": \"1.291\",\n    \"17\": \"1.150\", \"18\": \"1.024\", \"19\": \"0.912\", \"20\": \"0.812\", \"21\": \"0.723\", \"22\": \"0.644\",\n    \"23\": \"0.573\", \"24\": \"0.511\"\n  };\n\n  const form = document.getElementById('fsc-calculator-form');\n  const resultsSection = document.getElementById('fsc-results');\n  const ratioSlider = document.getElementById('fsc-ratio');\n  const ratioValue = document.getElementById('fsc-ratio-val');\n  const copperPriceInput = document.getElementById('fsc-copper-price');\n  const priceStatus = document.getElementById('fsc-price-status');\n\n  \/\/ AWG & Dia \u76f8\u5173\u5143\u7d20\n  const awgSelect = document.getElementById('fsc-awg-select');\n  const diaInput = document.getElementById('fsc-dia-input');\n  const awgWrapper = document.getElementById('fsc-awg-wrapper');\n  const showAwgBtn = document.getElementById('fsc-show-awg-btn');\n  const specsGrid = document.getElementById('fsc-specs-grid');\n\n  \/\/ Toggle \u76f8\u5173\u5143\u7d20\n  const modeRadios = document.querySelectorAll('input[name=\"calcMode\"]');\n  const modeSpecs = document.getElementById('fsc-mode-specs');\n  const modeWeight = document.getElementById('fsc-mode-weight');\n  const specInputs = modeSpecs.querySelectorAll('input, select');\n  const weightInputs = modeWeight.querySelectorAll('input');\n\n  \/\/ \u6a21\u5f0f\u5207\u6362\u51fd\u6570\n  function updateCalcMode() {\n    const selectedMode = document.querySelector('input[name=\"calcMode\"]:checked').value;\n    if (selectedMode === 'specs') {\n      modeSpecs.style.display = 'block';\n      modeWeight.style.display = 'none';\n      specInputs.forEach(el => el.disabled = false);\n      weightInputs.forEach(el => el.disabled = true);\n    } else {\n      modeSpecs.style.display = 'none';\n      modeWeight.style.display = 'block';\n      specInputs.forEach(el => el.disabled = true);\n      weightInputs.forEach(el => el.disabled = false);\n    }\n  }\n  modeRadios.forEach(r => r.addEventListener('change', updateCalcMode));\n  updateCalcMode();\n\n  \/\/ AWG \u8054\u52a8\n  awgSelect.addEventListener('change', function() {\n    if (this.value && awgToMm[this.value]) {\n      diaInput.value = awgToMm[this.value];\n    }\n  });\n\n  diaInput.addEventListener('input', function() {\n    awgWrapper.style.display = 'none';\n    showAwgBtn.style.display = 'inline-block';\n    specsGrid.style.gridTemplateColumns = '1.1fr 1fr'; \n  });\n\n  showAwgBtn.addEventListener('click', function() {\n    awgWrapper.style.display = 'block';\n    showAwgBtn.style.display = 'none';\n    specsGrid.style.gridTemplateColumns = '0.8fr 1.2fr 1fr';\n    awgSelect.value = \"\"; \n  });\n\n  \/\/ \u83b7\u53d6\u94dc\u4ef7\n  async function fetchLiveCopperPrice() {\n    try {\n      priceStatus.innerHTML = '\u21bb Fetching...';\n      priceStatus.style.color = 'var(--fsc-gray-500)';\n      const response = await fetch('\/wp-json\/fissot\/v1\/copper-price');\n      if(response.ok) {\n          const data = await response.json();\n          copperPriceInput.value = parseFloat(data.price).toFixed(2);\n          const dateString = new Date().toLocaleDateString('en-US', { month: 'short', day: 'numeric' });\n          priceStatus.innerHTML = `\u2713 Real-time rate (${dateString})`;\n          priceStatus.style.color = 'var(--fsc-success)';\n      } else {\n          throw new Error(\"Plugin API not found\");\n      }\n    } catch (error) {\n      const basePrice = 9.20;\n      const todayFluctuation = (Math.random() * 0.4) - 0.2; \n      copperPriceInput.value = (basePrice + todayFluctuation).toFixed(2);\n      priceStatus.innerHTML = `\u26a0 Baseline price`;\n      priceStatus.style.color = '#f59e0b';\n    }\n  }\n\n  document.addEventListener('DOMContentLoaded', fetchLiveCopperPrice);\n\n  ratioSlider.addEventListener('input', () => {\n    ratioValue.textContent = `${ratioSlider.value}%`;\n  });\n\n  \/\/ \u6838\u5fc3\u8ba1\u7b97\u903b\u8f91\n  function calculateFissotSavings(data) {\n    const priceKg = parseFloat(data.copperPrice);\n    const ratio = parseFloat(data.replacementRatio) \/ 100;\n    const targetMatId = data.replacementMaterial;\n    \n    const baseProps = fissotMaterials.copper;\n    const targetProps = fissotMaterials[targetMatId];\n\n    let totalUsage = 0;\n\n    if (data.calcMode === 'specs') {\n      const dia = parseFloat(data.wireDiameter);\n      const len = parseFloat(data.wireLength);\n      totalUsage = Math.PI * Math.pow(dia\/2, 2) * len * baseProps.density \/ 1000;\n    } else {\n      totalUsage = parseFloat(data.annualUsage);\n    }\n\n    const baseCost = totalUsage * priceKg;\n    const baseCo2 = totalUsage * baseProps.co2Factor;\n\n    const targetWeightFor100Percent = totalUsage * (targetProps.density \/ baseProps.density);\n    const replacedWeight = targetWeightFor100Percent * ratio;\n    const remainingCopperWeight = totalUsage * (1 - ratio);\n    \n    const newTotalWeight = replacedWeight + remainingCopperWeight;\n    const targetPricePerKg = priceKg * targetProps.priceMultiplier;\n    const newTotalCost = (replacedWeight * targetPricePerKg) + (remainingCopperWeight * priceKg);\n    const newTotalCo2 = (replacedWeight * targetProps.co2Factor) + (remainingCopperWeight * baseProps.co2Factor);\n\n    return {\n      params: data,\n      copperWeightBase: totalUsage,\n      targetName: targetProps.name,\n      base: { weight: totalUsage, cost: baseCost, co2: baseCo2 },\n      new: { weight: newTotalWeight, cost: newTotalCost, co2: newTotalCo2 },\n      diff: { \n        weight: totalUsage - newTotalWeight, \n        cost: baseCost - newTotalCost, \n        co2: baseCo2 - newTotalCo2,\n        costPercent: ((baseCost - newTotalCost) \/ baseCost * 100).toFixed(1)\n      }\n    };\n  }\n\n  form.addEventListener('submit', (e) => {\n    e.preventDefault();\n    const formData = new FormData(e.target);\n    const data = Object.fromEntries(formData.entries());\n    const res = calculateFissotSavings(data);\n\n    const formatInt = (num) => num.toLocaleString(undefined, { maximumFractionDigits: 0 });\n    const formatCur = (num) => num.toLocaleString(undefined, { maximumFractionDigits: 0 });\n\n    document.getElementById('res-savings').textContent = formatCur(res.diff.cost);\n    document.getElementById('res-savings-percent').textContent = res.diff.costPercent;\n    document.getElementById('res-weight-diff').textContent = formatInt(res.diff.weight);\n    document.getElementById('res-co2-diff').textContent = formatInt(res.diff.co2);\n\n    document.getElementById('table-target-name').textContent = `Mix (${res.targetName} + Copper)`;\n    document.getElementById('table-base-weight').textContent = formatInt(res.base.weight) + ' kg';\n    document.getElementById('table-new-weight').textContent = formatInt(res.new.weight) + ' kg';\n    document.getElementById('table-diff-weight').textContent = '\u2193 ' + formatInt(res.diff.weight) + ' kg';\n\n    document.getElementById('table-base-cost').textContent = '$' + formatCur(res.base.cost);\n    document.getElementById('table-new-cost').textContent = '$' + formatCur(res.new.cost);\n    document.getElementById('table-diff-cost').textContent = '\u2193 $' + formatCur(res.diff.cost);\n\n    document.getElementById('table-base-co2').textContent = formatInt(res.base.co2) + ' kg';\n    document.getElementById('table-new-co2').textContent = formatInt(res.new.co2) + ' kg';\n    document.getElementById('table-diff-co2').textContent = '\u2193 ' + formatInt(res.diff.co2) + ' kg';\n\n    window.fissotLatestResults = res;\n\n    resultsSection.style.display = 'block';\n    setTimeout(() => {\n      resultsSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    }, 100);\n  });\n\n  \/\/ \u3010\u5904\u7406\u8868\u5355\u6210\u529f\u4e8b\u4ef6\u548c PDF \u751f\u6210\u903b\u8f91\u3011\n  document.addEventListener('DOMContentLoaded', function() {\n    \n    \/\/ \u76d1\u542c\u5f39\u7a97\u6253\u5f00\u52a8\u4f5c\n    document.getElementById('fsc-gate-trigger').addEventListener('click', function(e) {\n      e.preventDefault();\n      document.getElementById('calculator-gated-modal').style.display = 'block';\n    });\n\n    \/\/ \u76d1\u542c CF7 \u8868\u5355\u63d0\u4ea4\u6210\u529f\u4e8b\u4ef6\n    document.addEventListener('wpcf7mailsent', function(event) {\n        var modal = event.target.closest('#calculator-gated-modal');\n        if (modal) {\n            \/\/ \u5c06\u8868\u5355\u754c\u9762\u66ff\u6362\u4e3a\u6210\u529f\u63d0\u793a\n            var innerContainer = modal.querySelector('.modal-inner-content');\n            innerContainer.innerHTML = `\n                <div class=\"redirect-notice\" style=\"text-align: center; padding: 20px 0;\">\n                    <h4 style=\"color: #10b981; font-size: 22px; margin-bottom: 15px;\">Verification Successful!<\/h4>\n                    <p style=\"color: #555; margin-bottom: 5px;\">Your custom FISSOT ROI report is being generated...<\/p>\n                    <p style=\"font-size: 14px; color: #888; margin-top: 15px;\">Please wait a moment. The download will start automatically.<\/p>\n                <\/div>\n            `;\n            \n            \/\/ \u5ef6\u8fdf2\u79d2\u8c03\u7528\u539f\u672c\u7684 PDF \u751f\u6210\u51fd\u6570\n            setTimeout(function() {\n                if (window.fissotLatestResults) {\n                    generateFissotPDF(window.fissotLatestResults);\n                    \/\/ \u751f\u6210\u5b8c\u6bd5\u540e\u5ef6\u8fdf\u4e00\u70b9\u81ea\u52a8\u5173\u95ed\u5f39\u7a97\n                    setTimeout(() => { modal.style.display = 'none'; }, 1500);\n                }\n            }, 2000);\n        }\n    }, false);\n    \n    \/\/ \u5c01\u88c5\u7684\u5b8c\u6574 PDF \u751f\u6210\u903b\u8f91\n    async function generateFissotPDF(res) {\n        try {\n            const { jsPDF } = await import('https:\/\/cdn.jsdelivr.net\/npm\/jspdf@3.0.4\/+esm');\n            const doc = new jsPDF();\n            const date = new Date().toLocaleDateString('en-US');\n            let y = 20;\n\n            doc.setFontSize(22);\n            doc.setTextColor(10, 25, 48); \n            doc.text('FISSOT Value Engineering Report', 105, y, { align: 'center' });\n            \n            y += 10;\n            doc.setFontSize(10);\n            doc.setTextColor(100, 100, 100);\n            doc.text(`Generated on: ${date}`, 105, y, { align: 'center' });\n\n            y += 20;\n            doc.setFontSize(14);\n            doc.setTextColor(253, 95, 23); \n            doc.text('Executive Summary', 14, y);\n            \n            y += 10;\n            doc.setFontSize(11);\n            doc.setTextColor(50, 50, 50);\n            \n            if(res.params.calcMode === 'specs') {\n                doc.text(`Based on wire specifications (Dia: ${res.params.wireDiameter}mm, Length: ${res.params.wireLength}m),`, 14, y);\n            } else {\n                doc.text(`Based on an annual usage of ${res.copperWeightBase.toLocaleString(undefined, { maximumFractionDigits: 0 })} kg of pure copper,`, 14, y);\n            }\n\n            y += 7;\n            doc.text(`by replacing pure copper with FISSOT ${res.targetName} at a ${res.params.replacementRatio}% ratio,`, 14, y);\n            y += 7;\n            doc.text(`you will achieve the following savings:`, 14, y);\n\n            y += 10;\n            doc.setFont('helvetica', 'bold');\n            doc.text(`\u2022 Cost Savings: $${res.diff.cost.toLocaleString(undefined, { maximumFractionDigits: 0 })} (${res.diff.costPercent}% reduction)`, 20, y);\n            y += 7;\n            doc.text(`\u2022 Weight Reduction: ${res.diff.weight.toLocaleString(undefined, { maximumFractionDigits: 0 })} kg`, 20, y);\n            y += 7;\n            doc.text(`\u2022 CO2 Emissions Saved: ${res.diff.co2.toLocaleString(undefined, { maximumFractionDigits: 0 })} kg`, 20, y);\n            doc.setFont('helvetica', 'normal');\n\n            y += 25;\n            doc.setFontSize(14);\n            doc.setTextColor(253, 95, 23);\n            doc.text('About FISSOT Bimetallic Solutions', 14, y);\n            \n            y += 10;\n            doc.setFontSize(10);\n            doc.setTextColor(50, 50, 50);\n            \n            doc.setFont('helvetica', 'bold');\n            doc.text('CCA (Copper Clad Aluminum)', 14, y);\n            doc.setFont('helvetica', 'normal');\n            y += 5;\n            const ccaText = \"FISSOT CCA wire offers a unique combination of high electrical conductivity and lightweight properties. It significantly reduces material costs while providing superior high-frequency signal transmission compared to pure copper.\";\n            doc.text(doc.splitTextToSize(ccaText, 180), 14, y);\n\n            y += 15;\n            doc.setFont('helvetica', 'bold');\n            doc.text('CCS (Copper Clad Steel)', 14, y);\n            doc.setFont('helvetica', 'normal');\n            y += 5;\n            const ccsText = \"FISSOT CCS wire provides the high tensile strength of steel with the conductivity and corrosion resistance of copper. It is the ideal choice for grounding systems, coaxial cables, and power transmission lines.\";\n            doc.text(doc.splitTextToSize(ccsText, 180), 14, y);\n\n            y += 30;\n            doc.setFillColor(248, 250, 252);\n            doc.rect(10, y, 190, 40, 'F');\n            \n            y += 10;\n            doc.setFontSize(12);\n            doc.setTextColor(10, 25, 48);\n            doc.setFont('helvetica', 'bold');\n            doc.text('Ready to optimize your production?', 105, y, { align: 'center' });\n            \n            y += 10;\n            doc.setFontSize(10);\n            doc.setFont('helvetica', 'normal');\n            doc.text('Contact our engineering team for technical consultation or a free sample.', 105, y, { align: 'center' });\n            \n            y += 10;\n            doc.setFont('helvetica', 'bold');\n            doc.text('Website: www.fissot.com', 105, y, { align: 'center' });\n\n            \/\/ \u89e6\u53d1\u4e0b\u8f7d\n            doc.save(`FISSOT_Value_Engineering_Report_${date.replace(\/\\\/\/g, '-')}.pdf`);\n\n        } catch (error) {\n            console.error('Error generating PDF:', error);\n            alert('Error generating PDF. Please ensure your browser allows downloads.');\n        }\n    }\n  });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>\u0418\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0432\u043e\u043b\u043e\u043a\u0438 FISSOT\u00ae \u041e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b. \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044e \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432, \u0437\u0430\u043c\u0435\u043d\u0438\u0432 \u0447\u0438\u0441\u0442\u0443\u044e \u043c\u0435\u0434\u044c \u043d\u0430\u0448\u0435\u0439 \u0443\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u043d\u043e\u0439 [\u2026]<\/p>","protected":false},"author":1,"featured_media":1669,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_lh_hide_header":true,"_lh_header_bg_image":0,"_lh_header_overlay_opacity":100,"footnotes":""},"class_list":["post-2567","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Calculate Metal Materials Cost - FISSOT\u00ae | Leading Bimetallic Wire Manufacturer<\/title>\n<meta name=\"description\" content=\"Use FISSOT&#039;s free Metal Materials Cost Calculator to analyze potential savings, weight reduction, and CO2 impact when switching from copper to CCA\/CCS bimetallic wire. Generate a PDF report for your project today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fissot.com\/ru\/bimetallic-wire-cost-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculate Metal Materials Cost FISSOT\u00ae | Leading Bimetallic Wire Manufacturer - Copper Clad Steel (CCS) &amp; Cladding Technology\" \/>\n<meta property=\"og:description\" content=\"Calculate Metal Materials Cost FISSOT\u00ae | Leading Bimetallic Wire Manufacturer - Copper Clad Steel (CCS) &amp; Cladding Technology\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fissot.com\/ru\/bimetallic-wire-cost-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"FISSOT\u00ae | Leading Bimetallic Wire Manufacturer - Copper Clad Steel (CCS) &amp; Cladding Technology\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Clad-Fissot\/pfbid0PTU2TW9fAzcTT4BYKUWXQ7tuJ5B6H712jWsEJ9bNrnQXnSboExd3HBWbtcNw8LUal\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T00:31:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1439\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/\",\"url\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/\",\"name\":\"Calculate Metal Materials Cost - FISSOT\u00ae | Leading Bimetallic Wire Manufacturer\",\"isPartOf\":{\"@id\":\"https:\/\/www.fissot.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg\",\"datePublished\":\"2026-04-07T07:33:53+00:00\",\"dateModified\":\"2026-04-08T00:31:35+00:00\",\"description\":\"Use FISSOT's free Metal Materials Cost Calculator to analyze potential savings, weight reduction, and CO2 impact when switching from copper to CCA\/CCS bimetallic wire. Generate a PDF report for your project today.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#primaryimage\",\"url\":\"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg\",\"contentUrl\":\"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg\",\"width\":2560,\"height\":1439},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fissot.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculate Metal Materials Cost\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.fissot.com\/#website\",\"url\":\"https:\/\/www.fissot.com\/\",\"name\":\"Copper Clad Steel & Bimetallic Wire Manufacturer | FISSOT\u00ae\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.fissot.com\/#organization\"},\"alternateName\":\"FISSOT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.fissot.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.fissot.com\/#organization\",\"name\":\"FISSOT\u00ae (General Clad Co., Ltd.)\",\"alternateName\":\"FISSOT\",\"url\":\"https:\/\/www.fissot.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/www.fissot.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/cropped-FISSOT_LOGO_255-255_mini-1.png\",\"contentUrl\":\"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/cropped-FISSOT_LOGO_255-255_mini-1.png\",\"width\":512,\"height\":512,\"caption\":\"FISSOT\u00ae (General Clad Co., Ltd.)\"},\"image\":{\"@id\":\"https:\/\/www.fissot.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/Clad-Fissot\/pfbid0PTU2TW9fAzcTT4BYKUWXQ7tuJ5B6H712jWsEJ9bNrnQXnSboExd3HBWbtcNw8LUal\/\"],\"description\":\"GENERAL CLAD is a technology-driven composite metal materials enterprise located in Guangde City, at the junction of Jiangsu, Zhejiang, and Anhui provinces. It specializes in the production of copper-clad steel composite metal materials, focusing on the research and development of copper-clad steel products with special properties, primarily sold in the international market. Applications cover aerospace, military, electrified railways, automotive manufacturing, wire and cable, lightning protection, and grounding.\",\"email\":\"info@fissot.com\",\"legalName\":\"GENERAL CLAD Co.,Ltd\",\"foundingDate\":\"2015-11-26\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 - FISSOT\u00ae | \u0412\u0435\u0434\u0443\u0449\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0432\u043e\u043b\u043e\u043a\u0438","description":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 FISSOT, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u0443\u044e \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044e, \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0432\u0435\u0441\u0430 \u0438 \u0432\u043b\u0438\u044f\u043d\u0438\u0435 CO2 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0435 \u0441 \u043c\u0435\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0432\u043e\u0434\u0430 \u043d\u0430 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u0440\u043e\u0432\u043e\u0434 CCA\/CCS. \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043e\u0442\u0447\u0435\u0442 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 PDF \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fissot.com\/ru\/bimetallic-wire-cost-calculator\/","og_locale":"ru_RU","og_type":"article","og_title":"Calculate Metal Materials Cost FISSOT\u00ae | Leading Bimetallic Wire Manufacturer - Copper Clad Steel (CCS) &amp; Cladding Technology","og_description":"Calculate Metal Materials Cost FISSOT\u00ae | Leading Bimetallic Wire Manufacturer - Copper Clad Steel (CCS) &amp; Cladding Technology","og_url":"https:\/\/www.fissot.com\/ru\/bimetallic-wire-cost-calculator\/","og_site_name":"FISSOT\u00ae | Leading Bimetallic Wire Manufacturer - Copper Clad Steel (CCS) &amp; Cladding Technology","article_publisher":"https:\/\/www.facebook.com\/people\/Clad-Fissot\/pfbid0PTU2TW9fAzcTT4BYKUWXQ7tuJ5B6H712jWsEJ9bNrnQXnSboExd3HBWbtcNw8LUal\/","article_modified_time":"2026-04-08T00:31:35+00:00","og_image":[{"width":2560,"height":1439,"url":"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"2 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/","url":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/","name":"\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 - FISSOT\u00ae | \u0412\u0435\u0434\u0443\u0449\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0432\u043e\u043b\u043e\u043a\u0438","isPartOf":{"@id":"https:\/\/www.fissot.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#primaryimage"},"image":{"@id":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg","datePublished":"2026-04-07T07:33:53+00:00","dateModified":"2026-04-08T00:31:35+00:00","description":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 FISSOT, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u0443\u044e \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044e, \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0432\u0435\u0441\u0430 \u0438 \u0432\u043b\u0438\u044f\u043d\u0438\u0435 CO2 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0435 \u0441 \u043c\u0435\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0432\u043e\u0434\u0430 \u043d\u0430 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043f\u0440\u043e\u0432\u043e\u0434 CCA\/CCS. \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043e\u0442\u0447\u0435\u0442 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 PDF \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f.","breadcrumb":{"@id":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#primaryimage","url":"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg","contentUrl":"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/post_copper_status-scaled.jpg","width":2560,"height":1439},{"@type":"BreadcrumbList","@id":"https:\/\/www.fissot.com\/bimetallic-wire-cost-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fissot.com\/"},{"@type":"ListItem","position":2,"name":"Calculate Metal Materials Cost"}]},{"@type":"WebSite","@id":"https:\/\/www.fissot.com\/#website","url":"https:\/\/www.fissot.com\/","name":"\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c \u043c\u0435\u0434\u043d\u043e\u0439 \u043f\u043b\u0430\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0442\u0430\u043b\u0438 \u0438 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0432\u043e\u043b\u043e\u043a\u0438 | FISSOT\u00ae","description":"","publisher":{"@id":"https:\/\/www.fissot.com\/#organization"},"alternateName":"FISSOT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fissot.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/www.fissot.com\/#organization","name":"FISSOT\u00ae (General Clad Co., Ltd.)","alternateName":"FISSOT","url":"https:\/\/www.fissot.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/www.fissot.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/cropped-FISSOT_LOGO_255-255_mini-1.png","contentUrl":"https:\/\/www.fissot.com\/wp-content\/uploads\/2025\/12\/cropped-FISSOT_LOGO_255-255_mini-1.png","width":512,"height":512,"caption":"FISSOT\u00ae (General Clad Co., Ltd.)"},"image":{"@id":"https:\/\/www.fissot.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Clad-Fissot\/pfbid0PTU2TW9fAzcTT4BYKUWXQ7tuJ5B6H712jWsEJ9bNrnQXnSboExd3HBWbtcNw8LUal\/"],"description":"GENERAL CLAD \u2014 \u044d\u0442\u043e \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0435 \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0445 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432, \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u0435 \u0432 \u0433\u043e\u0440\u043e\u0434\u0435 \u0413\u0443\u0430\u043d\u0434\u044d, \u043d\u0430 \u0441\u0442\u044b\u043a\u0435 \u043f\u0440\u043e\u0432\u0438\u043d\u0446\u0438\u0439 \u0426\u0437\u044f\u043d\u0441\u0443, \u0427\u0436\u044d\u0446\u0437\u044f\u043d \u0438 \u0410\u043d\u044c\u0445\u043e\u0439. \u041e\u043d\u043e \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0445 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0438\u0437 \u0441\u0442\u0430\u043b\u0438 \u0441 \u043c\u0435\u0434\u043d\u044b\u043c \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u0435\u043c, \u0443\u0434\u0435\u043b\u044f\u044f \u043e\u0441\u043e\u0431\u043e\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u0438 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043c \u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u0437\u0434\u0435\u043b\u0438\u0439 \u0441 \u043c\u0435\u0434\u043d\u044b\u043c \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u0435\u043c, \u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0449\u0438\u0445 \u043e\u0441\u043e\u0431\u044b\u043c\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u043f\u0440\u043e\u0434\u0430\u044e\u0442\u0441\u044f \u043d\u0430 \u043c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u043c \u0440\u044b\u043d\u043a\u0435. \u041e\u0431\u043b\u0430\u0441\u0442\u0438 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043e\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u044e\u0442 \u0430\u044d\u0440\u043e\u043a\u043e\u0441\u043c\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0438 \u0432\u043e\u0435\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c, \u044d\u043b\u0435\u043a\u0442\u0440\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0436\u0435\u043b\u0435\u0437\u043d\u044b\u0435 \u0434\u043e\u0440\u043e\u0433\u0438, \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435, \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0432\u043e\u0434\u043e\u0432 \u0438 \u043a\u0430\u0431\u0435\u043b\u0435\u0439, \u043c\u043e\u043b\u043d\u0438\u0435\u0437\u0430\u0449\u0438\u0442\u0443 \u0438 \u0437\u0430\u0437\u0435\u043c\u043b\u0435\u043d\u0438\u0435.","email":"info@fissot.com","legalName":"GENERAL CLAD Co.,Ltd","foundingDate":"2015-11-26","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"_links":{"self":[{"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/pages\/2567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/comments?post=2567"}],"version-history":[{"count":15,"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/pages\/2567\/revisions"}],"predecessor-version":[{"id":2663,"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/pages\/2567\/revisions\/2663"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/media\/1669"}],"wp:attachment":[{"href":"https:\/\/www.fissot.com\/ru\/wp-json\/wp\/v2\/media?parent=2567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}