{"id":777,"date":"2025-05-18T11:19:00","date_gmt":"2025-05-18T11:19:00","guid":{"rendered":"https:\/\/print.zelluloza.ru\/?page_id=777"},"modified":"2025-06-20T09:35:49","modified_gmt":"2025-06-20T09:35:49","slug":"%d0%b2%d0%be%d0%b1%d0%bb%d0%b5%d1%80%d1%8b","status":"publish","type":"page","link":"https:\/\/print.zelluloza.ru\/?page_id=777","title":{"rendered":"\u0412\u043e\u0431\u043b\u0435\u0440\u044b"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ru\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>\u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f<\/title>\n  <style>\n    :root {\n      --primary-color: #00b0b9;\n      --primary-dark: #008c94;\n      --primary-light: #e0f7fa;\n      --text-light: #ffffff;\n      --text-dark: #333333;\n      --bg-light: #f8f9fa;\n      --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n    \n    body {\n      margin: 0;\n      font-family: 'Segoe UI', system-ui, sans-serif;\n      background-color: var(--bg-light);\n      color: var(--text-dark);\n      line-height: 1.6;\n    }\n    \n    \n    .logo img {\n      height: 50px;\n      transition: transform 0.3s;\n    }\n    \n    .logo:hover img {\n      transform: scale(1.05);\n    }\n    \n    .nav-links {\n      display: flex;\n      gap: 25px;\n    }\n    \n    .nav-links a {\n      color: var(--text-dark);\n      font-weight: 600;\n      padding: 8px 0;\n      position: relative;\n      transition: color 0.3s;\n    }\n    \n    .nav-links a:hover {\n      color: var(--primary-color);\n    }\n    \n    .nav-links a::after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      width: 0;\n      height: 2px;\n      background-color: var(--primary-color);\n      transition: width 0.3s;\n    }\n    \n    .nav-links a:hover::after {\n      width: 100%;\n    }\n    \n    .cart-btn {\n      background-color: var(--primary-color);\n      color: white;\n      border: none;\n      padding: 10px 20px;\n      border-radius: 30px;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      cursor: pointer;\n      transition: all 0.3s;\n    }\n    \n    .cart-btn:hover {\n      background-color: var(--primary-dark);\n      transform: translateY(-2px);\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n    }\n    \n    \/* \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 *\/\n    .page-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 60px 20px;\n    }\n    \n    .section-title {\n      color: var(--primary-color);\n      font-size: 2.2rem;\n      margin-bottom: 40px;\n      text-align: center;\n      position: relative;\n    }\n    \n    .section-title::after {\n      content: '';\n      display: block;\n      width: 80px;\n      height: 4px;\n      background-color: var(--primary-color);\n      margin: 15px auto 0;\n      opacity: 0.5;\n    }\n    \n    .content-block {\n      background: white;\n      border-radius: 10px;\n      padding: 30px;\n      margin-bottom: 30px;\n      box-shadow: var(--shadow);\n    }\n    \n    .content-block h2 {\n      color: var(--primary-dark);\n      margin-top: 0;\n    }\n    \n    .file-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 30px;\n      margin: 30px 0;\n    }\n    \n    .file-column h3 {\n      color: var(--primary-dark);\n      margin-top: 0;\n    }\n    \n    .file-list {\n      list-style: none;\n      padding: 0;\n    }\n    \n    .file-list li {\n      margin-bottom: 10px;\n      padding-left: 25px;\n      position: relative;\n    }\n    \n    .file-list li::before {\n      content: '\u2022';\n      color: var(--primary-color);\n      font-size: 1.5rem;\n      position: absolute;\n      left: 0;\n      top: -5px;\n    }\n    \n    .price-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 20px 0;\n    }\n    \n    .price-table th {\n      background-color: var(--primary-color);\n      color: white;\n      padding: 12px;\n      text-align: left;\n    }\n    \n    .price-table td {\n      padding: 10px 12px;\n      border-bottom: 1px solid #e0e0e0;\n    }\n    \n    .price-table tr:nth-child(even) {\n      background-color: var(--primary-light);\n    }\n    \n    .price-table tr:hover {\n      background-color: rgba(0, 176, 185, 0.1);\n    }\n    \n    .highlight {\n      background-color: var(--primary-light);\n      padding: 20px;\n      border-left: 4px solid var(--primary-color);\n      margin: 20px 0;\n    }\n    \n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n      gap: 20px;\n      margin: 30px 0;\n    }\n    \n    .feature-card {\n      background: white;\n      border-radius: 8px;\n      padding: 20px;\n      box-shadow: var(--shadow);\n      border-top: 3px solid var(--primary-color);\n    }\n    \n    .feature-card h3 {\n      color: var(--primary-dark);\n      margin-top: 0;\n    }\n    \n    \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c *\/\n    @media (max-width: 768px) {\n      .header-container {\n        flex-direction: column;\n        gap: 20px;\n        padding: 15px;\n      }\n      \n      .nav-links {\n        flex-wrap: wrap;\n        justify-content: center;\n      }\n      \n      .page-container {\n        padding: 40px 15px;\n      }\n      \n      .section-title {\n        font-size: 1.8rem;\n      }\n      \n      .price-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .features-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n    \n    @media (max-width: 480px) {\n      .content-block {\n        padding: 20px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- \u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 -->\n  <main class=\"page-container\">\n    <h1 class=\"section-title\">\u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432<\/h1>\n    \n    <div class=\"content-block\">\n      <h2>\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0444\u0430\u0439\u043b\u0430\u043c<\/h2>\n      \n      <div class=\"file-grid\">\n        <div class=\"file-column\">\n          <h3>\u041c\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u043c \u0444\u0430\u0439\u043b\u044b:<\/h3>\n          <ul class=\"file-list\">\n            <li>PDF<\/li>\n            <li>EPS<\/li>\n            <li>TIFF<\/li>\n            <li>AI<\/li>\n            <li>CDR<\/li>\n            <li>JPEG<\/li>\n          <\/ul>\n        <\/div>\n        \n        <div class=\"file-column\">\n          <h3>\u0426\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430:<\/h3>\n          <ul class=\"file-list\">\n            <li>\u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f\/\u043e\u0444\u0441\u0435\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK<\/li>\n            <li>\u0428\u0435\u043b\u043a\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u2013 Pantone C\/CMYK (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442)<\/li>\n            <li>\u0423\u0424-\u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK + White (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442)<\/li>\n            <li>\u041f\u0440\u044f\u043c\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"content-block\">\n      <h2>\u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432<\/h2>\n      \n      <table class=\"price-table\">\n        <thead>\n          <tr>\n            <th>\u0424\u043e\u0440\u043c\u0430\u0442\/\u0442\u0438\u0440\u0430\u0436<\/th>\n            <th>50 \u0448\u0442.<\/th>\n            <th>100 \u0448\u0442.<\/th>\n            <th>200 \u0448\u0442.<\/th>\n            <th>300 \u0448\u0442.<\/th>\n            <th>400 \u0448\u0442.<\/th>\n            <th>500 \u0448\u0442.<\/th>\n            <th>1000 \u0448\u0442.<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>\u04105 (148\u0445210 \u043c\u043c)<\/td>\n            <td>2 500\u0440\u0443\u0431.<\/td>\n            <td>3 050\u0440\u0443\u0431.<\/td>\n            <td>3 300\u0440\u0443\u0431.<\/td>\n            <td>4 800\u0440\u0443\u0431.<\/td>\n            <td>6 000\u0440\u0443\u0431.<\/td>\n            <td>7 100\u0440\u0443\u0431.<\/td>\n            <td>13 300\u0440\u0443\u0431.<\/td>\n          <\/tr>\n          <tr>\n            <td>\u04106 (105\u0445148 \u043c\u043c)<\/td>\n            <td>1 850\u0440\u0443\u0431.<\/td>\n            <td>2 000\u0440\u0443\u0431.<\/td>\n            <td>2 250\u0440\u0443\u0431.<\/td>\n            <td>3 500\u0440\u0443\u0431.<\/td>\n            <td>4 500\u0440\u0443\u0431.<\/td>\n            <td>5 300\u0440\u0443\u0431.<\/td>\n            <td>9 500\u0440\u0443\u0431.<\/td>\n          <\/tr>\n          <tr>\n            <td>\u04105, \u043a\u0440\u0443\u0433\u043b\u044b\u0435 (D 148 \u043c\u043c)<\/td>\n            <td>2 200\u0440\u0443\u0431.<\/td>\n            <td>3 800\u0440\u0443\u0431.<\/td>\n            <td>6 800\u0440\u0443\u0431.<\/td>\n            <td>9 800\u0440\u0443\u0431.<\/td>\n            <td>12 000\u0440\u0443\u0431.<\/td>\n            <td>13 000\u0440\u0443\u0431.<\/td>\n            <td>17 100\u0440\u0443\u0431.<\/td>\n          <\/tr>\n          <tr>\n            <td>\u04106, \u043a\u0440\u0443\u0433\u043b\u044b\u0435 (D 105 \u043c\u043c)<\/td>\n            <td>2 400\u0440\u0443\u0431.<\/td>\n            <td>2 600\u0440\u0443\u0431.<\/td>\n            <td>4 500\u0440\u0443\u0431.<\/td>\n            <td>6 100\u0440\u0443\u0431.<\/td>\n            <td>8 000\u0440\u0443\u0431.<\/td>\n            <td>9 500\u0440\u0443\u0431.<\/td>\n            <td>14 500\u0440\u0443\u0431.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    \n    <div class=\"content-block\">\n      <h2>\u041e\u0444\u0441\u0435\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432<\/h2>\n      \n      <table class=\"price-table\">\n        <thead>\n          <tr>\n            <th>\u0424\u043e\u0440\u043c\u0430\u0442\/\u0442\u0438\u0440\u0430\u0436<\/th>\n            <th>1500 \u0448\u0442.<\/th>\n            <th>2000 \u0448\u0442.<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>\u04105 (148\u0445210 \u043c\u043c)<\/td>\n            <td>25 600\u0440\u0443\u0431.<\/td>\n            <td>27 500\u0440\u0443\u0431.<\/td>\n          <\/tr>\n          <tr>\n            <td>\u04106 (105\u0445148 \u043c\u043c)<\/td>\n            <td>23 700\u0440\u0443\u0431.<\/td>\n            <td>24 700\u0440\u0443\u0431.<\/td>\n          <\/tr>\n          <tr>\n            <td>\u04105, \u043a\u0440\u0443\u0433\u043b\u044b\u0435 (D 148 \u043c\u043c)<\/td>\n            <td>29 200\u0440\u0443\u0431.<\/td>\n            <td>30 700\u0440\u0443\u0431.<\/td>\n          <\/tr>\n          <tr>\n            <td>\u04106, \u043a\u0440\u0443\u0433\u043b\u044b\u0435 (D 105 \u043c\u043c)<\/td>\n            <td>28 200\u0440\u0443\u0431.<\/td>\n            <td>29 500\u0440\u0443\u0431.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    \n    <div class=\"content-block\">\n      <div class=\"highlight\">\n        <h2>\u0420\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0435 \u0432\u043e\u0431\u043b\u0435\u0440\u044b<\/h2>\n        <p>\u0420\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0435 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0432\u043e\u0431\u043b\u0435\u0440\u044b \u043f\u0440\u043e\u0447\u043d\u043e \u0432\u043e\u0448\u043b\u0438 \u0432 \u043d\u0430\u0448\u0443 \u0436\u0438\u0437\u043d\u044c. \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u043e\u043d\u0438 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0432\u043e \u0432\u0441\u0435\u0445 \u0441\u0443\u043f\u0435\u0440\u043c\u0430\u0440\u043a\u0435\u0442\u0430\u0445 \u0438 \u043c\u0435\u0441\u0442\u0430\u0445 \u0440\u043e\u0437\u043d\u0438\u0447\u043d\u043e\u0439 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438, \u043d\u0430 \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u0440\u0430\u0432\u043a\u0430\u0445, \u0432\u044b\u0441\u0442\u0430\u0432\u043a\u0430\u0445 \u0438 \u0434\u0440. \u0412 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0435 \u0441 \u0430\u043d\u0433\u043b\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u044d\u0442\u043e\u0442 \u0442\u0435\u0440\u043c\u0438\u043d \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442 &#171;\u0442\u0440\u044f\u0441\u0442\u0438\u0441\u044c&#187;, \u0447\u0442\u043e, \u0432 \u043e\u0431\u0449\u0435\u043c, \u0432 \u0446\u0435\u043b\u043e\u043c \u043e\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0443 \u0434\u0430\u043d\u043d\u043e\u0433\u043e POS-\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430. \u0414\u0435\u043b\u043e \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d \u043a\u0440\u0435\u043f\u0438\u0442\u0441\u044f \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0434\u0432\u0443\u0445\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u0433\u043e \u0441\u043a\u043e\u0442\u0447\u0430 \u0438 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u0432\u043e\u0439 \u043b\u0435\u043d\u0442\u044b. \u041f\u0440\u0438 \u043a\u043e\u043b\u0435\u0431\u0430\u043d\u0438\u0438 \u0432\u043e\u0437\u0434\u0443\u0445\u0430 \u0438\u043b\u0438 \u043c\u0435\u0445\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0439 \u043b\u0438\u0441\u0442 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442 &#171;\u0434\u0440\u043e\u0436\u0430\u0442\u044c&#187;, \u0442\u0435\u043c \u0441\u0430\u043c\u044b\u043c \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043a \u0441\u0435\u0431\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435.<\/p>\n        \n        <h3>\u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432<\/h3>\n        <p>\u0412\u043e\u0431\u043b\u0435\u0440\u044b \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043a\u0440\u0443\u0433\u043b\u044b\u043c\u0438, \u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u044b\u043c\u0438, \u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u043c\u0438, \u0444\u0438\u0433\u0443\u0440\u043d\u044b\u043c\u0438, \u0441\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u043d\u044b\u043c\u0438. \u0418\u0445 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f \u043a \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0435\u043d\u0430\u0432\u044f\u0437\u0447\u0438\u0432\u044b\u0445 \u0438\u043c\u0438\u0434\u0436\u0435\u0432\u044b\u0445 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0438 \u043f\u0440\u0438\u0437\u0432\u0430\u043d\u044b \u0441\u043e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044f \u0441\u0440\u0435\u0434\u0438 \u0432\u0441\u0435\u0433\u043e \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u0438\u044f \u0442\u043e\u0432\u0430\u0440\u043e\u0432. \u0418\u0445 \u043c\u043e\u0436\u043d\u043e \u043a\u0440\u0435\u043f\u0438\u0442\u044c \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043a\u043e\u0440\u043e\u0431\u043a\u0430\u043c, \u043d\u043e \u0438 \u043a \u043f\u043e\u043b\u043a\u0430\u043c, \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0438 \u0434\u0430\u0436\u0435 \u043a \u0441\u0442\u0435\u043d\u0430\u043c. \u0427\u0435\u043c \u044f\u0440\u0447\u0435 \u0438 \u043a\u0440\u0430\u0441\u043e\u0447\u043d\u0435\u0435 \u0431\u0443\u0434\u0435\u0442 \u0434\u0438\u0437\u0430\u0439\u043d, \u0442\u0435\u043c \u0432\u044b\u0448\u0435 \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u043d\u044b\u0439 POS-\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u043d\u0435 \u043e\u0441\u0442\u0430\u043d\u0435\u0442\u0441\u044f \u0431\u0435\u0437 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u044f \u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0438\u0438.<\/p>\n        \n        <div class=\"features-grid\">\n          <div class=\"feature-card\">\n            <h3>\u0421\u0442\u0438\u043b\u044c\u043d\u044b\u0439 \u0432\u0438\u0434<\/h3>\n            <p>\u041f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u044b\u0439 \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0432\u0430\u0448\u0435\u043c\u0443 \u0431\u0440\u0435\u043d\u0434\u0443<\/p>\n          <\/div>\n          <div class=\"feature-card\">\n            <h3>\u0423\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u044c<\/h3>\n            <p>\u0421\u0442\u043e\u0439\u043a\u043e\u0441\u0442\u044c \u043a \u0432\u043b\u0430\u0433\u0435 \u0438 \u0445\u043e\u043b\u043e\u0434\u0443 (\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u0434\u0430\u0436\u0435 \u043a \u0445\u043e\u043b\u043e\u0434\u0438\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u043b\u043a\u0430\u043c)<\/p>\n          <\/div>\n          <div class=\"feature-card\">\n            <h3>\u0423\u0434\u043e\u0431\u0441\u0442\u0432\u043e<\/h3>\n            <p>\u041b\u0435\u0433\u043a\u043e \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0438 \u0441\u043d\u0438\u043c\u0430\u044e\u0442\u0441\u044f \u0431\u0435\u0437 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u0435\u0439<\/p>\n          <\/div>\n          <div class=\"feature-card\">\n            <h3>\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c<\/h3>\n            <p>\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0442\u043e\u0432\u0430\u0440\u0435<\/p>\n          <\/div>\n        <\/div>\n        \n        <h3>\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0434\u0438\u0437\u0430\u0439\u043d\u0430<\/h3>\n        <p>\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u043f\u0435\u0447\u0430\u0442\u0438 \u0432\u043e\u0431\u043b\u0435\u0440\u0430 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u043e\u0433\u043e, \u043d\u0430\u0448\u0438 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u044b \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e\u0442 \u043c\u0430\u043a\u0435\u0442. \u0421\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u043d\u0430 \u0431\u0440\u0435\u043d\u0434\u0431\u0443\u043a (\u0435\u0441\u043b\u0438 \u043e\u043d \u0435\u0441\u0442\u044c), \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0442 \u0444\u0438\u0440\u043c\u0435\u043d\u043d\u0443\u044e \u0441\u0442\u0438\u043b\u0438\u0441\u0442\u0438\u043a\u0443 \u0438 \u043e\u0444\u043e\u0440\u043c\u043b\u044f\u044e\u0442 \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0438 \u0432 \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u043c \u0434\u0443\u0445\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438. \u041d\u0430 POS-\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0435 \u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0442\u043e\u0432\u0430\u0440\u0435, \u0441\u043e\u0441\u0442\u0430\u0432\u0435, \u0440\u0430\u0437\u043c\u0435\u0440\u0435 \u0441\u043a\u0438\u0434\u043a\u0438, \u0446\u0435\u043d\u0435. \u0427\u0430\u0449\u0435 \u0432\u0441\u0435\u0433\u043e \u0442\u0430\u043a\u0438\u043c\u0438 \u043a\u0430\u0440\u0442\u043e\u0447\u043a\u0430\u043c\u0438 \u0441 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u0432\u043e\u0439 \u043b\u0435\u043d\u0442\u043e\u0439 \u043e\u0444\u043e\u0440\u043c\u043b\u044f\u044e\u0442 \u043d\u043e\u0432\u0438\u043d\u043a\u0438 \u0438\u043b\u0438 \u0442\u043e\u0432\u0430\u0440\u044b, \u043b\u043e\u043a\u0430\u0446\u0438\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043d\u0430 \u043f\u043e\u043b\u043a\u0430\u0445 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430.<\/p>\n        \n        <h3>\u042d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c<\/h3>\n        <p>\u00ab\u0422\u0440\u044f\u0441\u0443\u0449\u0430\u044f\u0441\u044f\u00bb \u0440\u0435\u043a\u043b\u0430\u043c\u0430 \u2013 \u043f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0434\u043b\u044f \u043b\u044e\u0431\u044b\u0445 \u0446\u0435\u043b\u0435\u0439. \u0412\u044b \u043d\u0430\u0432\u0435\u0440\u043d\u044f\u043a\u0430 \u0432\u0438\u0434\u0435\u043b\u0438 \u0432 \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430\u0445 \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043c\u0435\u0441\u0442\u0430\u0445 \u0432\u043e\u0431\u043b\u0435\u0440\u044b \u2013 \u043e\u043d\u0438 \u043a\u0440\u0435\u043f\u044f\u0442\u0441\u044f \u043a \u043f\u043b\u043e\u0441\u043a\u0438\u043c \u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u044f\u043c \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0434\u0432\u0443\u0445\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u043c\u0443 \u0441\u043a\u043e\u0442\u0447\u0443 \u0438 \u0433\u0438\u0431\u043a\u043e\u0439 \u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0439 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u0432\u043e\u0439 \u043b\u0435\u043d\u0442\u044b. \u0422\u0430\u043a\u0438\u0435 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0435 \u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0437\u043d\u0430\u043a\u0438 \u043a\u0430\u043a \u0431\u044b \u0432\u0438\u0441\u044f\u0442 \u0432 \u0432\u043e\u0437\u0434\u0443\u0445\u0435 \u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u043b\u0435\u043d\u0442\u0435, \u0438 \u0435\u0441\u043b\u0438 \u043f\u0440\u043e\u0439\u0442\u0438 \u043c\u0438\u043c\u043e \u043d\u0438\u0445 \u2013 \u0442\u043e \u043d\u0430\u0447\u043d\u0443\u0442 \u043a\u0430\u0447\u0430\u0442\u044c\u0441\u044f \u043e\u0442 \u043f\u043e\u0442\u043e\u043a\u0430 \u0432\u043e\u0437\u0434\u0443\u0445\u0430, \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044f \u0435\u0449\u0435 \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u044f.<\/p>\n        <p>\u0412\u043e\u0431\u043b\u0435\u0440\u044b \u0434\u0430\u0432\u043d\u043e \u0441\u0442\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u043c \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u043c \u0432 \u043d\u0430\u0448\u0435\u0439 \u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u0438 \u043c\u044b \u043f\u043e\u043d\u0438\u043c\u0430\u0435\u043c \u043f\u043e\u0447\u0435\u043c\u0443 \u2013 \u043e\u043d\u0438 \u0432 \u043b\u044e\u0431\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u044e\u0442 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435. \u0414\u0430\u0436\u0435 \u0435\u0441\u043b\u0438 \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043d\u0435 \u0431\u044b\u043b \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d \u043d\u0430 \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043d\u0435\u043e\u0431\u044b\u0447\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0440\u0438\u0432\u043b\u0435\u0447\u0435\u0442 \u0435\u0433\u043e \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u0438 \u0432 \u043f\u043e\u0434\u0441\u043e\u0437\u043d\u0430\u043d\u0438\u0438 \u043e\u0441\u0442\u0430\u043d\u0435\u0442\u0441\u044f \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043b\u0430\u043c\u0438\u0440\u0443\u0435\u043c\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438.<\/p>\n        <p>\u041d\u0435\u0440\u0435\u0434\u043a\u043e \u0442\u0430\u043a\u0438\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u043f\u043e\u043a\u0443\u043f\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\u043b\u044f \u043f\u043e \u0442\u043e\u0432\u0430\u0440\u0430\u043c, \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044e \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f \u043f\u043e \u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0443 \u0438\u043b\u0438 \u043e\u0444\u0438\u0441\u0443 \u0438 \u0442\u0430\u043a \u0434\u0430\u043b\u0435\u0435. \u0412\u043e\u0431\u043b\u0435\u0440\u044b \u0431\u044b\u0432\u0430\u044e\u0442 \u0440\u0430\u0437\u043d\u044b\u0445 \u0444\u043e\u0440\u043c \u2013 \u043a\u0440\u0443\u0433\u043b\u044b\u0435, \u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u044b\u0435, \u043e\u0432\u0430\u043b\u044c\u043d\u044b\u0435, \u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435, \u0432\u0441\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043a\u043e\u0440\u043f\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0438.<\/p>\n        <p>\u0422\u0430\u043a\u0443\u044e \u043f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u044e \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u043b\u044e\u0431\u043e\u0439 \u0440\u043e\u0432\u043d\u043e\u0439 \u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u0438, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043f\u0440\u0438\u043a\u043b\u0435\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441\u043a\u043e\u0442\u0447. \u0422\u0430\u043a\u0436\u0435 \u0432\u043e\u0431\u043b\u0435\u0440\u044b \u043b\u0435\u0433\u043a\u043e \u043f\u0440\u0438\u043a\u043b\u0435\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0434\u0430\u0436\u0435 \u043a \u0445\u043e\u043b\u043e\u0434\u043d\u044b\u043c \u043f\u043e\u043b\u043a\u0430\u043c. \u041f\u0440\u043e\u0442\u043e\u043a\u043e\u043b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0430\u043a\u043e\u0439 \u0440\u0435\u043a\u043b\u0430\u043c\u044b \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438 \u043f\u043e\u043d\u044f\u0442\u043d\u044b\u0439, \u043a\u0440\u043e\u043c\u0435 \u0442\u043e\u0433\u043e, \u043e\u043d\u0430 \u0438\u043c\u0435\u0435\u0442 \u0434\u043e\u043b\u0433\u043e\u0441\u0440\u043e\u0447\u043d\u044b\u0439 \u044d\u0444\u0444\u0435\u043a\u0442 \u2013 \u0432\u043e\u0431\u043b\u0435\u0440 \u043d\u0435\u043b\u044c\u0437\u044f \u043f\u0440\u043e\u0441\u0442\u043e \u0432\u044b\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0432 \u043c\u0443\u0441\u043e\u0440\u043d\u043e\u0435 \u0432\u0435\u0434\u0440\u043e, \u0430 \u0435\u0433\u043e \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u0430\u044f \u00ab\u0442\u0440\u044f\u0441\u043a\u0430\u00bb \u0442\u0430\u043a \u0438\u043b\u0438 \u0438\u043d\u0430\u0447\u0435 \u043f\u0440\u0438\u0432\u043b\u0435\u043a\u0430\u0435\u0442 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043a\u0430\u0436\u0434\u044b\u0439 \u0440\u0430\u0437, \u043a\u0430\u043a \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u043c\u0438\u043c\u043e.<\/p>\n      <\/div>\n    <\/div>\n  <\/main>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0444\u0430\u0439\u043b\u0430\u043c \u041c\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u043c \u0444\u0430\u0439\u043b\u044b: PDF EPS TIFF AI CDR JPEG \u0426\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430: \u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f\/\u043e\u0444\u0441\u0435\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK \u0428\u0435\u043b\u043a\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u2013 Pantone C\/CMYK (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442) \u0423\u0424-\u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK + White (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442) \u041f\u0440\u044f\u043c\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK \u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0424\u043e\u0440\u043c\u0430\u0442\/\u0442\u0438\u0440\u0430\u0436 50 \u0448\u0442. 100 \u0448\u0442. 200 \u0448\u0442. 300 \u0448\u0442. 400 \u0448\u0442. 500 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":677,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-777","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0412\u043e\u0431\u043b\u0435\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/print.zelluloza.ru\/?page_id=777\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0412\u043e\u0431\u043b\u0435\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\" \/>\n<meta property=\"og:description\" content=\"\u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0444\u0430\u0439\u043b\u0430\u043c \u041c\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u043c \u0444\u0430\u0439\u043b\u044b: PDF EPS TIFF AI CDR JPEG \u0426\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430: \u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f\/\u043e\u0444\u0441\u0435\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK \u0428\u0435\u043b\u043a\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u2013 Pantone C\/CMYK (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442) \u0423\u0424-\u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK + White (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442) \u041f\u0440\u044f\u043c\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK \u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0424\u043e\u0440\u043c\u0430\u0442\/\u0442\u0438\u0440\u0430\u0436 50 \u0448\u0442. 100 \u0448\u0442. 200 \u0448\u0442. 300 \u0448\u0442. 400 \u0448\u0442. 500 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/print.zelluloza.ru\/?page_id=777\" \/>\n<meta property=\"og:site_name\" content=\"\u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-20T09:35:49+00:00\" \/>\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=\"4 \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:\/\/print.zelluloza.ru\/?page_id=777\",\"url\":\"https:\/\/print.zelluloza.ru\/?page_id=777\",\"name\":\"\u0412\u043e\u0431\u043b\u0435\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\",\"isPartOf\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#website\"},\"datePublished\":\"2025-05-18T11:19:00+00:00\",\"dateModified\":\"2025-06-20T09:35:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/print.zelluloza.ru\/?page_id=777#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/print.zelluloza.ru\/?page_id=777\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/print.zelluloza.ru\/?page_id=777#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/print.zelluloza.ru\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u041a\u0430\u0442\u0430\u043b\u043e\u0433\",\"item\":\"https:\/\/print.zelluloza.ru\/?page_id=677\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u0412\u043e\u0431\u043b\u0435\u0440\u044b\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/print.zelluloza.ru\/#website\",\"url\":\"https:\/\/print.zelluloza.ru\/\",\"name\":\"\u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\",\"description\":\"\u0418\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e &quot;\u0426\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u0430 \u0420\u0443&quot; \u0441 2012 \u0433\u043e\u0434\u0430\",\"publisher\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/print.zelluloza.ru\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/print.zelluloza.ru\/#organization\",\"name\":\"\u0426\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u0430 \u0420\u0443\",\"url\":\"https:\/\/print.zelluloza.ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/print.zelluloza.ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/06\/cropped-\u041f\u043d\u0433-\u043b\u043e\u0433\u043e-e1750189049184.png\",\"contentUrl\":\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/06\/cropped-\u041f\u043d\u0433-\u043b\u043e\u0433\u043e-e1750189049184.png\",\"width\":188,\"height\":139,\"caption\":\"\u0426\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u0430 \u0420\u0443\"},\"image\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0412\u043e\u0431\u043b\u0435\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","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:\/\/print.zelluloza.ru\/?page_id=777","og_locale":"ru_RU","og_type":"article","og_title":"\u0412\u043e\u0431\u043b\u0435\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","og_description":"\u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u041f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043a \u0444\u0430\u0439\u043b\u0430\u043c \u041c\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u043c \u0444\u0430\u0439\u043b\u044b: PDF EPS TIFF AI CDR JPEG \u0426\u0432\u0435\u0442\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430: \u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f\/\u043e\u0444\u0441\u0435\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK \u0428\u0435\u043b\u043a\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u2013 Pantone C\/CMYK (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442) \u0423\u0424-\u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK + White (\u043f\u043e\u043b\u043d\u043e\u0446\u0432\u0435\u0442) \u041f\u0440\u044f\u043c\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u2013 CMYK \u0426\u0438\u0444\u0440\u043e\u0432\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0432\u043e\u0431\u043b\u0435\u0440\u043e\u0432 \u0424\u043e\u0440\u043c\u0430\u0442\/\u0442\u0438\u0440\u0430\u0436 50 \u0448\u0442. 100 \u0448\u0442. 200 \u0448\u0442. 300 \u0448\u0442. 400 \u0448\u0442. 500 [&hellip;]","og_url":"https:\/\/print.zelluloza.ru\/?page_id=777","og_site_name":"\u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","article_modified_time":"2025-06-20T09:35:49+00:00","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":"4 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/print.zelluloza.ru\/?page_id=777","url":"https:\/\/print.zelluloza.ru\/?page_id=777","name":"\u0412\u043e\u0431\u043b\u0435\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","isPartOf":{"@id":"https:\/\/print.zelluloza.ru\/#website"},"datePublished":"2025-05-18T11:19:00+00:00","dateModified":"2025-06-20T09:35:49+00:00","breadcrumb":{"@id":"https:\/\/print.zelluloza.ru\/?page_id=777#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/print.zelluloza.ru\/?page_id=777"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/print.zelluloza.ru\/?page_id=777#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/print.zelluloza.ru\/"},{"@type":"ListItem","position":2,"name":"\u041a\u0430\u0442\u0430\u043b\u043e\u0433","item":"https:\/\/print.zelluloza.ru\/?page_id=677"},{"@type":"ListItem","position":3,"name":"\u0412\u043e\u0431\u043b\u0435\u0440\u044b"}]},{"@type":"WebSite","@id":"https:\/\/print.zelluloza.ru\/#website","url":"https:\/\/print.zelluloza.ru\/","name":"\u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","description":"\u0418\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e &quot;\u0426\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u0430 \u0420\u0443&quot; \u0441 2012 \u0433\u043e\u0434\u0430","publisher":{"@id":"https:\/\/print.zelluloza.ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/print.zelluloza.ru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/print.zelluloza.ru\/#organization","name":"\u0426\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u0430 \u0420\u0443","url":"https:\/\/print.zelluloza.ru\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/print.zelluloza.ru\/#\/schema\/logo\/image\/","url":"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/06\/cropped-\u041f\u043d\u0433-\u043b\u043e\u0433\u043e-e1750189049184.png","contentUrl":"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/06\/cropped-\u041f\u043d\u0433-\u043b\u043e\u0433\u043e-e1750189049184.png","width":188,"height":139,"caption":"\u0426\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u0430 \u0420\u0443"},"image":{"@id":"https:\/\/print.zelluloza.ru\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=777"}],"version-history":[{"count":2,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/777\/revisions"}],"predecessor-version":[{"id":875,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/777\/revisions\/875"}],"up":[{"embeddable":true,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/677"}],"wp:attachment":[{"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}