{"id":501,"date":"2026-06-03T06:09:29","date_gmt":"2026-06-03T06:09:29","guid":{"rendered":"https:\/\/szfilmfactory.com\/?st-import=a10b1084e4cad0aead05dea98b8223d0"},"modified":"2026-09-01T01:41:46","modified_gmt":"2026-09-01T01:41:46","slug":"contact","status":"publish","type":"page","link":"https:\/\/szfilmfactory.com\/ru\/contact\/","title":{"rendered":"\u0421\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u043d\u0430\u043c\u0438"},"content":{"rendered":"<section class=\"sz-contact-page\">\n\n<style>\n.sz-contact-page{\n  --green:#1f6b3a;\n  --green-dark:#15502c;\n  --green-light:#eaf5ed;\n  --green-soft:#f5faf7;\n  --text:#17251d;\n  --muted:#68766d;\n  --border:#dce8df;\n  --white:#ffffff;\n\n  background:#fff;\n  color:var(--text);\n\n  font-family:\n    Arial,\n    Helvetica,\n    sans-serif;\n}\n\n.sz-contact-page *,\n.sz-contact-page *::before,\n.sz-contact-page *::after{\n  box-sizing:border-box;\n}\n\n.sz-contact-container{\n  width:min(1180px,calc(100% - 40px));\n  margin:0 auto;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n\/* =========================================================\n   HERO \u2014 FIX HEADER OVERLAP\n   ========================================================= *\/\n\n.sz-contact-hero{\n  padding:170px 0 70px;\n\n  background:linear-gradient(\n    135deg,\n    #f4faf6 0%,\n    #ffffff 75%\n  );\n}\n\n.sz-contact-eyebrow{\n  display:inline-block;\n\n  margin-bottom:12px;\n\n  color:var(--green);\n\n  font-size:13px;\n  font-weight:700;\n\n  letter-spacing:1.8px;\n  text-transform:uppercase;\n}\n\n.sz-contact-hero h1{\n  max-width:850px;\n\n  margin:0 0 18px;\n\n  font-size:clamp(\n    40px,\n    5vw,\n    58px\n  );\n\n  line-height:1.12;\n\n  letter-spacing:-.025em;\n\n  \/* \u9632\u6b62\u4e3b\u9898\u7684\u9ed8\u8ba4\u5b9a\u4f4d\u5f71\u54cd H1 *\/\n  position:relative;\n  z-index:1;\n}\n\n.sz-contact-hero p{\n  max-width:720px;\n\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:18px;\n\n  line-height:1.8;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:760px){\n\n  .sz-contact-hero{\n    padding:110px 0 50px;\n  }\n\n  .sz-contact-hero h1{\n    font-size:38px;\n    line-height:1.15;\n  }\n\n  .sz-contact-hero p{\n    font-size:16px;\n    line-height:1.75;\n  }\n\n}\n\n\n\/* =========================================================\n   CONTACT INFORMATION\n   ========================================================= *\/\n\n.sz-contact-info{\n  padding:65px 0;\n}\n\n.sz-contact-info-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:20px;\n}\n\n.sz-contact-card{\n  min-height:200px;\n\n  padding:28px;\n\n  border:\n    1px solid\n    var(--border);\n\n  border-radius:16px;\n\n  background:#fff;\n\n  box-shadow:\n    0 8px 24px\n    rgba(20,55,35,.045);\n}\n\n.sz-contact-card-icon{\n  width:44px;\n  height:44px;\n\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  margin-bottom:18px;\n\n  border-radius:10px;\n\n  background:var(--green-light);\n\n  color:var(--green);\n\n  font-size:13px;\n  font-weight:800;\n}\n\n.sz-contact-card h2{\n  margin:0 0 10px;\n\n  font-size:20px;\n  line-height:1.35;\n}\n\n.sz-contact-card p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:14px;\n\n  line-height:1.8;\n}\n\n.sz-contact-card a{\n  color:var(--green);\n\n  font-weight:700;\n\n  text-decoration:none;\n}\n\n.sz-contact-card a:hover{\n  text-decoration:underline;\n}\n\n\n\/* =========================================================\n   FACTORY LOCATION\n   ========================================================= *\/\n\n.sz-contact-location{\n  padding:75px 0;\n\n  background:var(--green-soft);\n}\n\n.sz-contact-location-grid{\n  display:grid;\n\n  grid-template-columns:\n    .9fr\n    1.1fr;\n\n  gap:45px;\n\n  align-items:center;\n}\n\n.sz-contact-location-content h2{\n  margin:0 0 16px;\n\n  font-size:\n    clamp(30px,4vw,45px);\n\n  line-height:1.15;\n}\n\n.sz-contact-location-content > p{\n  margin:0 0 20px;\n\n  color:var(--muted);\n\n  font-size:16px;\n\n  line-height:1.8;\n}\n\n.sz-contact-address{\n  padding:20px;\n\n  border:\n    1px solid\n    var(--border);\n\n  border-radius:12px;\n\n  background:#fff;\n}\n\n.sz-contact-address strong{\n  display:block;\n\n  margin-bottom:8px;\n\n  color:var(--green-dark);\n\n  font-size:12px;\n\n  font-weight:800;\n\n  letter-spacing:.8px;\n\n  text-transform:uppercase;\n}\n\n.sz-contact-address p{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:15px;\n\n  line-height:1.75;\n}\n\n.sz-contact-visit-link{\n  display:inline-flex;\n\n  margin-top:20px;\n\n  color:var(--green);\n\n  font-size:14px;\n\n  font-weight:700;\n\n  text-decoration:none;\n}\n\n.sz-contact-visit-link:hover{\n  text-decoration:underline;\n}\n\n\n\/* =========================================================\n   MAP\n   ========================================================= *\/\n\n.sz-contact-map{\n  min-height:420px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    var(--border);\n\n  border-radius:18px;\n\n  background:#eaf1ec;\n\n  box-shadow:\n    0 10px 30px\n    rgba(20,55,35,.06);\n}\n\n.sz-contact-map iframe{\n  width:100%;\n  height:100%;\n\n  min-height:420px;\n\n  display:block;\n\n  border:0;\n}\n\n\n\/* =========================================================\n   GENERAL INQUIRY NOTE\n   ========================================================= *\/\n\n.sz-contact-inquiry{\n  padding:65px 0;\n}\n\n.sz-contact-inquiry-inner{\n  max-width:820px;\n\n  margin:0 auto;\n\n  text-align:center;\n}\n\n.sz-contact-inquiry-inner h2{\n  margin:0 0 13px;\n\n  font-size:\n    clamp(28px,4vw,40px);\n\n  line-height:1.2;\n}\n\n.sz-contact-inquiry-inner p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:15px;\n\n  line-height:1.8;\n}\n\n.sz-contact-email-link{\n  display:inline-block;\n\n  margin-top:18px;\n\n  color:var(--green);\n\n  font-size:15px;\n\n  font-weight:700;\n\n  text-decoration:none;\n}\n\n.sz-contact-email-link:hover{\n  text-decoration:underline;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media(max-width:900px){\n\n  .sz-contact-info-grid{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .sz-contact-location-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n@media(max-width:650px){\n\n  .sz-contact-container{\n    width:calc(100% - 28px);\n  }\n\n  .sz-contact-hero{\n    padding:55px 0 50px;\n  }\n\n  .sz-contact-hero p{\n    font-size:16px;\n  }\n\n  .sz-contact-info{\n    padding:50px 0;\n  }\n\n  .sz-contact-info-grid{\n    grid-template-columns:1fr;\n  }\n\n  .sz-contact-card{\n    min-height:auto;\n    padding:24px;\n  }\n\n  .sz-contact-location{\n    padding:55px 0;\n  }\n\n  .sz-contact-map,\n  .sz-contact-map iframe{\n    min-height:340px;\n  }\n\n  .sz-contact-inquiry{\n    padding:50px 0 65px;\n  }\n\n}\n\n<\/style>\n\n\n<!-- =====================================================\n     HERO\n     ===================================================== -->\n\n<header class=\"sz-contact-hero\">\n\n  <div class=\"sz-contact-container\">\n\n    <div class=\"sz-contact-eyebrow\">\n      Contact SZ Film Factory\n    <\/div>\n\n    <h1>\n      Contact Our Film Manufacturing Team\n    <\/h1>\n\n    <p>\n      Contact us for product information, technical questions,\n      business cooperation, or other general inquiries.\n      Our team is available to support customers and partners worldwide.\n    <\/p>\n\n  <\/div>\n\n<\/header>\n\n\n<!-- =====================================================\n     CONTACT INFORMATION\n     ===================================================== -->\n\n<section class=\"sz-contact-info\">\n\n  <div class=\"sz-contact-container\">\n\n    <div class=\"sz-contact-info-grid\">\n\n\n      <!-- EMAIL -->\n\n      <article class=\"sz-contact-card\">\n\n        <div class=\"sz-contact-card-icon\">\n          @\n        <\/div>\n\n        <h2>\n          Email\n        <\/h2>\n\n        <p>\n\n          <a href=\"mailto:info@szfilmfactory.com\">\n            info@szfilmfactory.com\n          <\/a>\n\n          <br>\n\n          <a href=\"mailto:sales.lene@szfilmfactory.com\">\n            sales.lene@szfilmfactory.com\n          <\/a>\n\n          <br>\n\n          <a href=\"mailto:sales.lynn@szfilmfactory.com\">\n            sales.lynn@szfilmfactory.com\n          <\/a>\n\n        <\/p>\n\n      <\/article>\n\n\n      <!-- PHONE -->\n\n      <article class=\"sz-contact-card\">\n\n        <div class=\"sz-contact-card-icon\">\n          TEL\n        <\/div>\n\n        <h2>\n          Phone &amp; WhatsApp\n        <\/h2>\n\n        <p>\n\n          Lynn:\n          <a href=\"tel:+8615215477754\">\n            +86 1521 547 7754\n          <\/a>\n\n          <br>\n\n          Lene:\n          <a href=\"tel:+8617863136705\">\n            +86 1786 313 6705\n          <\/a>\n\n        <\/p>\n\n      <\/article>\n\n\n      <!-- WECHAT -->\n\n      <article class=\"sz-contact-card\">\n\n        <div class=\"sz-contact-card-icon\">\n          ++\n        <\/div>\n\n        <h2>\n          WeChat\n        <\/h2>\n\n        <p>\n\n          Lynn:\n          <strong>\n            Bopp101\n          <\/strong>\n\n          <br>\n\n          Lene:\n          <strong>\n            Lenework\n          <\/strong>\n\n          <br>\n\n          Available for business communication.\n\n        <\/p>\n\n      <\/article>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- =====================================================\n     FACTORY LOCATION + MAP\n     ===================================================== -->\n\n<section class=\"sz-contact-location\">\n\n  <div class=\"sz-contact-container\">\n\n    <div class=\"sz-contact-location-grid\">\n\n\n      <!-- LEFT -->\n\n      <div class=\"sz-contact-location-content\">\n\n        <div class=\"sz-contact-eyebrow\">\n          Factory Location\n        <\/div>\n\n        <h2>\n          Our Factory in Shandong, China\n        <\/h2>\n\n        <p>\n          SZ Film Factory is located in Sishui County,\n          Jining City, Shandong Province, China.\n          Our manufacturing facility supports film production,\n          customization and international supply.\n        <\/p>\n\n\n        <div class=\"sz-contact-address\">\n\n          <strong>\n            Factory Address\n          <\/strong>\n\n          <p>\n            No. 9 Shengcheng Road,<br>\n            Economic Development Zone,<br>\n            Sishui County, Jining City,<br>\n            Shandong Province, China\n          <\/p>\n\n        <\/div>\n\n\n        <a class=\"sz-contact-visit-link\" href=\"\/ru\/book-a-visit\/\">\n          Interested in visiting our factory? \u2192\n        <\/a>\n\n      <\/div>\n\n\n      <!-- RIGHT -->\n\n      <div class=\"sz-contact-map\">\n\n        <iframe title=\"SZ Film Factory Location\" src=\"https:\/\/www.google.com\/maps?q=No.+9+Shengcheng+Road,+Economic+Development+Zone,+Sishui+County,+Jining+City,+Shandong+Province,+China&amp;output=embed\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" allowfullscreen=\"\">\n        <\/iframe>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- =====================================================\n     GENERAL INQUIRY\n     ===================================================== -->\n\n<section class=\"sz-contact-inquiry\">\n\n  <div class=\"sz-contact-container\">\n\n    <div class=\"sz-contact-inquiry-inner\">\n\n      <div class=\"sz-contact-eyebrow\">\n        General Inquiry\n      <\/div>\n\n      <h2>\n        Have a Question?\n      <\/h2>\n\n      <p>\n        For general product information, technical questions,\n        business cooperation, or other inquiries, contact our team\n        directly by email.\n      <\/p>\n\n      <a class=\"sz-contact-email-link\" href=\"mailto:info@szfilmfactory.com\">\n        Email Our Team \u2192\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Contact SZ Film Factory Contact Our Film Manufacturing Team Contact us for product information, technical questions, business cooperation, or other [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"normal-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-501","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Ivy","author_link":"https:\/\/szfilmfactory.com\/ru\/blog\/author\/szfilmoutlook-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Contact SZ Film Factory Contact Our Film Manufacturing Team Contact us for product information, technical questions, business cooperation, or other [&hellip;]","_links":{"self":[{"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/pages\/501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/comments?post=501"}],"version-history":[{"count":27,"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/pages\/501\/revisions"}],"predecessor-version":[{"id":3635,"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/pages\/501\/revisions\/3635"}],"wp:attachment":[{"href":"https:\/\/szfilmfactory.com\/ru\/wp-json\/wp\/v2\/media?parent=501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}