{"id":754,"date":"2025-05-18T11:24:02","date_gmt":"2025-05-18T11:24:02","guid":{"rendered":"https:\/\/print.zelluloza.ru\/?page_id=754"},"modified":"2025-06-20T09:33:03","modified_gmt":"2025-06-20T09:33:03","slug":"%d0%b1%d1%80%d0%be%d1%88%d1%8e%d1%80%d1%8b","status":"publish","type":"page","link":"https:\/\/print.zelluloza.ru\/?page_id=754","title":{"rendered":"\u0411\u0440\u043e\u0448\u044e\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>\u0411\u0440\u043e\u0448\u044e\u0440\u044b | \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    .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    .brochures-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    .intro-text {\n      background: white;\n      border-radius: 10px;\n      padding: 30px;\n      box-shadow: var(--shadow);\n      margin-bottom: 40px;\n      font-size: 1.1rem;\n      line-height: 1.7;\n      text-align: center;\n    }\n    \n    \/* \u0412\u0438\u0434\u044b \u0431\u0440\u043e\u0448\u044e\u0440 *\/\n    .brochure-types {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 20px;\n      margin-bottom: 40px;\n    }\n    \n    .type-card {\n      background: white;\n      border-radius: 10px;\n      padding: 20px;\n      box-shadow: var(--shadow);\n      text-align: center;\n      border-top: 4px solid var(--primary-color);\n    }\n    \n    .type-name {\n      font-weight: 600;\n      color: var(--primary-dark);\n      margin-bottom: 10px;\n    }\n    \n    .type-price {\n      font-size: 1.2rem;\n      font-weight: 700;\n      color: var(--primary-color);\n    }\n    \n    \/* \u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0446\u0435\u043d *\/\n    .price-tables {\n      margin-bottom: 40px;\n    }\n    \n    .price-table {\n      background: white;\n      border-radius: 10px;\n      box-shadow: var(--shadow);\n      overflow: hidden;\n      margin-bottom: 30px;\n    }\n    \n    .table-title {\n      background-color: var(--primary-color);\n      color: white;\n      padding: 15px 20px;\n      font-size: 1.2rem;\n      font-weight: 600;\n    }\n    \n    table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    th, td {\n      padding: 12px 15px;\n      text-align: center;\n      border-bottom: 1px solid #eee;\n    }\n    \n    th {\n      background-color: var(--primary-light);\n      font-weight: 600;\n    }\n    \n    tr:hover {\n      background-color: #f9f9f9;\n    }\n    \n    \/* \u0412\u0438\u0434\u044b \u0431\u0440\u043e\u0448\u044e\u0440 *\/\n    .brochure-kinds {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 20px;\n      margin-bottom: 40px;\n    }\n    \n    .kind-card {\n      background: white;\n      border-radius: 10px;\n      padding: 20px;\n      box-shadow: var(--shadow);\n      text-align: center;\n    }\n    \n    \/* \u0412\u0438\u0434\u0435\u043e \u0431\u043b\u043e\u043a *\/\n    .video-block {\n      background: white;\n      border-radius: 10px;\n      padding: 30px;\n      box-shadow: var(--shadow);\n      margin-bottom: 40px;\n      text-align: center;\n    }\n    \n    .video-placeholder {\n      background-color: #f0f0f0;\n      height: 400px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 8px;\n      margin-top: 20px;\n      color: #666;\n      font-style: italic;\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      .brochures-container {\n        padding: 40px 15px;\n      }\n      \n      .section-title {\n        font-size: 1.8rem;\n      }\n      \n      table {\n        display: block;\n        overflow-x: auto;\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=\"brochures-container\">\n    <h1 class=\"section-title\">\u041f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440<\/h1>\n    \n    <div class=\"intro-text\">\n      <p>\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0441\u0440\u043e\u0447\u043d\u0443\u044e \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u043f\u043e\u0434 \u0437\u0430\u043a\u0430\u0437.<\/p>\n      <p>\u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0435 \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u043d\u043b\u0430\u0439\u043d \u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442 \u0438\u043b\u0438 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443.<\/p>\n      <p>\u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0446\u0435\u043d\u044b, \u0441\u0436\u0430\u0442\u044b\u0435 \u0441\u0440\u043e\u043a\u0438 \u0438 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u043e\u043f\u044b\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.<\/p>\n      <p>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0432\u0430\u0448 \u043c\u0430\u043a\u0435\u0442, \u0438\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0431\u0440\u043e\u0448\u044e\u0440\u044b \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430.<\/p>\n    <\/div>\n    \n    <!-- \u0420\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438 \u0431\u0440\u043e\u0448\u044e\u0440 -->\n    <h2 style=\"text-align: center; color: var(--primary-dark); margin-bottom: 30px;\">\u0420\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438 \u0438 \u0440\u0430\u0437\u043c\u0435\u0440\u044b \u0431\u0440\u043e\u0448\u044e\u0440<\/h2>\n    <div class=\"brochure-types\">\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u04104<\/div>\n        <div class=\"type-price\">\u043e\u0442 47 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u04105<\/div>\n        <div class=\"type-price\">\u043e\u0442 34 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u041a\u0411\u0421<\/div>\n        <div class=\"type-price\">\u043e\u0442 54 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u043d\u0430 \u0441\u043a\u0440\u0435\u043f\u043a\u0435<\/div>\n        <div class=\"type-price\">\u043e\u0442 47 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u043d\u0430 \u043f\u0440\u0443\u0436\u0438\u043d\u0435<\/div>\n        <div class=\"type-price\">\u043e\u0442 52 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u043d\u0430 \u0431\u043e\u043b\u0442\u0430\u0445<\/div>\n        <div class=\"type-price\">\u043e\u0442 64 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0421\u0440\u043e\u0447\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440<\/div>\n        <div class=\"type-price\">\u043e\u0442 100 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u041e\u0444\u0441\u0435\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440<\/div>\n        <div class=\"type-price\">\u043e\u0442 32 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0412\u0435\u0440\u0441\u0442\u043a\u0430 \u0431\u0440\u043e\u0448\u044e\u0440<\/div>\n        <div class=\"type-price\">\u043e\u0442 150 \u0440\u0443\u0431.<\/div>\n      <\/div>\n      <div class=\"type-card\">\n        <div class=\"type-name\">\u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u04106<\/div>\n        <div class=\"type-price\">\u043e\u0442 29 \u0440\u0443\u0431.<\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- \u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u0431\u0440\u043e\u0448\u044e\u0440 -->\n    <h2 style=\"text-align: center; color: var(--primary-dark); margin-bottom: 30px;\">\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u0431\u0440\u043e\u0448\u044e\u0440<\/h2>\n    <div class=\"brochure-kinds\">\n      <div class=\"kind-card\">\n        <h3>\u041d\u0430 \u0441\u043a\u0440\u0435\u043f\u043a\u0435<\/h3>\n        <p>\u041a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0441\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u0438\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0441\u043a\u043e\u0431\u043e\u0439<\/p>\n      <\/div>\n      <div class=\"kind-card\">\n        <h3>\u041d\u0430 \u043f\u0440\u0443\u0436\u0438\u043d\u0435<\/h3>\n        <p>\u0423\u0434\u043e\u0431\u043d\u043e\u0435 \u0441\u043a\u0440\u0435\u043f\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u0432\u043e\u0439 \u0438\u043b\u0438 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u0443\u0436\u0438\u043d\u043e\u0439<\/p>\n      <\/div>\n      <div class=\"kind-card\">\n        <h3>\u041d\u0430 \u0431\u043e\u043b\u0442\u0430\u0445<\/h3>\n        <p>\u041f\u0440\u043e\u0447\u043d\u043e\u0435 \u043a\u0440\u0435\u043f\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0431\u043e\u043b\u0442\u0430\u043c\u0438<\/p>\n      <\/div>\n      <div class=\"kind-card\">\n        <h3>\u041d\u0430 \u041a\u0411\u0421 (\u0441\u043a\u043b\u0435\u0439\u043a\u0430)<\/h3>\n        <p>\u0421\u043a\u043b\u0435\u0439\u043a\u0430 \u0431\u043b\u043e\u043a\u0430 \u043f\u043e \u043a\u043e\u0440\u0435\u0448\u043a\u0443, \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435<\/p>\n      <\/div>\n    <\/div>\n    \n    <!-- \u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0446\u0435\u043d -->\n    <div class=\"price-tables\">\n      <h2 style=\"text-align: center; color: var(--primary-dark); margin-bottom: 30px;\">\u0426\u0435\u043d\u044b \u043d\u0430 \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440<\/h2>\n      \n      <!-- \u0411\u0440\u043e\u0448\u044e\u0440\u044b \u04104 -->\n      <div class=\"price-table\">\n        <div class=\"table-title\">\u0411\u0440\u043e\u0448\u044e\u0440\u044b \u04104 (210\u0445297 \u043c\u043c)<\/div>\n        <table>\n          <thead>\n            <tr>\n              <th>\u0422\u0438\u0440\u0430\u0436 \/ \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u043e\u0441<\/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>500 \u0448\u0442<\/th>\n              <th>1000 \u0448\u0442<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>8 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>440 \u0440\u0443\u0431<\/td>\n              <td>234 \u0440\u0443\u0431<\/td>\n              <td>131 \u0440\u0443\u0431<\/td>\n              <td>97 \u0440\u0443\u0431<\/td>\n              <td>69 \u0440\u0443\u0431<\/td>\n              <td>47 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>12 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>608 \u0440\u0443\u0431<\/td>\n              <td>321 \u0440\u0443\u0431<\/td>\n              <td>178 \u0440\u0443\u0431<\/td>\n              <td>130 \u0440\u0443\u0431<\/td>\n              <td>92 \u0440\u0443\u0431<\/td>\n              <td>62 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>16 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>658 \u0440\u0443\u0431<\/td>\n              <td>349 \u0440\u0443\u0431<\/td>\n              <td>195 \u0440\u0443\u0431<\/td>\n              <td>143 \u0440\u0443\u0431<\/td>\n              <td>102 \u0440\u0443\u0431<\/td>\n              <td>70 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>20 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>853 \u0440\u0443\u0431<\/td>\n              <td>454 \u0440\u0443\u0431<\/td>\n              <td>254 \u0440\u0443\u0431<\/td>\n              <td>186 \u0440\u0443\u0431<\/td>\n              <td>133 \u0440\u0443\u0431<\/td>\n              <td>93 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>24 \u043f\u043e\u043b\u043e\u0441\u044b<\/td>\n              <td>883 \u0440\u0443\u0431<\/td>\n              <td>470 \u0440\u0443\u0431<\/td>\n              <td>264 \u0440\u0443\u0431<\/td>\n              <td>194 \u0440\u0443\u0431<\/td>\n              <td>139 \u0440\u0443\u0431<\/td>\n              <td>98 \u0440\u0443\u0431<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      \n      <!-- \u0411\u0440\u043e\u0448\u044e\u0440\u044b \u04105 -->\n      <div class=\"price-table\">\n        <div class=\"table-title\">\u0411\u0440\u043e\u0448\u044e\u0440\u044b \u04105 (148*210 \u043c\u043c)<\/div>\n        <table>\n          <thead>\n            <tr>\n              <th>\u0422\u0438\u0440\u0430\u0436 \/ \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u043e\u0441<\/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>500 \u0448\u0442<\/th>\n              <th>1000 \u0448\u0442<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>8 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>370 \u0440\u0443\u0431<\/td>\n              <td>194 \u0440\u0443\u0431<\/td>\n              <td>106 \u0440\u0443\u0431<\/td>\n              <td>76 \u0440\u0443\u0431<\/td>\n              <td>53 \u0440\u0443\u0431<\/td>\n              <td>34 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>12 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>435 \u0440\u0443\u0431<\/td>\n              <td>229 \u0440\u0443\u0431<\/td>\n              <td>127 \u0440\u0443\u0431<\/td>\n              <td>92 \u0440\u0443\u0431<\/td>\n              <td>65 \u0440\u0443\u0431<\/td>\n              <td>42 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>16 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>440 \u0440\u0443\u0431<\/td>\n              <td>232 \u0440\u0443\u0431<\/td>\n              <td>130 \u0440\u0443\u0431<\/td>\n              <td>95 \u0440\u0443\u0431<\/td>\n              <td>67 \u0440\u0443\u0431<\/td>\n              <td>43 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>20 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>606 \u0440\u0443\u0431<\/td>\n              <td>319 \u0440\u0443\u0431<\/td>\n              <td>176 \u0440\u0443\u0431<\/td>\n              <td>126 \u0440\u0443\u0431<\/td>\n              <td>88 \u0440\u0443\u0431<\/td>\n              <td>60 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>24 \u043f\u043e\u043b\u043e\u0441\u044b<\/td>\n              <td>609 \u0440\u0443\u0431<\/td>\n              <td>322 \u0440\u0443\u0431<\/td>\n              <td>179 \u0440\u0443\u0431<\/td>\n              <td>130 \u0440\u0443\u0431<\/td>\n              <td>91 \u0440\u0443\u0431<\/td>\n              <td>63 \u0440\u0443\u0431<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n      \n      <!-- \u0411\u0440\u043e\u0448\u044e\u0440\u044b \u04106 -->\n      <div class=\"price-table\">\n        <div class=\"table-title\">\u0411\u0440\u043e\u0448\u044e\u0440\u044b \u04106 (105\u0445148 \u043c\u043c) &#8212; 4+4 \u0440\u0430\u0437\u0432\u043e\u0440\u043e\u0442 \u04105 (210\u0445148 \u043c\u043c)<\/div>\n        <table>\n          <thead>\n            <tr>\n              <th>\u0422\u0438\u0440\u0430\u0436 \/ \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u043e\u0441<\/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>500 \u0448\u0442<\/th>\n              <th>1000 \u0448\u0442<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>8 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>365 \u0440\u0443\u0431<\/td>\n              <td>189 \u0440\u0443\u0431<\/td>\n              <td>101 \u0440\u0443\u0431<\/td>\n              <td>71 \u0440\u0443\u0431<\/td>\n              <td>48 \u0440\u0443\u0431<\/td>\n              <td>29 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>12 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>368 \u0440\u0443\u0431<\/td>\n              <td>193 \u0440\u0443\u0431<\/td>\n              <td>105 \u0440\u0443\u0431<\/td>\n              <td>75 \u0440\u0443\u0431<\/td>\n              <td>52 \u0440\u0443\u0431<\/td>\n              <td>33 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>16 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>370 \u0440\u0443\u0431<\/td>\n              <td>195 \u0440\u0443\u0431<\/td>\n              <td>107 \u0440\u0443\u0431<\/td>\n              <td>77 \u0440\u0443\u0431<\/td>\n              <td>53 \u0440\u0443\u0431<\/td>\n              <td>35 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>20 \u043f\u043e\u043b\u043e\u0441<\/td>\n              <td>440 \u0440\u0443\u0431<\/td>\n              <td>234 \u0440\u0443\u0431<\/td>\n              <td>132 \u0440\u0443\u0431<\/td>\n              <td>95 \u0440\u0443\u0431<\/td>\n              <td>68 \u0440\u0443\u0431<\/td>\n              <td>47 \u0440\u0443\u0431<\/td>\n            <\/tr>\n            <tr>\n              <td>24 \u043f\u043e\u043b\u043e\u0441\u044b<\/td>\n              <td>442 \u0440\u0443\u0431<\/td>\n              <td>235 \u0440\u0443\u0431<\/td>\n              <td>135 \u0440\u0443\u0431<\/td>\n              <td>97 \u0440\u0443\u0431<\/td>\n              <td>69 \u0440\u0443\u0431<\/td>\n              <td>48 \u0440\u0443\u0431<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n    \n    <!-- \u0412\u0438\u0434\u0435\u043e \u0431\u043b\u043e\u043a -->\n    <div class=\"video-block\">\n      <h3>\u0412\u0438\u0434\u0435\u043e \u043e \u0440\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438 \u0431\u0440\u043e\u0448\u044e\u0440<\/h3>\n      <div class=\"video-placeholder\">\n        [\u0417\u0434\u0435\u0441\u044c \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u043e \u0432\u0438\u0434\u0435\u043e \u043e \u0432\u0438\u0434\u0430\u0445 \u0431\u0440\u043e\u0448\u044e\u0440]\n      <\/div>\n    <\/div>\n  <\/main>\n\n\n<style>\n  \/* \u0421\u0442\u0438\u043b\u0438 \u0434\u043b\u044f \u043f\u043e\u0434\u0432\u0430\u043b\u0430 *\/\n  footer {\n    background-color: var(--primary-dark);\n    color: var(--text-light);\n    padding: 40px 0 0;\n  }\n  \n  .footer-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 30px;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n  \n  .footer-column h3 {\n    color: white;\n    margin-bottom: 20px;\n    font-size: 1.2rem;\n    position: relative;\n    padding-bottom: 10px;\n  }\n  \n  .footer-column h3::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 40px;\n    height: 2px;\n    background-color: var(--primary-color);\n  }\n  \n  .footer-column ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .footer-column li {\n    margin-bottom: 12px;\n  }\n  \n  .footer-column a {\n    color: rgba(255, 255, 255, 0.8);\n    transition: color 0.3s;\n    text-decoration: none;\n  }\n  \n  .footer-column a:hover {\n    color: var(--text-light);\n    text-decoration: underline;\n  }\n  \n  .footer-bottom {\n    background-color: rgba(0, 0, 0, 0.1);\n    padding: 20px 0;\n    margin-top: 40px;\n  }\n  \n  .footer-bottom-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 15px;\n  }\n  \n  .footer-bottom p, \n  .footer-bottom a {\n    color: rgba(255, 255, 255, 0.6);\n    font-size: 0.9rem;\n    margin: 0;\n  }\n  \n  .footer-bottom a:hover {\n    color: var(--text-light);\n  }\n  \n  \/* \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c *\/\n  @media (max-width: 768px) {\n    .footer-container {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    \n    .footer-bottom-container {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .footer-container {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0411\u0440\u043e\u0448\u044e\u0440\u044b | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u041f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0441\u0440\u043e\u0447\u043d\u0443\u044e \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u043f\u043e\u0434 \u0437\u0430\u043a\u0430\u0437. \u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0435 \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u043d\u043b\u0430\u0439\u043d \u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442 \u0438\u043b\u0438 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443. \u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0446\u0435\u043d\u044b, \u0441\u0436\u0430\u0442\u044b\u0435 \u0441\u0440\u043e\u043a\u0438 \u0438 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u043e\u043f\u044b\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u044b. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0432\u0430\u0448 \u043c\u0430\u043a\u0435\u0442, \u0438\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0431\u0440\u043e\u0448\u044e\u0440\u044b \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430. \u0420\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438 \u0438 \u0440\u0430\u0437\u043c\u0435\u0440\u044b \u0431\u0440\u043e\u0448\u044e\u0440 \u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u04104 \u043e\u0442 47 [&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-754","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>\u0411\u0440\u043e\u0448\u044e\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=754\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0411\u0440\u043e\u0448\u044e\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=\"\u0411\u0440\u043e\u0448\u044e\u0440\u044b | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u041f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0441\u0440\u043e\u0447\u043d\u0443\u044e \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u043f\u043e\u0434 \u0437\u0430\u043a\u0430\u0437. \u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0435 \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u043d\u043b\u0430\u0439\u043d \u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442 \u0438\u043b\u0438 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443. \u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0446\u0435\u043d\u044b, \u0441\u0436\u0430\u0442\u044b\u0435 \u0441\u0440\u043e\u043a\u0438 \u0438 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u043e\u043f\u044b\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u044b. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0432\u0430\u0448 \u043c\u0430\u043a\u0435\u0442, \u0438\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0431\u0440\u043e\u0448\u044e\u0440\u044b \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430. \u0420\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438 \u0438 \u0440\u0430\u0437\u043c\u0435\u0440\u044b \u0431\u0440\u043e\u0448\u044e\u0440 \u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u04104 \u043e\u0442 47 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/print.zelluloza.ru\/?page_id=754\" \/>\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:33:03+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=\"3 \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=754\",\"url\":\"https:\/\/print.zelluloza.ru\/?page_id=754\",\"name\":\"\u0411\u0440\u043e\u0448\u044e\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:24:02+00:00\",\"dateModified\":\"2025-06-20T09:33:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/print.zelluloza.ru\/?page_id=754#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/print.zelluloza.ru\/?page_id=754\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/print.zelluloza.ru\/?page_id=754#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\":\"\u0411\u0440\u043e\u0448\u044e\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":"\u0411\u0440\u043e\u0448\u044e\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=754","og_locale":"ru_RU","og_type":"article","og_title":"\u0411\u0440\u043e\u0448\u044e\u0440\u044b | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","og_description":"\u0411\u0440\u043e\u0448\u044e\u0440\u044b | \u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u041f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0441\u0440\u043e\u0447\u043d\u0443\u044e \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432 \u0438\u043b\u0438 \u043f\u043e\u0434 \u0437\u0430\u043a\u0430\u0437. \u041e\u0444\u043e\u0440\u043c\u0438\u0442\u0435 \u0437\u0430\u043a\u0430\u0437 \u043d\u0430 \u043f\u0435\u0447\u0430\u0442\u044c \u0431\u0440\u043e\u0448\u044e\u0440 \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u043d\u043b\u0430\u0439\u043d \u0447\u0435\u0440\u0435\u0437 \u0441\u0430\u0439\u0442 \u0438\u043b\u0438 \u043f\u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0443. \u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c \u043d\u0435\u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0446\u0435\u043d\u044b, \u0441\u0436\u0430\u0442\u044b\u0435 \u0441\u0440\u043e\u043a\u0438 \u0438 \u043e\u0433\u0440\u043e\u043c\u043d\u044b\u0439 \u043e\u043f\u044b\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u044b. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0432\u0430\u0448 \u043c\u0430\u043a\u0435\u0442, \u0438\u043b\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d \u0431\u0440\u043e\u0448\u044e\u0440\u044b \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u0438\u0437\u043d\u0435\u0441\u0430. \u0420\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u0438 \u0438 \u0440\u0430\u0437\u043c\u0435\u0440\u044b \u0431\u0440\u043e\u0448\u044e\u0440 \u0411\u0440\u043e\u0448\u044e\u0440\u0430 \u04104 \u043e\u0442 47 [&hellip;]","og_url":"https:\/\/print.zelluloza.ru\/?page_id=754","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:33:03+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":"3 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/print.zelluloza.ru\/?page_id=754","url":"https:\/\/print.zelluloza.ru\/?page_id=754","name":"\u0411\u0440\u043e\u0448\u044e\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:24:02+00:00","dateModified":"2025-06-20T09:33:03+00:00","breadcrumb":{"@id":"https:\/\/print.zelluloza.ru\/?page_id=754#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/print.zelluloza.ru\/?page_id=754"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/print.zelluloza.ru\/?page_id=754#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":"\u0411\u0440\u043e\u0448\u044e\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\/754","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=754"}],"version-history":[{"count":4,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/754\/revisions"}],"predecessor-version":[{"id":841,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/754\/revisions\/841"}],"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=754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}