{"id":323,"date":"2025-05-18T11:20:20","date_gmt":"2025-05-18T11:20:20","guid":{"rendered":"https:\/\/print.zelluloza.ru\/?page_id=323"},"modified":"2025-06-21T12:40:30","modified_gmt":"2025-06-21T12:40:30","slug":"%d0%b3%d0%bb%d0%b0%d0%b2%d0%bd%d0%b0%d1%8f","status":"publish","type":"page","link":"https:\/\/print.zelluloza.ru\/","title":{"rendered":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f"},"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>\u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u2014 \u0413\u043b\u0430\u0432\u043d\u0430\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    .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    \/* \u0413\u0435\u0440\u043e\u0439-\u0441\u0435\u043a\u0446\u0438\u044f *\/\n    .hero {\n      background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);\n      color: var(--text-light) !important;\n      padding: 80px 20px;\n      text-align: center;\n    }\n    \n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    \n    .hero h1 {\n      font-size: 2.8rem;\n      margin-bottom: 20px;\n      line-height: 1.2;\n      color: var(--text-light) !important;\n    }\n    \n    .hero p {\n      font-size: 1.2rem;\n      margin-bottom: 30px;\n      opacity: 0.9;\n      color: var(--text-light) !important;\n    }\n    .spnc-contact-wrapper, .spnc-contact-sidebar{\n\tpadding:0px;\n    }\n    \n    .cta-button {\n      display: inline-block;\n      background-color: var(--text-light);\n      color: var(--primary-color);\n      padding: 15px 35px;\n      border-radius: 30px;\n      font-weight: 600;\n      font-size: 1.1rem;\n      transition: all 0.3s;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    \n    .cta-button:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n      background-color: var(--primary-light);\n    }\n    \n    \/* \u0421\u0435\u043a\u0446\u0438\u0438 *\/\n    .section {\n      padding: 80px 20px;\n      max-width: 1200px;\n      margin: 0 auto;\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    \/* \u0421\u0435\u0442\u043a\u0430 \u0443\u0441\u043b\u0443\u0433 *\/\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n      gap: 25px;\n      margin-top: 40px;\n    }\n    \n    .service-card {\n      background: white;\n      border-radius: 12px;\n      padding: 30px;\n      text-align: center;\n      transition: all 0.3s;\n      box-shadow: var(--shadow);\n      border: 1px solid rgba(0, 0, 0, 0.05);\n    }\n    \n    .service-card:hover {\n      transform: translateY(-10px);\n      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\n      border-color: var(--primary-color);\n    }\n    \n    .service-card h3 {\n      color: var(--primary-color);\n      margin-bottom: 15px;\n      font-size: 1.3rem;\n    }\n    \n    \/* \u0412\u0430\u0448\u0430 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u044c *\/\n    .carousel-wrapper {\n      position: relative;\n      width: 100%;\n      max-width: 1000px;\n      height: 600px;\n      margin: 40px auto;\n      overflow: hidden;\n      border-radius: 10px;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n    }\n\n    .carousel-track {\n      display: flex;\n      height: 100%;\n      transition: transform 0.4s ease;\n    }\n\n    .carousel-track figure {\n      min-width: 100%;\n      margin: 0;\n      height: 100%;\n    }\n\n    .carousel-track img {\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n      display: block;\n      border-radius: 10px;\n      max-height: 100%;\n      margin: 0 auto;\n    }\n\n    .carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: rgba(0, 176, 185, 0.7);\n      border: none;\n      width: 40px;\n      height: 40px;\n      cursor: pointer;\n      z-index: 2;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0;\n      transition: background 0.2s ease;\n    }\n\n    .carousel-btn:hover {\n      background: var(--primary-dark);\n    }\n\n    .carousel-btn:focus {\n      outline: none;\n      background: rgba(0, 176, 185, 0.7);\n    }\n\n    .carousel-btn svg {\n      width: 16px;\n      height: 16px;\n      fill: white;\n    }\n\n    .carousel-btn.prev {\n      left: 10px;\n    }\n\n    .carousel-btn.next {\n      right: 10px;\n    }\n    \n    \/* \u041f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 *\/\n    .features-list {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    \n    .feature-item {\n      display: flex;\n      align-items: flex-start;\n      margin-bottom: 25px;\n      background: white;\n      padding: 25px;\n      border-radius: 10px;\n      box-shadow: var(--shadow);\n    }\n    \n    .feature-icon {\n      color: var(--primary-color);\n      font-size: 1.8rem;\n      margin-right: 20px;\n      flex-shrink: 0;\n    }\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      .hero h1 {\n        font-size: 2rem;\n      }\n      \n      .section {\n        padding: 50px 15px;\n      }\n      \n      .section-title {\n        font-size: 1.8rem;\n      }\n      \n      .carousel-wrapper {\n        height: 400px;\n      }\n    }\n    \n    @media (max-width: 480px) {\n      .carousel-wrapper {\n        height: 300px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- \u0413\u0435\u0440\u043e\u0439-\u0441\u0435\u043a\u0446\u0438\u044f -->\n  <section class=\"hero\">\n    <div class=\"hero-content\">\n      <h1>\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d<\/h1>\n      <p>\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438<\/p>\n      <a href=\"\/?page_id=677\" class=\"cta-button\">\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- \u041e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 -->\n  <section class=\"section\">\n    <h2 class=\"section-title\">\u041e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438<\/h2>\n    <p style=\"text-align: center; max-width: 800px; margin: 0 auto; font-size: 1.1rem;\">\n      \u0412\u0441\u0451 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u044c \u0441 \u0438\u0434\u0435\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044e, \u0430 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e, \u0433\u0434\u0435 \u043b\u044e\u0431\u043e\u0432\u044c \u043a \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u0438, \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432\u0443 \u0438 \u0441\u0430\u043c\u043e\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e \u043d\u0430\u0445\u043e\u0434\u0438\u0442 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u043e\u043f\u043b\u043e\u0449\u0435\u043d\u0438\u0435. \u041c\u044b \u2014 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432, \u043f\u0435\u0447\u0430\u0442\u043d\u0438\u043a\u043e\u0432 \u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u044d\u043d\u0442\u0443\u0437\u0438\u0430\u0441\u0442\u043e\u0432, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0451\u043d\u043d\u044b\u0445 \u0441\u0442\u0440\u0430\u0441\u0442\u044c\u044e \u043a \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044e \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438.\n    <\/p>\n  <\/section>\n\n  <!-- \u0423\u0441\u043b\u0443\u0433\u0438 -->\n  <section class=\"section\" style=\"background-color: var(--primary-light);\">\n    <h2 class=\"section-title\">\u041d\u0430\u0448\u0438 \u0443\u0441\u043b\u0443\u0433\u0438<\/h2>\n    \n    <div class=\"services-grid\">\n      <div class=\"service-card\">\n        <h3>\u0428\u0438\u0440\u043e\u043a\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c<\/h3>\n        <p>\u0411\u0430\u043d\u043d\u0435\u0440\u044b, \u043f\u043e\u0441\u0442\u0435\u0440\u044b, \u0438\u043d\u0442\u0435\u0440\u044c\u0435\u0440\u043d\u0430\u044f \u043f\u0435\u0447\u0430\u0442\u044c<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u0414\u0438\u0437\u0430\u0439\u043d<\/h3>\n        <p>\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0444\u0438\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u0441\u0442\u0438\u043b\u044f<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u041a\u0430\u0442\u0430\u043b\u043e\u0433\u0438<\/h3>\n        <p>\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0442\u043a\u0430<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u0411\u0440\u043e\u0448\u044e\u0440\u044b<\/h3>\n        <p>\u0420\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u043f\u0435\u0440\u0435\u043f\u043b\u0435\u0442\u0430<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u0411\u0443\u043a\u043b\u0435\u0442\u044b<\/h3>\n        <p>\u0415\u0432\u0440\u043e\u0431\u0443\u043a\u043b\u0435\u0442\u044b, \u043b\u0438\u0444\u043b\u0435\u0442\u044b<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u0421\u0432\u0430\u0434\u0435\u0431\u043d\u044b\u0439 \u0441\u0435\u0440\u0432\u0438\u0441<\/h3>\n        <p>\u041f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f, \u043c\u0435\u043d\u044e, \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u0423\u043f\u0430\u043a\u043e\u0432\u043a\u0430<\/h3>\n        <p>\u041a\u043e\u0440\u043e\u0431\u043a\u0438, \u0431\u0438\u0440\u043a\u0438, \u044d\u0442\u0438\u043a\u0435\u0442\u043a\u0438<\/p>\n      <\/div>\n      \n      <div class=\"service-card\">\n        <h3>\u0421\u0443\u0432\u0435\u043d\u0438\u0440\u043d\u0430\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u044f<\/h3>\n        <p>\u041f\u0435\u0447\u0430\u0442\u044c \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0438\u043b\u0435 \u0438 \u0430\u043a\u0441\u0435\u0441\u0441\u0443\u0430\u0440\u0430\u0445<\/p>\n      <\/div>\n    <\/div>\n    \n    <div style=\"text-align: center; margin-top: 40px;\">\n      <a href=\"\/?page_id=668\" class=\"cta-button\" style=\"background-color: var(--primary-color); color: white;\">\u0412\u0441\u0435 \u0443\u0441\u043b\u0443\u0433\u0438<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- \u041f\u0440\u0438\u043c\u0435\u0440\u044b \u0440\u0430\u0431\u043e\u0442 (\u0432\u0430\u0448\u0430 \u043a\u0430\u0440\u0443\u0441\u0435\u043b\u044c) -->\n  <section class=\"section\">\n    <h2 class=\"section-title\">\u041f\u0440\u0438\u043c\u0435\u0440\u044b \u043d\u0430\u0448\u0438\u0445 \u0440\u0430\u0431\u043e\u0442<\/h2>\n    \n    <div class=\"carousel-wrapper\">\n      <button class=\"carousel-btn prev\" aria-label=\"\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M15 18l-6-6 6-6\"\/><\/svg>\n      <\/button>\n      <div class=\"carousel-track\">\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg\" alt=\"\u041f\u0440\u0438\u043c\u0435\u0440 \u0440\u0430\u0431\u043e\u0442\u044b 1\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.13.jpg\" alt=\"\u041f\u0440\u0438\u043c\u0435\u0440 \u0440\u0430\u0431\u043e\u0442\u044b 2\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.06.jpg\" alt=\"\u041f\u0440\u0438\u043c\u0435\u0440 \u0440\u0430\u0431\u043e\u0442\u044b 3\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.02.52.jpg\" alt=\"\u041f\u0440\u0438\u043c\u0435\u0440 \u0440\u0430\u0431\u043e\u0442\u044b 4\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.02.45.jpg\" alt=\"\u041f\u0440\u0438\u043c\u0435\u0440 \u0440\u0430\u0431\u043e\u0442\u044b 5\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0441\u0442\u0438\u043a\u0435\u0440\u044b-18-853x1024.jpg\" alt=\"\u0421\u0442\u0438\u043a\u0435\u0440\u044b\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0421\u0442\u0438\u043a\u0435\u0440\u044b-13-722x1024.png\" alt=\"\u0421\u0442\u0438\u043a\u0435\u0440\u044b 2\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0440\u0443\u0447\u043a\u0430-scaled.png\" alt=\"\u0420\u0443\u0447\u043a\u0430\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0444\u043b\u0435\u0448\u043a\u0430.png\" alt=\"\u0424\u043b\u0435\u0448\u043a\u0430\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0447\u0435\u0445\u043e\u043b.png\" alt=\"\u0427\u0435\u0445\u043e\u043b\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u043a\u0440\u0443\u0436\u043a\u0430-1-scaled.png\" alt=\"\u041a\u0440\u0443\u0436\u043a\u0430\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0431\u043b\u043e\u043a\u043d\u043e\u0442-1024x683.png\" alt=\"\u0411\u043b\u043e\u043a\u043d\u043e\u0442\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0448\u043e\u043f\u0435\u0440-\u043f\u043d\u0433-1-scaled.png\" alt=\"\u0428\u043e\u043f\u0435\u0440\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0448\u043e\u043f\u043f\u0435\u0440-scaled.png\" alt=\"\u0428\u043e\u043f\u043f\u0435\u0440\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0422\u043a\u0430\u043d\u0435\u0432\u0430\u044f-\u0441\u0443\u043c\u043a\u0430-\u0448\u043e\u043f\u043f\u0435\u0440-\u041c\u0430\u043a\u0435\u0442-scaled.jpg\" alt=\"\u0422\u043a\u0430\u043d\u0435\u0432\u0430\u044f \u0441\u0443\u043c\u043a\u0430\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u041a\u043e\u0432\u0440\u0438\u043a-\u0434\u043b\u044f-\u043c\u044b\u0448\u0438.png\" alt=\"\u041a\u043e\u0432\u0440\u0438\u043a \u0434\u043b\u044f \u043c\u044b\u0448\u0438\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0424\u0438\u0440\u043c\u0435\u043d\u043d\u044b\u0439-\u0431\u043b\u043e\u043a\u043d\u043e\u0442-\u0438-\u0440\u0443\u0447\u043a\u0430_\u041c\u0430\u043a\u0435\u0442-scaled.jpg\" alt=\"\u0424\u0438\u0440\u043c\u0435\u043d\u043d\u044b\u0439 \u043d\u0430\u0431\u043e\u0440\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u0417\u043d\u0430\u0447\u043e\u043a_\u041c\u043e\u043a\u0430\u043f-scaled.jpg\" alt=\"\u0417\u043d\u0430\u0447\u043e\u043a\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/\u041c\u043d\u043e\u0433\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439-\u0441\u0442\u0430\u043a\u0430\u043d-\u0434\u043b\u044f-\u043a\u043e\u0444\u0435_\u041c\u0430\u043a\u0435\u0442-scaled.jpg\" alt=\"\u0421\u0442\u0430\u043a\u0430\u043d \u0434\u043b\u044f \u043a\u043e\u0444\u0435\"><\/figure>\n      <\/div>\n      <button class=\"carousel-btn next\" aria-label=\"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M9 6l6 6-6 6\"\/><\/svg>\n      <\/button>\n    <\/div>\n  <\/section>\n\n  <!-- \u041f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430 -->\n  <section class=\"section\" style=\"background-color: var(--primary-light);\">\n    <h2 class=\"section-title\">\u041f\u043e\u0447\u0435\u043c\u0443 \u043d\u0430\u043c \u0434\u043e\u0432\u0435\u0440\u044f\u044e\u0442?<\/h2>\n    \n    <div class=\"features-list\">\n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\u2713<\/div>\n        <div>\n          <h3>\u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u0438\u0437\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435<\/h3>\n          <p>\u0421\u0440\u0435\u0434\u043d\u0438\u0435 \u0441\u0440\u043e\u043a\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 1 \u0434\u043e 4 \u0434\u043d\u0435\u0439 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0437\u0430\u043a\u0430\u0437\u0430<\/p>\n        <\/div>\n      <\/div>\n      \n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\u2713<\/div>\n        <div>\n          <h3>\u041e\u0442\u043b\u0438\u0447\u043d\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e<\/h3>\n          <p>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b<\/p>\n        <\/div>\n      <\/div>\n      \n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\u2713<\/div>\n        <div>\n          <h3>\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430 \u043f\u043e \u0420\u043e\u0441\u0441\u0438\u0438<\/h3>\n          <p>\u041d\u0430\u0434\u0435\u0436\u043d\u0430\u044f \u0443\u043f\u0430\u043a\u043e\u0432\u043a\u0430 \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0435\u0439 \u043f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u0432\u044b\u0431\u043e\u0440\u0443<\/p>\n        <\/div>\n      <\/div>\n      \n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\u2713<\/div>\n        <div>\n          <h3>\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439 \u0434\u0438\u0437\u0430\u0439\u043d<\/h3>\n          <p>\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u043e\u043f\u044b\u0442\u043d\u044b\u0445 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u0443\u044e \u0438\u0434\u0435\u044e<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <script>\n    \/\/ \u041a\u0430\u0440\u0443\u0441\u0435\u043b\u044c\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const track = document.querySelector(\".carousel-track\");\n      const prevBtn = document.querySelector(\".carousel-btn.prev\");\n      const nextBtn = document.querySelector(\".carousel-btn.next\");\n      const slides = track.children;\n      let index = 0;\n\n      function updateCarousel() {\n        track.style.transform = `translateX(-${index * 100}%)`;\n      }\n\n      prevBtn.addEventListener(\"click\", () => {\n        index = (index - 1 + slides.length) % slides.length;\n        updateCarousel();\n      });\n\n      nextBtn.addEventListener(\"click\", () => {\n        index = (index + 1) % slides.length;\n        updateCarousel();\n      });\n      \n      \/\/ \u0410\u0432\u0442\u043e\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0430\n      setInterval(() => {\n        index = (index + 1) % slides.length;\n        updateCarousel();\n      }, 5000);\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0422\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044f \u2014 \u0413\u043b\u0430\u0432\u043d\u0430\u044f \u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d \u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u041e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u0412\u0441\u0451 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u044c \u0441 \u0438\u0434\u0435\u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0442\u0438\u043f\u043e\u0433\u0440\u0430\u0444\u0438\u044e, \u0430 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e, \u0433\u0434\u0435 \u043b\u044e\u0431\u043e\u0432\u044c \u043a \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u0438, \u0438\u0441\u043a\u0443\u0441\u0441\u0442\u0432\u0443 \u0438 \u0441\u0430\u043c\u043e\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e \u043d\u0430\u0445\u043e\u0434\u0438\u0442 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u043e\u043f\u043b\u043e\u0449\u0435\u043d\u0438\u0435. \u041c\u044b \u2014 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0434\u0438\u0437\u0430\u0439\u043d\u0435\u0440\u043e\u0432, \u043f\u0435\u0447\u0430\u0442\u043d\u0438\u043a\u043e\u0432 \u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u044d\u043d\u0442\u0443\u0437\u0438\u0430\u0441\u0442\u043e\u0432, \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0451\u043d\u043d\u044b\u0445 \u0441\u0442\u0440\u0430\u0441\u0442\u044c\u044e \u043a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-323","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>\u0413\u043b\u0430\u0432\u043d\u0430\u044f | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d<\/title>\n<meta name=\"description\" content=\"\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\" \/>\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\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\" \/>\n<meta property=\"og:description\" content=\"\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\" \/>\n<meta property=\"og:url\" content=\"https:\/\/print.zelluloza.ru\/\" \/>\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-21T12:40:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg\" \/>\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=\"5 \u043c\u0438\u043d\u0443\u0442\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/print.zelluloza.ru\/\",\"url\":\"https:\/\/print.zelluloza.ru\/\",\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d\",\"isPartOf\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg\",\"datePublished\":\"2025-05-18T11:20:20+00:00\",\"dateModified\":\"2025-06-21T12:40:30+00:00\",\"description\":\"\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\",\"breadcrumb\":{\"@id\":\"https:\/\/print.zelluloza.ru\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/print.zelluloza.ru\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/print.zelluloza.ru\/#primaryimage\",\"url\":\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg\",\"contentUrl\":\"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg\",\"width\":564,\"height\":846},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/print.zelluloza.ru\/#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\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f\"}]},{\"@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":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","description":"\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438","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\/","og_locale":"ru_RU","og_type":"article","og_title":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","og_description":"\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438","og_url":"https:\/\/print.zelluloza.ru\/","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-21T12:40:30+00:00","og_image":[{"url":"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg","type":"","width":"","height":""}],"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":"5 \u043c\u0438\u043d\u0443\u0442"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/print.zelluloza.ru\/","url":"https:\/\/print.zelluloza.ru\/","name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f | \u041f\u043e\u043b\u0438\u0433\u0440\u0430\u0444\u0438\u044f \u0438 \u0434\u0438\u0437\u0430\u0439\u043d","isPartOf":{"@id":"https:\/\/print.zelluloza.ru\/#website"},"primaryImageOfPage":{"@id":"https:\/\/print.zelluloza.ru\/#primaryimage"},"image":{"@id":"https:\/\/print.zelluloza.ru\/#primaryimage"},"thumbnailUrl":"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg","datePublished":"2025-05-18T11:20:20+00:00","dateModified":"2025-06-21T12:40:30+00:00","description":"\u041f\u043e\u043b\u043d\u044b\u0439 \u0446\u0438\u043a\u043b \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043e\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u0434\u043e \u043f\u0435\u0447\u0430\u0442\u0438 \u0438 \u043f\u043e\u0441\u0442\u043f\u0435\u0447\u0430\u0442\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438","breadcrumb":{"@id":"https:\/\/print.zelluloza.ru\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/print.zelluloza.ru\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/print.zelluloza.ru\/#primaryimage","url":"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg","contentUrl":"https:\/\/print.zelluloza.ru\/wp-content\/uploads\/2025\/05\/2024-06-08-02.03.27.jpg","width":564,"height":846},{"@type":"BreadcrumbList","@id":"https:\/\/print.zelluloza.ru\/#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":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f"}]},{"@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\/323","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=323"}],"version-history":[{"count":77,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/323\/revisions"}],"predecessor-version":[{"id":1333,"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=\/wp\/v2\/pages\/323\/revisions\/1333"}],"wp:attachment":[{"href":"https:\/\/print.zelluloza.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}