-- phpMyAdmin SQL Dump
-- version 4.9.5
-- https://www.phpmyadmin.net/
--
-- Хост: localhost:3306
-- Время создания: Май 17 2021 г., 10:53
-- Версия сервера: 10.3.28-MariaDB-cll-lve
-- Версия PHP: 7.3.27

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- База данных: `kligu141_kligur`
--

-- --------------------------------------------------------

--
-- Структура таблицы `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_custom_fields`
--

CREATE TABLE `wp_mailpoet_custom_fields` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_dynamic_segment_filters`
--

CREATE TABLE `wp_mailpoet_dynamic_segment_filters` (
  `id` int(11) UNSIGNED NOT NULL,
  `segment_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `filter_data` longblob DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_feature_flags`
--

CREATE TABLE `wp_mailpoet_feature_flags` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` tinyint(1) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_forms`
--

CREATE TABLE `wp_mailpoet_forms` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `body` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `styles` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_forms`
--

INSERT INTO `wp_mailpoet_forms` (`id`, `name`, `body`, `settings`, `styles`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'form', 'a:3:{i:0;a:7:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:44:\"Адрес электронной почты\";s:2:\"id\";s:5:\"email\";s:6:\"unique\";s:1:\"0\";s:6:\"static\";s:1:\"1\";s:6:\"params\";a:3:{s:5:\"label\";s:5:\"Email\";s:8:\"required\";s:4:\"true\";s:12:\"label_within\";s:1:\"1\";}s:8:\"position\";s:1:\"1\";}i:1;a:7:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:18:\"Отправить\";s:2:\"id\";s:6:\"submit\";s:6:\"unique\";s:1:\"0\";s:6:\"static\";s:1:\"1\";s:6:\"params\";a:1:{s:5:\"label\";s:16:\"Jetzt abonnieren\";}s:8:\"position\";s:1:\"2\";}i:2;a:7:{s:4:\"type\";s:4:\"html\";s:4:\"name\";s:55:\"Пользовательский текст или HTML\";s:2:\"id\";s:4:\"html\";s:6:\"unique\";s:1:\"0\";s:6:\"static\";s:1:\"0\";s:6:\"params\";a:2:{s:4:\"text\";s:132:\"Ich stimme der Verarbeitung personenbezogener Daten gemäß zu <a href=\"https://kligur.de/privacy-policy/\">Datenschutzerklärung</a>\";s:5:\"nl2br\";s:1:\"0\";}s:8:\"position\";s:1:\"3\";}}', 'a:5:{s:8:\"segments\";a:1:{i:0;s:1:\"2\";}s:10:\"on_success\";s:7:\"message\";s:15:\"success_message\";s:79:\"Überprüfen Sie Ihren Posteingang oder Spam, um Ihr Abonnement zu bestätigen.\";s:12:\"success_page\";s:3:\"220\";s:20:\"segments_selected_by\";s:5:\"admin\";}', '/* form */\n.mailpoet_form {\n\n}\n\n/* paragraphs (label + input) */\n.mailpoet_paragraph {\n  line-height:20px;\n}\n\n/* labels */\n.mailpoet_segment_label,\n.mailpoet_text_label,\n.mailpoet_textarea_label,\n.mailpoet_select_label,\n.mailpoet_radio_label,\n.mailpoet_checkbox_label,\n.mailpoet_list_label,\n.mailpoet_date_label {\n  display:block;\n  font-weight:bold;\n}\n\n/* inputs */\n.mailpoet_text,\n.mailpoet_textarea,\n.mailpoet_select,\n.mailpoet_date_month,\n.mailpoet_date_day,\n.mailpoet_date_year,\n.mailpoet_date {\n  display:block;\n}\n\n.mailpoet_text,\n.mailpoet_textarea {\n  width:200px;\n}\n\n.mailpoet_checkbox {\n}\n\n.mailpoet_submit input {\n}\n\n.mailpoet_divider {\n}\n\n.mailpoet_message {\n}\n\n.mailpoet_validate_success {\n  font-weight: 600;\n  color:#468847;\n}\n\n.mailpoet_validate_error {\n  color:#B94A48;\n}', '2018-12-24 14:38:42', '2020-01-13 16:11:53', NULL);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_log`
--

CREATE TABLE `wp_mailpoet_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `level` int(11) DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_mapping_to_external_entities`
--

CREATE TABLE `wp_mailpoet_mapping_to_external_entities` (
  `old_id` int(11) UNSIGNED NOT NULL,
  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `new_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletters`
--

CREATE TABLE `wp_mailpoet_newsletters` (
  `id` int(11) UNSIGNED NOT NULL,
  `hash` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `parent_id` int(11) UNSIGNED DEFAULT NULL,
  `subject` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'standard',
  `sender_address` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `sender_name` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'draft',
  `reply_to_address` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `reply_to_name` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `preheader` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `body` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sent_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `unsubscribe_token` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ga_campaign` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletter_links`
--

CREATE TABLE `wp_mailpoet_newsletter_links` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `queue_id` int(11) UNSIGNED NOT NULL,
  `url` varchar(2083) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `hash` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletter_option`
--

CREATE TABLE `wp_mailpoet_newsletter_option` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `option_field_id` int(11) UNSIGNED NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletter_option_fields`
--

CREATE TABLE `wp_mailpoet_newsletter_option_fields` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `newsletter_type` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_newsletter_option_fields`
--

INSERT INTO `wp_mailpoet_newsletter_option_fields` (`id`, `name`, `newsletter_type`, `created_at`, `updated_at`) VALUES
(1, 'isScheduled', 'standard', NULL, '2018-12-24 14:38:42'),
(2, 'scheduledAt', 'standard', NULL, '2018-12-24 14:38:42'),
(3, 'event', 'welcome', NULL, '2018-12-24 14:38:42'),
(4, 'segment', 'welcome', NULL, '2018-12-24 14:38:42'),
(5, 'role', 'welcome', NULL, '2018-12-24 14:38:42'),
(6, 'afterTimeNumber', 'welcome', NULL, '2018-12-24 14:38:42'),
(7, 'afterTimeType', 'welcome', NULL, '2018-12-24 14:38:42'),
(8, 'intervalType', 'notification', NULL, '2018-12-24 14:38:42'),
(9, 'timeOfDay', 'notification', NULL, '2018-12-24 14:38:42'),
(10, 'weekDay', 'notification', NULL, '2018-12-24 14:38:42'),
(11, 'monthDay', 'notification', NULL, '2018-12-24 14:38:42'),
(12, 'nthWeekDay', 'notification', NULL, '2018-12-24 14:38:42'),
(13, 'schedule', 'notification', NULL, '2018-12-24 14:38:42'),
(14, 'group', 'automatic', NULL, '2019-10-29 07:31:28'),
(15, 'event', 'automatic', NULL, '2019-10-29 07:31:28'),
(16, 'sendTo', 'automatic', NULL, '2019-10-29 07:31:28'),
(17, 'segment', 'automatic', NULL, '2019-10-29 07:31:28'),
(18, 'afterTimeNumber', 'automatic', NULL, '2019-10-29 07:31:28'),
(19, 'afterTimeType', 'automatic', NULL, '2019-10-29 07:31:28'),
(20, 'meta', 'automatic', NULL, '2019-10-29 07:31:28');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletter_posts`
--

CREATE TABLE `wp_mailpoet_newsletter_posts` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `post_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletter_segment`
--

CREATE TABLE `wp_mailpoet_newsletter_segment` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `segment_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_newsletter_templates`
--

CREATE TABLE `wp_mailpoet_newsletter_templates` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) DEFAULT 0,
  `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `categories` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '[]',
  `description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `body` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `thumbnail` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `readonly` tinyint(1) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_newsletter_templates`
--

INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(1, 0, 'Рассылка: Пустая с 1 колонкой', '[\"standard\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u041f\\u0440\\u0438\\u0441\\u0442\\u0443\\u043f\\u0438\\u043c!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>\\u041f\\u0440\\u0438\\u0448\\u043b\\u043e \\u0432\\u0440\\u0435\\u043c\\u044f \\u0441\\u043e\\u0437\\u0434\\u0430\\u0442\\u044c \\u0432\\u0430\\u0448\\u0443 \\u043f\\u0435\\u0440\\u0432\\u0443\\u044e \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0443! \\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u043d\\u0430\\u0445\\u043e\\u0434\\u044f\\u0442\\u0441\\u044f 4 \\u043f\\u0443\\u043d\\u043a\\u0442\\u0430 \\u043c\\u0435\\u043d\\u044e \\u0434\\u043b\\u044f \\u0442\\u043e\\u043d\\u043a\\u043e\\u0439 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0439\\u043a\\u0438 \\u0432\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0438:<\\/p>\\n<ol>\\n<li>\\u0421\\u043e\\u0434\\u0435\\u0440\\u0436\\u0430\\u043d\\u0438\\u0435<\\/li>\\n<li>\\u041a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>\\u0421\\u0442\\u0438\\u043b\\u0438<\\/li>\\n<li>\\u041f\\u0440\\u0435\\u0434\\u043f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440<\\/li>\\n<\\/ol>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-column/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(2, 0, 'Рассылка: Пустая с колонками 1:2', '[\"standard\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u041f\\u0440\\u0438\\u0441\\u0442\\u0443\\u043f\\u0438\\u043c!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>\\u041f\\u0440\\u0438\\u0448\\u043b\\u043e \\u0432\\u0440\\u0435\\u043c\\u044f \\u0441\\u043e\\u0437\\u0434\\u0430\\u0442\\u044c \\u0432\\u0430\\u0448\\u0443 \\u043f\\u0435\\u0440\\u0432\\u0443\\u044e \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0443! \\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u043d\\u0430\\u0445\\u043e\\u0434\\u044f\\u0442\\u0441\\u044f 4 \\u043f\\u0443\\u043d\\u043a\\u0442\\u0430 \\u043c\\u0435\\u043d\\u044e \\u0434\\u043b\\u044f \\u0442\\u043e\\u043d\\u043a\\u043e\\u0439 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0439\\u043a\\u0438 \\u0432\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0438:<\\/p>\\n<ol>\\n<li>\\u0421\\u043e\\u0434\\u0435\\u0440\\u0436\\u0430\\u043d\\u0438\\u0435<\\/li>\\n<li>\\u041a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>\\u0421\\u0442\\u0438\\u043b\\u0438<\\/li>\\n<li>\\u041f\\u0440\\u0435\\u0434\\u043f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>\\u0423 \\u044d\\u0442\\u043e\\u0433\\u043e \\u0448\\u0430\\u0431\\u043b\\u043e\\u043d\\u0430 \\u0435\\u0441\\u0442\\u044c...<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>\\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u0432\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u0434\\u043e\\u0431\\u0430\\u0432\\u0438\\u0442\\u044c \\u0442\\u0430\\u043a\\u0438\\u0435 \\u0431\\u043b\\u043e\\u043a\\u0438 \\u043c\\u0430\\u043a\\u0435\\u0442\\u044b \\u0432 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u0438\\u0441\\u044c\\u043c\\u043e:<\\/p>\\n<ul>\\n<li>1 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0430<\\/li>\\n<li>2 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>3 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>...  2-\\u0441\\u0442\\u043e\\u043b\\u0431\\u0446\\u043e\\u0432\\u044b\\u0439 \\u043c\\u0430\\u043a\\u0435\\u0442.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p><span style=\\\"line-height: 25.6px;\\\">\\u0414\\u043b\\u044f \\u0441\\u043c\\u0435\\u0442\\u044b \\u0446\\u0432\\u0435\\u0442\\u0430 \\u0444\\u043e\\u043d\\u0430 \\u043c\\u0430\\u043a\\u0435\\u0442\\u0430 \\u043d\\u0430\\u0436\\u043c\\u0438\\u0442\\u0435 \\u043d\\u0430 \\u0438\\u043a\\u043e\\u043d\\u043a\\u0443 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0435\\u043a \\u0441 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0441\\u0442\\u043e\\u0440\\u043e\\u043d\\u044b \\u0434\\u0438\\u0437\\u0430\\u0439\\u043d\\u0435\\u0440\\u0430. \\u041f\\u0440\\u043e\\u0441\\u0442\\u043e \\u043f\\u0435\\u0440\\u0435\\u043c\\u0435\\u0441\\u0442\\u0438\\u0442\\u0435 \\u0443\\u043a\\u0430\\u0437\\u0430\\u0442\\u0435\\u043b\\u044c \\u043c\\u044b\\u0448\\u0438 \\u043a \\u044d\\u0442\\u043e\\u0439 \\u043e\\u0431\\u043b\\u0430\\u0441\\u0442\\u0438, \\u0447\\u0442\\u043e\\u0431\\u044b \\u0443\\u0432\\u0438\\u0434\\u0435\\u0442\\u044c \\u0438\\u043a\\u043e\\u043d\\u043a\\u0443 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0435\\u043a \\u0432 \\u0432\\u0438\\u0434\\u0435 \\u0448\\u0435\\u0441\\u0442\\u0435\\u0440\\u0435\\u043d\\u043a\\u0438.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-column/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(51, 0, 'Буддистский храм', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#00050b\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Logo.png\",\"alt\":\"Buddhist-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"99px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h1>With our thoughts, we make the <span style=\\\"color: #f37f31;\\\">world<\\/span><\\/h1>\\n    <p><span style=\\\"color: #dedede;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Avatar.jpg\",\"alt\":\"Buddhist-Avatar\",\"fullWidth\":false,\"width\":\"70px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #999999;\\\">Special Event<\\/span><\\/p>\\n    <h3>Dalai Lama visit<\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Book tickets here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"145px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #f37f31;\\\">New prayer flags<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/5bafccfc554c7f08176ec084.png\",\"alt\":\"5bafccfc554c7f08176ec084\",\"fullWidth\":false,\"width\":\"280px\",\"height\":\"524px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Social.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Sharing matters to us<\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-1.jpg\",\"alt\":\"Buddhist-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Meditation for beginners<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span>&nbsp;<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-2.jpg\",\"alt\":\"Buddhist-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Planning your trip to a temple<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span>&nbsp;<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-3.jpg\",\"alt\":\"Buddhist-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Visit the sunken statues<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span>&nbsp;<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Logo.png\",\"alt\":\"Buddhist-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"99px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#00050b\"},\"body\":{\"backgroundColor\":\"#00050b\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Book tickets here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"145px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/buddhist-temple/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(3, 0, 'Расссылка: Пустая с колонками 1:2:1', '[\"standard\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u041f\\u0440\\u0438\\u0441\\u0442\\u0443\\u043f\\u0438\\u043c!<\\/strong><\\/h1>\\n<p>\\u041f\\u0440\\u0438\\u0448\\u043b\\u043e \\u0432\\u0440\\u0435\\u043c\\u044f \\u0441\\u043e\\u0437\\u0434\\u0430\\u0442\\u044c \\u0432\\u0430\\u0448\\u0443 \\u043f\\u0435\\u0440\\u0432\\u0443\\u044e \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0443! \\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u043d\\u0430\\u0445\\u043e\\u0434\\u044f\\u0442\\u0441\\u044f \\u043f\\u0443\\u043d\\u043a\\u0442\\u044b \\u043c\\u0435\\u043d\\u044e \\u0434\\u043b\\u044f \\u0442\\u043e\\u043d\\u043a\\u043e\\u0439 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0439\\u043a\\u0438 \\u0432\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0438:<\\/p>\\n<ol>\\n<li>\\u0421\\u043e\\u0434\\u0435\\u0440\\u0436\\u0430\\u043d\\u0438\\u0435<\\/li>\\n<li>\\u041a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>\\u0421\\u0442\\u0438\\u043b\\u0438<\\/li>\\n<li>\\u041f\\u0440\\u0435\\u0434\\u043f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>\\u0423 \\u044d\\u0442\\u043e\\u0433\\u043e \\u0448\\u0430\\u0431\\u043b\\u043e\\u043d\\u0430 \\u0435\\u0441\\u0442\\u044c...<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>\\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u0432\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u0434\\u043e\\u0431\\u0430\\u0432\\u0438\\u0442\\u044c \\u0431\\u043b\\u043e\\u043a\\u0438 \\u0434\\u043b\\u044f \\u0440\\u0430\\u0437\\u043c\\u0435\\u0449\\u0435\\u043d\\u0438\\u044f \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u043f\\u0438\\u0441\\u044c\\u043c\\u0435:<\\/p>\\n<ul>\\n<li>1 \\u0441\\u0442\\u043e\\u043b\\u0431\\u0435\\u0446<\\/li>\\n<li>2 \\u0441\\u0442\\u043e\\u043b\\u0431\\u0446\\u0430<\\/li>\\n<li>3 \\u0441\\u0442\\u043e\\u043b\\u0431\\u0446\\u0430<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>...  2-\\u0441\\u0442\\u043e\\u043b\\u0431\\u0446\\u043e\\u0432\\u044b\\u0439 \\u043c\\u0430\\u043a\\u0435\\u0442.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>\\u0412\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u043c\\u0435\\u043d\\u044f\\u0442\\u044c \\u0446\\u0432\\u0435\\u0442 \\u0444\\u043e\\u043d\\u0430 \\u043c\\u0430\\u043a\\u0435\\u0442\\u0430 \\u0441 \\u043f\\u043e\\u043c\\u043e\\u0449\\u044c\\u044e \\u0449\\u0435\\u043b\\u0447\\u043a\\u0430 \\u043d\\u0430 \\u0438\\u043a\\u043e\\u043d\\u043a\\u0435 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0435\\u043a \\u0432 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0441\\u0442\\u043e\\u0440\\u043e\\u043d\\u0435 \\u0434\\u0438\\u0437\\u0430\\u0439\\u043d\\u0435\\u0440\\u0430. \\u041f\\u0440\\u043e\\u0441\\u0442\\u043e \\u043f\\u0435\\u0440\\u0435\\u043c\\u0435\\u0441\\u0442\\u0438\\u0442\\u0435 \\u0443\\u043a\\u0430\\u0437\\u0430\\u0442\\u0435\\u043b\\u044c \\u043c\\u044b\\u0448\\u0438 \\u043d\\u0430\\u0434 \\u044d\\u0442\\u043e\\u0439 \\u043e\\u0431\\u043b\\u0430\\u0441\\u0442\\u044c\\u044e, \\u0447\\u0442\\u043e\\u0431\\u044b \\u043e\\u0442\\u043e\\u0431\\u0440\\u0430\\u0437\\u0438\\u0442\\u044c \\u0438\\u043a\\u043e\\u043d\\u043a\\u0443 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0435\\u043a (\\u0448\\u0435\\u0441\\u0442\\u0435\\u0440\\u0435\\u043d\\u043a\\u0430).<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">\\u0414\\u0430\\u0432\\u0430\\u0439\\u0442\\u0435 \\u0437\\u0430\\u043a\\u043e\\u043d\\u0447\\u0438\\u043c \\u0441 \\u043e\\u0434\\u0438\\u043d\\u043e\\u0447\\u043d\\u043e\\u0439 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u043e\\u0439. <\\/span><\\/h3>\\n<p style=\\\"line-height: 25.6px;\\\">\\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u0432\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u0434\\u043e\\u0431\\u0430\\u0432\\u0438\\u0442\\u044c \\u0442\\u0430\\u043a\\u0438\\u0435 \\u0431\\u043b\\u043e\\u043a\\u0438 \\u0440\\u0430\\u0437\\u043c\\u0435\\u0442\\u043a\\u0438 \\u0434\\u043b\\u044f \\u0432\\u0430\\u0448\\u0435\\u0439 \\u044d\\u043b\\u0435\\u043a\\u0442\\u0440\\u043e\\u043d\\u043d\\u043e\\u0439 \\u043f\\u043e\\u0447\\u0442\\u044b:<\\/p>\\n<p style=\\\"line-height: 25.6px;\\\"><\\/p>\\n<ul style=\\\"line-height: 25.6px;\\\">\\n<li>1 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0430<\\/li>\\n<li>2 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>3 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<\\/ul>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-1-column/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(4, 0, 'Рассылка: Пустая с колонками 1:3', '[\"standard\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u041f\\u0440\\u0438\\u0441\\u0442\\u0443\\u043f\\u0438\\u043c!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>\\u041f\\u0440\\u0438\\u0448\\u043b\\u043e \\u0432\\u0440\\u0435\\u043c\\u044f \\u0441\\u043e\\u0437\\u0434\\u0430\\u0442\\u044c \\u0432\\u0430\\u0448\\u0443 \\u043f\\u0435\\u0440\\u0432\\u0443\\u044e \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0443! \\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u043d\\u0430\\u0445\\u043e\\u0434\\u044f\\u0442\\u0441\\u044f 4 \\u043f\\u0443\\u043d\\u043a\\u0442\\u0430 \\u043c\\u0435\\u043d\\u044e \\u0434\\u043b\\u044f \\u0442\\u043e\\u043d\\u043a\\u043e\\u0439 \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0439\\u043a\\u0438 \\u0432\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0438:<\\/p>\\n<ol>\\n<li>\\u0421\\u043e\\u0434\\u0435\\u0440\\u0436\\u0430\\u043d\\u0438\\u0435<\\/li>\\n<li>\\u041a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>\\u0421\\u0442\\u0438\\u043b\\u0438<\\/li>\\n<li>\\u041f\\u0440\\u0435\\u0434\\u043f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>\\u042d\\u0442\\u043e\\u0442 \\u0448\\u0430\\u0431\\u043b\\u043e\\u043d...<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>\\u0412 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u0432\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u0434\\u043e\\u0431\\u0430\\u0432\\u0438\\u0442\\u044c \\u0431\\u043b\\u043e\\u043a\\u0438 \\u0440\\u0430\\u0437\\u043c\\u0435\\u0442\\u043a\\u0438 \\u043a \\u0432\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0435.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>... \\u0438\\u043c\\u0435\\u0435\\u0442 ...<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>\\u0423 \\u0432\\u0430\\u0441 \\u0435\\u0441\\u0442\\u044c \\u0432\\u044b\\u0431\\u043e\\u0440 \\u0438\\u0437:<\\/p>\\n<ul>\\n<li>1 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043a\\u0438<\\/li>\\n<li>2 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043e\\u043a<\\/li>\\n<li>3 \\u043a\\u043e\\u043b\\u043e\\u043d\\u043e\\u043a<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>3-\\u0441\\u0442\\u043e\\u043b\\u0431\\u0446\\u043e\\u0432\\u044b\\u0439 \\u043c\\u0430\\u043a\\u0435\\u0442.<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>\\u0412\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u0434\\u043e\\u0431\\u0430\\u0432\\u0438\\u0442\\u044c \\u0441\\u0442\\u043e\\u043b\\u044c\\u043a\\u043e \\u0431\\u043b\\u043e\\u043a\\u043e\\u0432, \\u0441\\u043a\\u043e\\u043b\\u044c\\u043a\\u043e \\u043f\\u043e\\u0436\\u0435\\u043b\\u0430\\u0435\\u0442\\u0435!<\\/p>\"},{\"type\":\"text\",\"text\":\"\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-3-column/thumbnail.20190930.jpg', 1, NULL, '2019-10-29 07:31:29'),
(5, 0, 'Просто текст', '[\"standard\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\">\\u041f\\u0440\\u0438\\u0432\\u0435\\u0442 [subscriber:firstname | default:subscriber],<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">\\u0412 MailPoet \\u0432\\u044b \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u043f\\u0438\\u0441\\u0430\\u0442\\u044c \\u043f\\u0438\\u0441\\u044c\\u043c\\u0430 \\u043f\\u0440\\u043e\\u0441\\u0442\\u044b\\u043c \\u0442\\u0435\\u043a\\u0441\\u0442\\u043e\\u043c \\u0431\\u0435\\u0437 \\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u0438\\u0440\\u043e\\u0432\\u0430\\u043d\\u0438\\u044f, \\u043f\\u0440\\u044f\\u043c\\u043e \\u043a\\u0430\\u043a \\u043e\\u0431\\u044b\\u0447\\u043d\\u044b\\u0435 \\u043f\\u0438\\u0441\\u044c\\u043c\\u0430. \\u042d\\u0442\\u043e \\u043c\\u043e\\u0436\\u0435\\u0442 \\u043f\\u0440\\u0438\\u0432\\u043b\\u0435\\u0447\\u044c \\u0432\\u043d\\u0438\\u043c\\u0430\\u043d\\u0438\\u0435 \\u043a \\u0432\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0435 \\u0438 \\u0432\\u044b\\u0433\\u043b\\u044f\\u0434\\u0435\\u0442\\u044c \\u0431\\u043e\\u043b\\u0435\\u0435 \\u043f\\u0435\\u0440\\u0441\\u043e\\u043d\\u0438\\u0444\\u0438\\u0446\\u0438\\u0440\\u043e\\u0432\\u0430\\u043d\\u043e.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">\\u0421\\u043b\\u0438\\u0448\\u043a\\u043e\\u043c \\u043f\\u0440\\u043e\\u0441\\u0442\\u043e? \\u0412\\u044b \\u0432\\u0441\\u0435 \\u0435\\u0449\\u0435 \\u043c\\u043e\\u0436\\u0435\\u0442\\u0435 \\u0444\\u043e\\u0440\\u043c\\u0430\\u0442\\u0438\\u0440\\u043e\\u0432\\u0430\\u0442\\u044c \\u0432\\u0430\\u0448 \\u0442\\u0435\\u043a\\u0441\\u0442 \\u0441 \\u043f\\u043e\\u043c\\u043e\\u0449\\u044c\\u044e \\u043f\\u0440\\u043e\\u0441\\u0442\\u0435\\u0439\\u0448\\u0438\\u0445 \\u0441\\u0442\\u0438\\u043b\\u0435\\u0439, \\u043d\\u0430\\u043f\\u0440\\u0438\\u043c\\u0435\\u0440 <strong>\\u0436\\u0438\\u0440\\u043d\\u044b\\u0439<\\/strong> \\u0438\\u043b\\u0438 <em>\\u043a\\u0443\\u0440\\u0441\\u0438\\u0432.<\\/em><\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">\\u0418 \\u043d\\u0430\\u043a\\u043e\\u043d\\u0435\\u0446, \\u0432\\u0441\\u0435\\u0433\\u0434\\u0430 \\u043c\\u043e\\u0436\\u043d\\u043e \\u0434\\u043e\\u0431\\u0430\\u0432\\u0438\\u0442\\u044c \\u043a\\u043d\\u043e\\u043f\\u043a\\u0443 \\\"\\u043f\\u0440\\u0438\\u0437\\u044b\\u0432 \\u043a \\u0434\\u0435\\u0439\\u0441\\u0442\\u0432\\u0438\\u044e\\\" \\u043c\\u0435\\u0436\\u0434\\u0443 2 \\u0431\\u043b\\u043e\\u043a\\u0430\\u043c\\u0438 \\u0442\\u0435\\u043a\\u0441\\u0442\\u0430. \\u041d\\u0430\\u043f\\u0440\\u0438\\u043c\\u0435\\u0440::<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"\\u0412\\u0440\\u0435\\u043c\\u044f \\u0434\\u0435\\u0439\\u0441\\u0442\\u0432\\u043e\\u0432\\u0430\\u0442\\u044c!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<p>\\u0421\\u043f\\u0430\\u0441\\u0438\\u0431\\u043e \\u0437\\u0430 \\u0432\\u043d\\u0438\\u043c\\u0430\\u043d\\u0438\\u0435. \\u0412\\u0441\\u043a\\u043e\\u0440\\u0435 \\u0443\\u0432\\u0438\\u0434\\u0438\\u043c\\u0441\\u044f!<\\/p>\\n<p>&nbsp;<\\/p>\\n<p><strong><em>\\u041a\\u043e\\u043c\\u0430\\u043d\\u0434\\u0430 MailPoet<\\/em><\\/strong><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/simple-text/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(6, 0, 'Идем в поход', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/header.jpg\",\"alt\":\"header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"483px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p>Hi&nbsp;[subscriber:firstname | default:explorer]<\\/p>\\n                      <p><\\/p>\\n                      <p>Aliquam feugiat nisl eget eleifend congue. Nullam neque tellus, elementum vel elit dictum, tempus sagittis nunc. Phasellus quis commodo odio. Vestibulum vitae mi vel quam rhoncus egestas eget vitae eros.&nbsp;<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1><strong>How to plan your hiking route<\\/strong><\\/h1>\\n                      <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam dictum urna ac lacus dapibus rhoncus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"https:\\/\\/www.google.co.uk\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/map.jpg\",\"alt\":\"map\",\"fullWidth\":false,\"width\":\"330px\",\"height\":\"227px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/boots.jpg\",\"alt\":\"boots\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong>Tried &amp; tested: Our favourite walking boots<\\/strong><\\/h2>\\n                        <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.&nbsp;<\\/p>\"},{\"type\":\"button\",\"text\":\"See Reviews\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Hikers Gallery<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery3.jpg\",\"alt\":\"gallery3\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery1-300x225.jpg\",\"alt\":\"gallery1\",\"fullWidth\":true,\"width\":\"300px\",\"height\":\"225px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery2-1.jpg\",\"alt\":\"gallery2\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Edit this to insert text<\\/p>\"},{\"type\":\"button\",\"text\":\"View More Photos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"214px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Hiking goes social...<\\/strong><\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4f230c\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#265f6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#843c15\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#843c15\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/take_a_hike/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(7, 0, 'Доверие', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/church-header.jpg\",\"alt\":\"church-header\",\"fullWidth\":true,\"width\":\"1036px\",\"height\":\"563px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Spreading Love &amp; Hope...<\\/h1><p>Duis id molestie ex. Quisque finibus magna in justo tristique pellentesque. Nulla sed leo facilisis arcu malesuada molestie vel quis dolor. Donec imperdiet condimentum odio ut elementum. Aenean nisl massa, rutrum a ullamcorper eget, molestie non erat.&nbsp;<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f3f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\">Family Faith Events<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/family.jpg\",\"alt\":\"family\",\"fullWidth\":false,\"width\":\"660px\",\"height\":\"880px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>In maximus tempus pellentesque. Nunc scelerisque ante odio, vel placerat dui fermentum efficitur. Integer vitae ex suscipit, aliquet eros vitae, ornare est. <a href=\\\"http:\\/\\/www.example.com\\\">Aenean vel dapibus nisi<\\/a>.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2>Thoughts &amp; Prayers<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/pray.jpg\",\"alt\":\"pray\",\"fullWidth\":false,\"width\":\"660px\",\"height\":\"880px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Donec sed vulputate ipsum. In scelerisque rutrum interdum. Donec imperdiet dignissim erat, in dictum lectus accumsan ut. <a href=\\\"http:\\/\\/www.example.com\\\">Aliquam erat volutpat.<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Latest News<\\/h1>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"1px\",\"borderColor\":\"#dcdcdc\"}}},{\"type\":\"automatedLatestContent\",\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#dfeaf3\",\"borderColor\":\"#00ddff\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"45px\",\"fontColor\":\"#597890\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfeaf3\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\",\"padding\":\"13px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"6px\",\"borderColor\":\"#597890\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><b>Add your postal address here!<\\/b>\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\"},\"text\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Find us socially:<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#597890\",\"fontFamily\":\"Comic Sans MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#597890\",\"fontFamily\":\"Comic Sans MS\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#597890\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e7eff6\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/faith/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(8, 0, 'Новости дня', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/news_day\\/News-Outlet-Title-2.jpg\",\"alt\":\"News-Outlet-Title-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #2ca5d2;\\\"><strong>Top Story<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Plasma jet engines that could take you from the ground to space<\\/strong><\\/h2>\"},{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/news_day\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":\"413.28125px\",\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">FORGET fuel-powered jet engines. We\\u2019re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone. Traditional jet engines create thrust by mixing compressed air with fuel and igniting it. The burning mixture expands rapidly and is blasted out of the back of the engine, pushing it forwards. &hellip;<\\/p><p><a href=\\\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #2ca5d2;\\\"><strong>Popular Posts Today<\\/strong><\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Cutting through the smog: What to do to fight air pollution<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Tackling our air problems starts with traffic control, but individual action to reduce energy use and intensive farming would also help clean our air.<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Ladybird&rsquo;s transparent shell reveals how it&nbsp;moves<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Brazil&rsquo;s history-making Hurricane<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Jairzinho has just made history. In claiming the fourth goal of an unforgettable 1970 FIFA World Cup Mexico&trade; Final against Italy, he has maintained his record of scoring in every one of Brazil&rsquo;s matches en route to the Trophy.<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Iceland&rsquo;s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">As Iceland&rsquo;s key matches loom, with kick-off just a couple of hours away, you will find their national coach in the pub. This may seem unusual...<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Impact and legacy of 2018 FIFA World Cup Russia<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Organising a FIFA World Cup&trade; in a sustainable manner is a major challenge. The scale of the event inevitably has an impact on the Host Country.&nbsp;<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Lineker&rsquo;s life-changing treble<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Given that he won the Golden Boot in his first and came within a whisker of the Final in his second, one might expect Gary Lineker to have a tough time picking his FIFA World Cup&trade; highlight. Yet the man who scored ten times...<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\\\">Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><strong>NewsDay<\\/strong><\\/p>\\n                      <p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><br \\/><\\/p>\\n                      <p><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/LinkedIn.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#2ca5d2\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f2f2f2\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/news_day/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(9, 0, 'Кубок мира', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-1.png\",\"alt\":\"Sports-Football-Divider-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #ffffff; font-size: 14px;\\\">Issue #1<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" target=\\\"_blank\\\" style=\\\"color: #ffffff; font-size: 14px; text-align: center;\\\">View In Browser<\\/a><\\/p>\\n                                        <p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff; text-align: start;\\\">Monday 1st January 2017<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header-1.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"580px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Welcome Back!<\\/strong><\\/h2>\\n                                      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna.<\\/p>\\n                                      <p><\\/p>\\n                                      <p>Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi. Etiam sed nisl nec orci pretium lacinia eget in turpis. Maecenas in posuere justo. Vestibulum et sapien vestibulum, imperdiet neque in, maximus velit.<\\/p>\\n                                      <p><\\/p>\\n                                      <p>Proin dignissim elit magna, viverra scelerisque libero vehicula sed<\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-3.png\",\"alt\":\"Sports-Football-Divider-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"padding-bottom: 0;\\\"><span style=\\\"font-weight: 600;\\\">Latest News<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"View All News\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d35400\",\"borderColor\":\"#d35400\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2865897_full-lnd.jpg\",\"alt\":\"Brazil\\u2019s history-making Hurricane\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Brazil&rsquo;s history-making Hurricane<\\/strong><\\/h3>\\n                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna. Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi...<\\/p>\\n                                            <p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2866107_full-lnd.jpg\",\"alt\":\"Iceland\\u2019s dentist-coach defying convention and expectations\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Iceland&rsquo;s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n                                          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit...<\\/p>\\n                                          <p><a href=\\\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2709222_full-lnd.jpg\",\"alt\":\"Impact and legacy of 2018 FIFA World Cup Russia: facts and figures\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Impact and legacy of 2018 FIFA World Cup Russia: facts and figures<\\/strong><\\/h3>\\n                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod...<\\/p>\\n                                        <p><a href=\\\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2867790_full-lnd.jpg\",\"alt\":\"Lineker\\u2019s life-changing treble\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Lineker&rsquo;s life-changing treble<\\/strong><\\/h3>\\n                                      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit&nbsp;<span style=\\\"background-color: inherit;\\\">consequat lorem at est congue...<\\/span><\\/p>\\n                                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\\\">Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-2.png\",\"alt\":\"Sports-Football-Divider-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Footer-1.png\",\"alt\":\"Sports-Football-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#b55311\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Logo-Small.png\",\"alt\":\"Sports-Football-Logo-Small\",\"fullWidth\":false,\"width\":\"772px\",\"height\":\"171px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#da6110\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#da6110\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/world_cup/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(10, 0, 'Добро пожаловать в Фудбокс', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Logo.png\",\"alt\":\"Food-Delivery-Logo\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-App.png\",\"alt\":\"Food-Delivery-App\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Welcome to FoodBox<\\/strong><\\/h1>\\n                                  <h2><strong>Lorem ipsum dolor sit amet<\\/strong><\\/h2>\\n                                  <p>Curabitur sollicitudin eros eu cursus sollicitudin. Suspendisse laoreet sollicitudin urna, ut lacinia risus dictum a. Integer a neque eu magna commodo sodales eu eget ante.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Focus.jpg\",\"alt\":\"Food-Delivery-Focus\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"31.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#e5e5e5\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">Get started in 3 simple steps<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-1-1.png\",\"alt\":\"Food-Delivery-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-2-1.png\",\"alt\":\"Food-Delivery-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-3-1.png\",\"alt\":\"Food-Delivery-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 14px;\\\"><strong><span style=\\\"color: #ffffff;\\\">Link 1 - Link 2 - Link 3 - Link 4<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#4599da\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#878787\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"link\":{\"fontColor\":\"#4599da\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/food_box/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(11, 0, 'Праздничное событие', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/festival-header.jpg\",\"alt\":\"festival-header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"879px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Pack your glowsticks, <br \\/>Boomfest is back!&nbsp;<\\/h1>\\n                        <p><\\/p>\\n                        <p style=\\\"text-align: center;\\\">Duis tempor nisl in risus hendrerit venenatis. <br \\/>Curabitur ornare venenatis nisl non ullamcorper. <\\/p>\"},{\"type\":\"button\",\"text\":\"Duis id tincidunt\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"260px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Maecenas scelerisque nisi sit amet metus efficitur dapibus!&nbsp;<br \\/>Ut eros risus, facilisis ac aliquet vel, posuere ut urna.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">Confirmed Lineup<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">Main Stage<\\/span><\\/em><\\/h3><p>Quisque libero<br \\/>Nulla convallis<br \\/>Vestibulum Ornare<br \\/>Consectetur Odio<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">New Acts Stage<\\/span><\\/em><\\/h3><p>Nulla interdum<br \\/>Massa nec<br \\/>Pharetra<br \\/>Varius<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">Comedy Stage<\\/span><\\/em><\\/h3><p>In pulvinar<br \\/>Risus sed<br \\/>Condimentum<br \\/>Feugiat<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">New to the festival this year<\\/h2>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/street-food.jpg\",\"alt\":\"street food\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3>Award-winning Street Food<\\/h3><p>Nullam pharetra lectus id porta pulvinar. Proin ac massa nibh. Nullam ac mi pharetra, lobortis nunc et, placerat leo. Mauris eu feugiat elit. Pellentesque eget turpis eu diam vehicula convallis non <a href=\\\"http:\\/\\/www.mailpoet.com\\\">luctus enim.<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/happy.jpeg\",\"alt\":\"happy\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3>Prepare to&nbsp;dazzle with our Glitter Run<\\/h3><p>Donec quis orci at metus finibus tincidunt. Sed vel urna sed urna maximus congue eu et turpis. Nulla tempus hendrerit justo eget molestie. Vivamus quis molestie lacus. Donec commodo odio a nisi feugiat, vitae egestas mi.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"footer\",\"text\":\"<p>Mauris tristique ultricies ullamcorper. <br \\/>Don\'t want to hear from us?&nbsp;<a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p><p><\\/p><p>Add your postal address here.&nbsp;<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#8d062b\"},\"body\":{\"backgroundColor\":\"#0a5388\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/festival_event/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(12, 0, 'Магазин ретро компьютеров', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4473a1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro_computing_magazine\\/Windows94-Header.png\",\"alt\":\"Windows94-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ffffff;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong>We\'re upgrading!<\\/strong><\\/h1>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus. <\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Quisque in leo felis. Etiam at libero et enim tincidunt scelerisque. Ut felis lectus, imperdiet quis justo quis, elementum sagittis tellus. Sed elementum, lacus at iaculis vestibulum, nunc leo gravida nisi, sed dapibus nisi odio ac ex. Aliquam id arcu dictum, cursus quam id, eleifend libero.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Latest News<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>What is it like to use a Windows 98 PC in 2017?<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\"><span>Computers are much more advanced than they were even a few years ago, but of course we all like to complain about the dumb things they sometimes do. It&rsquo;s easy to forget how clunky things used to be, though...<\\/span><\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/odds-on-10-science-breakthroughs-you-can-bet-on\\/\\\">Read more<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Windows 95 still finds life online<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">Microsoft&rsquo;s Windows 95 has reached the ripe old age of 22 this year and to commemorate this milestone, TheNextWeb goes into some details about the operating system that users may have missed over the years...<\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read more<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>New Sinclair ZX Spectrum Fully Funded<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">The new Sinclair ZX Spectrum Next home computer which was launched on Kickstarter to mark the 35th birthday of the original Spectrum produced by Sinclair Research has been fully funded in less than 48 hours...<\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\\\">Read more<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">Did you know?<\\/span><\\/strong><\\/h2>\\n<p><span style=\\\"color: #ffffff;\\\">At the time of creation and development, the microcomputers in Japan were not powerful enough to handle the complex tasks related to the design and programming of Space Invaders. Nishikado then designed his own hardware and developmental tools to make the game a reality.<\\/span><\\/p>\\n<p><strong><span style=\\\"color: #ffffff;\\\"><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro_computing_magazine\\/Windows94-Today.png\",\"alt\":\"Windows94-Today\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Let\'s get social!<\\/strong><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Youtube.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Email.png?mailpoet_version=3.0.0-rc.1.0.4\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#008282\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/retro_computing_magazine/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(13, 0, 'Туфли', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Logo.png\",\"alt\":\"Retail-Shoes-Logo\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Header.jpg\",\"alt\":\"Retail-Shoes-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f1b512\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Our New Range<\\/span><\\/h2>\\n                      <p style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt.<\\/span><\\/p>\\n                      <p style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Curabitur fermentum ligula eget lacus aliquam volutpat. Integer sapien neque, laoreet quis lobortis sed, semper eget magna. Suspendisse potentiu.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#41c7bf\",\"borderColor\":\"#28a9a2\",\"borderWidth\":\"2px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#36b0a9\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #ffffff;\\\">Handcrafted Shoes<\\/span><\\/h2>\\n                       <p style=\\\"font-size: 14px;\\\"><span><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt. Curabitur fermentum ligula eget lacus aliquam volutpat.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Boxes-1.jpg\",\"alt\":\"Retail-Shoes-Boxes-1\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#36b0a9\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Boxes-2.jpg\",\"alt\":\"Retail-Shoes-Boxes-2\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #ffffff;\\\">Perfect For Any Occasion<\\/span><\\/h2>\\n                      <p style=\\\"font-size: 14px;\\\"><span><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt. Curabitur fermentum ligula eget lacus aliquam volutpat.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>We\'re open every day!<\\/strong><\\/h3>\\n                        <p style=\\\"text-align: center;\\\">Call in any time and we\'ll help you pick the best shoes for any occasion.<\\/p>\\n                        <p style=\\\"text-align: center;\\\">If you\'re not happy, just bring them back to us and we\'ll give you a full refund.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check Out Our Website\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#41c7bf\",\"borderColor\":\"#28a9a2\",\"borderWidth\":\"2px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"220px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#d3d3d3\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Logo-Footer.png\",\"alt\":\"Retail-Shoes-Logo-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"60px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Address Line 1<\\/span><\\/p>\\n                      <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Address Line 2<\\/span><\\/p>\\n                      <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">City<\\/span><\\/p>\\n                      <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Country<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#41c7bf\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f6f6f6\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/shoes/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(14, 0, 'Лакомый кусочек', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><strong>Open daily from 9am to 9pm |&nbsp;<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View Online<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"},\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Logo-1.png\",\"alt\":\"Restaurant-Bakery-Logo-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Header.jpg\",\"alt\":\"Restaurant-Bakery-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"1600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>It\'s our Birthday!<\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center; line-height: 1.4;\\\">To celebrate, we\'re adding a slice of our Birthday cake to every order. Pop in this weekend to use our special offer code and enjoy!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; border: 3px dashed #d42b2b; color: #d42b2b; padding: 10px; font-size: 24px;\\\"><strong>HAPPYBDAY<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"background-color: #ececeb; line-height: 1.3;\\\"><span style=\\\"font-weight: 600;\\\"><span style=\\\"font-size: 12px; text-align: center;\\\">Add your postal address here.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; line-height: 1.3;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #d42b2b; text-decoration: none; font-size: 12px; text-align: center;\\\">Unsubscribe<\\/a><\\/strong><\\/p>\\n                      <p style=\\\"text-align: right; line-height: 1.3;\\\"><strong><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #d42b2b; text-decoration: none; font-size: 12px; text-align: center;\\\">Manage&nbsp;Subscription<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#d42b2b\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ececeb\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/piece_of_cake/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(15, 0, 'Кофе', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Logo-1.png\",\"alt\":\"Coffee-Logo-1\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #000000;\\\">Open email in your web browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Header.jpg\",\"alt\":\"Coffee-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"260px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/coffee.gif\",\"alt\":\"coffee\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"371px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>We\'ve got some new blends, just for you.<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi. Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check Them Out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#6fb910\",\"borderColor\":\"#6fb910\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Mid.jpg\",\"alt\":\"Coffee-Mid\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"411px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eaeaea\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eaeaea\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span> Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Interested in upgrading your subscription?<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: center;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#6fb910\",\"borderColor\":\"#6fb910\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"118px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Latest News<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>Capsule MFG Launches Upgraded Line of Modular Coffee Bars<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><span style=\\\"color: #6fb910;\\\"><strong><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>British-Designed Niche Zero Aims to Leave No Grind Behind<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><strong><span style=\\\"color: #6fb910;\\\"><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>Boyd&rsquo;s Being Acquired by Farmer Bros for Approximately $58.6M<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><strong><span style=\\\"color: #6fb910;\\\"><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Logo-1.png\",\"alt\":\"Coffee-Logo-1\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#0f0f0f\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/coffee/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(16, 0, 'Дрон', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#070707\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Logo.png\",\"alt\":\"Drone-Logo\",\"fullWidth\":false,\"width\":\"138px\",\"height\":\"228px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">TAKE TO THE SKIES<\\/span><\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #f0f0f0;\\\">The Frontier 7S is the world&rsquo;s first<\\/span><\\/h3>\\n<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #f0f0f0;\\\">mind-controlled aerial drone<\\/span><\\/h3>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Header.jpg\",\"alt\":\"Drone-Header\",\"fullWidth\":false,\"width\":\"470px\",\"height\":\"462px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"39px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Fly with your mind<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Image-1.jpg\",\"alt\":\"Drone-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"55px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Ready to travel to you<\\/strong><\\/h2>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#000000\",\"borderColor\":\"#000000\",\"borderWidth\":\"1px\",\"borderRadius\":\"10px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#080808\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Don\'t just take our word for it...<\\/span><\\/strong><\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Video.jpg\",\"alt\":\"Drone-Video\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"760px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Check out our social media platforms and keep up-to-date with the latest news and events happening near you.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Logo-Light-1.png\",\"alt\":\"Drone-Logo-Light\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"72px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Address Line 1 <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Address Line 2 <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">City <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Country<\\/span><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Lucida\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#070707\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#242424\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"39px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/drone/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(17, 0, 'Ретро', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Header.jpg\",\"alt\":\"1980s-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Welcome back !<\\/strong><\\/h2>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f36543\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-1.jpg\",\"alt\":\"1980s-Download-1\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Free Retro-Futuristic Font<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-2.jpg\",\"alt\":\"1980s-Download-2\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><span style=\\\"font-weight: 600;\\\">New UI Kit now available<\\/span><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-3.jpg\",\"alt\":\"1980s-Download-3\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Free&nbsp;Retro Patterns<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Footer.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Retro Downloads<\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">To Your Inbox<\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Every Week<\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"120px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12223b\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#f36543\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Verdana\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#12233c\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f36543\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/retro/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(18, 0, 'Отели', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Logo-1.png\",\"alt\":\"Hotel-Logo\",\"fullWidth\":false,\"width\":\"554px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>My Favourites<\\/strong><\\/span><\\/h3>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Recent Bookings<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Pets go free<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Stay in any Exquisite hotel this summer and bring your pet for free!<\\/span><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"46px\",\"fontColor\":\"#3f3f3f\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Get ready to travel in Exquiste style...<\\/strong><\\/h2>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/dubai-paris.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Dubai<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $199<strong><br \\/><\\/strong><\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong><span style=\\\"color: #ffffff;\\\">Paris<\\/span><\\/strong><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $149<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/toronto-delhi.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Toronto<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $229<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>New Delhi<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $149<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/rio-london.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Rio de Janeiro<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $329<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>London<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $99<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Just for you...<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Here\'s 10% off your next booking with us.<\\/p>\\n<p style=\\\"text-align: center;\\\">Just grab the code below and paste it when required on the booking form!<\\/p>\"},{\"type\":\"button\",\"text\":\"VALU3DCUST\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#000000\",\"borderWidth\":\"2px\",\"borderRadius\":\"6px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"40px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Logo-Small.png\",\"alt\":\"Hotel-Logo-Small\",\"fullWidth\":true,\"width\":\"554px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Address Line 1 <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Address Line 2 <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>City <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Country<\\/strong><\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffc600;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffc600;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffc600;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#2d2a31\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2d2a31\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"46px\",\"fontColor\":\"#3f3f3f\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/hotels/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(19, 0, 'Музыка', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/Music-Logo.png\",\"alt\":\"Music-Logo\",\"fullWidth\":false,\"width\":\"496px\",\"height\":\"78px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/music-header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #393939;\\\"><strong>You Play.<\\/strong><\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #393939;\\\"><strong>They Listen.<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #878787;\\\">Up to 50% off all of our instruments.<\\/span><\\/h2>\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #878787;\\\">This week only.<\\/span><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"176px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Choose a category and get playing<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Electric Guitars\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Trumpets\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"DJ Equipment\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Amps\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Drums\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Pianos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Banjos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Synthesizers\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Guitar Pedals\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Harmonicas\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Flutes\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Headphones\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/Music-Logo.png\",\"alt\":\"Music-Logo\",\"fullWidth\":false,\"width\":\"496px\",\"height\":\"78px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #999999;\\\"><em><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a><\\/strong><\\/em><\\/span><\\/p>\\n<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #999999;\\\"><em><strong><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage subscription<\\/a><\\/strong><\\/em><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#2d2d2d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2d2d2d\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"176px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/music/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(20, 0, 'Студия йоги', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#1e2937\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-1.png\",\"alt\":\"yoga-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Here\'s your classes for this week:<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #83bd31;\\\"><em>Weekdays<\\/em><\\/span><\\/strong><\\/h3>\\n                      <p><strong>Monday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Tuesday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Wednesday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Thursday<\\/strong>:&nbsp;CLOSED FOR PRIVATE CLASS.<\\/p>\\n                      <p><strong>Friday<\\/strong>: 7am, 9am, 11am,&nbsp;and 3pm.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #83bd31;\\\"><em>Weekend<\\/em><\\/span><\\/strong><\\/h3>\\n                      <p><strong>Saturday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Sunday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d5d5d5\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Meet the instructors<\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-1.png\",\"alt\":\"yoga-person-1\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Maria Smith<\\/span><\\/span><\\/h3>\\n                      <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-2.png\",\"alt\":\"yoga-person-2\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Fiona&nbsp;Davies<\\/span><\\/span><\\/h3>\\n                      <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-3.png\",\"alt\":\"yoga-person-3\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Matthew&nbsp;Johnson<\\/span><\\/span><\\/h3>\\n                       <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"31px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Pose of the week:<\\/strong><\\/p>\\n                      <h2>Virabhadrasana I<\\/h2>\\n                      <p>The myth is that the powerful priest Daksha made a great yagna (ritual sacrifice) but did not invite his youngest daughter Sati and her husband Shiva, the supreme ruler of the universe. Sati found out and decided to go alone to the yagna.<\\/p>\\n                      <p><\\/p>\\n                      <p>When she arrived, Sati entered into an argument with her father. Unable to withstand his insults, she spoke a vow to her father, &ldquo;Since it was you who gave me this body, I no longer wish to be associated with it.&rdquo;<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-pose.png\",\"alt\":\"yoga-pose\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Quote of the week<\\/span><\\/h3>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><em>Be a lamp to yourself. Be your own confidence. Hold on to the truth within yourself as to the only truth.<\\/em><\\/h2>\\n                      <p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Arial, sans-serif; font-size: 14px; text-align: center; color: #999999;\\\">Buddha<\\/span><em><\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\",\"padding\":\"15px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#b3b3b3\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-logo-small.png\",\"alt\":\"yoga-logo-small\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 13px; text-align: center;\\\"><strong>Yoga Studio<\\/strong><\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">Address Line 1<\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">Address Line 2<\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">City\\/Town<\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">Country<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p><p><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#000000\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#83bd31\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#1e2937\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/yoga_studio/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(21, 0, 'Благотворительность', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/header-bg.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/charity-logo.png\",\"alt\":\"charity-logo\",\"fullWidth\":false,\"width\":\"240px\",\"height\":\"103px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"43px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #a6d2d2;\\\">Charity Number: 09238923<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/charity-header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong><span style=\\\"color: #ffffff;\\\">We need your help<\\/span><\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #ffffff;\\\">For just $5 a month, you can help people around the world that are in desperate need of fresh, clean water.<\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>It only takes 5 minutes to help someone in need<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Start Helping Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#05a0e8\",\"borderColor\":\"#05a0e8\",\"borderWidth\":\"1px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"241px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Noah\'s Story<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Child.png\",\"alt\":\"Charity-Child\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. <\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Video.jpg\",\"alt\":\"Charity-Video\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"760px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Logo-Small.png\",\"alt\":\"Charity-Logo-Small\",\"fullWidth\":false,\"width\":\"407px\",\"height\":\"82px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px;\\\"><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #000000;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#05a0e8\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#7bc9ee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/charity/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(22, 0, 'Магазин моды', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/tulip-2.png\",\"alt\":\"tulip\",\"fullWidth\":false,\"width\":\"26.5px\",\"height\":\"64px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>TULIP PARK<\\/strong><\\/h1>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"85px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><span style=\\\"color: #bcbcbc;\\\">Since 1987<\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"486px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Autumn\\/Winter<\\/span><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>The Autumn\\/Winter&nbsp;Range at Tulip Park<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-1.jpg\",\"alt\":\"Fashion-Items-1\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-2.jpg\",\"alt\":\"Fashion-Items-2\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-3.jpg\",\"alt\":\"Fashion-Items-3\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"button\",\"text\":\"Check out the full range here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#cdcdcd\",\"borderColor\":\"#e4e4e4\",\"borderWidth\":\"1px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>New in this week...<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-4.jpg\",\"alt\":\"Fashion-Items-4\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-5.jpg\",\"alt\":\"Fashion-Items-5\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-6.jpg\",\"alt\":\"Fashion-Items-6\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12223b\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>TULIP PARK<\\/strong><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px;\\\"><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #000000;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f0f0f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"486px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/fashion/thumbnail.20190411-1500.jpeg', 1, NULL, '2019-10-29 07:31:29'),
(23, 0, 'Приветственное письмо: Пустое с 1 колонкой', '[\"welcome\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u041f\\u0440\\u0438\\u0432\\u0435\\u0442, \\u043d\\u043e\\u0432\\u044b\\u0439 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u0447\\u0438\\u043a!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>[subscriber:firstname | default:\\u041f\\u043e\\u0434\\u043f\\u0438\\u0441\\u0447\\u0438\\u043a],<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>\\u043d\\u0435\\u0434\\u0430\\u0432\\u043d\\u043e \\u0432\\u044b \\u043f\\u0440\\u0438\\u0441\\u043e\\u0435\\u0434\\u0435\\u043d\\u0438\\u043b\\u0438\\u0441\\u044c \\u043a \\u043d\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0435 \\u0438 \\u043c\\u044b \\u0440\\u0430\\u0434\\u043e\\u0441\\u0442\\u043d\\u043e \\u043f\\u0440\\u0438\\u0432\\u0435\\u0442\\u0441\\u0442\\u0432\\u0443\\u0435\\u043c \\u0432\\u0430\\u0441!<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>\\u0425\\u043e\\u0442\\u0438\\u0442\\u0435 \\u0443\\u0437\\u043d\\u0430\\u0442\\u044c \\u043d\\u0430\\u0441 \\u043f\\u043e\\u043b\\u0443\\u0447\\u0448\\u0435? \\u0412\\u043e\\u0442 \\u0432\\u0430\\u043c \\u043d\\u0435\\u0441\\u043a\\u043e\\u043b\\u044c\\u043a\\u043e \\u043d\\u0430\\u0448\\u0438\\u0445 \\u0441\\u0430\\u043c\\u044b\\u0445 \\u043f\\u043e\\u043f\\u0443\\u043b\\u044f\\u0440\\u043d\\u044b\\u0445 \\u0441\\u0442\\u0430\\u0442\\u0435\\u0439: <\\/p>\\n<ol>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/the-importance-of-focus-when-writing\\/\\\">\\u0414\\u0435\\u0440\\u0436\\u0438\\u043c \\u0444\\u043e\\u043a\\u0443\\u0441 \\u0432\\u043e \\u0432\\u0440\\u0435\\u043c\\u044f \\u043d\\u0430\\u043f\\u0438\\u0441\\u0430\\u043d\\u0438\\u044f<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/write-great-subject-line\\/\\\">\\u0418\\u0441\\u0441\\u043a\\u0443\\u0441\\u0442\\u0432\\u043e \\u0441\\u043e\\u0437\\u0434\\u0430\\u043d\\u0438\\u044f \\u0437\\u0430\\u0433\\u043e\\u043b\\u043e\\u0432\\u043a\\u0430<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/just-sit-write-advice-motivation-ernest-hemingway\\/\\\">\\u041f\\u0440\\u043e\\u0441\\u0442\\u043e \\u0441\\u044f\\u0434\\u044c \\u0438 \\u043f\\u0438\\u0448\\u0438 &ndash; \\u043c\\u043e\\u0442\\u0438\\u0432\\u0430\\u0446\\u0438\\u043e\\u043d\\u043d\\u044b\\u0439 \\u0441\\u043e\\u0432\\u0435\\u0442 \\u043e\\u0442 \\u042d\\u0440\\u043d\\u0435\\u0441\\u0442\\u0430 \\u0425\\u0435\\u043c\\u0438\\u043d\\u0433\\u0443\\u044d\\u044f<\\/a><\\/li>\\n<\\/ol>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-column/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(42, 0, 'Поэт', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#909090\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"144px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Logo.png\",\"alt\":\"Poet-Logo\",\"fullWidth\":false,\"width\":\"166px\",\"height\":\"144px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1>Thanks for signing up!<\\/h1>\\n    <p><span style=\\\"color: #000000;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"66px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px;\\\"><span style=\\\"color: #999999;\\\"><strong>Latest p<\\/strong><\\/span><\\/p>\\n    <h2><strong>The 26th of December<\\/strong><\\/h2>\\n    <h3><span>A Tuesday, day of Tiw,<\\/span><br \\/><span>god of war, dawns in darkness.<\\/span><br \\/><span>The short holiday day of talking by the fire,<\\/span><br \\/><span>floating on snowshoes among<\\/span><br \\/><span>ancient self-pollarded maples,<\\/span><br \\/><span>visiting, being visited, giving<\\/span><br \\/><span>a rain gauge, receiving red socks,<\\/span><br \\/><span>watching snow buntings nearly over<\\/span><br \\/><span>their heads in snow stab at spirtled bits<\\/span><br \\/><span>of sunflower seeds the chickadees<\\/span><br \\/><span>hold with their feet to a bough<\\/span><br \\/><span>and hack apart, scattering debris<\\/span><br \\/><span>like sloppy butchers, is over.<\\/span><br \\/><span>Irregular life begins. Telephone calls,<\\/span><br \\/><span>Google searches, evasive letters,<\\/span><br \\/><span>complicated arrangements, faxes,<\\/span><br \\/><span>second thoughts, consultations,<\\/span><br \\/><span>e-mails, solemnly given kisses.<\\/span><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Images-1.jpg\",\"alt\":\"Poet-Images\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"1200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#393939\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\">What did you think of this poem? Let me know on one of my social media channels.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"right\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Poetry books<\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-1.png\",\"alt\":\"Poet-Books-1\",\"fullWidth\":false,\"width\":\"220px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-3.png\",\"alt\":\"Poet-Books-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-2.png\",\"alt\":\"Poet-Books-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Logo.png\",\"alt\":\"Poet-Logo\",\"fullWidth\":false,\"width\":\"166px\",\"height\":\"144px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#939393\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#333333\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#646464\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#393939\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#393939\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#646464\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#393939\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ebebeb\"},\"body\":{\"backgroundColor\":\"#ebebeb\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#939393\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#333333\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#909090\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/poet/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(24, 0, 'Приветственное письмо: Пустое с колонками 1:2', '[\"welcome\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"\\u041b\\u043e\\u0436\\u043d\\u044b\\u0439 \\u043b\\u043e\\u0433\\u043e\\u0442\\u0438\\u043f\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u041f\\u0440\\u0438\\u0432\\u0435\\u0442, \\u043d\\u043e\\u0432\\u044b\\u0439 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u0447\\u0438\\u043a!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>[subscriber:firstname | default:\\u041f\\u043e\\u0434\\u043f\\u0438\\u0441\\u0447\\u0438\\u043a],<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>\\u0442\\u044b \\u043d\\u0435\\u0434\\u0430\\u0432\\u043d\\u043e \\u043f\\u0440\\u0438\\u0441\\u043e\\u0435\\u0434\\u0438\\u043d\\u0438\\u043b\\u0441\\u044f \\u043a \\u043d\\u0430\\u0448\\u0435\\u0439 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0435 \\u0438 \\u043c\\u044b \\u0433\\u043e\\u0440\\u044f\\u0447\\u043e \\u043f\\u0440\\u0438\\u0432\\u0435\\u0442\\u0441\\u0442\\u0432\\u0443\\u0435\\u043c \\u0442\\u0435\\u0431\\u044f!<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>\\u041d\\u0430\\u0448\\u0438 \\u0441\\u0430\\u043c\\u044b\\u0435 \\u043f\\u043e\\u043f\\u0443\\u043b\\u044f\\u0440\\u043d\\u044b\\u0435 \\u043f\\u0443\\u0431\\u043b\\u0438\\u043a\\u0430\\u0446\\u0438\\u0438<\\/h3>\"},{\"type\":\"text\",\"text\":\"<ul>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/the-importance-of-focus-when-writing\\/\\\">\\u0414\\u0435\\u0440\\u0436\\u0438\\u043c \\u0444\\u043e\\u043a\\u0443\\u0441 \\u0432\\u043e \\u0432\\u0440\\u0435\\u043c\\u044f \\u043d\\u0430\\u043f\\u0438\\u0441\\u0430\\u043d\\u0438\\u044f<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/write-great-subject-line\\/\\\">\\u0418\\u0441\\u0441\\u043a\\u0443\\u0441\\u0442\\u0432\\u043e \\u0441\\u043e\\u0437\\u0434\\u0430\\u043d\\u0438\\u044f \\u0437\\u0430\\u0433\\u043e\\u043b\\u043e\\u0432\\u043a\\u0430<\\/a><\\/li>\\n<li><a href=\\\"http:\\/\\/www.mailpoet.com\\/just-sit-write-advice-motivation-ernest-hemingway\\/\\\">\\u041f\\u0440\\u043e\\u0441\\u0442\\u043e \\u0441\\u044f\\u0434\\u044c \\u0438 \\u043f\\u0438\\u0448\\u0438 &ndash; \\u043c\\u043e\\u0442\\u0438\\u0432\\u0430\\u0446\\u0438\\u043e\\u043d\\u043d\\u044b\\u0439 \\u0441\\u043e\\u0432\\u0435\\u0442 \\u043e\\u0442 \\u042d\\u0440\\u043d\\u0435\\u0441\\u0442\\u0430 \\u0425\\u0435\\u043c\\u0438\\u043d\\u0433\\u0443\\u044d\\u044f<\\/a><\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>\\u0427\\u0442\\u043e \\u0434\\u0430\\u043b\\u0435\\u0435?<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0435\\u0434\\u0438\\u043d\\u0441\\u0442\\u0432\\u0435\\u043d\\u043d\\u0443\\u044e \\u043a\\u043d\\u043e\\u043f\\u043a\\u0443 \\u0432 \\u0432\\u0430\\u0448\\u0443 \\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u043a\\u0443 \\u0441 \\u0447\\u0435\\u0442\\u043a\\u0438\\u043c \\u043f\\u0440\\u0438\\u0437\\u044b\\u0432\\u043e\\u043c \\u043a \\u0434\\u0435\\u0439\\u0441\\u0442\\u0432\\u0438\\u044e. \\u042d\\u0442\\u043e \\u0443\\u0432\\u0435\\u043b\\u0438\\u0447\\u0438\\u0442 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u043a\\u0430\\u0437\\u0430\\u0442\\u0435\\u043b\\u044c CTR.<\\/p>\"},{\"type\":\"button\",\"text\":\"\\u0418\\u0437\\u0443\\u0447\\u0438!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-2-column/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(25, 0, 'Подарочный набор', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/gift\\/Gift-Header-1.jpg\",\"alt\":\"Gift-Header-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7e7e7\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #dd2d2d;\\\">We\'re so happy you\'re onboard!<\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dd2d2d\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/gift\\/Gift-Footer.jpg\",\"alt\":\"Gift-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Address Line 1<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Address Line 2<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>City<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Country<\\/strong><\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#dd2d2d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/gift/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(26, 0, 'Минимал', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#303c54\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/Minimal-Logo1.png\",\"alt\":\"Minimal-Logo1\",\"fullWidth\":false,\"width\":\"590px\",\"height\":\"93px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #8b9cbc;\\\">EST.2009<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"41px\"}}},{\"type\":\"text\",\"text\":\"<h2>Welcome to Minimal, Kim.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula. Cras sollicitudin nunc facilisis neque tristique sagittis.<\\/p>\\n<p><\\/p>\\n<p>Maecenas iaculis, lacus malesuada dictum dapibus, justo justo molestie lorem, ac dapibus magna urna vel arcu. Aliquam erat volutpat. Sed bibendum, ipsum sed ullamcorper blandit, eros odio interdum nibh, non venenatis metus lacus vitae lectus.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"30px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#d9d9d9\"}}},{\"type\":\"text\",\"text\":\"<h2>Some of our recent stories<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/plasma-stingray111-800x533.jpg\",\"alt\":\"plasma-stingray111-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"gettyimages-578313682-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/5_what_to_do_p352m1141746-800x533.jpg\",\"alt\":\"5_what_to_do_p352m1141746-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f3f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"47px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/Minimal-Logo-Small.png\",\"alt\":\"Minimal-Logo-Small\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #808080;\\\">Unsubscribe<\\/a><\\/span><\\/p>\\n<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #808080;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f3f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Georgia\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Georgia\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Georgia\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#303c54\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"30px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#d9d9d9\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/minimal/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(27, 0, 'Покупка нового телефона', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1b1821\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Logo.png\",\"alt\":\"Phone-Logo\",\"fullWidth\":true,\"width\":\"122px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1b1821\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Title.png\",\"alt\":\"Phone-Title\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"215px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Header.jpg\",\"alt\":\"Phone-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Welcome to your brand new Casia 7200.<\\/strong><\\/span><\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #8748d5;\\\">Let\'s get you all set up.<\\/span><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#8748d5\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"159px\",\"lineHeight\":\"45px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#2c2c2c\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Address Line 1<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Address Line 2<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">City<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Country<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Logo.png\",\"alt\":\"Phone-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p>\\n<p style=\\\"text-align: right; font-size: 11px;\\\"><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#8748d5\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1b1821\"},\"body\":{\"backgroundColor\":\"#1b1821\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/phone/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(28, 0, 'Солнцезащитные очки', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Logo.jpg\",\"alt\":\"Glasses-Logo\",\"fullWidth\":false,\"width\":\"250px\",\"height\":\"66px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Header-2.jpg\",\"alt\":\"Glasses-Header-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"116px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Here\'s what we sent you<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-1.jpg\",\"alt\":\"Glasses-Images-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-2.jpg\",\"alt\":\"Glasses-Images-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-3.jpg\",\"alt\":\"Glasses-Images-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"34.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Header.jpg\",\"alt\":\"Glasses-Header\",\"fullWidth\":true,\"width\":\"640px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Our Summer Range Is Here<\\/strong><\\/h3>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit.<\\/p>\\n<p><\\/p>\\n<p>Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue.&nbsp;<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"137px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"34.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Got any questions or need some help?<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">We\'re just a click or a phone call away.<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Call Us:<\\/strong> 08856877854<\\/span><\\/h3>\\n<h3 style=\\\"text-align: center;\\\"><\\/h3>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"23.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><strong><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #808080;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #808080;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #808080;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/sunglasses/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(29, 0, 'Недвижимость', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Logo-1-150x84.jpg\",\"alt\":\"Property-Logo-1\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"84px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">TAKING&nbsp;THE WORRY OUT OF REAL ESTATE<\\/span><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Welcome Home<\\/span><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Header.jpg\",\"alt\":\"Property-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"782px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">We\'re here to help you move<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-1.png\",\"alt\":\"Property-Icon-1\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-2.png\",\"alt\":\"Property-Icon-2\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-3.png\",\"alt\":\"Property-Icon-3\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#8691be\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">We\'d love to keep you updated with our latest news. <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Sign up to our newsletter now and you\'ll never miss a thing.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Sign Up Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6a7087\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#6a7087\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.8.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/real-estate/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(30, 0, 'Приветствие приложения', '[\"welcome\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-1.png\",\"alt\":\"App-Signup-Logo\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"80px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; margin: 0;\\\"><strong>Welcome to Appy<\\/strong><\\/h1><p style=\\\"text-align: center; margin: 0;\\\"><span style=\\\"color: #ffffff;\\\">Let\'s get started!<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Header.png\",\"alt\":\"App-Signup-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Hi [subscriber:firstname | default:subscriber],<\\/p>\\n                                  <p style=\\\"text-align: center;\\\"><\\/p>\\n                                  <p style=\\\"text-align: center;\\\">In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n                                  <p style=\\\"text-align: center;\\\"><\\/p>\\n                                  <p style=\\\"text-align: center;\\\">Is this too simple? You can still style your text with basic formatting, like <strong>bold<\\/strong> or <em>italics.<\\/em><\\/p>\\n                                  <p style=\\\"text-align: center;\\\"><\\/p>\\n                                  <p style=\\\"text-align: center;\\\">Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Get Started Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\",\"borderColor\":\"#32b6c6\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"188px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Team.jpg\",\"alt\":\"App-Signup-Team\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-Footer.png\",\"alt\":\"App-Signup-Logo-Footer\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><strong>Appy<\\/strong><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><span>Address Line 1<\\/span><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><span>Address Line 2<\\/span><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><span>City<\\/span><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#32b6c6\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#32b6c6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(31, 0, 'Уведомления публикаций: Пустое с 1 колонкой', '[\"notification\",\"blank\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">\\u041f\\u0440\\u043e\\u0441\\u043c\\u043e\\u0442\\u0440\\u0435\\u0442\\u044c \\u0432 \\u0432\\u0430\\u0448\\u0435\\u043c \\u0431\\u0440\\u0430\\u0443\\u0437\\u0435\\u0440\\u0435.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"fake-logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>\\u0421\\u043b\\u0435\\u0434\\u0438\\u0442\\u0435 \\u0437\\u0430 \\u043d\\u0430\\u0448\\u0438\\u043c\\u0438 \\u043d\\u043e\\u0432\\u044b\\u043c\\u0438 \\u043f\\u0443\\u0431\\u043b\\u0438\\u043a\\u0430\\u0446\\u0438\\u044f\\u043c\\u0438 \\u0432 \\u0431\\u043b\\u043e\\u0433\\u0435! <\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>MailPoet \\u043c\\u043e\\u0436\\u0435\\u0442 <span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><em>\\u0430\\u0432\\u0442\\u043e\\u043c\\u0430\\u0442\\u0438\\u0447\\u0435\\u0441\\u043a\\u0438<\\/em> <\\/span><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">\\u0440\\u0430\\u0441\\u0441\\u044b\\u043b\\u0430\\u0442\\u044c \\u0432\\u0430\\u0448\\u0438 \\u043d\\u043e\\u0432\\u044b\\u0435 \\u043f\\u0443\\u0431\\u043b\\u0438\\u043a\\u0430\\u0446\\u0438\\u0438 \\u0432\\u0430\\u0448\\u0438\\u043c \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u0447\\u0438\\u043a\\u0430\\u043c.<\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">\\u041d\\u0438\\u0436\\u0435 \\u0432\\u044b \\u043d\\u0430\\u0439\\u0434\\u0435\\u0442\\u0435 \\u0442\\u0440\\u0438 \\u043f\\u043e\\u0441\\u043b\\u0435\\u0434\\u043d\\u0438\\u0445 \\u043f\\u0443\\u0431\\u043b\\u0438\\u043a\\u0430\\u0446\\u0438\\u0438, \\u043a\\u043e\\u0442\\u043e\\u0440\\u044b\\u0435 \\u043e\\u0442\\u043e\\u0431\\u0440\\u0430\\u0436\\u0430\\u044e\\u0441\\u0442\\u044f \\u0431\\u043b\\u0430\\u0433\\u043e\\u0434\\u0430\\u0440\\u044f \\u0432\\u0438\\u0434\\u0436\\u0435\\u0442\\u0443 <em>\\u0410\\u0432\\u0442\\u043e\\u043c\\u0430\\u0442\\u0438\\u0447\\u0435\\u0441\\u043a\\u0438\\u0439 \\u0441\\u0432\\u0435\\u0436\\u0438\\u0439 \\u043a\\u043e\\u043d\\u0442\\u0435\\u043d\\u0442<\\/em>. \\u0412\\u0438\\u0434\\u0436\\u0435\\u0442 \\u043c\\u043e\\u0436\\u043d\\u043e \\u043d\\u0430\\u0439\\u0442\\u0438 \\u0432 \\u043f\\u0440\\u0430\\u0432\\u043e\\u0439 \\u0431\\u043e\\u043a\\u043e\\u0432\\u043e\\u0439 \\u043f\\u0430\\u043d\\u0435\\u043b\\u0438 \\u0432 \\u0440\\u0430\\u0437\\u0434\\u0435\\u043b\\u0435 <em>\\u0421\\u043e\\u0434\\u0435\\u0440\\u0436\\u0430\\u043d\\u0438\\u0435<\\/em>.<\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">\\u0414\\u043b\\u044f \\u0440\\u0435\\u0434\\u0430\\u043a\\u0442\\u0438\\u0440\\u043e\\u0432\\u0430\\u043d\\u0438\\u044f \\u043d\\u0430\\u0441\\u0442\\u0440\\u043e\\u0435\\u043a \\u0438 \\u0441\\u0442\\u0438\\u043b\\u0435\\u0439 \\u043f\\u0443\\u0431\\u043b\\u0438\\u043a\\u0430\\u0446\\u0438\\u0438 \\u043d\\u0430\\u0436\\u043c\\u0438\\u0442\\u0435 \\u043d\\u0430 \\u043f\\u0443\\u0431\\u043b\\u0438\\u043a\\u0430\\u0446\\u0438\\u044e \\u043d\\u0438\\u0436\\u0435.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"\\u0410\\u0432\\u0442\\u043e\\u0440:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"\\u0420\\u0443\\u0431\\u0440\\u0438\\u043a\\u0438:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"\\u041f\\u0440\\u043e\\u0447\\u0435\\u0441\\u0442\\u044c \\u0437\\u0430\\u043f\\u0438\\u0441\\u044c\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">\\u041e\\u0442\\u043f\\u0438\\u0441\\u0430\\u0442\\u044c\\u0441\\u044f<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">\\u0423\\u043f\\u0440\\u0430\\u0432\\u043b\\u0435\\u043d\\u0438\\u0435 \\u0432\\u0430\\u0448\\u0435 \\u043f\\u043e\\u0434\\u043f\\u0438\\u0441\\u043a\\u043e\\u0439<\\/a><br \\/>\\u0414\\u043e\\u0431\\u0430\\u0432\\u044c\\u0442\\u0435 \\u0432\\u0430\\u0448 \\u043f\\u043e\\u0447\\u0442\\u043e\\u0432\\u044b\\u0439 \\u0430\\u0434\\u0440\\u0435\\u0441\\u0441 \\u0442\\u0443\\u0442!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/post-notifications-blank-1-column/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(43, 0, 'Индустриальная конференция', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Logo.png\",\"alt\":\"Conf-Logo\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"150px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff; font-size: 11px; text-transform: uppercase; opacity: 0.5; letter-spacing: 3px;\\\">Get ready for the biggest email conference of the year<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"56px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Ticket.png\",\"alt\":\"Conf-Ticket\",\"fullWidth\":false,\"width\":\"339px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"font-size: 42px;\\\"><strong><span style=\\\"color: #ffffff; line-height: 1.2; position: relative; top: -5px;\\\">Email Boston 2018<\\/span><\\/strong><\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"133px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"oldest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#dddddd\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Bottom-2.png\",\"alt\":\"Conf-Bottom\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"34px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Industry-Coupon.png\",\"display\":\"fit\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"75px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">---<\\/span><\\/h3>\\n    <h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Grab 20% off your tickets right now<\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">We\'re offering an exclusive 20% off tickets with this coupon code!<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CouPon_Code\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"14px\",\"borderStyle\":\"solid\",\"width\":\"229px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Top.png\",\"alt\":\"Conf-Top\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"12px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"14px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#e1e1e1\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Holding.jpg\",\"alt\":\"Conf-Holding\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"667px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"46px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Check out&nbsp;this year\'s event<\\/strong><\\/h3>\\n    <p>We\'ve ramped up everything this year for our conference, including amazing new speakers and guests, and a few surprises for everyone.<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy a ticket here\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"1.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#e1e1e1\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Bottom-2.png\",\"alt\":\"Conf-Bottom\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"30px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"header\",\"text\":\"<p>&nbsp;<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#8d8d8d\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b8291e;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b8291e;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b8291e;\\\">Manage subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arvo\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arvo\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#b8291e\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"oldest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#dddddd\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"14px\",\"borderStyle\":\"solid\",\"width\":\"229px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"padding\":\"1.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#515151\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"75px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#8d8d8d\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/industry-conference/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(32, 0, 'Истории модульного стиля', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/Modular-Logo.png\",\"alt\":\"Modular-Logo\",\"fullWidth\":false,\"width\":\"271px\",\"height\":\"37px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"26px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"120px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#efe7f0\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"Ladybird\\u2019s transparent shell reveals how it folds its wings\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Ladybird&rsquo;s transparent shell reveals how it folds its wings<\\/strong><\\/h3>\\n<p class=\\\"mailpoet_wp_post\\\">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Plasma jet engines that could take you from ground to space<\\/strong><\\/h3>\\n<p class=\\\"mailpoet_wp_post\\\">FORGET fuel-powered jet engines. We&rsquo;re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/5_what_to_do_p352m1141746-800x533.jpg\",\"alt\":\"Cutting through the smog: What to do to fight air pollution\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Cutting through the smog: What to do to fight air pollution<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"Ladybird\\u2019s transparent shell reveals how it folds its wings\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Ladybird&rsquo;s transparent shell reveals how it folds its wings<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Plasma jet engines that could take you from the ground to space<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#b956c5\"},\"body\":{\"backgroundColor\":\"#efe7f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"2\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"aboveTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"116px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContent\",\"terms\":[],\"withLayout\":false},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"120px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#efe7f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"aboveTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/modular-style-stories/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(33, 0, 'Одна полная запись в письме', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/not-so-medium\\/Not-So-Medium-Logo.png\",\"alt\":\"Not-So-Medium-Logo\",\"fullWidth\":false,\"width\":\"210px\",\"height\":\"90px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><em>Welcome to this week\'s post. <\\/em><\\/strong><\\/p>\\n<p><em>Every Friday, we send you the most interesting story&nbsp;of the week in full.<\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d6d6d6\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"63px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"1\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h1\",\"titleAlignment\":\"center\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"aboveText\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"aboveText\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"View this post online & share!\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><em>Share this with your friends<\\/em><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><em>We promise not to spam anyone, and we only send our great articles to any email addresses in our list. Promise!<\\/em><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Email.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d6d6d6\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#2c2c2c\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Georgia\",\"fontSize\":\"18px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"1\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h1\",\"titleAlignment\":\"center\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"aboveText\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"aboveText\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"View this post online & share!\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.9.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"63px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/not-so-medium/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(34, 0, 'Макет стиля ограниченного RSS', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rss-simple-news\\/RSS-Logo-2.png\",\"alt\":\"RSS-Logo-2\",\"fullWidth\":true,\"width\":\"210px\",\"height\":\"90px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #333333;\\\">Latest RSS Simple&nbsp;Posts<\\/span><\\/strong><\\/h3>\\n<p><span style=\\\"color: #999999;\\\">Week 23: 23\\/19\\/19<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"5\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more.\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#ececec\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><strong>RSS Simple<\\/strong><\\/span><\\/p>\\n<p><span style=\\\"color: #808080; font-size: 11px;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/strong><\\/span><\\/p>\\n<p><span style=\\\"color: #808080; font-size: 11px;\\\"><strong><span>Add your postal address here!<\\/span><\\/strong><\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#3478f5\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#3478f5\",\"textDecoration\":\"none\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"3\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#efe7f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContent\",\"terms\":[],\"withLayout\":false},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more.\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#ececec\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/rss-simple-news/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(35, 0, 'Широкий макет истории', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wide-story-layout\\/Wide-Logo.png\",\"alt\":\"Wide-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"37px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #808080;\\\">Our Latest Posts<\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"30px\",\"borderColor\":\"#f0f0f0\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wide-story-layout\\/Wide-Footer.jpg\",\"alt\":\"Wide-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"721px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Lucida\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Lucida\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Lucida\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#5ecd39\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f0f0f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"30px\",\"borderColor\":\"#f0f0f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/wide-story-layout/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(36, 0, 'Научный еженедельник', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Science-Logo.png\",\"alt\":\"Science-Logo\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Title-22.png\",\"alt\":\"Health-Mag-Title-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"214px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b1b6d1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>The latest news from the world of science<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"2\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"21px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#b1b6d1\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-End-1.png\",\"alt\":\"Health-Mag-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-Start.png\",\"alt\":\"Health-Mag-Promo-Start\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Download our app!<\\/strong><\\/h2>\\n                      <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in odio dui. Duis et dolor nec erat dictum laoreet. Morbi dapibus turpis id eros viverra tempor. <\\/span><\\/p>\\n                      <p><span><\\/span><\\/p>\\n                      <p><span>Fusce et diam ac sapien posuere luctus. Etiam in vehicula metus, ac viverra elit. Duis diam lacus, molestie vel enim non, rutrum placerat massa. Suspendisse a elit tincidunt, egestas lacus at, maximus diam. <\\/span><\\/p>\\n                      <p><span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"144px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Phone.png\",\"alt\":\"Health-Mag-Phone\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"573px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-End.png\",\"alt\":\"Health-Mag-Promo-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"35px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-Start.png\",\"alt\":\"Health-Mag-Promo-Start\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Keep In Touch With Us<\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-End.png\",\"alt\":\"Health-Mag-Promo-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"26px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b1b6d1;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b1b6d1;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b1b6d1;\\\">Manage subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\"},\"text\":{\"fontColor\":\"#d6d6d6\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2b2d37\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"2\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"21px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.11.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(37, 0, 'Город вина', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Logo.png\",\"alt\":\"Wine-Logo\",\"fullWidth\":false,\"width\":\"136px\",\"height\":\"67px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Red Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>White&nbsp;Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Rose&nbsp;Wine<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Have a drink on us<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>You\'re our VIP - now it\'s time to celebrate!&nbsp;<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CoUponCoDE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #6d6d6d;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #6d6d6d;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #6d6d6d;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #6d6d6d;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"CoUponCoDE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"Display problems?&nbsp;<a href=\\\"[link:newsletter_view_in_browser_url]\\\">Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/wine-city/wine-city.jpg', 1, NULL, '2019-01-11 11:31:06'),
(38, 0, 'Собачья еда', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Logo.png\",\"alt\":\"Dog-Logo\",\"fullWidth\":false,\"width\":\"42px\",\"height\":\"91px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 1.2em;\\\"><strong>Thanks for buying your dog food from us<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Header-1024x409.jpg\",\"alt\":\"Dog-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"511px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Here\'s some other pawsome things to try...&nbsp;<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-1.jpg\",\"alt\":\"Dog-Product-1\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Dog Jumper<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><span><strong><\\/strong><\\/span><\\/p>\\n<p><em><strong>$19.99<\\/strong><\\/em><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-2.jpg\",\"alt\":\"Dog-Product-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Dog&nbsp;Socks<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span><em><strong>$19.99<\\/strong><\\/em><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-3.jpg\",\"alt\":\"Dog-Product-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Glow Collar<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><em><\\/em><\\/p>\\n<p><em><strong>$19.99<\\/strong><\\/em><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#000000\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"45px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong><\\/strong><span style=\\\"color: #ffffff;\\\">Our Guarantee<\\/span><\\/h3>\\n<p><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus<\\/span><\\/p>\\n<p><span style=\\\"color: #ffffff;\\\"><em><\\/em><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><em><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/em><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#d4d4d4\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/dog-food/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(39, 0, 'Фитнес', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Logo-1.jpg\",\"alt\":\"Fitness-Logo-1\",\"fullWidth\":true,\"width\":\"180px\",\"height\":\"96px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Get back in the game<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Header.jpg\",\"alt\":\"Fitness-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"696px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>You\'ve left something in your cart...<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Images.jpg\",\"alt\":\"Fitness-Images\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"27px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #afd147;\\\"><strong><em>Halo 600<\\/em><\\/strong><\\/span><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in purus risus. Praesent lacinia suscipit maximus. Maecenas nec facilisis lectus.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Size: Medium<\\/span><\\/p>\\n<p><span>Colour: Lime Green<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Recover Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#343434\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"146px\",\"lineHeight\":\"37px\",\"fontColor\":\"#343434\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#afd147\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Still interested?<\\/strong><\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong>Here\'s 20% off your order if you complete it right now. We\'re nice like that.<\\/strong><\\/p>\"},{\"type\":\"button\",\"text\":\"COUPONCODE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#afd147\",\"borderColor\":\"#56741d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#56741d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Logo-Footer-1.png\",\"alt\":\"Fitness-Logo-Footer-1\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"52px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Address Line 1, Address Line 2, City, Country<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a><span>&nbsp;<\\/span>|<span>&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage subscription<\\/a><\\/strong><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#3c3c3c\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/fitness/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(40, 0, 'Детская одежда', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Logo.png\",\"alt\":\"Kids-Clothing-Logo\",\"fullWidth\":true,\"width\":\"250px\",\"height\":\"121px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Boys Clothes<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Girls Clothes<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Toys &amp; Games<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#9cd1e1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Wait!<\\/strong><\\/h1>\\n<h3>You\'ve left something in your cart!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Don\'t worry, we saved it for you...<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image.jpg\",\"alt\":\"Kids-Clothing-Image\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Kids Dinosaur Suit<\\/strong><\\/p>\\n<p><span>$14.99<\\/span><\\/p>\\n<p><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"0px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px;\\\">Size: <em>Small<\\/em><\\/p>\\n<p style=\\\"font-size: 12px;\\\">Colour: <em>Varied<\\/em><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"button\",\"text\":\"Go To Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"154px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#fceba5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>YOU MIGHT ALSO LIKE...<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-3.jpg\",\"alt\":\"Kids-Clothing-Image-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Cherry Dress<\\/strong><\\/p>\\n<p><span>$10.99<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-2.jpg\",\"alt\":\"Kids-Clothing-Image-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Red T-Shirt<\\/strong><\\/p>\\n<p><span>$9.49<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-4.jpg\",\"alt\":\"Kids-Clothing-Image-4\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Pink Dance Dress<\\/strong><\\/p>\\n<p><span>$11.99<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Footer.jpg\",\"alt\":\"Kids-Clothing-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"107px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Logo-Footer-150x61.png\",\"alt\":\"Kids-Clothing-Logo-Footer\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"61px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #333333;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #333333;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #333333;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"link\":{\"fontColor\":\"#9bd2e0\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#c3e1e8\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"belowTitle\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"readMoreButton\":{\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"button\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"alternate\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"readMoreButton\":{\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"button\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false,\"withLayout\":true},\"button\":{\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Button\",\"url\":\"\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"footer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}},\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\"},\"posts\":{\"amount\":\"10\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"belowTitle\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"postStatus\":\"publish\",\"readMoreButton\":{\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"link\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false},\"social\":{\"iconSet\":\"default\",\"icons\":[{\"height\":\"32px\",\"iconType\":\"facebook\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Facebook.png?mailpoet_version=3.7.1\",\"link\":\"http:\\/\\/www.facebook.com\",\"text\":\"Facebook\",\"type\":\"socialIcon\",\"width\":\"32px\"},{\"height\":\"32px\",\"iconType\":\"twitter\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/01-social\\/Twitter.png?mailpoet_version=3.7.1\",\"link\":\"http:\\/\\/www.twitter.com\",\"text\":\"Twitter\",\"type\":\"socialIcon\",\"width\":\"32px\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}},\"type\":\"spacer\"},\"header\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}},\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/kids-clothing/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(41, 0, 'Авокадо', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f8f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Logo-2.png\",\"alt\":\"Avocado-Logo-2\",\"fullWidth\":false,\"width\":\"212px\",\"height\":\"89px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><strong>Has to be fresh<\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ddeeba\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"58px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Holy Guacamole!<\\/strong><\\/h1>\\n<h2 style=\\\"text-align: center;\\\">Your monthly avocado<\\/h2>\\n<h2 style=\\\"text-align: center;\\\">delivery starts right now.<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Header-1.jpg\",\"alt\":\"Avocado-Header-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"644px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Recipe.jpg\",\"alt\":\"Avocado-Recipe\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"890px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"135px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>A quick and easy recipe to get you started...<\\/strong><\\/h3>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer blandit tortor nec eleifend maximus. Nulla est lectus, tincidunt quis molestie vitae, suscipit non orci.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9ecd2e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"28px\",\"borderStyle\":\"solid\",\"width\":\"111px\",\"lineHeight\":\"36px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#9ecd2e\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #333333;\\\"><\\/span><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #333333;\\\"><\\/span><\\/strong><strong><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ddeeba\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"58px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Got a friend that hass to have this too ?<\\/strong><\\/h2>\\n<h2 style=\\\"text-align: center;\\\"><\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Coupon.jpg\",\"alt\":\"Avocado-Coupon\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"382px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Send them your exclusive coupon code now and they\'ll receive 50% off their next order, and you\'ll get your next box for free!&nbsp;<\\/p>\"},{\"type\":\"button\",\"text\":\"AVOCADOSRULE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"borderColor\":\"#3d3d3d\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"254px\",\"lineHeight\":\"50px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f3f8f3\",\"height\":\"44px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #9ecd2e;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #9ecd2e;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #9ecd2e;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#9ecd2e\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f3f8f3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"AVOCADOSRULE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"borderColor\":\"#3d3d3d\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"254px\",\"lineHeight\":\"50px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#9ecd2e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/avocado/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(44, 0, 'Традиционная газета', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f2f9f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"font-size: 15px;\\\"><em><strong>[date:mtext][date:dordinal],[date:y]<\\/strong><\\/em><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #008080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #008080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f2f9f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/newspaper-traditional\\/News-Logo.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Website.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.12.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Local News<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Sports&nbsp;Updates &amp; Scores<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><strong>Business News<\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong>Check Out Our New Blog Posts! <\\/strong><\\/h1>\\n    <p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\\n    <p style=\\\"text-align: left;\\\">MailPoet can <span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><em>automatically<\\/em> <\\/span><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">send your new blog posts to your subscribers.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">Below, you\'ll find three recent posts, which are displayed automatically, thanks to the <em>Automatic Latest Content<\\/em> widget, which can be found in the right sidebar, under <em>Content<\\/em>.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">To edit the settings and styles of your post, simply click on a post below.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"28px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/newspaper-traditional\\/News-Logo.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #458687;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #458687;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #458687;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"21px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#3d8076\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f2f9f8\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newspaper-traditional/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(45, 0, 'Чистые новости', '[\"notification\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"27px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Logo-1.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"167px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><span style=\\\"color: #808080;\\\"><strong>October 2018<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left; line-height: 1.3;\\\"><strong>Good Morning!<\\/strong><\\/h1>\\n    <h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce egestas nisl vel ante finibus fringilla ullamcorper non lectus. Aenean leo neque, egestas et lacus eu, viverra luctus nisi. Donec dapibus mauris at fringilla consequat. Cras sed porta nunc. Ut tincidunt luctus felis sed suscipit. Sed tristique faucibus fermentum.<\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"24px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/UEl2.gif\",\"alt\":\"UEl2\",\"fullWidth\":false,\"width\":\"360px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Today\'s Top Stories<\\/strong><\\/h2>\"}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>We cover all types of news<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"World\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e23f3f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Business\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#50b6ce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Politics\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#506dce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Sports\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e1bc2d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Science\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#a650ce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Health\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#64b03c\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Family\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#278f6e\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Arts\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#7c5e5e\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Local\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#4d4d4d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Crossword.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\">The Friday Crossword<\\/span><\\/h2>\\n    <p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum vitae ornare elit. Duis laoreet justo sed fringilla maximus. Aenean pharetra nec risus a vestibulum.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get started\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Logo-1.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"167px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/strong><\\/p>\\n    <p style=\\\"text-align: center;\\\"><strong><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><\\/p>\"},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Add your postal address!<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"social\",\"iconSet\":\"default\",\"icons\":[]}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#4d4d4d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"titleOnly\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"centered\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/clear-news/thumbnail.20190411-1500.jpg', 1, NULL, '2019-11-13 12:12:21'),
(46, 0, 'Рок-группа', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#060d13\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#060d13\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"315px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"48px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #7acff0;\\\">Free track download<\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #d4d4d4;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download now for free\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#152533\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"2px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#1c2f40\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">We\'ve been busy in the studio<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #d4d4d4;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-2.jpg\",\"alt\":\"RockBand-Albums-2\",\"fullWidth\":false,\"width\":\"250px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Magnus Opium<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-1.jpg\",\"alt\":\"RockBand-Albums-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Skeletal Bones<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-3.jpg\",\"alt\":\"RockBand-Albums-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Blinded by Vision<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Tours.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c2f40\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: right;\\\">New Tour Dates<\\/h1>\\n    <p style=\\\"text-align: right;\\\">14th March - London, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">15th March - Leeds, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">16th March - Birmingham, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">19th March - Manchester, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">21st March - Glasgow, UK<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"144px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Bounce Rate<\\/h3>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#aaaaaa\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#060d13\"},\"body\":{\"backgroundColor\":\"#060d13\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#1c2f40\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#aaaaaa\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/rock-band/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(47, 0, 'Винный магазин (с купоном)', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Logo.png\",\"alt\":\"Wine-Logo\",\"fullWidth\":false,\"width\":\"136px\",\"height\":\"67px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Red Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>White&nbsp;Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Rose&nbsp;Wine<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Have a drink on us<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>You\'re our VIP - now it\'s time to celebrate!&nbsp;<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CoUponCoDE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #6d6d6d;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #6d6d6d;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #6d6d6d;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #6d6d6d;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"CoUponCoDE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.7.3\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/wine-city/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(48, 0, 'Мотор', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #d52a2a;\\\"><strong>Welcome to Vector Motors<\\/strong><\\/span><\\/p>\\n    <p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #d52a2a;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Header-logo-1.png\",\"alt\":\"Car-Header-logo-1\",\"fullWidth\":false,\"width\":\"167.5px\",\"height\":\"349px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"118px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"font-size: 35px; line-height: 40px; text-align: left; border-left: 10px solid #d52a2a; margin-left: 20px; padding-left: 20px;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome to the club<\\/span><\\/strong><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"72px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #d52a2a;\\\">You\'ve bought the car,&nbsp;here\'s&nbsp;what happens next.<\\/span><\\/strong><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. <\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span><\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span>Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1><strong>We\'re here to help<\\/strong><\\/h1>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque.<\\/p>\\n    <p><\\/p>\\n    <p><strong><a href=\\\"\\\">Get in touch with us here<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"113px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"42px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Servicing Plans\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"176px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Wheel.jpg\",\"alt\":\"Car-Wheel\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"560px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>We\'ll be in touch soon with updates<\\/strong><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #d52a2a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #d52a2a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #d52a2a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Footer.jpg\",\"alt\":\"Car-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"275px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#d52a2a\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Servicing Plans\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"176px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"5px\",\"borderColor\":\"#d52a2a\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"118px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#d52a2a\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/motor/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(49, 0, 'Книжный магазин (с купоном)', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Logo.png\",\"alt\":\"Book-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Turn more pages this weekend...<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Just to say thanks, here\'s a small gift from us to you.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #5094ad;\\\"><strong>Read more every week<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: center;\\\"><strong>Your free gift!<\\/strong><\\/h2>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"2px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#125674\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, adipiscing elit. Fusce mollis orci justo,<\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span>commodo mattis nisi vitae. Sed aliquam, ex ac lacinia tempus,<\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span>enim urna luctus odio, at leo ante non.<\\/span><\\/p>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>20% off all books<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"Coupon_Code\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#125674\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#125674\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Image-Wide-2.png\",\"alt\":\"Book-Image-Wide\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cdc391\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cdc391\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Logo.png\",\"alt\":\"Book-Logo\",\"fullWidth\":false,\"width\":\"96px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #cdc391;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #cdc391;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #cdc391;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ffffff;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Noticia Text\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#125674\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Coupon_Code\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#125674\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#125674\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"2px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#125674\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/book-store-with-coupon/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(50, 0, 'Цветы (с купоном)', '[\"woocommerce\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eae5e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #000000;\\\">View this email in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flowers-Logo.png\",\"alt\":\"Flowers-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flowers-Header.jpg\",\"alt\":\"Flowers-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"850px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Just for you.<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Welcome to our flower store - as a token of our appreciation for you signing up,<\\/strong><\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>here\'s a little gift from us for your next order.<\\/strong><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CoUpOn_Code\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#292929\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333; font-size: 11px;\\\"><strong><\\/strong><strong>10% off your next order with us. Terms and Conditions apply.<\\/strong><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>A little inspiration to get you started...<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>New flowers delivered<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-1.jpg\",\"alt\":\"Flower-1\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-2.jpg\",\"alt\":\"Flower-2\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Save with a subscription<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Collect from our store<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-3.jpg\",\"alt\":\"Flower-3\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eae5e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b3748a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b3748a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b3748a;\\\">Manage subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#e0a9bc\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eae5e5\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"392px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/flowers-with-coupon/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(52, 0, 'Мечеть', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"10px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#333333\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Logo.png\",\"alt\":\"Mosque-Logo\",\"fullWidth\":false,\"width\":\"182px\",\"height\":\"119px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong>JANUARY 2019<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Newsletter<\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris efficitur pretium.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #009146;\\\"><strong>Upcoming Events<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-1.jpg\",\"alt\":\"Mosque-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>14th&nbsp;January 2019<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>The Four Imams<\\/span><\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><strong><a href=\\\"\\\">Find out more &gt;<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-2.jpg\",\"alt\":\"Mosque-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>23rd&nbsp;January 2019<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>Prayer Makes Perfect<\\/span><\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><a href=\\\"\\\">Find out more &gt;<\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-3.jpg\",\"alt\":\"Mosque-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>29th&nbsp;January 2019<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>Plaster Carving<\\/span><\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#009146\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #009146;\\\"><strong>Prayer Times<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><\\/strong><strong>Fajr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"7.04pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Sunrise<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"8.41am\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Dhuhr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"12.35pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Asr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"2.01pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Maghrib<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"4.21pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Isha\'a<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"5.58pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/bg-2.jpg\",\"alt\":\"bg-2\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"286px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Logo.png\",\"alt\":\"Mosque-Logo\",\"fullWidth\":false,\"width\":\"144px\",\"height\":\"119px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"5.58pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#009146\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"10px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/mosque/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(53, 0, 'Синагога', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#7386a7\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"7.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#0d7e85\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Logo.png\",\"alt\":\"Synagogue-Logo\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"208px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"27px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Welcome&nbsp;back<\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">This month we\'ll be discussing important topics around our faith, and highlighting some events that you may be interested in.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"38px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #04aeb9;\\\"><strong><span>S P E C I A L&nbsp; E V E N T<\\/span><\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Stories In Song<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">An afternoon of comedy and music with Daniel Cainer. This multi-award-winning master-songwriter and great musician brings our family trees to life.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Tickets available here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"175px\",\"lineHeight\":\"38px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"43px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Back-1.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/male-18.jpg\",\"alt\":\"male-18\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"360px\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}},{\"type\":\"text\",\"text\":\"<p class=\\\"font_2\\\" style=\\\"text-align: right;\\\"><span style=\\\"color: #384e76;\\\"><strong>Ariel Abel<\\/strong><\\/span><\\/p>\\n    <p class=\\\"font_2\\\" style=\\\"font-size: 11px; text-align: right;\\\"><span style=\\\"color: #384e76;\\\">Princes Road Synagogue&nbsp;<span>Rabbi&nbsp;<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get in touch\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Greetings from our Rabbi&nbsp;<\\/span><\\/h2>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend. Fusce luctus accumsan risus, at rhoncus ante vehicula in. Praesent ut ultricies ipsum. Sed lacus dolor, laoreet nec tincidunt ut, commodo nec augue. In dignissim justo eget ante facilisis ornare.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span>Cras in lacus ac lectus hendrerit porta. Morbi pretium id nisi eget placerat. Integer nec quam nec augue luctus facilisis. Nam sollicitudin velit nec risus mattis, quis porttitor tortor consequat. Vivamus nec justo vel lectus pharetra volutpat.<\\/span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span><\\/span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span>Quisque eget vestibulum quam, eu fermentum ipsum.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"6.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#04aeb9\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #384e76;\\\">Latest News<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-1.jpg\",\"alt\":\"Synagogue-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Building work started this week<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-2.jpg\",\"alt\":\"Synagogue-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">What\'s life like as a Jewish teenager?<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-3.jpg\",\"alt\":\"Synagogue-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">The life of paper in a modern world<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Keep in touch with us<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Logo.png\",\"alt\":\"Synagogue-Logo\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"208px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#04aeb9\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2b3d5e\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get in touch\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"6.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#04aeb9\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#04aeb9\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#7386a7\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/synagogue/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(54, 0, 'Колледж', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Logo.png\",\"alt\":\"College-Logo\",\"fullWidth\":false,\"width\":\"106px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#333333\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffcc00;\\\"><strong>S U M M E R&nbsp; &nbsp;E D I T I O N<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Graduation Day is Coming<\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt. Integer gravida mauris erat, vehicula blandit velit ultrices ut.&nbsp;<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"54px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>H E A D M A S T E R \' S&nbsp; &nbsp;B L O G<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #333333;\\\">Your hard work pays off in the future to come<\\/span><\\/strong><\\/h2>\\n    <p><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffcc00\"}}},{\"type\":\"text\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur purus quam, semper eget nisl at, pretium fermentum ligula. Ut augue elit, congue non nisl eget, venenatis ornare ante. Aliquam erat volutpat. Maecenas facilisis eget risus vel scelerisque.<\\/p>\\n    <p><\\/p>\\n    <p>Etiam eros arcu, vestibulum at iaculis ut, iaculis nec est. Ut ut malesuada purus. Etiam sed accumsan eros, eu aliquam nisl. Nam faucibus sit amet felis at euismod. Sed efficitur varius tincidunt. Curabitur varius, nunc id interdum sodales, felis purus congue nulla, at semper orci est id mauris. Ut euismod vel dui sed mollis. Aliquam vestibulum id leo eu tristique. Etiam sit amet lacus vitae mi dignissim iaculis id ac nulla.<\\/p>\\n    <p><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Image.jpg\",\"alt\":\"College-Image\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><\\/p>\\n    <p>Praesent mi lorem, varius sit amet mattis at, sollicitudin ac enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus tellus eleifend, accumsan magna in, imperdiet mauris. Cras a justo in lectus semper fermentum. Integer porta vel risus a varius. Aliquam nec nulla dui. Nulla congue ornare fringilla.<\\/p>\\n    <p><\\/p>\\n    <p>Nulla gravida interdum velit, nec pretium lacus placerat vel. Curabitur vitae arcu condimentum, iaculis nisl ac, viverra augue.<\\/p>\\n    <p><\\/p>\\n    <p>Etiam tincidunt justo quam, ac suscipit lectus hendrerit ac.<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Avatar.jpg\",\"alt\":\"College-Avatar\",\"fullWidth\":true,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><\\/p>\\n    <p><\\/p>\\n    <p><strong>Mr George Chalk<\\/strong><\\/p>\\n    <p>Headmaster &amp; Director<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Need some tips and advice?&nbsp;<\\/strong><\\/p>\\n    <p>Here\'s the latest updates from our blog:<\\/p>\\n    <p><\\/p>\\n    <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">7 ways to destress before an exam even starts<\\/a><\\/p>\\n    <p><\\/p>\\n    <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Focussing on the right content is key to being successful<\\/a><\\/p>\\n    <p><\\/p>\\n    <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Getting a degree is only the start of the battle<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffcc00;\\\"><strong><\\/strong><\\/span><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span>Add your postal address here!<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Logo.png\",\"alt\":\"College-Logo\",\"fullWidth\":false,\"width\":\"106px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#447c9d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffcc00\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/college/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(55, 0, 'Возобновляемая энергия', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#313f58\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #fdb323;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #fdb323;\\\">View in browser &gt;<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#016fc1\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Logo.png\",\"alt\":\"Energy-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"145px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">2018 Energy Report<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar. Pellentesque at justo id ipsum porttitor viverra non porta nisl.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read it here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"135px\",\"lineHeight\":\"44px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"197px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong>R E C E N T<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #003366;\\\"><strong>Here\'s what\'s happening this week<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-1.jpg\",\"alt\":\"Energy-Image-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>How can electricity be better?<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-2.jpg\",\"alt\":\"Energy-Image-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>Nuclear power for newcomers<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-3.jpg\",\"alt\":\"Energy-Image-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>Saving the planet, one trip at a time<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-Tall.jpg\",\"alt\":\"Energy-Image-Tall\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"900px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>S P O N S O R E D<\\/strong><\\/span><\\/p>\\n    <h2><span style=\\\"color: #003366;\\\"><strong>Control your heating and your spending with our amazing app<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #003366;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar.&nbsp;<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/CityNews-GoogleDownload.png\",\"alt\":\"CityNews-GoogleDownload\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/CityNews-AppleDownload.png\",\"alt\":\"CityNews-AppleDownload\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#313f58\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Logo.png\",\"alt\":\"Energy-Logo\",\"fullWidth\":true,\"width\":\"134px\",\"height\":\"145px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #fdb323;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #fdb323;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #fdb323;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#2ea1cd\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#313f58\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/renewable-energy/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(56, 0, 'Начальная школа', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cae7f2\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser &gt;<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Logo.png\",\"alt\":\"PrimarySchool-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">News &amp; Events<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">Parent Information<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">Scho<\\/a><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">ol Calendar<\\/a><\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-WideImage-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c23a3a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome back everyone!<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Avatar.png\",\"alt\":\"PrimarySchool-Avatar\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><em><span style=\\\"color: #ffffff;\\\">Dr Angela Boyd - Director of Schooling<\\/span><\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>The new school year is here<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. <\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span>Sed dui sapien, congue non accumsan euismod, ultrices ut dui. Ut sapien arcu, interdum pharetra enim at, porttitor viverra nisi. Suspendisse potenti.&nbsp;<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#e63729\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-CopyImage.jpg\",\"alt\":\"PrimarySchool-CopyImage\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"583px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Essentials for your bag<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. <\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get the kit\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-School.png\",\"alt\":\"PrimarySchool-School\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"512px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Class Lists\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Payments\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#43772f\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Schedule\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#408bb6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Everything is social!<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cae7f2\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Logo.png\",\"alt\":\"PrimarySchool-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#cae7f2\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get the kit\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#e63729\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/primary-school/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(57, 0, 'Ремонт компьютера', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View in browser &gt;<\\/a><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Logo.png\",\"alt\":\"ComputerRepair-Logo\",\"fullWidth\":true,\"width\":\"408px\",\"height\":\"97px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>TIRED OF SCREENS&nbsp;LIKE THIS?<\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><em>Don\'t panic!&nbsp;We\'re here to help! <\\/em><\\/p>\\n    <p style=\\\"text-align: center;\\\"><\\/p>\\n    <p style=\\\"text-align: center;\\\">Come on down to our nearest store and we\'ll be happy to take a look at your computer and help get you back up and running again in no time.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Computer Repair<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Help &amp; Support<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Call Us Now<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Image-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"42px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Check out our locations<\\/strong><\\/h2>\\n    <p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt.<\\/p>\"},{\"type\":\"button\",\"text\":\"View locations\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#f8f8f8\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Logo.png\",\"alt\":\"ComputerRepair-Logo\",\"fullWidth\":true,\"width\":\"254px\",\"height\":\"97px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\">Add your address here<\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1c00af\"},\"body\":{\"backgroundColor\":\"#1c00af\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"View locations\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#f8f8f8\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"16.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/LinkedIn.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/computer-repair/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(58, 0, 'Городские новости', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View online &gt;<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#000000\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Logo.png\",\"alt\":\"CityNews-Logo\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"178px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>[date:mtext] [date:y]<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">N E W S L E T T E R<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><span><\\/span><\\/strong><\\/span><span style=\\\"color: #999999;\\\"><strong>TOP STORY<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Park opens to all within the community<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque.&nbsp;<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Images-1.jpg\",\"alt\":\"CityNews-Images-1\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-1.jpg\",\"alt\":\"CityNews-ThinImages-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>EVENTS<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Christmas Market opening soon<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-2.jpg\",\"alt\":\"CityNews-ThinImages-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>HEALTHCARE<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Hospitals brace for cuts to services<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-3.jpg\",\"alt\":\"CityNews-ThinImages-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>WEATHER<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Dry heat has a high chance to cause fires<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-4.jpg\",\"alt\":\"CityNews-ThinImages-4\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>ARTS<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Local theatre to stage dramatic new play<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Phone.png\",\"alt\":\"CityNews-Phone\",\"fullWidth\":false,\"width\":\"162px\",\"height\":\"679px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Download the CityNews app<\\/strong><\\/span><\\/h3>\\n    <p><span style=\\\"color: #d1d1d1;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque.&nbsp;<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-GoogleDownload.png\",\"alt\":\"CityNews-GoogleDownload\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-AppleDownload.png\",\"alt\":\"CityNews-AppleDownload\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Logo.png\",\"alt\":\"CityNews-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"178px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#252525\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#f8f8f8\"},\"body\":{\"backgroundColor\":\"#252525\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/city-local-news/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(59, 0, 'Влоггер', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#aaaaaa\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3ba25\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"180px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; font-size: 80px;\\\"><span style=\\\"color: #ffffff;\\\"><strong>STACEY<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"145px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Vlogging About Beauty, Fashion, Life Hacks &amp; My Life<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Youtube.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7b0000\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"63px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #ffffff;\\\">L A T E S T&nbsp; V I D E O<\\/span><\\/p>\\n    <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Roses are red...<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-PlayButton.png\",\"alt\":\"Vlogger-PlayButton\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e9e9e9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-1.jpg\",\"alt\":\"Vlogger-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Mixing it up<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-2.jpg\",\"alt\":\"Vlogger-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Front row seats!<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-3.jpg\",\"alt\":\"Vlogger-Images-3\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Max has a birthday!<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e9e9e9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Check out all my latest videos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-WhoAmI.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"109px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #5527a6;\\\"><strong>This is my story<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><\\/span><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Go to my Youtube Page\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"183px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Never miss a thing<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#3a147d\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"32px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">STACEY<\\/span><\\/strong><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#9d82cd\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#5527a6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#9d82cd\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"32px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#aaaaaa\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/vlogger/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(60, 0, 'Птицы', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Logo-1.png\",\"alt\":\"Birds-Logo\",\"fullWidth\":false,\"width\":\"178px\",\"height\":\"127px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"112px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>New Season<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in mattis neque.&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">Quisque sed massa eu tellus efficitur dictum at sed augue.&nbsp;<span>Ut in mattis neque.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read the whole story\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"159px\",\"lineHeight\":\"37px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-1.jpg\",\"alt\":\"Birds-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"53px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Puffin Sightings<\\/strong><\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in mattis neque. Quisque sed massa eu tellus efficitur dictum at sed augue.&nbsp;<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"82px\",\"lineHeight\":\"29px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>This month\'s best pictures<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-6.jpg\",\"alt\":\"Birds-Images-6\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-7.jpg\",\"alt\":\"Birds-Images-7\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-5.jpg\",\"alt\":\"Birds-Images-5\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-2.jpg\",\"alt\":\"Birds-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-3.jpg\",\"alt\":\"Birds-Images-3\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-4.jpg\",\"alt\":\"Birds-Images-4\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/580b57fbd9996e24bc43bb61.png\",\"alt\":\"580b57fbd9996e24bc43bb61\",\"fullWidth\":true,\"width\":\"671px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #ffffff;\\\">Tweeting isn\'t just for birds...<\\/span><\\/strong><\\/h3>\\n    <p><span style=\\\"color: #ffffff;\\\">We love to hear your thoughts about this newsletter, as well as being able to share your amazing pictures with us. Use the hashtag <strong>#birdwatch<\\/strong> and we\'ll share the best pictures here each month.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Logo-1.png\",\"alt\":\"Birds-Logo\",\"fullWidth\":false,\"width\":\"164px\",\"height\":\"127px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#147080\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"82px\",\"lineHeight\":\"29px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#2d4b50\",\"padding\":\"5.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#4a6b70\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#147080\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"112px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/birds/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(61, 0, 'Инженерия', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Logo.png\",\"alt\":\"Engineering-Logo\",\"fullWidth\":true,\"width\":\"150px\",\"height\":\"506px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #808080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"295px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><em><span style=\\\"color: #ffffff;\\\">Let your dreams take flight...<\\/span><\\/em><\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Bearing.png\",\"alt\":\"Engineering-Bearing\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">The all-new RoundBros 6206 ball bearing.<\\/span><\\/strong><\\/h2>\\n    <p><span style=\\\"color: #cccccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. Sed dui sapien, congue non accumsan euismod, ultrices ut dui.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><em><span style=\\\"color: #ffffff;\\\">...and stay grounded in safety<\\/span><\\/em><\\/strong><\\/h1>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Footer-c.jpg\",\"alt\":\"Engineering-Footer-c\",\"fullWidth\":true,\"width\":\"928px\",\"height\":\"661px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">Bearing sets are back in stock for a limited time!<\\/span><\\/strong><\\/h2>\\n    <p><span style=\\\"color: #cccccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Bearing-2.png\",\"alt\":\"Engineering-Bearing-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"574px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#424242\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Logo.png\",\"alt\":\"Engineering-Logo\",\"fullWidth\":true,\"width\":\"100px\",\"height\":\"506px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p>\\n    <p><a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#5aa9cc\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Roboto\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Roboto\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1d1d1d\"},\"body\":{\"backgroundColor\":\"#1d1d1d\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#424242\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#5aa9cc\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/engineering/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(62, 0, 'Новости брендингового агентства', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #808080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Logo.png\",\"alt\":\"Branding-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"117px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #bdbdbd;\\\"><strong>B I G&nbsp; N E W S<\\/strong><\\/span><\\/p>\\n    <h1>Branded is getting a refresh<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image01.jpg\",\"alt\":\"Branding-Image01\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><strong><\\/strong><\\/span><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor. Cras enim orci, bibendum vitae sollicitudin porttitor, eleifend eu metus. Aliquam a fringilla libero. Vivamus turpis orci, viverra in vehicula vitae, imperdiet et ex. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfdfdf\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Design starts with a pencil and paper<\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image02.jpg\",\"alt\":\"Branding-Image02\",\"fullWidth\":false,\"width\":\"540px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>How television has impacted branding<\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image03.jpg\",\"alt\":\"Branding-Image03\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Some of our recent branding<\\/h3>\\n    <p style=\\\"text-align: center;\\\">Looking for some work from us? Get in touch and we\'ll see what we can do.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get in touch here >\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"157px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/greens-food-suppliers.png\",\"alt\":\"greens-food-suppliers\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"418px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/james-and-sons.png\",\"alt\":\"james-and-sons\",\"fullWidth\":false,\"width\":\"156px\",\"height\":\"692px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/fast-banana.png\",\"alt\":\"fast-banana\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"325px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/space-cube.png\",\"alt\":\"space-cube\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"487px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/the-dance-studio.png\",\"alt\":\"the-dance-studio\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"365px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/yoga-baby.png\",\"alt\":\"yoga-baby\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"248px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/beauty-box.png\",\"alt\":\"beauty-box\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"304px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/cheshire-county-hygiene-services.png\",\"alt\":\"cheshire-county-hygiene-services\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"393px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/crofts-accountants.png\",\"alt\":\"crofts-accountants\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"229px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Logo.png\",\"alt\":\"Branding-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"117px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #808080;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get in touch here >\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"157px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfdfdf\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/branding-agency-news/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(63, 0, 'Тема WordPress', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">Open this email in your web browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Logo.png\",\"alt\":\"Wordpress-Logo\",\"fullWidth\":false,\"width\":\"260px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Header-b.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d557f\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">ThemeZone presents...<\\/span><\\/h3>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Header-img.png\",\"alt\":\"Wordpress-Header-img\",\"fullWidth\":false,\"width\":\"1134px\",\"height\":\"898px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">The Winter Theme Bundle<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Take a look\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1e986a\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"132px\",\"lineHeight\":\"50px\",\"fontColor\":\"#1a4f66\",\"fontFamily\":\"Arvo\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Fully customisable and ready to use<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Image-1.jpg\",\"alt\":\"Wordpress-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"340px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Beautiful,&nbsp;simple design<\\/span><\\/h2>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Image-2.jpg\",\"alt\":\"Wordpress-Image-2\",\"fullWidth\":true,\"width\":\"541px\",\"height\":\"454px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Installation is super easy<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong>1<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong><span>2<\\/span><\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong><span>3<\\/span><\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Logo-Footer.png\",\"alt\":\"Wordpress-Logo-Footer\",\"fullWidth\":false,\"width\":\"190px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#051137\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arvo\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arvo\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arvo\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#b8dae3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Take a look\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1e986a\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"132px\",\"lineHeight\":\"50px\",\"fontColor\":\"#1a4f66\",\"fontFamily\":\"Arvo\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#21377e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#051137\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/word-press-theme/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(64, 0, 'Модный блог', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View online &gt;<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Logo-1.png\",\"alt\":\"Fashion-Logo-1\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"38px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#66cbba\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center; background-color: #ffffff; line-height: 1.2; margin: 0!important; padding: 15px 10px 10px 10px;\\\"><strong>The new season is here<\\/strong><\\/h2>\\n    <p style=\\\"text-align: center; background-color: #ffffff; padding: 10px; margin: 0!important;\\\"><strong><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et pellentesque<\\/span><\\/strong><\\/p>\\n    <p style=\\\"text-align: center; background-color: #ffffff; padding: 10px 10px 30px 10px; margin: 0!important;\\\"><a href=\\\"http:\\/\\/www.mystore.com\\\" style=\\\"background-color: #222222; color: #ffffff!important; padding: 10px; text-decoration: none!important; font-weight: bold;\\\">Start Shopping<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Gift.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#66cbba\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><strong>In a hurry?<\\/strong><\\/h3>\\n    <p style=\\\"text-align: right;\\\">Grab a gift card from our online shop.<\\/p>\\n    <p style=\\\"text-align: right;\\\">Treat yourself or that special someone in your life.<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy a gift card\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Keep in touch with us online<\\/strong><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Logo-1.png\",\"alt\":\"Fashion-Logo-1\",\"fullWidth\":true,\"width\":\"142px\",\"height\":\"38px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy a gift card\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-blog/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(65, 0, 'Магазин женской моды', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px; text-align: left;\\\">October 2018 Edition<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b76e97; font-size: 12px;\\\">View<\\/a><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b76e97; font-size: 12px;\\\"> Online<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Logo.png\",\"alt\":\"Fashion-Logo\",\"fullWidth\":false,\"width\":\"157px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>October 2018<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Autumn&nbsp;Season<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. Sed aliquam, ex ac lacinia tempus, enim urna luctus odio, at consequat leo ante non tellus.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f6e4e4\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-1.jpg\",\"alt\":\"Fashion-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$59<\\/strong><\\/span><\\/h2>\\n    <h3><strong>New Outfit<\\/strong><\\/h3>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebe8e8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$159<\\/strong><\\/span><\\/h2>\\n    <h3><strong>New Outfit<\\/strong><\\/h3>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-2.jpg\",\"alt\":\"Fashion-Image-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f6e4e4\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-3.jpg\",\"alt\":\"Fashion-Image-3\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$25<\\/strong><\\/span><\\/h2>\\n    <h3><strong>New Outfit<\\/strong><\\/h3>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Instagram.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/glyph-logo_May2016.png\",\"alt\":\"glyph-logo_May2016\",\"fullWidth\":false,\"width\":\"52px\",\"height\":\"504px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #000000;\\\"><strong>Our new Instagram Page<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #000000;\\\">We have just released our brand new Instagram page.<\\/span><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">We\'ll be keeping everyone up to date with the latest<\\/span><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">fashion and style advice every day.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#151515\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ae70ad\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#626262\",\"fontFamily\":\"Noticia Text\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#505050\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f5f5f5\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ae70ad\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-blog-a/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(66, 0, 'Фотография', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Logo.png\",\"alt\":\"Photography-Logo\",\"fullWidth\":false,\"width\":\"160px\",\"height\":\"141px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"42px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online &gt;<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px;\\\"><strong>The big photos from last week, straight to your inbox.<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-1.jpg\",\"alt\":\"Photography-Images-1\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Canyon<\\/span><\\/strong><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7&nbsp;Brodie Vissers<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-2.jpg\",\"alt\":\"Photography-Images-2\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Rooftopper<\\/span><\\/strong><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Stan Johnson<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-3.jpg\",\"alt\":\"Photography-Images-3\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Gold<\\/span><\\/strong><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Nicole De Khors<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px; text-align: center;\\\"><strong>Fresh inspiration<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-1.jpg\",\"alt\":\"Photography-Squares-1\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-2.jpg\",\"alt\":\"Photography-Squares-2\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-3.jpg\",\"alt\":\"Photography-Squares-3\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-4.jpg\",\"alt\":\"Photography-Squares-4\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-5.jpg\",\"alt\":\"Photography-Squares-5\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-6.jpg\",\"alt\":\"Photography-Squares-6\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-7.jpg\",\"alt\":\"Photography-Squares-7\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-8.jpg\",\"alt\":\"Photography-Squares-8\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-9.jpg\",\"alt\":\"Photography-Squares-9\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px; text-align: center;\\\"><strong>Stay focused<\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\">We\'re always keeping our social media feeds up to date with the latest images from our photographers. Check them out below.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"29px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#2d2d2d\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Logo.png\",\"alt\":\"Photography-Logo\",\"fullWidth\":false,\"width\":\"108px\",\"height\":\"141px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#111111\"},\"body\":{\"backgroundColor\":\"#111111\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"29px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#2d2d2d\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/photography/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(67, 0, 'Джаз клуб', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0b0821\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View email in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#898989\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-logo.png\",\"alt\":\"Jazz-logo\",\"fullWidth\":false,\"width\":\"324px\",\"height\":\"607px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-1.jpg\",\"alt\":\"Jazz-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><span>29th March 2019<\\/span><\\/h2>\\n    <h1><span>James Patterson<\\/span><\\/h1>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: right;\\\"><span>14th April 2019<\\/span><\\/h2>\\n    <h1 style=\\\"text-align: right;\\\"><span>Samantha Morris<\\/span><\\/h1>\\n    <p style=\\\"text-align: right;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-2.jpg\",\"alt\":\"Jazz-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-3.jpg\",\"alt\":\"Jazz-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><span>3rd&nbsp;May 2019<\\/span><\\/h2>\\n    <h1><span>Buster&nbsp;Smith<\\/span><\\/h1>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ff7b0e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #a04d08;\\\"><strong>J A Z Z&nbsp; C L U B&nbsp; P R E S E N T S<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: center; font-size: 52px;\\\"><span style=\\\"color: #ffffff;\\\">24th Jazz Festival<\\/span><\\/h1>\\n    <h3 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #a04d08;\\\">5 - 14 August 2018<\\/span><\\/strong><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/span><\\/p>\\n    <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Social.jpg\",\"alt\":\"Jazz-Social\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"193px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-logo.png\",\"alt\":\"Jazz-logo\",\"fullWidth\":false,\"width\":\"144px\",\"height\":\"607px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#848486\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arvo\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#e30095\",\"fontFamily\":\"Arvo\",\"fontSize\":\"20px\"},\"h3\":{\"fontColor\":\"#e30095\",\"fontFamily\":\"Arvo\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#0b0821\"},\"body\":{\"backgroundColor\":\"#0b0821\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":10,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#898989\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/jazz-club/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(68, 0, 'Гитарист', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Logo.png\",\"alt\":\"Guitarist-Logo\",\"fullWidth\":false,\"width\":\"184px\",\"height\":\"179px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"26px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#949494\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"700px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"250px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Exit Stage Right<\\/strong><\\/h3>\\n    <p><span style=\\\"color: #999999;\\\">A brand new album releasing this summer on <span style=\\\"color: #ffffff;\\\">iTunes<\\/span> and <span style=\\\"color: #1db954;\\\">Spotify<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"130px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #27282e;\\\"><strong>My recording setup<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #5a5c66;\\\">A&nbsp;lot of people have been asking how I record my albums, so I thought I would write a quick blog post to explain<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Images-1-1.jpg\",\"alt\":\"Guitarist-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"1000px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Images-2-1.jpg\",\"alt\":\"Guitarist-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"1000px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"130px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #27282e;\\\"><strong>Life on the road<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #5a5c66;\\\">Not many people know what it\'s like to travel all over the world and perform every night in many different places<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>New tour dates<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Come see me perform new tracks from the album<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 7th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Metro Radio Arena - Newcastle Upon Tyne<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 8th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">First Direct Arena<\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">- Leeds<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 9th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Liverpool Echo Arena - Liverpool<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 11th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">The Brighton Centre - Brighton<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 12th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Motorpoint Arena Nottingham - Nottingham<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 13th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Motorpoint Arena Cardiff - Cardiff<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Logo.png\",\"alt\":\"Guitarist-Logo\",\"fullWidth\":true,\"width\":\"176px\",\"height\":\"179px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#4c537e\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#27282e\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"March 13th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#4c537e\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#949494\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/guitarist/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(69, 0, 'Блог о здоровой пище', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#323232\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#323232\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #ffffff; font-size: 14px;\\\">[date:mtext] [date:y]&nbsp;Edition<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#323232\",\"height\":\"22px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; font-size: 12px;\\\"><span style=\\\"color: #ed682a;\\\"><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ed682a;\\\">View this email in your browser &gt;<\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Logo.png\",\"alt\":\"HealthyFood-Logo\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"296px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"25px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"121px\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome back!<\\/span><\\/strong><\\/h1>\\n    <p><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"56px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>It\'s November - time to plant those \\ud83c\\udf36<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\">Tag your chilli images with #novemberheat for your chance to win a box of spicy treats!<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <h3><span style=\\\"color: #ed682a;\\\"><strong>#novemberheat<\\/strong><\\/span><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Instagram.jpg\",\"alt\":\"HealthyFood-Instagram\",\"fullWidth\":true,\"width\":\"507px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">Start eating healthy today<\\/span><\\/strong><\\/h1>\\n    <h3><strong><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/span><\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/5a5b7bf514d8c4188e0b08fc-1024x766.png\",\"alt\":\"5a5b7bf514d8c4188e0b08fc\",\"fullWidth\":true,\"width\":\"298px\",\"height\":\"524px\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Get 20% off a box<\\/strong><\\/h3>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\">id rutrum sed, porttitor in risus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CouPon_Cod3\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#323232\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#323232\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"height\":\"26px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Your weekly recipe list<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Cook delicious meals right now - here\'s your list for this week.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>MONDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-01-Monday.jpg\",\"alt\":\"HealthyFood-01-Monday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Spicy Prawn Broth\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>TUESDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-02-Tuesday.jpg\",\"alt\":\"HealthyFood-02-Tuesday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Classic Pizza\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>WEDNESDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-03-Wednesday.jpg\",\"alt\":\"HealthyFood-03-Wednesday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Salad Roll\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>THURSDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-04-Thursday.jpg\",\"alt\":\"HealthyFood-04-Thursday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Shellfish Pasta\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>FRIDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-05-Friday.jpg\",\"alt\":\"HealthyFood-05-Friday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Thai Green Curry\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>SATURDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-06-Saturday.jpg\",\"alt\":\"HealthyFood-06-Saturday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Stuffed Turkey\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>SUNDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-07-Sunday.jpg\",\"alt\":\"HealthyFood-07-Sunday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Lemon Cake\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Want more recipes?<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\">For all of our recipes, check out our website or visit one of our social media platforms below. We\'d love to hear what you think about our choices this week!<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png?mailpoet_version=3.14.1\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Logo.png\",\"alt\":\"HealthyFood-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"296px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ed682a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ed682a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ed682a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ed682a\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Lemon Cake\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e39171\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/healthy-food-blog/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(70, 0, 'Програмное обеспечение', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Logo.png\",\"alt\":\"Software-Logo\",\"fullWidth\":false,\"width\":\"140px\",\"height\":\"122px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; line-height: 46px;\\\"><span style=\\\"color: #212327;\\\"><strong>Your music.<br \\/>Your way.<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Header.jpg\",\"alt\":\"Software-Header\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Find music fast<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Image-1.jpg\",\"alt\":\"Software-Image-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Image-2.jpg\",\"alt\":\"Software-Image-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Keep up with the trend<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Get the app now for free<\\/strong><\\/h2>\\n    <p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/p>\"},{\"type\":\"button\",\"text\":\"Download for free\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbbb00\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"199px\",\"lineHeight\":\"50px\",\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Logo.png\",\"alt\":\"Software-Logo\",\"fullWidth\":false,\"width\":\"140px\",\"height\":\"122px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#dbbb00\"},\"body\":{\"backgroundColor\":\"#dbbb00\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/software/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(71, 0, 'Мейкап блог', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#adadad\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Logo.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"94px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Fashion Week Special<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Header-1.jpg\",\"alt\":\"WomensLifestyle-Header-1\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"426px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-1-1.jpg\",\"alt\":\"WomensLifestyle-Breaker-1-1\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c83142\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-1.png\",\"alt\":\"WomensLifestyle-Image-1\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Big announcement from top artists<\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #e0cccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-2.jpg\",\"alt\":\"WomensLifestyle-Breaker-2\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6d3aa7\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6d3aa7\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-2.png\",\"alt\":\"WomensLifestyle-Image-2\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">New Workshops to begin<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #f6dff7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-3.jpg\",\"alt\":\"WomensLifestyle-Breaker-3\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-3.png\",\"alt\":\"WomensLifestyle-Image-3\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-4.png\",\"alt\":\"WomensLifestyle-Image-4\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-5.png\",\"alt\":\"WomensLifestyle-Image-5\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-4.jpg\",\"alt\":\"WomensLifestyle-Breaker-4\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Logo.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"40px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage subscription<\\/a><\\/strong><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#adadad\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/lifestyle-blog-a/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(72, 0, 'Детский магазин', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px; letter-spacing: 3px;\\\"><strong>AUTUMN RANGE 2018<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Logo.png\",\"alt\":\"FashionKids-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"64px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; font-size: 52px; line-height: 1.2;\\\"><strong>IT\'S TIME&nbsp;<\\/strong><strong>TO EXPLORE<\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"403px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6d4dd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-Square.jpg\",\"alt\":\"FashionKids-Image-Square\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Keep them warm this autumn with our whole new range just for your little ones<\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-1-1.jpg\",\"alt\":\"FashionKids-Image-1-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6d4dd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-Square-2.jpg\",\"alt\":\"FashionKids-Image-Square-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"113px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">All of our clothes are easy to wash and are ready for your little explorers<\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Logo.png\",\"alt\":\"FashionKids-Logo\",\"fullWidth\":false,\"width\":\"187px\",\"height\":\"30px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Georgia\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-shop/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(73, 0, 'Блог образа жизни', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Logo-1.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":true,\"width\":\"160px\",\"height\":\"57px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #b25088;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b25088;\\\">View online &gt;<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b25187\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"440px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-HeaderDrop.jpg\",\"alt\":\"WomensLifestyle-HeaderDrop\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"61px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>FEATURED ARTICLE THIS MONTH<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: center;\\\"><strong>Business tips&nbsp;from top female executives<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>1<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>2<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>3<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Read the article\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#b25088\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-1.jpg\",\"alt\":\"WomensLifestyle-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>PODCASTS<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong>Does hard work really pay off?<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>PSYCHOLOGY<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong>Closing deals can be easier than you think<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-2.jpg\",\"alt\":\"WomensLifestyle-Image-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-3.jpg\",\"alt\":\"WomensLifestyle-Image-3\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>TECHNOLOGY<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong>What email software is right for you?<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Logo-1.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"112px\",\"height\":\"57px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #b25088;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b25088;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b25088;\\\">Manage subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read the article\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#b25088\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/lifestyle-blog-b/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');
INSERT INTO `wp_mailpoet_newsletter_templates` (`id`, `newsletter_id`, `name`, `categories`, `description`, `body`, `thumbnail`, `readonly`, `created_at`, `updated_at`) VALUES
(74, 0, 'Художник', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View in browser &gt;<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Logo-bg.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8289ca\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Logo.png\",\"alt\":\"Painter-Logo\",\"fullWidth\":false,\"width\":\"305.9375px\",\"height\":\"93px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Reviews &amp; Submissions<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Essential&nbsp;Gear<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Latest Commissions<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Welcome back<\\/strong><\\/h1>\\n    <p>It\'s been a big month for the studio and we\'d love to show you some of our recent work.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/186018-sktchy-2-nh-gutenCRALTBRBLOG.jpg\",\"alt\":\"186018-sktchy-2-nh-gutenCRALTBRBLOG\",\"fullWidth\":false,\"width\":\"520px\",\"height\":\"830px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/181215_2-laura-anderson-dog-fab-artistico-cpCRAltBRCRBlog.jpg\",\"alt\":\"181215_2-laura-anderson-dog-fab-artistico-cpCRAltBRCRBlog\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"1010px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/170204_sktchy_BlackChickenBrushPen2CRBR.jpg\",\"alt\":\"170204_sktchy_BlackChickenBrushPen2CRBR\",\"fullWidth\":false,\"width\":\"328px\",\"height\":\"686px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Latest from the blog<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/1812231-sktchy-1-jon-coxwell-fabriano-cpCRFeat-394x252.jpg\",\"alt\":\"1812231-sktchy-1-jon-coxwell-fabriano-cpCRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Self-Assessment: 2018&mdash;Filling Journals, Using Up Paint<\\/span><\\/p>\\n    <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/180830-2018-fair-32-pigeon-fabri-300-hpCRAltBRFeat-394x252.jpg\",\"alt\":\"180830-2018-fair-32-pigeon-fabri-300-hpCRAltBRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Happy New Year 2019<\\/span><\\/p>\\n    <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/180828-sktchy-t-c-c-hahn-expressions-cpCRAltBRCRFeat-394x252.jpg\",\"alt\":\"180828-sktchy-t-c-c-hahn-expressions-cpCRAltBRCRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Roz&rsquo;s 2018 Minnesota State Fair Journal<\\/span><\\/p>\\n    <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more &gt;<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-SocialBack.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"64px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Stay in touch<\\/strong><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Keep up-to-date with all of the work from the studio<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Canvas Studio<\\/strong><\\/p>\\n    <p style=\\\"text-align: center; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#585858\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#585858\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/painter/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29'),
(75, 0, 'Фермерский рынок', '[\"standard\",\"all\"]', '', '{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #689f2c;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #689f2c;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Top-2.jpg\",\"alt\":\"FarmersMarket-Top\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"25px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Logo.png\",\"alt\":\"FarmersMarket-Logo\",\"fullWidth\":true,\"width\":\"200px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 32px;\\\"><strong><span style=\\\"color: #ffffff;\\\">COME JOIN US THIS WEEKEND<\\/span><\\/strong><\\/h1>\\n    <p><span style=\\\"color: #ffffff;\\\">We\'re having a big bake sale this weekend starting 9am on Saturday morning. Pop down to see us&nbsp;and our merchants.<\\/span><\\/p>\\n    <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\\n    <p><strong><a href=\\\"http:\\/\\/www.google.com\\\">Add date to my calendar &gt;<\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Header.jpg\",\"alt\":\"FarmersMarket-Header\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-1.jpg\",\"alt\":\"FarmersMarket-Images-1\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>It\'s carrot season, which means it\'s the perfect time to try our carrot recipes!<\\/p>\"},{\"type\":\"button\",\"text\":\"CARROTS EVERYWHERE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-2.jpg\",\"alt\":\"FarmersMarket-Images-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Don\'t throw out those leftover pumpkins - here\'s some tips for you.<\\/p>\"},{\"type\":\"button\",\"text\":\"PUMPED FOR PUMPKINS\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-3.jpg\",\"alt\":\"FarmersMarket-Images-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Our new bakery has opened and is making some of the best artisanal bread.<\\/p>\"},{\"type\":\"button\",\"text\":\"I KNEAD THIS\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Video.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"55px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-PlayButton.png\",\"alt\":\"FarmersMarket-PlayButton\",\"fullWidth\":true,\"width\":\"100px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"61px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 32px;\\\"><strong><span style=\\\"color: #ffffff;\\\">A DAY IN THE LIFE<\\/span><\\/strong><\\/h1>\\n    <p><span style=\\\"color: #ffffff;\\\">Check out what it\'s like to be at the market every weekend.<\\/span><\\/p>\\n    <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Logo.png\",\"alt\":\"FarmersMarket-Logo\",\"fullWidth\":true,\"width\":\"112px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png?mailpoet_version=3.15.0\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Bottom-2.jpg\",\"alt\":\"FarmersMarket-Bottom\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"CARROTS EVERYWHERE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#252525\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/kligur.de\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/farmers-market/thumbnail.20190411-1500.jpg', 1, NULL, '2019-10-29 07:31:29');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_scheduled_tasks`
--

CREATE TABLE `wp_mailpoet_scheduled_tasks` (
  `id` int(11) UNSIGNED NOT NULL,
  `type` varchar(90) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(12) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `priority` mediumint(9) NOT NULL DEFAULT 0,
  `scheduled_at` timestamp NULL DEFAULT NULL,
  `processed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `in_progress` int(1) DEFAULT NULL,
  `reschedule_count` int(11) NOT NULL DEFAULT 0,
  `meta` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_scheduled_tasks`
--

INSERT INTO `wp_mailpoet_scheduled_tasks` (`id`, `type`, `status`, `priority`, `scheduled_at`, `processed_at`, `created_at`, `updated_at`, `deleted_at`, `in_progress`, `reschedule_count`, `meta`) VALUES
(1, 'migration', 'completed', 10, '2018-12-24 14:38:42', '2018-12-24 14:39:01', '2018-12-24 14:38:42', '2018-12-24 14:39:01', NULL, NULL, 0, NULL),
(2, 'inactive_subscribers', 'completed', 5, '2019-10-29 08:31:29', '2019-10-29 08:31:53', '2019-10-29 07:31:29', '2019-10-29 08:31:53', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(3, 'beamer', 'completed', 5, '2019-10-29 07:31:29', '2019-10-29 07:31:50', '2019-10-29 07:31:29', '2019-10-29 07:31:50', NULL, 0, 0, NULL),
(4, 'unsubscribe_tokens', 'completed', 5, '2019-10-29 07:31:29', '2019-10-29 07:32:09', '2019-10-29 07:31:29', '2019-10-29 07:32:09', NULL, 0, 0, '{\"last_subscriber_id\":\"2\",\"last_newsletter_id\":null}'),
(5, 'subscriber_link_tokens', 'completed', 5, '2019-10-29 07:31:29', '2019-10-29 07:31:50', '2019-10-29 07:31:29', '2019-10-29 07:31:50', NULL, 0, 0, NULL),
(6, 'export_files_cleanup', 'completed', 10, '2019-11-08 21:00:00', '2019-11-09 22:42:55', '2019-10-29 07:31:30', '2019-11-09 22:42:55', NULL, 0, 0, NULL),
(7, 'stats_notification_automated_emails', 'completed', 10, '2019-11-04 09:00:00', '2019-11-04 12:45:46', '2019-10-29 07:31:30', '2019-11-04 12:45:46', NULL, 0, 0, NULL),
(8, 'subscriber_link_tokens', 'completed', 10, '2019-10-29 07:31:50', '2019-10-29 07:32:28', '2019-10-29 07:31:50', '2019-10-29 07:32:28', NULL, 0, 0, NULL),
(9, 'beamer', 'completed', 10, '2019-10-30 08:00:00', '2019-10-30 08:01:05', '2019-10-29 07:32:09', '2019-10-30 08:01:05', NULL, 0, 0, NULL),
(10, 'inactive_subscribers', 'completed', 10, '2019-11-07 21:00:00', '2019-11-07 22:57:19', '2019-10-29 08:31:53', '2019-11-07 22:57:19', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(11, 'beamer', 'completed', 10, '2019-10-31 08:00:00', '2019-10-31 08:01:43', '2019-10-30 08:01:25', '2019-10-31 08:01:43', NULL, 0, 0, NULL),
(12, 'beamer', 'completed', 10, '2019-11-01 08:00:00', '2019-11-01 09:33:29', '2019-10-31 08:02:03', '2019-11-01 09:33:29', NULL, 0, 0, NULL),
(13, 'beamer', 'completed', 10, '2019-11-02 08:00:00', '2019-11-02 08:06:08', '2019-11-01 09:33:48', '2019-11-02 08:06:08', NULL, 0, 0, NULL),
(14, 'beamer', 'completed', 10, '2019-11-03 08:00:00', '2019-11-03 18:28:59', '2019-11-02 08:06:27', '2019-11-03 18:28:59', NULL, 0, 0, NULL),
(15, 'beamer', 'completed', 10, '2019-11-04 08:00:00', '2019-11-04 08:39:47', '2019-11-03 18:29:18', '2019-11-04 08:39:47', NULL, 0, 0, NULL),
(16, 'beamer', 'completed', 10, '2019-11-05 08:00:00', '2019-11-05 15:27:04', '2019-11-04 08:40:06', '2019-11-05 15:27:04', NULL, 0, 0, NULL),
(17, 'stats_notification_automated_emails', 'completed', 10, '2019-12-02 09:00:00', '2019-12-02 13:04:16', '2019-11-04 12:46:06', '2019-12-02 13:04:16', NULL, 0, 0, NULL),
(18, 'beamer', 'completed', 10, '2019-11-06 08:00:00', '2019-11-07 02:07:21', '2019-11-05 15:27:23', '2019-11-07 02:07:21', NULL, 0, 0, NULL),
(19, 'beamer', 'completed', 10, '2019-11-08 08:00:00', '2019-11-08 09:24:04', '2019-11-07 02:07:41', '2019-11-08 09:24:04', NULL, 0, 0, NULL),
(20, 'inactive_subscribers', 'completed', 10, '2019-11-10 21:00:00', '2019-11-11 00:27:40', '2019-11-07 22:57:19', '2019-11-11 00:27:40', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(21, 'beamer', 'completed', 10, '2019-11-09 08:00:00', '2019-11-09 22:42:55', '2019-11-08 09:24:23', '2019-11-09 22:42:55', NULL, 0, 0, NULL),
(22, 'export_files_cleanup', 'completed', 10, '2019-11-15 21:00:00', '2019-11-16 08:08:05', '2019-11-09 22:43:14', '2019-11-16 08:08:05', NULL, 0, 0, NULL),
(23, 'beamer', 'completed', 10, '2019-11-11 08:00:00', '2019-11-11 08:20:11', '2019-11-09 22:43:14', '2019-11-11 08:20:11', NULL, 0, 0, NULL),
(24, 'inactive_subscribers', 'completed', 10, '2019-11-17 21:00:00', '2019-11-17 21:55:51', '2019-11-11 00:27:40', '2019-11-17 21:55:51', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(25, 'beamer', 'completed', 10, '2019-11-12 08:00:00', '2019-11-12 08:13:56', '2019-11-11 08:20:30', '2019-11-12 08:13:56', NULL, 0, 0, NULL),
(26, 'beamer', 'completed', 10, '2019-11-13 08:00:00', '2019-11-13 11:00:07', '2019-11-12 08:14:15', '2019-11-13 11:00:07', NULL, 0, 0, NULL),
(27, 'beamer', 'completed', 10, '2019-11-14 08:00:00', '2019-11-14 08:00:54', '2019-11-13 11:00:26', '2019-11-14 08:00:54', NULL, 0, 0, NULL),
(28, 'unsubscribe_tokens', 'completed', 5, '2019-11-13 12:12:21', '2019-11-13 12:12:41', '2019-11-13 12:12:21', '2019-11-13 12:12:41', NULL, 0, 0, '{\"last_subscriber_id\":null,\"last_newsletter_id\":null}'),
(29, 'subscriber_link_tokens', 'completed', 5, '2019-11-13 12:12:21', '2019-11-13 12:12:41', '2019-11-13 12:12:21', '2019-11-13 12:12:41', NULL, 0, 0, NULL),
(30, 'beamer', 'completed', 10, '2019-11-15 08:00:00', '2019-11-15 08:10:10', '2019-11-14 08:01:13', '2019-11-15 08:10:10', NULL, 0, 0, NULL),
(31, 'beamer', 'completed', 10, '2019-11-16 08:00:00', '2019-11-16 08:08:07', '2019-11-15 08:10:29', '2019-11-16 08:08:07', NULL, 0, 0, NULL),
(32, 'export_files_cleanup', 'completed', 10, '2019-11-21 21:00:00', '2019-11-22 08:01:13', '2019-11-16 08:08:25', '2019-11-22 08:01:13', NULL, 0, 0, NULL),
(33, 'beamer', 'completed', 10, '2019-11-17 08:00:00', '2019-11-17 09:41:52', '2019-11-16 08:08:25', '2019-11-17 09:41:52', NULL, 0, 0, NULL),
(34, 'beamer', 'completed', 10, '2019-11-18 08:00:00', '2019-11-18 10:03:37', '2019-11-17 09:42:11', '2019-11-18 10:03:37', NULL, 0, 0, NULL),
(35, 'inactive_subscribers', 'completed', 10, '2019-11-28 21:00:00', '2019-11-28 22:48:53', '2019-11-17 21:55:51', '2019-11-28 22:48:53', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(36, 'beamer', 'completed', 10, '2019-11-19 08:00:00', '2019-11-19 08:06:08', '2019-11-18 10:03:57', '2019-11-19 08:06:08', NULL, 0, 0, NULL),
(37, 'beamer', 'completed', 10, '2019-11-20 08:00:00', '2019-11-20 08:00:22', '2019-11-19 08:06:27', '2019-11-20 08:00:22', NULL, 0, 0, NULL),
(38, 'beamer', 'completed', 10, '2019-11-21 08:00:00', '2019-11-21 08:01:11', '2019-11-20 08:00:41', '2019-11-21 08:01:11', NULL, 0, 0, NULL),
(39, 'beamer', 'completed', 10, '2019-11-22 08:00:00', '2019-11-22 08:01:14', '2019-11-21 08:01:31', '2019-11-22 08:01:14', NULL, 0, 0, NULL),
(40, 'export_files_cleanup', 'completed', 10, '2019-11-26 21:00:00', '2019-11-27 08:22:26', '2019-11-22 08:01:33', '2019-11-27 08:22:26', NULL, 0, 0, NULL),
(41, 'beamer', 'completed', 10, '2019-11-23 08:00:00', '2019-11-23 08:48:20', '2019-11-22 08:01:33', '2019-11-23 08:48:20', NULL, 0, 0, NULL),
(42, 'beamer', 'completed', 10, '2019-11-24 08:00:00', '2019-11-24 14:58:57', '2019-11-23 08:48:39', '2019-11-24 14:58:57', NULL, 0, 0, NULL),
(43, 'beamer', 'completed', 10, '2019-11-25 08:00:00', '2019-11-25 08:02:04', '2019-11-24 14:59:16', '2019-11-25 08:02:04', NULL, 0, 0, NULL),
(44, 'beamer', 'completed', 10, '2019-11-26 08:00:00', '2019-11-26 08:01:31', '2019-11-25 08:02:23', '2019-11-26 08:01:31', NULL, 0, 0, NULL),
(45, 'beamer', 'completed', 10, '2019-11-27 08:00:00', '2019-11-27 08:22:27', '2019-11-26 08:01:50', '2019-11-27 08:22:27', NULL, 0, 0, NULL),
(46, 'export_files_cleanup', 'completed', 10, '2019-12-05 21:00:00', '2019-12-06 08:35:03', '2019-11-27 08:22:46', '2019-12-06 08:35:03', NULL, 0, 0, NULL),
(47, 'beamer', 'completed', 10, '2019-11-28 08:00:00', '2019-11-28 10:18:32', '2019-11-27 08:22:46', '2019-11-28 10:18:32', NULL, 0, 0, NULL),
(48, 'beamer', 'completed', 10, '2019-11-29 08:00:00', '2019-11-29 13:20:38', '2019-11-28 10:18:51', '2019-11-29 13:20:38', NULL, 0, 0, NULL),
(49, 'inactive_subscribers', 'completed', 10, '2019-12-01 21:00:00', '2019-12-01 21:31:10', '2019-11-28 22:48:53', '2019-12-01 21:31:10', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(50, 'beamer', 'completed', 10, '2019-11-30 08:00:00', '2019-11-30 11:51:22', '2019-11-29 13:20:57', '2019-11-30 11:51:22', NULL, 0, 0, NULL),
(51, 'beamer', 'completed', 10, '2019-12-01 08:00:00', '2019-12-01 12:42:09', '2019-11-30 11:51:41', '2019-12-01 12:42:09', NULL, 0, 0, NULL),
(52, 'beamer', 'completed', 10, '2019-12-02 08:00:00', '2019-12-02 08:40:11', '2019-12-01 12:42:28', '2019-12-02 08:40:11', NULL, 0, 0, NULL),
(53, 'inactive_subscribers', 'completed', 10, '2019-12-10 21:00:00', '2019-12-11 02:21:38', '2019-12-01 21:31:10', '2019-12-11 02:21:38', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(54, 'beamer', 'completed', 10, '2019-12-03 08:00:00', '2019-12-03 08:48:25', '2019-12-02 08:40:31', '2019-12-03 08:48:25', NULL, 0, 0, NULL),
(55, 'stats_notification_automated_emails', 'completed', 10, '2020-01-06 09:00:00', '2020-01-06 10:17:21', '2019-12-02 13:04:35', '2020-01-06 10:17:21', NULL, 0, 0, NULL),
(56, 'beamer', 'completed', 10, '2019-12-04 08:00:00', '2019-12-04 08:15:16', '2019-12-03 08:48:44', '2019-12-04 08:15:16', NULL, 0, 0, NULL),
(57, 'beamer', 'completed', 10, '2019-12-05 08:00:00', '2019-12-05 08:24:22', '2019-12-04 08:15:35', '2019-12-05 08:24:22', NULL, 0, 0, NULL),
(58, 'beamer', 'completed', 10, '2019-12-06 08:00:00', '2019-12-06 08:35:04', '2019-12-05 08:24:41', '2019-12-06 08:35:04', NULL, 0, 0, NULL),
(59, 'export_files_cleanup', 'completed', 10, '2019-12-13 21:00:00', '2019-12-14 11:23:14', '2019-12-06 08:35:23', '2019-12-14 11:23:14', NULL, 0, 0, NULL),
(60, 'beamer', 'completed', 10, '2019-12-07 08:00:00', '2019-12-07 11:37:15', '2019-12-06 08:35:23', '2019-12-07 11:37:15', NULL, 0, 0, NULL),
(61, 'beamer', 'completed', 10, '2019-12-08 08:00:00', '2019-12-08 13:00:57', '2019-12-07 11:37:34', '2019-12-08 13:00:57', NULL, 0, 0, NULL),
(62, 'beamer', 'completed', 10, '2019-12-09 08:00:00', '2019-12-09 08:04:35', '2019-12-08 13:01:17', '2019-12-09 08:04:35', NULL, 0, 0, NULL),
(63, 'beamer', 'completed', 10, '2019-12-10 08:00:00', '2019-12-10 08:22:45', '2019-12-09 08:04:54', '2019-12-10 08:22:45', NULL, 0, 0, NULL),
(64, 'beamer', 'completed', 10, '2019-12-11 08:00:00', '2019-12-11 08:21:17', '2019-12-10 08:23:04', '2019-12-11 08:21:17', NULL, 0, 0, NULL),
(65, 'inactive_subscribers', 'completed', 10, '2019-12-20 21:00:00', '2019-12-21 07:19:13', '2019-12-11 02:21:38', '2019-12-21 07:19:13', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(66, 'beamer', 'completed', 10, '2019-12-12 08:00:00', '2019-12-12 08:56:04', '2019-12-11 08:21:37', '2019-12-12 08:56:04', NULL, 0, 0, NULL),
(67, 'beamer', 'completed', 10, '2019-12-13 08:00:00', '2019-12-13 08:21:17', '2019-12-12 08:56:23', '2019-12-13 08:21:17', NULL, 0, 0, NULL),
(68, 'beamer', 'completed', 10, '2019-12-14 08:00:00', '2019-12-14 11:23:15', '2019-12-13 08:21:36', '2019-12-14 11:23:15', NULL, 0, 0, NULL),
(69, 'export_files_cleanup', 'completed', 10, '2019-12-18 21:00:00', '2019-12-19 08:24:04', '2019-12-14 11:23:34', '2019-12-19 08:24:04', NULL, 0, 0, NULL),
(70, 'beamer', 'completed', 10, '2019-12-15 08:00:00', '2019-12-15 08:41:41', '2019-12-14 11:23:34', '2019-12-15 08:41:41', NULL, 0, 0, NULL),
(71, 'beamer', 'completed', 10, '2019-12-16 08:00:00', '2019-12-16 13:46:06', '2019-12-15 08:41:59', '2019-12-16 13:46:06', NULL, 0, 0, NULL),
(72, 'beamer', 'completed', 10, '2019-12-17 08:00:00', '2019-12-17 16:58:07', '2019-12-16 13:46:25', '2019-12-17 16:58:07', NULL, 0, 0, NULL),
(73, 'beamer', 'completed', 10, '2019-12-18 08:00:00', '2019-12-18 08:36:17', '2019-12-17 16:58:26', '2019-12-18 08:36:17', NULL, 0, 0, NULL),
(74, 'beamer', 'completed', 10, '2019-12-19 08:00:00', '2019-12-19 08:24:05', '2019-12-18 08:36:36', '2019-12-19 08:24:05', NULL, 0, 0, NULL),
(75, 'unsubscribe_tokens', 'completed', 5, '2019-12-18 14:00:26', '2019-12-18 14:00:46', '2019-12-18 14:00:26', '2019-12-18 14:00:46', NULL, 0, 0, '{\"last_subscriber_id\":null,\"last_newsletter_id\":null}'),
(76, 'subscriber_link_tokens', 'completed', 5, '2019-12-18 14:00:26', '2019-12-18 14:00:46', '2019-12-18 14:00:26', '2019-12-18 14:00:46', NULL, 0, 0, NULL),
(77, 'export_files_cleanup', 'completed', 10, '2019-12-22 21:00:00', '2019-12-22 22:03:01', '2019-12-19 08:24:24', '2019-12-22 22:03:01', NULL, 0, 0, NULL),
(78, 'beamer', 'completed', 10, '2019-12-20 08:00:00', '2019-12-20 08:06:09', '2019-12-19 08:24:24', '2019-12-20 08:06:09', NULL, 0, 0, NULL),
(79, 'beamer', 'completed', 10, '2019-12-21 08:00:00', '2019-12-21 08:43:58', '2019-12-20 08:06:29', '2019-12-21 08:43:58', NULL, 0, 0, NULL),
(80, 'inactive_subscribers', 'completed', 10, '2019-12-22 21:00:00', '2019-12-22 22:03:01', '2019-12-21 07:19:13', '2019-12-22 22:03:01', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(81, 'beamer', 'completed', 10, '2019-12-22 08:00:00', '2019-12-22 09:47:41', '2019-12-21 08:44:18', '2019-12-22 09:47:41', NULL, 0, 0, NULL),
(82, 'beamer', 'completed', 10, '2019-12-23 08:00:00', '2019-12-23 08:28:59', '2019-12-22 09:48:00', '2019-12-23 08:28:59', NULL, 0, 0, NULL),
(83, 'inactive_subscribers', 'completed', 10, '2020-01-04 21:00:00', '2020-01-04 21:12:26', '2019-12-22 22:03:01', '2020-01-04 21:12:26', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(84, 'export_files_cleanup', 'completed', 10, '2020-01-02 21:00:00', '2020-01-03 08:04:58', '2019-12-22 22:03:20', '2020-01-03 08:04:58', NULL, 0, 0, NULL),
(85, 'beamer', 'completed', 10, '2019-12-24 08:00:00', '2019-12-24 08:00:27', '2019-12-23 08:29:18', '2019-12-24 08:00:27', NULL, 0, 0, NULL),
(86, 'beamer', 'completed', 10, '2019-12-25 08:00:00', '2019-12-25 16:00:37', '2019-12-24 08:00:46', '2019-12-25 16:00:37', NULL, 0, 0, NULL),
(87, 'beamer', 'completed', 10, '2019-12-26 08:00:00', '2019-12-26 08:47:41', '2019-12-25 16:00:56', '2019-12-26 08:47:41', NULL, 0, 0, NULL),
(88, 'beamer', 'completed', 10, '2019-12-27 08:00:00', '2019-12-27 21:48:45', '2019-12-26 08:48:00', '2019-12-27 21:48:45', NULL, 0, 0, NULL),
(89, 'beamer', 'completed', 10, '2019-12-29 08:00:00', '2019-12-29 08:16:28', '2019-12-27 21:49:04', '2019-12-29 08:16:28', NULL, 0, 0, NULL),
(90, 'beamer', 'completed', 10, '2019-12-30 08:00:00', '2019-12-30 08:49:20', '2019-12-29 08:16:47', '2019-12-30 08:49:20', NULL, 0, 0, NULL),
(91, 'beamer', 'completed', 10, '2019-12-31 08:00:00', '2019-12-31 10:35:54', '2019-12-30 08:49:39', '2019-12-31 10:35:54', NULL, 0, 0, NULL),
(92, 'beamer', 'completed', 10, '2020-01-01 08:00:00', '2020-01-01 09:20:43', '2019-12-31 10:36:14', '2020-01-01 09:20:43', NULL, 0, 0, NULL),
(93, 'beamer', 'completed', 10, '2020-01-02 08:00:00', '2020-01-02 08:01:11', '2020-01-01 09:21:02', '2020-01-02 08:01:11', NULL, 0, 0, NULL),
(94, 'beamer', 'completed', 10, '2020-01-03 08:00:00', '2020-01-03 08:04:59', '2020-01-02 08:01:30', '2020-01-03 08:04:59', NULL, 0, 0, NULL),
(95, 'export_files_cleanup', 'completed', 10, '2020-01-10 21:00:00', '2020-01-11 08:31:09', '2020-01-03 08:05:18', '2020-01-11 08:31:09', NULL, 0, 0, NULL),
(96, 'beamer', 'completed', 10, '2020-01-04 08:00:00', '2020-01-04 08:38:39', '2020-01-03 08:05:18', '2020-01-04 08:38:39', NULL, 0, 0, NULL),
(97, 'beamer', 'completed', 10, '2020-01-05 08:00:00', '2020-01-05 08:51:58', '2020-01-04 08:38:59', '2020-01-05 08:51:58', NULL, 0, 0, NULL),
(98, 'inactive_subscribers', 'completed', 10, '2020-01-07 21:00:00', '2020-01-08 07:17:31', '2020-01-04 21:12:26', '2020-01-08 07:17:31', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(99, 'beamer', 'completed', 10, '2020-01-06 08:00:00', '2020-01-06 10:17:21', '2020-01-05 08:52:18', '2020-01-06 10:17:21', NULL, 0, 0, NULL),
(100, 'beamer', 'completed', 10, '2020-01-07 08:00:00', '2020-01-07 09:07:12', '2020-01-06 10:17:40', '2020-01-07 09:07:12', NULL, 0, 0, NULL),
(101, 'stats_notification_automated_emails', 'completed', 10, '2020-02-03 09:00:00', '2020-02-03 15:51:34', '2020-01-06 10:17:40', '2020-02-03 15:51:34', NULL, 0, 0, NULL),
(102, 'beamer', 'completed', 10, '2020-01-08 08:00:00', '2020-01-08 09:01:56', '2020-01-07 09:07:31', '2020-01-08 09:01:56', NULL, 0, 0, NULL),
(103, 'inactive_subscribers', 'completed', 10, '2020-01-12 21:00:00', '2020-01-13 01:44:56', '2020-01-08 07:17:31', '2020-01-13 01:44:56', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(104, 'beamer', 'completed', 10, '2020-01-09 08:00:00', '2020-01-09 12:53:37', '2020-01-08 09:02:15', '2020-01-09 12:53:37', NULL, 0, 0, NULL),
(105, 'beamer', 'completed', 10, '2020-01-10 08:00:00', '2020-01-10 08:49:23', '2020-01-09 12:53:56', '2020-01-10 08:49:23', NULL, 0, 0, NULL),
(106, 'beamer', 'completed', 10, '2020-01-11 08:00:00', '2020-01-11 08:31:09', '2020-01-10 08:49:42', '2020-01-11 08:31:09', NULL, 0, 0, NULL),
(107, 'export_files_cleanup', 'completed', 10, '2020-01-17 21:00:00', '2020-01-18 10:09:45', '2020-01-11 08:31:29', '2020-01-18 10:09:45', NULL, 0, 0, NULL),
(108, 'beamer', 'completed', 10, '2020-01-12 08:00:00', '2020-01-12 10:04:35', '2020-01-11 08:31:29', '2020-01-12 10:04:35', NULL, 0, 0, NULL),
(109, 'beamer', 'completed', 10, '2020-01-13 08:00:00', '2020-01-13 09:32:28', '2020-01-12 10:04:54', '2020-01-13 09:32:28', NULL, 0, 0, NULL),
(110, 'inactive_subscribers', 'completed', 10, '2020-01-25 21:00:00', '2020-01-26 00:33:55', '2020-01-13 01:44:56', '2020-01-26 00:33:55', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(111, 'beamer', 'completed', 10, '2020-01-14 08:00:00', '2020-01-14 08:37:44', '2020-01-13 09:32:47', '2020-01-14 08:37:44', NULL, 0, 0, NULL),
(112, 'unsubscribe_tokens', 'completed', 5, '2020-01-13 16:08:18', '2020-01-13 16:08:37', '2020-01-13 16:08:18', '2020-01-13 16:08:37', NULL, 0, 0, '{\"last_subscriber_id\":null,\"last_newsletter_id\":null}'),
(113, 'subscriber_link_tokens', 'completed', 5, '2020-01-13 16:08:18', '2020-01-13 16:08:37', '2020-01-13 16:08:18', '2020-01-13 16:08:37', NULL, 0, 0, NULL),
(114, 'beamer', 'completed', 10, '2020-01-15 08:00:00', '2020-01-15 08:18:44', '2020-01-14 08:38:03', '2020-01-15 08:18:44', NULL, 0, 0, NULL),
(115, 'beamer', 'completed', 10, '2020-01-16 08:00:00', '2020-01-16 08:53:09', '2020-01-15 08:19:04', '2020-01-16 08:53:09', NULL, 0, 0, NULL),
(116, 'beamer', 'completed', 10, '2020-01-17 08:00:00', '2020-01-17 09:05:20', '2020-01-16 08:53:29', '2020-01-17 09:05:20', NULL, 0, 0, NULL),
(117, 'beamer', 'completed', 10, '2020-01-18 08:00:00', '2020-01-18 10:09:45', '2020-01-17 09:05:40', '2020-01-18 10:09:45', NULL, 0, 0, NULL),
(118, 'export_files_cleanup', 'completed', 10, '2020-01-24 21:00:00', '2020-01-25 11:50:04', '2020-01-18 10:10:05', '2020-01-25 11:50:04', NULL, 0, 0, NULL),
(119, 'beamer', 'completed', 10, '2020-01-19 08:00:00', '2020-01-19 11:46:50', '2020-01-18 10:10:05', '2020-01-19 11:46:50', NULL, 0, 0, NULL),
(120, 'beamer', 'completed', 10, '2020-01-20 08:00:00', '2020-01-20 08:56:40', '2020-01-19 11:47:10', '2020-01-20 08:56:40', NULL, 0, 0, NULL),
(121, 'beamer', 'completed', 10, '2020-01-21 08:00:00', '2020-01-21 09:29:56', '2020-01-20 08:56:59', '2020-01-21 09:29:56', NULL, 0, 0, NULL),
(122, 'beamer', 'completed', 10, '2020-01-22 08:00:00', '2020-01-22 08:59:57', '2020-01-21 09:30:15', '2020-01-22 08:59:57', NULL, 0, 0, NULL),
(123, 'beamer', 'completed', 10, '2020-01-23 08:00:00', '2020-01-23 08:03:40', '2020-01-22 09:00:17', '2020-01-23 08:03:40', NULL, 0, 0, NULL),
(124, 'beamer', 'completed', 10, '2020-01-24 08:00:00', '2020-01-24 08:46:30', '2020-01-23 08:03:59', '2020-01-24 08:46:30', NULL, 0, 0, NULL),
(125, 'beamer', 'completed', 10, '2020-01-25 08:00:00', '2020-01-25 11:50:05', '2020-01-24 08:46:49', '2020-01-25 11:50:05', NULL, 0, 0, NULL),
(126, 'export_files_cleanup', 'completed', 10, '2020-01-31 21:00:00', '2020-02-01 08:35:02', '2020-01-25 11:50:24', '2020-02-01 08:35:02', NULL, 0, 0, NULL),
(127, 'beamer', 'completed', 10, '2020-01-26 08:00:00', '2020-01-26 14:06:47', '2020-01-25 11:50:24', '2020-01-26 14:06:47', NULL, 0, 0, NULL),
(128, 'inactive_subscribers', 'completed', 10, '2020-01-27 21:00:00', '2020-01-28 02:06:20', '2020-01-26 00:33:55', '2020-01-28 02:06:20', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(129, 'beamer', 'completed', 10, '2020-01-27 08:00:00', '2020-01-27 08:24:18', '2020-01-26 14:07:06', '2020-01-27 08:24:18', NULL, 0, 0, NULL),
(130, 'beamer', 'completed', 10, '2020-01-28 08:00:00', '2020-01-28 08:00:31', '2020-01-27 08:24:37', '2020-01-28 08:00:31', NULL, 0, 0, NULL),
(131, 'inactive_subscribers', 'completed', 10, '2020-02-06 21:00:00', '2020-02-07 08:29:49', '2020-01-28 02:06:20', '2020-02-07 08:29:49', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(132, 'beamer', 'completed', 10, '2020-01-29 08:00:00', '2020-01-29 08:01:02', '2020-01-28 08:00:50', '2020-01-29 08:01:02', NULL, 0, 0, NULL),
(133, 'beamer', 'completed', 10, '2020-01-30 08:00:00', '2020-01-30 08:00:33', '2020-01-29 08:01:22', '2020-01-30 08:00:33', NULL, 0, 0, NULL),
(134, 'beamer', 'completed', 10, '2020-01-31 08:00:00', '2020-01-31 08:28:34', '2020-01-30 08:00:52', '2020-01-31 08:28:34', NULL, 0, 0, NULL),
(135, 'beamer', 'completed', 10, '2020-02-01 08:00:00', '2020-02-01 08:35:03', '2020-01-31 08:28:53', '2020-02-01 08:35:03', NULL, 0, 0, NULL),
(136, 'export_files_cleanup', 'completed', 10, '2020-02-08 21:00:00', '2020-02-09 08:10:46', '2020-02-01 08:35:22', '2020-02-09 08:10:46', NULL, 0, 0, NULL),
(137, 'beamer', 'completed', 10, '2020-02-02 08:00:00', '2020-02-02 11:33:56', '2020-02-01 08:35:22', '2020-02-02 11:33:56', NULL, 0, 0, NULL),
(138, 'beamer', 'completed', 10, '2020-02-03 08:00:00', '2020-02-03 08:12:59', '2020-02-02 11:34:15', '2020-02-03 08:12:59', NULL, 0, 0, NULL),
(139, 'beamer', 'completed', 10, '2020-02-04 08:00:00', '2020-02-04 08:23:33', '2020-02-03 08:13:18', '2020-02-04 08:23:33', NULL, 0, 0, NULL),
(140, 'stats_notification_automated_emails', 'completed', 10, '2020-03-02 09:00:00', '2020-03-02 09:45:29', '2020-02-03 15:51:53', '2020-03-02 09:45:29', NULL, 0, 0, NULL),
(141, 'beamer', 'completed', 10, '2020-02-05 08:00:00', '2020-02-05 08:18:55', '2020-02-04 08:23:53', '2020-02-05 08:18:55', NULL, 0, 0, NULL),
(142, 'beamer', 'completed', 10, '2020-02-06 08:00:00', '2020-02-06 08:12:35', '2020-02-05 08:19:15', '2020-02-06 08:12:35', NULL, 0, 0, NULL),
(143, 'beamer', 'completed', 10, '2020-02-07 08:00:00', '2020-02-07 08:29:49', '2020-02-06 08:12:54', '2020-02-07 08:29:49', NULL, 0, 0, NULL),
(144, 'inactive_subscribers', 'completed', 10, '2020-02-15 21:00:00', '2020-02-15 22:17:50', '2020-02-07 08:29:49', '2020-02-15 22:17:50', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(145, 'beamer', 'completed', 10, '2020-02-08 08:00:00', '2020-02-08 11:35:56', '2020-02-07 08:30:08', '2020-02-08 11:35:56', NULL, 0, 0, NULL),
(146, 'beamer', 'completed', 10, '2020-02-09 08:00:00', '2020-02-09 08:10:47', '2020-02-08 11:36:15', '2020-02-09 08:10:47', NULL, 0, 0, NULL),
(147, 'export_files_cleanup', 'completed', 10, '2020-02-15 21:00:00', '2020-02-15 22:17:50', '2020-02-09 08:11:06', '2020-02-15 22:17:50', NULL, 0, 0, NULL),
(148, 'beamer', 'completed', 10, '2020-02-10 08:00:00', '2020-02-10 08:16:44', '2020-02-09 08:11:06', '2020-02-10 08:16:44', NULL, 0, 0, NULL),
(149, 'beamer', 'completed', 10, '2020-02-11 08:00:00', '2020-02-11 08:45:00', '2020-02-10 08:17:03', '2020-02-11 08:45:00', NULL, 0, 0, NULL),
(150, 'beamer', 'completed', 10, '2020-02-12 08:00:00', '2020-02-12 14:05:17', '2020-02-11 08:45:19', '2020-02-12 14:05:17', NULL, 0, 0, NULL),
(151, 'beamer', 'completed', 10, '2020-02-13 08:00:00', '2020-02-13 12:47:10', '2020-02-12 14:05:36', '2020-02-13 12:47:10', NULL, 0, 0, NULL),
(152, 'beamer', 'completed', 10, '2020-02-14 08:00:00', '2020-02-14 11:43:18', '2020-02-13 12:47:29', '2020-02-14 11:43:18', NULL, 0, 0, NULL),
(153, 'beamer', 'completed', 10, '2020-02-15 08:00:00', '2020-02-15 10:03:31', '2020-02-14 11:43:37', '2020-02-15 10:03:31', NULL, 0, 0, NULL),
(154, 'beamer', 'completed', 10, '2020-02-16 08:00:00', '2020-02-16 17:09:22', '2020-02-15 10:03:50', '2020-02-16 17:09:22', NULL, 0, 0, NULL),
(155, 'inactive_subscribers', 'completed', 10, '2020-02-21 21:00:00', '2020-02-22 00:04:30', '2020-02-15 22:17:50', '2020-02-22 00:04:30', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(156, 'export_files_cleanup', 'completed', 10, '2020-02-20 21:00:00', '2020-02-21 12:04:52', '2020-02-15 22:18:09', '2020-02-21 12:04:52', NULL, 0, 0, NULL),
(157, 'beamer', 'completed', 10, '2020-02-17 08:00:00', '2020-02-17 10:32:46', '2020-02-16 17:09:41', '2020-02-17 10:32:46', NULL, 0, 0, NULL),
(158, 'beamer', 'completed', 10, '2020-02-18 08:00:00', '2020-02-18 08:33:28', '2020-02-17 10:33:06', '2020-02-18 08:33:28', NULL, 0, 0, NULL),
(159, 'beamer', 'completed', 10, '2020-02-19 08:00:00', '2020-02-19 08:10:48', '2020-02-18 08:33:48', '2020-02-19 08:10:48', NULL, 0, 0, NULL),
(160, 'beamer', 'completed', 10, '2020-02-20 08:00:00', '2020-02-20 12:29:49', '2020-02-19 08:11:07', '2020-02-20 12:29:49', NULL, 0, 0, NULL),
(161, 'beamer', 'completed', 10, '2020-02-21 08:00:00', '2020-02-21 12:04:52', '2020-02-20 12:30:08', '2020-02-21 12:04:52', NULL, 0, 0, NULL),
(162, 'export_files_cleanup', 'completed', 10, '2020-02-25 21:00:00', '2020-02-26 08:43:56', '2020-02-21 12:05:12', '2020-02-26 08:43:56', NULL, 0, 0, NULL),
(163, 'beamer', 'completed', 10, '2020-02-22 08:00:00', '2020-02-22 11:13:45', '2020-02-21 12:05:12', '2020-02-22 11:13:45', NULL, 0, 0, NULL),
(164, 'inactive_subscribers', 'completed', 10, '2020-02-24 21:00:00', '2020-02-24 21:15:25', '2020-02-22 00:04:30', '2020-02-24 21:15:25', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(165, 'beamer', 'completed', 10, '2020-02-23 08:00:00', '2020-02-23 14:03:11', '2020-02-22 11:14:05', '2020-02-23 14:03:11', NULL, 0, 0, NULL),
(166, 'beamer', 'completed', 10, '2020-02-24 08:00:00', '2020-02-24 08:17:58', '2020-02-23 14:03:31', '2020-02-24 08:17:58', NULL, 0, 0, NULL),
(167, 'beamer', 'completed', 10, '2020-02-25 08:00:00', '2020-02-25 08:19:56', '2020-02-24 08:18:17', '2020-02-25 08:19:56', NULL, 0, 0, NULL),
(168, 'inactive_subscribers', 'completed', 10, '2020-03-04 21:00:00', '2020-03-04 21:12:55', '2020-02-24 21:15:25', '2020-03-04 21:12:55', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(169, 'beamer', 'completed', 10, '2020-02-26 08:00:00', '2020-02-26 08:43:56', '2020-02-25 08:20:15', '2020-02-26 08:43:56', NULL, 0, 0, NULL),
(170, 'export_files_cleanup', 'completed', 10, '2020-03-06 21:00:00', '2020-03-07 08:11:49', '2020-02-26 08:44:16', '2020-03-07 08:11:49', NULL, 0, 0, NULL),
(171, 'beamer', 'completed', 10, '2020-02-27 08:00:00', '2020-02-27 19:04:28', '2020-02-26 08:44:16', '2020-02-27 19:04:28', NULL, 0, 0, NULL),
(172, 'beamer', 'completed', 10, '2020-02-28 08:00:00', '2020-02-28 14:42:27', '2020-02-27 19:04:47', '2020-02-28 14:42:27', NULL, 0, 0, NULL),
(173, 'beamer', 'completed', 10, '2020-02-29 08:00:00', '2020-02-29 11:01:17', '2020-02-28 14:42:46', '2020-02-29 11:01:17', NULL, 0, 0, NULL),
(174, 'beamer', 'completed', 10, '2020-03-01 08:00:00', '2020-03-01 12:29:20', '2020-02-29 11:01:36', '2020-03-01 12:29:20', NULL, 0, 0, NULL),
(175, 'beamer', 'completed', 10, '2020-03-02 08:00:00', '2020-03-02 08:04:25', '2020-03-01 12:29:40', '2020-03-02 08:04:25', NULL, 0, 0, NULL),
(176, 'beamer', 'completed', 10, '2020-03-03 08:00:00', '2020-03-03 08:33:28', '2020-03-02 08:04:44', '2020-03-03 08:33:28', NULL, 0, 0, NULL),
(177, 'stats_notification_automated_emails', 'completed', 10, '2020-04-06 09:00:00', '2020-04-06 09:04:03', '2020-03-02 09:45:49', '2020-04-06 09:04:03', NULL, 0, 0, NULL),
(178, 'beamer', 'completed', 10, '2020-03-04 08:00:00', '2020-03-04 08:14:02', '2020-03-03 08:33:47', '2020-03-04 08:14:02', NULL, 0, 0, NULL),
(179, 'beamer', 'completed', 10, '2020-03-05 08:00:00', '2020-03-05 08:14:39', '2020-03-04 08:14:21', '2020-03-05 08:14:39', NULL, 0, 0, NULL),
(180, 'inactive_subscribers', 'completed', 10, '2020-03-09 21:00:00', '2020-03-09 21:15:23', '2020-03-04 21:12:55', '2020-03-09 21:15:23', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(181, 'beamer', 'completed', 10, '2020-03-06 08:00:00', '2020-03-06 08:28:20', '2020-03-05 08:14:58', '2020-03-06 08:28:20', NULL, 0, 0, NULL),
(182, 'beamer', 'completed', 10, '2020-03-07 08:00:00', '2020-03-07 08:11:50', '2020-03-06 08:28:39', '2020-03-07 08:11:50', NULL, 0, 0, NULL),
(183, 'export_files_cleanup', 'completed', 10, '2020-03-12 21:00:00', '2020-03-13 08:50:42', '2020-03-07 08:12:09', '2020-03-13 08:50:42', NULL, 0, 0, NULL),
(184, 'beamer', 'completed', 10, '2020-03-08 08:00:00', '2020-03-08 08:21:18', '2020-03-07 08:12:09', '2020-03-08 08:21:18', NULL, 0, 0, NULL),
(185, 'beamer', 'completed', 10, '2020-03-09 08:00:00', '2020-03-09 08:32:22', '2020-03-08 08:21:37', '2020-03-09 08:32:22', NULL, 0, 0, NULL),
(186, 'beamer', 'completed', 10, '2020-03-10 08:00:00', '2020-03-10 08:56:28', '2020-03-09 08:32:41', '2020-03-10 08:56:28', NULL, 0, 0, NULL),
(187, 'inactive_subscribers', 'completed', 10, '2020-03-16 21:00:00', '2020-03-16 22:53:04', '2020-03-09 21:15:23', '2020-03-16 22:53:04', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(188, 'beamer', 'completed', 10, '2020-03-11 08:00:00', '2020-03-11 08:21:27', '2020-03-10 08:56:47', '2020-03-11 08:21:27', NULL, 0, 0, NULL),
(189, 'beamer', 'completed', 10, '2020-03-12 08:00:00', '2020-03-12 11:37:45', '2020-03-11 08:21:46', '2020-03-12 11:37:45', NULL, 0, 0, NULL),
(190, 'beamer', 'completed', 10, '2020-03-13 08:00:00', '2020-03-13 08:50:42', '2020-03-12 11:38:04', '2020-03-13 08:50:42', NULL, 0, 0, NULL),
(191, 'export_files_cleanup', 'completed', 10, '2020-03-18 21:00:00', '2020-03-19 09:34:54', '2020-03-13 08:51:02', '2020-03-19 09:34:54', NULL, 0, 0, NULL),
(192, 'beamer', 'completed', 10, '2020-03-14 08:00:00', '2020-03-14 09:29:45', '2020-03-13 08:51:02', '2020-03-14 09:29:45', NULL, 0, 0, NULL),
(193, 'beamer', 'completed', 10, '2020-03-15 08:00:00', '2020-03-15 12:56:49', '2020-03-14 09:30:04', '2020-03-15 12:56:49', NULL, 0, 0, NULL),
(194, 'beamer', 'completed', 10, '2020-03-16 08:00:00', '2020-03-16 08:08:34', '2020-03-15 12:57:09', '2020-03-16 08:08:34', NULL, 0, 0, NULL),
(195, 'beamer', 'completed', 10, '2020-03-17 08:00:00', '2020-03-17 08:13:52', '2020-03-16 08:08:54', '2020-03-17 08:13:52', NULL, 0, 0, NULL),
(196, 'inactive_subscribers', 'completed', 10, '2020-03-26 21:00:00', '2020-03-26 21:49:12', '2020-03-16 22:53:04', '2020-03-26 21:49:12', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(197, 'beamer', 'completed', 10, '2020-03-18 08:00:00', '2020-03-18 08:29:56', '2020-03-17 08:14:11', '2020-03-18 08:29:56', NULL, 0, 0, NULL),
(198, 'beamer', 'completed', 10, '2020-03-19 08:00:00', '2020-03-19 09:34:54', '2020-03-18 08:30:15', '2020-03-19 09:34:54', NULL, 0, 0, NULL),
(199, 'export_files_cleanup', 'completed', 10, '2020-03-23 21:00:00', '2020-03-24 08:33:56', '2020-03-19 09:35:13', '2020-03-24 08:33:56', NULL, 0, 0, NULL),
(200, 'beamer', 'completed', 10, '2020-03-20 08:00:00', '2020-03-20 08:01:55', '2020-03-19 09:35:13', '2020-03-20 08:01:55', NULL, 0, 0, NULL),
(201, 'beamer', 'completed', 10, '2020-03-21 08:00:00', '2020-03-21 09:03:45', '2020-03-20 08:02:15', '2020-03-21 09:03:45', NULL, 0, 0, NULL),
(202, 'beamer', 'completed', 10, '2020-03-22 08:00:00', '2020-03-22 08:44:14', '2020-03-21 09:04:04', '2020-03-22 08:44:14', NULL, 0, 0, NULL),
(203, 'beamer', 'completed', 10, '2020-03-23 08:00:00', '2020-03-23 08:26:08', '2020-03-22 08:44:34', '2020-03-23 08:26:08', NULL, 0, 0, NULL),
(204, 'beamer', 'completed', 10, '2020-03-24 08:00:00', '2020-03-24 08:33:56', '2020-03-23 08:26:27', '2020-03-24 08:33:56', NULL, 0, 0, NULL),
(205, 'export_files_cleanup', 'completed', 10, '2020-03-31 21:00:00', '2020-04-01 08:24:43', '2020-03-24 08:34:16', '2020-04-01 08:24:43', NULL, 0, 0, NULL),
(206, 'beamer', 'completed', 10, '2020-03-25 08:00:00', '2020-03-25 08:09:32', '2020-03-24 08:34:16', '2020-03-25 08:09:32', NULL, 0, 0, NULL),
(207, 'beamer', 'completed', 10, '2020-03-26 08:00:00', '2020-03-26 10:14:15', '2020-03-25 08:09:52', '2020-03-26 10:14:15', NULL, 0, 0, NULL),
(208, 'beamer', 'completed', 10, '2020-03-27 08:00:00', '2020-03-27 09:32:47', '2020-03-26 10:14:35', '2020-03-27 09:32:47', NULL, 0, 0, NULL),
(209, 'inactive_subscribers', 'completed', 10, '2020-04-02 21:00:00', '2020-04-02 21:49:58', '2020-03-26 21:49:12', '2020-04-02 21:49:58', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(210, 'beamer', 'completed', 10, '2020-03-28 08:00:00', '2020-03-28 11:18:40', '2020-03-27 09:33:06', '2020-03-28 11:18:40', NULL, 0, 0, NULL),
(211, 'beamer', 'completed', 10, '2020-03-29 08:00:00', '2020-03-29 08:30:07', '2020-03-28 11:19:00', '2020-03-29 08:30:07', NULL, 0, 0, NULL),
(212, 'beamer', 'completed', 10, '2020-03-30 08:00:00', '2020-03-30 08:03:01', '2020-03-29 08:30:27', '2020-03-30 08:03:01', NULL, 0, 0, NULL),
(213, 'beamer', 'completed', 10, '2020-03-31 08:00:00', '2020-03-31 09:54:57', '2020-03-30 08:03:20', '2020-03-31 09:54:57', NULL, 0, 0, NULL),
(214, 'beamer', 'completed', 10, '2020-04-01 08:00:00', '2020-04-01 08:24:43', '2020-03-31 09:55:16', '2020-04-01 08:24:43', NULL, 0, 0, NULL),
(215, 'export_files_cleanup', 'completed', 10, '2020-04-06 21:00:00', '2020-04-07 10:24:38', '2020-04-01 08:25:03', '2020-04-07 10:24:38', NULL, 0, 0, NULL),
(216, 'beamer', 'completed', 10, '2020-04-02 08:00:00', '2020-04-02 08:02:03', '2020-04-01 08:25:03', '2020-04-02 08:02:03', NULL, 0, 0, NULL),
(217, 'beamer', 'completed', 10, '2020-04-03 08:00:00', '2020-04-03 08:31:19', '2020-04-02 08:02:23', '2020-04-03 08:31:19', NULL, 0, 0, NULL),
(218, 'inactive_subscribers', 'completed', 10, '2020-04-09 21:00:00', '2020-04-09 21:32:02', '2020-04-02 21:49:58', '2020-04-09 21:32:02', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(219, 'beamer', 'completed', 10, '2020-04-04 08:00:00', '2020-04-04 11:53:15', '2020-04-03 08:31:38', '2020-04-04 11:53:15', NULL, 0, 0, NULL),
(220, 'beamer', 'completed', 10, '2020-04-05 08:00:00', '2020-04-05 09:26:25', '2020-04-04 11:53:35', '2020-04-05 09:26:25', NULL, 0, 0, NULL),
(221, 'beamer', 'completed', 10, '2020-04-06 08:00:00', '2020-04-06 08:19:56', '2020-04-05 09:26:44', '2020-04-06 08:19:56', NULL, 0, 0, NULL),
(222, 'beamer', 'completed', 10, '2020-04-07 08:00:00', '2020-04-07 10:24:38', '2020-04-06 08:20:15', '2020-04-07 10:24:38', NULL, 0, 0, NULL),
(223, 'stats_notification_automated_emails', 'completed', 10, '2020-05-04 09:00:00', '2020-05-04 15:16:55', '2020-04-06 09:04:23', '2020-05-04 15:16:55', NULL, 0, 0, NULL),
(224, 'export_files_cleanup', 'completed', 10, '2020-04-17 21:00:00', '2020-04-18 00:16:44', '2020-04-07 10:24:58', '2020-04-18 00:16:44', NULL, 0, 0, NULL),
(225, 'beamer', 'completed', 10, '2020-04-08 08:00:00', '2020-04-08 08:21:11', '2020-04-07 10:24:58', '2020-04-08 08:21:11', NULL, 0, 0, NULL),
(226, 'beamer', 'completed', 10, '2020-04-09 08:00:00', '2020-04-09 08:27:34', '2020-04-08 08:21:30', '2020-04-09 08:27:34', NULL, 0, 0, NULL),
(227, 'beamer', 'completed', 10, '2020-04-10 08:00:00', '2020-04-10 09:19:02', '2020-04-09 08:27:53', '2020-04-10 09:19:02', NULL, 0, 0, NULL),
(228, 'inactive_subscribers', 'completed', 10, '2020-04-17 21:00:00', '2020-04-18 00:16:44', '2020-04-09 21:32:02', '2020-04-18 00:16:44', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(229, 'beamer', 'completed', 10, '2020-04-11 08:00:00', '2020-04-11 10:17:09', '2020-04-10 09:19:21', '2020-04-11 10:17:09', NULL, 0, 0, NULL),
(230, 'beamer', 'completed', 10, '2020-04-12 08:00:00', '2020-04-12 11:34:39', '2020-04-11 10:17:28', '2020-04-12 11:34:39', NULL, 0, 0, NULL),
(231, 'beamer', 'completed', 10, '2020-04-13 08:00:00', '2020-04-13 13:18:31', '2020-04-12 11:34:58', '2020-04-13 13:18:31', NULL, 0, 0, NULL),
(232, 'beamer', 'completed', 10, '2020-04-14 08:00:00', '2020-04-14 09:07:24', '2020-04-13 13:18:51', '2020-04-14 09:07:24', NULL, 0, 0, NULL),
(233, 'beamer', 'completed', 10, '2020-04-15 08:00:00', '2020-04-15 08:42:02', '2020-04-14 09:07:43', '2020-04-15 08:42:02', NULL, 0, 0, NULL),
(234, 'beamer', 'completed', 10, '2020-04-16 08:00:00', '2020-04-16 10:34:29', '2020-04-15 08:42:22', '2020-04-16 10:34:29', NULL, 0, 0, NULL),
(235, 'beamer', 'completed', 10, '2020-04-17 08:00:00', '2020-04-17 08:03:57', '2020-04-16 10:34:48', '2020-04-17 08:03:57', NULL, 0, 0, NULL),
(236, 'beamer', 'completed', 10, '2020-04-18 08:00:00', '2020-04-18 11:18:41', '2020-04-17 08:04:16', '2020-04-18 11:18:41', NULL, 0, 0, NULL),
(237, 'inactive_subscribers', 'completed', 10, '2020-04-24 21:00:00', '2020-04-24 21:33:57', '2020-04-18 00:16:44', '2020-04-24 21:33:57', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(238, 'export_files_cleanup', 'completed', 10, '2020-04-19 21:00:00', '2020-04-20 08:43:10', '2020-04-18 00:17:04', '2020-04-20 08:43:10', NULL, 0, 0, NULL),
(239, 'beamer', 'completed', 10, '2020-04-19 08:00:00', '2020-04-19 09:23:13', '2020-04-18 11:19:01', '2020-04-19 09:23:13', NULL, 0, 0, NULL),
(240, 'beamer', 'completed', 10, '2020-04-20 08:00:00', '2020-04-20 08:43:11', '2020-04-19 09:23:33', '2020-04-20 08:43:11', NULL, 0, 0, NULL),
(241, 'export_files_cleanup', 'completed', 10, '2020-04-29 21:00:00', '2020-04-30 16:59:29', '2020-04-20 08:43:30', '2020-04-30 16:59:29', NULL, 0, 0, NULL),
(242, 'beamer', 'completed', 10, '2020-04-21 08:00:00', '2020-04-21 08:04:57', '2020-04-20 08:43:30', '2020-04-21 08:04:57', NULL, 0, 0, NULL),
(243, 'beamer', 'completed', 10, '2020-04-22 08:00:00', '2020-04-22 08:01:52', '2020-04-21 08:05:16', '2020-04-22 08:01:52', NULL, 0, 0, NULL),
(244, 'beamer', 'completed', 10, '2020-04-23 08:00:00', '2020-04-23 08:02:23', '2020-04-22 08:02:11', '2020-04-23 08:02:23', NULL, 0, 0, NULL),
(245, 'beamer', 'completed', 10, '2020-04-24 08:00:00', '2020-04-24 08:08:00', '2020-04-23 08:02:42', '2020-04-24 08:08:00', NULL, 0, 0, NULL),
(246, 'beamer', 'completed', 10, '2020-04-25 08:00:00', '2020-04-25 09:04:47', '2020-04-24 08:08:19', '2020-04-25 09:04:47', NULL, 0, 0, NULL),
(247, 'inactive_subscribers', 'completed', 10, '2020-04-30 21:00:00', '2020-04-30 21:39:57', '2020-04-24 21:33:57', '2020-04-30 21:39:57', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(248, 'beamer', 'completed', 10, '2020-04-26 08:00:00', '2020-04-26 10:13:59', '2020-04-25 09:05:07', '2020-04-26 10:13:59', NULL, 0, 0, NULL),
(249, 'beamer', 'completed', 10, '2020-04-27 08:00:00', '2020-04-27 08:15:17', '2020-04-26 10:14:18', '2020-04-27 08:15:17', NULL, 0, 0, NULL),
(250, 'beamer', 'completed', 10, '2020-04-28 08:00:00', '2020-04-28 08:15:54', '2020-04-27 08:15:36', '2020-04-28 08:15:54', NULL, 0, 0, NULL),
(251, 'beamer', 'completed', 10, '2020-04-29 08:00:00', '2020-04-29 08:30:16', '2020-04-28 08:16:13', '2020-04-29 08:30:16', NULL, 0, 0, NULL),
(252, 'beamer', 'completed', 10, '2020-04-30 08:00:00', '2020-04-30 16:59:29', '2020-04-29 08:30:35', '2020-04-30 16:59:29', NULL, 0, 0, NULL),
(253, 'export_files_cleanup', 'completed', 10, '2020-05-04 21:00:00', '2020-05-05 08:23:28', '2020-04-30 16:59:48', '2020-05-05 08:23:28', NULL, 0, 0, NULL),
(254, 'beamer', 'completed', 10, '2020-05-01 08:00:00', '2020-05-01 08:31:13', '2020-04-30 16:59:48', '2020-05-01 08:31:13', NULL, 0, 0, NULL),
(255, 'inactive_subscribers', 'completed', 10, '2020-05-08 21:00:00', '2020-05-08 22:18:30', '2020-04-30 21:39:57', '2020-05-08 22:18:30', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(256, 'beamer', 'completed', 10, '2020-05-02 08:00:00', '2020-05-02 08:03:23', '2020-05-01 08:31:32', '2020-05-02 08:03:23', NULL, 0, 0, NULL),
(257, 'beamer', 'completed', 10, '2020-05-03 08:00:00', '2020-05-03 08:06:19', '2020-05-02 08:03:43', '2020-05-03 08:06:19', NULL, 0, 0, NULL),
(258, 'beamer', 'completed', 10, '2020-05-04 08:00:00', '2020-05-04 15:16:54', '2020-05-03 08:06:38', '2020-05-04 15:16:54', NULL, 0, 0, NULL),
(259, 'beamer', 'completed', 10, '2020-05-05 08:00:00', '2020-05-05 08:23:28', '2020-05-04 15:17:14', '2020-05-05 08:23:28', NULL, 0, 0, NULL),
(260, 'stats_notification_automated_emails', 'completed', 10, '2020-06-01 09:00:00', '2020-06-01 11:15:24', '2020-05-04 15:17:14', '2020-06-01 11:15:24', NULL, 0, 0, NULL),
(261, 'export_files_cleanup', 'completed', 10, '2020-05-12 21:00:00', '2020-05-13 08:16:09', '2020-05-05 08:23:48', '2020-05-13 08:16:09', NULL, 0, 0, NULL),
(262, 'beamer', 'completed', 10, '2020-05-06 08:00:00', '2020-05-06 08:04:50', '2020-05-05 08:23:48', '2020-05-06 08:04:50', NULL, 0, 0, NULL),
(263, 'beamer', 'completed', 10, '2020-05-07 08:00:00', '2020-05-07 09:04:35', '2020-05-06 08:05:09', '2020-05-07 09:04:35', NULL, 0, 0, NULL),
(264, 'beamer', 'completed', 10, '2020-05-08 08:00:00', '2020-05-08 09:36:56', '2020-05-07 09:04:54', '2020-05-08 09:36:56', NULL, 0, 0, NULL),
(265, 'beamer', 'completed', 10, '2020-05-09 08:00:00', '2020-05-09 08:24:39', '2020-05-08 09:37:16', '2020-05-09 08:24:39', NULL, 0, 0, NULL),
(266, 'inactive_subscribers', 'completed', 10, '2020-05-16 21:00:00', '2020-05-16 23:21:23', '2020-05-08 22:18:30', '2020-05-16 23:21:23', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(267, 'beamer', 'completed', 10, '2020-05-10 08:00:00', '2020-05-10 09:59:28', '2020-05-09 08:24:58', '2020-05-10 09:59:28', NULL, 0, 0, NULL),
(268, 'beamer', 'completed', 10, '2020-05-11 08:00:00', '2020-05-11 09:25:20', '2020-05-10 09:59:48', '2020-05-11 09:25:20', NULL, 0, 0, NULL),
(269, 'beamer', 'completed', 10, '2020-05-12 08:00:00', '2020-05-12 09:13:48', '2020-05-11 09:25:39', '2020-05-12 09:13:48', NULL, 0, 0, NULL),
(270, 'beamer', 'completed', 10, '2020-05-13 08:00:00', '2020-05-13 08:16:09', '2020-05-12 09:14:08', '2020-05-13 08:16:09', NULL, 0, 0, NULL),
(271, 'export_files_cleanup', 'completed', 10, '2020-05-23 21:00:00', '2020-05-24 08:03:25', '2020-05-13 08:16:29', '2020-05-24 08:03:25', NULL, 0, 0, NULL),
(272, 'beamer', 'completed', 10, '2020-05-14 08:00:00', '2020-05-14 08:28:11', '2020-05-13 08:16:29', '2020-05-14 08:28:11', NULL, 0, 0, NULL),
(273, 'beamer', 'completed', 10, '2020-05-15 08:00:00', '2020-05-15 08:53:58', '2020-05-14 08:28:30', '2020-05-15 08:53:58', NULL, 0, 0, NULL),
(274, 'beamer', 'completed', 10, '2020-05-16 08:00:00', '2020-05-16 11:13:50', '2020-05-15 08:54:17', '2020-05-16 11:13:50', NULL, 0, 0, NULL),
(275, 'beamer', 'completed', 10, '2020-05-17 08:00:00', '2020-05-17 10:51:04', '2020-05-16 11:14:09', '2020-05-17 10:51:04', NULL, 0, 0, NULL),
(276, 'inactive_subscribers', 'completed', 10, '2020-05-17 21:00:00', '2020-05-17 21:40:09', '2020-05-16 23:21:23', '2020-05-17 21:40:09', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(277, 'beamer', 'completed', 10, '2020-05-18 08:00:00', '2020-05-18 09:49:20', '2020-05-17 10:51:24', '2020-05-18 09:49:20', NULL, 0, 0, NULL),
(278, 'inactive_subscribers', 'completed', 10, '2020-05-28 21:00:00', '2020-05-28 21:23:21', '2020-05-17 21:40:09', '2020-05-28 21:23:21', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(279, 'beamer', 'completed', 10, '2020-05-19 08:00:00', '2020-05-19 08:46:36', '2020-05-18 09:49:39', '2020-05-19 08:46:36', NULL, 0, 0, NULL),
(280, 'beamer', 'completed', 10, '2020-05-20 08:00:00', '2020-05-20 08:23:23', '2020-05-19 08:46:55', '2020-05-20 08:23:23', NULL, 0, 0, NULL),
(281, 'beamer', 'completed', 10, '2020-05-21 08:00:00', '2020-05-21 08:20:33', '2020-05-20 08:23:43', '2020-05-21 08:20:33', NULL, 0, 0, NULL),
(282, 'beamer', 'completed', 10, '2020-05-22 08:00:00', '2020-05-22 09:17:37', '2020-05-21 08:20:52', '2020-05-22 09:17:37', NULL, 0, 0, NULL),
(283, 'beamer', 'completed', 10, '2020-05-23 08:00:00', '2020-05-23 10:15:50', '2020-05-22 09:17:56', '2020-05-23 10:15:50', NULL, 0, 0, NULL),
(284, 'beamer', 'completed', 10, '2020-05-24 08:00:00', '2020-05-24 08:03:25', '2020-05-23 10:16:10', '2020-05-24 08:03:25', NULL, 0, 0, NULL),
(285, 'export_files_cleanup', 'completed', 10, '2020-05-28 21:00:00', '2020-05-28 21:23:21', '2020-05-24 08:03:44', '2020-05-28 21:23:21', NULL, 0, 0, NULL),
(286, 'beamer', 'completed', 10, '2020-05-25 08:00:00', '2020-05-25 08:28:28', '2020-05-24 08:03:44', '2020-05-25 08:28:28', NULL, 0, 0, NULL),
(287, 'beamer', 'completed', 10, '2020-05-26 08:00:00', '2020-05-26 08:40:38', '2020-05-25 08:28:47', '2020-05-26 08:40:38', NULL, 0, 0, NULL),
(288, 'beamer', 'completed', 10, '2020-05-27 08:00:00', '2020-05-27 08:38:24', '2020-05-26 08:40:58', '2020-05-27 08:38:24', NULL, 0, 0, NULL),
(289, 'beamer', 'completed', 10, '2020-05-28 08:00:00', '2020-05-28 08:23:47', '2020-05-27 08:38:43', '2020-05-28 08:23:47', NULL, 0, 0, NULL),
(290, 'beamer', 'completed', 10, '2020-05-29 08:00:00', '2020-05-29 09:01:24', '2020-05-28 08:24:06', '2020-05-29 09:01:24', NULL, 0, 0, NULL),
(291, 'inactive_subscribers', 'completed', 10, '2020-05-31 21:00:00', '2020-05-31 21:16:43', '2020-05-28 21:23:21', '2020-05-31 21:16:43', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(292, 'export_files_cleanup', 'completed', 10, '2020-06-01 21:00:00', '2020-06-02 09:12:29', '2020-05-28 21:23:41', '2020-06-02 09:12:29', NULL, 0, 0, NULL),
(293, 'beamer', 'completed', 10, '2020-05-30 08:00:00', '2020-05-30 11:55:28', '2020-05-29 09:01:43', '2020-05-30 11:55:28', NULL, 0, 0, NULL),
(294, 'beamer', 'completed', 10, '2020-05-31 08:00:00', '2020-05-31 08:08:32', '2020-05-30 11:55:48', '2020-05-31 08:08:32', NULL, 0, 0, NULL),
(295, 'beamer', 'completed', 10, '2020-06-01 08:00:00', '2020-06-01 08:48:31', '2020-05-31 08:08:51', '2020-06-01 08:48:31', NULL, 0, 0, NULL),
(296, 'inactive_subscribers', 'completed', 10, '2020-06-12 21:00:00', '2020-06-12 21:56:36', '2020-05-31 21:16:43', '2020-06-12 21:56:36', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(297, 'beamer', 'completed', 10, '2020-06-02 08:00:00', '2020-06-02 09:12:29', '2020-06-01 08:48:51', '2020-06-02 09:12:29', NULL, 0, 0, NULL),
(298, 'stats_notification_automated_emails', 'completed', 10, '2020-07-06 09:00:00', '2020-07-06 13:02:55', '2020-06-01 11:15:44', '2020-07-06 13:02:55', NULL, 0, 0, NULL),
(299, 'export_files_cleanup', 'completed', 10, '2020-06-12 21:00:00', '2020-06-12 21:56:36', '2020-06-02 09:12:48', '2020-06-12 21:56:36', NULL, 0, 0, NULL),
(300, 'beamer', 'completed', 10, '2020-06-03 08:00:00', '2020-06-03 08:01:22', '2020-06-02 09:12:48', '2020-06-03 08:01:22', NULL, 0, 0, NULL),
(301, 'beamer', 'completed', 10, '2020-06-04 08:00:00', '2020-06-04 08:07:23', '2020-06-03 08:01:42', '2020-06-04 08:07:23', NULL, 0, 0, NULL),
(302, 'beamer', 'completed', 10, '2020-06-05 08:00:00', '2020-06-05 09:00:55', '2020-06-04 08:07:42', '2020-06-05 09:00:55', NULL, 0, 0, NULL),
(303, 'beamer', 'completed', 10, '2020-06-06 08:00:00', '2020-06-06 08:35:09', '2020-06-05 09:01:15', '2020-06-06 08:35:09', NULL, 0, 0, NULL),
(304, 'beamer', 'completed', 10, '2020-06-07 08:00:00', '2020-06-07 09:46:34', '2020-06-06 08:35:28', '2020-06-07 09:46:34', NULL, 0, 0, NULL),
(305, 'beamer', 'completed', 10, '2020-06-08 08:00:00', '2020-06-08 08:20:05', '2020-06-07 09:46:53', '2020-06-08 08:20:05', NULL, 0, 0, NULL),
(306, 'beamer', 'completed', 10, '2020-06-09 08:00:00', '2020-06-09 08:10:32', '2020-06-08 08:20:24', '2020-06-09 08:10:32', NULL, 0, 0, NULL),
(307, 'beamer', 'completed', 10, '2020-06-10 08:00:00', '2020-06-10 08:09:09', '2020-06-09 08:10:52', '2020-06-10 08:09:09', NULL, 0, 0, NULL),
(308, 'beamer', 'completed', 10, '2020-06-11 08:00:00', '2020-06-11 12:13:05', '2020-06-10 08:09:28', '2020-06-11 12:13:05', NULL, 0, 0, NULL),
(309, 'beamer', 'completed', 10, '2020-06-12 08:00:00', '2020-06-12 13:34:17', '2020-06-11 12:13:25', '2020-06-12 13:34:17', NULL, 0, 0, NULL),
(310, 'beamer', 'completed', 10, '2020-06-13 08:00:00', '2020-06-13 08:34:58', '2020-06-12 13:34:37', '2020-06-13 08:34:58', NULL, 0, 0, NULL),
(311, 'inactive_subscribers', 'completed', 10, '2020-06-17 21:00:00', '2020-06-17 23:55:02', '2020-06-12 21:56:36', '2020-06-17 23:55:02', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(312, 'export_files_cleanup', 'completed', 10, '2020-06-19 21:00:00', '2020-06-20 09:32:02', '2020-06-12 21:56:55', '2020-06-20 09:32:02', NULL, 0, 0, NULL),
(313, 'beamer', 'completed', 10, '2020-06-14 08:00:00', '2020-06-14 09:12:47', '2020-06-13 08:35:18', '2020-06-14 09:12:47', NULL, 0, 0, NULL),
(314, 'beamer', 'completed', 10, '2020-06-15 08:00:00', '2020-06-15 08:03:26', '2020-06-14 09:13:06', '2020-06-15 08:03:26', NULL, 0, 0, NULL),
(315, 'beamer', 'completed', 10, '2020-06-16 08:00:00', '2020-06-16 08:03:04', '2020-06-15 08:03:45', '2020-06-16 08:03:04', NULL, 0, 0, NULL),
(316, 'beamer', 'completed', 10, '2020-06-17 08:00:00', '2020-06-17 08:17:36', '2020-06-16 08:03:23', '2020-06-17 08:17:36', NULL, 0, 0, NULL),
(317, 'beamer', 'completed', 10, '2020-06-18 08:00:00', '2020-06-18 08:01:30', '2020-06-17 08:17:56', '2020-06-18 08:01:30', NULL, 0, 0, NULL),
(318, 'inactive_subscribers', 'completed', 10, '2020-06-24 21:00:00', '2020-06-24 21:20:39', '2020-06-17 23:55:02', '2020-06-24 21:20:39', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(319, 'beamer', 'completed', 10, '2020-06-19 08:00:00', '2020-06-19 08:15:33', '2020-06-18 08:01:50', '2020-06-19 08:15:33', NULL, 0, 0, NULL),
(320, 'beamer', 'completed', 10, '2020-06-20 08:00:00', '2020-06-20 09:32:02', '2020-06-19 08:15:52', '2020-06-20 09:32:02', NULL, 0, 0, NULL),
(321, 'export_files_cleanup', 'completed', 10, '2020-06-25 21:00:00', '2020-06-26 09:00:03', '2020-06-20 09:32:21', '2020-06-26 09:00:03', NULL, 0, 0, NULL),
(322, 'beamer', 'completed', 10, '2020-06-21 08:00:00', '2020-06-21 08:40:50', '2020-06-20 09:32:21', '2020-06-21 08:40:50', NULL, 0, 0, NULL),
(323, 'beamer', 'completed', 10, '2020-06-22 08:00:00', '2020-06-22 08:49:09', '2020-06-21 08:41:09', '2020-06-22 08:49:09', NULL, 0, 0, NULL),
(324, 'beamer', 'completed', 10, '2020-06-23 08:00:00', '2020-06-23 08:08:20', '2020-06-22 08:49:28', '2020-06-23 08:08:20', NULL, 0, 0, NULL),
(325, 'beamer', 'completed', 10, '2020-06-24 08:00:00', '2020-06-24 08:42:04', '2020-06-23 08:08:40', '2020-06-24 08:42:04', NULL, 0, 0, NULL),
(326, 'beamer', 'completed', 10, '2020-06-25 08:00:00', '2020-06-25 08:58:35', '2020-06-24 08:42:24', '2020-06-25 08:58:35', NULL, 0, 0, NULL),
(327, 'inactive_subscribers', 'completed', 10, '2020-06-29 21:00:00', '2020-06-29 22:19:15', '2020-06-24 21:20:39', '2020-06-29 22:19:15', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(328, 'beamer', 'completed', 10, '2020-06-26 08:00:00', '2020-06-26 09:00:04', '2020-06-25 08:58:54', '2020-06-26 09:00:04', NULL, 0, 0, NULL),
(329, 'export_files_cleanup', 'completed', 10, '2020-06-30 21:00:00', '2020-07-01 08:09:09', '2020-06-26 09:00:23', '2020-07-01 08:09:09', NULL, 0, 0, NULL),
(330, 'beamer', 'completed', 10, '2020-06-27 08:00:00', '2020-06-27 09:30:45', '2020-06-26 09:00:23', '2020-06-27 09:30:45', NULL, 0, 0, NULL),
(331, 'beamer', 'completed', 10, '2020-06-28 08:00:00', '2020-06-28 10:07:55', '2020-06-27 09:31:05', '2020-06-28 10:07:55', NULL, 0, 0, NULL),
(332, 'beamer', 'completed', 10, '2020-06-29 08:00:00', '2020-06-29 08:09:28', '2020-06-28 10:08:14', '2020-06-29 08:09:28', NULL, 0, 0, NULL),
(333, 'beamer', 'completed', 10, '2020-06-30 08:00:00', '2020-06-30 08:12:56', '2020-06-29 08:09:48', '2020-06-30 08:12:56', NULL, 0, 0, NULL);
INSERT INTO `wp_mailpoet_scheduled_tasks` (`id`, `type`, `status`, `priority`, `scheduled_at`, `processed_at`, `created_at`, `updated_at`, `deleted_at`, `in_progress`, `reschedule_count`, `meta`) VALUES
(334, 'inactive_subscribers', 'completed', 10, '2020-07-09 21:00:00', '2020-07-10 01:53:39', '2020-06-29 22:19:15', '2020-07-10 01:53:39', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(335, 'beamer', 'completed', 10, '2020-07-01 08:00:00', '2020-07-01 08:09:09', '2020-06-30 08:13:15', '2020-07-01 08:09:09', NULL, 0, 0, NULL),
(336, 'export_files_cleanup', 'completed', 10, '2020-07-10 21:00:00', '2020-07-11 08:58:45', '2020-07-01 08:09:29', '2020-07-11 08:58:45', NULL, 0, 0, NULL),
(337, 'beamer', 'completed', 10, '2020-07-02 08:00:00', '2020-07-02 08:06:05', '2020-07-01 08:09:29', '2020-07-02 08:06:05', NULL, 0, 0, NULL),
(338, 'beamer', 'completed', 10, '2020-07-03 08:00:00', '2020-07-03 08:18:55', '2020-07-02 08:06:25', '2020-07-03 08:18:55', NULL, 0, 0, NULL),
(339, 'beamer', 'completed', 10, '2020-07-04 08:00:00', '2020-07-04 12:20:13', '2020-07-03 08:19:15', '2020-07-04 12:20:13', NULL, 0, 0, NULL),
(340, 'beamer', 'completed', 10, '2020-07-05 08:00:00', '2020-07-05 08:47:37', '2020-07-04 12:20:32', '2020-07-05 08:47:37', NULL, 0, 0, NULL),
(341, 'beamer', 'completed', 10, '2020-07-06 08:00:00', '2020-07-06 08:02:01', '2020-07-05 08:47:57', '2020-07-06 08:02:01', NULL, 0, 0, NULL),
(342, 'beamer', 'completed', 10, '2020-07-07 08:00:00', '2020-07-07 08:34:01', '2020-07-06 08:02:20', '2020-07-07 08:34:01', NULL, 0, 0, NULL),
(343, 'stats_notification_automated_emails', 'completed', 10, '2020-08-03 09:00:00', '2020-08-03 11:35:50', '2020-07-07 08:33:41', '2020-08-03 11:35:50', NULL, 0, 0, NULL),
(344, 'beamer', 'completed', 10, '2020-07-08 08:00:00', '2020-07-08 08:42:39', '2020-07-07 08:34:20', '2020-07-08 08:42:39', NULL, 0, 0, NULL),
(345, 'beamer', 'completed', 10, '2020-07-09 08:00:00', '2020-07-09 09:03:36', '2020-07-08 08:42:58', '2020-07-09 09:03:36', NULL, 0, 0, NULL),
(346, 'beamer', 'completed', 10, '2020-07-10 08:00:00', '2020-07-10 08:39:22', '2020-07-09 09:03:56', '2020-07-10 08:39:22', NULL, 0, 0, NULL),
(347, 'inactive_subscribers', 'completed', 10, '2020-07-14 21:00:00', '2020-07-14 21:25:02', '2020-07-10 01:53:39', '2020-07-14 21:25:02', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(348, 'beamer', 'completed', 10, '2020-07-11 08:00:00', '2020-07-11 08:58:46', '2020-07-10 08:39:42', '2020-07-11 08:58:46', NULL, 0, 0, NULL),
(349, 'export_files_cleanup', 'completed', 10, '2020-07-18 21:00:00', '2020-07-19 08:23:42', '2020-07-11 08:59:05', '2020-07-19 08:23:42', NULL, 0, 0, NULL),
(350, 'beamer', 'completed', 10, '2020-07-12 08:00:00', '2020-07-12 11:23:51', '2020-07-11 08:59:05', '2020-07-12 11:23:51', NULL, 0, 0, NULL),
(351, 'beamer', 'completed', 10, '2020-07-13 08:00:00', '2020-07-13 08:09:55', '2020-07-12 11:24:10', '2020-07-13 08:09:55', NULL, 0, 0, NULL),
(352, 'beamer', 'completed', 10, '2020-07-14 08:00:00', '2020-07-14 08:22:26', '2020-07-13 08:10:14', '2020-07-14 08:22:26', NULL, 0, 0, NULL),
(353, 'beamer', 'completed', 10, '2020-07-15 08:00:00', '2020-07-15 08:18:21', '2020-07-14 08:22:45', '2020-07-15 08:18:21', NULL, 0, 0, NULL),
(354, 'inactive_subscribers', 'completed', 10, '2020-07-21 21:00:00', '2020-07-21 21:01:11', '2020-07-14 21:25:02', '2020-07-21 21:01:11', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(355, 'beamer', 'completed', 10, '2020-07-16 08:00:00', '2020-07-16 10:10:45', '2020-07-15 08:18:40', '2020-07-16 10:10:45', NULL, 0, 0, NULL),
(356, 'beamer', 'completed', 10, '2020-07-17 08:00:00', '2020-07-17 09:07:32', '2020-07-16 10:11:04', '2020-07-17 09:07:32', NULL, 0, 0, NULL),
(357, 'beamer', 'completed', 10, '2020-07-18 08:00:00', '2020-07-18 11:38:38', '2020-07-17 09:07:52', '2020-07-18 11:38:38', NULL, 0, 0, NULL),
(358, 'beamer', 'completed', 10, '2020-07-19 08:00:00', '2020-07-19 08:23:42', '2020-07-18 11:38:57', '2020-07-19 08:23:42', NULL, 0, 0, NULL),
(359, 'export_files_cleanup', 'completed', 10, '2020-07-22 21:00:00', '2020-07-23 08:26:50', '2020-07-19 08:24:01', '2020-07-23 08:26:50', NULL, 0, 0, NULL),
(360, 'beamer', 'completed', 10, '2020-07-20 08:00:00', '2020-07-20 08:05:27', '2020-07-19 08:24:01', '2020-07-20 08:05:27', NULL, 0, 0, NULL),
(361, 'beamer', 'completed', 10, '2020-07-21 08:00:00', '2020-07-21 09:04:55', '2020-07-20 08:05:46', '2020-07-21 09:04:55', NULL, 0, 0, NULL),
(362, 'beamer', 'completed', 10, '2020-07-22 08:00:00', '2020-07-22 08:44:14', '2020-07-21 09:05:15', '2020-07-22 08:44:14', NULL, 0, 0, NULL),
(363, 'inactive_subscribers', 'completed', 10, '2020-07-30 21:00:00', '2020-07-31 00:40:54', '2020-07-21 21:01:11', '2020-07-31 00:40:54', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(364, 'beamer', 'completed', 10, '2020-07-23 08:00:00', '2020-07-23 08:26:51', '2020-07-22 08:44:33', '2020-07-23 08:26:51', NULL, 0, 0, NULL),
(365, 'export_files_cleanup', 'completed', 10, '2020-07-30 21:00:00', '2020-07-31 00:40:54', '2020-07-23 08:27:10', '2020-07-31 00:40:54', NULL, 0, 0, NULL),
(366, 'beamer', 'completed', 10, '2020-07-24 08:00:00', '2020-07-24 08:28:52', '2020-07-23 08:27:10', '2020-07-24 08:28:52', NULL, 0, 0, NULL),
(367, 'beamer', 'completed', 10, '2020-07-25 08:00:00', '2020-07-25 12:17:57', '2020-07-24 08:29:12', '2020-07-25 12:17:57', NULL, 0, 0, NULL),
(368, 'beamer', 'completed', 10, '2020-07-26 08:00:00', '2020-07-26 09:10:56', '2020-07-25 12:18:16', '2020-07-26 09:10:56', NULL, 0, 0, NULL),
(369, 'beamer', 'completed', 10, '2020-07-27 08:00:00', '2020-07-27 08:25:28', '2020-07-26 09:11:16', '2020-07-27 08:25:28', NULL, 0, 0, NULL),
(370, 'beamer', 'completed', 10, '2020-07-28 08:00:00', '2020-07-28 08:37:18', '2020-07-27 08:25:47', '2020-07-28 08:37:18', NULL, 0, 0, NULL),
(371, 'beamer', 'completed', 10, '2020-07-29 08:00:00', '2020-07-29 08:45:13', '2020-07-28 08:37:38', '2020-07-29 08:45:13', NULL, 0, 0, NULL),
(372, 'beamer', 'completed', 10, '2020-07-30 08:00:00', '2020-07-30 08:03:46', '2020-07-29 08:45:32', '2020-07-30 08:03:46', NULL, 0, 0, NULL),
(373, 'beamer', 'completed', 10, '2020-07-31 08:00:00', '2020-07-31 09:21:45', '2020-07-30 08:04:06', '2020-07-31 09:21:45', NULL, 0, 0, NULL),
(374, 'inactive_subscribers', 'completed', 10, '2020-08-04 21:00:00', '2020-08-04 22:45:26', '2020-07-31 00:40:54', '2020-08-04 22:45:26', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(375, 'export_files_cleanup', 'completed', 10, '2020-08-04 21:00:00', '2020-08-04 22:45:26', '2020-07-31 00:41:14', '2020-08-04 22:45:26', NULL, 0, 0, NULL),
(376, 'beamer', 'completed', 10, '2020-08-01 08:00:00', '2020-08-01 08:03:31', '2020-07-31 09:22:04', '2020-08-01 08:03:31', NULL, 0, 0, NULL),
(377, 'beamer', 'completed', 10, '2020-08-02 08:00:00', '2020-08-02 10:25:36', '2020-08-01 08:03:50', '2020-08-02 10:25:36', NULL, 0, 0, NULL),
(378, 'beamer', 'completed', 10, '2020-08-03 08:00:00', '2020-08-03 08:27:47', '2020-08-02 10:25:55', '2020-08-03 08:27:47', NULL, 0, 0, NULL),
(379, 'beamer', 'completed', 10, '2020-08-04 08:00:00', '2020-08-04 09:34:31', '2020-08-03 08:28:06', '2020-08-04 09:34:31', NULL, 0, 0, NULL),
(380, 'stats_notification_automated_emails', 'completed', 10, '2020-09-07 09:00:00', '2020-09-07 12:53:14', '2020-08-03 11:36:10', '2020-09-07 12:53:14', NULL, 0, 0, NULL),
(381, 'beamer', 'completed', 10, '2020-08-05 08:00:00', '2020-08-05 10:10:17', '2020-08-04 09:34:51', '2020-08-05 10:10:17', NULL, 0, 0, NULL),
(382, 'inactive_subscribers', 'completed', 10, '2020-08-10 21:00:00', '2020-08-10 21:05:09', '2020-08-04 22:45:26', '2020-08-10 21:05:09', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(383, 'export_files_cleanup', 'completed', 10, '2020-08-14 21:00:00', '2020-08-15 11:04:41', '2020-08-04 22:45:45', '2020-08-15 11:04:41', NULL, 0, 0, NULL),
(384, 'beamer', 'completed', 10, '2020-08-06 08:00:00', '2020-08-06 08:01:58', '2020-08-05 10:10:36', '2020-08-06 08:01:58', NULL, 0, 0, NULL),
(385, 'beamer', 'completed', 10, '2020-08-07 08:00:00', '2020-08-07 09:01:35', '2020-08-06 08:02:17', '2020-08-07 09:01:35', NULL, 0, 0, NULL),
(386, 'beamer', 'completed', 10, '2020-08-08 08:00:00', '2020-08-08 09:27:45', '2020-08-07 09:01:55', '2020-08-08 09:27:45', NULL, 0, 0, NULL),
(387, 'beamer', 'completed', 10, '2020-08-09 08:00:00', '2020-08-09 09:59:45', '2020-08-08 09:28:05', '2020-08-09 09:59:45', NULL, 0, 0, NULL),
(388, 'beamer', 'completed', 10, '2020-08-10 08:00:00', '2020-08-10 13:00:20', '2020-08-09 10:00:04', '2020-08-10 13:00:20', NULL, 0, 0, NULL),
(389, 'beamer', 'completed', 10, '2020-08-11 08:00:00', '2020-08-11 09:01:48', '2020-08-10 13:00:40', '2020-08-11 09:01:48', NULL, 0, 0, NULL),
(390, 'inactive_subscribers', 'completed', 10, '2020-08-18 21:00:00', '2020-08-18 21:47:03', '2020-08-10 21:05:09', '2020-08-18 21:47:03', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(391, 'beamer', 'completed', 10, '2020-08-12 08:00:00', '2020-08-12 13:08:45', '2020-08-11 09:02:07', '2020-08-12 13:08:45', NULL, 0, 0, NULL),
(392, 'beamer', 'completed', 10, '2020-08-13 08:00:00', '2020-08-13 08:32:35', '2020-08-12 13:09:05', '2020-08-13 08:32:35', NULL, 0, 0, NULL),
(393, 'beamer', 'completed', 10, '2020-08-14 08:00:00', '2020-08-14 11:11:17', '2020-08-13 08:32:55', '2020-08-14 11:11:17', NULL, 0, 0, NULL),
(394, 'beamer', 'completed', 10, '2020-08-15 08:00:00', '2020-08-15 11:04:41', '2020-08-14 11:11:37', '2020-08-15 11:04:41', NULL, 0, 0, NULL),
(395, 'export_files_cleanup', 'completed', 10, '2020-08-18 21:00:00', '2020-08-18 21:47:03', '2020-08-15 11:05:01', '2020-08-18 21:47:03', NULL, 0, 0, NULL),
(396, 'beamer', 'completed', 10, '2020-08-16 08:00:00', '2020-08-16 08:28:32', '2020-08-15 11:05:01', '2020-08-16 08:28:32', NULL, 0, 0, NULL),
(397, 'beamer', 'completed', 10, '2020-08-17 08:00:00', '2020-08-17 08:06:24', '2020-08-16 08:28:52', '2020-08-17 08:06:24', NULL, 0, 0, NULL),
(398, 'beamer', 'completed', 10, '2020-08-18 08:00:00', '2020-08-18 08:36:10', '2020-08-17 08:06:44', '2020-08-18 08:36:10', NULL, 0, 0, NULL),
(399, 'beamer', 'completed', 10, '2020-08-19 08:00:00', '2020-08-19 08:12:27', '2020-08-18 08:36:30', '2020-08-19 08:12:27', NULL, 0, 0, NULL),
(400, 'inactive_subscribers', 'completed', 10, '2020-08-28 21:00:00', '2020-08-28 22:33:01', '2020-08-18 21:47:03', '2020-08-28 22:33:01', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(401, 'export_files_cleanup', 'completed', 10, '2020-08-26 21:00:00', '2020-08-27 08:02:25', '2020-08-18 21:47:22', '2020-08-27 08:02:25', NULL, 0, 0, NULL),
(402, 'beamer', 'completed', 10, '2020-08-20 08:00:00', '2020-08-20 08:51:49', '2020-08-19 08:12:46', '2020-08-20 08:51:49', NULL, 0, 0, NULL),
(403, 'beamer', 'completed', 10, '2020-08-21 08:00:00', '2020-08-21 08:30:55', '2020-08-20 08:52:09', '2020-08-21 08:30:55', NULL, 0, 0, NULL),
(404, 'beamer', 'completed', 10, '2020-08-22 08:00:00', '2020-08-22 08:13:41', '2020-08-21 08:31:14', '2020-08-22 08:13:41', NULL, 0, 0, NULL),
(405, 'beamer', 'completed', 10, '2020-08-23 08:00:00', '2020-08-23 08:01:57', '2020-08-22 08:14:00', '2020-08-23 08:01:57', NULL, 0, 0, NULL),
(406, 'beamer', 'completed', 10, '2020-08-24 08:00:00', '2020-08-24 08:28:19', '2020-08-23 08:02:17', '2020-08-24 08:28:19', NULL, 0, 0, NULL),
(407, 'beamer', 'completed', 10, '2020-08-25 08:00:00', '2020-08-25 12:30:57', '2020-08-24 08:28:39', '2020-08-25 12:30:57', NULL, 0, 0, NULL),
(408, 'beamer', 'completed', 10, '2020-08-26 08:00:00', '2020-08-26 08:00:53', '2020-08-25 12:31:17', '2020-08-26 08:00:53', NULL, 0, 0, NULL),
(409, 'beamer', 'completed', 10, '2020-08-27 08:00:00', '2020-08-27 08:02:25', '2020-08-26 08:01:13', '2020-08-27 08:02:25', NULL, 0, 0, NULL),
(410, 'export_files_cleanup', 'completed', 10, '2020-09-03 21:00:00', '2020-09-04 08:00:43', '2020-08-27 08:02:44', '2020-09-04 08:00:43', NULL, 0, 0, NULL),
(411, 'beamer', 'completed', 10, '2020-08-28 08:00:00', '2020-08-28 08:16:19', '2020-08-27 08:02:44', '2020-08-28 08:16:19', NULL, 0, 0, NULL),
(412, 'beamer', 'completed', 10, '2020-08-29 08:00:00', '2020-08-29 08:30:00', '2020-08-28 08:16:38', '2020-08-29 08:30:00', NULL, 0, 0, NULL),
(413, 'inactive_subscribers', 'completed', 10, '2020-08-30 21:00:00', '2020-08-30 22:10:50', '2020-08-28 22:33:01', '2020-08-30 22:10:50', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(414, 'beamer', 'completed', 10, '2020-08-30 08:00:00', '2020-08-30 08:12:17', '2020-08-29 08:30:20', '2020-08-30 08:12:17', NULL, 0, 0, NULL),
(415, 'beamer', 'completed', 10, '2020-08-31 08:00:00', '2020-08-31 09:01:06', '2020-08-30 08:12:36', '2020-08-31 09:01:06', NULL, 0, 0, NULL),
(416, 'inactive_subscribers', 'completed', 10, '2020-09-08 21:00:00', '2020-09-09 04:16:28', '2020-08-30 22:10:50', '2020-09-09 04:16:28', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(417, 'beamer', 'completed', 10, '2020-09-01 08:00:00', '2020-09-01 10:49:01', '2020-08-31 09:01:25', '2020-09-01 10:49:01', NULL, 0, 0, NULL),
(418, 'beamer', 'completed', 10, '2020-09-02 08:00:00', '2020-09-02 08:08:09', '2020-09-01 10:49:21', '2020-09-02 08:08:09', NULL, 0, 0, NULL),
(419, 'beamer', 'completed', 10, '2020-09-03 08:00:00', '2020-09-03 08:24:26', '2020-09-02 08:08:28', '2020-09-03 08:24:26', NULL, 0, 0, NULL),
(420, 'beamer', 'completed', 10, '2020-09-04 08:00:00', '2020-09-04 08:00:43', '2020-09-03 08:24:45', '2020-09-04 08:00:43', NULL, 0, 0, NULL),
(421, 'export_files_cleanup', 'completed', 10, '2020-09-06 21:00:00', '2020-09-07 08:06:43', '2020-09-04 08:01:02', '2020-09-07 08:06:43', NULL, 0, 0, NULL),
(422, 'beamer', 'completed', 10, '2020-09-05 08:00:00', '2020-09-05 09:13:39', '2020-09-04 08:01:02', '2020-09-05 09:13:39', NULL, 0, 0, NULL),
(423, 'beamer', 'completed', 10, '2020-09-06 08:00:00', '2020-09-06 08:49:24', '2020-09-05 09:13:58', '2020-09-06 08:49:24', NULL, 0, 0, NULL),
(424, 'beamer', 'completed', 10, '2020-09-07 08:00:00', '2020-09-07 08:06:43', '2020-09-06 08:49:44', '2020-09-07 08:06:43', NULL, 0, 0, NULL),
(425, 'export_files_cleanup', 'completed', 10, '2020-09-19 21:00:00', '2020-09-20 08:33:06', '2020-09-07 08:07:02', '2020-09-20 08:33:06', NULL, 0, 0, NULL),
(426, 'beamer', 'completed', 10, '2020-09-08 08:00:00', '2020-09-08 08:02:06', '2020-09-07 08:07:02', '2020-09-08 08:02:06', NULL, 0, 0, NULL),
(427, 'stats_notification_automated_emails', 'completed', 10, '2020-10-05 09:00:00', '2020-10-05 13:05:33', '2020-09-07 12:53:33', '2020-10-05 13:05:33', NULL, 0, 0, NULL),
(428, 'beamer', 'completed', 10, '2020-09-09 08:00:00', '2020-09-09 08:15:25', '2020-09-08 08:02:26', '2020-09-09 08:15:25', NULL, 0, 0, NULL),
(429, 'inactive_subscribers', 'completed', 10, '2020-09-13 21:00:00', '2020-09-13 23:14:20', '2020-09-09 04:16:28', '2020-09-13 23:14:20', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(430, 'beamer', 'completed', 10, '2020-09-10 08:00:00', '2020-09-10 08:24:03', '2020-09-09 08:15:44', '2020-09-10 08:24:03', NULL, 0, 0, NULL),
(431, 'beamer', 'completed', 10, '2020-09-11 08:00:00', '2020-09-11 18:26:17', '2020-09-10 08:24:22', '2020-09-11 18:26:17', NULL, 0, 0, NULL),
(432, 'beamer', 'completed', 10, '2020-09-12 08:00:00', '2020-09-12 11:41:21', '2020-09-11 18:26:36', '2020-09-12 11:41:21', NULL, 0, 0, NULL),
(433, 'beamer', 'completed', 10, '2020-09-13 08:00:00', '2020-09-13 14:00:04', '2020-09-12 11:41:41', '2020-09-13 14:00:04', NULL, 0, 0, NULL),
(434, 'beamer', 'completed', 10, '2020-09-14 08:00:00', '2020-09-14 08:35:40', '2020-09-13 14:00:24', '2020-09-14 08:35:40', NULL, 0, 0, NULL),
(435, 'inactive_subscribers', 'completed', 10, '2020-09-24 21:00:00', '2020-09-24 23:02:26', '2020-09-13 23:14:20', '2020-09-24 23:02:26', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(436, 'beamer', 'completed', 10, '2020-09-15 08:00:00', '2020-09-15 08:38:26', '2020-09-14 08:35:59', '2020-09-15 08:38:26', NULL, 0, 0, NULL),
(437, 'beamer', 'completed', 10, '2020-09-16 08:00:00', '2020-09-16 09:08:03', '2020-09-15 08:38:45', '2020-09-16 09:08:03', NULL, 0, 0, NULL),
(438, 'beamer', 'completed', 10, '2020-09-17 08:00:00', '2020-09-17 08:57:11', '2020-09-16 09:08:23', '2020-09-17 08:57:11', NULL, 0, 0, NULL),
(439, 'beamer', 'completed', 10, '2020-09-18 08:00:00', '2020-09-18 08:20:15', '2020-09-17 08:57:30', '2020-09-18 08:20:15', NULL, 0, 0, NULL),
(440, 'beamer', 'completed', 10, '2020-09-19 08:00:00', '2020-09-19 10:31:46', '2020-09-18 08:20:35', '2020-09-19 10:31:46', NULL, 0, 0, NULL),
(441, 'beamer', 'completed', 10, '2020-09-20 08:00:00', '2020-09-20 08:33:06', '2020-09-19 10:32:06', '2020-09-20 08:33:06', NULL, 0, 0, NULL),
(442, 'export_files_cleanup', 'completed', 10, '2020-09-25 21:00:00', '2020-09-26 11:49:28', '2020-09-20 08:33:25', '2020-09-26 11:49:28', NULL, 0, 0, NULL),
(443, 'beamer', 'completed', 10, '2020-09-21 08:00:00', '2020-09-21 08:12:02', '2020-09-20 08:33:25', '2020-09-21 08:12:02', NULL, 0, 0, NULL),
(444, 'beamer', 'completed', 10, '2020-09-22 08:00:00', '2020-09-22 11:04:31', '2020-09-21 08:12:22', '2020-09-22 11:04:31', NULL, 0, 0, NULL),
(445, 'beamer', 'completed', 10, '2020-09-23 08:00:00', '2020-09-23 08:06:42', '2020-09-22 11:04:50', '2020-09-23 08:06:42', NULL, 0, 0, NULL),
(446, 'beamer', 'completed', 10, '2020-09-24 08:00:00', '2020-09-24 20:19:36', '2020-09-23 08:07:02', '2020-09-24 20:19:36', NULL, 0, 0, NULL),
(447, 'beamer', 'completed', 10, '2020-09-25 08:00:00', '2020-09-25 09:44:38', '2020-09-24 20:19:56', '2020-09-25 09:44:38', NULL, 0, 0, NULL),
(448, 'inactive_subscribers', 'completed', 10, '2020-09-29 21:00:00', '2020-09-29 23:11:37', '2020-09-24 23:02:26', '2020-09-29 23:11:37', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(449, 'beamer', 'completed', 10, '2020-09-26 08:00:00', '2020-09-26 11:49:28', '2020-09-25 09:44:57', '2020-09-26 11:49:28', NULL, 0, 0, NULL),
(450, 'export_files_cleanup', 'completed', 10, '2020-10-01 21:00:00', '2020-10-02 20:03:29', '2020-09-26 11:49:47', '2020-10-02 20:03:29', NULL, 0, 0, NULL),
(451, 'beamer', 'completed', 10, '2020-09-27 08:00:00', '2020-09-27 18:07:34', '2020-09-26 11:49:47', '2020-09-27 18:07:34', NULL, 0, 0, NULL),
(452, 'beamer', 'completed', 10, '2020-09-28 08:00:00', '2020-09-28 14:52:43', '2020-09-27 18:07:53', '2020-09-28 14:52:43', NULL, 0, 0, NULL),
(453, 'beamer', 'completed', 10, '2020-09-29 08:00:00', '2020-09-29 08:45:06', '2020-09-28 14:53:02', '2020-09-29 08:45:06', NULL, 0, 0, NULL),
(454, 'beamer', 'completed', 10, '2020-09-30 08:00:00', '2020-09-30 08:35:23', '2020-09-29 08:45:25', '2020-09-30 08:35:23', NULL, 0, 0, NULL),
(455, 'inactive_subscribers', 'completed', 10, '2020-10-08 21:00:00', '2020-10-08 21:42:44', '2020-09-29 23:11:37', '2020-10-08 21:42:44', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(456, 'beamer', 'completed', 10, '2020-10-01 08:00:00', '2020-10-01 16:11:29', '2020-09-30 08:35:42', '2020-10-01 16:11:29', NULL, 0, 0, NULL),
(457, 'beamer', 'completed', 10, '2020-10-02 08:00:00', '2020-10-02 20:03:29', '2020-10-01 16:11:48', '2020-10-02 20:03:29', NULL, 0, 0, NULL),
(458, 'export_files_cleanup', 'completed', 10, '2020-10-10 21:00:00', '2020-10-11 19:03:51', '2020-10-02 20:03:49', '2020-10-11 19:03:51', NULL, 0, 0, NULL),
(459, 'beamer', 'completed', 10, '2020-10-03 08:00:00', '2020-10-03 10:17:13', '2020-10-02 20:03:49', '2020-10-03 10:17:13', NULL, 0, 0, NULL),
(460, 'beamer', 'completed', 10, '2020-10-04 08:00:00', '2020-10-04 11:13:31', '2020-10-03 10:17:32', '2020-10-04 11:13:31', NULL, 0, 0, NULL),
(461, 'beamer', 'completed', 10, '2020-10-05 08:00:00', '2020-10-05 13:05:33', '2020-10-04 11:13:51', '2020-10-05 13:05:33', NULL, 0, 0, NULL),
(462, 'beamer', 'completed', 10, '2020-10-06 08:00:00', '2020-10-06 09:02:55', '2020-10-05 13:05:52', '2020-10-06 09:02:55', NULL, 0, 0, NULL),
(463, 'stats_notification_automated_emails', 'completed', 10, '2020-11-02 09:00:00', '2020-11-02 09:02:56', '2020-10-05 13:05:52', '2020-11-02 09:02:56', NULL, 0, 0, NULL),
(464, 'beamer', 'completed', 10, '2020-10-07 08:00:00', '2020-10-07 09:04:26', '2020-10-06 09:03:14', '2020-10-07 09:04:26', NULL, 0, 0, NULL),
(465, 'beamer', 'completed', 10, '2020-10-08 08:00:00', '2020-10-08 08:26:07', '2020-10-07 09:04:45', '2020-10-08 08:26:07', NULL, 0, 0, NULL),
(466, 'beamer', 'completed', 10, '2020-10-09 08:00:00', '2020-10-09 10:12:56', '2020-10-08 08:26:26', '2020-10-09 10:12:56', NULL, 0, 0, NULL),
(467, 'inactive_subscribers', 'completed', 10, '2020-10-13 21:00:00', '2020-10-14 06:04:02', '2020-10-08 21:42:44', '2020-10-14 06:04:02', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(468, 'beamer', 'completed', 10, '2020-10-10 08:00:00', '2020-10-10 09:38:01', '2020-10-09 10:13:15', '2020-10-10 09:38:01', NULL, 0, 0, NULL),
(469, 'beamer', 'completed', 10, '2020-10-11 08:00:00', '2020-10-11 19:03:51', '2020-10-10 09:38:20', '2020-10-11 19:03:51', NULL, 0, 0, NULL),
(470, 'export_files_cleanup', 'completed', 10, '2020-10-16 21:00:00', '2020-10-17 08:51:59', '2020-10-11 19:04:11', '2020-10-17 08:51:59', NULL, 0, 0, NULL),
(471, 'beamer', 'completed', 10, '2020-10-12 08:00:00', '2020-10-12 08:46:50', '2020-10-11 19:04:11', '2020-10-12 08:46:50', NULL, 0, 0, NULL),
(472, 'beamer', 'completed', 10, '2020-10-13 08:00:00', '2020-10-13 10:52:13', '2020-10-12 08:47:09', '2020-10-13 10:52:13', NULL, 0, 0, NULL),
(473, 'beamer', 'completed', 10, '2020-10-14 08:00:00', '2020-10-14 16:39:33', '2020-10-13 10:52:33', '2020-10-14 16:39:33', NULL, 0, 0, NULL),
(474, 'inactive_subscribers', 'completed', 10, '2020-10-24 21:00:00', '2020-10-24 21:22:32', '2020-10-14 06:04:02', '2020-10-24 21:22:32', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(475, 'beamer', 'completed', 10, '2020-10-15 08:00:00', '2020-10-15 08:01:55', '2020-10-14 16:39:52', '2020-10-15 08:01:55', NULL, 0, 0, NULL),
(476, 'beamer', 'completed', 10, '2020-10-16 08:00:00', '2020-10-16 10:15:41', '2020-10-15 08:02:14', '2020-10-16 10:15:41', NULL, 0, 0, NULL),
(477, 'beamer', 'completed', 10, '2020-10-17 08:00:00', '2020-10-17 08:51:59', '2020-10-16 10:16:00', '2020-10-17 08:51:59', NULL, 0, 0, NULL),
(478, 'export_files_cleanup', 'completed', 10, '2020-10-24 21:00:00', '2020-10-24 21:22:32', '2020-10-17 08:52:18', '2020-10-24 21:22:32', NULL, 0, 0, NULL),
(479, 'beamer', 'completed', 10, '2020-10-18 08:00:00', '2020-10-18 08:58:52', '2020-10-17 08:52:18', '2020-10-18 08:58:52', NULL, 0, 0, NULL),
(480, 'beamer', 'completed', 10, '2020-10-19 08:00:00', '2020-10-19 08:42:46', '2020-10-18 08:59:11', '2020-10-19 08:42:46', NULL, 0, 0, NULL),
(481, 'beamer', 'completed', 10, '2020-10-20 08:00:00', '2020-10-20 14:18:20', '2020-10-19 08:43:06', '2020-10-20 14:18:20', NULL, 0, 0, NULL),
(482, 'beamer', 'completed', 10, '2020-10-21 08:00:00', '2020-10-21 08:17:02', '2020-10-20 14:18:40', '2020-10-21 08:17:02', NULL, 0, 0, NULL),
(483, 'beamer', 'completed', 10, '2020-10-22 08:00:00', '2020-10-22 18:14:15', '2020-10-21 08:17:22', '2020-10-22 18:14:15', NULL, 0, 0, NULL),
(484, 'beamer', 'completed', 10, '2020-10-23 08:00:00', '2020-10-23 08:49:18', '2020-10-22 18:14:34', '2020-10-23 08:49:18', NULL, 0, 0, NULL),
(485, 'beamer', 'completed', 10, '2020-10-24 08:00:00', '2020-10-24 11:49:04', '2020-10-23 08:49:38', '2020-10-24 11:49:04', NULL, 0, 0, NULL),
(486, 'beamer', 'completed', 10, '2020-10-25 08:00:00', '2020-10-25 10:05:39', '2020-10-24 11:49:23', '2020-10-25 10:05:39', NULL, 0, 0, NULL),
(487, 'inactive_subscribers', 'completed', 10, '2020-10-27 21:00:00', '2020-10-27 21:49:30', '2020-10-24 21:22:32', '2020-10-27 21:49:30', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(488, 'export_files_cleanup', 'completed', 10, '2020-10-28 21:00:00', '2020-10-29 10:16:50', '2020-10-24 21:22:51', '2020-10-29 10:16:50', NULL, 0, 0, NULL),
(489, 'beamer', 'completed', 10, '2020-10-26 08:00:00', '2020-10-26 08:37:59', '2020-10-25 10:05:58', '2020-10-26 08:37:59', NULL, 0, 0, NULL),
(490, 'beamer', 'completed', 10, '2020-10-27 08:00:00', '2020-10-27 08:05:04', '2020-10-26 08:38:19', '2020-10-27 08:05:04', NULL, 0, 0, NULL),
(491, 'beamer', 'completed', 10, '2020-10-28 08:00:00', '2020-10-28 08:27:17', '2020-10-27 08:05:23', '2020-10-28 08:27:17', NULL, 0, 0, NULL),
(492, 'inactive_subscribers', 'completed', 10, '2020-11-05 21:00:00', '2020-11-05 21:45:21', '2020-10-27 21:49:30', '2020-11-05 21:45:21', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(493, 'beamer', 'completed', 10, '2020-10-29 08:00:00', '2020-10-29 10:16:51', '2020-10-28 08:27:36', '2020-10-29 10:16:51', NULL, 0, 0, NULL),
(494, 'export_files_cleanup', 'completed', 10, '2020-11-05 21:00:00', '2020-11-05 21:45:21', '2020-10-29 10:17:10', '2020-11-05 21:45:21', NULL, 0, 0, NULL),
(495, 'beamer', 'completed', 10, '2020-10-30 08:00:00', '2020-10-30 08:39:39', '2020-10-29 10:17:10', '2020-10-30 08:39:39', NULL, 0, 0, NULL),
(496, 'beamer', 'completed', 10, '2020-10-31 08:00:00', '2020-10-31 08:49:00', '2020-10-30 08:39:59', '2020-10-31 08:49:00', NULL, 0, 0, NULL),
(497, 'beamer', 'completed', 10, '2020-11-01 08:00:00', '2020-11-01 10:43:53', '2020-10-31 08:49:20', '2020-11-01 10:43:53', NULL, 0, 0, NULL),
(498, 'beamer', 'completed', 10, '2020-11-02 08:00:00', '2020-11-02 09:02:56', '2020-11-01 10:44:12', '2020-11-02 09:02:56', NULL, 0, 0, NULL),
(499, 'beamer', 'completed', 10, '2020-11-03 08:00:00', '2020-11-03 08:26:29', '2020-11-02 09:03:15', '2020-11-03 08:26:29', NULL, 0, 0, NULL),
(500, 'stats_notification_automated_emails', 'completed', 10, '2020-12-07 09:00:00', '2020-12-07 10:12:57', '2020-11-02 09:03:15', '2020-12-07 10:12:57', NULL, 0, 0, NULL),
(501, 'beamer', 'completed', 10, '2020-11-04 08:00:00', '2020-11-04 08:43:11', '2020-11-03 08:26:48', '2020-11-04 08:43:11', NULL, 0, 0, NULL),
(502, 'beamer', 'completed', 10, '2020-11-05 08:00:00', '2020-11-05 08:26:25', '2020-11-04 08:43:30', '2020-11-05 08:26:25', NULL, 0, 0, NULL),
(503, 'beamer', 'completed', 10, '2020-11-06 08:00:00', '2020-11-06 08:02:20', '2020-11-05 08:26:44', '2020-11-06 08:02:20', NULL, 0, 0, NULL),
(504, 'inactive_subscribers', 'completed', 10, '2020-11-12 21:00:00', '2020-11-12 23:06:24', '2020-11-05 21:45:21', '2020-11-12 23:06:24', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(505, 'export_files_cleanup', 'completed', 10, '2020-11-13 21:00:00', '2020-11-14 08:14:10', '2020-11-05 21:45:40', '2020-11-14 08:14:10', NULL, 0, 0, NULL),
(506, 'beamer', 'completed', 10, '2020-11-07 08:00:00', '2020-11-07 08:45:28', '2020-11-06 08:02:39', '2020-11-07 08:45:28', NULL, 0, 0, NULL),
(507, 'beamer', 'completed', 10, '2020-11-08 08:00:00', '2020-11-08 10:05:38', '2020-11-07 08:45:47', '2020-11-08 10:05:38', NULL, 0, 0, NULL),
(508, 'beamer', 'completed', 10, '2020-11-09 08:00:00', '2020-11-09 08:30:18', '2020-11-08 10:05:57', '2020-11-09 08:30:18', NULL, 0, 0, NULL),
(509, 'beamer', 'completed', 10, '2020-11-10 08:00:00', '2020-11-10 08:03:36', '2020-11-09 08:30:37', '2020-11-10 08:03:36', NULL, 0, 0, NULL),
(510, 'beamer', 'completed', 10, '2020-11-11 08:00:00', '2020-11-11 08:21:52', '2020-11-10 08:03:55', '2020-11-11 08:21:52', NULL, 0, 0, NULL),
(511, 'beamer', 'completed', 10, '2020-11-12 08:00:00', '2020-11-12 08:02:19', '2020-11-11 08:22:12', '2020-11-12 08:02:19', NULL, 0, 0, NULL),
(512, 'beamer', 'completed', 10, '2020-11-13 08:00:00', '2020-11-13 08:49:57', '2020-11-12 08:02:38', '2020-11-13 08:49:57', NULL, 0, 0, NULL),
(513, 'inactive_subscribers', 'completed', 10, '2020-11-20 21:00:00', '2020-11-20 21:49:48', '2020-11-12 23:06:24', '2020-11-20 21:49:48', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(514, 'beamer', 'completed', 10, '2020-11-14 08:00:00', '2020-11-14 08:14:11', '2020-11-13 08:50:17', '2020-11-14 08:14:11', NULL, 0, 0, NULL),
(515, 'export_files_cleanup', 'completed', 10, '2020-11-18 21:00:00', '2020-11-19 09:26:27', '2020-11-14 08:14:30', '2020-11-19 09:26:27', NULL, 0, 0, NULL),
(516, 'beamer', 'completed', 10, '2020-11-15 08:00:00', '2020-11-15 13:33:51', '2020-11-14 08:14:30', '2020-11-15 13:33:51', NULL, 0, 0, NULL),
(517, 'beamer', 'completed', 10, '2020-11-16 08:00:00', '2020-11-16 14:30:31', '2020-11-15 13:34:11', '2020-11-16 14:30:31', NULL, 0, 0, NULL),
(518, 'beamer', 'completed', 10, '2020-11-17 08:00:00', '2020-11-17 11:18:31', '2020-11-16 14:30:51', '2020-11-17 11:18:31', NULL, 0, 0, NULL),
(519, 'beamer', 'completed', 10, '2020-11-18 08:00:00', '2020-11-18 09:24:46', '2020-11-17 11:18:50', '2020-11-18 09:24:46', NULL, 0, 0, NULL),
(520, 'beamer', 'completed', 10, '2020-11-19 08:00:00', '2020-11-19 09:26:28', '2020-11-18 09:25:05', '2020-11-19 09:26:28', NULL, 0, 0, NULL),
(521, 'export_files_cleanup', 'completed', 10, '2020-11-23 21:00:00', '2020-11-24 09:05:00', '2020-11-19 09:26:47', '2020-11-24 09:05:00', NULL, 0, 0, NULL),
(522, 'beamer', 'completed', 10, '2020-11-20 08:00:00', '2020-11-20 08:31:40', '2020-11-19 09:26:47', '2020-11-20 08:31:40', NULL, 0, 0, NULL),
(523, 'beamer', 'completed', 10, '2020-11-21 08:00:00', '2020-11-21 11:40:27', '2020-11-20 08:31:59', '2020-11-21 11:40:27', NULL, 0, 0, NULL),
(524, 'inactive_subscribers', 'completed', 10, '2020-11-26 21:00:00', '2020-11-27 03:59:08', '2020-11-20 21:49:48', '2020-11-27 03:59:08', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(525, 'beamer', 'completed', 10, '2020-11-22 08:00:00', '2020-11-22 10:46:26', '2020-11-21 11:40:46', '2020-11-22 10:46:26', NULL, 0, 0, NULL),
(526, 'beamer', 'completed', 10, '2020-11-23 08:00:00', '2020-11-23 08:10:13', '2020-11-22 10:46:45', '2020-11-23 08:10:13', NULL, 0, 0, NULL),
(527, 'beamer', 'completed', 10, '2020-11-24 08:00:00', '2020-11-24 09:05:00', '2020-11-23 08:10:32', '2020-11-24 09:05:00', NULL, 0, 0, NULL),
(528, 'export_files_cleanup', 'completed', 10, '2020-11-30 21:00:00', '2020-11-30 21:40:03', '2020-11-24 09:05:19', '2020-11-30 21:40:03', NULL, 0, 0, NULL),
(529, 'beamer', 'completed', 10, '2020-11-25 08:00:00', '2020-11-25 08:33:26', '2020-11-24 09:05:19', '2020-11-25 08:33:26', NULL, 0, 0, NULL),
(530, 'beamer', 'completed', 10, '2020-11-26 08:00:00', '2020-11-26 12:45:19', '2020-11-25 08:33:45', '2020-11-26 12:45:19', NULL, 0, 0, NULL),
(531, 'beamer', 'completed', 10, '2020-11-27 08:00:00', '2020-11-27 09:44:01', '2020-11-26 12:45:39', '2020-11-27 09:44:01', NULL, 0, 0, NULL),
(532, 'inactive_subscribers', 'completed', 10, '2020-11-30 21:00:00', '2020-11-30 21:40:03', '2020-11-27 03:59:08', '2020-11-30 21:40:03', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(533, 'beamer', 'completed', 10, '2020-11-28 08:00:00', '2020-11-28 08:19:00', '2020-11-27 09:44:20', '2020-11-28 08:19:00', NULL, 0, 0, NULL),
(534, 'beamer', 'completed', 10, '2020-11-29 08:00:00', '2020-11-29 11:35:33', '2020-11-28 08:19:19', '2020-11-29 11:35:33', NULL, 0, 0, NULL),
(535, 'beamer', 'completed', 10, '2020-11-30 08:00:00', '2020-11-30 09:49:49', '2020-11-29 11:35:52', '2020-11-30 09:49:49', NULL, 0, 0, NULL),
(536, 'beamer', 'completed', 10, '2020-12-01 08:00:00', '2020-12-01 10:17:30', '2020-11-30 09:50:09', '2020-12-01 10:17:30', NULL, 0, 0, NULL),
(537, 'inactive_subscribers', 'completed', 10, '2020-12-08 21:00:00', '2020-12-08 21:30:27', '2020-11-30 21:40:03', '2020-12-08 21:30:27', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(538, 'export_files_cleanup', 'completed', 10, '2020-12-12 21:00:00', '2020-12-13 10:03:06', '2020-11-30 21:40:22', '2020-12-13 10:03:06', NULL, 0, 0, NULL),
(539, 'beamer', 'completed', 10, '2020-12-02 08:00:00', '2020-12-02 21:05:51', '2020-12-01 10:17:50', '2020-12-02 21:05:51', NULL, 0, 0, NULL),
(540, 'beamer', 'completed', 10, '2020-12-04 08:00:00', '2020-12-04 10:08:40', '2020-12-02 21:06:10', '2020-12-04 10:08:40', NULL, 0, 0, NULL),
(541, 'beamer', 'completed', 10, '2020-12-05 08:00:00', '2020-12-05 09:25:11', '2020-12-04 10:08:59', '2020-12-05 09:25:11', NULL, 0, 0, NULL),
(542, 'beamer', 'completed', 10, '2020-12-06 08:00:00', '2020-12-06 09:51:24', '2020-12-05 09:25:31', '2020-12-06 09:51:24', NULL, 0, 0, NULL),
(543, 'beamer', 'completed', 10, '2020-12-07 08:00:00', '2020-12-07 08:44:32', '2020-12-06 09:51:43', '2020-12-07 08:44:32', NULL, 0, 0, NULL),
(544, 'beamer', 'completed', 10, '2020-12-08 08:00:00', '2020-12-08 08:58:39', '2020-12-07 08:44:51', '2020-12-08 08:58:39', NULL, 0, 0, NULL),
(545, 'stats_notification_automated_emails', 'completed', 10, '2021-01-04 09:00:00', '2021-01-04 10:42:18', '2020-12-07 10:13:17', '2021-01-04 10:42:18', NULL, 0, 0, NULL),
(546, 'beamer', 'completed', 10, '2020-12-09 08:00:00', '2020-12-09 09:48:45', '2020-12-08 08:58:59', '2020-12-09 09:48:45', NULL, 0, 0, NULL),
(547, 'inactive_subscribers', 'completed', 10, '2020-12-15 21:00:00', '2020-12-16 00:43:06', '2020-12-08 21:30:27', '2020-12-16 00:43:06', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(548, 'beamer', 'completed', 10, '2020-12-10 08:00:00', '2020-12-10 14:46:32', '2020-12-09 09:49:05', '2020-12-10 14:46:32', NULL, 0, 0, NULL),
(549, 'beamer', 'completed', 10, '2020-12-11 08:00:00', '2020-12-11 10:17:33', '2020-12-10 14:46:51', '2020-12-11 10:17:33', NULL, 0, 0, NULL),
(550, 'beamer', 'completed', 10, '2020-12-12 08:00:00', '2020-12-12 08:52:59', '2020-12-11 10:17:52', '2020-12-12 08:52:59', NULL, 0, 0, NULL),
(551, 'beamer', 'completed', 10, '2020-12-13 08:00:00', '2020-12-13 10:03:06', '2020-12-12 08:53:18', '2020-12-13 10:03:06', NULL, 0, 0, NULL),
(552, 'export_files_cleanup', 'completed', 10, '2020-12-17 21:00:00', '2020-12-18 08:14:29', '2020-12-13 10:03:26', '2020-12-18 08:14:29', NULL, 0, 0, NULL),
(553, 'beamer', 'completed', 10, '2020-12-14 08:00:00', '2020-12-14 08:55:45', '2020-12-13 10:03:26', '2020-12-14 08:55:45', NULL, 0, 0, NULL),
(554, 'beamer', 'completed', 10, '2020-12-15 08:00:00', '2020-12-15 12:27:41', '2020-12-14 08:56:05', '2020-12-15 12:27:41', NULL, 0, 0, NULL),
(555, 'beamer', 'completed', 10, '2020-12-16 08:00:00', '2020-12-16 09:06:36', '2020-12-15 12:28:00', '2020-12-16 09:06:36', NULL, 0, 0, NULL),
(556, 'inactive_subscribers', 'completed', 10, '2020-12-25 21:00:00', '2020-12-25 21:00:29', '2020-12-16 00:43:06', '2020-12-25 21:00:29', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(557, 'beamer', 'completed', 10, '2020-12-17 08:00:00', '2020-12-17 11:18:10', '2020-12-16 09:06:56', '2020-12-17 11:18:10', NULL, 0, 0, NULL),
(558, 'beamer', 'completed', 10, '2020-12-18 08:00:00', '2020-12-18 08:14:29', '2020-12-17 11:18:30', '2020-12-18 08:14:29', NULL, 0, 0, NULL),
(559, 'export_files_cleanup', 'completed', 10, '2020-12-21 21:00:00', '2020-12-22 08:23:04', '2020-12-18 08:14:48', '2020-12-22 08:23:04', NULL, 0, 0, NULL),
(560, 'beamer', 'completed', 10, '2020-12-19 08:00:00', '2020-12-19 11:35:09', '2020-12-18 08:14:48', '2020-12-19 11:35:09', NULL, 0, 0, NULL),
(561, 'beamer', 'completed', 10, '2020-12-20 08:00:00', '2020-12-20 13:57:50', '2020-12-19 11:35:28', '2020-12-20 13:57:50', NULL, 0, 0, NULL),
(562, 'beamer', 'completed', 10, '2020-12-21 08:00:00', '2020-12-21 08:38:31', '2020-12-20 13:58:10', '2020-12-21 08:38:31', NULL, 0, 0, NULL),
(563, 'beamer', 'completed', 10, '2020-12-22 08:00:00', '2020-12-22 08:23:04', '2020-12-21 08:38:50', '2020-12-22 08:23:04', NULL, 0, 0, NULL),
(564, 'export_files_cleanup', 'completed', 10, '2020-12-31 21:00:00', '2021-01-01 21:27:59', '2020-12-22 08:23:24', '2021-01-01 21:27:59', NULL, 0, 0, NULL),
(565, 'beamer', 'completed', 10, '2020-12-23 08:00:00', '2020-12-23 19:08:09', '2020-12-22 08:23:24', '2020-12-23 19:08:09', NULL, 0, 0, NULL),
(566, 'beamer', 'completed', 10, '2020-12-24 08:00:00', '2020-12-24 15:40:55', '2020-12-23 19:08:29', '2020-12-24 15:40:55', NULL, 0, 0, NULL),
(567, 'beamer', 'completed', 10, '2020-12-25 08:00:00', '2020-12-25 20:59:50', '2020-12-24 15:41:14', '2020-12-25 20:59:50', NULL, 0, 0, NULL),
(568, 'beamer', 'completed', 10, '2020-12-27 08:00:00', '2020-12-28 03:45:02', '2020-12-25 21:00:09', '2020-12-28 03:45:02', NULL, 0, 0, NULL),
(569, 'inactive_subscribers', 'completed', 10, '2020-12-30 21:00:00', '2020-12-30 21:17:30', '2020-12-25 21:00:29', '2020-12-30 21:17:30', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(570, 'beamer', 'completed', 10, '2020-12-29 08:00:00', '2020-12-29 11:00:49', '2020-12-28 03:45:21', '2020-12-29 11:00:49', NULL, 0, 0, NULL),
(571, 'beamer', 'completed', 10, '2020-12-30 08:00:00', '2020-12-30 09:16:24', '2020-12-29 11:01:08', '2020-12-30 09:16:24', NULL, 0, 0, NULL),
(572, 'beamer', 'completed', 10, '2020-12-31 08:00:00', '2020-12-31 09:49:04', '2020-12-30 09:16:44', '2020-12-31 09:49:04', NULL, 0, 0, NULL),
(573, 'inactive_subscribers', 'completed', 10, '2021-01-09 21:00:00', '2021-01-09 21:02:05', '2020-12-30 21:17:30', '2021-01-09 21:02:05', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(574, 'beamer', 'completed', 10, '2021-01-01 08:00:00', '2021-01-01 21:27:59', '2020-12-31 09:49:23', '2021-01-01 21:27:59', NULL, 0, 0, NULL),
(575, 'export_files_cleanup', 'completed', 10, '2021-01-08 21:00:00', '2021-01-09 08:02:04', '2021-01-01 21:28:18', '2021-01-09 08:02:04', NULL, 0, 0, NULL),
(576, 'beamer', 'completed', 10, '2021-01-03 08:00:00', '2021-01-03 09:06:24', '2021-01-01 21:28:18', '2021-01-03 09:06:24', NULL, 0, 0, NULL),
(577, 'beamer', 'completed', 10, '2021-01-04 08:00:00', '2021-01-04 10:42:18', '2021-01-03 09:06:43', '2021-01-04 10:42:18', NULL, 0, 0, NULL),
(578, 'beamer', 'completed', 10, '2021-01-05 08:00:00', '2021-01-05 14:56:47', '2021-01-04 10:42:37', '2021-01-05 14:56:47', NULL, 0, 0, NULL),
(579, 'stats_notification_automated_emails', 'completed', 10, '2021-02-01 09:00:00', '2021-02-01 09:02:14', '2021-01-04 10:42:37', '2021-02-01 09:02:14', NULL, 0, 0, NULL),
(580, 'beamer', 'completed', 10, '2021-01-06 08:00:00', '2021-01-06 08:56:08', '2021-01-05 14:57:06', '2021-01-06 08:56:08', NULL, 0, 0, NULL),
(581, 'beamer', 'completed', 10, '2021-01-07 08:00:00', '2021-01-07 09:39:10', '2021-01-06 08:56:28', '2021-01-07 09:39:10', NULL, 0, 0, NULL),
(582, 'beamer', 'completed', 10, '2021-01-08 08:00:00', '2021-01-08 10:22:16', '2021-01-07 09:39:29', '2021-01-08 10:22:16', NULL, 0, 0, NULL),
(583, 'beamer', 'completed', 10, '2021-01-09 08:00:00', '2021-01-09 08:02:05', '2021-01-08 10:22:35', '2021-01-09 08:02:05', NULL, 0, 0, NULL),
(584, 'export_files_cleanup', 'completed', 10, '2021-01-13 21:00:00', '2021-01-14 08:02:04', '2021-01-09 08:02:24', '2021-01-14 08:02:04', NULL, 0, 0, NULL),
(585, 'beamer', 'completed', 10, '2021-01-10 08:00:00', '2021-01-10 08:02:07', '2021-01-09 08:02:24', '2021-01-10 08:02:07', NULL, 0, 0, NULL),
(586, 'inactive_subscribers', 'completed', 10, '2021-01-10 21:00:00', '2021-01-10 21:02:03', '2021-01-09 21:02:05', '2021-01-10 21:02:03', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(587, 'beamer', 'completed', 10, '2021-01-11 08:00:00', '2021-01-11 08:02:11', '2021-01-10 08:02:26', '2021-01-11 08:02:11', NULL, 0, 0, NULL),
(588, 'inactive_subscribers', 'completed', 10, '2021-01-20 21:00:00', '2021-01-20 21:02:22', '2021-01-10 21:02:03', '2021-01-20 21:02:22', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(589, 'beamer', 'completed', 10, '2021-01-12 08:00:00', '2021-01-12 08:02:06', '2021-01-11 08:02:30', '2021-01-12 08:02:06', NULL, 0, 0, NULL),
(590, 'beamer', 'completed', 10, '2021-01-13 08:00:00', '2021-01-13 08:02:06', '2021-01-12 08:02:26', '2021-01-13 08:02:06', NULL, 0, 0, NULL),
(591, 'beamer', 'completed', 10, '2021-01-14 08:00:00', '2021-01-14 08:02:04', '2021-01-13 08:02:26', '2021-01-14 08:02:04', NULL, 0, 0, NULL),
(592, 'export_files_cleanup', 'completed', 10, '2021-01-22 21:00:00', '2021-01-23 08:02:13', '2021-01-14 08:02:23', '2021-01-23 08:02:13', NULL, 0, 0, NULL),
(593, 'beamer', 'completed', 10, '2021-01-15 08:00:00', '2021-01-15 08:02:04', '2021-01-14 08:02:23', '2021-01-15 08:02:04', NULL, 0, 0, NULL),
(594, 'beamer', 'completed', 10, '2021-01-16 08:00:00', '2021-01-16 08:02:13', '2021-01-15 08:02:23', '2021-01-16 08:02:13', NULL, 0, 0, NULL),
(595, 'beamer', 'completed', 10, '2021-01-17 08:00:00', '2021-01-17 08:02:20', '2021-01-16 08:02:33', '2021-01-17 08:02:20', NULL, 0, 0, NULL),
(596, 'beamer', 'completed', 10, '2021-01-18 08:00:00', '2021-01-18 08:02:41', '2021-01-17 08:02:39', '2021-01-18 08:02:41', NULL, 0, 0, NULL),
(597, 'beamer', 'completed', 10, '2021-01-19 08:00:00', '2021-01-19 08:02:13', '2021-01-18 08:03:01', '2021-01-19 08:02:13', NULL, 0, 0, NULL),
(598, 'beamer', 'completed', 10, '2021-01-20 08:00:00', '2021-01-20 08:02:08', '2021-01-19 08:02:32', '2021-01-20 08:02:08', NULL, 0, 0, NULL),
(599, 'beamer', 'completed', 10, '2021-01-21 08:00:00', '2021-01-21 08:02:25', '2021-01-20 08:02:27', '2021-01-21 08:02:25', NULL, 0, 0, NULL),
(600, 'inactive_subscribers', 'completed', 10, '2021-01-24 21:00:00', '2021-01-24 21:02:07', '2021-01-20 21:02:22', '2021-01-24 21:02:07', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(601, 'beamer', 'completed', 10, '2021-01-22 08:00:00', '2021-01-22 08:02:30', '2021-01-21 08:02:45', '2021-01-22 08:02:30', NULL, 0, 0, NULL),
(602, 'beamer', 'completed', 10, '2021-01-23 08:00:00', '2021-01-23 08:02:13', '2021-01-22 08:02:50', '2021-01-23 08:02:13', NULL, 0, 0, NULL),
(603, 'export_files_cleanup', 'completed', 10, '2021-01-29 21:00:00', '2021-01-30 08:02:19', '2021-01-23 08:02:33', '2021-01-30 08:02:19', NULL, 0, 0, NULL),
(604, 'beamer', 'completed', 10, '2021-01-24 08:00:00', '2021-01-24 08:02:06', '2021-01-23 08:02:33', '2021-01-24 08:02:06', NULL, 0, 0, NULL),
(605, 'beamer', 'completed', 10, '2021-01-25 08:00:00', '2021-01-25 08:02:02', '2021-01-24 08:02:25', '2021-01-25 08:02:02', NULL, 0, 0, NULL),
(606, 'inactive_subscribers', 'completed', 10, '2021-02-06 21:00:00', '2021-02-06 21:01:39', '2021-01-24 21:02:07', '2021-02-06 21:01:39', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(607, 'beamer', 'completed', 10, '2021-01-26 08:00:00', '2021-01-26 08:02:19', '2021-01-25 08:02:22', '2021-01-26 08:02:19', NULL, 0, 0, NULL),
(608, 'beamer', 'completed', 10, '2021-01-27 08:00:00', '2021-01-27 08:01:57', '2021-01-26 08:02:38', '2021-01-27 08:01:57', NULL, 0, 0, NULL),
(609, 'beamer', 'completed', 10, '2021-01-28 08:00:00', '2021-01-28 08:02:05', '2021-01-27 08:02:17', '2021-01-28 08:02:05', NULL, 0, 0, NULL),
(610, 'beamer', 'completed', 10, '2021-01-29 08:00:00', '2021-01-29 08:02:08', '2021-01-28 08:02:25', '2021-01-29 08:02:08', NULL, 0, 0, NULL),
(611, 'beamer', 'completed', 10, '2021-01-30 08:00:00', '2021-01-30 08:02:19', '2021-01-29 08:02:28', '2021-01-30 08:02:19', NULL, 0, 0, NULL),
(612, 'export_files_cleanup', 'completed', 10, '2021-02-04 21:00:00', '2021-02-05 08:01:37', '2021-01-30 08:02:38', '2021-02-05 08:01:37', NULL, 0, 0, NULL),
(613, 'beamer', 'completed', 10, '2021-01-31 08:00:00', '2021-01-31 08:02:04', '2021-01-30 08:02:38', '2021-01-31 08:02:04', NULL, 0, 0, NULL),
(614, 'beamer', 'completed', 10, '2021-02-01 08:00:00', '2021-02-01 08:02:08', '2021-01-31 08:02:24', '2021-02-01 08:02:08', NULL, 0, 0, NULL),
(615, 'beamer', 'completed', 10, '2021-02-02 08:00:00', '2021-02-02 08:02:09', '2021-02-01 08:02:27', '2021-02-02 08:02:09', NULL, 0, 0, NULL),
(616, 'stats_notification_automated_emails', 'completed', 10, '2021-03-01 09:00:00', '2021-03-01 09:01:48', '2021-02-01 09:02:33', '2021-03-01 09:01:48', NULL, 0, 0, NULL),
(617, 'beamer', 'completed', 10, '2021-02-03 08:00:00', '2021-02-03 08:01:41', '2021-02-02 08:02:28', '2021-02-03 08:01:41', NULL, 0, 0, NULL),
(618, 'beamer', 'completed', 10, '2021-02-04 08:00:00', '2021-02-04 08:14:22', '2021-02-03 08:02:01', '2021-02-04 08:14:22', NULL, 0, 0, NULL),
(619, 'beamer', 'completed', 10, '2021-02-05 08:00:00', '2021-02-05 08:01:37', '2021-02-04 08:14:41', '2021-02-05 08:01:37', NULL, 0, 0, NULL),
(620, 'export_files_cleanup', 'completed', 10, '2021-02-13 21:00:00', '2021-02-14 08:01:43', '2021-02-05 08:01:56', '2021-02-14 08:01:43', NULL, 0, 0, NULL),
(621, 'beamer', 'completed', 10, '2021-02-06 08:00:00', '2021-02-06 08:01:43', '2021-02-05 08:01:56', '2021-02-06 08:01:43', NULL, 0, 0, NULL),
(622, 'beamer', 'completed', 10, '2021-02-07 08:00:00', '2021-02-07 08:01:41', '2021-02-06 08:02:02', '2021-02-07 08:01:41', NULL, 0, 0, NULL),
(623, 'inactive_subscribers', 'completed', 10, '2021-02-12 21:00:00', '2021-02-12 21:32:13', '2021-02-06 21:01:39', '2021-02-12 21:32:13', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(624, 'beamer', 'completed', 10, '2021-02-08 08:00:00', '2021-02-08 08:01:47', '2021-02-07 08:02:00', '2021-02-08 08:01:47', NULL, 0, 0, NULL),
(625, 'beamer', 'completed', 10, '2021-02-09 08:00:00', '2021-02-09 08:01:50', '2021-02-08 08:02:06', '2021-02-09 08:01:50', NULL, 0, 0, NULL),
(626, 'beamer', 'completed', 10, '2021-02-10 08:00:00', '2021-02-10 08:15:24', '2021-02-09 08:02:10', '2021-02-10 08:15:24', NULL, 0, 0, NULL),
(627, 'beamer', 'completed', 10, '2021-02-11 08:00:00', '2021-02-11 08:15:55', '2021-02-10 08:15:43', '2021-02-11 08:15:55', NULL, 0, 0, NULL),
(628, 'beamer', 'completed', 10, '2021-02-12 08:00:00', '2021-02-12 08:01:47', '2021-02-11 08:16:14', '2021-02-12 08:01:47', NULL, 0, 0, NULL),
(629, 'beamer', 'completed', 10, '2021-02-13 08:00:00', '2021-02-13 08:05:34', '2021-02-12 08:02:07', '2021-02-13 08:05:34', NULL, 0, 0, NULL),
(630, 'inactive_subscribers', 'completed', 10, '2021-02-17 21:00:00', '2021-02-17 21:01:50', '2021-02-12 21:32:13', '2021-02-17 21:01:50', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(631, 'beamer', 'completed', 10, '2021-02-14 08:00:00', '2021-02-14 08:01:43', '2021-02-13 08:05:54', '2021-02-14 08:01:43', NULL, 0, 0, NULL),
(632, 'export_files_cleanup', 'completed', 10, '2021-02-20 21:00:00', '2021-02-21 08:01:46', '2021-02-14 08:02:03', '2021-02-21 08:01:46', NULL, 0, 0, NULL),
(633, 'beamer', 'completed', 10, '2021-02-15 08:00:00', '2021-02-15 08:01:45', '2021-02-14 08:02:03', '2021-02-15 08:01:45', NULL, 0, 0, NULL),
(634, 'beamer', 'completed', 10, '2021-02-16 08:00:00', '2021-02-16 08:01:49', '2021-02-15 08:02:05', '2021-02-16 08:01:49', NULL, 0, 0, NULL),
(635, 'beamer', 'completed', 10, '2021-02-17 08:00:00', '2021-02-17 08:01:47', '2021-02-16 08:02:09', '2021-02-17 08:01:47', NULL, 0, 0, NULL),
(636, 'beamer', 'completed', 10, '2021-02-18 08:00:00', '2021-02-18 08:01:47', '2021-02-17 08:02:06', '2021-02-18 08:01:47', NULL, 0, 0, NULL),
(637, 'inactive_subscribers', 'completed', 10, '2021-02-26 21:00:00', '2021-02-26 21:01:44', '2021-02-17 21:01:50', '2021-02-26 21:01:44', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(638, 'beamer', 'completed', 10, '2021-02-19 08:00:00', '2021-02-19 08:01:43', '2021-02-18 08:02:07', '2021-02-19 08:01:43', NULL, 0, 0, NULL),
(639, 'beamer', 'completed', 10, '2021-02-20 08:00:00', '2021-02-20 08:01:44', '2021-02-19 08:02:02', '2021-02-20 08:01:44', NULL, 0, 0, NULL),
(640, 'beamer', 'completed', 10, '2021-02-21 08:00:00', '2021-02-21 08:01:46', '2021-02-20 08:02:04', '2021-02-21 08:01:46', NULL, 0, 0, NULL),
(641, 'export_files_cleanup', 'completed', 10, '2021-02-27 21:00:00', '2021-02-28 08:01:47', '2021-02-21 08:02:06', '2021-02-28 08:01:47', NULL, 0, 0, NULL),
(642, 'beamer', 'completed', 10, '2021-02-22 08:00:00', '2021-02-22 08:02:01', '2021-02-21 08:02:06', '2021-02-22 08:02:01', NULL, 0, 0, NULL),
(643, 'beamer', 'completed', 10, '2021-02-23 08:00:00', '2021-02-23 08:01:44', '2021-02-22 08:02:21', '2021-02-23 08:01:44', NULL, 0, 0, NULL),
(644, 'beamer', 'completed', 10, '2021-02-24 08:00:00', '2021-02-24 08:01:58', '2021-02-23 08:02:04', '2021-02-24 08:01:58', NULL, 0, 0, NULL),
(645, 'beamer', 'completed', 10, '2021-02-25 08:00:00', '2021-02-25 08:01:52', '2021-02-24 08:02:18', '2021-02-25 08:01:52', NULL, 0, 0, NULL),
(646, 'beamer', 'completed', 10, '2021-02-26 08:00:00', '2021-02-26 08:01:49', '2021-02-25 08:02:12', '2021-02-26 08:01:49', NULL, 0, 0, NULL),
(647, 'beamer', 'completed', 10, '2021-02-27 08:00:00', '2021-02-27 08:01:48', '2021-02-26 08:02:09', '2021-02-27 08:01:48', NULL, 0, 0, NULL),
(648, 'inactive_subscribers', 'completed', 10, '2021-03-03 21:00:00', '2021-03-03 21:02:03', '2021-02-26 21:01:44', '2021-03-03 21:02:03', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(649, 'beamer', 'completed', 10, '2021-02-28 08:00:00', '2021-02-28 08:01:47', '2021-02-27 08:02:07', '2021-02-28 08:01:47', NULL, 0, 0, NULL),
(650, 'export_files_cleanup', 'completed', 10, '2021-03-02 21:00:00', '2021-03-03 08:01:51', '2021-02-28 08:02:07', '2021-03-03 08:01:51', NULL, 0, 0, NULL),
(651, 'beamer', 'completed', 10, '2021-03-01 08:00:00', '2021-03-01 08:01:48', '2021-02-28 08:02:07', '2021-03-01 08:01:48', NULL, 0, 0, NULL),
(652, 'beamer', 'completed', 10, '2021-03-02 08:00:00', '2021-03-02 08:01:48', '2021-03-01 08:02:08', '2021-03-02 08:01:48', NULL, 0, 0, NULL),
(653, 'stats_notification_automated_emails', 'completed', 10, '2021-04-05 09:00:00', '2021-04-05 10:10:38', '2021-03-01 09:02:08', '2021-04-05 10:10:38', NULL, 0, 0, NULL),
(654, 'beamer', 'completed', 10, '2021-03-03 08:00:00', '2021-03-03 08:01:51', '2021-03-02 08:02:07', '2021-03-03 08:01:51', NULL, 0, 0, NULL),
(655, 'export_files_cleanup', 'completed', 10, '2021-03-08 21:00:00', '2021-03-09 08:09:35', '2021-03-03 08:02:10', '2021-03-09 08:09:35', NULL, 0, 0, NULL),
(656, 'beamer', 'completed', 10, '2021-03-04 08:00:00', '2021-03-04 08:01:45', '2021-03-03 08:02:10', '2021-03-04 08:01:45', NULL, 0, 0, NULL),
(657, 'inactive_subscribers', 'completed', 10, '2021-03-07 21:00:00', '2021-03-07 21:01:47', '2021-03-03 21:02:03', '2021-03-07 21:01:47', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(658, 'beamer', 'completed', 10, '2021-03-05 08:00:00', '2021-03-05 08:01:50', '2021-03-04 08:02:05', '2021-03-05 08:01:50', NULL, 0, 0, NULL),
(659, 'beamer', 'completed', 10, '2021-03-06 08:00:00', '2021-03-06 08:01:50', '2021-03-05 08:02:10', '2021-03-06 08:01:50', NULL, 0, 0, NULL),
(660, 'beamer', 'completed', 10, '2021-03-07 08:00:00', '2021-03-07 08:01:47', '2021-03-06 08:02:09', '2021-03-07 08:01:47', NULL, 0, 0, NULL),
(661, 'beamer', 'completed', 10, '2021-03-08 08:00:00', '2021-03-08 08:01:46', '2021-03-07 08:02:06', '2021-03-08 08:01:46', NULL, 0, 0, NULL),
(662, 'inactive_subscribers', 'completed', 10, '2021-03-19 21:00:00', '2021-03-19 21:31:59', '2021-03-07 21:01:47', '2021-03-19 21:31:59', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(663, 'beamer', 'completed', 10, '2021-03-09 08:00:00', '2021-03-09 08:09:35', '2021-03-08 08:02:06', '2021-03-09 08:09:35', NULL, 0, 0, NULL),
(664, 'export_files_cleanup', 'completed', 10, '2021-03-15 21:00:00', '2021-03-16 08:30:26', '2021-03-09 08:09:54', '2021-03-16 08:30:26', NULL, 0, 0, NULL),
(665, 'beamer', 'completed', 10, '2021-03-10 08:00:00', '2021-03-10 08:01:45', '2021-03-09 08:09:54', '2021-03-10 08:01:45', NULL, 0, 0, NULL),
(666, 'beamer', 'completed', 10, '2021-03-11 08:00:00', '2021-03-11 08:43:50', '2021-03-10 08:02:05', '2021-03-11 08:43:50', NULL, 0, 0, NULL),
(667, 'beamer', 'completed', 10, '2021-03-12 08:00:00', '2021-03-12 08:12:49', '2021-03-11 08:44:10', '2021-03-12 08:12:49', NULL, 0, 0, NULL);
INSERT INTO `wp_mailpoet_scheduled_tasks` (`id`, `type`, `status`, `priority`, `scheduled_at`, `processed_at`, `created_at`, `updated_at`, `deleted_at`, `in_progress`, `reschedule_count`, `meta`) VALUES
(668, 'beamer', 'completed', 10, '2021-03-13 08:00:00', '2021-03-13 10:22:40', '2021-03-12 08:13:09', '2021-03-13 10:22:40', NULL, 0, 0, NULL),
(669, 'beamer', 'completed', 10, '2021-03-14 08:00:00', '2021-03-14 09:00:02', '2021-03-13 10:23:00', '2021-03-14 09:00:02', NULL, 0, 0, NULL),
(670, 'beamer', 'completed', 10, '2021-03-15 08:00:00', '2021-03-15 08:14:43', '2021-03-14 09:00:21', '2021-03-15 08:14:43', NULL, 0, 0, NULL),
(671, 'beamer', 'completed', 10, '2021-03-16 08:00:00', '2021-03-16 08:30:26', '2021-03-15 08:15:03', '2021-03-16 08:30:26', NULL, 0, 0, NULL),
(672, 'export_files_cleanup', 'completed', 10, '2021-03-27 21:00:00', '2021-03-28 09:36:15', '2021-03-16 08:30:46', '2021-03-28 09:36:15', NULL, 0, 0, NULL),
(673, 'beamer', 'completed', 10, '2021-03-17 08:00:00', '2021-03-17 11:02:37', '2021-03-16 08:30:46', '2021-03-17 11:02:37', NULL, 0, 0, NULL),
(674, 'beamer', 'completed', 10, '2021-03-18 08:00:00', '2021-03-18 09:22:29', '2021-03-17 11:02:56', '2021-03-18 09:22:29', NULL, 0, 0, NULL),
(675, 'beamer', 'completed', 10, '2021-03-19 08:00:00', '2021-03-19 08:13:56', '2021-03-18 09:22:48', '2021-03-19 08:13:56', NULL, 0, 0, NULL),
(676, 'beamer', 'completed', 10, '2021-03-20 08:00:00', '2021-03-20 11:07:18', '2021-03-19 08:14:16', '2021-03-20 11:07:18', NULL, 0, 0, NULL),
(677, 'inactive_subscribers', 'completed', 10, '2021-03-26 21:00:00', '2021-03-26 21:43:34', '2021-03-19 21:31:59', '2021-03-26 21:43:34', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(678, 'beamer', 'completed', 10, '2021-03-21 08:00:00', '2021-03-21 09:27:23', '2021-03-20 11:07:38', '2021-03-21 09:27:23', NULL, 0, 0, NULL),
(679, 'beamer', 'completed', 10, '2021-03-22 08:00:00', '2021-03-22 08:05:44', '2021-03-21 09:27:43', '2021-03-22 08:05:44', NULL, 0, 0, NULL),
(680, 'beamer', 'completed', 10, '2021-03-23 08:00:00', '2021-03-23 11:11:36', '2021-03-22 08:06:04', '2021-03-23 11:11:36', NULL, 0, 0, NULL),
(681, 'beamer', 'completed', 10, '2021-03-24 08:00:00', '2021-03-24 10:21:08', '2021-03-23 11:11:54', '2021-03-24 10:21:08', NULL, 0, 0, NULL),
(682, 'beamer', 'completed', 10, '2021-03-25 08:00:00', '2021-03-25 09:41:19', '2021-03-24 10:21:28', '2021-03-25 09:41:19', NULL, 0, 0, NULL),
(683, 'beamer', 'completed', 10, '2021-03-26 08:00:00', '2021-03-26 10:02:48', '2021-03-25 09:41:38', '2021-03-26 10:02:48', NULL, 0, 0, NULL),
(684, 'beamer', 'completed', 10, '2021-03-27 08:00:00', '2021-03-27 08:06:26', '2021-03-26 10:03:07', '2021-03-27 08:06:26', NULL, 0, 0, NULL),
(685, 'inactive_subscribers', 'completed', 10, '2021-03-30 21:00:00', '2021-03-30 23:13:54', '2021-03-26 21:43:34', '2021-03-30 23:13:54', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(686, 'beamer', 'completed', 10, '2021-03-28 08:00:00', '2021-03-28 09:36:15', '2021-03-27 08:06:45', '2021-03-28 09:36:15', NULL, 0, 0, NULL),
(687, 'export_files_cleanup', 'completed', 10, '2021-04-01 21:00:00', '2021-04-02 10:16:17', '2021-03-28 09:36:34', '2021-04-02 10:16:17', NULL, 0, 0, NULL),
(688, 'beamer', 'completed', 10, '2021-03-29 08:00:00', '2021-03-29 08:45:46', '2021-03-28 09:36:34', '2021-03-29 08:45:46', NULL, 0, 0, NULL),
(689, 'beamer', 'completed', 10, '2021-03-30 08:00:00', '2021-03-30 09:22:58', '2021-03-29 08:46:05', '2021-03-30 09:22:58', NULL, 0, 0, NULL),
(690, 'beamer', 'completed', 10, '2021-03-31 08:00:00', '2021-03-31 08:26:59', '2021-03-30 09:23:18', '2021-03-31 08:26:59', NULL, 0, 0, NULL),
(691, 'inactive_subscribers', 'completed', 10, '2021-04-05 21:00:00', '2021-04-06 01:35:18', '2021-03-30 23:13:54', '2021-04-06 01:35:18', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(692, 'beamer', 'completed', 10, '2021-04-01 08:00:00', '2021-04-01 08:58:11', '2021-03-31 08:27:19', '2021-04-01 08:58:11', NULL, 0, 0, NULL),
(693, 'beamer', 'completed', 10, '2021-04-02 08:00:00', '2021-04-02 10:16:17', '2021-04-01 08:58:31', '2021-04-02 10:16:17', NULL, 0, 0, NULL),
(694, 'export_files_cleanup', 'completed', 10, '2021-04-05 21:00:00', '2021-04-06 01:35:18', '2021-04-02 10:16:37', '2021-04-06 01:35:18', NULL, 0, 0, NULL),
(695, 'beamer', 'completed', 10, '2021-04-03 08:00:00', '2021-04-03 08:24:38', '2021-04-02 10:16:37', '2021-04-03 08:24:38', NULL, 0, 0, NULL),
(696, 'beamer', 'completed', 10, '2021-04-04 08:00:00', '2021-04-04 10:18:09', '2021-04-03 08:24:57', '2021-04-04 10:18:09', NULL, 0, 0, NULL),
(697, 'beamer', 'completed', 10, '2021-04-05 08:00:00', '2021-04-05 08:33:08', '2021-04-04 10:18:28', '2021-04-05 08:33:08', NULL, 0, 0, NULL),
(698, 'beamer', 'completed', 10, '2021-04-06 08:00:00', '2021-04-06 08:49:45', '2021-04-05 08:33:27', '2021-04-06 08:49:45', NULL, 0, 0, NULL),
(699, 'stats_notification_automated_emails', 'completed', 10, '2021-05-03 09:00:00', '2021-05-03 09:42:48', '2021-04-05 10:10:58', '2021-05-03 09:42:48', NULL, 0, 0, NULL),
(700, 'inactive_subscribers', 'completed', 10, '2021-04-17 21:00:00', '2021-04-17 21:15:27', '2021-04-06 01:35:18', '2021-04-17 21:15:27', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(701, 'export_files_cleanup', 'completed', 10, '2021-04-13 21:00:00', '2021-04-14 09:32:04', '2021-04-06 01:35:38', '2021-04-14 09:32:04', NULL, 0, 0, NULL),
(702, 'beamer', 'completed', 10, '2021-04-07 08:00:00', '2021-04-07 11:18:40', '2021-04-06 08:50:05', '2021-04-07 11:18:40', NULL, 0, 0, NULL),
(703, 'beamer', 'completed', 10, '2021-04-08 08:00:00', '2021-04-08 08:59:09', '2021-04-07 11:19:00', '2021-04-08 08:59:09', NULL, 0, 0, NULL),
(704, 'beamer', 'completed', 10, '2021-04-09 08:00:00', '2021-04-09 10:06:51', '2021-04-08 08:59:28', '2021-04-09 10:06:51', NULL, 0, 0, NULL),
(705, 'beamer', 'completed', 10, '2021-04-10 08:00:00', '2021-04-10 10:07:11', '2021-04-09 10:07:10', '2021-04-10 10:07:11', NULL, 0, 0, NULL),
(706, 'beamer', 'completed', 10, '2021-04-11 08:00:00', '2021-04-11 09:29:51', '2021-04-10 10:07:31', '2021-04-11 09:29:51', NULL, 0, 0, NULL),
(707, 'beamer', 'completed', 10, '2021-04-12 08:00:00', '2021-04-12 08:13:15', '2021-04-11 09:30:11', '2021-04-12 08:13:15', NULL, 0, 0, NULL),
(708, 'beamer', 'completed', 10, '2021-04-13 08:00:00', '2021-04-13 08:44:26', '2021-04-12 08:13:34', '2021-04-13 08:44:26', NULL, 0, 0, NULL),
(709, 'beamer', 'completed', 10, '2021-04-14 08:00:00', '2021-04-14 09:32:04', '2021-04-13 08:44:45', '2021-04-14 09:32:04', NULL, 0, 0, NULL),
(710, 'export_files_cleanup', 'completed', 10, '2021-04-22 21:00:00', '2021-04-23 01:04:19', '2021-04-14 09:32:24', '2021-04-23 01:04:19', NULL, 0, 0, NULL),
(711, 'beamer', 'completed', 10, '2021-04-15 08:00:00', '2021-04-15 08:47:59', '2021-04-14 09:32:24', '2021-04-15 08:47:59', NULL, 0, 0, NULL),
(712, 'beamer', 'completed', 10, '2021-04-16 08:00:00', '2021-04-16 08:02:37', '2021-04-15 08:48:19', '2021-04-16 08:02:37', NULL, 0, 0, NULL),
(713, 'beamer', 'completed', 10, '2021-04-17 08:00:00', '2021-04-17 08:26:36', '2021-04-16 08:02:57', '2021-04-17 08:26:36', NULL, 0, 0, NULL),
(714, 'beamer', 'completed', 10, '2021-04-18 08:00:00', '2021-04-18 10:14:08', '2021-04-17 08:26:56', '2021-04-18 10:14:08', NULL, 0, 0, NULL),
(715, 'inactive_subscribers', 'completed', 10, '2021-04-22 21:00:00', '2021-04-23 01:04:19', '2021-04-17 21:15:27', '2021-04-23 01:04:19', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(716, 'beamer', 'completed', 10, '2021-04-19 08:00:00', '2021-04-19 08:38:36', '2021-04-18 10:14:28', '2021-04-19 08:38:36', NULL, 0, 0, NULL),
(717, 'beamer', 'completed', 10, '2021-04-20 08:00:00', '2021-04-20 08:17:13', '2021-04-19 08:38:55', '2021-04-20 08:17:13', NULL, 0, 0, NULL),
(718, 'beamer', 'completed', 10, '2021-04-21 08:00:00', '2021-04-21 08:09:22', '2021-04-20 08:17:32', '2021-04-21 08:09:22', NULL, 0, 0, NULL),
(719, 'beamer', 'completed', 10, '2021-04-22 08:00:00', '2021-04-22 11:08:25', '2021-04-21 08:09:41', '2021-04-22 11:08:25', NULL, 0, 0, NULL),
(720, 'beamer', 'completed', 10, '2021-04-23 08:00:00', '2021-04-23 08:26:40', '2021-04-22 11:08:45', '2021-04-23 08:26:40', NULL, 0, 0, NULL),
(721, 'inactive_subscribers', 'completed', 10, '2021-04-29 21:00:00', '2021-04-30 03:07:49', '2021-04-23 01:04:19', '2021-04-30 03:07:49', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(722, 'export_files_cleanup', 'completed', 10, '2021-04-29 21:00:00', '2021-04-30 03:07:49', '2021-04-23 01:04:39', '2021-04-30 03:07:49', NULL, 0, 0, NULL),
(723, 'beamer', 'completed', 10, '2021-04-24 08:00:00', '2021-04-24 10:15:34', '2021-04-23 08:27:00', '2021-04-24 10:15:34', NULL, 0, 0, NULL),
(724, 'beamer', 'completed', 10, '2021-04-25 08:00:00', '2021-04-25 10:11:45', '2021-04-24 10:15:54', '2021-04-25 10:11:45', NULL, 0, 0, NULL),
(725, 'beamer', 'completed', 10, '2021-04-26 08:00:00', '2021-04-26 11:12:03', '2021-04-25 10:12:04', '2021-04-26 11:12:03', NULL, 0, 0, NULL),
(726, 'beamer', 'completed', 10, '2021-04-27 08:00:00', '2021-04-27 10:09:19', '2021-04-26 11:12:22', '2021-04-27 10:09:19', NULL, 0, 0, NULL),
(727, 'beamer', 'completed', 10, '2021-04-28 08:00:00', '2021-04-28 08:28:28', '2021-04-27 10:09:38', '2021-04-28 08:28:28', NULL, 0, 0, NULL),
(728, 'beamer', 'completed', 10, '2021-04-29 08:00:00', '2021-04-29 10:08:49', '2021-04-28 08:28:48', '2021-04-29 10:08:49', NULL, 0, 0, NULL),
(729, 'beamer', 'completed', 10, '2021-04-30 08:00:00', '2021-04-30 08:06:18', '2021-04-29 10:09:09', '2021-04-30 08:06:18', NULL, 0, 0, NULL),
(730, 'inactive_subscribers', 'completed', 10, '2021-05-03 21:00:00', '2021-05-03 22:19:47', '2021-04-30 03:07:49', '2021-05-03 22:19:47', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(731, 'export_files_cleanup', 'completed', 10, '2021-05-03 21:00:00', '2021-05-03 22:19:47', '2021-04-30 03:08:09', '2021-05-03 22:19:47', NULL, 0, 0, NULL),
(732, 'beamer', 'completed', 10, '2021-05-01 08:00:00', '2021-05-01 08:07:34', '2021-04-30 08:06:37', '2021-05-01 08:07:34', NULL, 0, 0, NULL),
(733, 'beamer', 'completed', 10, '2021-05-02 08:00:00', '2021-05-02 10:28:30', '2021-05-01 08:07:54', '2021-05-02 10:28:30', NULL, 0, 0, NULL),
(734, 'beamer', 'completed', 10, '2021-05-03 08:00:00', '2021-05-03 09:42:48', '2021-05-02 10:28:50', '2021-05-03 09:42:48', NULL, 0, 0, NULL),
(735, 'beamer', 'completed', 10, '2021-05-04 08:00:00', '2021-05-04 09:48:09', '2021-05-03 09:43:08', '2021-05-04 09:48:09', NULL, 0, 0, NULL),
(736, 'stats_notification_automated_emails', 'scheduled', 10, '2021-06-07 09:00:00', NULL, '2021-05-03 09:43:08', '2021-05-03 09:43:08', NULL, NULL, 0, NULL),
(737, 'inactive_subscribers', 'completed', 10, '2021-05-09 21:00:00', '2021-05-09 23:00:05', '2021-05-03 22:19:47', '2021-05-09 23:00:05', NULL, 0, 0, '{\"last_subscriber_id\":1000}'),
(738, 'export_files_cleanup', 'completed', 10, '2021-05-12 21:00:00', '2021-05-13 10:03:54', '2021-05-03 22:20:07', '2021-05-13 10:03:54', NULL, 0, 0, NULL),
(739, 'beamer', 'completed', 10, '2021-05-05 08:00:00', '2021-05-05 08:15:50', '2021-05-04 09:48:29', '2021-05-05 08:15:50', NULL, 0, 0, NULL),
(740, 'beamer', 'completed', 10, '2021-05-06 08:00:00', '2021-05-06 09:46:25', '2021-05-05 08:16:10', '2021-05-06 09:46:25', NULL, 0, 0, NULL),
(741, 'beamer', 'completed', 10, '2021-05-07 08:00:00', '2021-05-07 08:30:30', '2021-05-06 09:46:45', '2021-05-07 08:30:30', NULL, 0, 0, NULL),
(742, 'beamer', 'completed', 10, '2021-05-08 08:00:00', '2021-05-08 09:05:20', '2021-05-07 08:30:50', '2021-05-08 09:05:20', NULL, 0, 0, NULL),
(743, 'beamer', 'completed', 10, '2021-05-09 08:00:00', '2021-05-09 08:29:46', '2021-05-08 09:05:40', '2021-05-09 08:29:46', NULL, 0, 0, NULL),
(744, 'beamer', 'completed', 10, '2021-05-10 08:00:00', '2021-05-10 11:18:43', '2021-05-09 08:30:05', '2021-05-10 11:18:43', NULL, 0, 0, NULL),
(745, 'inactive_subscribers', 'scheduled', 10, '2021-05-17 21:00:00', NULL, '2021-05-09 23:00:05', '2021-05-09 23:00:05', NULL, NULL, 0, NULL),
(746, 'beamer', 'completed', 10, '2021-05-11 08:00:00', '2021-05-11 08:08:27', '2021-05-10 11:19:03', '2021-05-11 08:08:27', NULL, 0, 0, NULL),
(747, 'beamer', 'completed', 10, '2021-05-12 08:00:00', '2021-05-12 10:35:27', '2021-05-11 08:08:47', '2021-05-12 10:35:27', NULL, 0, 0, NULL),
(748, 'beamer', 'completed', 10, '2021-05-13 08:00:00', '2021-05-13 10:03:54', '2021-05-12 10:35:47', '2021-05-13 10:03:54', NULL, 0, 0, NULL),
(749, 'export_files_cleanup', 'scheduled', 10, '2021-05-20 21:00:00', NULL, '2021-05-13 10:04:14', '2021-05-13 10:04:14', NULL, NULL, 0, NULL),
(750, 'beamer', 'completed', 10, '2021-05-14 08:00:00', '2021-05-14 10:30:26', '2021-05-13 10:04:14', '2021-05-14 10:30:26', NULL, 0, 0, NULL),
(751, 'beamer', 'completed', 10, '2021-05-15 08:00:00', '2021-05-15 10:10:35', '2021-05-14 10:30:45', '2021-05-15 10:10:35', NULL, 0, 0, NULL),
(752, 'beamer', 'completed', 10, '2021-05-16 08:00:00', '2021-05-16 10:03:36', '2021-05-15 10:10:54', '2021-05-16 10:03:36', NULL, 0, 0, NULL),
(753, 'beamer', 'scheduled', 10, '2021-05-17 08:00:00', NULL, '2021-05-16 10:03:56', '2021-05-16 10:03:56', NULL, NULL, 0, NULL);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_scheduled_task_subscribers`
--

CREATE TABLE `wp_mailpoet_scheduled_task_subscribers` (
  `task_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `processed` int(1) NOT NULL,
  `failed` smallint(1) NOT NULL DEFAULT 0,
  `error` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_segments`
--

CREATE TABLE `wp_mailpoet_segments` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(90) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'default',
  `description` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_segments`
--

INSERT INTO `wp_mailpoet_segments` (`id`, `name`, `type`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Пользователи WordPress', 'wp_users', 'В этом списке присутствуют все ваши пользователи WordPress.', '2018-12-24 14:38:42', '2018-12-24 14:38:42', NULL),
(2, 'Мой первый список', 'default', 'Этот список автоматически создается после инсталляции MailPoet.', '2018-12-24 14:38:42', '2018-12-24 14:38:42', NULL),
(3, 'Клиенты WooCommerce', 'woocommerce_users', 'Этот список соддержит всех ваших клиентов WooCommerce.', '2019-10-29 07:31:29', '2019-10-29 07:31:29', NULL);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_sending_queues`
--

CREATE TABLE `wp_mailpoet_sending_queues` (
  `id` int(11) UNSIGNED NOT NULL,
  `task_id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `newsletter_rendered_body` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `newsletter_rendered_subject` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `subscribers` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `count_total` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `count_processed` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `count_to_process` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `meta` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_settings`
--

CREATE TABLE `wp_mailpoet_settings` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_settings`
--

INSERT INTO `wp_mailpoet_settings` (`id`, `name`, `value`, `created_at`, `updated_at`) VALUES
(1, 'sender', 'a:2:{s:4:\"name\";s:6:\"Kligur\";s:7:\"address\";s:15:\"admin@kligur.de\";}', '2018-12-24 14:38:42', '2018-12-24 14:39:03'),
(2, 'installed_at', '2018-12-24 14:38:42', '2018-12-24 14:38:42', '2018-12-24 14:38:42'),
(3, 're_captcha', 'a:3:{s:7:\"enabled\";b:0;s:10:\"site_token\";s:0:\"\";s:12:\"secret_token\";s:0:\"\";}', '2018-12-24 14:38:42', '2018-12-24 14:38:42'),
(4, 'subscriber_email_notification', 'a:2:{s:7:\"enabled\";b:1;s:7:\"address\";s:15:\"admin@kligur.de\";}', '2018-12-24 14:38:42', '2018-12-24 14:38:42'),
(5, 'mta_log', 'a:6:{s:4:\"sent\";N;s:7:\"started\";i:1578931698;s:6:\"status\";N;s:13:\"retry_attempt\";N;s:8:\"retry_at\";N;s:5:\"error\";N;}', '2018-12-24 14:38:42', '2020-01-13 16:08:18'),
(6, 'subscription', 'a:1:{s:5:\"pages\";a:4:{s:11:\"unsubscribe\";i:220;s:6:\"manage\";i:220;s:12:\"confirmation\";i:220;s:7:\"captcha\";i:220;}}', '2018-12-24 14:38:42', '2019-10-29 07:31:29'),
(7, 'db_version', '3.42.2', '2018-12-24 14:38:42', '2020-01-13 16:08:18'),
(8, 'cron_daemon', 'a:8:{s:5:\"token\";s:5:\"1gq0w\";s:6:\"status\";s:8:\"inactive\";s:15:\"run_accessed_at\";i:1621159455;s:14:\"run_started_at\";i:1621159455;s:16:\"run_completed_at\";i:1621159456;s:10:\"last_error\";N;s:15:\"last_error_date\";N;s:10:\"updated_at\";i:1621159456;}', '2018-12-24 14:38:42', '2021-05-17 07:39:43'),
(9, 'show_intro', '1', '2018-12-24 14:38:51', '2018-12-24 14:38:51'),
(10, 'show_congratulate_after_first_newsletter', '1', '2018-12-24 14:38:51', '2018-12-24 14:38:51'),
(11, 'version', '3.17.1', '2018-12-24 14:38:51', '2018-12-24 14:38:51'),
(12, 'cron_trigger', 'a:1:{s:6:\"method\";s:9:\"WordPress\";}', '2019-10-29 07:31:29', '2019-10-29 07:31:29'),
(13, 'signup_confirmation', 'a:1:{s:7:\"enabled\";b:1;}', '2019-10-29 07:31:29', '2019-10-29 07:31:29'),
(14, 'captcha', 'a:3:{s:4:\"type\";s:8:\"built-in\";s:20:\"recaptcha_site_token\";s:0:\"\";s:22:\"recaptcha_secret_token\";s:0:\"\";}', '2019-10-29 07:31:29', '2019-10-29 07:31:29'),
(15, 'stats_notifications', 'a:3:{s:7:\"enabled\";b:1;s:7:\"address\";s:15:\"admin@kligur.de\";s:9:\"automated\";b:1;}', '2019-10-29 07:31:29', '2019-10-29 07:31:29'),
(16, 'woocommerce', 'a:1:{s:17:\"optin_on_checkout\";a:2:{s:7:\"enabled\";b:0;s:7:\"message\";s:50:\"Yes, I would like to be added to your mailing list\";}}', '2019-10-29 07:31:29', '2019-10-29 07:31:29'),
(17, 'updates_log', 'a:4:{i:0;a:3:{s:16:\"previous_version\";s:6:\"3.18.0\";s:11:\"new_version\";s:6:\"3.38.1\";s:4:\"date\";s:19:\"2019-10-29 07:31:29\";}i:1;a:3:{s:16:\"previous_version\";s:6:\"3.38.1\";s:11:\"new_version\";s:6:\"3.39.2\";s:4:\"date\";s:19:\"2019-11-13 12:12:21\";}i:2;a:3:{s:16:\"previous_version\";s:6:\"3.39.2\";s:11:\"new_version\";s:6:\"3.41.2\";s:4:\"date\";s:19:\"2019-12-18 14:00:26\";}i:3;a:3:{s:16:\"previous_version\";s:6:\"3.41.2\";s:11:\"new_version\";s:6:\"3.42.2\";s:4:\"date\";s:19:\"2020-01-13 16:08:18\";}}', '2019-10-29 07:31:29', '2020-01-13 16:08:18'),
(18, 'cron_trigger_wordpress', 'a:1:{s:11:\"last_run_at\";i:1621237183;}', '2019-10-29 07:31:29', '2021-05-17 07:39:43'),
(19, 'last_announcement_date', '1615460446', '2019-10-29 07:31:50', '2021-05-16 10:03:36');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_statistics_clicks`
--

CREATE TABLE `wp_mailpoet_statistics_clicks` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `queue_id` int(11) UNSIGNED NOT NULL,
  `link_id` int(11) UNSIGNED NOT NULL,
  `count` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_statistics_forms`
--

CREATE TABLE `wp_mailpoet_statistics_forms` (
  `id` int(11) UNSIGNED NOT NULL,
  `form_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_statistics_newsletters`
--

CREATE TABLE `wp_mailpoet_statistics_newsletters` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `queue_id` int(11) UNSIGNED NOT NULL,
  `sent_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_statistics_opens`
--

CREATE TABLE `wp_mailpoet_statistics_opens` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `queue_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_statistics_unsubscribes`
--

CREATE TABLE `wp_mailpoet_statistics_unsubscribes` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `queue_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_statistics_woocommerce_purchases`
--

CREATE TABLE `wp_mailpoet_statistics_woocommerce_purchases` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `queue_id` int(11) UNSIGNED NOT NULL,
  `click_id` int(11) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `order_currency` char(3) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_price_total` float NOT NULL COMMENT 'With shipping and taxes in order_currency',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_stats_notifications`
--

CREATE TABLE `wp_mailpoet_stats_notifications` (
  `id` int(11) UNSIGNED NOT NULL,
  `newsletter_id` int(11) UNSIGNED NOT NULL,
  `task_id` int(11) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_subscribers`
--

CREATE TABLE `wp_mailpoet_subscribers` (
  `id` int(11) UNSIGNED NOT NULL,
  `wp_user_id` bigint(20) DEFAULT NULL,
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `email` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'unconfirmed',
  `subscribed_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `confirmed_ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `confirmed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `unconfirmed_data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source` enum('form','imported','administrator','api','wordpress_user','woocommerce_user','woocommerce_checkout','unknown') COLLATE utf8mb4_unicode_520_ci DEFAULT 'unknown',
  `is_woocommerce_user` int(1) NOT NULL DEFAULT 0,
  `last_subscribed_at` timestamp NULL DEFAULT NULL,
  `count_confirmations` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `unsubscribe_token` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `link_token` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_subscribers`
--

INSERT INTO `wp_mailpoet_subscribers` (`id`, `wp_user_id`, `first_name`, `last_name`, `email`, `status`, `subscribed_ip`, `confirmed_ip`, `confirmed_at`, `created_at`, `updated_at`, `deleted_at`, `unconfirmed_data`, `source`, `is_woocommerce_user`, `last_subscribed_at`, `count_confirmations`, `unsubscribe_token`, `link_token`) VALUES
(1, 1, 'kligur', '', 'admin@kligur.de', 'subscribed', NULL, NULL, NULL, '2018-12-24 14:38:42', '2019-10-29 07:31:50', NULL, NULL, 'wordpress_user', 0, '2018-12-24 14:38:42', 0, '4gkp0zefrts0o4s', '5b22a9'),
(2, 2, 'demo', '', 'demo@kligur.de', 'subscribed', NULL, NULL, NULL, '2018-12-26 08:19:21', '2019-10-29 07:31:50', NULL, NULL, 'wordpress_user', 0, '2018-12-26 08:19:21', 0, '2lvvpvhj9lus44o', '60b813');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_subscriber_custom_field`
--

CREATE TABLE `wp_mailpoet_subscriber_custom_field` (
  `id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `custom_field_id` int(11) UNSIGNED NOT NULL,
  `value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_subscriber_ips`
--

CREATE TABLE `wp_mailpoet_subscriber_ips` (
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_subscriber_segment`
--

CREATE TABLE `wp_mailpoet_subscriber_segment` (
  `id` int(11) UNSIGNED NOT NULL,
  `subscriber_id` int(11) UNSIGNED NOT NULL,
  `segment_id` int(11) UNSIGNED NOT NULL,
  `status` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'subscribed',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_mailpoet_subscriber_segment`
--

INSERT INTO `wp_mailpoet_subscriber_segment` (`id`, `subscriber_id`, `segment_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 'subscribed', '2018-12-24 14:38:42', '2018-12-24 14:38:42'),
(2, 2, 1, 'subscribed', '2018-12-26 08:19:21', '2018-12-26 08:19:21');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_mailpoet_user_flags`
--

CREATE TABLE `wp_mailpoet_user_flags` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_nextend2_image_storage`
--

CREATE TABLE `wp_nextend2_image_storage` (
  `id` int(11) NOT NULL,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Дамп данных таблицы `wp_nextend2_image_storage`
--

INSERT INTO `wp_nextend2_image_storage` (`id`, `hash`, `image`, `value`) VALUES
(1, 'abb438c5edfe359f01137ead13ea6be7', '$upload$/banner1.webp', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(2, '61fe4bd11bcdda4ed4fd3b04445ec599', '$upload$/banner2.webp', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(3, '7148fa26ad6dd9ee953b6c3f5f30c99d', 'https://smartslider3.com/sample/programmer.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(4, '6681af77aa8c9f342a3f8a98939dca43', 'https://smartslider3.com/sample/free1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(5, '2ebcc61fcb32c829e4927fbfd782ff7a', 'https://smartslider3.com/sample/photographer.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(6, 'c89eb5950004d9d1db125f4e29010abe', '$upload$/banner-01.webp', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(7, '3fdbd5e8868be9b901d1fe381d5ba104', '$upload$/banner-02.webp', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(8, 'd8d4bff55011349444a9cd5f56683000', '$upload$/banner-8.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(9, 'a264f3557fce5123fe23d38d14d5da6d', '$upload$/banner-7.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(10, '9d687221359473b5ee04b481c20d5657', '$upload$/banner-5.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(11, 'c4e6118b39255ed4677c973b3680570b', '$upload$/banner-9.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(12, '7892f0bbef98069580db7767a422c8f0', '$upload$/banner-3.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(13, '2860e46304838e1a03080df8bf946433', '$upload$/banner-9-1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(14, '6d2e208a3c0d3672b473b250c49e1081', '$upload$/banner-2.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(15, '848edbdc057ee80a2399da4d92f7aa2f', '$upload$/banner-2-1.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(16, 'fecc80fa261ae20fb1ed3a650fe4802f', '$upload$/banner-4.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(17, 'a0936bce29440c6e44bb19c63e67af01', '$upload$/new-year-de.jpg', 'eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_nextend2_section_storage`
--

CREATE TABLE `wp_nextend2_section_storage` (
  `id` int(11) NOT NULL,
  `application` varchar(20) NOT NULL,
  `section` varchar(128) NOT NULL,
  `referencekey` varchar(128) NOT NULL,
  `value` mediumtext NOT NULL,
  `system` int(11) NOT NULL DEFAULT 0,
  `editable` int(11) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Дамп данных таблицы `wp_nextend2_section_storage`
--

INSERT INTO `wp_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES
(10000, 'system', 'global', 'n2_ss3_version', '3.3.26r5661', 1, 1),
(10827, 'smartslider', 'tutorial', 'hideContentMode', '1', 0, 1),
(10844, 'smartslider', 'tutorial', 'free', '1', 0, 1),
(12076, 'smartslider', 'sliderChanged', '3', '0', 0, 1),
(12077, 'cache', 'notweb/n2-ss-3', 'data.manifest', '{\"generator\":[]}', 0, 1),
(12078, 'cache', 'notweb/n2-ss-3', 'variations.manifest', '1', 0, 1),
(12079, 'cache', 'notweb/n2-ss-3', 'sliderru_RU1.manifest', '{\"hash\":\"\",\"nextCacheRefresh\":1894549567,\"currentPath\":\"07c94941c9cbfc195f327ca2f3d74b89\",\"version\":\"3.3.26\"}', 0, 1);
INSERT INTO `wp_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES
(12080, 'cache', 'notweb/n2-ss-3', 'sliderru_RU1', '{\"html\":\"<div class=\\\"n2-section-smartslider \\\" role=\\\"region\\\" aria-label=\\\"\\u0421\\u043b\\u0430\\u0439\\u0434\\u0435\\u0440\\\"><style>div#n2-ss-3{width:1920px;float:left;margin:0px 0px 0px 0px;}html[dir=\\\"rtl\\\"] div#n2-ss-3{float:right;}div#n2-ss-3 .n2-ss-slider-1{position:relative;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;height:620px;border-style:solid;border-width:0px;border-color:#3e3e3e;border-color:RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;}div#n2-ss-3 .n2-ss-slider-background-video-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}div#n2-ss-3 .n2-ss-slider-2{position:relative;width:100%;height:100%;}.x-firefox div#n2-ss-3 .n2-ss-slider-2{opacity:0.99999;}div#n2-ss-3 .n2-ss-slider-3{position:relative;width:100%;height:100%;overflow:hidden;outline:1px solid rgba(0,0,0,0);z-index:10;}div#n2-ss-3 .n2-ss-slide-backgrounds,div#n2-ss-3 .n2-ss-slider-3 > .n-particles-js-canvas-el,div#n2-ss-3 .n2-ss-slider-3 > .n2-ss-divider{position:absolute;left:0;top:0;width:100%;height:100%;}div#n2-ss-3 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-3 .n2-ss-slider-3 > .n-particles-js-canvas-el{z-index:12;}div#n2-ss-3 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-3 .n2-ss-slide{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:block;-webkit-backface-visibility:hidden;}div#n2-ss-3 .n2-ss-layers-container{position:relative;width:1920px;height:620px;}div#n2-ss-3 .n2-ss-parallax-clip > .n2-ss-layers-container{position:absolute;right:0;}div#n2-ss-3 .n2-ss-slide{perspective:1500px;}div#n2-ss-3[data-ie] .n2-ss-slide{perspective:none;transform:perspective(1500px);}div#n2-ss-3 .n2-ss-slide-active{z-index:21;}div#n2-ss-3 .n2-ss-button-container,div#n2-ss-3 .n2-ss-button-container a{display:inline-block;}div#n2-ss-3 .n2-ss-button-container.n2-ss-fullwidth,div#n2-ss-3 .n2-ss-button-container.n2-ss-fullwidth a{display:block;}div#n2-ss-3 .n2-ss-button-container.n2-ss-nowrap{white-space:nowrap;}div#n2-ss-3 .n2-ss-button-container a div{display:inline;font-size:inherit;text-decoration:inherit;color:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;}div#n2-ss-3 .n2-ss-button-container a > div{display:inline-flex;align-items:center;vertical-align:top;}div#n2-ss-3 .n2-ss-button-container span{font-size:100%;vertical-align:baseline;}div#n2-ss-3 .n2-ss-button-container a[data-iconplacement=\\\"left\\\"] span{margin-right:0.3em;}div#n2-ss-3 .n2-ss-button-container a[data-iconplacement=\\\"right\\\"] span{margin-left:0.3em;}div#n2-ss-3 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:20;}div#n2-ss-3 .nextend-arrow img{position:relative;min-height:0;min-width:0;vertical-align:top;width:auto;height:auto;max-width:100%;max-height:100%;display:inline;}div#n2-ss-3 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-3 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-3 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-3 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-3 .nextend-arrow-animated > div{position:relative;}div#n2-ss-3 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-3 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-3 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;left:0;}div#n2-ss-3 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{left:-100%;}div#n2-ss-3 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active,div#n2-ss-3 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div{left:100%;}div#n2-ss-3 .nextend-arrow.nextend-arrow-animated-horizontal:HOVER .n2-active{left:0;}div#n2-ss-3 .nextend-arrow-animated-vertical > div{transition:all 0.4s;top:0;}div#n2-ss-3 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-3 .nextend-arrow-animated-vertical .n2-active{top:-100%;}div#n2-ss-3 .nextend-arrow-animated-vertical:HOVER > div{top:100%;}div#n2-ss-3 .nextend-arrow-animated-vertical:HOVER .n2-active{top:0;}div#n2-ss-3 .n-uc-16a86842eaa5e-inner{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,255,255,0.5);border-radius:10px;}div#n2-ss-3 .n2-font-18cbb39ecd86a9ff5632af69f3280ba8-hover{font-family: \'Everest-Ultra\';color: #d5512a;font-size:237.5%;text-shadow: none;line-height: 1.25;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-ff8c24237876682855dd7b1df1483b04-paragraph{font-family: \'Roboto\';color: #282828;font-size:137.5%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-ff8c24237876682855dd7b1df1483b04-paragraph a, div#n2-ss-3 .n2-font-ff8c24237876682855dd7b1df1483b04-paragraph a:FOCUS{font-family: \'Roboto\';color: #1890d7;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-ff8c24237876682855dd7b1df1483b04-paragraph a:HOVER, div#n2-ss-3 .n2-font-ff8c24237876682855dd7b1df1483b04-paragraph a:ACTIVE{font-family: \'Roboto\';color: #1890d7;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading{background: #ffffff;background: RGBA(255,255,255,0);opacity:1;padding:0px 0px 0px 0px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:0px;}div#n2-ss-3 .n2-font-0979a83c3d41fc67d536d43bbd7492bc-link a{font-family: \'Roboto\';color: #000000;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-0979a83c3d41fc67d536d43bbd7492bc-link a:HOVER, div#n2-ss-3 .n2-font-0979a83c3d41fc67d536d43bbd7492bc-link a:ACTIVE, div#n2-ss-3 .n2-font-0979a83c3d41fc67d536d43bbd7492bc-link a:FOCUS{color: #fee503;}div#n2-ss-3 .n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading{background: #fee503;opacity:1;padding:10px 30px 10px 30px ;box-shadow: none;border-width: 0px;border-style: solid;border-color: #000000; border-color: RGBA(0,0,0,1);border-radius:5px;}div#n2-ss-3 .n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading:Hover, div#n2-ss-3 .n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading:ACTIVE, div#n2-ss-3 .n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading:FOCUS{background: #2e2e2e;}div#n2-ss-3 .n-uc-1ee23c6d15746-inner{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(0,0,0,0.5);border-radius:10px;}div#n2-ss-3 .n2-font-512950ffdc5386fb460547561defdb0d-hover{font-family: \'Everest-Ultra\';color: #ec911f;font-size:237.5%;text-shadow: none;line-height: 1.25;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph{font-family: \'Roboto\';color: #ffffff;font-size:137.5%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph a, div#n2-ss-3 .n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph a:FOCUS{font-family: \'Roboto\';color: #1890d7;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph a:HOVER, div#n2-ss-3 .n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph a:ACTIVE{font-family: \'Roboto\';color: #1890d7;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-ba90281a2865e4d3cc986014b781d553-link a{font-family: \'Roboto\';color: #000000;font-size:100%;text-shadow: none;line-height: 1.5;font-weight: normal;font-style: normal;text-decoration: none;text-align: center;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n2-font-ba90281a2865e4d3cc986014b781d553-link a:HOVER, div#n2-ss-3 .n2-font-ba90281a2865e4d3cc986014b781d553-link a:ACTIVE, div#n2-ss-3 .n2-font-ba90281a2865e4d3cc986014b781d553-link a:FOCUS{color: #fee503;}div#n2-ss-3 .n-uc-KEZLUWAw7etb-inner{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(255,253,253,0.58);border-radius:10px;}div#n2-ss-3 .n2-font-bd4960ea8c97ad6742a2bc2d1aa2c96d-hover{font-family: \'Everest-Ultra\';color: #d85935;font-size:237.5%;text-shadow: none;line-height: 1.25;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}div#n2-ss-3 .n-uc-FVWLdUZFfl4j-inner{transition:all .3s;transition-property:border,background-image,background-color,border-radius,box-shadow;background:RGBA(0,0,0,0.5);border-radius:10px;}div#n2-ss-3 .n2-font-af7a8e50a119dfa02fda4837d0a20b9b-hover{font-family: \'Everest-Ultra\';color: #e79d19;font-size:237.5%;text-shadow: none;line-height: 1.25;font-weight: 400;font-style: normal;text-decoration: none;text-align: left;letter-spacing: normal;word-spacing: normal;text-transform: none;font-weight: 400;}<\\/style><div id=\\\"n2-ss-3-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-3\\\" data-creator=\\\"Smart Slider 3\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition  n2-ss-load-fade \\\" data-minFontSizedesktopPortrait=\\\"4\\\" data-minFontSizedesktopLandscape=\\\"4\\\" data-minFontSizetabletPortrait=\\\"4\\\" data-minFontSizetabletLandscape=\\\"4\\\" data-minFontSizemobilePortrait=\\\"4\\\" data-minFontSizemobileLandscape=\\\"4\\\" style=\\\"font-size: 1rem;\\\" data-fontsize=\\\"16\\\">\\r\\n        <div class=\\\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\\\" style=\\\"\\\">\\r\\n                        <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\r\\n                                    <div class=\\\"n2-ss-background-animation n2-ow\\\"><\\/div>\\r\\n                                <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\r\\n\\r\\n                    <div class=\\\"n2-ss-slide-backgrounds\\\"><\\/div><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"6\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-6\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"fecc80fa261ae20fb1ed3a650fe4802f\\\" data-desktop=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-4.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-4.jpg\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 1300px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1300\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 255px;width: 40%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"255\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|0|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"40\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:-2.5em 0em -0.625em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"-40|*|0|*|-10|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"center\\\" data-desktopportraitselfalign=\\\"center\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ss-item-content n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/web1.png\\\" id=\\\"n2-ss-3item1\\\" alt=\\\"\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-16a86842eaa5e\\\" style=\\\"max-width: 600px;width: 60%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"600\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"60\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content n-uc-16a86842eaa5e-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 17.1875em 2.5em 0em ;max-width: 600px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|275|*|40|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"600\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-tabletportraitfontsize=\\\"80\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-3item2\\\" class=\\\"n2-font-18cbb39ecd86a9ff5632af69f3280ba8-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Geschwei\\u00dfter W\\u00e4rmetauscher<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em -0.9375em 1.875em 0em ;max-width: 620px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|-15|*|30|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"620\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-item-content n2-ow\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><p class=\\\"n2-font-ff8c24237876682855dd7b1df1483b04-paragraph  n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading  n2-ow\\\">Eine innovative Alternative zu einem Rohrb\\u00fcndelw\\u00e4rmetauscher f\\u00fcr Heiz- und K\\u00fchlanwendungen<\\/p>\\n<\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-button-container n2-ss-item-content n2-ow n2-font-0979a83c3d41fc67d536d43bbd7492bc-link  n2-ss-nowrap\\\"><a class=\\\"n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading  n2-ow \\\" href=\\\"https:\\/\\/kligur.de\\/svarnyje-paketnyje-teploobmenniki\\/svarnoj-paketnyj-teploobmennik-s-razbornym-korpusom\\/\\\"><div><div>Weitere Details  ><\\/div><\\/div><\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"9\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-9\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"9d687221359473b5ee04b481c20d5657\\\" data-desktop=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-5.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-5.jpg\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 1300px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1300\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 255px;width: 40%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"255\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|0|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"40\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:-2.5em 0em -0.625em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"-40|*|0|*|-10|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ss-item-content n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner_img1.webp\\\" id=\\\"n2-ss-3item5\\\" alt=\\\"\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-1ee23c6d15746\\\" style=\\\"max-width: 600px;width: 60%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"600\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"60\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content n-uc-1ee23c6d15746-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 17.1875em 2.5em 0em ;max-width: 650px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|275|*|40|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"650\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-tabletportraitfontsize=\\\"80\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-3item6\\\" class=\\\"n2-font-512950ffdc5386fb460547561defdb0d-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Einsparungen bei der W\\u00e4rmetauscherwartung bis zu 60%<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em -0.9375em 1.875em 0em ;max-width: 620px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|-15|*|30|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"620\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-item-content n2-ow\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><p class=\\\"n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph  n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading  n2-ow\\\">Einfacher Zugang zur W\\u00e4rmeaustauschfl\\u00e4che f\\u00fcr Wartungsarbeiten direkt am Installationsort, ohne dass die Verbindung zu den Rohrleitungen unterbrochen werden muss<\\/p>\\n<\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-button-container n2-ss-item-content n2-ow n2-font-ba90281a2865e4d3cc986014b781d553-link  n2-ss-nowrap\\\"><a class=\\\"n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading  n2-ow \\\" href=\\\"https:\\/\\/kligur.de\\/servis-i-garantii\\/\\\"><div><div>Weitere Details   ><\\/div><\\/div><\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"11\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-11\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"6d2e208a3c0d3672b473b250c49e1081\\\" data-desktop=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-2.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-2.jpg\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 1300px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1300\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 255px;width: 40%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"255\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|0|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"40\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:-2.5em 0em -0.625em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"-40|*|0|*|-10|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ss-item-content n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/web4.png\\\" id=\\\"n2-ss-3item9\\\" alt=\\\"\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-KEZLUWAw7etb\\\" style=\\\"max-width: 600px;width: 60%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"600\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"60\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content n-uc-KEZLUWAw7etb-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 17.1875em 2.5em 0em ;max-width: 650px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|275|*|40|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"650\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-tabletportraitfontsize=\\\"80\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-3item10\\\" class=\\\"n2-font-bd4960ea8c97ad6742a2bc2d1aa2c96d-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Luftk\\u00fchler<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em -0.9375em 1.875em 0em ;max-width: 620px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|-15|*|30|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"620\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-item-content n2-ow\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><p class=\\\"n2-font-ff8c24237876682855dd7b1df1483b04-paragraph  n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading  n2-ow\\\">Produktion und Lieferung von Luftk\\u00fchlern nach hohen Qualit\\u00e4tsstandards<\\/p>\\n<\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-button-container n2-ss-item-content n2-ow n2-font-ba90281a2865e4d3cc986014b781d553-link  n2-ss-nowrap\\\"><a class=\\\"n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading  n2-ow \\\" href=\\\"https:\\/\\/kligur.de\\/servis-i-garantii\\/\\\"><div><div>Weitere Details   ><\\/div><\\/div><\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"12\\\" style=\\\"\\\" class=\\\" n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-12\\\"><div class=\\\"n2-ss-slide-background n2-ow\\\" data-mode=\\\"fill\\\"><div data-hash=\\\"7892f0bbef98069580db7767a422c8f0\\\" data-desktop=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-3.jpg\\\" class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-3.jpg\\\" alt=\\\"\\\" \\/><\\/div><\\/div><div class=\\\"n2-ss-layers-container n2-ow\\\" data-csstextalign=\\\"center\\\" style=\\\"\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-14977b2858887\\\" style=\\\"max-width: 1300px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"1300\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-pm=\\\"content\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"content\\\" data-hasbackground=\\\"0\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"1\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-section-main-content n2-ss-layer-content n2-ow n-uc-14977b2858887-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"center\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-frontend-fullwidth=\\\"1\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-csstextalign=\\\"inherit\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitgutter=\\\"20\\\" data-desktopportraitwrapafter=\\\"0\\\" data-mobileportraitwrapafter=\\\"1\\\" data-mobilelandscapewrapafter=\\\"1\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-sstype=\\\"row\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-row \\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\"><div class=\\\"n2-ss-layer-row-inner \\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"max-width: 255px;width: 40%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"255\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|0|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"40\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content\\\" style=\\\"padding:0.625em 0.625em 0em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:-2.5em 0em -0.625em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"-40|*|0|*|-10|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"inherit\\\" data-desktopportraitselfalign=\\\"inherit\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\" n2-ss-img-wrapper n2-ss-item-content n2-ow\\\" style=\\\"overflow:hidden;\\\"><img src=\\\"\\/\\/kligur.de\\/wp-content\\/uploads\\/web5.png\\\" id=\\\"n2-ss-3item13\\\" alt=\\\"\\\" style=\\\"display: inline-block; max-width: 100%; width: auto;height: auto;\\\" class=\\\" n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" \\/><\\/div><\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow n-uc-FVWLdUZFfl4j\\\" style=\\\"max-width: 600px;width: 60%;margin-right: 20px;margin-top: 20px;overflow:visible;\\\" data-csstextalign=\\\"inherit\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"600\\\" data-pm=\\\"default\\\" data-desktopportraitpadding=\\\"10|*|10|*|10|*|10|*|px+\\\" data-desktopportraitinneralign=\\\"inherit\\\" data-desktopportraitorder=\\\"0\\\" data-colwidthpercent=\\\"60\\\" data-sstype=\\\"col\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-layer-col n2-ss-layer-content n-uc-FVWLdUZFfl4j-inner\\\" style=\\\"padding:0.625em 0.625em 0.625em 0.625em ;\\\" data-verticalalign=\\\"flex-start\\\"><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 17.1875em 2.5em 0em ;max-width: 650px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|275|*|40|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"650\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-tabletportraitfontsize=\\\"80\\\" data-mobileportraitfontsize=\\\"60\\\" data-plugin=\\\"rendered\\\"><div id=\\\"n2-ss-3item14\\\" class=\\\"n2-font-af7a8e50a119dfa02fda4837d0a20b9b-hover   n2-ss-item-content n2-ow\\\" style=\\\"display:block;\\\">Kapazitive zylindrische Ger\\u00e4te<\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em -0.9375em 1.875em 0em ;max-width: 620px;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|-15|*|30|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"1\\\" data-desktopportraitmaxwidth=\\\"620\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-item-content n2-ow\\\"><div class=\\\"n2-ow n2-ow-all n2-ss-desktop n2-ss-mobile n2-ss-tablet\\\"><p class=\\\"n2-font-c2f4b18347264c1228a70f8f3f274525-paragraph  n2-style-01ddb7ca1f625e69d1a2381951aa5192-heading  n2-ow\\\">Lieferung von hochwertigen Produkten,<br \\/>\\nErf\\u00fcllung der Kundenanforderungen<\\/p>\\n<\\/div><\\/div><\\/div><div class=\\\"n2-ss-layer n2-ow\\\" style=\\\"margin:0em 0em 0em 0em ;overflow:visible;\\\" data-pm=\\\"normal\\\" data-desktopportraitmargin=\\\"0|*|0|*|0|*|0|*|px+\\\" data-desktopportraitheight=\\\"0\\\" data-has-maxwidth=\\\"0\\\" data-desktopportraitmaxwidth=\\\"0\\\" data-cssselfalign=\\\"left\\\" data-desktopportraitselfalign=\\\"left\\\" data-sstype=\\\"layer\\\" data-rotation=\\\"0\\\" data-desktopportrait=\\\"1\\\" data-desktoplandscape=\\\"1\\\" data-tabletportrait=\\\"1\\\" data-tabletlandscape=\\\"1\\\" data-mobileportrait=\\\"1\\\" data-mobilelandscape=\\\"1\\\" data-adaptivefont=\\\"0\\\" data-desktopportraitfontsize=\\\"100\\\" data-plugin=\\\"rendered\\\"><div class=\\\"n2-ss-button-container n2-ss-item-content n2-ow n2-font-ba90281a2865e4d3cc986014b781d553-link  n2-ss-nowrap\\\"><a class=\\\"n2-style-b89911f621c46e2b388a27cc5ba29d9e-heading  n2-ow \\\" href=\\\"https:\\/\\/kligur.de\\/emkosti\\/apparaty-emkostnye-tsilindricheskie-dlya-gazovyh-i-zhidkih-sred\\/\\\"><div><div>Weitere Details  ><\\/div><\\/div><\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>                <\\/div>\\r\\n            <\\/div>\\r\\n            <div data-ssleft=\\\"0+32\\\" data-sstop=\\\"height\\/2-previousheight\\/2\\\" id=\\\"n2-ss-3-arrow-previous\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile n2-ss-widget-display-hover nextend-arrow n2-ow nextend-arrow-previous  nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"previous arrow\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEuNTggMjMuNThsLTcuOTYyLTcuNTgzIDcuODYtNy40ODVjLjMyLS4yNjIuNTIyLS42NS41MjItMS4wODNDMjIgNi42NCAyMS4zMjggNiAyMC41IDZjLS40MDMgMC0uNzY4LjE1LTEuMDM4LjM5OGwtLjAwNC0uMDA0LTkgOC41N3YuMDAyYy0uMjgyLjI2LS40NTguNjI0LS40NTggMS4wMjhWMTZjMCAuNDA0LjE3Ni43Ny40NiAxLjAzaC0uMDAybDkgOC41N2MuMjcuMjQ3LjYzOC40IDEuMDQyLjQuODMgMCAxLjUtLjY0IDEuNS0xLjQzIDAtLjM4NC0uMTYtLjczMy0uNDItLjk5eiIgZmlsbD0iI2Q1NTEyYSIgb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\\\" alt=\\\"previous arrow\\\" \\/><\\/div>\\n<div data-ssright=\\\"0+32\\\" data-sstop=\\\"height\\/2-nextheight\\/2\\\" id=\\\"n2-ss-3-arrow-next\\\" class=\\\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile n2-ss-widget-display-hover nextend-arrow n2-ow nextend-arrow-next  nextend-arrow-animated-fade n2-ib\\\" style=\\\"position: absolute;\\\" role=\\\"button\\\" aria-label=\\\"next arrow\\\" tabindex=\\\"0\\\"><img class=\\\"n2-ow\\\" data-no-lazy=\\\"1\\\" data-hack=\\\"data-lazy-src\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMTUuOTk3di0uMDAzYzAtLjQwNC0uMTc2LS43NjgtLjQ2LTEuMDI4aC4wMDJsLTktOC41NzItLjAwNC4wMDRDMTIuMjY4IDYuMTUgMTEuOTAyIDYgMTEuNSA2Yy0uODMgMC0xLjUuNjQtMS41IDEuNDMgMCAuNDMyLjIwMy44Mi41MjMgMS4wODJsNy44NiA3LjQ4NS03Ljk2MyA3LjU4M2MtLjI2LjI1Ny0uNDIuNjA2LS40Mi45OSAwIC43OS42NyAxLjQzIDEuNSAxLjQzLjQwNCAwIC43Ny0uMTUzIDEuMDQtLjRsOS4wMDItOC41N3YtLjAwMmMuMjgyLS4yNi40NTgtLjYyNC40NTgtMS4wMjh2LS4wMDN6IiBmaWxsPSIjZDU1MTJhIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=\\\" alt=\\\"next arrow\\\" \\/><\\/div>\\n        <\\/div>\\r\\n        <\\/div><div class=\\\"n2-clear\\\"><\\/div><div id=\\\"n2-ss-3-spinner\\\" style=\\\"display: none;\\\"><div><div class=\\\"n2-ss-spinner-simple-white-container\\\"><div class=\\\"n2-ss-spinner-simple-white\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div id=\\\"n2-ss-3-placeholder\\\" style=\\\"position: relative;z-index:2;background-color:RGBA(0,0,0,0);max-height:3000px; background-color:RGBA(255,255,255,0);\\\"><img style=\\\"width: 100%; max-width:3000px; display: block;opacity:0;margin:0px;\\\" class=\\\"n2-ow\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjE5MjAiIGhlaWdodD0iNjIwIiA+PC9zdmc+\\\" alt=\\\"Slider\\\" \\/><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroup\":{\"smartslider\":\"\\/home\\/kligu141\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/smartslider.min.css\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\".n2-ss-spinner-simple-white-container {\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    margin: -20px;\\r\\n    background: #fff;\\r\\n    width: 20px;\\r\\n    height: 20px;\\r\\n    padding: 10px;\\r\\n    border-radius: 50%;\\r\\n    z-index: 1000;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white {\\r\\n  outline: 1px solid RGBA(0,0,0,0);\\r\\n  width:100%;\\r\\n  height: 100%;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:before {\\r\\n    position: absolute;\\r\\n    top: 50%;\\r\\n    left: 50%;\\r\\n    width: 20px;\\r\\n    height: 20px;\\r\\n    margin-top: -11px;\\r\\n    margin-left: -11px;\\r\\n}\\r\\n\\r\\n.n2-ss-spinner-simple-white:not(:required):before {\\r\\n    content: \'\';\\r\\n    border-radius: 50%;\\r\\n    border-top: 2px solid #333;\\r\\n    border-right: 2px solid transparent;\\r\\n    animation: n2SimpleWhite .6s linear infinite;\\r\\n}\\r\\n@keyframes n2SimpleWhite {\\r\\n    to {transform: rotate(360deg);}\\r\\n}\"],\"globalInline\":[]},\"less\":{\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroup\":{\"smartslider-simple-type-frontend\":\"\\/home\\/kligu141\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/plugins\\/type\\/simple\\/simple\\/dist\\/smartslider-simple-type-frontend.min.js\",\"smartslider-backgroundanimation\":\"\\/home\\/kligu141\\/public_html\\/wp-content\\/plugins\\/smart-slider-3\\/library\\/media\\/plugins\\/type\\/simple\\/simple\\/dist\\/smartslider-backgroundanimation.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"N2R([\\\"nextend-frontend\\\",\\\"smartslider-frontend\\\",\\\"smartslider-backgroundanimation\\\",\\\"smartslider-simple-type-frontend\\\"],function(){new N2Classes.SmartSliderSimple(\'#n2-ss-3\', {\\\"admin\\\":false,\\\"translate3d\\\":1,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"load\\\":{\\\"fade\\\":1,\\\"scroll\\\":0},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"responsive\\\":{\\\"desktop\\\":1,\\\"tablet\\\":1,\\\"mobile\\\":1,\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"fullwidth\\\",\\\"downscale\\\":1,\\\"upscale\\\":1,\\\"minimumHeight\\\":0,\\\"maximumHeight\\\":3000,\\\"maximumSlideWidth\\\":3000,\\\"maximumSlideWidthLandscape\\\":3000,\\\"maximumSlideWidthTablet\\\":3000,\\\"maximumSlideWidthTabletLandscape\\\":3000,\\\"maximumSlideWidthMobile\\\":3000,\\\"maximumSlideWidthMobileLandscape\\\":3000,\\\"maximumSlideWidthConstrainHeight\\\":0,\\\"forceFull\\\":1,\\\"forceFullOverflowX\\\":\\\"body\\\",\\\"forceFullHorizontalSelector\\\":\\\"body\\\",\\\"constrainRatio\\\":1,\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"decreaseSliderHeight\\\":0,\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"deviceModes\\\":{\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":0},\\\"normalizedDeviceModes\\\":{\\\"unknownUnknown\\\":[\\\"unknown\\\",\\\"Unknown\\\"],\\\"desktopPortrait\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"desktopLandscape\\\":[\\\"desktop\\\",\\\"Portrait\\\"],\\\"tabletPortrait\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"tabletLandscape\\\":[\\\"tablet\\\",\\\"Portrait\\\"],\\\"mobilePortrait\\\":[\\\"mobile\\\",\\\"Portrait\\\"],\\\"mobileLandscape\\\":[\\\"mobile\\\",\\\"Portrait\\\"]},\\\"verticalRatioModifiers\\\":{\\\"unknownUnknown\\\":1,\\\"desktopPortrait\\\":1,\\\"desktopLandscape\\\":1,\\\"tabletPortrait\\\":1,\\\"tabletLandscape\\\":1,\\\"mobilePortrait\\\":1,\\\"mobileLandscape\\\":1},\\\"minimumFontSizes\\\":{\\\"desktopPortrait\\\":4,\\\"desktopLandscape\\\":4,\\\"tabletPortrait\\\":4,\\\"tabletLandscape\\\":4,\\\"mobilePortrait\\\":4,\\\"mobileLandscape\\\":4},\\\"ratioToDevice\\\":{\\\"Portrait\\\":{\\\"tablet\\\":0.7,\\\"mobile\\\":0.5},\\\"Landscape\\\":{\\\"tablet\\\":0,\\\"mobile\\\":0}},\\\"sliderWidthToDevice\\\":{\\\"desktopPortrait\\\":1920,\\\"desktopLandscape\\\":1920,\\\"tabletPortrait\\\":1344,\\\"tabletLandscape\\\":0,\\\"mobilePortrait\\\":960,\\\"mobileLandscape\\\":0},\\\"basedOn\\\":\\\"combined\\\",\\\"orientationMode\\\":\\\"width_and_height\\\",\\\"overflowHiddenPage\\\":0,\\\"desktopPortraitScreenWidth\\\":1200,\\\"tabletPortraitScreenWidth\\\":800,\\\"mobilePortraitScreenWidth\\\":440,\\\"tabletLandscapeScreenWidth\\\":800,\\\"mobileLandscapeScreenWidth\\\":440,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":1,\\\"start\\\":1,\\\"duration\\\":6000,\\\"autoplayToSlide\\\":-1,\\\"autoplayToSlideIndex\\\":-1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":0,\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0}},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"initCallbacks\\\":[\\\"N2D(\\\\\\\"SmartSliderWidgetArrowImage\\\\\\\",function(i,e){function s(e,s,t,h){this.slider=e,this.slider.started(i.proxy(this.start,this,s,t,h))}return s.prototype.start=function(e,s,t){return this.slider.sliderElement.data(\\\\\\\"arrow\\\\\\\")?!1:(this.slider.sliderElement.data(\\\\\\\"arrow\\\\\\\",this),this.deferred=i.Deferred(),this.slider.sliderElement.on(\\\\\\\"SliderDevice\\\\\\\",i.proxy(this.onDevice,this)).trigger(\\\\\\\"addWidget\\\\\\\",this.deferred),this.previous=i(\\\\\\\"#\\\\\\\"+this.slider.elementID+\\\\\\\"-arrow-previous\\\\\\\").on(\\\\\\\"click\\\\\\\",i.proxy(function(i){i.stopPropagation(),this.slider[this.slider.getDirectionPrevious()]()},this)),this.previousResize=this.previous.find(\\\\\\\".n2-resize\\\\\\\"),0===this.previousResize.length&&(this.previousResize=this.previous),this.next=i(\\\\\\\"#\\\\\\\"+this.slider.elementID+\\\\\\\"-arrow-next\\\\\\\").on(\\\\\\\"click\\\\\\\",i.proxy(function(i){i.stopPropagation(),this.slider[this.slider.getDirectionNext()]()},this)),this.nextResize=this.next.find(\\\\\\\".n2-resize\\\\\\\"),0===this.nextResize.length&&(this.nextResize=this.next),this.desktopRatio=e,this.tabletRatio=s,this.mobileRatio=t,void i.when(this.previous.n2imagesLoaded(),this.next.n2imagesLoaded()).always(i.proxy(this.loaded,this)))},s.prototype.loaded=function(){this.previous.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.previousResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.previousWidth=this.previousResize.width(),this.previousHeight=this.previousResize.height(),this.previousResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.previous.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.next.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.nextResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"inline-block\\\\\\\"),this.nextWidth=this.nextResize.width(),this.nextHeight=this.nextResize.height(),this.nextResize.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.next.css(\\\\\\\"display\\\\\\\",\\\\\\\"\\\\\\\"),this.previousResize.find(\\\\\\\"img\\\\\\\").css(\\\\\\\"width\\\\\\\",\\\\\\\"100%\\\\\\\"),this.nextResize.find(\\\\\\\"img\\\\\\\").css(\\\\\\\"width\\\\\\\",\\\\\\\"100%\\\\\\\"),this.onDevice(null,{device:this.slider.responsive.getDeviceMode()}),this.deferred.resolve()},s.prototype.onDevice=function(i,e){var s=1;switch(e.device){case\\\\\\\"tablet\\\\\\\":s=this.tabletRatio;break;case\\\\\\\"mobile\\\\\\\":s=this.mobileRatio;break;default:s=this.desktopRatio}this.previousResize.width(this.previousWidth*s),this.previousResize.height(this.previousHeight*s),this.nextResize.width(this.nextWidth*s),this.nextResize.height(this.nextHeight*s)},s});\\\",\\\"new N2Classes.SmartSliderWidgetArrowImage(this, 1, 0.7, 0.5);\\\"],\\\"allowBGImageAttachmentFixed\\\":false,\\\"bgAnimationsColor\\\":\\\"RGBA(51,51,51,1)\\\",\\\"bgAnimations\\\":{\\\"global\\\":[{\\\"type\\\":\\\"Flat\\\",\\\"rows\\\":1,\\\"columns\\\":25,\\\"tiles\\\":{\\\"delay\\\":0.03,\\\"sequence\\\":\\\"BackwardCol\\\"},\\\"main\\\":{\\\"type\\\":\\\"next\\\",\\\"duration\\\":0.35,\\\"next\\\":{\\\"ease\\\":\\\"easeInQuart\\\",\\\"opacity\\\":\\\"0\\\",\\\"left\\\":\\\"-100%\\\"}},\\\"invert\\\":{\\\"next\\\":{\\\"left\\\":\\\"100%\\\"}},\\\"invertTiles\\\":{\\\"sequence\\\":\\\"ForwardCol\\\"}}],\\\"color\\\":\\\"RGBA(51,51,51,1)\\\",\\\"speed\\\":\\\"normal\\\"},\\\"mainanimation\\\":{\\\"type\\\":\\\"crossfade\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"parallax\\\":0,\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"dynamicHeight\\\":0});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroup\":[],\"files\":{\"Roboto\":[\"300\",\"400\"]},\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-4.jpg\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/web1.png\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-5.jpg\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner_img1.webp\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-2.jpg\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/web4.png\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/banner-3.jpg\",\"\\/\\/kligur.de\\/wp-content\\/uploads\\/web5.png\"]}}}', 0, 1);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_nextend2_smartslider3_generators`
--

CREATE TABLE `wp_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_nextend2_smartslider3_sliders`
--

CREATE TABLE `wp_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `title` varchar(100) NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Дамп данных таблицы `wp_nextend2_smartslider3_sliders`
--

INSERT INTO `wp_nextend2_smartslider3_sliders` (`id`, `alias`, `title`, `type`, `params`, `time`, `thumbnail`, `ordering`) VALUES
(1, NULL, 'Sample Slider', 'simple', '{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"controlsTilt\":\"0\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"carousel\":\"1\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"dynamic-height\":\"0\",\"loop-single-slide\":\"0\",\"padding\":\"0|*|0|*|0|*|0\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"slide-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"desktop-portrait-minimum-font-size\":\"1\",\"desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"0\",\"desktop-landscape-minimum-font-size\":\"1\",\"fontsize\":\"16\",\"desktop\":\"1\",\"tablet\":\"1\",\"mobile\":\"1\",\"margin\":\"0|*|0|*|0|*|0\",\"tablet-portrait\":\"0\",\"tablet-portrait-width\":\"800\",\"tablet-portrait-height\":\"0\",\"tablet-portrait-minimum-font-size\":\"1\",\"tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"0\",\"tablet-landscape-minimum-font-size\":\"1\",\"mobile-portrait\":\"0\",\"mobile-portrait-width\":\"440\",\"mobile-portrait-height\":\"0\",\"mobile-portrait-minimum-font-size\":\"1\",\"mobile-landscape\":\"0\",\"mobile-landscape-width\":\"740\",\"mobile-landscape-height\":\"0\",\"mobile-landscape-minimum-font-size\":\"1\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayfinish\":\"0|*|loop|*|current\",\"autoplayAllowReStart\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"perspective\":\"1000\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"5\",\"playWhenVisible\":\"1\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"maximumslidecount\":\"1000\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"maintain-session\":\"0\",\"blockrightclick\":\"0\",\"overflow-hidden-page\":\"0\",\"bg-parallax-tablet\":\"1\",\"bg-parallax-mobile\":\"1\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-desktop\":\"1\",\"widget-arrow-display-tablet\":\"1\",\"widget-arrow-display-mobile\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"0.7\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous\":\"$ss$/plugins/widgetarrow/image/image/previous/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next\":\"$ss$/plugins/widgetarrow/image/image/next/thin-horizontal.svg\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widgetbullet\":\"transition\",\"widget-bullet-display-desktop\":\"1\",\"widget-bullet-display-tablet\":\"1\",\"widget-bullet-display-mobile\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-overlay\":\"0\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-desktop\":\"1\",\"widget-autoplay-display-tablet\":\"1\",\"widget-autoplay-display-mobile\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-autoplay-display-hover\":\"0\",\"widgetindicator\":\"disabled\",\"widget-indicator-display-desktop\":\"1\",\"widget-indicator-display-tablet\":\"1\",\"widget-indicator-display-mobile\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"widget-indicator-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-desktop\":\"1\",\"widget-bar-display-tablet\":\"1\",\"widget-bar-display-mobile\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-desktop\":\"1\",\"widget-thumbnail-display-tablet\":\"1\",\"widget-thumbnail-display-mobile\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widget-shadow-display-desktop\":\"1\",\"widget-shadow-display-tablet\":\"1\",\"widget-shadow-display-mobile\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widgetfullscreen\":\"disabled\",\"widget-fullscreen-display-desktop\":\"1\",\"widget-fullscreen-display-tablet\":\"1\",\"widget-fullscreen-display-mobile\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-fullscreen-display-hover\":\"0\",\"widgethtml\":\"disabled\",\"widget-html-display-desktop\":\"1\",\"widget-html-display-tablet\":\"1\",\"widget-html-display-mobile\":\"1\",\"widget-html-exclude-slides\":\"\",\"widget-html-display-hover\":\"0\",\"widgets\":\"arrow\"}', '2015-11-01 14:14:20', '', 0),
(3, NULL, 'Слайдер', 'simple', '{\"aria-label\":\"\\u0421\\u043b\\u0430\\u0439\\u0434\\u0435\\u0440\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"crossfade\",\"animation-duration\":\"800\",\"background-animation\":\"1014\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1920\",\"height\":\"620\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"1\",\"autoplayDuration\":\"6000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"1\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/simple-horizontal.svg\",\"widget-arrow-previous-color\":\"d5512aff\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"32\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"32\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDtiYWNrZ3JvdW5kLXNpemU6Y292ZXI7In1dfQ==\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}', '2018-12-24 18:10:42', '', 1);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_nextend2_smartslider3_sliders_xref`
--

CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Дамп данных таблицы `wp_nextend2_smartslider3_sliders_xref`
--

INSERT INTO `wp_nextend2_smartslider3_sliders_xref` (`group_id`, `slider_id`, `ordering`) VALUES
(0, 3, 0);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_nextend2_smartslider3_slides`
--

CREATE TABLE `wp_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL,
  `title` varchar(200) NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext DEFAULT NULL,
  `description` text NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Дамп данных таблицы `wp_nextend2_smartslider3_slides`
--

INSERT INTO `wp_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(1, 'Slide One', 1, '2015-11-01 12:27:34', '2025-11-11 12:27:34', 1, 0, '[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Martin Dwyer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Martin Dwyer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Application Developer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Application Developer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]', '', 'https://smartslider3.com/sample/developerthumbnail.jpg', '{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/programmer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}', 0, 0),
(2, 'Slide Two', 1, '2015-11-01 12:27:34', '2025-11-11 12:27:34', 1, 0, '[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Rachel Wright\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Rachel Wright\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Art Director & Photographer\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Art Director & Photographer\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"1\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]', '', 'https://smartslider3.com/sample/artdirectorthumbnail.jpg', '{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/free1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}', 1, 0),
(3, 'Slide Three', 1, '2015-11-01 12:27:34', '2025-11-11 12:27:34', 1, 0, '[{\"type\":\"content\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"\",\"parallax\":0,\"adaptivefont\":1,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Andrew Butler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Andrew Butler\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6IjBiMGIwYmZmIiwic2l6ZSI6IjM2fHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxLjUiLCJib2xkIjowLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoiMTBweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6InVwcGVyY2FzZSJ9LHsiZXh0cmEiOiIifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJiYWNrZ3JvdW5kY29sb3IiOiJmZmZmZmZjYyIsIm9wYWNpdHkiOjEwMCwicGFkZGluZyI6IjAuNHwqfDF8KnwwLjR8KnwxfCp8ZW0iLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAifSx7ImV4dHJhIjoiIn1dfQ==\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}},{\"type\":\"layer\",\"animations\":\"\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"parallax\":0,\"adaptivefont\":0,\"mouseenter\":\"\",\"click\":\"\",\"mouseleave\":\"\",\"play\":\"\",\"pause\":\"\",\"stop\":\"\",\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Photographer & Illustrator\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Photographer & Illustrator\",\"link\":\"#|*|_self\",\"priority\":\"2\",\"fullwidth\":\"0\",\"nowrap\":\"0\",\"title\":\"\",\"font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siZXh0cmEiOiIiLCJjb2xvciI6ImZmZmZmZmZmIiwic2l6ZSI6IjIyfHxweCIsInRzaGFkb3ciOiIwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImFmb250IjoiUmFsZXdheSxBcmlhbCIsImxpbmVoZWlnaHQiOiIxIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoiY2VudGVyIiwibGV0dGVyc3BhY2luZyI6IjJweCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUifSx7ImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwY2MiLCJwYWRkaW5nIjoiMC44fCp8MXwqfDAuOHwqfDF8KnxlbSIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCIsImV4dHJhIjoiIn0seyJleHRyYSI6IiJ9XX0=\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"split-text-backface-visibility\":\"1\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"class\":\"\"}}}]}]', '', 'https://smartslider3.com/sample/photographerthumbnail.jpg', '{\"background-type\":\"image\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"preload\":\"auto\",\"backgroundVideoMode\":\"fill\",\"backgroundImage\":\"https://smartslider3.com/sample/photographer.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.0\"}', 2, 0),
(6, 'banner1', 3, '2020-01-12 15:46:07', '2030-01-13 15:46:07', 1, 0, '[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1300,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Ряд\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":255,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|0|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"-40|*|0|*|-10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"center\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"web1.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/web1.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":600,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-16a86842eaa5e\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff80\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":10,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|275|*|40|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":600,\"desktopportraitselfalign\":\"left\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Geschweißter Wärmetauscher\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Geschweißter Wärmetauscher\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiJkNTUxMmFmZiIsInNpemUiOiIzOHx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidFdmVyZXN0LVVsdHJhJyIsImxpbmVoZWlnaHQiOiIxLjI1Iiwid2VpZ2h0Ijo0MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSIsImJvbGQiOiI0MDAifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|-15|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":620,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Eine innovative Alternative zu eine\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Eine innovative Alternative zu einem Rohrbündelwärmetauscher für Heiz- und Kühlanwendungen\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiIyODI4MjhmZiIsInNpemUiOiIyMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJsZWZ0IiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJib2xkIjoiNDAwIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoiMTAwIiwicGFkZGluZyI6IjB8KnwwfCp8MHwqfDB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCJ9LHsiZXh0cmEiOiIifV19\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Weitere Details  \",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Weitere Details  >\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiIwMDAwMDBmZiIsInNpemUiOiIxNnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSIsImJvbGQiOiI0MDAifSx7ImV4dHJhIjoiIiwiY29sb3IiOiJmZWU1MDNmZiJ9XX0=\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmVlNTAzZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIxMHwqfDMwfCp8MTB8KnwzMHwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjJlMmUyZWZmIn1dfQ==\",\"href\":\"https://kligur.de/svarnyje-paketnyje-teploobmenniki/svarnoj-paketnyj-teploobmennik-s-razbornym-korpusom/\",\"href-target\":\"_self\",\"href-rel\":\"\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]}]}]}]', '', '$upload$/employee.png', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/banner-4.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}', 1, 0),
(12, 'Грязные среды', 3, '2020-01-12 15:50:18', '2030-01-13 15:50:18', 1, 0, '[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1300,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-14977b2858887\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Ряд\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":255,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|0|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"-40|*|0|*|-10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"web5.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/web5.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":600,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-FVWLdUZFfl4j\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000080\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":10,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ced3d5ff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|275|*|40|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":650,\"desktopportraitselfalign\":\"left\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Kapazitive zylindrische Geräte\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Kapazitive zylindrische Geräte\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiJlNzlkMTlmZiIsInNpemUiOiIzOHx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidFdmVyZXN0LVVsdHJhJyIsImxpbmVoZWlnaHQiOiIxLjI1Iiwid2VpZ2h0Ijo0MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSIsImJvbGQiOiI0MDAifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|-15|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":620,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lieferung von hochwertigen Produkte\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Lieferung von hochwertigen Produkten,\\nErfüllung der Kundenanforderungen\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIyMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJsZWZ0IiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJib2xkIjoiNDAwIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoiMTAwIiwicGFkZGluZyI6IjB8KnwwfCp8MHwqfDB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCJ9LHsiZXh0cmEiOiIifV19\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Weitere Details  \",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Weitere Details  >\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiIwMDAwMDBmZiIsInNpemUiOiIxNnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6ImZlZTUwM2ZmIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmVlNTAzZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIxMHwqfDMwfCp8MTB8KnwzMHwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjJlMmUyZWZmIn1dfQ==\",\"href\":\"https://kligur.de/emkosti/apparaty-emkostnye-tsilindricheskie-dlya-gazovyh-i-zhidkih-sred/\",\"href-target\":\"_self\",\"href-rel\":\"\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]}]}]}]', '', '$upload$/banner-3.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/banner-3.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}', 4, 0),
(11, 'АВО', 3, '2020-01-12 15:49:14', '2030-01-13 15:49:14', 1, 0, '[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1300,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Ряд\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":255,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|0|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"-40|*|0|*|-10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"web4.png\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/web4.png\",\"alt\":\"\",\"title\":\"\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":600,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-KEZLUWAw7etb\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"fffdfd94\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":10,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ced3d5ff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|275|*|40|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":650,\"desktopportraitselfalign\":\"left\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Luftkühler\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Luftkühler\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiJkODU5MzVmZiIsInNpemUiOiIzOHx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidFdmVyZXN0LVVsdHJhJyIsImxpbmVoZWlnaHQiOiIxLjI1Iiwid2VpZ2h0Ijo0MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSIsImJvbGQiOiI0MDAifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|-15|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":620,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Produktion und Lieferung von Luftkü\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Produktion und Lieferung von Luftkühlern nach hohen Qualitätsstandards\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiIyODI4MjhmZiIsInNpemUiOiIyMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJsZWZ0IiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJib2xkIjoiNDAwIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoiMTAwIiwicGFkZGluZyI6IjB8KnwwfCp8MHwqfDB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCJ9LHsiZXh0cmEiOiIifV19\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Weitere Details   \",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Weitere Details   >\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiIwMDAwMDBmZiIsInNpemUiOiIxNnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6ImZlZTUwM2ZmIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmVlNTAzZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIxMHwqfDMwfCp8MTB8KnwzMHwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjJlMmUyZWZmIn1dfQ==\",\"href\":\"https://kligur.de/servis-i-garantii/\",\"href-target\":\"_self\",\"href-rel\":\"\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]}]}]}]', '', '$upload$/banner-2.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/banner-2.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}', 3, 0);
INSERT INTO `wp_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(9, 'простота', 3, '2020-01-12 15:48:09', '2030-01-13 15:48:09', 1, 0, '[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1300,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Ряд\",\"namesynced\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":255,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|0|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"-40|*|0|*|-10|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"banner_img1.webp\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"$upload$/banner_img1.webp\",\"alt\":\"\",\"title\":\"\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"href-class\":\"\",\"size\":\"auto|*|auto\",\"style\":\"\",\"cssclass\":\"\",\"image-optimize\":1}}}]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":600,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-1ee23c6d15746\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000080\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-start\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":10,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|275|*|40|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":650,\"desktopportraitselfalign\":\"left\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Einsparungen bei der Wärmetauscherw\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"heading\":\"Einsparungen bei der Wärmetauscherwartung bis zu 60%\",\"href\":\"\",\"href-target\":\"_self\",\"href-rel\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiJlYzkxMWZmZiIsInNpemUiOiIzOHx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidFdmVyZXN0LVVsdHJhJyIsImxpbmVoZWlnaHQiOiIxLjI1Iiwid2VpZ2h0Ijo0MDAsIml0YWxpYyI6MCwidW5kZXJsaW5lIjowLCJhbGlnbiI6ImxlZnQiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSIsImJvbGQiOiI0MDAifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|-15|*|30|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":620,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Einfacher Zugang zur Wärmeaustausch\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"content\":\"Einfacher Zugang zur Wärmeaustauschfläche für Wartungsarbeiten direkt am Installationsort, ohne dass die Verbindung zu den Rohrleitungen unterbrochen werden muss\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIyMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJsZWZ0IiwibGV0dGVyc3BhY2luZyI6Im5vcm1hbCIsIndvcmRzcGFjaW5nIjoibm9ybWFsIiwidGV4dHRyYW5zZm9ybSI6Im5vbmUiLCJib2xkIjoiNDAwIn0seyJleHRyYSI6IiIsImNvbG9yIjoiMTg5MGQ3ZmYifSx7ImV4dHJhIjoiIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmZmZmZmMDAiLCJvcGFjaXR5IjoiMTAwIiwicGFkZGluZyI6IjB8KnwwfCp8MHwqfDB8KnxweCIsImJveHNoYWRvdyI6IjB8KnwwfCp8MHwqfDB8KnwwMDAwMDBmZiIsImJvcmRlciI6IjB8Knxzb2xpZHwqfDAwMDAwMGZmIiwiYm9yZGVycmFkaXVzIjoiMCJ9LHsiZXh0cmEiOiIifV19\",\"contenttablet\":\"\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"left\",\"id\":\"\",\"uniqueclass\":\"\",\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Weitere Details   \",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"content\":\"Weitere Details   >\",\"font\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiY29sb3IiOiIwMDAwMDBmZiIsInNpemUiOiIxNnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJhZm9udCI6IidSb2JvdG8nIiwibGluZWhlaWdodCI6IjEuNSIsIndlaWdodCI6NDAwLCJpdGFsaWMiOjAsInVuZGVybGluZSI6MCwiYWxpZ24iOiJjZW50ZXIiLCJsZXR0ZXJzcGFjaW5nIjoibm9ybWFsIiwid29yZHNwYWNpbmciOiJub3JtYWwiLCJ0ZXh0dHJhbnNmb3JtIjoibm9uZSJ9LHsiZXh0cmEiOiIiLCJjb2xvciI6ImZlZTUwM2ZmIn1dfQ==\",\"style\":\"eyJuYW1lIjoi0KHRgtCw0YLQuNGH0LXRgdC60LjQuSIsImRhdGEiOlt7ImV4dHJhIjoiIiwiYmFja2dyb3VuZGNvbG9yIjoiZmVlNTAzZmYiLCJvcGFjaXR5IjoxMDAsInBhZGRpbmciOiIxMHwqfDMwfCp8MTB8KnwzMHwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjJlMmUyZWZmIn1dfQ==\",\"href\":\"https://kligur.de/servis-i-garantii/\",\"href-target\":\"_self\",\"href-rel\":\"\",\"fullwidth\":\"0\",\"nowrap\":\"1\"}}}]}]}]}]', '', '$upload$/banner-5.jpg', '{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/banner-5.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":\"0\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"href\":\"\",\"href-target\":\"_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.3.25\"}', 2, 0),
(13, 'new year de', 3, '2019-12-17 14:01:17', '2029-12-18 14:01:17', 0, 0, '[]', '', '$upload$/new-year-de.jpg', '{\"backgroundImage\":\"$upload$\\/new-year-de.jpg\",\"version\":\"3.3.25\"}', 0, 0);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://kligur.de', 'yes'),
(2, 'home', 'https://kligur.de', 'yes'),
(3, 'blogname', 'Kligur', 'yes'),
(4, 'blogdescription', 'Ещё один сайт на WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@kligur.de', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '6', 'yes'),
(13, 'rss_use_excerpt', '1', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'closed', 'yes'),
(20, 'default_ping_status', 'closed', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '6', 'yes'),
(23, 'date_format', 'd.m.Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'd.m.Y H:i', 'yes'),
(26, 'comment_moderation', '1', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%category%/%postname%/', 'yes'),
(15861, '_transient_timeout_wpseo_link_table_inaccessible', '1635348440', 'no'),
(15862, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(15863, '_transient_timeout_wpseo_meta_table_inaccessible', '1635348440', 'no'),
(15864, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:11:{i:0;s:33:\"acf-theme-code/acf_theme_code.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:45:\"cf7-phone-mask-field/cf7-phone-mask-field.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:22:\"cyr3lat/cyr-to-lat.php\";i:6;s:43:\"lj-maintenance-mode/lj-maintenance-mode.php\";i:7;s:21:\"mailpoet/mailpoet.php\";i:8;s:43:\"remove-category-url/remove-category-url.php\";i:9;s:33:\"smart-slider-3/smart-slider-3.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '3', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:62:\"/home/kligu141/public_html/wp-content/themes/kligur/header.php\";i:2;s:61:\"/home/kligu141/public_html/wp-content/themes/kligur/style.css\";i:3;s:62:\"/home/kligu141/public_html/wp-content/themes/kligur/footer.php\";i:4;s:68:\"/home/kligu141/public_html/wp-content/themes/kligur/page-product.php\";i:5;s:63:\"/home/kligu141/public_html/wp-content/themes/kligur/sidebar.php\";}', 'no'),
(40, 'template', 'kligur', 'yes'),
(41, 'stylesheet', 'kligur', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '43764', 'yes'),
(49, 'uploads_use_yearmonth_folders', '', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '0', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '320', 'yes'),
(59, 'thumbnail_size_h', '320', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '640', 'yes'),
(62, 'medium_size_h', '640', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1280', 'yes'),
(65, 'large_size_h', '1280', 'yes'),
(66, 'image_default_link_type', '', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:1:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '2', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '526', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '', 'yes'),
(93, 'initial_db_version', '43764', 'yes'),
(94, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:79:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:12:\"ljmm_control\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:28:\"mailpoet_access_plugin_admin\";b:1;s:24:\"mailpoet_manage_settings\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:27:\"mailpoet_manage_subscribers\";b:1;s:21:\"mailpoet_manage_forms\";b:1;s:24:\"mailpoet_manage_segments\";b:1;s:20:\"wpseo_manage_options\";b:1;s:24:\"mailpoet_manage_features\";b:1;s:14:\"ljmm_view_site\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:45:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:28:\"mailpoet_access_plugin_admin\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:14:\"ljmm_view_site\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:47:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:28:\"mailpoet_access_plugin_admin\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:46:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:28:\"mailpoet_access_plugin_admin\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'WPLANG', 'ru_RU', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'cron', 'a:6:{i:1621240140;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1621240860;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1621253505;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1621255516;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1621255537;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'),
(113, 'theme_mods_twentynineteen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1545312917;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}', 'yes'),
(129, 'can_compress_scripts', '1', 'no'),
(475, 'new_admin_email', 'admin@kligur.de', 'yes'),
(438, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1573816297;s:7:\"version\";s:5:\"5.1.5\";s:11:\"count_valid\";i:4;s:13:\"count_invalid\";i:0;}}', 'yes'),
(848, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(1134, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"admin@kligur.de\";s:7:\"version\";s:6:\"5.0.13\";s:9:\"timestamp\";i:1620879222;}', 'no'),
(9849, 'category_children', 'a:0:{}', 'yes'),
(9850, 'rewrite_rules', 'a:105:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:51:\"(neuigkeiten)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:34:\"(neuigkeiten)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:16:\"(neuigkeiten)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:43:\"(gaz)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:26:\"(gaz)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:8:\"(gaz)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(metallurgiya)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"(metallurgiya)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"(metallurgiya)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"(neft)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:27:\"(neft)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:9:\"(neft)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.*)$\";s:39:\"index.php?category_redirect=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}', 'yes'),
(20787, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1621215841;s:7:\"checked\";a:3:{s:6:\"kligur\";s:3:\"1.0\";s:10:\"kligur_new\";s:3:\"1.0\";s:12:\"twentytwelve\";s:3:\"2.7\";}s:8:\"response\";a:1:{s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.3.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(20785, '_site_transient_timeout_theme_roots', '1621217640', 'no'),
(20786, '_site_transient_theme_roots', 'a:3:{s:6:\"kligur\";s:7:\"/themes\";s:10:\"kligur_new\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'no'),
(20788, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1621215842;s:7:\"checked\";a:13:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"5.8.7\";s:33:\"acf-theme-code/acf_theme_code.php\";s:5:\"1.4.1\";s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:45:\"cf7-phone-mask-field/cf7-phone-mask-field.php\";s:5:\"1.4.1\";s:22:\"cyr3lat/cyr-to-lat.php\";s:3:\"3.5\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.4\";s:21:\"mailpoet/mailpoet.php\";s:6:\"3.42.2\";s:43:\"lj-maintenance-mode/lj-maintenance-mode.php\";s:5:\"2.4.3\";s:43:\"remove-category-url/remove-category-url.php\";s:5:\"1.1.5\";s:33:\"smart-slider-3/smart-slider-3.php\";s:6:\"3.3.26\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"12.3\";}s:8:\"response\";a:7:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"5.9.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.5.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"acf-theme-code/acf_theme_code.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/acf-theme-code\";s:4:\"slug\";s:14:\"acf-theme-code\";s:6:\"plugin\";s:33:\"acf-theme-code/acf_theme_code.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/acf-theme-code/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/acf-theme-code.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/acf-theme-code/assets/icon-256x256.png?rev=1458037\";s:2:\"1x\";s:67:\"https://ps.w.org/acf-theme-code/assets/icon-128x128.png?rev=1458037\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/acf-theme-code/assets/banner-1544x500.png?rev=2294090\";s:2:\"1x\";s:69:\"https://ps.w.org/acf-theme-code/assets/banner-772x250.png?rev=2294928\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.0\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"cf7-phone-mask-field/cf7-phone-mask-field.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/cf7-phone-mask-field\";s:4:\"slug\";s:20:\"cf7-phone-mask-field\";s:6:\"plugin\";s:45:\"cf7-phone-mask-field/cf7-phone-mask-field.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/cf7-phone-mask-field/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/cf7-phone-mask-field.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/cf7-phone-mask-field.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"remove-category-url/remove-category-url.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/remove-category-url\";s:4:\"slug\";s:19:\"remove-category-url\";s:6:\"plugin\";s:43:\"remove-category-url/remove-category-url.php\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/remove-category-url/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/remove-category-url.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:72:\"https://ps.w.org/remove-category-url/assets/icon-256x256.png?rev=1032792\";s:2:\"1x\";s:64:\"https://ps.w.org/remove-category-url/assets/icon.svg?rev=1032792\";s:3:\"svg\";s:64:\"https://ps.w.org/remove-category-url/assets/icon.svg?rev=1032792\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/remove-category-url/assets/banner-1544x500.png?rev=1032792\";s:2:\"1x\";s:74:\"https://ps.w.org/remove-category-url/assets/banner-772x250.png?rev=1032792\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.4.1.17\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.4.1.17.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=2307688\";s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2307688\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2307688\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.4.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:22:\"cyr3lat/cyr-to-lat.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/cyr3lat\";s:4:\"slug\";s:7:\"cyr3lat\";s:6:\"plugin\";s:22:\"cyr3lat/cyr-to-lat.php\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/cyr3lat/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/cyr3lat.3.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:51:\"https://s.w.org/plugins/geopattern-icon/cyr3lat.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}s:21:\"mailpoet/mailpoet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/mailpoet\";s:4:\"slug\";s:8:\"mailpoet\";s:6:\"plugin\";s:21:\"mailpoet/mailpoet.php\";s:11:\"new_version\";s:7:\"3.60.12\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/mailpoet/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/mailpoet.3.60.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=1895745\";s:2:\"1x\";s:61:\"https://ps.w.org/mailpoet/assets/icon-128x128.png?rev=1706492\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/mailpoet/assets/banner-1544x500.png?rev=2046588\";s:2:\"1x\";s:63:\"https://ps.w.org/mailpoet/assets/banner-772x250.png?rev=2046588\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"7.1\";s:13:\"compatibility\";a:0:{}}s:43:\"lj-maintenance-mode/lj-maintenance-mode.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/lj-maintenance-mode\";s:4:\"slug\";s:19:\"lj-maintenance-mode\";s:6:\"plugin\";s:43:\"lj-maintenance-mode/lj-maintenance-mode.php\";s:11:\"new_version\";s:5:\"2.4.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/lj-maintenance-mode/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/lj-maintenance-mode.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/lj-maintenance-mode/assets/icon-256x256.png?rev=1774029\";s:2:\"1x\";s:72:\"https://ps.w.org/lj-maintenance-mode/assets/icon-128x128.png?rev=1774029\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/lj-maintenance-mode/assets/banner-1544x500.jpg?rev=1774029\";s:2:\"1x\";s:74:\"https://ps.w.org/lj-maintenance-mode/assets/banner-772x250.jpg?rev=1774029\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"16.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.16.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}', 'no'),
(207, 'theme_mods_kligur', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}}', 'yes'),
(208, 'theme_switch_menu_locations', 'a:0:{}', 'yes'),
(209, 'theme_switched_via_customizer', '', 'yes'),
(210, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(377, 'widget_mailpoet_form', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(325, 'ml-slider_children', 'a:0:{}', 'yes'),
(322, 'widget_metaslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(323, 'ms_hide_all_ads_until', '1546751019', 'yes'),
(324, 'metaslider_systemcheck', 'a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}', 'no'),
(326, 'metaslider_tour_cancelled_on', 'step_add_slide', 'yes'),
(179, 'current_theme', 'Kligur', 'yes'),
(180, 'theme_mods_twentytwelve', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1545380363;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(181, 'theme_switched', '', 'yes'),
(147, 'ljmm-content', '<h1>Website Under Maintenance</h1>\r\nOur Website is currently undergoing scheduled maintenance. Please check back soon.', 'yes'),
(148, 'ljmm-mode', 'default', 'yes'),
(149, 'recently_activated', 'a:0:{}', 'yes'),
(154, 'ljmm-enabled', '', 'yes'),
(155, 'ljmm_add_widget_areas', '', 'yes'),
(156, 'ljmm_analytify', '', 'yes'),
(157, 'ljmm_code_snippet', '', 'yes'),
(158, 'ljmm-site-title', 'Kligur', 'yes'),
(159, 'ljmm-roles', 'a:1:{s:10:\"subscriber\";s:1:\"1\";}', 'yes'),
(218, 'acf_version', '5.8.7', 'yes'),
(311, 'n2_ss3_version', '3.3.26r5661', 'yes'),
(312, 'widget_smartslider3', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(17436, '_transient_is_multi_author', '0', 'yes'),
(9847, 'wpseo_taxonomy_meta', 'a:1:{s:8:\"category\";a:1:{i:1;a:2:{s:13:\"wpseo_linkdex\";s:2:\"24\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}', 'yes'),
(7934, 'wpseo', 'a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.3\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1572252060;s:13:\"myyoast-oauth\";b:0;}', 'yes'),
(7935, 'wpseo_titles', 'a:77:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:45:\"%%name%%, Автор в %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:64:\"Вы искали %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:57:\"Страница не найдена %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:84:\"Сообщение %%POSTLINK%% появились сначала на %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:54:\"Ошибка 404: страница не найдена\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:19:\"Архивы для\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:31:\"Главная страница\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:17:\"Вы искали\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:19:\"title-mailpoet_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-mailpoet_page\";s:0:\"\";s:21:\"noindex-mailpoet_page\";b:0;s:22:\"showdate-mailpoet_page\";b:0;s:32:\"display-metabox-pt-mailpoet_page\";b:1;s:32:\"post_types-mailpoet_page-maintax\";i:0;s:18:\"title-tax-category\";s:57:\"Архивы %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:57:\"Архивы %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:57:\"Архивы %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}', 'yes'),
(7936, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(7937, 'wpseo_flush_rewrite', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(20708, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/ru_RU/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"ru_RU\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/ru_RU/wordpress-5.7.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.4\";s:7:\"version\";s:5:\"5.6.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.5\";s:7:\"version\";s:5:\"5.5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.6\";s:7:\"version\";s:5:\"5.4.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.8\";s:7:\"version\";s:5:\"5.3.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.11\";s:7:\"version\";s:6:\"5.2.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.10\";s:7:\"version\";s:6:\"5.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1621215840;s:15:\"version_checked\";s:6:\"5.0.13\";s:12:\"translations\";a:0:{}}', 'no');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'page-home.php'),
(5, 6, '_edit_last', '1'),
(6, 6, '_edit_lock', '1545633979:1'),
(10, 2, '_edit_last', '1'),
(11, 2, '_edit_lock', '1579771983:1'),
(12, 2, 'hb2_title', 'Warum sind wir?'),
(13, 2, '_hb2_title', 'field_5c1cdfc182429'),
(14, 2, 'hb2_url', 'https://kligur.de/uber-die-firma/'),
(15, 2, '_hb2_url', 'field_5c1cdfe18242a'),
(16, 2, 'hb2_url_title', 'Erfahren Sie mehr>'),
(17, 2, '_hb2_url_title', 'field_5c1ce753020ae'),
(18, 2, 'hb2_text1', 'Wir garantieren eine hohe Rentabilität der vorgeschlagenen technischen Lösungen'),
(19, 2, '_hb2_text1', 'field_5c1ce01c8242b'),
(20, 2, 'hb2_text2', 'Wir führen mehrstufige Qualitätskontrollen der Geräte beim Hersteller durch'),
(7337, 1094, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:11:\"vozduh3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vozduh3-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"vozduh3-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"vozduh3-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(21, 2, '_hb2_text2', 'field_5c1ce02a8242c'),
(22, 2, 'hb2_text3', 'Wir garantieren den Schutz der Rechte und Interessen unserer Kunden'),
(24, 2, 'hb2_text4', 'Wir bieten technischen Support während der gesamten Lebensdauer des Produkts'),
(25, 2, '_hb2_text4', 'field_5c1ce0488242f'),
(23, 2, '_hb2_text3', 'field_5c1ce0308242d'),
(26, 18, 'hb2_title', ''),
(27, 18, '_hb2_title', 'field_5c1cdfc182429'),
(28, 18, 'hb2_url', ''),
(29, 18, '_hb2_url', 'field_5c1cdfe18242a'),
(30, 18, 'hb2_url_title', ''),
(31, 18, '_hb2_url_title', 'field_5c1ce753020ae'),
(32, 18, 'hb2_text1', 'Только топовое ромышленное оборудование передовых производителей Украины'),
(33, 18, '_hb2_text1', 'field_5c1ce01c8242b'),
(34, 18, 'hb2_text2', 'Контроль качества и лабораторные тесты на всех этапах производства '),
(35, 18, '_hb2_text2', 'field_5c1ce02a8242c'),
(36, 18, 'hb2_text3', ''),
(37, 18, '_hb2_text3', 'field_5c1ce0368242e'),
(38, 18, 'hb2_text4', ''),
(39, 18, '_hb2_text4', 'field_5c1ce0488242f'),
(40, 19, '_edit_last', '1'),
(41, 19, '_edit_lock', '1547454540:1'),
(42, 2, 'hb3_tab_title1', 'ПРОДУКТ'),
(43, 2, '_hb3_tab_title1', 'field_5c1e7ac6b73ef'),
(44, 2, 'hb3_tab_title2', 'ОТРАСЛИ'),
(45, 2, '_hb3_tab_title2', 'field_5c1e7adcb73f0'),
(46, 2, 'hb3_tab_title3', 'НАЗНАЧЕНИЕ'),
(47, 2, '_hb3_tab_title3', 'field_5c1e7ae0b73f1'),
(48, 2, 'hb3_title1', 'Аппарат воздушного охлаждения'),
(49, 2, '_hb3_title1', 'field_5c1e7afe537ec'),
(50, 2, 'hb3_url1', '#'),
(51, 2, '_hb3_url1', 'field_5c1e7b0da0a96'),
(52, 2, 'hb3_text1', 'Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. '),
(53, 2, '_hb3_text1', 'field_5c1e7b1da0a97'),
(54, 2, 'hb3_img1', '71'),
(55, 2, '_hb3_img1', 'field_5c1e7b30a0a98'),
(56, 2, 'hb3_title2', 'Емкость'),
(57, 2, '_hb3_title2', 'field_5c1e7b465fdc4'),
(58, 2, 'hb3_url2', '#'),
(59, 2, '_hb3_url2', 'field_5c1e7b858bdaf'),
(60, 2, 'hb3_text2', 'Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. '),
(61, 2, '_hb3_text2', 'field_5c1e7bc0ff3b4'),
(62, 2, 'hb3_img2', '72'),
(63, 2, '_hb3_img2', 'field_5c1e7c03baab2'),
(64, 2, 'hb3_title3', 'Пластинчатый теплообменник'),
(65, 2, '_hb3_title3', 'field_5c1e7b4c5fdc5'),
(66, 2, 'hb3_url3', '#'),
(67, 2, '_hb3_url3', 'field_5c1e7b898bdb0'),
(68, 2, 'hb3_text3', 'Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. '),
(69, 2, '_hb3_text3', 'field_5c1e7bc7ff3b5'),
(70, 2, 'hb3_img3', '73'),
(71, 2, '_hb3_img3', 'field_5c1e7c08baab3'),
(72, 2, 'hb3_title4', 'Сварной пакетный  теплообменник'),
(73, 2, '_hb3_title4', 'field_5c1e7b505fdc6'),
(74, 2, 'hb3_url4', '#'),
(75, 2, '_hb3_url4', 'field_5c1e7b8d8bdb1'),
(76, 2, 'hb3_text4', 'Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. '),
(77, 2, '_hb3_text4', 'field_5c1e7bccff3b6'),
(78, 2, 'hb3_img4', '74'),
(79, 2, '_hb3_img4', 'field_5c1e7c0cbaab4'),
(80, 2, 'hb3_title5', ''),
(81, 2, '_hb3_title5', 'field_5c1e7b565fdc7'),
(82, 2, 'hb3_url5', ''),
(83, 2, '_hb3_url5', 'field_5c1e7b928bdb2'),
(84, 2, 'hb3_text5', ''),
(85, 2, '_hb3_text5', 'field_5c1e7bd0ff3b7'),
(86, 2, 'hb3_img5', ''),
(87, 2, '_hb3_img5', 'field_5c1e7c0fbaab5'),
(88, 2, 'hb3_title6', ''),
(89, 2, '_hb3_title6', 'field_5c1e7b5b5fdc8'),
(90, 2, 'hb3_url6', ''),
(91, 2, '_hb3_url6', 'field_5c1e7b958bdb3'),
(92, 2, 'hb3_text6', ''),
(93, 2, '_hb3_text6', 'field_5c1e7bd5ff3b8'),
(94, 2, 'hb3_img6', ''),
(95, 2, '_hb3_img6', 'field_5c1e7c13baab6'),
(96, 2, 'hb3_title7', ''),
(97, 2, '_hb3_title7', 'field_5c1e7b5e5fdc9'),
(98, 2, 'hb3_url7', ''),
(99, 2, '_hb3_url7', 'field_5c1e7b998bdb4'),
(100, 2, 'hb3_text7', ''),
(101, 2, '_hb3_text7', 'field_5c1e7bd9ff3b9'),
(102, 2, 'hb3_img7', ''),
(103, 2, '_hb3_img7', 'field_5c1e7c17baab7'),
(104, 2, 'hb3_title8', ''),
(105, 2, '_hb3_title8', 'field_5c1e7b625fdca'),
(106, 2, 'hb3_url8', ''),
(107, 2, '_hb3_url8', 'field_5c1e7b9d8bdb5'),
(108, 2, 'hb3_text8', ''),
(109, 2, '_hb3_text8', 'field_5c1e7bddff3ba'),
(110, 2, 'hb3_img8', ''),
(111, 2, '_hb3_img8', 'field_5c1e7c1abaab8'),
(112, 2, 'hb3_title9', ''),
(113, 2, '_hb3_title9', 'field_5c1e7b665fdcb'),
(114, 2, 'hb3_url9', ''),
(115, 2, '_hb3_url9', 'field_5c1e7ba18bdb6'),
(116, 2, 'hb3_text9', ''),
(117, 2, '_hb3_text9', 'field_5c1e7be6ff3bb'),
(118, 2, 'hb3_img9', ''),
(119, 2, '_hb3_img9', 'field_5c1e7c1fbaab9'),
(120, 2, 'hb3_title10', ''),
(121, 2, '_hb3_title10', 'field_5c1e7b6b5fdcc'),
(122, 2, 'hb3_url10', ''),
(123, 2, '_hb3_url10', 'field_5c1e7ba58bdb7'),
(124, 2, 'hb3_text10', ''),
(125, 2, '_hb3_text10', 'field_5c1e7beaff3bc'),
(126, 2, 'hb3_img10', ''),
(127, 2, '_hb3_img10', 'field_5c1e7c24baaba'),
(128, 2, 'hb3_title11', ''),
(129, 2, '_hb3_title11', 'field_5c1e7b725fdcd'),
(130, 2, 'hb3_url11', ''),
(131, 2, '_hb3_url11', 'field_5c1e7bad8bdb8'),
(132, 2, 'hb3_text11', ''),
(133, 2, '_hb3_text11', 'field_5c1e7bf1ff3bd'),
(134, 2, 'hb3_img11', ''),
(135, 2, '_hb3_img11', 'field_5c1e7c2dbaabb'),
(136, 2, 'hb3_title12', ''),
(137, 2, '_hb3_title12', 'field_5c1e7b775fdce'),
(138, 2, 'hb3_url12', ''),
(139, 2, '_hb3_url12', 'field_5c1e7bb48bdb9'),
(140, 2, 'hb3_text12', ''),
(141, 2, '_hb3_text12', 'field_5c1e7bf5ff3be'),
(142, 2, 'hb3_img12', ''),
(143, 2, '_hb3_img12', 'field_5c1e7c35baabc'),
(3404, 651, 'product_gallery5', '871'),
(3405, 651, '_product_gallery5', 'field_5c3f23ec75b87'),
(3406, 651, 'product_gallery6', '876'),
(3407, 651, '_product_gallery6', 'field_5c3f23f375b88'),
(3408, 651, 'product_gallery7', ''),
(3531, 651, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3532, 651, 'product_title_descriptionblock4', 'Prozesse mit geschweißten Wärmetauschern mit zusammenlegbarem Gehäuse'),
(3533, 651, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(152, 76, '_edit_lock', '1545505079:1'),
(153, 76, '_edit_last', '1'),
(154, 128, '_edit_lock', '1545721064:1'),
(155, 128, '_edit_last', '1'),
(156, 2, 'hb3_tab1_title', 'Ausrüstung'),
(157, 2, '_hb3_tab1_title', 'field_5c1e7ac6b73ef'),
(158, 2, 'hb3_tab1_title1', 'Luftkühler'),
(7336, 1094, '_wp_attached_file', 'vozduh3.png'),
(159, 2, '_hb3_tab1_title1', 'field_5c1e7afe537ec'),
(160, 2, 'hb3_tab1_url1', 'https://kligur.de/apparaty-vozdushnogo-ohlazhdeniya/'),
(161, 2, '_hb3_tab1_url1', 'field_5c1e7b0da0a96'),
(162, 2, 'hb3_tab1_text1', 'Anlagen zur Kühlung von Flüssigkeiten und Gasen sowie zur Kondensation von Dampf und flüssig-dampfförmigen Medien in technologischen Prozessen'),
(163, 2, '_hb3_tab1_text1', 'field_5c1e7b1da0a97'),
(164, 2, 'hb3_tab1_img1', '804'),
(165, 2, '_hb3_tab1_img1', 'field_5c1e7b30a0a98'),
(166, 2, 'hb3_tab1_title2', 'Behältertechnik'),
(167, 2, '_hb3_tab1_title2', 'field_5c1e7b465fdc4'),
(168, 2, 'hb3_tab1_url2', 'https://kligur.de/emkosti/'),
(169, 2, '_hb3_tab1_url2', 'field_5c1e7b858bdaf'),
(170, 2, 'hb3_tab1_text2', 'Die Geräte sind für die Rezeption, Lagerung, Verarbeitung und Abgabe von aggressiven, giftigen und ungiftigen, explosiven und nicht explosiven und anderen flüssigen und gasförmigen Produkten unter übermäßigem Druck ausgelegt'),
(171, 2, '_hb3_tab1_text2', 'field_5c1e7bc0ff3b4'),
(172, 2, 'hb3_tab1_img2', '807'),
(173, 2, '_hb3_tab1_img2', 'field_5c1e7c03baab2'),
(174, 2, 'hb3_tab1_title3', 'Geschweisster wärmetauscher mit demontierbarem gehäuse'),
(175, 2, '_hb3_tab1_title3', 'field_5c1e7b4c5fdc5'),
(176, 2, 'hb3_tab1_url3', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/'),
(177, 2, '_hb3_tab1_url3', 'field_5c1e7b898bdb0'),
(178, 2, 'hb3_tab1_text3', 'Die optimale technische Lösung speziell für Wärmeübertragungsaufgaben in der petrochemischen Industrie'),
(179, 2, '_hb3_tab1_text3', 'field_5c1e7bc7ff3b5'),
(180, 2, 'hb3_tab1_img3', '817'),
(181, 2, '_hb3_tab1_img3', 'field_5c1e7c08baab3'),
(182, 2, 'hb3_tab1_title4', 'Shell-tube-wärmetauscher'),
(183, 2, '_hb3_tab1_title4', 'field_5c1e7b505fdc6'),
(184, 2, 'hb3_tab1_url4', 'https://kligur.de/trubnyje-teploobmenniki/'),
(185, 2, '_hb3_tab1_url4', 'field_5c1e7b8d8bdb1'),
(186, 2, 'hb3_tab1_text4', 'Konzipiert zum Heizen und Kühlen flüssiger und gasförmiger Medien in technologischen Prozessen der Gas-, Öl- und Petrochemie- und anderer Industriezweige'),
(187, 2, '_hb3_tab1_text4', 'field_5c1e7bccff3b6'),
(188, 2, 'hb3_tab1_img4', '816'),
(189, 2, '_hb3_tab1_img4', 'field_5c1e7c0cbaab4'),
(190, 2, 'hb3_tab1_title5', 'Plattenwärmeübertrager'),
(191, 2, '_hb3_tab1_title5', 'field_5c1e7b565fdc7'),
(192, 2, 'hb3_tab1_url5', 'https://kligur.de/plastinchatyj-teploobmennik/'),
(193, 2, '_hb3_tab1_url5', 'field_5c1e7b928bdb2'),
(194, 2, 'hb3_tab1_text5', 'Kompakte Lösung zum Heizen oder Kühlen von Medien'),
(195, 2, '_hb3_tab1_text5', 'field_5c1e7bd0ff3b7'),
(196, 2, 'hb3_tab1_img5', '809'),
(197, 2, '_hb3_tab1_img5', 'field_5c1e7c0fbaab5'),
(198, 2, 'hb3_tab1_title6', 'Separation ausrüstung'),
(199, 2, '_hb3_tab1_title6', 'field_5c1e7b5b5fdc8'),
(200, 2, 'hb3_tab1_url6', 'https://kligur.de/separatory/'),
(201, 2, '_hb3_tab1_url6', 'field_5c1e7b958bdb3'),
(202, 2, 'hb3_tab1_text6', 'Das Gerät ist zur Reinigung von Erdöl und Erdgas aus Flüssigkeiten und Feststoffen bestimmt'),
(203, 2, '_hb3_tab1_text6', 'field_5c1e7bd5ff3b8'),
(204, 2, 'hb3_tab1_img6', '815'),
(205, 2, '_hb3_tab1_img6', 'field_5c1e7c13baab6'),
(206, 2, 'hb3_tab1_title7', ''),
(207, 2, '_hb3_tab1_title7', 'field_5c1e7b5e5fdc9'),
(208, 2, 'hb3_tab1_url7', ''),
(209, 2, '_hb3_tab1_url7', 'field_5c1e7b998bdb4'),
(210, 2, 'hb3_tab1_text7', ''),
(211, 2, '_hb3_tab1_text7', 'field_5c1e7bd9ff3b9'),
(212, 2, 'hb3_tab1_img7', ''),
(213, 2, '_hb3_tab1_img7', 'field_5c1e7c17baab7'),
(214, 2, 'hb3_tab1_title8', ''),
(215, 2, '_hb3_tab1_title8', 'field_5c1e7b625fdca'),
(216, 2, 'hb3_tab1_url8', ''),
(217, 2, '_hb3_tab1_url8', 'field_5c1e7b9d8bdb5'),
(218, 2, 'hb3_tab1_text8', ''),
(219, 2, '_hb3_tab1_text8', 'field_5c1e7bddff3ba'),
(220, 2, 'hb3_tab1_img8', ''),
(221, 2, '_hb3_tab1_img8', 'field_5c1e7c1abaab8'),
(222, 2, 'hb3_tab1_title9', ''),
(223, 2, '_hb3_tab1_title9', 'field_5c1e7b665fdcb'),
(224, 2, 'hb3_tab1_url9', ''),
(225, 2, '_hb3_tab1_url9', 'field_5c1e7ba18bdb6'),
(226, 2, 'hb3_tab1_text9', ''),
(227, 2, '_hb3_tab1_text9', 'field_5c1e7be6ff3bb'),
(228, 2, 'hb3_tab1_img9', ''),
(229, 2, '_hb3_tab1_img9', 'field_5c1e7c1fbaab9'),
(230, 2, 'hb3_tab1_title10', ''),
(231, 2, '_hb3_tab1_title10', 'field_5c1e7b6b5fdcc'),
(232, 2, 'hb3_tab1_url10', ''),
(233, 2, '_hb3_tab1_url10', 'field_5c1e7ba58bdb7'),
(234, 2, 'hb3_tab1_text10', ''),
(235, 2, '_hb3_tab1_text10', 'field_5c1e7beaff3bc'),
(236, 2, 'hb3_tab1_img10', ''),
(237, 2, '_hb3_tab1_img10', 'field_5c1e7c24baaba'),
(238, 2, 'hb3_tab1_title11', ''),
(239, 2, '_hb3_tab1_title11', 'field_5c1e7b725fdcd'),
(240, 2, 'hb3_tab1_url11', ''),
(241, 2, '_hb3_tab1_url11', 'field_5c1e7bad8bdb8'),
(242, 2, 'hb3_tab1_text11', ''),
(243, 2, '_hb3_tab1_text11', 'field_5c1e7bf1ff3bd'),
(244, 2, 'hb3_tab1_img11', ''),
(245, 2, '_hb3_tab1_img11', 'field_5c1e7c2dbaabb'),
(246, 2, 'hb3_tab1_title12', ''),
(247, 2, '_hb3_tab1_title12', 'field_5c1e7b775fdce'),
(248, 2, 'hb3_tab1_url12', ''),
(249, 2, '_hb3_tab1_url12', 'field_5c1e7bb48bdb9'),
(250, 2, 'hb3_tab1_text12', ''),
(251, 2, '_hb3_tab1_text12', 'field_5c1e7bf5ff3be'),
(252, 2, 'hb3_tab1_img12', ''),
(253, 2, '_hb3_tab1_img12', 'field_5c1e7c35baabc'),
(254, 2, 'hb3_tab2_title', 'Branchen'),
(255, 2, '_hb3_tab2_title', 'field_5c1e8389dd4c3'),
(256, 2, 'hb3_tab2_title1', 'Öl und Gas'),
(257, 2, '_hb3_tab2_title1', 'field_5c1e8389dd4fd'),
(258, 2, 'hb3_tab2_url1', 'https://kligur.de/neftedobycha/'),
(259, 2, '_hb3_tab2_url1', 'field_5c1e8389dd535'),
(260, 2, 'hb3_tab2_text1', 'Wärmeaustauschgeräte für die Öl- und Gasindustrie'),
(261, 2, '_hb3_tab2_text1', 'field_5c1e8389dd56c'),
(262, 2, 'hb3_tab2_img1', '814'),
(263, 2, '_hb3_tab2_img1', 'field_5c1e8389dd5a4'),
(264, 2, 'hb3_tab2_title2', 'Metallurgie'),
(265, 2, '_hb3_tab2_title2', 'field_5c1e8389dd5db'),
(266, 2, 'hb3_tab2_url2', 'https://kligur.de/metallurgiya-2/'),
(267, 2, '_hb3_tab2_url2', 'field_5c1e8389dd613'),
(268, 2, 'hb3_tab2_text2', 'Wärmeaustauschgeräte für die Metallurgie'),
(269, 2, '_hb3_tab2_text2', 'field_5c1e8389dd64a'),
(270, 2, 'hb3_tab2_img2', '811'),
(271, 2, '_hb3_tab2_img2', 'field_5c1e8389dd682'),
(272, 2, 'hb3_tab2_title3', 'Chemie'),
(273, 2, '_hb3_tab2_title3', 'field_5c1e8389dd6b9'),
(274, 2, 'hb3_tab2_url3', 'https://kligur.de/himiya/'),
(275, 2, '_hb3_tab2_url3', 'field_5c1e8389dd6f1'),
(276, 2, 'hb3_tab2_text3', 'Wärmeaustauschgeräte für die chemische Industrie'),
(277, 2, '_hb3_tab2_text3', 'field_5c1e8389dd728'),
(278, 2, 'hb3_tab2_img3', '806'),
(279, 2, '_hb3_tab2_img3', 'field_5c1e8389dd760'),
(280, 2, 'hb3_tab2_title4', 'Energiewirtschaft'),
(281, 2, '_hb3_tab2_title4', 'field_5c1e8389dd797'),
(282, 2, 'hb3_tab2_url4', 'https://kligur.de/energetika/'),
(283, 2, '_hb3_tab2_url4', 'field_5c1e8389dd7cf'),
(284, 2, 'hb3_tab2_text4', 'Wärmeaustauschgeräte für große Energie'),
(285, 2, '_hb3_tab2_text4', 'field_5c1e8389dd806'),
(286, 2, 'hb3_tab2_img4', '808'),
(287, 2, '_hb3_tab2_img4', 'field_5c1e8389dd841'),
(288, 2, 'hb3_tab2_title5', ''),
(289, 2, '_hb3_tab2_title5', 'field_5c1e8389dd87a'),
(290, 2, 'hb3_tab2_url5', ''),
(291, 2, '_hb3_tab2_url5', 'field_5c1e8389dd8b1'),
(292, 2, 'hb3_tab2_text5', ''),
(293, 2, '_hb3_tab2_text5', 'field_5c1e8389dd8e9'),
(294, 2, 'hb3_tab2_img5', ''),
(295, 2, '_hb3_tab2_img5', 'field_5c1e8389dd920'),
(296, 2, 'hb3_tab2_title6', ''),
(297, 2, '_hb3_tab2_title6', 'field_5c1e8389dd958'),
(298, 2, 'hb3_tab2_url6', ''),
(299, 2, '_hb3_tab2_url6', 'field_5c1e8389dd98f'),
(300, 2, 'hb3_tab2_text6', ''),
(301, 2, '_hb3_tab2_text6', 'field_5c1e8389dd9c7'),
(302, 2, 'hb3_tab2_img6', ''),
(303, 2, '_hb3_tab2_img6', 'field_5c1e8389dd9fe'),
(304, 2, 'hb3_tab2_title7', ''),
(305, 2, '_hb3_tab2_title7', 'field_5c1e8389dda35'),
(306, 2, 'hb3_tab2_url7', ''),
(307, 2, '_hb3_tab2_url7', 'field_5c1e8389dda6d'),
(308, 2, 'hb3_tab2_text7', ''),
(309, 2, '_hb3_tab2_text7', 'field_5c1e8389ddaa4'),
(310, 2, 'hb3_tab2_img7', ''),
(311, 2, '_hb3_tab2_img7', 'field_5c1e8389ddadb'),
(312, 2, 'hb3_tab2_title8', ''),
(313, 2, '_hb3_tab2_title8', 'field_5c1e8389ddb13'),
(314, 2, 'hb3_tab2_url8', ''),
(315, 2, '_hb3_tab2_url8', 'field_5c1e8389ddb4a'),
(316, 2, 'hb3_tab2_text8', ''),
(317, 2, '_hb3_tab2_text8', 'field_5c1e8389ddb84'),
(318, 2, 'hb3_tab2_img8', ''),
(319, 2, '_hb3_tab2_img8', 'field_5c1e8389ddbbc'),
(320, 2, 'hb3_tab2_title9', ''),
(321, 2, '_hb3_tab2_title9', 'field_5c1e8389ddbf3'),
(322, 2, 'hb3_tab2_url9', ''),
(323, 2, '_hb3_tab2_url9', 'field_5c1e8389ddc2a'),
(324, 2, 'hb3_tab2_text9', ''),
(325, 2, '_hb3_tab2_text9', 'field_5c1e8389ddc66'),
(326, 2, 'hb3_tab2_img9', ''),
(327, 2, '_hb3_tab2_img9', 'field_5c1e8389ddca0'),
(328, 2, 'hb3_tab2_title10', ''),
(329, 2, '_hb3_tab2_title10', 'field_5c1e8389ddcd7'),
(330, 2, 'hb3_tab2_url10', ''),
(331, 2, '_hb3_tab2_url10', 'field_5c1e8389ddd0f'),
(332, 2, 'hb3_tab2_text10', ''),
(333, 2, '_hb3_tab2_text10', 'field_5c1e8389ddd46'),
(334, 2, 'hb3_tab2_img10', ''),
(335, 2, '_hb3_tab2_img10', 'field_5c1e8389ddd7d'),
(336, 2, 'hb3_tab2_title11', ''),
(337, 2, '_hb3_tab2_title11', 'field_5c1e8389dddb5'),
(338, 2, 'hb3_tab2_url11', ''),
(339, 2, '_hb3_tab2_url11', 'field_5c1e8389dddec'),
(340, 2, 'hb3_tab2_text11', ''),
(341, 2, '_hb3_tab2_text11', 'field_5c1e8389dde24'),
(342, 2, 'hb3_tab2_img11', ''),
(343, 2, '_hb3_tab2_img11', 'field_5c1e8389dde5b'),
(344, 2, 'hb3_tab2_title12', ''),
(345, 2, '_hb3_tab2_title12', 'field_5c1e8389dde93'),
(346, 2, 'hb3_tab2_url12', ''),
(347, 2, '_hb3_tab2_url12', 'field_5c1e8389ddeca'),
(348, 2, 'hb3_tab2_text12', ''),
(349, 2, '_hb3_tab2_text12', 'field_5c1e8389ddf01'),
(350, 2, 'hb3_tab2_img12', ''),
(351, 2, '_hb3_tab2_img12', 'field_5c1e8389ddf39'),
(352, 2, 'hb3_tab3_title', 'Zweck'),
(353, 2, '_hb3_tab3_title', 'field_5c1e83d1b3094'),
(354, 2, 'hb3_tab3_title1', 'Heizung'),
(355, 2, '_hb3_tab3_title1', 'field_5c1e83d1b30cf'),
(356, 2, 'hb3_tab3_url1', '#'),
(357, 2, '_hb3_tab3_url1', 'field_5c1e83d1b3107'),
(358, 2, 'hb3_tab3_text1', ''),
(359, 2, '_hb3_tab3_text1', 'field_5c1e83d1b313f'),
(360, 2, 'hb3_tab3_img1', '751'),
(361, 2, '_hb3_tab3_img1', 'field_5c1e83d1b3176'),
(362, 2, 'hb3_tab3_title2', 'Kühler'),
(363, 2, '_hb3_tab3_title2', 'field_5c1e83d1b31ae'),
(364, 2, 'hb3_tab3_url2', '#'),
(365, 2, '_hb3_tab3_url2', 'field_5c1e83d1b31e5'),
(366, 2, 'hb3_tab3_text2', ''),
(367, 2, '_hb3_tab3_text2', 'field_5c1e83d1b321d'),
(368, 2, 'hb3_tab3_img2', '751'),
(369, 2, '_hb3_tab3_img2', 'field_5c1e83d1b3254'),
(370, 2, 'hb3_tab3_title3', 'Kondensator'),
(371, 2, '_hb3_tab3_title3', 'field_5c1e83d1b328c'),
(372, 2, 'hb3_tab3_url3', '#'),
(373, 2, '_hb3_tab3_url3', 'field_5c1e83d1b32c4'),
(374, 2, 'hb3_tab3_text3', ''),
(375, 2, '_hb3_tab3_text3', 'field_5c1e83d1b32fb'),
(376, 2, 'hb3_tab3_img3', '751'),
(377, 2, '_hb3_tab3_img3', 'field_5c1e83d1b3333'),
(378, 2, 'hb3_tab3_title4', 'Rekuperator'),
(379, 2, '_hb3_tab3_title4', 'field_5c1e83d1b336a'),
(380, 2, 'hb3_tab3_url4', '#'),
(381, 2, '_hb3_tab3_url4', 'field_5c1e83d1b33a2'),
(382, 2, 'hb3_tab3_text4', ''),
(383, 2, '_hb3_tab3_text4', 'field_5c1e83d1b33d9'),
(384, 2, 'hb3_tab3_img4', '751'),
(385, 2, '_hb3_tab3_img4', 'field_5c1e83d1b3411'),
(386, 2, 'hb3_tab3_title5', 'Verdampfer'),
(387, 2, '_hb3_tab3_title5', 'field_5c1e83d1b3448'),
(388, 2, 'hb3_tab3_url5', '#'),
(389, 2, '_hb3_tab3_url5', 'field_5c1e83d1b3478'),
(390, 2, 'hb3_tab3_text5', ''),
(391, 2, '_hb3_tab3_text5', 'field_5c1e83d1b34b9'),
(392, 2, 'hb3_tab3_img5', '751'),
(393, 2, '_hb3_tab3_img5', 'field_5c1e83d1b34f3'),
(394, 2, 'hb3_tab3_title6', 'Utilizer'),
(395, 2, '_hb3_tab3_title6', 'field_5c1e83d1b352b'),
(396, 2, 'hb3_tab3_url6', '#'),
(397, 2, '_hb3_tab3_url6', 'field_5c1e83d1b3562'),
(398, 2, 'hb3_tab3_text6', ''),
(399, 2, '_hb3_tab3_text6', 'field_5c1e83d1b359a'),
(400, 2, 'hb3_tab3_img6', '751'),
(401, 2, '_hb3_tab3_img6', 'field_5c1e83d1b35d1'),
(402, 2, 'hb3_tab3_title7', ''),
(403, 2, '_hb3_tab3_title7', 'field_5c1e83d1b3608'),
(404, 2, 'hb3_tab3_url7', ''),
(405, 2, '_hb3_tab3_url7', 'field_5c1e83d1b3640'),
(406, 2, 'hb3_tab3_text7', ''),
(407, 2, '_hb3_tab3_text7', 'field_5c1e83d1b3677'),
(408, 2, 'hb3_tab3_img7', ''),
(409, 2, '_hb3_tab3_img7', 'field_5c1e83d1b36af'),
(410, 2, 'hb3_tab3_title8', ''),
(411, 2, '_hb3_tab3_title8', 'field_5c1e83d1b36e6'),
(412, 2, 'hb3_tab3_url8', ''),
(413, 2, '_hb3_tab3_url8', 'field_5c1e83d1b371e'),
(414, 2, 'hb3_tab3_text8', ''),
(415, 2, '_hb3_tab3_text8', 'field_5c1e83d1b3756'),
(416, 2, 'hb3_tab3_img8', ''),
(417, 2, '_hb3_tab3_img8', 'field_5c1e83d1b378d'),
(418, 2, 'hb3_tab3_title9', ''),
(419, 2, '_hb3_tab3_title9', 'field_5c1e83d1b37c5'),
(420, 2, 'hb3_tab3_url9', ''),
(421, 2, '_hb3_tab3_url9', 'field_5c1e83d1b37fc'),
(422, 2, 'hb3_tab3_text9', ''),
(423, 2, '_hb3_tab3_text9', 'field_5c1e83d1b3834'),
(424, 2, 'hb3_tab3_img9', ''),
(425, 2, '_hb3_tab3_img9', 'field_5c1e83d1b3860'),
(426, 2, 'hb3_tab3_title10', ''),
(427, 2, '_hb3_tab3_title10', 'field_5c1e83d1b389c'),
(428, 2, 'hb3_tab3_url10', ''),
(429, 2, '_hb3_tab3_url10', 'field_5c1e83d1b38d3'),
(430, 2, 'hb3_tab3_text10', ''),
(431, 2, '_hb3_tab3_text10', 'field_5c1e83d1b390b'),
(432, 2, 'hb3_tab3_img10', ''),
(433, 2, '_hb3_tab3_img10', 'field_5c1e83d1b3942'),
(434, 2, 'hb3_tab3_title11', ''),
(435, 2, '_hb3_tab3_title11', 'field_5c1e83d1b397a'),
(436, 2, 'hb3_tab3_url11', ''),
(437, 2, '_hb3_tab3_url11', 'field_5c1e83d1b39b1'),
(438, 2, 'hb3_tab3_text11', ''),
(439, 2, '_hb3_tab3_text11', 'field_5c1e83d1b39e8'),
(440, 2, 'hb3_tab3_img11', ''),
(441, 2, '_hb3_tab3_img11', 'field_5c1e83d1b3a20'),
(442, 2, 'hb3_tab3_title12', ''),
(443, 2, '_hb3_tab3_title12', 'field_5c1e83d1b3a57'),
(444, 2, 'hb3_tab3_url12', ''),
(445, 2, '_hb3_tab3_url12', 'field_5c1e83d1b3a8f'),
(446, 2, 'hb3_tab3_text12', ''),
(447, 2, '_hb3_tab3_text12', 'field_5c1e83d1b3ac7'),
(448, 2, 'hb3_tab3_img12', ''),
(449, 2, '_hb3_tab3_img12', 'field_5c1e83d1b3afe'),
(2814, 785, '_wp_page_template', 'page-product.php'),
(450, 2, 'hb3_tab1_title_button', 'Weitere Details>'),
(451, 2, '_hb3_tab1_title_button', 'field_5c1e896fad240'),
(452, 2, 'hb3_tab2_title_button', 'Weitere Details>'),
(453, 2, '_hb3_tab2_title_button', 'field_5c1e89bd1ab62'),
(454, 2, 'hb3_tab3_title_button', 'Weitere Details>'),
(455, 2, '_hb3_tab3_title_button', 'field_5c1e89d4ca190'),
(536, 223, '_wp_attached_file', 'banner_img1.webp'),
(535, 222, '_wp_attached_file', 'banner_im2.webp'),
(458, 183, 'ml-slider_settings', 'a:38:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"620\";s:3:\"spw\";i:7;s:3:\"sph\";i:5;s:5:\"delay\";s:4:\"3000\";s:6:\"sDelay\";i:30;s:7:\"opacity\";d:0.6999999999999999555910790149937383830547332763671875;s:10:\"titleSpeed\";i:500;s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:8:\"Previous\";s:8:\"nextText\";s:4:\"Next\";s:6:\"slices\";i:15;s:6:\"center\";s:5:\"false\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:16:\"firstSlideFadeIn\";s:4:\"true\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:17:\"responsive_thumbs\";s:5:\"false\";s:15:\"thumb_min_width\";i:100;s:9:\"fullWidth\";s:5:\"false\";s:10:\"noConflict\";s:4:\"true\";s:12:\"smoothHeight\";s:5:\"false\";}'),
(459, 183, 'metaslider_slideshow_theme', ''),
(461, 184, 'ml-slider_type', 'image'),
(462, 184, 'ml-slider_inherit_image_caption', '1'),
(463, 184, 'ml-slider_inherit_image_title', '1'),
(464, 184, 'ml-slider_inherit_image_alt', '1'),
(466, 185, 'ml-slider_type', 'image'),
(467, 185, 'ml-slider_inherit_image_caption', '1'),
(468, 185, 'ml-slider_inherit_image_title', '1'),
(469, 185, 'ml-slider_inherit_image_alt', '1'),
(470, 184, 'ml-slider_crop_position', 'center-center'),
(471, 184, '_wp_attachment_image_alt', ''),
(472, 185, 'ml-slider_crop_position', 'center-center'),
(473, 185, '_wp_attachment_image_alt', ''),
(474, 184, '_wp_desired_post_slug', 'slider-183-image'),
(475, 185, '_wp_desired_post_slug', 'slider-183-image-2'),
(534, 221, '_wp_attached_file', 'banner1.webp'),
(479, 2, 'hs_title1', 'Высокая экономическая эффектиность'),
(480, 2, '_hs_title1', 'field_5c20802ac392b'),
(481, 2, 'hs_text1', 'Лучшее бизнес-решение для экономии денег и энергии в нефтеперерабатывающей промышленности'),
(5911, 946, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"emk1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"emk1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"emk1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"emk1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(482, 2, '_hs_text1', 'field_5c208049c392e'),
(483, 2, 'hs_img1', '744'),
(484, 2, '_hs_img1', 'field_5c20805ac3931'),
(485, 2, 'hs_url1_title', 'Подробнее   >'),
(486, 2, '_hs_url1_title', 'field_5c2080bf6edfa'),
(487, 2, 'hs_url1', '#'),
(488, 2, '_hs_url1', 'field_5c20807dd082a'),
(489, 2, 'hs_title2', 'Простота обслуживания на месте установки'),
(490, 2, '_hs_title2', 'field_5c20803dc392c'),
(491, 2, 'hs_text2', 'Обслуживание производится на месте установки без отсоединения от трубопровода'),
(492, 2, '_hs_text2', 'field_5c208051c392f'),
(493, 2, 'hs_img2', '745'),
(494, 2, '_hs_img2', 'field_5c208067c3932'),
(495, 2, 'hs_url2_title', 'Подробнее   >'),
(496, 2, '_hs_url2_title', 'field_5c2080d36edfb'),
(497, 2, 'hs_url2', '#'),
(498, 2, '_hs_url2', 'field_5c20808dd082b'),
(499, 2, 'hs_title3', 'Оптимальное решение для грязных сред '),
(500, 2, '_hs_title3', 'field_5c208041c392d'),
(501, 2, 'hs_text3', 'Возможность эксплуатации в условиях «грязных» сред и высоковязких продуктов, где по причине сложности эксплуатационного обслуживания не могут быть использованы пластинчатые теплообменники.'),
(502, 2, '_hs_text3', 'field_5c208056c3930'),
(503, 2, 'hs_img3', '754'),
(504, 2, '_hs_img3', 'field_5c20806ec3933'),
(505, 2, 'hs_url3_title', 'Подробнее   >'),
(506, 2, '_hs_url3_title', 'field_5c2080d96edfc'),
(507, 2, 'hs_url3', '#'),
(508, 2, '_hs_url3', 'field_5c208095d082c'),
(509, 204, '_edit_last', '1'),
(510, 204, '_edit_lock', '1545647340:1'),
(511, 2, 'hb4_title', 'Garantierte Qualität'),
(512, 2, '_hb4_title', 'field_5c20aa9fa18c1'),
(513, 2, 'hb4_text', 'Alle gelieferten Geräte entsprechen den<span> Standards der Richtlinie 2014/68 / EU (PED)</span>'),
(514, 2, '_hb4_text', 'field_5c20aab7a18c2'),
(515, 2, 'hb4_url', '#gotoblock'),
(516, 2, '_hb4_url', 'field_5c20abd9a18c3'),
(517, 2, 'hb4_url_title', 'Auftragsberechnung>'),
(518, 2, '_hb4_url_title', 'field_5c20abe2a18c4'),
(519, 211, '_edit_last', '1'),
(520, 211, '_edit_lock', '1545652194:1'),
(521, 216, '_wp_attached_file', 'hb5-img.webp'),
(522, 2, 'hb5_title', 'Die vorteile'),
(523, 2, '_hb5_title', 'field_5c20b7e18c7b3'),
(524, 2, 'hb5_text', '<ul>\r\n 	<li><strong>HOHE WIRTSCHAFTLICHE EFFIZIENZ.</strong> Mit dem Kauf von Kligur-Produkten setzen Sie Ihre Mittel rationell ein, indem Sie sie in ein qualitativ hochwertiges und langlebiges Produkt investieren. Mit einer angemessenen Preispolitik können Sie Ihre Investitionen zum optimalen Zeitpunkt amortisieren und im laufenden Betrieb Ausbeutung sparen.</li>\r\n 	<li><strong>INDIVIDUELLER ANSATZ BEI JEDEM KUNDEN.</strong> Alle Geräte werden unter größtmöglicher Berücksichtigung der kleinsten Nuancen ausgewählt, die sich in der praktischen Anwendung ergeben können.Alle Industrieanlagen werden nicht in Serie hergestellt, sondern für bestimmte technische Aufgaben.</li>\r\n 	<li><strong>MEHRSTUFIGE QUALITÄTSKONTROLLE.</strong> Kligur-Produkte sind zuverlässig und werden im entscheidenden Moment nicht versagen. Bei der Herstellung werden die strengsten Qualitätskontrollsysteme auf allen Stufen der Produktion angewendet. Funktionell, kompakt, braucht es keinen großen Raum und ein zusätzliches Fundament. Das ist die beste Qualität.</li>\r\n 	<li><strong>KOSTENLOSES TRAINING FÜR DEN GEBRAUCH.</strong> Bei Bedarf organisiert Kligur für seine Kunden Orientierungs-, Demonstrations- und Schulungsfahrten. Völlig kostenlos.</li>\r\n 	<li><strong>SERVICE UND GARANTIESERVICE.</strong> Sie müssen nicht auf Garantiereparaturen zurückgreifen, da die Qualität der Geräte außergewöhnlich ist. Aber wenn etwas passiert, werden Servicezentren in ganz Europa immer zur Hilfe kommen.</li>\r\n</ul>'),
(525, 2, '_hb5_text', 'field_5c20b7ee8c7b4'),
(526, 2, 'hb5_img', '469'),
(527, 2, '_hb5_img', 'field_5c20b836078a4'),
(528, 217, '_edit_last', '1'),
(529, 217, '_edit_lock', '1545721070:1'),
(530, 2, 'hb6_title', 'Newsletter abonnieren'),
(531, 2, '_hb6_title', 'field_5c20ede20cd4a'),
(532, 2, 'hb6_text', 'Briefe über Produktaktualisierungen werden an Ihre E-Mail gesendet. Sie können auch der Erste sein, der über neue technologische Lösungen informiert ist.'),
(533, 2, '_hb6_text', 'field_5c20edfe0cd4b'),
(537, 224, '_edit_lock', '1545725630:1'),
(538, 224, '_edit_last', '1'),
(539, 275, '_edit_lock', '1545721098:1'),
(540, 275, '_edit_last', '1'),
(541, 326, '_edit_lock', '1545721112:1'),
(542, 326, '_edit_last', '1'),
(543, 2, 'hb7_title', 'Unsere Projekte'),
(544, 2, '_hb7_title', 'field_5c21d6d5393ce'),
(545, 2, 'hb7_tab1_title', 'Öl '),
(546, 2, '_hb7_tab1_title', 'field_5c21d5085fe4a'),
(547, 2, 'hb7_tab1_title_button', 'Weitere Details>'),
(548, 2, '_hb7_tab1_title_button', 'field_5c21d5085fe8a'),
(549, 2, 'hb7_tab1_title1', 'Wasserstoffgaskühler'),
(550, 2, '_hb7_tab1_title1', 'field_5c21d5085fec6'),
(551, 2, 'hb7_tab1_url1', 'https://kligur.de/neft/proekt-2/'),
(552, 2, '_hb7_tab1_url1', 'field_5c21d5085ff01'),
(553, 2, 'hb7_tab1_text1', 'Geräte werden nach Gas-Kolbenkompressoren installiert. Bei einem Druck von 63 bar'),
(554, 2, '_hb7_tab1_text1', 'field_5c21d5085ff3d'),
(555, 2, 'hb7_tab1_img1', ''),
(556, 2, '_hb7_tab1_img1', 'field_5c21d5085ff78'),
(557, 2, 'hb7_tab1_title2', 'Nachsäulendampfkondensator'),
(558, 2, '_hb7_tab1_title2', 'field_5c21d5085ffb2'),
(559, 2, 'hb7_tab1_url2', 'https://kligur.de/neft/kondensator-parov-posle-kolonny/'),
(560, 2, '_hb7_tab1_url2', 'field_5c21d5085ffee'),
(561, 2, 'hb7_tab1_text2', 'Die Einführung eines geschweißten Chargenwärmetauschers reduzierte die Servicekosten um 80,2%'),
(562, 2, '_hb7_tab1_text2', 'field_5c21d50860029'),
(563, 2, 'hb7_tab1_img2', ''),
(564, 2, '_hb7_tab1_img2', 'field_5c21d50860064'),
(565, 2, 'hb7_tab1_title3', 'Durchlaufwärmerückgewinnung von Phenol-Kresol-Mischflüssigkeiten '),
(566, 2, '_hb7_tab1_title3', 'field_5c21d5086009f'),
(567, 2, 'hb7_tab1_url3', 'https://kligur.de/neft/rekuperator-tepla-potokov-fks/'),
(568, 2, '_hb7_tab1_url3', 'field_5c21d508600da'),
(569, 2, 'hb7_tab1_text3', 'Die Einsparungen durch den Austausch des Rohrwärmetauschers gegen geschweißte Chargenwärmetauscher betrugen 68%'),
(570, 2, '_hb7_tab1_text3', 'field_5c21d50860115'),
(571, 2, 'hb7_tab1_img3', '764'),
(572, 2, '_hb7_tab1_img3', 'field_5c21d5086013a'),
(573, 2, 'hb7_tab1_title4', 'Butankondensator'),
(574, 2, '_hb7_tab1_title4', 'field_5c21d50860175'),
(575, 2, 'hb7_tab1_url4', 'https://kligur.de/neft/kondensator-parov-butanovoj-fraktsii/'),
(576, 2, '_hb7_tab1_url4', 'field_5c21d508601b4'),
(577, 2, 'hb7_tab1_text4', 'Die Verwendung eines geschweißten Chargenwärmetauschers reduzierte den Wartungsaufwand um das 3,7-fache und die Wartungskosten um das 5-fache'),
(578, 2, '_hb7_tab1_text4', 'field_5c21d508601ef'),
(579, 2, 'hb7_tab1_img4', ''),
(580, 2, '_hb7_tab1_img4', 'field_5c21d5086022a'),
(581, 2, 'hb7_tab1_title5', ''),
(582, 2, '_hb7_tab1_title5', 'field_5c21d50860265'),
(583, 2, 'hb7_tab1_url5', ''),
(584, 2, '_hb7_tab1_url5', 'field_5c21d508602a0'),
(585, 2, 'hb7_tab1_text5', ''),
(586, 2, '_hb7_tab1_text5', 'field_5c21d508602dc'),
(587, 2, 'hb7_tab1_img5', ''),
(588, 2, '_hb7_tab1_img5', 'field_5c21d50860317'),
(589, 2, 'hb7_tab1_title6', ''),
(590, 2, '_hb7_tab1_title6', 'field_5c21d50860352'),
(591, 2, 'hb7_tab1_url6', ''),
(592, 2, '_hb7_tab1_url6', 'field_5c21d5086038e'),
(593, 2, 'hb7_tab1_text6', ''),
(594, 2, '_hb7_tab1_text6', 'field_5c21d508603c8'),
(595, 2, 'hb7_tab1_img6', ''),
(596, 2, '_hb7_tab1_img6', 'field_5c21d50860403'),
(597, 2, 'hb7_tab1_title7', ''),
(598, 2, '_hb7_tab1_title7', 'field_5c21d50860484'),
(599, 2, 'hb7_tab1_url7', ''),
(600, 2, '_hb7_tab1_url7', 'field_5c21d508604c6'),
(601, 2, 'hb7_tab1_text7', ''),
(602, 2, '_hb7_tab1_text7', 'field_5c21d50860503'),
(603, 2, 'hb7_tab1_img7', ''),
(604, 2, '_hb7_tab1_img7', 'field_5c21d5086051d'),
(605, 2, 'hb7_tab1_title8', ''),
(606, 2, '_hb7_tab1_title8', 'field_5c21d50860558'),
(607, 2, 'hb7_tab1_url8', ''),
(608, 2, '_hb7_tab1_url8', 'field_5c21d50860595'),
(609, 2, 'hb7_tab1_text8', ''),
(610, 2, '_hb7_tab1_text8', 'field_5c21d508605d0'),
(611, 2, 'hb7_tab1_img8', ''),
(612, 2, '_hb7_tab1_img8', 'field_5c21d5086060b'),
(613, 2, 'hb7_tab1_title9', ''),
(614, 2, '_hb7_tab1_title9', 'field_5c21d50860646'),
(615, 2, 'hb7_tab1_url9', ''),
(616, 2, '_hb7_tab1_url9', 'field_5c21d50860681'),
(617, 2, 'hb7_tab1_text9', ''),
(618, 2, '_hb7_tab1_text9', 'field_5c21d508606bc'),
(619, 2, 'hb7_tab1_img9', ''),
(620, 2, '_hb7_tab1_img9', 'field_5c21d508606f7'),
(621, 2, 'hb7_tab1_title10', ''),
(622, 2, '_hb7_tab1_title10', 'field_5c21d50860732'),
(623, 2, 'hb7_tab1_url10', ''),
(624, 2, '_hb7_tab1_url10', 'field_5c21d5086076c'),
(625, 2, 'hb7_tab1_text10', ''),
(626, 2, '_hb7_tab1_text10', 'field_5c21d508607a6'),
(627, 2, 'hb7_tab1_img10', ''),
(628, 2, '_hb7_tab1_img10', 'field_5c21d508607e2'),
(629, 2, 'hb7_tab1_title11', ''),
(630, 2, '_hb7_tab1_title11', 'field_5c21d5086081e'),
(631, 2, 'hb7_tab1_url11', ''),
(632, 2, '_hb7_tab1_url11', 'field_5c21d50860858'),
(633, 2, 'hb7_tab1_text11', ''),
(634, 2, '_hb7_tab1_text11', 'field_5c21d50860893'),
(635, 2, 'hb7_tab1_img11', ''),
(636, 2, '_hb7_tab1_img11', 'field_5c21d508608ce'),
(637, 2, 'hb7_tab1_title12', ''),
(638, 2, '_hb7_tab1_title12', 'field_5c21d50860905'),
(639, 2, 'hb7_tab1_url12', ''),
(640, 2, '_hb7_tab1_url12', 'field_5c21d50860943'),
(641, 2, 'hb7_tab1_text12', ''),
(642, 2, '_hb7_tab1_text12', 'field_5c21d5086097e'),
(643, 2, 'hb7_tab1_img12', ''),
(644, 2, '_hb7_tab1_img12', 'field_5c21d508609b9'),
(645, 2, 'hb7_tab2_title', 'GAS'),
(646, 2, '_hb7_tab2_title', 'field_5c21d50d287ff'),
(647, 2, 'hb7_tab2_title_button', 'Weitere Details>'),
(648, 2, '_hb7_tab2_title_button', 'field_5c21d50d28839'),
(649, 2, 'hb7_tab2_title1', 'Installation des verarbeitungskondensat upk-40'),
(650, 2, '_hb7_tab2_title1', 'field_5c21d50d28871'),
(651, 2, 'hb7_tab2_url1', 'https://kligur.de/gaz/ustanovka-pererabotki-kondensata-upk-40/'),
(652, 2, '_hb7_tab2_url1', 'field_5c21d50d288a9'),
(653, 2, 'hb7_tab2_text1', 'Der Austausch eines Rohrwärmetauschers durch einen geschweißten Wärmetauscher senkte die Kosten um 73%'),
(654, 2, '_hb7_tab2_text1', 'field_5c21d50d288e0'),
(655, 2, 'hb7_tab2_img1', ''),
(656, 2, '_hb7_tab2_img1', 'field_5c21d50d28918'),
(657, 2, 'hb7_tab2_title2', 'Regenerationsgas-Rekuperator'),
(658, 2, '_hb7_tab2_title2', 'field_5c21d50d2894f'),
(659, 2, 'hb7_tab2_url2', 'https://kligur.de/gaz/rekuperator-gaza-regeneratsii/'),
(660, 2, '_hb7_tab2_url2', 'field_5c21d50d28986'),
(661, 2, 'hb7_tab2_text2', 'Die Einführung eines vollverschweißten Wärmetauschers anstelle einer Rohrapparatur senkte die Kosten um 61%'),
(662, 2, '_hb7_tab2_text2', 'field_5c21d50d289be'),
(663, 2, 'hb7_tab2_img2', ''),
(664, 2, '_hb7_tab2_img2', 'field_5c21d50d289f5'),
(665, 2, 'hb7_tab2_title3', 'Flüssiggaskondensator'),
(666, 2, '_hb7_tab2_title3', 'field_5c21d50d28a2d'),
(667, 2, 'hb7_tab2_url3', 'https://kligur.de/gaz/kondensator-szhizhennogo-gaza/'),
(668, 2, '_hb7_tab2_url3', 'field_5c21d50d28a64'),
(669, 2, 'hb7_tab2_text3', ''),
(670, 2, '_hb7_tab2_text3', 'field_5c21d50d28a7d'),
(671, 2, 'hb7_tab2_img3', ''),
(672, 2, '_hb7_tab2_img3', 'field_5c21d50d28ab6'),
(673, 2, 'hb7_tab2_title4', 'Gasheizgerät mit trockener Oberfläche'),
(674, 2, '_hb7_tab2_title4', 'field_5c21d50d28aee'),
(675, 2, 'hb7_tab2_url4', 'https://kligur.de/gaz/podogrevatel-suhogo-otbenzinennogo-gaza/'),
(676, 2, '_hb7_tab2_url4', 'field_5c21d50d28b27'),
(677, 2, 'hb7_tab2_text4', ''),
(678, 2, '_hb7_tab2_text4', 'field_5c21d50d28b5f'),
(679, 2, 'hb7_tab2_img4', ''),
(680, 2, '_hb7_tab2_img4', 'field_5c21d50d28b96'),
(681, 2, 'hb7_tab2_title5', ''),
(682, 2, '_hb7_tab2_title5', 'field_5c21d50d28bcd'),
(683, 2, 'hb7_tab2_url5', ''),
(684, 2, '_hb7_tab2_url5', 'field_5c21d50d28c05'),
(685, 2, 'hb7_tab2_text5', ''),
(686, 2, '_hb7_tab2_text5', 'field_5c21d50d28c3c'),
(687, 2, 'hb7_tab2_img5', ''),
(688, 2, '_hb7_tab2_img5', 'field_5c21d50d28c74'),
(689, 2, 'hb7_tab2_title6', ''),
(690, 2, '_hb7_tab2_title6', 'field_5c21d50d28cab'),
(691, 2, 'hb7_tab2_url6', ''),
(692, 2, '_hb7_tab2_url6', 'field_5c21d50d28ce2'),
(693, 2, 'hb7_tab2_text6', ''),
(694, 2, '_hb7_tab2_text6', 'field_5c21d50d28d19'),
(695, 2, 'hb7_tab2_img6', ''),
(696, 2, '_hb7_tab2_img6', 'field_5c21d50d28d51'),
(697, 2, 'hb7_tab2_title7', ''),
(698, 2, '_hb7_tab2_title7', 'field_5c21d50d28d88'),
(699, 2, 'hb7_tab2_url7', ''),
(700, 2, '_hb7_tab2_url7', 'field_5c21d50d28dbf'),
(701, 2, 'hb7_tab2_text7', ''),
(702, 2, '_hb7_tab2_text7', 'field_5c21d50d28df7'),
(703, 2, 'hb7_tab2_img7', ''),
(704, 2, '_hb7_tab2_img7', 'field_5c21d50d28e2e'),
(705, 2, 'hb7_tab2_title8', ''),
(706, 2, '_hb7_tab2_title8', 'field_5c21d50d28e63'),
(707, 2, 'hb7_tab2_url8', ''),
(708, 2, '_hb7_tab2_url8', 'field_5c21d50d28e9e'),
(709, 2, 'hb7_tab2_text8', ''),
(710, 2, '_hb7_tab2_text8', 'field_5c21d50d28ed6'),
(711, 2, 'hb7_tab2_img8', ''),
(712, 2, '_hb7_tab2_img8', 'field_5c21d50d28f0d'),
(713, 2, 'hb7_tab2_title9', ''),
(714, 2, '_hb7_tab2_title9', 'field_5c21d50d28f44'),
(715, 2, 'hb7_tab2_url9', ''),
(716, 2, '_hb7_tab2_url9', 'field_5c21d50d28f7c'),
(717, 2, 'hb7_tab2_text9', ''),
(718, 2, '_hb7_tab2_text9', 'field_5c21d50d28fb3'),
(719, 2, 'hb7_tab2_img9', ''),
(720, 2, '_hb7_tab2_img9', 'field_5c21d50d28fea'),
(721, 2, 'hb7_tab2_title10', ''),
(722, 2, '_hb7_tab2_title10', 'field_5c21d50d29022'),
(723, 2, 'hb7_tab2_url10', ''),
(724, 2, '_hb7_tab2_url10', 'field_5c21d50d29059'),
(725, 2, 'hb7_tab2_text10', ''),
(726, 2, '_hb7_tab2_text10', 'field_5c21d50d29090'),
(727, 2, 'hb7_tab2_img10', ''),
(728, 2, '_hb7_tab2_img10', 'field_5c21d50d290c7'),
(729, 2, 'hb7_tab2_title11', ''),
(730, 2, '_hb7_tab2_title11', 'field_5c21d50d290ff'),
(731, 2, 'hb7_tab2_url11', ''),
(732, 2, '_hb7_tab2_url11', 'field_5c21d50d29136'),
(733, 2, 'hb7_tab2_text11', ''),
(734, 2, '_hb7_tab2_text11', 'field_5c21d50d2916d'),
(735, 2, 'hb7_tab2_img11', ''),
(736, 2, '_hb7_tab2_img11', 'field_5c21d50d291a5'),
(737, 2, 'hb7_tab2_title12', ''),
(738, 2, '_hb7_tab2_title12', 'field_5c21d50d291dc'),
(739, 2, 'hb7_tab2_url12', ''),
(740, 2, '_hb7_tab2_url12', 'field_5c21d50d29215'),
(741, 2, 'hb7_tab2_text12', ''),
(742, 2, '_hb7_tab2_text12', 'field_5c21d50d2924c'),
(743, 2, 'hb7_tab2_img12', ''),
(744, 2, '_hb7_tab2_img12', 'field_5c21d50d29287'),
(745, 2, 'hb7_tab3_title', 'Metallurgie'),
(746, 2, '_hb7_tab3_title', 'field_5c21d50fdddd7'),
(747, 2, 'hb7_tab3_title_button', 'Weitere Details>'),
(748, 2, '_hb7_tab3_title_button', 'field_5c21d50fdde12'),
(749, 2, 'hb7_tab3_title1', ''),
(750, 2, '_hb7_tab3_title1', 'field_5c21d50fdde4a'),
(751, 2, 'hb7_tab3_url1', ''),
(752, 2, '_hb7_tab3_url1', 'field_5c21d50fdde81'),
(753, 2, 'hb7_tab3_text1', ''),
(7237, 637, '_yoast_wpseo_content_score', '30'),
(754, 2, '_hb7_tab3_text1', 'field_5c21d50fddeb9'),
(755, 2, 'hb7_tab3_img1', ''),
(756, 2, '_hb7_tab3_img1', 'field_5c21d50fddef0'),
(757, 2, 'hb7_tab3_title2', ''),
(758, 2, '_hb7_tab3_title2', 'field_5c21d50fddf28'),
(759, 2, 'hb7_tab3_url2', ''),
(760, 2, '_hb7_tab3_url2', 'field_5c21d50fddf5f'),
(761, 2, 'hb7_tab3_text2', ''),
(762, 2, '_hb7_tab3_text2', 'field_5c21d50fddf97'),
(763, 2, 'hb7_tab3_img2', ''),
(764, 2, '_hb7_tab3_img2', 'field_5c21d50fddfce'),
(765, 2, 'hb7_tab3_title3', ''),
(766, 2, '_hb7_tab3_title3', 'field_5c21d50fde006'),
(767, 2, 'hb7_tab3_url3', ''),
(768, 2, '_hb7_tab3_url3', 'field_5c21d50fde03d'),
(769, 2, 'hb7_tab3_text3', ''),
(770, 2, '_hb7_tab3_text3', 'field_5c21d50fde075'),
(771, 2, 'hb7_tab3_img3', ''),
(772, 2, '_hb7_tab3_img3', 'field_5c21d50fde0ad'),
(773, 2, 'hb7_tab3_title4', ''),
(774, 2, '_hb7_tab3_title4', 'field_5c21d50fde0d6'),
(775, 2, 'hb7_tab3_url4', ''),
(776, 2, '_hb7_tab3_url4', 'field_5c21d50fde11b'),
(777, 2, 'hb7_tab3_text4', ''),
(778, 2, '_hb7_tab3_text4', 'field_5c21d50fde152'),
(779, 2, 'hb7_tab3_img4', ''),
(780, 2, '_hb7_tab3_img4', 'field_5c21d50fde18a'),
(781, 2, 'hb7_tab3_title5', ''),
(782, 2, '_hb7_tab3_title5', 'field_5c21d50fde1ee'),
(783, 2, 'hb7_tab3_url5', ''),
(784, 2, '_hb7_tab3_url5', 'field_5c21d50fde22f'),
(785, 2, 'hb7_tab3_text5', ''),
(786, 2, '_hb7_tab3_text5', 'field_5c21d50fde268'),
(787, 2, 'hb7_tab3_img5', ''),
(788, 2, '_hb7_tab3_img5', 'field_5c21d50fde2a0'),
(789, 2, 'hb7_tab3_title6', ''),
(790, 2, '_hb7_tab3_title6', 'field_5c21d50fde2d8'),
(791, 2, 'hb7_tab3_url6', ''),
(792, 2, '_hb7_tab3_url6', 'field_5c21d50fde315'),
(793, 2, 'hb7_tab3_text6', ''),
(794, 2, '_hb7_tab3_text6', 'field_5c21d50fde354'),
(795, 2, 'hb7_tab3_img6', ''),
(796, 2, '_hb7_tab3_img6', 'field_5c21d50fde38e'),
(797, 2, 'hb7_tab3_title7', ''),
(798, 2, '_hb7_tab3_title7', 'field_5c21d50fde3c6'),
(799, 2, 'hb7_tab3_url7', ''),
(800, 2, '_hb7_tab3_url7', 'field_5c21d50fde3fe'),
(801, 2, 'hb7_tab3_text7', ''),
(802, 2, '_hb7_tab3_text7', 'field_5c21d50fde435'),
(803, 2, 'hb7_tab3_img7', ''),
(804, 2, '_hb7_tab3_img7', 'field_5c21d50fde47f'),
(805, 2, 'hb7_tab3_title8', ''),
(806, 2, '_hb7_tab3_title8', 'field_5c21d50fde4c6'),
(807, 2, 'hb7_tab3_url8', ''),
(808, 2, '_hb7_tab3_url8', 'field_5c21d50fde503'),
(809, 2, 'hb7_tab3_text8', ''),
(810, 2, '_hb7_tab3_text8', 'field_5c21d50fde548'),
(811, 2, 'hb7_tab3_img8', ''),
(812, 2, '_hb7_tab3_img8', 'field_5c21d50fde57f'),
(813, 2, 'hb7_tab3_title9', ''),
(814, 2, '_hb7_tab3_title9', 'field_5c21d50fde5b7'),
(815, 2, 'hb7_tab3_url9', ''),
(816, 2, '_hb7_tab3_url9', 'field_5c21d50fde5ef'),
(817, 2, 'hb7_tab3_text9', ''),
(818, 2, '_hb7_tab3_text9', 'field_5c21d50fde626'),
(819, 2, 'hb7_tab3_img9', ''),
(820, 2, '_hb7_tab3_img9', 'field_5c21d50fde65e'),
(821, 2, 'hb7_tab3_title10', ''),
(822, 2, '_hb7_tab3_title10', 'field_5c21d50fde696'),
(823, 2, 'hb7_tab3_url10', ''),
(824, 2, '_hb7_tab3_url10', 'field_5c21d50fde6cd'),
(825, 2, 'hb7_tab3_text10', ''),
(826, 2, '_hb7_tab3_text10', 'field_5c21d50fde705'),
(827, 2, 'hb7_tab3_img10', ''),
(828, 2, '_hb7_tab3_img10', 'field_5c21d50fde73c'),
(829, 2, 'hb7_tab3_title11', ''),
(830, 2, '_hb7_tab3_title11', 'field_5c21d50fde774'),
(831, 2, 'hb7_tab3_url11', ''),
(832, 2, '_hb7_tab3_url11', 'field_5c21d50fde7ac'),
(833, 2, 'hb7_tab3_text11', ''),
(834, 2, '_hb7_tab3_text11', 'field_5c21d50fde7e3'),
(835, 2, 'hb7_tab3_img11', ''),
(836, 2, '_hb7_tab3_img11', 'field_5c21d50fde81b'),
(837, 2, 'hb7_tab3_title12', ''),
(838, 2, '_hb7_tab3_title12', 'field_5c21d50fde852'),
(839, 2, 'hb7_tab3_url12', ''),
(840, 2, '_hb7_tab3_url12', 'field_5c21d50fde88c'),
(841, 2, 'hb7_tab3_text12', ''),
(842, 2, '_hb7_tab3_text12', 'field_5c21d50fde8a4'),
(843, 2, 'hb7_tab3_img12', ''),
(844, 2, '_hb7_tab3_img12', 'field_5c21d50fde8e3'),
(845, 378, '_wp_attached_file', 'hb7img1.webp'),
(846, 379, '_wp_attached_file', 'hb7img2.webp'),
(847, 380, '_wp_attached_file', 'hb7img3.webp'),
(3360, 819, '_wp_attached_file', 'konstr.png'),
(3361, 819, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:798;s:6:\"height\";i:522;s:4:\"file\";s:10:\"konstr.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"konstr-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"konstr-640x419.png\";s:5:\"width\";i:640;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"konstr-768x502.png\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"konstr-624x408.png\";s:5:\"width\";i:624;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(848, 381, '_edit_last', '1'),
(849, 381, '_edit_lock', '1546861532:1'),
(954, 434, '_wp_attached_file', 'ukrtatnafta.png'),
(922, 418, '_wp_attached_file', 'arcelormittal.png'),
(923, 418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:17:\"arcelormittal.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(924, 419, '_wp_attached_file', 'azmeco.png'),
(925, 419, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:10:\"azmeco.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(926, 420, '_wp_attached_file', 'belorusneft.png'),
(927, 420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:15:\"belorusneft.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(928, 421, '_wp_attached_file', 'dtek.png'),
(929, 421, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:8:\"dtek.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(930, 422, '_wp_attached_file', 'gaz-group.png'),
(931, 422, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:13:\"gaz-group.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(932, 423, '_wp_attached_file', 'gazprom.png'),
(933, 423, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:11:\"gazprom.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(934, 424, '_wp_attached_file', 'lukoyl.png'),
(935, 424, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:10:\"lukoyl.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(936, 425, '_wp_attached_file', 'metinvest.png'),
(937, 425, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:13:\"metinvest.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(938, 426, '_wp_attached_file', 'nafton.png'),
(939, 426, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:10:\"nafton.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(940, 427, '_wp_attached_file', 'ostchem.png'),
(941, 427, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:11:\"ostchem.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(942, 428, '_wp_attached_file', 'roseft.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(943, 428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:10:\"roseft.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(944, 429, '_wp_attached_file', 'socar.png'),
(945, 429, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:9:\"socar.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(946, 430, '_wp_attached_file', 'tatneft.png'),
(947, 430, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:11:\"tatneft.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(948, 431, '_wp_attached_file', 'turkmengaz.png'),
(949, 431, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:14:\"turkmengaz.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(950, 432, '_wp_attached_file', 'ukrgaz.png'),
(951, 432, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:10:\"ukrgaz.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(952, 433, '_wp_attached_file', 'ukrnafta.png'),
(953, 433, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:12:\"ukrnafta.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(884, 2, 'hbp1', ''),
(885, 2, '_hbp1', 'field_5c21fb47c1da2'),
(886, 2, 'hbp2', ''),
(887, 2, '_hbp2', 'field_5c21fb60c1da3'),
(888, 2, 'hbp3', ''),
(889, 2, '_hbp3', 'field_5c21fb64c1da4'),
(890, 2, 'hbp4', ''),
(891, 2, '_hbp4', 'field_5c21fb72c1da5'),
(892, 2, 'hbp5', ''),
(893, 2, '_hbp5', 'field_5c21fb79c1da6'),
(894, 2, 'hbp6', ''),
(895, 2, '_hbp6', 'field_5c21fb7dc1da7'),
(896, 2, 'hbp7', ''),
(897, 2, '_hbp7', 'field_5c21fb83c1da8'),
(898, 2, 'hbp8', ''),
(899, 2, '_hbp8', 'field_5c21fb87c1da9'),
(900, 2, 'hbp9', ''),
(901, 2, '_hbp9', 'field_5c21fb8cc1daa'),
(902, 2, 'hbp10', ''),
(903, 2, '_hbp10', 'field_5c21fb90c1dab'),
(904, 2, 'hbp11', ''),
(905, 2, '_hbp11', 'field_5c21fb97c1dac'),
(906, 2, 'hbp12', ''),
(907, 2, '_hbp12', 'field_5c21fb9bc1dad'),
(908, 2, 'hbp13', ''),
(909, 2, '_hbp13', 'field_5c21fb9fc1dae'),
(910, 2, 'hbp14', ''),
(911, 2, '_hbp14', 'field_5c21fba5c1daf'),
(912, 2, 'hbp15', ''),
(913, 2, '_hbp15', 'field_5c21fbaac1db0'),
(914, 2, 'hbp16', ''),
(915, 2, '_hbp16', 'field_5c21fbafc1db1'),
(916, 2, 'hbp17', ''),
(917, 2, '_hbp17', 'field_5c21fbb3c1db2'),
(918, 2, 'hbp18', ''),
(919, 2, '_hbp18', 'field_5c21fbb7c1db3'),
(920, 2, 'hbp_title', 'Unsere Partner'),
(921, 2, '_hbp_title', 'field_5c220336bf260'),
(955, 434, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:15:\"ukrtatnafta.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(956, 436, '_edit_last', '1'),
(957, 436, '_edit_lock', '1549975656:1'),
(958, 439, '_wp_attached_file', 'hb8img.webp'),
(959, 2, 'hb8_title', 'Закажи бесплатный расчет аппарата'),
(960, 2, '_hb8_title', 'field_5c2224cc6ddbb'),
(961, 2, 'hb8_img', '439'),
(962, 2, '_hb8_img', 'field_5c2224d7ee388'),
(963, 440, '_form', '<div class=\"contact-form\">\n<div class=\"contact-form-content\">\n<div class=\"contact-form-content-title\">Bestellen Sie kostenlos eine Wärmetauscherberechnung</div>\n<div class=\"block-left\">[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</div>\n<div class=\"block-right\">[email* user-email placeholder \"Email\"]</div>\n<div class=\"block-row\">[checkbox* checkbox \"Ich bin mit der Verarbeitung personenbezogener Daten gemäß den\"] <a href=\"https://kligur.de/privacy-policy\">Datenschutzbestimmungen einverstanden</a></div>\n[submit \"Senden\"]\n</div>\n</div>'),
(964, 440, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:40:\"Kligur \"Контактная форма\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:15:\"admin@kligur.de\";s:4:\"body\";s:147:\"<b>Telefon:</b> [user-tel]\n<b>Email:</b> [user-email]\n\n\n-- \nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(965, 440, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Kligur \"[your-subject]\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Сообщение:\n[your-message]\n\n-- \nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@kligur.de\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(966, 440, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:63:\"Vielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\";s:12:\"mail_sent_ng\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:16:\"validation_error\";s:108:\"Ein oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\";s:4:\"spam\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:12:\"accept_terms\";s:95:\"Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\";s:16:\"invalid_required\";s:26:\"Das Feld ist erforderlich.\";s:16:\"invalid_too_long\";s:21:\"Das Feld ist zu lang.\";s:17:\"invalid_too_short\";s:21:\"Das Feld ist zu kurz.\";s:12:\"invalid_date\";s:28:\"Das Datumsformat ist falsch.\";s:14:\"date_too_early\";s:74:\"Введённая дата слишком далеко в прошлом.\";s:13:\"date_too_late\";s:74:\"Введённая дата слишком далеко в будущем.\";s:13:\"upload_failed\";s:90:\"При загрузке файла произошла неизвестная ошибка.\";s:24:\"upload_file_type_invalid\";s:81:\"Вам не разрешено загружать файлы этого типа.\";s:21:\"upload_file_too_large\";s:39:\"Файл слишком большой.\";s:23:\"upload_failed_php_error\";s:67:\"При загрузке файла произошла ошибка.\";s:14:\"invalid_number\";s:47:\"Формат числа некорректен.\";s:16:\"number_too_small\";s:68:\"Число меньше минимально допустимого.\";s:16:\"number_too_large\";s:70:\"Число больше максимально допустимого.\";s:23:\"quiz_answer_not_correct\";s:69:\"Неверный ответ на проверочный вопрос.\";s:13:\"invalid_email\";s:25:\"Ungültige E-Mail-Adresse\";s:11:\"invalid_url\";s:26:\"Ungültige URL eingegeben.\";s:11:\"invalid_tel\";s:33:\"Falsche Telefonnummer eingegeben.\";}'),
(7328, 542, '_yoast_wpseo_content_score', '30'),
(7329, 1037, '_yoast_wpseo_content_score', '30'),
(967, 440, '_additional_settings', ''),
(968, 440, '_locale', 'ru_RU'),
(970, 440, '_wp_old_slug', '%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82%d0%bd%d0%b0%d1%8f-%d1%84%d0%be%d1%80%d0%bc%d0%b0-1'),
(974, 442, '_wp_attached_file', 'test1.pdf'),
(975, 443, '_wp_attached_file', 'test2.pdf'),
(976, 444, '_edit_lock', '1547979329:1'),
(977, 444, '_edit_last', '1'),
(6620, 1005, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"kol2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"kol2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"kol2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"kol2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6618, 1004, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"kol1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"kol1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"kol1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"kol1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6557, 1003, 'product_title_descriptionblock5', ''),
(6558, 1003, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(6559, 1003, 'product_descriptionblock5', ''),
(6560, 1003, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(6561, 1003, 'product_title_descriptionblock6', ''),
(6562, 1003, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(6563, 1003, 'product_descriptionblock6', ''),
(6564, 1003, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(6565, 1003, 'product_title_descriptionblock7', ''),
(6566, 1003, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(6567, 1003, 'product_descriptionblock7', ''),
(6568, 1003, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(6569, 1003, 'product_title_descriptionblock8', ''),
(6570, 1003, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(6571, 1003, 'product_descriptionblock8', ''),
(6572, 1003, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(6573, 1003, 'product_title_descriptionblock9', ''),
(6574, 1003, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(6575, 1003, 'product_descriptionblock9', ''),
(6576, 1003, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(6577, 1003, 'product_title_descriptionblock10', ''),
(6578, 1003, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(6579, 1003, 'product_descriptionblock10', ''),
(6580, 1003, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(6581, 1003, 'sp_title', ''),
(6582, 1003, '_sp_title', 'field_5c260d8529c84'),
(6583, 1003, 'sp_title_button', ''),
(6584, 1003, '_sp_title_button', 'field_5c260d9729c85'),
(6585, 1003, 'sp_title1', ''),
(6586, 1003, '_sp_title1', 'field_5c260dab29c86'),
(6587, 1003, 'sp_text1', ''),
(6588, 1003, '_sp_text1', 'field_5c260db329c87'),
(6589, 1003, 'sp_img1', ''),
(6590, 1003, '_sp_img1', 'field_5c260dbc29c88'),
(6591, 1003, 'sp_url1', ''),
(6592, 1003, '_sp_url1', 'field_5c260dcd29c89'),
(6593, 1003, 'sp_title2', ''),
(6594, 1003, '_sp_title2', 'field_5c260ddfa23af'),
(6595, 1003, 'sp_text2', ''),
(6596, 1003, '_sp_text2', 'field_5c260df2a23b2'),
(6597, 1003, 'sp_img2', ''),
(6598, 1003, '_sp_img2', 'field_5c260e03a23b5'),
(6599, 1003, 'sp_url2', ''),
(6600, 1003, '_sp_url2', 'field_5c260e1ba23b8'),
(6601, 1003, 'sp_title3', ''),
(6602, 1003, '_sp_title3', 'field_5c260de7a23b0'),
(6603, 1003, 'sp_text3', ''),
(6604, 1003, '_sp_text3', 'field_5c260df7a23b3'),
(6605, 1003, 'sp_img3', ''),
(6606, 1003, '_sp_img3', 'field_5c260e0aa23b6'),
(6607, 1003, 'sp_url3', ''),
(6608, 1003, '_sp_url3', 'field_5c260e22a23b9'),
(6609, 1003, 'sp_title4', ''),
(6610, 1003, '_sp_title4', 'field_5c260deba23b1'),
(6611, 1003, 'sp_text4', ''),
(6612, 1003, '_sp_text4', 'field_5c260dfca23b4'),
(6613, 1003, 'sp_img4', ''),
(6614, 1003, '_sp_img4', 'field_5c260e0ea23b7'),
(6615, 1003, 'sp_url4', ''),
(6616, 1003, '_sp_url4', 'field_5c260e27a23ba'),
(6554, 1003, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(6555, 1003, 'product_descriptionblock4', ''),
(6556, 1003, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(6552, 1003, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(6553, 1003, 'product_title_descriptionblock4', ''),
(6549, 1003, 'product_title_descriptionblock3', ''),
(6550, 1003, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(6551, 1003, 'product_descriptionblock3', ''),
(6548, 1003, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(6544, 1003, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(6545, 1003, 'product_title_descriptionblock2', ''),
(6546, 1003, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(6547, 1003, 'product_descriptionblock2', ''),
(6543, 1003, 'product_descriptionblock1', ''),
(1023, 467, '_wp_attached_file', 'prosuct3.png'),
(1024, 467, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:12:\"prosuct3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1021, 466, '_wp_attached_file', 'prosuct2.png'),
(1022, 466, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:12:\"prosuct2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1019, 465, '_wp_attached_file', 'prosuct1.png'),
(1020, 465, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:12:\"prosuct1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6619, 1005, '_wp_attached_file', 'kol2.jpg'),
(6617, 1004, '_wp_attached_file', 'kol1.jpg'),
(1027, 469, '_wp_attached_file', 'image-2-e1548770321987.png'),
(1028, 469, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:365;s:4:\"file\";s:26:\"image-2-e1548770321987.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1030, 471, '_edit_lock', '1547634098:1'),
(1031, 471, '_edit_last', '1'),
(6542, 1003, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(6541, 1003, 'product_title_descriptionblock1', ''),
(6539, 1003, 'product_specifications', ''),
(6540, 1003, '_product_specifications', 'field_5c25c0cb1ef99'),
(6537, 1003, 'product_file2', '443'),
(6538, 1003, '_product_file2', 'field_5c25c08b1ef97'),
(6536, 1003, '_product_title_file2', 'field_5c25c7d050a23'),
(6535, 1003, 'product_title_file2', 'Fragebogen'),
(6534, 1003, '_product_file1', 'field_5c25c05b1ef96'),
(6533, 1003, 'product_file1', '442'),
(6530, 1003, '_product_short_description', 'field_5c25c929f0737'),
(6531, 1003, 'product_title_file1', 'Katalog'),
(6532, 1003, '_product_title_file1', 'field_5c25c7c150a22'),
(6529, 1003, 'product_short_description', 'Die <strong>Kolonnenausrüstung</strong> wird für Destillations- und Absorptionsprozesse in der Öl- und Gasindustrie, der chemischen Industrie und anderen Industrien verwendet.\r\n\r\n<img class=\"alignleft wp-image-1007\" src=\"https://kligur.de/wp-content/uploads/IMG-c1873a7796332104ac00f8ccc108bbac-V.jpg\" alt=\"\" width=\"104\" height=\"849\" />Die Kolonnenausrüstung ist für Wärme- und Stoffaustauschprozesse ausgelegt: Rektifikation, Absorption, Adsorption, Desorption und Reinigung mit einem Durchmesser von 159 bis 6000 mm mit verschiedenen Kontaktvorrichtungen (Platten):\r\n<ul>\r\n 	<li>Direktströmungsventil;</li>\r\n 	<li>Ballastventile;</li>\r\n 	<li>Sieb;</li>\r\n 	<li>S-förmiges Ventil;</li>\r\n 	<li>Ventil trapezförmig;</li>\r\n 	<li>nregelmäßig verpackt (lose);</li>\r\n 	<li>Sieb mit Unterbrecherelementen;</li>\r\n 	<li>vergittert;</li>\r\n 	<li>kappenförmig;</li>\r\n 	<li>Siebventil.</li>\r\n</ul>\r\nDie montierte Lieferung erfolgt bis zu einem Durchmesser von 3600 mm; mit einem durchmesser von mehr als 3600 mm - in teilen.\r\nDie Stützen werden in Vollschweiß- und Schubladenausführung hergestellt.\r\n\r\nSäulenvorrichtungen werden sowohl nach TU- als auch nach Einzelprojekten entwickelt und können aus korrosionsbeständigen und kohlenstoffhaltigen Stählen, Aluminium, Bimetallen und Legierungen auf Nickel- und Titanbasis hergestellt werden.'),
(7429, 1003, '_yoast_wpseo_content_score', '30'),
(7509, 1045, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(7510, 1045, 'product_title_descriptionblock5', 'Auf positionen mit teilladung'),
(7511, 1045, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(7512, 1045, 'product_descriptionblock5', 'Durch die Verwendung von 2 geschweißten Wärmetauschern mit einem zusammenlegbaren Körper mit jeweils 50% Last an der technologischen Position kann bei geringerer Produktionsbelastung (50% oder weniger) das Problem von einem Wärmetauscher gelöst werden, der zweite wird in die Reserve eingestellt:\r\n\r\n<img class=\"alignleft size-full wp-image-1051\" src=\"https://kligur.de/wp-content/uploads/rezerv.png\" alt=\"\" width=\"852\" height=\"286\" />\r\n<h4><span style=\"color: #ff6600;\"><strong>FÜR DEN PROZESS:</strong></span></h4>\r\n<ul>\r\n 	<li>Halten Sie die Temperatur der Arbeitsumgebung im erforderlichen Bereich</li>\r\n</ul>\r\n<h4><span style=\"color: #ff6600;\">FÜR ARBEITS WÄRMETAUSCHER:</span></h4>\r\n<ul>\r\n 	<li>Beibehaltung der Entwurfsgeschwindigkeit der Arbeitsmedien in den Kanälen, wodurch Folgendes ermöglicht\r\nwird:\r\n<ul>\r\n 	<li>Reduzieren Sie die Verschmutzungsrate der Wärmeaustauschfläche</li>\r\n 	<li>Korrosion reduzieren</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4><span style=\"color: #ff6600;\">FÜR «REST» WÄRMETAUSCHER :</span></h4>\r\n<ul>\r\n 	<li>Wärmetauscher für den Betrieb bei Nennlast vorbereiten (sauber)</li>\r\n 	<li>Stoppen Sie die Korrosion im Leerlauf</li>\r\n 	<li>Verlängern die Lebensdauer des Wärmetauschers</li>\r\n</ul>'),
(6525, 1003, 'product_gallery9', ''),
(6526, 1003, '_product_gallery9', 'field_5c3f241175b8b'),
(6527, 1003, 'product_gallery10', ''),
(6528, 1003, '_product_gallery10', 'field_5c3f241775b8c'),
(6524, 1003, '_product_gallery8', 'field_5c3f240c75b8a'),
(6523, 1003, 'product_gallery8', ''),
(6522, 1003, '_product_gallery7', 'field_5c3f23f975b89'),
(6521, 1003, 'product_gallery7', ''),
(6520, 1003, '_product_gallery6', 'field_5c3f23f375b88'),
(6516, 1003, '_product_gallery4', 'field_5c3c93fd50f82'),
(6517, 1003, 'product_gallery5', ''),
(6518, 1003, '_product_gallery5', 'field_5c3f23ec75b87'),
(6519, 1003, 'product_gallery6', ''),
(6515, 1003, 'product_gallery4', ''),
(6514, 1003, '_product_gallery3', 'field_5c25c1fcf605b'),
(6513, 1003, 'product_gallery3', '1005'),
(6512, 1003, '_product_gallery2', 'field_5c25c1f7f605a'),
(6511, 1003, 'product_gallery2', '1004'),
(1070, 491, '_form', '<p>[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</p>\n[submit \"Ruf mich zurück\"]'),
(6508, 1003, '_product_excerpt', 'field_5c35aa337a54a'),
(6509, 1003, 'product_gallery1', '1006'),
(6510, 1003, '_product_gallery1', 'field_5c25c1ddf6059'),
(1071, 491, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:38:\"Kligur \"Обратный звонок\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:15:\"admin@kligur.de\";s:4:\"body\";s:127:\"<b>Телефон:</b> [user-tel]\n\n\n-- \nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(1072, 491, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Kligur \"[your-subject]\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Сообщение:\n[your-message]\n\n-- \nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@kligur.de\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1073, 491, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:63:\"Vielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\";s:12:\"mail_sent_ng\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:16:\"validation_error\";s:108:\"Ein oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\";s:4:\"spam\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:12:\"accept_terms\";s:95:\"Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\";s:16:\"invalid_required\";s:26:\"Das Feld ist erforderlich.\";s:16:\"invalid_too_long\";s:21:\"Das Feld ist zu lang.\";s:17:\"invalid_too_short\";s:21:\"Das Feld ist zu kurz.\";s:12:\"invalid_date\";s:28:\"Das Datumsformat ist falsch.\";s:14:\"date_too_early\";s:74:\"Введённая дата слишком далеко в прошлом.\";s:13:\"date_too_late\";s:74:\"Введённая дата слишком далеко в будущем.\";s:13:\"upload_failed\";s:90:\"При загрузке файла произошла неизвестная ошибка.\";s:24:\"upload_file_type_invalid\";s:81:\"Вам не разрешено загружать файлы этого типа.\";s:21:\"upload_file_too_large\";s:39:\"Файл слишком большой.\";s:23:\"upload_failed_php_error\";s:67:\"При загрузке файла произошла ошибка.\";s:14:\"invalid_number\";s:47:\"Формат числа некорректен.\";s:16:\"number_too_small\";s:68:\"Число меньше минимально допустимого.\";s:16:\"number_too_large\";s:70:\"Число больше максимально допустимого.\";s:23:\"quiz_answer_not_correct\";s:69:\"Неверный ответ на проверочный вопрос.\";s:13:\"invalid_email\";s:25:\"Ungültige E-Mail-Adresse\";s:11:\"invalid_url\";s:26:\"Ungültige URL eingegeben.\";s:11:\"invalid_tel\";s:33:\"Falsche Telefonnummer eingegeben.\";}'),
(7279, 1084, '_wp_attached_file', 'varunts.jpg'),
(7280, 1084, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:11:\"varunts.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1074, 491, '_additional_settings', ''),
(1075, 491, '_locale', 'ru_RU'),
(6505, 1003, '_edit_last', '1'),
(6506, 1003, '_wp_page_template', 'page-product.php'),
(6507, 1003, 'product_excerpt', 'Kolonnenanlagen werden für Destillations- und Absorptionsprozesse in der chemischen und anderen Industrie eingesetzt.'),
(6504, 1003, '_edit_lock', '1579789264:1'),
(1080, 492, '_edit_last', '1'),
(1081, 492, '_wp_page_template', 'page-otrasli.php'),
(1082, 492, '_edit_lock', '1580133291:1'),
(1083, 493, '_edit_lock', '1548683859:1'),
(1084, 493, '_edit_last', '1'),
(1085, 492, 'branches_short_description', '<strong>Technologische Prozesse für den Einsatz von Wärmetauschern:</strong>\r\n<ul>\r\n 	<li>Zellstoffheizung (in Konzentrationsanlagen);</li>\r\n 	<li>in der Eisenmetallurgie: Kühlung von Hochöfen und Düsen;</li>\r\n 	<li>in der Eisenmetallurgie: Kühlung eines Sauerstoffkonvektors (Düsen und Zapfen eines Ofens);</li>\r\n 	<li>Kühlung von Elektrostahlöfen;</li>\r\n 	<li>Kühlung von Stranggießmaschinen (Stranggießmaschinen);</li>\r\n 	<li>Kühlung eines Warmwalzwerks: Kühlung von Öl und Kühlmittel (Schneidflüssigkeiten);</li>\r\n 	<li>Kühlung eines Kaltwalzwerks: Kühlung von Öl und Kühlmittel (Schneidflüssigkeiten);</li>\r\n 	<li>in der NE-Metallurgie: Erhitzen und Abkühlen von Schwefelsäure- und Elektrolytlösungen.</li>\r\n</ul>\r\nDie technische Unterstützung und Beratung erfolgt in allen Phasen des Projektmanagements - von der Auswahl der optimalen Lösung und der Vorbereitung des Business Cases bis hin zur Installation und zum Betrieb der Geräte.\r\n\r\nDie Wärmeaustauschgeräte der <strong>KliGur GmbH</strong> werden in einer Reihe von technologischen Prozessen der Metallurgie eingesetzt. Die <strong>KliGur GmbH</strong> bietet für jedes Objekt des Kunden die optimale individuelle Lösung. Bei Bedarf erstellen Mitarbeiter des Engineering Centers des Unternehmens eine Machbarkeitsstudie für das Projekt. Dank des Einsatzes fortschrittlicher Produktionstechnologien und der sorgfältigen Überwachung jedes Wärmetauschers in allen Produktionsphasen ist die Ausrüstung der <strong>KliGur GmbH</strong> von hoher Qualität und langer Lebensdauer. Die Zuverlässigkeit der Wärmeaustauschgeräte der <strong>KliGur GmbH</strong> sichert die Kontinuität des technologischen Prozesses in Ihrem Unternehmen und die hohe Qualität des Endprodukts.'),
(7434, 492, 'branches_specifications_title', ''),
(7435, 492, '_branches_specifications_title', 'field_5c4f0a19679e1'),
(7436, 492, 'branches_application_title', ''),
(7437, 492, '_branches_application_title', 'field_5c4f0a26679e2'),
(7438, 492, 'branches_environments_title', ''),
(7439, 492, '_branches_environments_title', 'field_5c4f0a35679e3'),
(7440, 492, 'branches_application_environment_title', ''),
(7441, 492, '_branches_application_environment_title', 'field_5c4f0a48679e4'),
(7442, 492, '_yoast_wpseo_content_score', '30'),
(7443, 1033, '_yoast_wpseo_content_score', '30'),
(7490, 1045, 'product_file2', ''),
(7491, 1045, '_product_file2', 'field_5c25c08b1ef97'),
(7492, 1045, 'product_specifications', '<h3><strong>DESIGN DES GESCHWEISSTEN WÄRMETAUSCHERS MIT DEMONTIERBAREM GEHÄUSE</strong></h3>\r\n<img class=\"alignleft wp-image-819 alignleft\" style=\"font-weight: 400;\" src=\"https://kligur.de/wp-content/uploads/konstr-640x419.png\" alt=\"\" width=\"533\" height=\"366\" />\r\n1 - Gehäuse\r\n\r\n2 - Druckplatten\r\n\r\n3 - Das Wärmetauscher-Paket\r\n\r\n4 - Dichtung\r\n\r\n5 - Bandage Platten\r\n\r\n6 - Kupplungsbolzen und Muttern\r\n\r\n7 - Flansche\r\n\r\n8 - Befestigungsschrauben\r\n\r\n9 - Füße\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\">Eigenschaften des Wärmeübertragungspakets</h3>\r\n<img class=\"alignright wp-image-1116 size-medium\" src=\"https://kligur.de/wp-content/uploads/Screenshot_1-2-640x321.png\" alt=\"\" width=\"640\" height=\"321\" />\r\n<ul>\r\n 	<li>In dem Wärmeübertragungspaket gibt es keine stehenden Zonen, wodurch die Laufleistung der Vorrichtung\r\nzwischen den Reinigungen erheblich verlängert wird und der Zeit- und Arbeitsaufwand für die mechanische\r\nund chemische Reinigung ebenfalls verringert wird.</li>\r\n 	<li>Das Medium im Wärmeübertragungspaket bewegt sich entlang direkter Kanäle, ähnlich einem Rohrbündel.\r\nDie Länge der Kanäle des Wärmetauscherpakets beträgt 160 mm bis 560 mm, was ihre Reinigung im Vergleich\r\nzu Rohrwärmetauschern, bei denen die Länge des Wärmetauscherrohrs mehrere Meter erreicht, erheblich\r\nvereinfacht.</li>\r\n 	<li>Die Kanäle im Wärmeaustauschbeutel sind durchsehbar, wodurch eine 100% ige Reinigung von mechanischen\r\nVerunreinigungen zu gewährleisten ist.</li>\r\n 	<li>Eine Kanalbreite von 8 mm reicht aus, um «verschmutzte» Arbeitsumgebungen mit mechanischen\r\nVerunreinigungen passieren zu können.</li>\r\n 	<li>Der turbulente Modus und die hohen Geschwindigkeiten der Medien im Wärmeübertragungspaket erhöhen\r\nden Wärmeübertragungskoeffizienten, verringern die Verschmutzungsrate und tragen zur Selbstreinigung\r\nder Kanäle bei.</li>\r\n 	<li>Die Korrosionsbeständigkeit des Wärmeübertragungspakets wird nicht durch die Verwendung dickerer\r\nMaterialien gelöst, sondern durch die Verwendung hochlegierter Stahlsorten, somit eine Lebensdauer der\r\nVorrichtung von mindestens 20 Jahren erlaubt.</li>\r\n</ul>\r\n<h4 style=\"text-align: center;\">OPTIONEN DER KONSTRUKTION DES GESCHWEISSTEN WÄRMETAUSCHERS MIT DEMONTIERBAREM GEHÄUSE</h4>\r\nEin wichtiger Vorteil dieser Ausrüstung / Anlagen ist die Leichtigkeit und Einfachheit ihrer Wartung direkt am Aufstellungsort ohne Demontage und Trennung von Rohrleitungen ebenso ohne den Einsatz von Hebe- und Transportmechanismen aufgrund der Konstruktionsmerkmale.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ff9900;\">Design - Spannplatten an einer Traverse</span></h4>\r\n<img class=\"wp-image-1121 size-large aligncenter\" src=\"https://kligur.de/wp-content/uploads/Screenshot_4-1280x356.png\" alt=\"\" width=\"720\" height=\"200\" />\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ff9900;\">Design - Druckplatten mit Scharnieren</span></h4>\r\n<img class=\"wp-image-1122 size-large aligncenter\" src=\"https://kligur.de/wp-content/uploads/Screenshot_5-1280x451.png\" alt=\"\" width=\"720\" height=\"254\" />\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><strong>EIGENSCHAFTEN DES SERVICES DER GESCHWEISSTEN WÄRMETAUSCHER MIT DEMONTIERBAREM GEHÄUSE</strong></h4>\r\n<ul>\r\n 	<li>Zwei Personen reichen aus, um das Gerät zu warten. Der Wärmetauscher wird in einer «Schicht» gereinigt.</li>\r\n 	<li>Die Konstruktion des Wärmetauschers ermöglicht eine Wartung vor Ort, ohne dass die Verbindung zur Versorgungsleitung unterbrochen werden muss.</li>\r\n 	<li>Der Zugang zum Wärmeaustauschpaket erfolgt ohne den Einsatz von Hub- und Transportmechanismen.</li>\r\n 	<li>Das zusammenklappbare Gehäuse der Geräte sowie die Geometrie der Kanäle des Wärmeaustauschpakets (Kanäle\r\nsind einzusehen) ermöglichen es Ihnen, mit herkömmlicher hydromechanischer Reinigung bis zu 100% der Verunreinigungen zu entfernen.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-995 alignleft\" src=\"https://kligur.de/wp-content/uploads/Promivka2_cut_001-convert-video-online.com-1.gif\" alt=\"\" width=\"350\" height=\"197\" /><img class=\"alignleft size-full wp-image-996\" src=\"https://kligur.de/wp-content/uploads/N05.gif\" alt=\"\" width=\"350\" height=\"197\" />\r\n<h3 style=\"text-align: center;\">Wärmeausdehnungsausgleich</h3>\r\nEiner der Gründe für das Versagen von Wärmetauschern ist der große Temperaturunterschied zwischen den Medien (130 °C und höher), der zur Ausdehnung des Metalls und in Folge zu seiner Zerstörung führt. In geschweißten Sackwärmetauschern sind Expansionsausgleichsmaßnahmen vorhanden.\r\n<h3><span style=\"color: #ff9900;\">Anwendung von Dehnungsfugen</span></h3>\r\n<img class=\"wp-image-1118 size-large alignleft\" src=\"https://kligur.de/wp-content/uploads/Screenshot_2-1280x590.png\" alt=\"\" width=\"720\" height=\"332\" />\r\n<h3><span style=\"color: #ff9900;\"><strong>Die Verwendung eines U-förmigen Wärmeübertragungspakets</strong></span></h3>\r\n<img class=\"wp-image-1119 size-large alignleft\" src=\"https://kligur.de/wp-content/uploads/Screenshot_3-1280x604.png\" alt=\"\" width=\"720\" height=\"340\" />\r\n<h3></h3>'),
(1086, 492, '_branches_short_description', 'field_5c271b8b219d7'),
(1087, 492, 'branches_title_file1', 'Fragebogen'),
(1088, 492, '_branches_title_file1', 'field_5c271b8b21a0f'),
(1089, 492, 'branches_file1', ''),
(1090, 492, '_branches_file1', 'field_5c271b8b21a47'),
(1091, 492, 'branches_title_file2', 'Katalog'),
(1092, 492, '_branches_title_file2', 'field_5c271b8b21a7f'),
(1093, 492, 'branches_file2', ''),
(1094, 492, '_branches_file2', 'field_5c271b8b21ab6'),
(1095, 492, 'product_specifications', ''),
(1096, 492, '_product_specifications', 'field_5c271b8b21aee'),
(1097, 492, 'branches_application', ''),
(1098, 492, '_branches_application', 'field_5c271b8b21b26'),
(1099, 492, 'branches_environments', ''),
(1100, 492, '_branches_environments', 'field_5c271b8b21b5d'),
(1101, 492, 'branches_application_environment', ''),
(1102, 492, '_branches_application_environment', 'field_5c271b8b21b83'),
(1103, 492, 'branches_read_more', ''),
(1104, 492, '_branches_read_more', 'field_5c271b8b21bc1'),
(1105, 492, 'sp_title', 'Рекомендуем'),
(1106, 492, '_sp_title', 'field_5c260d8529c84'),
(1107, 492, 'sp_title_button', 'Подробнее   >'),
(1108, 492, '_sp_title_button', 'field_5c260d9729c85'),
(1109, 492, 'sp_title1', 'Сварной пакетный теплообменник с разборным корпусом'),
(1110, 492, '_sp_title1', 'field_5c260dab29c86'),
(1111, 492, 'sp_text1', ''),
(1112, 492, '_sp_text1', 'field_5c260db329c87'),
(1113, 492, 'sp_img1', '817'),
(1114, 492, '_sp_img1', 'field_5c260dbc29c88'),
(1115, 492, 'sp_url1', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/svarnoj-paketnyj-teploobmennik-s-razbornym-korpusom/'),
(1116, 492, '_sp_url1', 'field_5c260dcd29c89'),
(1117, 492, 'sp_title2', 'Трубчатый теплообменник'),
(1118, 492, '_sp_title2', 'field_5c260ddfa23af'),
(1119, 492, 'sp_text2', ''),
(1120, 492, '_sp_text2', 'field_5c260df2a23b2'),
(1121, 492, 'sp_img2', '816'),
(1122, 492, '_sp_img2', 'field_5c260e03a23b5'),
(1123, 492, 'sp_url2', 'https://kligur.de/trubnyje-teploobmenniki/kozhuhotrubchatyj-apparat/'),
(1124, 492, '_sp_url2', 'field_5c260e1ba23b8'),
(1125, 492, 'sp_title3', 'Цельносварной пакетный теплообменник'),
(1126, 492, '_sp_title3', 'field_5c260de7a23b0'),
(1127, 492, 'sp_text3', ''),
(1128, 492, '_sp_text3', 'field_5c260df7a23b3'),
(1129, 492, 'sp_img3', '820'),
(1130, 492, '_sp_img3', 'field_5c260e0aa23b6'),
(1131, 492, 'sp_url3', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/tselnosvarnoj-paketnyj-teploobmennik/'),
(1132, 492, '_sp_url3', 'field_5c260e22a23b9'),
(1133, 492, 'sp_title4', 'Аппарат воздушного охлаждения'),
(1134, 492, '_sp_title4', 'field_5c260deba23b1'),
(1135, 492, 'sp_text4', ''),
(1136, 492, '_sp_text4', 'field_5c260dfca23b4'),
(1137, 492, 'sp_img4', '804'),
(1138, 492, '_sp_img4', 'field_5c260e0ea23b7'),
(1139, 492, 'sp_url4', 'https://kligur.de/apparaty-vozdushnogo-ohlazhdeniya/apparat-vozdushnogo-ohlazhdeniya/'),
(1140, 492, '_sp_url4', 'field_5c260e27a23ba'),
(1148, 509, '_edit_lock', '1563905090:1'),
(1149, 509, '_edit_last', '1'),
(1150, 510, '_wp_attached_file', 'projects.png'),
(1151, 510, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:413;s:6:\"height\";i:272;s:4:\"file\";s:12:\"projects.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"projects-320x272.png\";s:5:\"width\";i:320;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1141, 492, 'branches_specifications', ''),
(5259, 944, '_hb3_tab1_url4', 'field_5c1e7b8d8bdb1'),
(5260, 944, 'hb3_tab1_text4', 'Предназначенные для нагрева и охлаждения жидких и газообразных сред в технологических процессах газовой, нефтяной и нефтехимической и других отраслях промышленности'),
(5261, 944, '_hb3_tab1_text4', 'field_5c1e7bccff3b6'),
(5262, 944, 'hb3_tab1_img4', '816'),
(5263, 944, '_hb3_tab1_img4', 'field_5c1e7c0cbaab4'),
(5264, 944, 'hb3_tab1_title5', 'Пластинчатые теплообменники'),
(5265, 944, '_hb3_tab1_title5', 'field_5c1e7b565fdc7'),
(5266, 944, 'hb3_tab1_url5', 'https://kligur.de/plastinchatyj-teploobmennik/'),
(5267, 944, '_hb3_tab1_url5', 'field_5c1e7b928bdb2'),
(5268, 944, 'hb3_tab1_text5', 'Компактное решение для нагрева или охлаждения сред'),
(5269, 944, '_hb3_tab1_text5', 'field_5c1e7bd0ff3b7'),
(5270, 944, 'hb3_tab1_img5', '809'),
(5271, 944, '_hb3_tab1_img5', 'field_5c1e7c0fbaab5'),
(5272, 944, 'hb3_tab1_title6', 'Сепарационное оборудование'),
(5273, 944, '_hb3_tab1_title6', 'field_5c1e7b5b5fdc8'),
(5274, 944, 'hb3_tab1_url6', 'https://kligur.de/separatory/'),
(5275, 944, '_hb3_tab1_url6', 'field_5c1e7b958bdb3'),
(5276, 944, 'hb3_tab1_text6', 'Оборудование предназначено для очистки природного и попутного нефтяного газа от жидкости и механических примесей'),
(5240, 944, 'hb3_tab1_title2', 'Ёмкостное оборудование'),
(5241, 944, '_hb3_tab1_title2', 'field_5c1e7b465fdc4'),
(5242, 944, 'hb3_tab1_url2', 'https://kligur.de/emkosti/'),
(5243, 944, '_hb3_tab1_url2', 'field_5c1e7b858bdaf'),
(5244, 944, 'hb3_tab1_text2', 'Аппараты предназначены для приема, хранения, переработки и выдачи агрессивных, токсичных и нетоксичных, взрывоопасных и невзрывоопасных и других жидких и газообразных продуктов под избыточным давлением '),
(5245, 944, '_hb3_tab1_text2', 'field_5c1e7bc0ff3b4'),
(5246, 944, 'hb3_tab1_img2', '807'),
(5247, 944, '_hb3_tab1_img2', 'field_5c1e7c03baab2'),
(5248, 944, 'hb3_tab1_title3', 'Сварные пакетные теплообменники'),
(5249, 944, '_hb3_tab1_title3', 'field_5c1e7b4c5fdc5'),
(5250, 944, 'hb3_tab1_url3', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/'),
(5251, 944, '_hb3_tab1_url3', 'field_5c1e7b898bdb0'),
(5252, 944, 'hb3_tab1_text3', 'Оптимальное техническое решение, специально разработанное для задач по теплообмену в нефтехимии'),
(5253, 944, '_hb3_tab1_text3', 'field_5c1e7bc7ff3b5'),
(5254, 944, 'hb3_tab1_img3', '817'),
(5255, 944, '_hb3_tab1_img3', 'field_5c1e7c08baab3'),
(5256, 944, 'hb3_tab1_title4', 'Кожухотрубные аппараты'),
(5257, 944, '_hb3_tab1_title4', 'field_5c1e7b505fdc6'),
(5258, 944, 'hb3_tab1_url4', 'https://kligur.de/trubnyje-teploobmenniki/'),
(5223, 944, '_hb2_text2', 'field_5c1ce02a8242c'),
(5224, 944, 'hb2_text3', 'Организовываем ознакомительные, демонстрационные и обучающие выезды, совершенно бесплатно.'),
(5225, 944, '_hb2_text3', 'field_5c1ce0308242d'),
(5226, 944, 'hb2_text4', 'Сотрудничая с заводами-изготовителями, мы предлагаем самые оптимальные цены.'),
(5227, 944, '_hb2_text4', 'field_5c1ce0488242f'),
(5228, 944, 'hb3_tab1_title', 'ПРОДУКТ'),
(5229, 944, '_hb3_tab1_title', 'field_5c1e7ac6b73ef'),
(5230, 944, 'hb3_tab1_title_button', 'Подробнее   >'),
(5231, 944, '_hb3_tab1_title_button', 'field_5c1e896fad240'),
(5232, 944, 'hb3_tab1_title1', 'Аппараты воздушного охлаждения'),
(5233, 944, '_hb3_tab1_title1', 'field_5c1e7afe537ec'),
(5234, 944, 'hb3_tab1_url1', 'https://kligur.de/apparaty-vozdushnogo-ohlazhdeniya/'),
(5235, 944, '_hb3_tab1_url1', 'field_5c1e7b0da0a96'),
(5236, 944, 'hb3_tab1_text1', 'Оборудование для охлаждения жидкостей и газов, а также для конденсирования паровых и парожидкостных сред в технологических процессах'),
(5237, 944, '_hb3_tab1_text1', 'field_5c1e7b1da0a97'),
(5238, 944, 'hb3_tab1_img1', '804'),
(5239, 944, '_hb3_tab1_img1', 'field_5c1e7b30a0a98'),
(5131, 931, '_wp_attached_file', 'refeniry-small.jpg'),
(5132, 931, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:18:\"refeniry-small.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"refeniry-small-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5133, 932, '_wp_attached_file', 'energy-small.jpg'),
(5134, 932, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:16:\"energy-small.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"energy-small-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5127, 929, '_wp_attached_file', 'metal-small.jpg'),
(5128, 929, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:15:\"metal-small.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"metal-small-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5129, 930, '_wp_attached_file', 'o-nas.jpg'),
(5130, 930, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:9:\"o-nas.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"o-nas-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1142, 492, '_branches_specifications', 'field_5c271b8b21aee'),
(1145, 508, '_wp_attached_file', 'otrasl.png'),
(1146, 508, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:10:\"otrasl.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"otrasl-320x280.png\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1147, 492, '_thumbnail_id', '929'),
(1152, 509, '_thumbnail_id', '510'),
(1156, 511, '_edit_last', '1'),
(1155, 511, '_edit_lock', '1548853157:1'),
(1159, 509, 'project_clients_name', 'АТБ'),
(1160, 509, '_project_clients_name', 'field_5c27a544ca9ff'),
(1161, 509, 'project_year', '2018'),
(1162, 509, '_project_year', 'field_5c27a4173d1fc'),
(1188, 509, 'project_city', 'Днепр'),
(1163, 509, 'project_saving', '2000$'),
(1164, 509, '_project_saving', 'field_5c27a4cc3d1fe'),
(1167, 516, '_edit_lock', '1563907637:1'),
(1168, 516, '_edit_last', '1'),
(1177, 516, '_thumbnail_id', '510'),
(1171, 516, 'project_clients_name', 'НПЗ'),
(1172, 516, '_project_clients_name', 'field_5c27a544ca9ff'),
(1173, 516, 'project_year', '2009-2018'),
(1174, 516, '_project_year', 'field_5c27a4173d1fc'),
(1194, 516, 'project_city', 'Украина'),
(1175, 516, 'project_saving', '>2 000 000€'),
(1176, 516, '_project_saving', 'field_5c27a4cc3d1fe'),
(1180, 518, '_wp_attached_file', 'project-big.png'),
(1181, 518, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:400;s:4:\"file\";s:15:\"project-big.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"project-big-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"project-big-640x200.png\";s:5:\"width\";i:640;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"project-big-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"project-big-1280x400.png\";s:5:\"width\";i:1280;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"project-big-624x195.png\";s:5:\"width\";i:624;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1184, 509, 'project_photo', '518'),
(1185, 509, '_project_photo', 'field_5c27a83a6d6d6'),
(1189, 509, '_project_city', 'field_5c27a4b73d1fd'),
(1192, 516, 'project_photo', '518'),
(1193, 516, '_project_photo', 'field_5c27a83a6d6d6'),
(1195, 516, '_project_city', 'field_5c27a4b73d1fd'),
(1224, 521, '_edit_last', '1'),
(1225, 521, '_wp_page_template', 'page-category.php'),
(1223, 521, '_edit_lock', '1549285544:1'),
(1226, 522, '_wp_attached_file', 'faq.jpg'),
(1227, 522, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:226;s:6:\"height\";i:112;s:4:\"file\";s:7:\"faq.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1228, 524, '_form', '<div class=\"contact-form-faq\">\n<div class=\"contact-form-faq-content\">\n<div class=\"contact-form-faq-content-left\">\n<div class=\"contact-form-faq-content-title\">Sie haben noch Fragen?</div>\n<div class=\"contact-form-faq-content-text\"></div>\n</div>\n<div class=\"contact-form-faq-content-right\">\n<div class=\"block-left\">[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</div>\n<div class=\"block-right\">[submit \"Ruf mich zurück\"]</div>\n<div class=\"block-row\">[checkbox* checkbox \"Ich bin mit der Verarbeitung personenbezogener Daten gemäß den\"] <a href=\"https://kligur.de/privacy-policy\">Datenschutzbestimmungen einverstanden</a></div>\n</div>\n</div>\n</div>'),
(1234, 525, '_wp_attached_file', 'favicon.png'),
(1229, 524, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:40:\"Kligur \"Контактная форма\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:15:\"admin@kligur.de\";s:4:\"body\";s:120:\"<b>Email:</b> [user-email]\n\n\n-- \nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(1230, 524, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Kligur \"[your-subject]\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Сообщение:\n[your-message]\n\n-- \nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@kligur.de\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1231, 524, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:63:\"Vielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\";s:12:\"mail_sent_ng\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:16:\"validation_error\";s:108:\"Ein oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\";s:4:\"spam\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:12:\"accept_terms\";s:95:\"Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\";s:16:\"invalid_required\";s:26:\"Das Feld ist erforderlich.\";s:16:\"invalid_too_long\";s:21:\"Das Feld ist zu lang.\";s:17:\"invalid_too_short\";s:21:\"Das Feld ist zu kurz.\";s:12:\"invalid_date\";s:45:\"Формат даты некорректен.\";s:14:\"date_too_early\";s:74:\"Введённая дата слишком далеко в прошлом.\";s:13:\"date_too_late\";s:74:\"Введённая дата слишком далеко в будущем.\";s:13:\"upload_failed\";s:90:\"При загрузке файла произошла неизвестная ошибка.\";s:24:\"upload_file_type_invalid\";s:81:\"Вам не разрешено загружать файлы этого типа.\";s:21:\"upload_file_too_large\";s:39:\"Файл слишком большой.\";s:23:\"upload_failed_php_error\";s:67:\"При загрузке файла произошла ошибка.\";s:14:\"invalid_number\";s:47:\"Формат числа некорректен.\";s:16:\"number_too_small\";s:68:\"Число меньше минимально допустимого.\";s:16:\"number_too_large\";s:70:\"Число больше максимально допустимого.\";s:23:\"quiz_answer_not_correct\";s:69:\"Неверный ответ на проверочный вопрос.\";s:13:\"invalid_email\";s:25:\"Ungültige E-Mail-Adresse\";s:11:\"invalid_url\";s:26:\"Ungültige URL eingegeben.\";s:11:\"invalid_tel\";s:33:\"Falsche Telefonnummer eingegeben.\";}'),
(7277, 1083, '_wp_attached_file', 'klymenko-a.jpg'),
(7278, 1083, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:14:\"klymenko-a.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1232, 524, '_additional_settings', ''),
(1233, 524, '_locale', 'ru_RU'),
(1235, 525, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:11:\"favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1236, 526, '_wp_attached_file', 'cropped-favicon.png'),
(1237, 526, '_wp_attachment_context', 'site-icon'),
(1238, 526, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"cropped-favicon.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:25:\"cropped-favicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6457, 983, '_edit_last', '1'),
(6456, 983, '_edit_lock', '1549970493:1'),
(1241, 528, '_edit_lock', '1546600645:1'),
(1242, 528, '_edit_last', '1'),
(1243, 542, '_edit_lock', '1588160054:1'),
(1244, 542, '_edit_last', '1'),
(1245, 542, '_wp_page_template', 'page-contacts.php'),
(1246, 542, 'contacts_title', 'Wir bleiben in Kontakt'),
(1247, 542, '_contacts_title', 'field_5c2f4016ccf91'),
(1248, 542, 'contact_addres', 'Kaiserstr. 10 D-66578, Schiffweiler Deutschland'),
(1249, 542, '_contact_addres', 'field_5c2f3bbfdf476'),
(1250, 542, 'contact_working_hours', '9:00-18:00'),
(1251, 542, '_contact_working_hours', 'field_5c2f3bd6df477'),
(1252, 542, 'contact_phone1', '<a href=\"tel:49068219817508\">+49 (0) 6821 - 9817508</a>'),
(1253, 542, '_contact_phone1', 'field_5c2f3c04df478'),
(1254, 542, 'contact_phone2', '<a href=\"tel:49068219517601\">+49 (0) 6821 - 9517601</a>'),
(1255, 542, '_contact_phone2', 'field_5c2f3c16df479'),
(1256, 542, 'contact_email', '<a href=\"mailtooffice@kligur.de\">office@kligur.de</a>'),
(1257, 542, '_contact_email', 'field_5c2f3c1edf47a'),
(1258, 542, 'contact_facebook', 'https://www.facebook.com/kligur2019'),
(1259, 542, '_contact_facebook', 'field_5c2f3c34df47b'),
(1260, 542, 'contact_linkedin', 'https://www.linkedin.com/company/kligur-gmbh'),
(1261, 542, '_contact_linkedin', 'field_5c2f3c66df47c'),
(1262, 542, 'contact_twitter', 'https://twitter.com/Kligur_GmbH'),
(1263, 542, '_contact_twitter', 'field_5c2f3c84df47d'),
(1264, 542, 'contact_youtube', 'https://www.youtube.com/channel/UCVoSY1BNI92QTOhsMYM_51Q?view_as=subscriber'),
(1265, 542, '_contact_youtube', 'field_5c2f3ca2df47e'),
(1266, 542, 'contact_googleplus', 'https://g.page/kligur-gmbh?gm'),
(1267, 542, '_contact_googleplus', 'field_5c2f3cb5df47f'),
(1268, 542, 'contact_instagram', 'https://www.instagram.com/kligur'),
(1269, 542, '_contact_instagram', 'field_5c2f3cc9df480'),
(1270, 542, 'contact_map', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2598.970866095334!2d7.096501315691964!3d49.35269997933914!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4897408aa049651a!2sKliGur+GmbH!5e0!3m2!1sru!2sua!4v1547205106140\" width=\"100%\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>'),
(1271, 542, '_contact_map', 'field_5c2f3cdf4acbb'),
(2069, 687, '_menu_item_object', 'page'),
(1800, 656, '_edit_last', '1'),
(1801, 656, '_wp_page_template', 'page-product.php'),
(1802, 657, '_edit_lock', '1580376376:1'),
(1803, 657, '_edit_last', '1'),
(2036, 683, '_menu_item_xfn', ''),
(2037, 683, '_menu_item_url', ''),
(1796, 655, '_edit_lock', '1580128642:1'),
(1797, 655, '_edit_last', '1'),
(1798, 655, '_wp_page_template', 'page-category.php'),
(1799, 656, '_edit_lock', '1579849333:1'),
(2070, 687, '_menu_item_target', ''),
(2030, 683, '_menu_item_type', 'post_type'),
(1792, 653, '_edit_lock', '1572334475:1'),
(1793, 654, '_edit_lock', '1573549730:1'),
(1794, 654, '_edit_last', '1'),
(1795, 654, '_wp_page_template', 'page-product.php'),
(7582, 1138, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1876;s:6:\"height\";i:1014;s:4:\"file\";s:15:\"rezina-angl.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rezina-angl-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"rezina-angl-640x346.png\";s:5:\"width\";i:640;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"rezina-angl-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"rezina-angl-1280x692.png\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"rezina-angl-624x337.png\";s:5:\"width\";i:624;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:24:\"rezina-angl-1320x713.png\";s:5:\"width\";i:1320;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7581, 1138, '_wp_attached_file', 'rezina-angl.png'),
(1787, 652, '_edit_last', '1'),
(1788, 652, '_wp_page_template', 'page-category.php'),
(1789, 652, '_edit_lock', '1580284337:1'),
(1790, 653, '_edit_last', '1'),
(1791, 653, '_wp_page_template', 'page-category.php'),
(1783, 650, '_wp_page_template', 'page-category.php'),
(1784, 651, '_edit_lock', '1580196686:1'),
(1785, 651, '_edit_last', '1'),
(1786, 651, '_wp_page_template', 'page-product.php'),
(2068, 687, '_menu_item_object_id', '2'),
(1804, 657, '_wp_page_template', 'page-product.php'),
(1782, 650, '_edit_last', '1'),
(1781, 650, '_edit_lock', '1579772594:1'),
(1780, 649, '_wp_page_template', 'page-product.php'),
(1779, 649, '_edit_last', '1'),
(1778, 649, '_edit_lock', '1580374474:1'),
(1777, 648, '_wp_page_template', 'default'),
(1776, 648, '_edit_last', '1'),
(1775, 648, '_edit_lock', '1549027751:1'),
(1774, 647, '_wp_page_template', 'page-product.php'),
(1773, 647, '_edit_last', '1'),
(1772, 647, '_edit_lock', '1580373301:1'),
(1771, 646, '_wp_page_template', 'page-product.php'),
(1770, 646, '_edit_last', '1'),
(1769, 646, '_edit_lock', '1580289562:1'),
(1768, 645, '_wp_page_template', 'page-product.php'),
(1767, 645, '_edit_last', '1'),
(1766, 645, '_edit_lock', '1549032194:1'),
(1765, 644, '_edit_lock', '1580287146:1'),
(1764, 644, '_wp_page_template', 'page-category.php'),
(1763, 644, '_edit_last', '1'),
(1762, 643, '_wp_page_template', 'page-product.php'),
(1761, 643, '_edit_last', '1'),
(3364, 821, '_wp_attached_file', 'welded1.jpg'),
(7034, 1037, '_edit_lock', '1579616776:1'),
(1656, 626, '_menu_item_url', ''),
(1655, 626, '_menu_item_xfn', ''),
(1654, 626, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1760, 643, '_edit_lock', '1580125957:1'),
(1653, 626, '_menu_item_target', ''),
(1652, 626, '_menu_item_object', 'page'),
(1651, 626, '_menu_item_object_id', '621'),
(1650, 626, '_menu_item_menu_item_parent', '619'),
(1649, 626, '_menu_item_type', 'post_type'),
(7033, 1036, '_edit_lock', '1580285908:1'),
(1759, 642, '_wp_page_template', 'page-product.php'),
(7032, 1036, '_wp_page_template', 'default'),
(1757, 642, '_edit_lock', '1548157023:1'),
(7030, 1035, '_edit_lock', '1580126039:1'),
(1758, 642, '_edit_last', '1'),
(1756, 641, '_wp_page_template', 'page-product.php'),
(1630, 623, '_edit_lock', '1580126006:1'),
(1629, 623, '_wp_page_template', 'default'),
(1628, 623, '_edit_last', '1'),
(1755, 641, '_edit_last', '1'),
(1627, 622, '_edit_lock', '1580125980:1'),
(1626, 622, '_wp_page_template', 'default'),
(1625, 622, '_edit_last', '1'),
(1624, 621, '_edit_lock', '1579772522:1'),
(1623, 621, '_wp_page_template', 'page-quality-policy.php'),
(1622, 621, '_edit_last', '1'),
(1754, 641, '_edit_lock', '1548156972:1'),
(1621, 620, '_edit_lock', '1546930196:1'),
(1619, 620, '_edit_last', '1'),
(1620, 620, '_wp_page_template', 'default'),
(1617, 619, '_menu_item_url', '#'),
(1616, 619, '_menu_item_xfn', ''),
(1615, 619, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1753, 640, '_wp_page_template', 'page-product.php'),
(1614, 619, '_menu_item_target', ''),
(1613, 619, '_menu_item_object', 'custom'),
(1612, 619, '_menu_item_object_id', '619'),
(1611, 619, '_menu_item_menu_item_parent', '0'),
(1610, 619, '_menu_item_type', 'custom'),
(1752, 640, '_edit_last', '1'),
(1751, 640, '_edit_lock', '1548156951:1'),
(1750, 639, '_wp_page_template', 'page-product.php'),
(1749, 639, '_edit_last', '1'),
(1748, 639, '_edit_lock', '1548855918:1'),
(1747, 638, '_wp_page_template', 'page-product.php'),
(1746, 638, '_edit_last', '1'),
(1488, 568, '_form', '<div class=\"block-title\">Fragen übrig</div>\n<div class=\"block-row\">[text* user-name placeholder \"Vorname\"]</div>\n<div class=\"block-left\">[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</div>\n<div class=\"block-right\">[email* user-email placeholder \"Email\"]</div>\n<div class=\"block-row\">[textarea textarea 40x4 placeholder \"Nachricht\"]</div>\n<div class=\"block-row\">[checkbox* checkbox \"Ich bin mit der Verarbeitung personenbezogener Daten gemäß den\"] <a href=\"https://kligur.de/privacy-policy\">Datenschutzbestimmungen einverstanden</a></div>\n[submit \"Senden\"]'),
(1745, 638, '_edit_lock', '1580125849:1'),
(1744, 637, '_wp_page_template', 'page-category.php'),
(1743, 637, '_edit_last', '1'),
(1742, 637, '_edit_lock', '1579622986:1'),
(6461, 984, '_wp_page_template', 'page-faq.php'),
(6459, 984, '_edit_lock', '1549289005:1'),
(6460, 984, '_edit_last', '1'),
(2067, 687, '_menu_item_menu_item_parent', '0'),
(6458, 983, '_wp_page_template', 'page-faq.php'),
(1489, 568, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:40:\"Kligur \"Контактная форма\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:15:\"admin@kligur.de\";s:4:\"body\";s:189:\"<b>Телефон:</b> [user-name]\n<b>Телефон:</b> [user-tel]\n<b>Email:</b> [user-email]\n\n\n-- \nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(1490, 568, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:23:\"Kligur \"[your-subject]\"\";s:6:\"sender\";s:24:\"Kligur <admin@kligur.de>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Сообщение:\n[your-message]\n\n-- \nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\";s:18:\"additional_headers\";s:25:\"Reply-To: admin@kligur.de\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1491, 568, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:63:\"Vielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\";s:12:\"mail_sent_ng\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:16:\"validation_error\";s:108:\"Ein oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\";s:4:\"spam\";s:97:\"Beim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\";s:12:\"accept_terms\";s:95:\"Sie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\";s:16:\"invalid_required\";s:26:\"Das Feld ist erforderlich.\";s:16:\"invalid_too_long\";s:39:\"Поле слишком длинное.\";s:17:\"invalid_too_short\";s:41:\"Поле слишком короткое.\";s:12:\"invalid_date\";s:45:\"Формат даты некорректен.\";s:14:\"date_too_early\";s:74:\"Введённая дата слишком далеко в прошлом.\";s:13:\"date_too_late\";s:74:\"Введённая дата слишком далеко в будущем.\";s:13:\"upload_failed\";s:90:\"При загрузке файла произошла неизвестная ошибка.\";s:24:\"upload_file_type_invalid\";s:81:\"Вам не разрешено загружать файлы этого типа.\";s:21:\"upload_file_too_large\";s:39:\"Файл слишком большой.\";s:23:\"upload_failed_php_error\";s:67:\"При загрузке файла произошла ошибка.\";s:14:\"invalid_number\";s:47:\"Формат числа некорректен.\";s:16:\"number_too_small\";s:68:\"Число меньше минимально допустимого.\";s:16:\"number_too_large\";s:70:\"Число больше максимально допустимого.\";s:23:\"quiz_answer_not_correct\";s:69:\"Неверный ответ на проверочный вопрос.\";s:13:\"invalid_email\";s:25:\"Ungültige E-Mail-Adresse\";s:11:\"invalid_url\";s:26:\"Ungültige URL eingegeben.\";s:11:\"invalid_tel\";s:33:\"Falsche Telefonnummer eingegeben.\";}'),
(1492, 568, '_additional_settings', ''),
(1493, 568, '_locale', 'ru_RU'),
(1496, 521, 'questions_title', 'Остались вопросы?'),
(1497, 521, '_questions_title', 'field_5c31a2cbfa663'),
(1498, 521, 'form_title', 'Остались вопросы?'),
(1499, 521, '_form_title', 'field_5c31a2cbfa663'),
(1500, 571, '_edit_lock', '1580195289:1'),
(1501, 571, '_edit_last', '1'),
(1502, 571, '_wp_page_template', 'page-service.php'),
(1503, 571, 'form_title', 'Заказать расчет аппарата '),
(1504, 571, '_form_title', 'field_5c31a2cbfa663'),
(1505, 572, '_edit_lock', '1549884911:1'),
(1506, 572, '_edit_last', '1'),
(1507, 571, 'sw_title1', 'Einsparung von Arbeitsstunden bis zu '),
(1508, 571, '_sw_title1', 'field_5c31a4ecc4a12'),
(1509, 571, 'sw_percent1', '60'),
(1510, 571, '_sw_percent1', 'field_5c31a548ef369'),
(1511, 571, 'sw_title2', 'Reduzierung der Servicezeiten um bis zu '),
(1512, 571, '_sw_title2', 'field_5c31a501c4a13'),
(1513, 571, 'sw_percent2', '77'),
(1514, 571, '_sw_percent2', 'field_5c31a569ef36a'),
(1515, 571, 'sw_title3', 'Einsparungen bei der Wärmetauscherwartung bis zu '),
(1516, 571, '_sw_title3', 'field_5c31a506c4a14'),
(1517, 571, 'sw_percent3', '72'),
(1518, 571, '_sw_percent3', 'field_5c31a56def36b'),
(1519, 571, 'sw_title4', ' Einsparungen beim Einsatz von Spezialgeräten '),
(1520, 571, '_sw_title4', 'field_5c31a50ac4a15'),
(1521, 571, 'sw_percent4', '100'),
(1522, 571, '_sw_percent4', 'field_5c31a575ef36c'),
(1523, 571, 'sw_title5', 'Einsparungen beim Kauf von Geräten bis zu'),
(1524, 571, '_sw_title5', 'field_5c31a518c4a16'),
(1525, 571, 'sw_percent5', '73'),
(1526, 571, '_sw_percent5', 'field_5c31a57aef36d'),
(5171, 571, '_oembed_fe37b64382f8610108f53bb0f29965c6', '<iframe width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/Bef46kQf8w4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(1527, 571, 'sw_youtube', 'https://www.youtube.com/watch?v=Bef46kQf8w4'),
(1528, 571, '_sw_youtube', 'field_5c31a653a3e39'),
(1529, 571, '_oembed_e5f4081bb2bd00f595028e4dd8831829', '<iframe width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/ByO3XBCQwmY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(1530, 571, '_oembed_time_e5f4081bb2bd00f595028e4dd8831829', '1546757880'),
(1531, 585, '_edit_lock', '1550234747:1'),
(1532, 585, '_edit_last', '1'),
(1533, 613, '_edit_lock', '1579606516:1'),
(1534, 613, '_edit_last', '1'),
(1535, 613, '_wp_page_template', 'page-about.php'),
(1536, 613, 'about_company_title', 'KliGur Team'),
(1537, 613, '_about_company_title', 'field_5c331f3902723'),
(1538, 613, 'about_company_description', 'Die <strong>KliGur GmbH</strong> ist ein modernes, sich dynamisch entwickelndes Ingenieurbüro, dessen Grundprinzipien hohe Professionalität, Verantwortung gegenüber jedem Kunden und die Zuverlässigkeit des garantierten Ergebnisses sind. Diese Grundsätze werden von einem Team hochqualifizierter Spezialisten umgesetzt, die für das Wohl des Unternehmens und unserer Kunden arbeiten, gemeinsame Werte und Ziele teilen. Der Erfolg und die effektive Arbeit des Unternehmens werden durch hochprofessionelles technisches Personal und ein engmaschiges Arbeitsteam mit langjähriger Erfahrung in der Lieferung von Industrieanlagen sichergestellt.\r\n\r\nDas Grundprinzip unserer Arbeit ist die <strong>QUALITÄTSGARANTIE.</strong>\r\n\r\nUnsere Zusammenarbeit mit den Kunden, schafft Vertrauen in die Tätigkeit des Unternehmens und bietet einen kompetenten, individuellen Ansatz für die Umsetzung jedes Projekts. Die Korrektheit und Genauigkeit des Handelns aller Spezialisten der <strong>KliGur GmbH</strong> ermöglicht es uns, alle Arbeiten auf höchstem Niveau durchzuführen\r\n\r\n<strong>Das Hauptziel der KliGur GmbH</strong> ist es, ihre Position auf dem europäischen Markt als verantwortungsbewusster und verlässlicher Partner zu stärken, die Zufriedenheit der Bedürfnisse und Erwartungen unserer Kunden zu maximieren. Wir bieten ein umfassendes Angebot an Möglichkeiten / Varianten für die Lieferung von Industrieanlagen, das eine mehrstufige Qualitätskontrolle in allen Phasen der Geräteproduktion sowie die Schulung der technischen Fachkräfte des Endbenutzers für deren ordnungsgemäßen Betrieb umfasst.\r\nNach diesen Regeln erhält unser Kunde zuverlässige und langlebige Geräte.\r\n\r\nBei unserer Arbeit orientieren wir uns an 4 Grundregeln. Dies sind: Präzision, Professionalität, Effizienz und Verantwortung. In unserem Unternehmen wird jedes dieser Prinzipien sowohl in der Arbeit jedes einzelnen Mitarbeiters als auch in den Aktivitäten der gesamten Unternehmensgruppe umgesetzt.\r\n\r\nDie <strong>KliGur GmbH</strong> ist bestrebt, die Beste auf ihrem Gebiet zu sein. Deshalb liefern wir ausschließlich hochwertige Produkte, die alle internationalen Anforderungen und Umweltstandards erfüllen. Ein kompetentes, professionelles, individuelles Vorgehen sowie die Korrektheit und Klarheit des Handelns aller Spezialisten ermöglichen es uns, Arbeiten in kürzester Zeit auszuführen und alle Vorteile eines verantwortungsbewussten und modernen Unternehmens zu bieten.\r\n<h3>Unser Motto lautet: Garantie für hohe Qualität, Ergebnisstabilität und verlässliche Investitionen.</h3>'),
(7287, 1085, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7288, 1085, '_menu_item_xfn', ''),
(7289, 1085, '_menu_item_url', ''),
(7380, 1110, '_menu_item_target', ''),
(7381, 1110, '_menu_item_classes', 'a:1:{i:0;s:5:\"backs\";}'),
(7373, 1109, '_menu_item_xfn', ''),
(7372, 1109, '_menu_item_classes', 'a:1:{i:0;s:5:\"backs\";}'),
(7371, 1109, '_menu_item_target', ''),
(7370, 1109, '_menu_item_object', 'custom'),
(7369, 1109, '_menu_item_object_id', '1109'),
(7368, 1109, '_menu_item_menu_item_parent', '0'),
(7367, 1109, '_menu_item_type', 'custom'),
(7309, 632, '_yoast_wpseo_content_score', '90'),
(7405, 1113, '_menu_item_object_id', '1113'),
(7404, 1113, '_menu_item_menu_item_parent', '619'),
(7403, 1113, '_menu_item_type', 'custom'),
(7580, 1137, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:737;s:6:\"height\";i:810;s:4:\"file\";s:13:\"gasket-en.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gasket-en-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"gasket-en-582x640.png\";s:5:\"width\";i:582;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"gasket-en-624x686.png\";s:5:\"width\";i:624;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7392, 1111, '_menu_item_url', '#'),
(7391, 1111, '_menu_item_xfn', ''),
(7390, 1111, '_menu_item_classes', 'a:1:{i:0;s:5:\"backs\";}'),
(7389, 1111, '_menu_item_target', ''),
(1539, 613, '_about_company_description', 'field_5c331f5602724'),
(1540, 613, 'about_company_number1', '750'),
(1541, 613, '_about_company_number1', 'field_5c33202802725'),
(1542, 613, 'about_company_title1', 'Projekte'),
(1543, 613, '_about_company_title1', 'field_5c33203302726'),
(1544, 613, 'about_company_text1', 'Alle abgeschlossenen Projekte wurden unter Berücksichtigung der kleinsten Nuancen und persönlichen Bedürfnisse der Kunden entwickelt'),
(7286, 1085, '_menu_item_target', ''),
(1545, 613, '_about_company_text1', 'field_5c33203b02727'),
(1546, 613, 'about_company_number2', '97.3'),
(1547, 613, '_about_company_number2', 'field_5c3320495265d'),
(1548, 613, 'about_company_text2', 'Wir arbeiten ständig daran, die Bedürfnisse unserer Kunden zu erfüllen und die Servicequalität zu verbessern'),
(7285, 1085, '_menu_item_object', 'page'),
(1549, 613, '_about_company_text2', 'field_5c33206652661'),
(1550, 613, 'about_company_title2', 'Zufriedenheit'),
(1551, 613, '_about_company_title2', 'field_5c33204e5265e'),
(1552, 613, 'about_company_number3', '300'),
(1553, 613, '_about_company_number3', 'field_5c3320555265f'),
(1554, 613, 'about_company_title3', 'Kunden'),
(1555, 613, '_about_company_title3', 'field_5c33206052660'),
(1556, 613, 'about_company_text3', 'Über 300 Kunden sind zu unseren zuverlässigen Partnern geworden, die Kligur-Geräte erfolgreich betreiben'),
(6764, 1020, 'about_company_title', 'Команда KliGur'),
(1557, 613, '_about_company_text3', 'field_5c33206952662'),
(1558, 613, 'our_team', 'Unser Team'),
(1559, 613, '_our_team', 'field_5c33225dffb69'),
(1560, 613, 'company_employee_name1', 'Aleksandr Klymenko'),
(1561, 613, '_company_employee_name1', 'field_5c3320d5cdcfa'),
(1562, 613, 'company_employee_position1', 'Director of Development'),
(1563, 613, '_company_employee_position1', 'field_5c3321c1cdcfb'),
(1564, 613, 'company_employee_text1', ''),
(5303, 944, '_hb3_tab1_img9', 'field_5c1e7c1fbaab9'),
(5304, 944, 'hb3_tab1_title10', ''),
(1565, 613, '_company_employee_text1', 'field_5c33222ccdcfc'),
(1566, 613, 'company_employee_name2', 'Alyona Klymenko'),
(1567, 613, '_company_employee_name2', 'field_5c332284c00eb'),
(1568, 613, 'company_employee_position2', 'Geschäftsführer'),
(1569, 613, '_company_employee_position2', 'field_5c332290c00ed'),
(1570, 613, 'company_employee_text2', ''),
(5305, 944, '_hb3_tab1_title10', 'field_5c1e7b6b5fdcc'),
(5306, 944, 'hb3_tab1_url10', ''),
(1571, 613, '_company_employee_text2', 'field_5c3322a2c00ef'),
(1572, 613, 'company_employee_name3', 'Arsen Varunts'),
(1573, 613, '_company_employee_name3', 'field_5c332289c00ec'),
(1574, 613, 'company_employee_position3', 'Kaufmännischer Direktor'),
(1575, 613, '_company_employee_position3', 'field_5c332299c00ee'),
(1576, 613, 'company_employee_text3', ''),
(5302, 944, 'hb3_tab1_img9', ''),
(5300, 944, 'hb3_tab1_text9', ''),
(5301, 944, '_hb3_tab1_text9', 'field_5c1e7be6ff3bb'),
(1577, 613, '_company_employee_text3', 'field_5c3322a8c00f0'),
(1578, 613, 'company_block_title1', 'Erfahrene Ingenieure'),
(1579, 613, '_company_block_title1', 'field_5c332306f9cfa'),
(1580, 613, 'company_block_text1', 'Das gesamte technische Personal wird jährlich von einem Fachmann zertifiziert. Wir schätzen unseren Namen, deshalb arbeiten nur erfahrene Spezialisten für uns'),
(7283, 1085, '_menu_item_menu_item_parent', '619'),
(7284, 1085, '_menu_item_object_id', '613'),
(1581, 613, '_company_block_text1', 'field_5c33232ff9cfd'),
(1582, 613, 'company_block_title2', 'Termine einhalten'),
(1583, 613, '_company_block_title2', 'field_5c332323f9cfb'),
(1584, 613, 'company_block_text2', 'Wir garantieren die rechtzeitige Ausführung Ihrer Bestellung sowie die Einhaltung der Lieferzeit gemäß den Vertragsbedingungen.'),
(1585, 613, '_company_block_text2', 'field_5c332339f9cfe'),
(1586, 613, 'company_block_title3', 'Operating training kostenlos'),
(1587, 613, '_company_block_title3', 'field_5c332329f9cfc'),
(1588, 613, 'company_block_text3', 'Organisiert für seine Kunden Orientierungs-, Demonstrations- und Schulungsreisen. Dies völlig kostenlos.'),
(7281, 613, '_yoast_wpseo_content_score', '60'),
(7282, 1085, '_menu_item_type', 'post_type'),
(1589, 613, '_company_block_text3', 'field_5c33233ef9cff'),
(1590, 617, '_wp_attached_file', 'employee.png'),
(1591, 617, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:560;s:6:\"height\";i:560;s:4:\"file\";s:12:\"employee.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"employee-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1592, 613, 'company_employee_photo1', '924'),
(1593, 613, '_company_employee_photo1', 'field_5c33244242391'),
(1594, 613, 'company_employee_photo2', '1083'),
(1595, 613, '_company_employee_photo2', 'field_5c33244e42392'),
(1596, 613, 'company_employee_photo3', '1084'),
(1597, 613, '_company_employee_photo3', 'field_5c33246d42393'),
(1598, 613, '_thumbnail_id', '930'),
(1599, 2, 'hbp', '[gallery ids=\"434,433,430,431,432,428,429,426,427,425,424,423,422,421,420,418,419\"]'),
(1600, 2, '_hbp', 'field_5c21fbb7c1db3'),
(7382, 1110, '_menu_item_xfn', ''),
(7379, 1110, '_menu_item_object', 'custom'),
(7378, 1110, '_menu_item_object_id', '1110'),
(7377, 1110, '_menu_item_menu_item_parent', '688'),
(7376, 1110, '_menu_item_type', 'custom'),
(7374, 1109, '_menu_item_url', '#'),
(3409, 651, '_product_gallery7', 'field_5c3f23f975b89'),
(7031, 1036, '_edit_last', '1'),
(1686, 630, '_menu_item_menu_item_parent', '0'),
(7275, 1081, '_menu_item_url', ''),
(7274, 1081, '_menu_item_xfn', ''),
(1685, 630, '_menu_item_type', 'taxonomy'),
(1687, 630, '_menu_item_object_id', '1'),
(1688, 630, '_menu_item_object', 'category'),
(1689, 630, '_menu_item_target', ''),
(1690, 630, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1691, 630, '_menu_item_xfn', ''),
(1692, 630, '_menu_item_url', ''),
(1704, 632, '_edit_last', '1'),
(1703, 632, '_edit_lock', '1579607122:1'),
(1705, 632, '_wp_page_template', 'default'),
(1706, 633, '_menu_item_type', 'post_type'),
(1707, 633, '_menu_item_menu_item_parent', '0'),
(1708, 633, '_menu_item_object_id', '632'),
(1709, 633, '_menu_item_object', 'page'),
(1710, 633, '_menu_item_target', ''),
(1711, 633, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1712, 633, '_menu_item_xfn', ''),
(1713, 633, '_menu_item_url', ''),
(6740, 1009, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(6739, 1009, '_menu_item_target', ''),
(6738, 1009, '_menu_item_object', 'page'),
(6737, 1009, '_menu_item_object_id', '1003'),
(6736, 1009, '_menu_item_menu_item_parent', '0'),
(6735, 1009, '_menu_item_type', 'post_type'),
(2076, 688, '_menu_item_menu_item_parent', '0'),
(2066, 687, '_menu_item_type', 'post_type'),
(1995, 679, '_menu_item_menu_item_parent', '0'),
(1823, 660, '_menu_item_type', 'post_type'),
(1824, 660, '_menu_item_menu_item_parent', '0'),
(1825, 660, '_menu_item_object_id', '637'),
(1826, 660, '_menu_item_object', 'page'),
(1827, 660, '_menu_item_target', ''),
(1828, 660, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(1829, 660, '_menu_item_xfn', ''),
(1830, 660, '_menu_item_url', ''),
(2075, 688, '_menu_item_type', 'custom'),
(1832, 661, '_menu_item_type', 'post_type'),
(1833, 661, '_menu_item_menu_item_parent', '0'),
(1834, 661, '_menu_item_object_id', '638'),
(1835, 661, '_menu_item_object', 'page'),
(1836, 661, '_menu_item_target', ''),
(1837, 661, '_menu_item_classes', 'a:1:{i:0;s:14:\"left-menu-item\";}'),
(1838, 661, '_menu_item_xfn', ''),
(1839, 661, '_menu_item_url', ''),
(2021, 682, '_menu_item_type', 'post_type'),
(2027, 682, '_menu_item_xfn', ''),
(4258, 786, '_product_gallery10', 'field_5c3f241775b8c'),
(4257, 786, 'product_gallery10', ''),
(4256, 786, '_product_gallery9', 'field_5c3f241175b8b'),
(6480, 984, '_thumbnail_id', '809'),
(4255, 786, 'product_gallery9', ''),
(2073, 687, '_menu_item_url', ''),
(4245, 786, 'product_gallery4', '970'),
(4246, 786, '_product_gallery4', 'field_5c3c93fd50f82'),
(4247, 786, 'product_gallery5', '968'),
(4248, 786, '_product_gallery5', 'field_5c3f23ec75b87'),
(4249, 786, 'product_gallery6', ''),
(4250, 786, '_product_gallery6', 'field_5c3f23f375b88'),
(4251, 786, 'product_gallery7', ''),
(4252, 786, '_product_gallery7', 'field_5c3f23f975b89'),
(4253, 786, 'product_gallery8', ''),
(4244, 786, '_thumbnail_id', '816'),
(6306, 645, 'product_excerpt', ''),
(2035, 683, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2034, 683, '_menu_item_target', ''),
(2033, 683, '_menu_item_object', 'page'),
(2032, 683, '_menu_item_object_id', '654'),
(2031, 683, '_menu_item_menu_item_parent', '0'),
(2071, 687, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2028, 682, '_menu_item_url', ''),
(2009, 680, '_menu_item_xfn', ''),
(2010, 680, '_menu_item_url', ''),
(2072, 687, '_menu_item_xfn', ''),
(2012, 681, '_menu_item_type', 'post_type'),
(2013, 681, '_menu_item_menu_item_parent', '0'),
(2014, 681, '_menu_item_object_id', '652'),
(2026, 682, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(2025, 682, '_menu_item_target', ''),
(2024, 682, '_menu_item_object', 'page'),
(2023, 682, '_menu_item_object_id', '653'),
(2022, 682, '_menu_item_menu_item_parent', '0'),
(1913, 670, '_menu_item_type', 'post_type'),
(1914, 670, '_menu_item_menu_item_parent', '0'),
(1915, 670, '_menu_item_object_id', '644'),
(1916, 670, '_menu_item_object', 'page'),
(1917, 670, '_menu_item_target', ''),
(1918, 670, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(1919, 670, '_menu_item_xfn', ''),
(1920, 670, '_menu_item_url', ''),
(6425, 978, '_wp_attached_file', 'tube4.jpg'),
(1931, 672, '_menu_item_type', 'post_type'),
(1932, 672, '_menu_item_menu_item_parent', '0'),
(1933, 672, '_menu_item_object_id', '646'),
(1934, 672, '_menu_item_object', 'page'),
(1935, 672, '_menu_item_target', ''),
(1936, 672, '_menu_item_classes', 'a:1:{i:0;s:14:\"left-menu-item\";}'),
(1937, 672, '_menu_item_xfn', ''),
(1938, 672, '_menu_item_url', ''),
(6426, 978, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube4-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube4-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1940, 673, '_menu_item_type', 'post_type'),
(1941, 673, '_menu_item_menu_item_parent', '0'),
(1942, 673, '_menu_item_object_id', '647'),
(1943, 673, '_menu_item_object', 'page'),
(1944, 673, '_menu_item_target', ''),
(1945, 673, '_menu_item_classes', 'a:1:{i:0;s:14:\"left-menu-item\";}'),
(1946, 673, '_menu_item_xfn', ''),
(1947, 673, '_menu_item_url', ''),
(4254, 786, '_product_gallery8', 'field_5c3f240c75b8a'),
(6311, 645, '_product_gallery2', 'field_5c25c1f7f605a'),
(6310, 645, 'product_gallery2', ''),
(6309, 645, '_product_gallery1', 'field_5c25c1ddf6059'),
(6308, 645, 'product_gallery1', ''),
(6307, 645, '_product_excerpt', 'field_5c35aa337a54a'),
(6305, 645, '_thumbnail_id', '815'),
(1958, 675, '_menu_item_type', 'post_type'),
(1959, 675, '_menu_item_menu_item_parent', '0'),
(1960, 675, '_menu_item_object_id', '649'),
(1961, 675, '_menu_item_object', 'page'),
(1962, 675, '_menu_item_target', ''),
(1963, 675, '_menu_item_classes', 'a:1:{i:0;s:14:\"left-menu-item\";}'),
(1964, 675, '_menu_item_xfn', ''),
(1965, 675, '_menu_item_url', ''),
(2019, 681, '_menu_item_url', ''),
(2018, 681, '_menu_item_xfn', ''),
(2017, 681, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(2016, 681, '_menu_item_target', ''),
(2015, 681, '_menu_item_object', 'page'),
(2008, 680, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2007, 680, '_menu_item_target', ''),
(2006, 680, '_menu_item_object', 'page'),
(2005, 680, '_menu_item_object_id', '651'),
(2004, 680, '_menu_item_menu_item_parent', '0'),
(2003, 680, '_menu_item_type', 'post_type'),
(2001, 679, '_menu_item_url', ''),
(2000, 679, '_menu_item_xfn', ''),
(1999, 679, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(1998, 679, '_menu_item_target', ''),
(1997, 679, '_menu_item_object', 'page'),
(1996, 679, '_menu_item_object_id', '650'),
(1994, 679, '_menu_item_type', 'post_type'),
(2077, 688, '_menu_item_object_id', '688'),
(2078, 688, '_menu_item_object', 'custom'),
(2079, 688, '_menu_item_target', ''),
(2080, 688, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2081, 688, '_menu_item_xfn', ''),
(2082, 688, '_menu_item_url', '#'),
(2100, 693, '_menu_item_type', 'post_type'),
(2084, 689, '_edit_lock', '1580128340:1'),
(2085, 689, '_edit_last', '1'),
(2086, 689, '_wp_page_template', 'page-otrasli.php'),
(6898, 1025, '_sw_youtube', 'field_5c31a653a3e39'),
(6897, 1025, 'sw_youtube', ''),
(6895, 1025, '_edit_last', '1'),
(6896, 1025, '_wp_page_template', 'page-otrasli.php'),
(6901, 1025, 'sw_percent1', ''),
(2093, 692, '_edit_last', '1'),
(2094, 692, '_wp_page_template', 'page-otrasli.php'),
(2095, 692, '_edit_lock', '1580196497:1'),
(2096, 492, 'branches_title_file3', ''),
(2097, 492, '_branches_title_file3', 'field_5c2a05b90b1b8'),
(2098, 492, 'branches_file3', ''),
(2099, 492, '_branches_file3', 'field_5c2a05c40b1b9'),
(2101, 693, '_menu_item_menu_item_parent', '688'),
(2102, 693, '_menu_item_object_id', '692'),
(2103, 693, '_menu_item_object', 'page'),
(2104, 693, '_menu_item_target', ''),
(2105, 693, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2106, 693, '_menu_item_xfn', ''),
(2107, 693, '_menu_item_url', ''),
(7029, 1035, '_wp_page_template', 'default'),
(3230, 794, '_menu_item_object_id', '787'),
(3229, 794, '_menu_item_menu_item_parent', '0'),
(3228, 794, '_menu_item_type', 'post_type'),
(3257, 651, 'product_gallery1', '870'),
(3258, 651, '_product_gallery1', 'field_5c25c1ddf6059'),
(3226, 793, '_menu_item_url', ''),
(3225, 793, '_menu_item_xfn', ''),
(7028, 1035, '_edit_last', '1'),
(3224, 793, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3223, 793, '_menu_item_target', ''),
(3222, 793, '_menu_item_object', 'page'),
(3221, 793, '_menu_item_object_id', '788'),
(3220, 793, '_menu_item_menu_item_parent', '0'),
(3219, 793, '_menu_item_type', 'post_type'),
(7027, 1034, '_edit_lock', '1580128602:1'),
(2127, 696, '_menu_item_type', 'post_type'),
(2128, 696, '_menu_item_menu_item_parent', '688'),
(2129, 696, '_menu_item_object_id', '689'),
(2130, 696, '_menu_item_object', 'page'),
(2131, 696, '_menu_item_target', ''),
(2132, 696, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2133, 696, '_menu_item_xfn', ''),
(2134, 696, '_menu_item_url', ''),
(7026, 1034, '_wp_page_template', 'default'),
(2136, 697, '_menu_item_type', 'post_type'),
(2137, 697, '_menu_item_menu_item_parent', '688'),
(2138, 697, '_menu_item_object_id', '492'),
(2139, 697, '_menu_item_object', 'page'),
(2140, 697, '_menu_item_target', ''),
(2141, 697, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2142, 697, '_menu_item_xfn', ''),
(2143, 697, '_menu_item_url', ''),
(7025, 1034, '_edit_last', '1'),
(2145, 698, '_menu_item_type', 'custom'),
(2146, 698, '_menu_item_menu_item_parent', '0'),
(2147, 698, '_menu_item_object_id', '698'),
(2148, 698, '_menu_item_object', 'custom'),
(2149, 698, '_menu_item_target', ''),
(2150, 698, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2151, 698, '_menu_item_xfn', ''),
(2152, 698, '_menu_item_url', '#'),
(7024, 1033, '_wp_page_template', 'default'),
(2154, 699, '_menu_item_type', 'post_type'),
(2155, 699, '_menu_item_menu_item_parent', '698'),
(2156, 699, '_menu_item_object_id', '571'),
(2157, 699, '_menu_item_object', 'page'),
(2158, 699, '_menu_item_target', ''),
(2159, 699, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2160, 699, '_menu_item_xfn', ''),
(2161, 699, '_menu_item_url', ''),
(7023, 1033, '_edit_last', '1'),
(7022, 1033, '_edit_lock', '1580128188:1'),
(2172, 701, '_menu_item_type', 'post_type'),
(2173, 701, '_menu_item_menu_item_parent', '0'),
(2174, 701, '_menu_item_object_id', '542'),
(2175, 701, '_menu_item_object', 'page'),
(2176, 701, '_menu_item_target', ''),
(2177, 701, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2178, 701, '_menu_item_xfn', ''),
(2179, 701, '_menu_item_url', ''),
(2181, 689, 'branches_short_description', '<strong>In der Ölraffinerieindustrie werden Wärmeübertragungsanlagen verwendet als:</strong>\r\n<ul>\r\n 	<li>Rohstoffheizgeräte, einschließlich Rekuperatoren;</li>\r\n 	<li>Kondensatoren der Kopfprodukte von Destillationskolonnen und Stabilisierungskolonnen;</li>\r\n 	<li>Wärmetauscher der Zirkulationsbewässerung;</li>\r\n 	<li>Endkühlschränke für gewerbliche Produkte;</li>\r\n 	<li>Wärmetauscher von Nebenaggregaten (Verwaltungs- und Haushaltskomplexe, Kühlmittelaggregate, Lösemittel- und Absorptionsrückgewinnungsaggregate);</li>\r\n 	<li>Heizgeräte in Blöcken zum Heizen von Rohstoffen für Ölprodukt-Abflusssysteme.</li>\r\n</ul>\r\nDie Basis der technischen Lösungen der <strong>KliGur GmbH</strong> sind Wärmetauscheranlagen führender Hersteller. Heute kann die <strong>KliGur GmbH</strong> zuverlässige Geräte anbieten, um die meisten Probleme im Zusammenhang mit der Optimierung von Wärmeübertragungsprozessen in der Öl-, Gas- und Chemieindustrie zu lösen.'),
(7444, 689, '_yoast_wpseo_content_score', '30'),
(7483, 1045, '_product_short_description', 'field_5c25c929f0737'),
(7484, 1045, 'product_title_file1', 'Katalog'),
(7485, 1045, '_product_title_file1', 'field_5c25c7c150a22'),
(7486, 1045, 'product_file1', ''),
(7487, 1045, '_product_file1', 'field_5c25c05b1ef96'),
(7488, 1045, 'product_title_file2', 'Fragebogen'),
(7489, 1045, '_product_title_file2', 'field_5c25c7d050a23'),
(2182, 689, '_branches_short_description', 'field_5c271b8b219d7'),
(2183, 689, 'branches_title_file1', 'Fragebogen'),
(2184, 689, '_branches_title_file1', 'field_5c271b8b21a0f'),
(2185, 689, 'branches_file1', ''),
(2186, 689, '_branches_file1', 'field_5c271b8b21a47'),
(2187, 689, 'branches_title_file2', 'Katalog'),
(2188, 689, '_branches_title_file2', 'field_5c271b8b21a7f'),
(2189, 689, 'branches_file2', ''),
(2190, 689, '_branches_file2', 'field_5c271b8b21ab6'),
(2191, 689, 'branches_title_file3', ''),
(2192, 689, '_branches_title_file3', 'field_5c2a05b90b1b8'),
(2193, 689, 'branches_file3', ''),
(2194, 689, '_branches_file3', 'field_5c2a05c40b1b9'),
(2195, 689, 'branches_specifications', ''),
(2196, 689, '_branches_specifications', 'field_5c271b8b21aee'),
(2197, 689, 'branches_application', ''),
(2198, 689, '_branches_application', 'field_5c271b8b21b26'),
(2199, 689, 'branches_environments', ''),
(2200, 689, '_branches_environments', 'field_5c271b8b21b5d'),
(2201, 689, 'branches_application_environment', ''),
(2202, 689, '_branches_application_environment', 'field_5c271b8b21b83'),
(2203, 689, 'branches_read_more', ''),
(2204, 689, '_branches_read_more', 'field_5c271b8b21bc1'),
(2205, 689, 'sp_title', 'Рекомендуем'),
(2206, 689, '_sp_title', 'field_5c260d8529c84'),
(2207, 689, 'sp_title_button', 'Подробнее   >'),
(2208, 689, '_sp_title_button', 'field_5c260d9729c85'),
(2209, 689, 'sp_title1', 'Сварной пакетный теплообменник с разборным корпусом'),
(2210, 689, '_sp_title1', 'field_5c260dab29c86'),
(2211, 689, 'sp_text1', ''),
(2212, 689, '_sp_text1', 'field_5c260db329c87'),
(2213, 689, 'sp_img1', '817'),
(2214, 689, '_sp_img1', 'field_5c260dbc29c88'),
(2215, 689, 'sp_url1', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/svarnoj-paketnyj-teploobmennik-s-razbornym-korpusom/'),
(2216, 689, '_sp_url1', 'field_5c260dcd29c89'),
(2217, 689, 'sp_title2', 'Аппарат воздушного охлаждения'),
(2218, 689, '_sp_title2', 'field_5c260ddfa23af'),
(2219, 689, 'sp_text2', ''),
(2220, 689, '_sp_text2', 'field_5c260df2a23b2'),
(2221, 689, 'sp_img2', '804'),
(2222, 689, '_sp_img2', 'field_5c260e03a23b5'),
(2223, 689, 'sp_url2', 'https://kligur.de/apparaty-vozdushnogo-ohlazhdeniya/apparat-vozdushnogo-ohlazhdeniya/'),
(2224, 689, '_sp_url2', 'field_5c260e1ba23b8'),
(2225, 689, 'sp_title3', 'Цельносварной пакетный теплообменник'),
(2226, 689, '_sp_title3', 'field_5c260de7a23b0'),
(2227, 689, 'sp_text3', ''),
(2228, 689, '_sp_text3', 'field_5c260df7a23b3'),
(2229, 689, 'sp_img3', '820'),
(2230, 689, '_sp_img3', 'field_5c260e0aa23b6'),
(2231, 689, 'sp_url3', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/tselnosvarnoj-paketnyj-teploobmennik/'),
(2232, 689, '_sp_url3', 'field_5c260e22a23b9'),
(2233, 689, 'sp_title4', 'Секция АВО'),
(2234, 689, '_sp_title4', 'field_5c260deba23b1'),
(2235, 689, 'sp_text4', ''),
(2236, 689, '_sp_text4', 'field_5c260dfca23b4'),
(2237, 689, 'sp_img4', '847'),
(2238, 689, '_sp_img4', 'field_5c260e0ea23b7'),
(2239, 689, 'sp_url4', 'https://kligur.de/apparaty-vozdushnogo-ohlazhdeniya/sektsiya-avo/'),
(2240, 689, '_sp_url4', 'field_5c260e27a23ba'),
(5201, 944, '_hs_url2_title', 'field_5c2080d36edfb'),
(5202, 944, 'hs_url2', '#'),
(5203, 944, '_hs_url2', 'field_5c20808dd082b'),
(5204, 944, 'hs_title3', 'Оптимальное решение для грязных сред '),
(5205, 944, '_hs_title3', 'field_5c208041c392d'),
(5206, 944, 'hs_text3', 'Возможность эксплуатации в условиях «грязных» сред и высоковязких продуктов, где по причине сложности эксплуатационного обслуживания не могут быть использованы пластинчатые теплообменники.'),
(5207, 944, '_hs_text3', 'field_5c208056c3930'),
(5208, 944, 'hs_img3', '754'),
(5209, 944, '_hs_img3', 'field_5c20806ec3933'),
(5210, 944, 'hs_url3_title', 'Подробнее   >'),
(5211, 944, '_hs_url3_title', 'field_5c2080d96edfc'),
(5212, 944, 'hs_url3', '#'),
(5213, 944, '_hs_url3', 'field_5c208095d082c'),
(5214, 944, 'hb2_title', 'Почему мы'),
(5215, 944, '_hb2_title', 'field_5c1cdfc182429'),
(5216, 944, 'hb2_url', 'https://kligur.de/o-kompanii/'),
(5217, 944, '_hb2_url', 'field_5c1cdfe18242a'),
(5218, 944, 'hb2_url_title', 'Подробнее   >'),
(5219, 944, '_hb2_url_title', 'field_5c1ce753020ae'),
(5220, 944, 'hb2_text1', 'Поставляем лучшее промышленное оборудование передовых производителей Украины'),
(5221, 944, '_hb2_text1', 'field_5c1ce01c8242b'),
(5222, 944, 'hb2_text2', 'Вся поставляемая продукция в обязательном порядке проходит многоступенчатый контроль качества'),
(5859, 791, '_branches_specifications_title', 'field_5c4f0a19679e1'),
(5860, 791, 'branches_application_title', ''),
(5861, 791, '_branches_application_title', 'field_5c4f0a26679e2'),
(5862, 791, 'branches_environments_title', ''),
(5863, 791, '_branches_environments_title', 'field_5c4f0a35679e3'),
(5864, 791, 'branches_application_environment_title', ''),
(5184, 944, 'hs_title1', 'Высокая экономическая эффектиность'),
(5185, 944, '_hs_title1', 'field_5c20802ac392b'),
(5186, 944, 'hs_text1', 'Лучшее бизнес-решение для экономии денег и энергии в нефтеперерабатывающей промышленности'),
(5187, 944, '_hs_text1', 'field_5c208049c392e'),
(5188, 944, 'hs_img1', '744'),
(5189, 944, '_hs_img1', 'field_5c20805ac3931'),
(5190, 944, 'hs_url1_title', 'Подробнее   >'),
(5191, 944, '_hs_url1_title', 'field_5c2080bf6edfa'),
(5192, 944, 'hs_url1', '#'),
(5193, 944, '_hs_url1', 'field_5c20807dd082a'),
(5194, 944, 'hs_title2', 'Простота обслуживания на месте установки'),
(5195, 944, '_hs_title2', 'field_5c20803dc392c'),
(5196, 944, 'hs_text2', 'Обслуживание производится на месте установки без отсоединения от трубопровода'),
(5197, 944, '_hs_text2', 'field_5c208051c392f'),
(5198, 944, 'hs_img2', '745'),
(5199, 944, '_hs_img2', 'field_5c208067c3932'),
(5200, 944, 'hs_url2_title', 'Подробнее   >'),
(6925, 1027, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6924, 1027, '_menu_item_target', ''),
(5161, 571, '_oembed_07c0f64995383dbff903591e7a4635e2', '<iframe width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/Bef46kQf8w4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5162, 571, '_oembed_time_07c0f64995383dbff903591e7a4635e2', '1548682242'),
(5163, 689, 'branches_specifications_title', ''),
(5173, 939, '_edit_lock', '1573549902:1'),
(5164, 689, '_branches_specifications_title', 'field_5c4f0a19679e1'),
(5165, 689, 'branches_application_title', ''),
(5166, 689, '_branches_application_title', 'field_5c4f0a26679e2'),
(5167, 689, 'branches_environments_title', ''),
(5168, 689, '_branches_environments_title', 'field_5c4f0a35679e3'),
(5169, 689, 'branches_application_environment_title', ''),
(5174, 939, '_edit_last', '1'),
(5170, 689, '_branches_application_environment_title', 'field_5c4f0a48679e4'),
(5172, 571, '_oembed_time_fe37b64382f8610108f53bb0f29965c6', '1548747440'),
(5176, 940, '_edit_lock', '1548766763:1'),
(5177, 940, '_edit_last', '1'),
(5178, 940, '_wp_page_template', 'default'),
(5179, 941, '_edit_lock', '1579607250:1'),
(5180, 941, '_edit_last', '1'),
(5181, 941, '_wp_page_template', 'default'),
(5865, 791, '_branches_application_environment_title', 'field_5c4f0a48679e4'),
(5175, 939, '_wp_page_template', 'default'),
(6923, 1027, '_menu_item_object', 'page'),
(6922, 1027, '_menu_item_object_id', '1025'),
(6921, 1027, '_menu_item_menu_item_parent', '698'),
(6920, 1027, '_menu_item_type', 'post_type'),
(6917, 1025, 'sw_percent5', ''),
(6918, 1025, '_sw_percent5', 'field_5c31a57aef36d'),
(6916, 1025, '_sw_title5', 'field_5c31a518c4a16'),
(6915, 1025, 'sw_title5', ''),
(6913, 1025, 'sw_percent4', ''),
(6914, 1025, '_sw_percent4', 'field_5c31a575ef36c'),
(6912, 1025, '_sw_title4', 'field_5c31a50ac4a15'),
(6911, 1025, 'sw_title4', ''),
(6909, 1025, 'sw_percent3', ''),
(6910, 1025, '_sw_percent3', 'field_5c31a56def36b'),
(6908, 1025, '_sw_title3', 'field_5c31a506c4a14'),
(6907, 1025, 'sw_title3', ''),
(6906, 1025, '_sw_percent2', 'field_5c31a569ef36a'),
(6905, 1025, 'sw_percent2', ''),
(6903, 1025, 'sw_title2', ''),
(6904, 1025, '_sw_title2', 'field_5c31a501c4a13'),
(5138, 692, '_thumbnail_id', '933'),
(2242, 689, '_thumbnail_id', '931'),
(5137, 933, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:14:\"chem-small.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"chem-small-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5135, 791, '_thumbnail_id', '932'),
(5136, 933, '_wp_attached_file', 'chem-small.jpg'),
(6500, 1001, '_wp_attached_file', 'web4.png'),
(2252, 638, '_thumbnail_id', '885'),
(2253, 638, 'product_gallery1', '949'),
(2254, 638, '_product_gallery1', 'field_5c25c1ddf6059'),
(2255, 638, 'product_gallery2', '947'),
(2256, 638, '_product_gallery2', 'field_5c25c1f7f605a'),
(2257, 638, 'product_gallery3', '948'),
(2258, 638, '_product_gallery3', 'field_5c25c1fcf605b');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2259, 638, 'product_short_description', '<strong>Eine zylindrische kapazitive Stahlvorrichtung</strong> ist ein Behälter, der in verschiedenen Industrien verwendet wird, in denen Flüssigkeiten und Gase gespeichert sind.\r\n<strong>Technische Voraussetzungen<img class=\"alignleft wp-image-885 \" src=\"https://kligur.de/wp-content/uploads/emk-sin-539x640.png\" alt=\"\" width=\"321\" height=\"590\" /></strong>\r\nAllgemeine Anforderungen:\r\n<ul>\r\n 	<li>Volumen bis zu 200 m3;</li>\r\n 	<li>Arbeitsdruck von 0,8 MPa bis 1,6 MPa;</li>\r\n 	<li>die Temperatur des gasförmigen und flüssigen Mediums von -60 Grad Celsius bis +300 Grad Celsius;</li>\r\n 	<li>die Dichte der gelagerten Flüssigkeit überschreitet 1600 kg / m3 nicht;</li>\r\n 	<li>Die Temperatur der gelagerten Flüssigkeit beträgt bei Betriebsdruck nicht mehr als 100 Grad Celsius;</li>\r\n 	<li>Gastemperatur überschreitet die Temperatur bei Betriebsdruck nicht;</li>\r\n 	<li>Die Seismizität des Einsatzbereichs des zylindrischen Tanks beträgt nicht mehr als 9 Punkte;</li>\r\n 	<li>Die Schädlichkeit der gelagerten Substanzen ist nicht höher als die zweite Gefahrenklasse.</li>\r\n</ul>\r\n&nbsp;'),
(7332, 1092, '_wp_attached_file', 'vozduh1.png'),
(7333, 1092, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:11:\"vozduh1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vozduh1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"vozduh1-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"vozduh1-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2260, 638, '_product_short_description', 'field_5c25c929f0737'),
(2261, 638, 'product_title_file1', 'Fragebogen'),
(2262, 638, '_product_title_file1', 'field_5c25c7c150a22'),
(2263, 638, 'product_file1', ''),
(2264, 638, '_product_file1', 'field_5c25c05b1ef96'),
(2265, 638, 'product_title_file2', 'Katalog'),
(2266, 638, '_product_title_file2', 'field_5c25c7d050a23'),
(2267, 638, 'product_file2', ''),
(2268, 638, '_product_file2', 'field_5c25c08b1ef97'),
(2269, 638, 'product_specifications', '<h3 style=\"text-align: left;\"><strong>Entwickelt für den Einsatz in technologischen Anlagen:</strong></h3>\r\n<ul>\r\n 	<li>chemisch</li>\r\n 	<li>petrochemisch</li>\r\n 	<li>Ölraffination</li>\r\n 	<li>Öl- und Gasindustrie.</li>\r\n</ul>\r\n<h4>Es werden drei Arten von Geräten hergestellt:</h4>\r\n<ul>\r\n 	<li>Typ 1 - horizontal für flüssige Medien;</li>\r\n 	<li>Typ 2 - vertikal für flüssige Medien;</li>\r\n 	<li>Typ 3 - vertikal für gasförmige Medien.</li>\r\n</ul>\r\nDie Gefahrenklasse des Arbeitsmediums beträgt nach GOST 12.1.007 2, 3 und 4.\r\nDie Flüssigkeit sollte eine Dichte von nicht mehr als 1000 kg / m3 haben, eine Temperatur, die den Siedepunkt bei Betriebsdruck nicht überschreitet, und eine Temperatur, bei der der Dampfdruck den Arbeitsdruck der Apparatur nicht überschreitet.\r\nEs dürfen Geräte zur drucklosen Lagerung flüssiger gasförmiger Medien verwendet werden.\r\nDie Geräte sind nicht zur Lagerung von Flüssiggasen unter Lagerbedingungen, zum Transport von flüssigen und gasförmigen Medien, zur Verwendung mit Auskleidungen, Gummierungen oder anderen Innenbeschichtungen bestimmt.\r\n\r\nGeräte können mit externen oder internen Wärmetauschern gemäß ATK 24.218.07-90 ausgestattet werden.\r\nDie Auswahl der Geräte für bestimmte Betriebsbedingungen erfolgt durch die Planungsorganisation, die das Gerät in ihren Projekten einsetzt, wobei die Anforderungen der \"Sicherheitsvorschriften für die Herstellung, Lagerung, den Transport und die Verwendung bestimmter Stoffe\" zu berücksichtigen sind.\r\n\r\n<strong>Materialausführung:</strong>\r\n<ul>\r\n 	<li>1 - das Hauptmaterial ist Stahl 09G2S-6 für den Betrieb bei Temperaturen von minus 40 ° C bis plus 200 ° C;</li>\r\n 	<li>3 - das Hauptmaterial ist Stahl 09G2S-8 für den Betrieb bei Temperaturen von minus 60 ° C bis plus 200 ° C.</li>\r\n</ul>\r\n<h3>Informationen für Kunden</h3>\r\nWenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf kapazitiver Geräte sowie Angaben <strong>zum Kauf kapazitiver Geräte</strong>;</li>\r\n 	<li>vollständige Preisliste und Preis für kapazitive Geräte;</li>\r\n 	<li>vollständige Informationen <u><i>zur Entwicklung der technischen Dokumentation für kapazitive Geräte.</i></u></li>\r\n</ul>'),
(2270, 638, '_product_specifications', 'field_5c25c0cb1ef99'),
(2271, 638, 'product_design', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commoLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerci Lorem ipsum dolor sit amet, consectetur Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commoLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exerci Lorem ipsum dolor sit amet, consect adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud <strong>exercido</strong> consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n<img class=\"alignnone size-full wp-image-465\" src=\"https://kligur.de/wp-content/uploads/prosuct1.png\" alt=\"\" width=\"320\" height=\"320\" /><img class=\"alignnone size-medium wp-image-466\" src=\"https://kligur.de/wp-content/uploads/prosuct2.png\" alt=\"\" width=\"320\" height=\"320\" /><img class=\"alignnone size-full wp-image-465\" src=\"https://kligur.de/wp-content/uploads/prosuct1.png\" alt=\"\" width=\"320\" height=\"320\" />'),
(2272, 638, '_product_design', 'field_5c25c0ff1ef9a'),
(2273, 638, 'product_features', '<ul>\r\n 	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor</li>\r\n 	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor</li>\r\n 	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor</li>\r\n 	<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor</li>\r\n 	<li>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</li>\r\n</ul>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'),
(2274, 638, '_product_features', 'field_5c25c1351ef9b'),
(2275, 638, 'product_scope', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n<img class=\"alignnone size-full wp-image-467\" src=\"https://kligur.de/wp-content/uploads/prosuct3.png\" alt=\"\" width=\"320\" height=\"320\" /><img class=\"alignnone size-full wp-image-467\" src=\"https://kligur.de/wp-content/uploads/prosuct3.png\" alt=\"\" width=\"320\" height=\"320\" />\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'),
(2276, 638, '_product_scope', 'field_5c25c1701ef9c'),
(2277, 638, 'product_features_of_operation', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\nhttps://youtu.be/ByO3XBCQwmY\r\n\r\nExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.'),
(2278, 638, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2279, 638, 'sp_title', 'Empfohlen'),
(2280, 638, '_sp_title', 'field_5c260d8529c84'),
(2281, 638, 'sp_title_button', 'Weitere Details>'),
(2282, 638, '_sp_title_button', 'field_5c260d9729c85'),
(2283, 638, 'sp_title1', 'Luftkühler'),
(2284, 638, '_sp_title1', 'field_5c260dab29c86'),
(2285, 638, 'sp_text1', ''),
(2286, 638, '_sp_text1', 'field_5c260db329c87'),
(2287, 638, 'sp_img1', '1001'),
(2288, 638, '_sp_img1', 'field_5c260dbc29c88'),
(2289, 638, 'sp_url1', ''),
(2290, 638, '_sp_url1', 'field_5c260dcd29c89'),
(2291, 638, 'sp_title2', 'Shell-tube-wärmetauscher'),
(7240, 1076, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:620;s:4:\"file\";s:15:\"new-year-de.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-year-de-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"new-year-de-640x207.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"new-year-de-768x248.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"new-year-de-1280x413.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"new-year-de-624x202.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:24:\"new-year-de-1320x426.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2292, 638, '_sp_title2', 'field_5c260ddfa23af'),
(2293, 638, 'sp_text2', ''),
(2294, 638, '_sp_text2', 'field_5c260df2a23b2'),
(2295, 638, 'sp_img2', '904'),
(2296, 638, '_sp_img2', 'field_5c260e03a23b5'),
(2297, 638, 'sp_url2', ''),
(7239, 1076, '_wp_attached_file', 'new-year-de.jpg'),
(2298, 638, '_sp_url2', 'field_5c260e1ba23b8'),
(2299, 638, 'sp_title3', 'Geschweisster wärmetauscher mit demontierbarem gehäuse'),
(2300, 638, '_sp_title3', 'field_5c260de7a23b0'),
(2301, 638, 'sp_text3', ''),
(2302, 638, '_sp_text3', 'field_5c260df7a23b3'),
(2303, 638, 'sp_img3', '817'),
(2304, 638, '_sp_img3', 'field_5c260e0aa23b6'),
(2305, 638, 'sp_url3', ''),
(2306, 638, '_sp_url3', 'field_5c260e22a23b9'),
(2307, 638, 'sp_title4', 'Luftsammler'),
(2308, 638, '_sp_title4', 'field_5c260deba23b1'),
(2309, 638, 'sp_text4', ''),
(2310, 638, '_sp_text4', 'field_5c260dfca23b4'),
(2311, 638, 'sp_img4', '885'),
(2312, 638, '_sp_img4', 'field_5c260e0ea23b7'),
(2313, 638, 'sp_url4', ''),
(7238, 638, '_yoast_wpseo_content_score', '30'),
(2314, 638, '_sp_url4', 'field_5c260e27a23ba'),
(2315, 638, 'product_excerpt', 'Eine zylindrische kapazitive Stahlvorrichtung ist ein Behälter, der in verschiedenen Industrien verwendet wird, in denen Flüssigkeiten und Gase gespeichert sind.'),
(2316, 638, '_product_excerpt', 'field_5c35aa337a54a'),
(2317, 639, '_thumbnail_id', '886'),
(2318, 639, 'product_excerpt', ''),
(2319, 639, '_product_excerpt', 'field_5c35aa337a54a'),
(2320, 639, 'product_gallery1', ''),
(2321, 639, '_product_gallery1', 'field_5c25c1ddf6059'),
(2322, 639, 'product_gallery2', ''),
(2323, 639, '_product_gallery2', 'field_5c25c1f7f605a'),
(2324, 639, 'product_gallery3', ''),
(2325, 639, '_product_gallery3', 'field_5c25c1fcf605b'),
(2326, 639, 'product_short_description', ''),
(2327, 639, '_product_short_description', 'field_5c25c929f0737'),
(2328, 639, 'product_title_file1', ''),
(2329, 639, '_product_title_file1', 'field_5c25c7c150a22'),
(2330, 639, 'product_file1', ''),
(2331, 639, '_product_file1', 'field_5c25c05b1ef96'),
(2332, 639, 'product_title_file2', ''),
(2333, 639, '_product_title_file2', 'field_5c25c7d050a23'),
(2334, 639, 'product_file2', ''),
(2335, 639, '_product_file2', 'field_5c25c08b1ef97'),
(2336, 639, 'product_specifications', ''),
(2337, 639, '_product_specifications', 'field_5c25c0cb1ef99'),
(2338, 639, 'product_design', ''),
(2339, 639, '_product_design', 'field_5c25c0ff1ef9a'),
(2340, 639, 'product_features', ''),
(2341, 639, '_product_features', 'field_5c25c1351ef9b'),
(2342, 639, 'product_scope', ''),
(2343, 639, '_product_scope', 'field_5c25c1701ef9c'),
(2344, 639, 'product_features_of_operation', ''),
(2345, 639, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2346, 639, 'sp_title', ''),
(2347, 639, '_sp_title', 'field_5c260d8529c84'),
(2348, 639, 'sp_title_button', ''),
(2349, 639, '_sp_title_button', 'field_5c260d9729c85'),
(2350, 639, 'sp_title1', ''),
(2351, 639, '_sp_title1', 'field_5c260dab29c86'),
(2352, 639, 'sp_text1', ''),
(2353, 639, '_sp_text1', 'field_5c260db329c87'),
(2354, 639, 'sp_img1', ''),
(2355, 639, '_sp_img1', 'field_5c260dbc29c88'),
(2356, 639, 'sp_url1', ''),
(2357, 639, '_sp_url1', 'field_5c260dcd29c89'),
(2358, 639, 'sp_title2', ''),
(2359, 639, '_sp_title2', 'field_5c260ddfa23af'),
(2360, 639, 'sp_text2', ''),
(2361, 639, '_sp_text2', 'field_5c260df2a23b2'),
(2362, 639, 'sp_img2', ''),
(2363, 639, '_sp_img2', 'field_5c260e03a23b5'),
(2364, 639, 'sp_url2', ''),
(2365, 639, '_sp_url2', 'field_5c260e1ba23b8'),
(2366, 639, 'sp_title3', ''),
(2367, 639, '_sp_title3', 'field_5c260de7a23b0'),
(2368, 639, 'sp_text3', ''),
(2369, 639, '_sp_text3', 'field_5c260df7a23b3'),
(2370, 639, 'sp_img3', ''),
(2371, 639, '_sp_img3', 'field_5c260e0aa23b6'),
(2372, 639, 'sp_url3', ''),
(2373, 639, '_sp_url3', 'field_5c260e22a23b9'),
(2374, 639, 'sp_title4', ''),
(2375, 639, '_sp_title4', 'field_5c260deba23b1'),
(2376, 639, 'sp_text4', ''),
(2377, 639, '_sp_text4', 'field_5c260dfca23b4'),
(2378, 639, 'sp_img4', ''),
(2379, 639, '_sp_img4', 'field_5c260e0ea23b7'),
(2380, 639, 'sp_url4', ''),
(2381, 639, '_sp_url4', 'field_5c260e27a23ba'),
(2382, 641, '_thumbnail_id', '885'),
(2383, 641, 'product_excerpt', ''),
(2384, 641, '_product_excerpt', 'field_5c35aa337a54a'),
(2385, 641, 'product_gallery1', ''),
(2386, 641, '_product_gallery1', 'field_5c25c1ddf6059'),
(2387, 641, 'product_gallery2', ''),
(2388, 641, '_product_gallery2', 'field_5c25c1f7f605a'),
(2389, 641, 'product_gallery3', ''),
(2390, 641, '_product_gallery3', 'field_5c25c1fcf605b'),
(2391, 641, 'product_short_description', ''),
(2392, 641, '_product_short_description', 'field_5c25c929f0737'),
(2393, 641, 'product_title_file1', ''),
(2394, 641, '_product_title_file1', 'field_5c25c7c150a22'),
(2395, 641, 'product_file1', ''),
(2396, 641, '_product_file1', 'field_5c25c05b1ef96'),
(2397, 641, 'product_title_file2', ''),
(2398, 641, '_product_title_file2', 'field_5c25c7d050a23'),
(2399, 641, 'product_file2', ''),
(2400, 641, '_product_file2', 'field_5c25c08b1ef97'),
(2401, 641, 'product_specifications', ''),
(2402, 641, '_product_specifications', 'field_5c25c0cb1ef99'),
(2403, 641, 'product_design', ''),
(2404, 641, '_product_design', 'field_5c25c0ff1ef9a'),
(2405, 641, 'product_features', ''),
(2406, 641, '_product_features', 'field_5c25c1351ef9b'),
(2407, 641, 'product_scope', ''),
(2408, 641, '_product_scope', 'field_5c25c1701ef9c'),
(2409, 641, 'product_features_of_operation', ''),
(2410, 641, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2411, 641, 'sp_title', ''),
(2412, 641, '_sp_title', 'field_5c260d8529c84'),
(2413, 641, 'sp_title_button', ''),
(2414, 641, '_sp_title_button', 'field_5c260d9729c85'),
(2415, 641, 'sp_title1', ''),
(2416, 641, '_sp_title1', 'field_5c260dab29c86'),
(2417, 641, 'sp_text1', ''),
(2418, 641, '_sp_text1', 'field_5c260db329c87'),
(2419, 641, 'sp_img1', ''),
(2420, 641, '_sp_img1', 'field_5c260dbc29c88'),
(2421, 641, 'sp_url1', ''),
(2422, 641, '_sp_url1', 'field_5c260dcd29c89'),
(2423, 641, 'sp_title2', ''),
(2424, 641, '_sp_title2', 'field_5c260ddfa23af'),
(2425, 641, 'sp_text2', ''),
(2426, 641, '_sp_text2', 'field_5c260df2a23b2'),
(2427, 641, 'sp_img2', ''),
(2428, 641, '_sp_img2', 'field_5c260e03a23b5'),
(2429, 641, 'sp_url2', ''),
(2430, 641, '_sp_url2', 'field_5c260e1ba23b8'),
(2431, 641, 'sp_title3', ''),
(2432, 641, '_sp_title3', 'field_5c260de7a23b0'),
(2433, 641, 'sp_text3', ''),
(2434, 641, '_sp_text3', 'field_5c260df7a23b3'),
(2435, 641, 'sp_img3', ''),
(2436, 641, '_sp_img3', 'field_5c260e0aa23b6'),
(2437, 641, 'sp_url3', ''),
(2438, 641, '_sp_url3', 'field_5c260e22a23b9'),
(2439, 641, 'sp_title4', ''),
(2440, 641, '_sp_title4', 'field_5c260deba23b1'),
(2441, 641, 'sp_text4', ''),
(2442, 641, '_sp_text4', 'field_5c260dfca23b4'),
(2443, 641, 'sp_img4', ''),
(2444, 641, '_sp_img4', 'field_5c260e0ea23b7'),
(2445, 641, 'sp_url4', ''),
(2446, 641, '_sp_url4', 'field_5c260e27a23ba'),
(2447, 640, '_thumbnail_id', '887'),
(2448, 640, 'product_excerpt', ''),
(2449, 640, '_product_excerpt', 'field_5c35aa337a54a'),
(2450, 640, 'product_gallery1', ''),
(2451, 640, '_product_gallery1', 'field_5c25c1ddf6059'),
(2452, 640, 'product_gallery2', ''),
(2453, 640, '_product_gallery2', 'field_5c25c1f7f605a'),
(2454, 640, 'product_gallery3', ''),
(2455, 640, '_product_gallery3', 'field_5c25c1fcf605b'),
(2456, 640, 'product_short_description', ''),
(2457, 640, '_product_short_description', 'field_5c25c929f0737'),
(2458, 640, 'product_title_file1', ''),
(2459, 640, '_product_title_file1', 'field_5c25c7c150a22'),
(2460, 640, 'product_file1', ''),
(2461, 640, '_product_file1', 'field_5c25c05b1ef96'),
(2462, 640, 'product_title_file2', ''),
(2463, 640, '_product_title_file2', 'field_5c25c7d050a23'),
(2464, 640, 'product_file2', ''),
(2465, 640, '_product_file2', 'field_5c25c08b1ef97'),
(2466, 640, 'product_specifications', ''),
(2467, 640, '_product_specifications', 'field_5c25c0cb1ef99'),
(2468, 640, 'product_design', ''),
(2469, 640, '_product_design', 'field_5c25c0ff1ef9a'),
(2470, 640, 'product_features', ''),
(2471, 640, '_product_features', 'field_5c25c1351ef9b'),
(2472, 640, 'product_scope', ''),
(2473, 640, '_product_scope', 'field_5c25c1701ef9c'),
(2474, 640, 'product_features_of_operation', ''),
(2475, 640, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2476, 640, 'sp_title', ''),
(2477, 640, '_sp_title', 'field_5c260d8529c84'),
(2478, 640, 'sp_title_button', ''),
(2479, 640, '_sp_title_button', 'field_5c260d9729c85'),
(2480, 640, 'sp_title1', ''),
(2481, 640, '_sp_title1', 'field_5c260dab29c86'),
(2482, 640, 'sp_text1', ''),
(2483, 640, '_sp_text1', 'field_5c260db329c87'),
(2484, 640, 'sp_img1', ''),
(2485, 640, '_sp_img1', 'field_5c260dbc29c88'),
(2486, 640, 'sp_url1', ''),
(2487, 640, '_sp_url1', 'field_5c260dcd29c89'),
(2488, 640, 'sp_title2', ''),
(2489, 640, '_sp_title2', 'field_5c260ddfa23af'),
(2490, 640, 'sp_text2', ''),
(2491, 640, '_sp_text2', 'field_5c260df2a23b2'),
(2492, 640, 'sp_img2', ''),
(2493, 640, '_sp_img2', 'field_5c260e03a23b5'),
(2494, 640, 'sp_url2', ''),
(2495, 640, '_sp_url2', 'field_5c260e1ba23b8'),
(2496, 640, 'sp_title3', ''),
(2497, 640, '_sp_title3', 'field_5c260de7a23b0'),
(2498, 640, 'sp_text3', ''),
(2499, 640, '_sp_text3', 'field_5c260df7a23b3'),
(2500, 640, 'sp_img3', ''),
(2501, 640, '_sp_img3', 'field_5c260e0aa23b6'),
(2502, 640, 'sp_url3', ''),
(2503, 640, '_sp_url3', 'field_5c260e22a23b9'),
(2504, 640, 'sp_title4', ''),
(2505, 640, '_sp_title4', 'field_5c260deba23b1'),
(2506, 640, 'sp_text4', ''),
(2507, 640, '_sp_text4', 'field_5c260dfca23b4'),
(2508, 640, 'sp_img4', ''),
(2509, 640, '_sp_img4', 'field_5c260e0ea23b7'),
(2510, 640, 'sp_url4', ''),
(2511, 640, '_sp_url4', 'field_5c260e27a23ba'),
(2512, 642, '_thumbnail_id', '886'),
(2513, 642, 'product_excerpt', ''),
(2514, 642, '_product_excerpt', 'field_5c35aa337a54a'),
(2515, 642, 'product_gallery1', ''),
(2516, 642, '_product_gallery1', 'field_5c25c1ddf6059'),
(2517, 642, 'product_gallery2', ''),
(2518, 642, '_product_gallery2', 'field_5c25c1f7f605a'),
(2519, 642, 'product_gallery3', ''),
(2520, 642, '_product_gallery3', 'field_5c25c1fcf605b'),
(2521, 642, 'product_short_description', ''),
(2522, 642, '_product_short_description', 'field_5c25c929f0737'),
(2523, 642, 'product_title_file1', ''),
(2524, 642, '_product_title_file1', 'field_5c25c7c150a22'),
(2525, 642, 'product_file1', ''),
(2526, 642, '_product_file1', 'field_5c25c05b1ef96'),
(2527, 642, 'product_title_file2', ''),
(2528, 642, '_product_title_file2', 'field_5c25c7d050a23'),
(2529, 642, 'product_file2', ''),
(2530, 642, '_product_file2', 'field_5c25c08b1ef97'),
(2531, 642, 'product_specifications', ''),
(2532, 642, '_product_specifications', 'field_5c25c0cb1ef99'),
(2533, 642, 'product_design', ''),
(2534, 642, '_product_design', 'field_5c25c0ff1ef9a'),
(2535, 642, 'product_features', ''),
(2536, 642, '_product_features', 'field_5c25c1351ef9b'),
(2537, 642, 'product_scope', ''),
(2538, 642, '_product_scope', 'field_5c25c1701ef9c'),
(2539, 642, 'product_features_of_operation', ''),
(2540, 642, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2541, 642, 'sp_title', ''),
(2542, 642, '_sp_title', 'field_5c260d8529c84'),
(2543, 642, 'sp_title_button', ''),
(2544, 642, '_sp_title_button', 'field_5c260d9729c85'),
(2545, 642, 'sp_title1', ''),
(2546, 642, '_sp_title1', 'field_5c260dab29c86'),
(2547, 642, 'sp_text1', ''),
(2548, 642, '_sp_text1', 'field_5c260db329c87'),
(2549, 642, 'sp_img1', ''),
(2550, 642, '_sp_img1', 'field_5c260dbc29c88'),
(2551, 642, 'sp_url1', ''),
(2552, 642, '_sp_url1', 'field_5c260dcd29c89'),
(2553, 642, 'sp_title2', ''),
(2554, 642, '_sp_title2', 'field_5c260ddfa23af'),
(2555, 642, 'sp_text2', ''),
(2556, 642, '_sp_text2', 'field_5c260df2a23b2'),
(2557, 642, 'sp_img2', ''),
(2558, 642, '_sp_img2', 'field_5c260e03a23b5'),
(2559, 642, 'sp_url2', ''),
(2560, 642, '_sp_url2', 'field_5c260e1ba23b8'),
(2561, 642, 'sp_title3', ''),
(2562, 642, '_sp_title3', 'field_5c260de7a23b0'),
(2563, 642, 'sp_text3', ''),
(2564, 642, '_sp_text3', 'field_5c260df7a23b3'),
(2565, 642, 'sp_img3', ''),
(2566, 642, '_sp_img3', 'field_5c260e0aa23b6'),
(2567, 642, 'sp_url3', ''),
(2568, 642, '_sp_url3', 'field_5c260e22a23b9'),
(2569, 642, 'sp_title4', ''),
(2570, 642, '_sp_title4', 'field_5c260deba23b1'),
(2571, 642, 'sp_text4', ''),
(2572, 642, '_sp_text4', 'field_5c260dfca23b4'),
(2573, 642, 'sp_img4', ''),
(2574, 642, '_sp_img4', 'field_5c260e0ea23b7'),
(2575, 642, 'sp_url4', ''),
(2576, 642, '_sp_url4', 'field_5c260e27a23ba'),
(2577, 643, '_thumbnail_id', '815'),
(2578, 643, 'product_excerpt', 'Ein Luftsammler ist ein Behälter aus Metall, der zum Sammeln und Speichern von Druckluft erforderlich ist.'),
(2579, 643, '_product_excerpt', 'field_5c35aa337a54a'),
(2580, 643, 'product_gallery1', '1092'),
(2581, 643, '_product_gallery1', 'field_5c25c1ddf6059'),
(2582, 643, 'product_gallery2', '1093'),
(2583, 643, '_product_gallery2', 'field_5c25c1f7f605a'),
(2584, 643, 'product_gallery3', '1094'),
(2585, 643, '_product_gallery3', 'field_5c25c1fcf605b'),
(2586, 643, 'product_short_description', '<p style=\"text-align: justify;\"><img class=\"alignleft wp-image-815 \" src=\"https://kligur.de/wp-content/uploads/sep-grey-539x640.jpg\" alt=\"\" width=\"208\" height=\"533\" />\r\n<strong>Ein Luftsammler (Luftbehälter, Gasbehälter)</strong> ist ein Behälter aus Metall, der zum Sammeln und Speichern von Druckluft erforderlich ist. In Absprache mit dem Hersteller kann der Tank zur Lagerung anderer nicht inerter Gase verwendet werden.\r\nDer Hauptzweck des Gasbehälters besteht darin, die auftretenden Pulsationen der Luftmasse während ihrer Zufuhr aus dem Kompressor sowie die Ansammlung von Arbeitsgas mit konstantem Druck im Tank selbst auszugleichen.</p>\r\n<p style=\"text-align: justify;\"><em>Der Hauptunterschied zwischen</em> einem horizontalen / vertikalen Luftkollektor und einem Luftbehälter besteht darin, dass die Luftkollektoren Luft- und Luftgemische und Gasbehälter Stickstoff, Wasserstoff, Sauerstoff, Argon und verschiedene Gasgemische speichern.</p>\r\n<p style=\"text-align: justify;\"><strong>Das Grundmetall für die Herstellung</strong> von Luftkollektoren ist niedriglegierter und Kohlenstoffstahl.</p>'),
(7409, 1113, '_menu_item_xfn', ''),
(7410, 1113, '_menu_item_url', '#'),
(2587, 643, '_product_short_description', 'field_5c25c929f0737'),
(2588, 643, 'product_title_file1', 'Katalog'),
(2589, 643, '_product_title_file1', 'field_5c25c7c150a22'),
(2590, 643, 'product_file1', ''),
(2591, 643, '_product_file1', 'field_5c25c05b1ef96'),
(2592, 643, 'product_title_file2', 'Fragebogen'),
(2593, 643, '_product_title_file2', 'field_5c25c7d050a23'),
(2594, 643, 'product_file2', ''),
(2595, 643, '_product_file2', 'field_5c25c08b1ef97'),
(2596, 643, 'product_specifications', '<h2>Anwendungsgebiete</h2>\r\n<p style=\"text-align: justify;\"><strong>Der Luftbehälter</strong> ist in der Industrie weit verbreitet, es ist schwierig, eine Richtung zu finden, in die die Luftsammler nicht involviert wären.</p>\r\n<p style=\"text-align: justify;\"><em><strong>Die Hauptanwendungsgebiete des Luftkollektors umfassen:</strong></em></p>\r\n\r\n<ul>\r\n 	<li style=\"text-align: justify;\">Metallurgie;</li>\r\n 	<li style=\"text-align: justify;\">Gas;</li>\r\n 	<li style=\"text-align: justify;\">pharmazeutische;</li>\r\n 	<li style=\"text-align: justify;\">Ölraffination;</li>\r\n 	<li style=\"text-align: justify;\">Lebensmittel- und andere Industriezweige.</li>\r\n</ul>\r\n<h2>Technische Parameter des Luftbehälters</h2>\r\n<p style=\"text-align: justify;\">Der vertikale Luftsammler (Luftbehälter) ist nach <strong>TU 3615-001-24009276-2015</strong> gefertigt.</p>\r\n<p style=\"text-align: justify;\">Die technischen Eigenschaften und der Preis des Luftsammlers oder Gasbehälters hängen weitgehend vom Gerätetyp und seinem Hersteller ab.</p>\r\n<p style=\"text-align: justify;\">In den Luftsammlern befinden sich nur elliptische Böden. Dies ist eine Besonderheit des Empfängers als unter Druck arbeitendes Gerät für Tanks, die einen flachen Boden haben können, wenn sie zur drucklosen Speicherung des Mediums dienen (der Betriebsdruck beträgt nicht mehr als 0,07 MPa oder zum Laden).</p>\r\n<p style=\"text-align: justify;\"><strong>Je nach Platzierungsmethode des Aufbaus und des Luftversorgungssystems sind die Empfänger außerdem:</strong></p>\r\n\r\n<ul>\r\n 	<li style=\"text-align: justify;\">horizontal</li>\r\n 	<li style=\"text-align: justify;\">vertikal</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Die Wahl der Installationsmethode hängt vom Rohrleitungssystem, von der Benutzerfreundlichkeit des Luftbehälters und seiner rationellen Befestigung ab. Empfänger müssen am höchsten Punkt des Systems befestigt werden. Es wird angenommen, dass die vertikale Version die praktischste in Betrieb und Wartung ist, sie ist bequemer, da sie weniger Fläche als ihr horizontales Gegenstück einnimmt. Horizontale Luftkollektoren haben ein geringes Volumen und sind zusätzlich mit Luftentfeuchtern und Kompressoren ausgestattet. Hersteller bieten Receiver mit unterschiedlichen Parametern an, wobei der Hauptteil das Nennvolumen ist.</p>\r\n<p style=\"text-align: justify;\"><em>Der Betriebsdruck der Vorrichtung variiert von 0,8 bis 4,0 MPa.</em></p>'),
(7366, 643, '_yoast_wpseo_content_score', '30'),
(7406, 1113, '_menu_item_object', 'custom'),
(7407, 1113, '_menu_item_target', ''),
(7408, 1113, '_menu_item_classes', 'a:1:{i:0;s:5:\"backs\";}'),
(2597, 643, '_product_specifications', 'field_5c25c0cb1ef99'),
(2598, 643, 'product_design', ''),
(2599, 643, '_product_design', 'field_5c25c0ff1ef9a'),
(2600, 643, 'product_features', ''),
(2601, 643, '_product_features', 'field_5c25c1351ef9b'),
(2602, 643, 'product_scope', ''),
(2603, 643, '_product_scope', 'field_5c25c1701ef9c'),
(2604, 643, 'product_features_of_operation', ''),
(2605, 643, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2606, 643, 'sp_title', 'Empfohlen'),
(2607, 643, '_sp_title', 'field_5c260d8529c84'),
(2608, 643, 'sp_title_button', 'Weitere Details>'),
(2609, 643, '_sp_title_button', 'field_5c260d9729c85'),
(2610, 643, 'sp_title1', 'Luftkühler'),
(2611, 643, '_sp_title1', 'field_5c260dab29c86'),
(2612, 643, 'sp_text1', ''),
(2613, 643, '_sp_text1', 'field_5c260db329c87'),
(2614, 643, 'sp_img1', '804'),
(2615, 643, '_sp_img1', 'field_5c260dbc29c88'),
(2616, 643, 'sp_url1', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(2617, 643, '_sp_url1', 'field_5c260dcd29c89'),
(2618, 643, 'sp_title2', 'Shell-tube-wärmetauscher'),
(2619, 643, '_sp_title2', 'field_5c260ddfa23af'),
(2620, 643, 'sp_text2', ''),
(2621, 643, '_sp_text2', 'field_5c260df2a23b2'),
(2622, 643, 'sp_img2', '904'),
(2623, 643, '_sp_img2', 'field_5c260e03a23b5'),
(2624, 643, 'sp_url2', 'https://kligur.de/trubnyje-teploobmenniki/kozhuhotrubchatyj-apparat/'),
(2625, 643, '_sp_url2', 'field_5c260e1ba23b8'),
(2626, 643, 'sp_title3', 'Öl- und Gasabscheider'),
(2627, 643, '_sp_title3', 'field_5c260de7a23b0'),
(2628, 643, 'sp_text3', ''),
(2629, 643, '_sp_text3', 'field_5c260df7a23b3'),
(2630, 643, 'sp_img3', '962'),
(2631, 643, '_sp_img3', 'field_5c260e0aa23b6'),
(2632, 643, 'sp_url3', 'https://kligur.de/separatory/separator-neftegazovyj/'),
(2633, 643, '_sp_url3', 'field_5c260e22a23b9'),
(2634, 643, 'sp_title4', 'Behältertechnik '),
(2635, 643, '_sp_title4', 'field_5c260deba23b1'),
(2636, 643, 'sp_text4', ''),
(2637, 643, '_sp_text4', 'field_5c260dfca23b4'),
(2638, 643, 'sp_img4', '885'),
(2639, 643, '_sp_img4', 'field_5c260e0ea23b7'),
(2640, 643, 'sp_url4', 'https://kligur.de/behaltertechnik/kapazitive-zylindrische-gerate-fur-gasformige-und-flussige-medien/'),
(2641, 643, '_sp_url4', 'field_5c260e27a23ba'),
(2642, 638, '_oembed_dbc9089c12f25e794c5efde8a884f678', '<iframe width=\"713\" height=\"401\" src=\"https://www.youtube.com/embed/ByO3XBCQwmY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2643, 638, '_oembed_time_dbc9089c12f25e794c5efde8a884f678', '1547022520'),
(3676, 638, 'product_gallery4', '946'),
(4236, 891, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"sek1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sek1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sek1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sek1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2644, 638, '_oembed_17c1921630c702deaad89794d95cf765', '<iframe width=\"717\" height=\"403\" src=\"https://www.youtube.com/embed/ByO3XBCQwmY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2645, 638, '_oembed_time_17c1921630c702deaad89794d95cf765', '1547022615'),
(2646, 638, '_oembed_e5f4081bb2bd00f595028e4dd8831829', '<iframe width=\"720\" height=\"405\" src=\"https://www.youtube.com/embed/ByO3XBCQwmY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2647, 638, '_oembed_time_e5f4081bb2bd00f595028e4dd8831829', '1547022624'),
(2651, 706, '_wp_attached_file', 'banner-01.webp'),
(2652, 707, '_wp_attached_file', 'banner-02.webp'),
(2653, 708, '_edit_lock', '1547039586:1'),
(2654, 708, '_edit_last', '1'),
(2655, 621, '_thumbnail_id', '1021'),
(2656, 621, 'qp_short_description', 'Die Kligur GmbH hat ein Qualitätsmanagementsystem eingeführt und wendet es erfolgreich in Bezug auf die Umsetzung der Konstruktion, Produktion, den Verkauf, die Installation und die Wartung von Industrieanlagen gemäß den Anforderungen der ISO 9001-2015 (ISO 9001: 2017) an. Alle gelieferten Geräte werden gemäß der Richtlinie 2014/68 / EU (PED) hergestellt.\r\n\r\nHohe Ausrüstungszuverlässigkeit und exzellente Servicequalität sind die Prioritäten unserer Arbeit.\r\n\r\nDie Qualitätspolitik des Unternehmens zielt darauf ab, eine echte Chance zu schaffen, die wachsenden Bedürfnisse der Kunden zu befriedigen, erfolgreich auf dem Markt für Wärmeaustauschgeräte zu bestehen, Arbeitsstabilität zu gewährleisten und die Gewinne zu steigern.'),
(7412, 621, '_yoast_wpseo_content_score', '30'),
(7413, 650, '_yoast_wpseo_content_score', '30'),
(7414, 1116, '_wp_attached_file', 'Screenshot_1-2.png'),
(7415, 1116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1044;s:6:\"height\";i:524;s:4:\"file\";s:18:\"Screenshot_1-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-2-640x321.png\";s:5:\"width\";i:640;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-2-768x385.png\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-2-624x313.png\";s:5:\"width\";i:624;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2657, 621, '_qp_short_description', 'field_5c35f2b82e69e'),
(2658, 621, 'qp_title_file1', ''),
(2659, 621, '_qp_title_file1', 'field_5c35f2b82e6d9'),
(2660, 621, 'qp_file1', ''),
(2661, 621, '_qp_file1', 'field_5c35f2b82e711'),
(2662, 621, 'qp_title_file2', ''),
(2663, 621, '_qp_title_file2', 'field_5c35f2b82e749'),
(2664, 621, 'qp_file2', ''),
(2665, 621, '_qp_file2', 'field_5c35f2b82e781'),
(2666, 621, 'qp_title_file3', ''),
(2667, 621, '_qp_title_file3', 'field_5c35f2b82e7b9'),
(2668, 621, 'qp_file3', ''),
(2669, 621, '_qp_file3', 'field_5c35f2b82e7f1'),
(3392, 788, 'product_gallery5', ''),
(3393, 788, '_product_gallery5', 'field_5c3f23ec75b87'),
(3394, 788, 'product_gallery6', ''),
(3395, 788, '_product_gallery6', 'field_5c3f23f375b88'),
(3396, 788, 'product_gallery7', ''),
(3397, 788, '_product_gallery7', 'field_5c3f23f975b89'),
(3398, 788, 'product_gallery8', ''),
(3399, 788, '_product_gallery8', 'field_5c3f240c75b8a'),
(3400, 788, 'product_gallery9', ''),
(3401, 788, '_product_gallery9', 'field_5c3f241175b8b'),
(3402, 788, 'product_gallery10', ''),
(3403, 788, '_product_gallery10', 'field_5c3f241775b8c'),
(3330, 804, '_wp_attached_file', 'avo-sm.jpg'),
(3331, 804, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:10:\"avo-sm.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"avo-sm-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"avo-sm-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"avo-sm-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3332, 805, '_wp_attached_file', 'biol.jpg'),
(3333, 805, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:8:\"biol.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"biol-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"biol-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"biol-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3334, 806, '_wp_attached_file', 'chem.jpg'),
(3335, 806, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:8:\"chem.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"chem-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"chem-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"chem-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3336, 807, '_wp_attached_file', 'emk-grey.jpg'),
(3337, 807, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:12:\"emk-grey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"emk-grey-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"emk-grey-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"emk-grey-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3338, 808, '_wp_attached_file', 'energy.jpg'),
(3339, 808, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:10:\"energy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"energy-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"energy-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"energy-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3340, 809, '_wp_attached_file', 'gasket.jpg'),
(3341, 809, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:10:\"gasket.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gasket-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"gasket-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"gasket-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3342, 810, '_wp_attached_file', 'indust.jpg'),
(3343, 810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:10:\"indust.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"indust-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"indust-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"indust-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3344, 811, '_wp_attached_file', 'metal.jpg'),
(3345, 811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:9:\"metal.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"metal-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"metal-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"metal-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3346, 812, '_wp_attached_file', 'oil.jpg'),
(3347, 812, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:7:\"oil.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"oil-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"oil-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"oil-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3348, 813, '_wp_attached_file', 'ref.jpg'),
(3349, 813, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:7:\"ref.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ref-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ref-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"ref-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3350, 814, '_wp_attached_file', 'refeniry.jpg'),
(3351, 814, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:12:\"refeniry.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"refeniry-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"refeniry-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"refeniry-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3352, 815, '_wp_attached_file', 'sep-grey.jpg'),
(3353, 815, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:12:\"sep-grey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sep-grey-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"sep-grey-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"sep-grey-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3354, 816, '_wp_attached_file', 'tube-grey.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3355, 816, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:13:\"tube-grey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tube-grey-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tube-grey-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"tube-grey-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3356, 817, '_wp_attached_file', 'weld.jpg'),
(3357, 817, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:8:\"weld.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"weld-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"weld-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"weld-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3362, 820, '_wp_attached_file', 'fullyweld.jpg'),
(3363, 820, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:13:\"fullyweld.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fullyweld-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"fullyweld-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"fullyweld-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3562, 869, '_wp_attached_file', 'paket-e1548424468390.png'),
(3563, 869, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:979;s:6:\"height\";i:414;s:4:\"file\";s:24:\"paket-e1548424468390.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"paket-e1548424468390-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"paket-e1548424468390-640x271.png\";s:5:\"width\";i:640;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"paket-e1548424468390-768x325.png\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"paket-e1548424468390-624x264.png\";s:5:\"width\";i:624;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3430, 785, '_product_gallery7', 'field_5c3f23f975b89'),
(3431, 785, 'product_gallery8', ''),
(3432, 785, '_product_gallery8', 'field_5c3f240c75b8a'),
(3433, 785, 'product_gallery9', ''),
(3434, 785, '_product_gallery9', 'field_5c3f241175b8b'),
(3435, 785, 'product_gallery10', ''),
(3436, 785, '_product_gallery10', 'field_5c3f241775b8c'),
(3578, 877, '_wp_attached_file', 'v-tekst-1.png'),
(3576, 876, '_wp_attached_file', 'goriz.png'),
(3577, 876, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"goriz.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"goriz-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"goriz-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"goriz-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3422, 785, '_thumbnail_id', '804'),
(3423, 785, 'product_gallery4', '846'),
(3424, 785, '_product_gallery4', 'field_5c3c93fd50f82'),
(3425, 785, 'product_gallery5', ''),
(3426, 785, '_product_gallery5', 'field_5c3f23ec75b87'),
(3427, 785, 'product_gallery6', ''),
(3428, 785, '_product_gallery6', 'field_5c3f23f375b88'),
(3429, 785, 'product_gallery7', ''),
(3378, 828, '_wp_attached_file', 'Screenshot_1-1.png'),
(3379, 828, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1214;s:6:\"height\";i:534;s:4:\"file\";s:18:\"Screenshot_1-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-1-640x282.png\";s:5:\"width\";i:640;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-1-768x338.png\";s:5:\"width\";i:768;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Screenshot_1-1-624x274.png\";s:5:\"width\";i:624;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3380, 651, '_thumbnail_id', '817'),
(3381, 788, '_thumbnail_id', '820'),
(3571, 873, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"close.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"close-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"close-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"close-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3579, 877, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:638;s:6:\"height\";i:420;s:4:\"file\";s:13:\"v-tekst-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-1-624x411.png\";s:5:\"width\";i:624;s:6:\"height\";i:411;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3574, 875, '_wp_attached_file', 'open.png'),
(3575, 875, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"open.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"open-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"open-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"open-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3410, 651, 'product_gallery8', ''),
(3411, 651, '_product_gallery8', 'field_5c3f240c75b8a'),
(3412, 651, 'product_gallery9', ''),
(3413, 651, '_product_gallery9', 'field_5c3f241175b8b'),
(3414, 651, 'product_gallery10', ''),
(3415, 651, '_product_gallery10', 'field_5c3f241775b8c'),
(6501, 1001, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:360;s:4:\"file\";s:8:\"web4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"web4-220x320.png\";s:5:\"width\";i:220;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2812, 785, '_edit_lock', '1572336966:1'),
(2813, 785, '_edit_last', '1'),
(6502, 1002, '_wp_attached_file', 'banner-2.jpg'),
(6503, 1002, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:620;s:4:\"file\";s:12:\"banner-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-2-640x207.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-2-768x248.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1280x413.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-624x202.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:21:\"banner-2-1320x426.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2720, 744, '_wp_attached_file', 'banner-4.jpg'),
(2721, 744, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:620;s:4:\"file\";s:12:\"banner-4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-4-640x207.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-4-768x248.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1280x413.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-624x202.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:21:\"banner-4-1320x426.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2722, 745, '_wp_attached_file', 'banner-5.jpg'),
(2723, 745, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:620;s:4:\"file\";s:12:\"banner-5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-5-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-5-640x207.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-5-768x248.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-5-1280x413.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-5-624x202.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:21:\"banner-5-1320x426.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4600, 911, '_wp_attached_file', 'promuvka-1.jpg'),
(4601, 911, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:550;s:4:\"file\";s:14:\"promuvka-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"promuvka-1-640x550.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-1-624x536.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4602, 912, '_wp_attached_file', 'promuvka-2.jpg'),
(3527, 651, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3528, 651, 'product_title_descriptionblock3', 'Industrien, die geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse verwenden'),
(3529, 651, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3530, 651, 'product_descriptionblock3', '<ul>\r\n 	<li>ÖLVERFEINERUNG</li>\r\n 	<li>ÖL- UND GAS HERSTELLUNG</li>\r\n 	<li>PETROCHEMIE</li>\r\n 	<li>METALLURGIE CHEMISCHE INDUSTRIE</li>\r\n 	<li>ENERGIEWIRTSCHAFT</li>\r\n 	<li>PULP UND</li>\r\n 	<li>PAPIERINDUSTRIE</li>\r\n 	<li>KÄLTEVERSORGUNG</li>\r\n 	<li>PHARMAZEUTISCHE INDUSTRIE</li>\r\n</ul>'),
(3523, 651, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3524, 651, 'product_title_descriptionblock2', 'Medien mit denen geschweißte Wärmetauscher, mit zusammenlegbaren Gehäuse, betrieben werden'),
(3525, 651, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3526, 651, 'product_descriptionblock2', '<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"319\">Luft</td>\r\n<td width=\"319\">Salzwasser</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Alkalien</td>\r\n<td width=\"319\">Säulenbewässerung</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Kohlenwasserstoff</td>\r\n<td width=\"319\">Säure</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Destillationsrückst ände</td>\r\n<td width=\"319\">Dämpfe</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Wasser</td>\r\n<td width=\"319\">Wasserstoffhaltige Medien</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Öl</td>\r\n<td width=\"319\">Destillat</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Absorptionslösungen</td>\r\n<td width=\"319\">Phlegma</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Gase</td>\r\n<td width=\"319\">Kondensat</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(6490, 996, '_wp_attached_file', 'N05.gif'),
(6491, 996, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:197;s:4:\"file\";s:7:\"N05.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"N05-320x197.gif\";s:5:\"width\";i:320;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4603, 912, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:550;s:4:\"file\";s:14:\"promuvka-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"promuvka-2-640x550.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-2-624x536.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3520, 651, 'product_title_descriptionblock1', ''),
(3521, 651, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3522, 651, 'product_descriptionblock1', ''),
(7113, 1054, '_edit_last', '1'),
(7114, 1055, '_wp_attached_file', 'obuch.jpg'),
(7115, 1055, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:9:\"obuch.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"obuch-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7116, 1054, '_thumbnail_id', '1055'),
(7117, 1054, '_wp_page_template', 'page-otrasli.php'),
(7118, 1054, 'branches_short_description', '<p style=\"text-align: left;\"><strong>Personalschulung zur Optimierung der Produktion und Reduzierung der Betriebskosten</strong></p>\r\nUnsere Schulungsprogramme sind darauf ausgerichtet, die Kompetenz Ihres Personals zu steigern, seine beruflichen Fähigkeiten zu erweitern und zu motivieren, eine optimale Leistung Ihrer Systeme und Geräte zu erzielen.\r\n\r\nWir helfen Ihnen dabei, die Produktionseffizienz zu verbessern, die Energiekosten zu senken und die Umweltbelastung zu verringern.\r\n\r\nKligur-Geräte tragen dazu bei, die Produktionseffizienz zu steigern, den Energieverbrauch zu senken und die Umweltbelastung zu verringern. Alle Vorteile werden deutlich, wenn das Gerät von qualifiziertem Personal bedient und gewartet wird.\r\n\r\n<strong>Personalschulung verbessert Produktivität und Sicherheit.</strong>\r\n\r\nDie ordnungsgemäße Verwendung und rechtzeitige Wartung der Kligur-Geräte gewährleistet eine optimale Leistung, senkt die Betriebskosten und verhindert unvorhergesehene Ausfallzeiten. Die Ausbildung des Personals sowie die Steigerung der Leistung und Rentabilität werden die Lebensdauer der Ausrüstung verlängern. Schulungen verbessern auch die Sicherheit Ihrer Mitarbeiter und Geräte.\r\n<h4>Remote Support - Hilfe zum richtigen Zeitpunkt</h4>\r\nWir sind bereit, alle Ihre Fragen zu Ausstattung und Service zu beantworten und das Problem nach besten Kräften telefonisch zu lösen. Wenn Sie die Anwesenheit unseres Servicetechnikers in Ihrer Einrichtung benötigen, werden wir versuchen, alle Aktivitäten mit einem Minimum an Unannehmlichkeiten für Sie abzuschließen. Unsere technischen Experten werden die Ursache des Problems schnell identifizieren und einen Plan für die nächsten Schritte aufstellen. Sie und ich haben das gleiche Ziel - eine unterbrechungsfreie Produktion zu gewährleisten.'),
(7445, 1054, '_yoast_wpseo_content_score', '30'),
(7446, 1034, '_yoast_wpseo_content_score', '30'),
(7447, 655, '_yoast_wpseo_content_score', '30'),
(3416, 839, '_wp_attached_file', '14164866591anim.gif'),
(3417, 839, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:762;s:6:\"height\";i:221;s:4:\"file\";s:19:\"14164866591anim.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"14164866591anim-320x221.gif\";s:5:\"width\";i:320;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"14164866591anim-640x186.gif\";s:5:\"width\";i:640;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"14164866591anim-624x181.gif\";s:5:\"width\";i:624;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3418, 840, '_wp_attached_file', 'animation_ache.gif'),
(3419, 840, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:762;s:6:\"height\";i:324;s:4:\"file\";s:18:\"animation_ache.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"animation_ache-320x320.gif\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"animation_ache-640x272.gif\";s:5:\"width\";i:640;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"animation_ache-624x265.gif\";s:5:\"width\";i:624;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3420, 841, '_wp_attached_file', 'heat_exchanger_animation.gif'),
(3421, 841, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:520;s:6:\"height\";i:180;s:4:\"file\";s:28:\"heat_exchanger_animation.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"heat_exchanger_animation-320x180.gif\";s:5:\"width\";i:320;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3390, 788, 'product_gallery4', '879'),
(3391, 788, '_product_gallery4', 'field_5c3c93fd50f82'),
(3439, 843, '_wp_attached_file', 'avo1.jpg'),
(3440, 843, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"avo1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avo1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"avo1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"avo1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3437, 842, '_wp_attached_file', 'konstr-avo.png'),
(3438, 842, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:14:\"konstr-avo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"konstr-avo-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"konstr-avo-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"konstr-avo-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6621, 1006, '_wp_attached_file', 'kol3.jpg'),
(6622, 1006, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"kol3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"kol3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"kol3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"kol3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5910, 946, '_wp_attached_file', 'emk1.jpg'),
(7507, 1045, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(7508, 1045, 'product_descriptionblock4', '<img class=\"alignleft wp-image-878\" src=\"https://kligur.de/wp-content/uploads/v-tekst-2-640x450.png\" alt=\"\" width=\"453\" height=\"308\" />\r\n<ul>\r\n 	<li>Kondensation</li>\r\n 	<li>Rückspeisung</li>\r\n 	<li>Verdunstung</li>\r\n 	<li>Die Beheizung der Kolonne</li>\r\n 	<li>Erwärmung</li>\r\n 	<li>Abkühlen</li>\r\n 	<li>Nutzbarmachung</li>\r\n</ul>'),
(7506, 1045, 'product_title_descriptionblock4', 'Prozesse mit geschweißten Wärmetauschern mit zusammenlegbarem Gehäuse'),
(7505, 1045, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(7504, 1045, 'product_descriptionblock3', '<ul>\r\n 	<li>ÖLVERFEINERUNG</li>\r\n 	<li>ÖL- UND GAS HERSTELLUNG</li>\r\n 	<li>PETROCHEMIE</li>\r\n 	<li>METALLURGIE CHEMISCHE INDUSTRIE</li>\r\n 	<li>ENERGIEWIRTSCHAFT</li>\r\n 	<li>PULP UND</li>\r\n 	<li>PAPIERINDUSTRIE</li>\r\n 	<li>KÄLTEVERSORGUNG</li>\r\n 	<li>PHARMAZEUTISCHE INDUSTRIE</li>\r\n</ul>'),
(3534, 651, 'product_descriptionblock4', '<img class=\"alignleft wp-image-878\" src=\"https://kligur.de/wp-content/uploads/v-tekst-2-640x450.png\" alt=\"\" width=\"453\" height=\"308\" />\r\n<ul>\r\n 	<li>Kondensation</li>\r\n 	<li>Rückspeisung</li>\r\n 	<li>Verdunstung</li>\r\n 	<li>Die Beheizung der Kolonne</li>\r\n 	<li>Erwärmung</li>\r\n 	<li>Abkühlen</li>\r\n 	<li>Nutzbarmachung</li>\r\n</ul>'),
(6623, 1007, '_wp_attached_file', 'IMG-c1873a7796332104ac00f8ccc108bbac-V.jpg'),
(6624, 1007, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:154;s:6:\"height\";i:950;s:4:\"file\";s:42:\"IMG-c1873a7796332104ac00f8ccc108bbac-V.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"IMG-c1873a7796332104ac00f8ccc108bbac-V-154x320.jpg\";s:5:\"width\";i:154;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"IMG-c1873a7796332104ac00f8ccc108bbac-V-104x640.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5866, 785, 'product_title_descriptionblock1', ''),
(3441, 844, '_wp_attached_file', 'avo2.jpg'),
(3442, 844, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"avo2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avo2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"avo2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"avo2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2815, 785, 'product_excerpt', 'Luftkühler werden in Industrieunternehmen zur Kühlung von Flüssigkeiten und Gasen sowie zur Kondensation von Dampf und flüssig-dampfförmigen Medien in technologischen Prozessen eingesetzt'),
(2816, 785, '_product_excerpt', 'field_5c35aa337a54a'),
(2817, 785, 'product_gallery1', '843'),
(2818, 785, '_product_gallery1', 'field_5c25c1ddf6059'),
(2819, 785, 'product_gallery2', '845'),
(2820, 785, '_product_gallery2', 'field_5c25c1f7f605a'),
(2821, 785, 'product_gallery3', '844'),
(2822, 785, '_product_gallery3', 'field_5c25c1fcf605b'),
(2823, 785, 'product_short_description', 'Luftkühler werden in Industrieunternehmen zum Kühlen von Flüssigkeiten und Gasen sowie zum Kondensieren von Dampf-Flüssigkeits- und Dampfmedien in technologischen Prozessen eingesetzt. In luftgekühlten Geräten wird atmosphärische Luft als Kältemittel verwendet, daher können sie oberflächengekühlten Geräten zugeordnet werden. Luftkühler sind für einen weiten Druckbereich ausgelegt. Der Betriebsdruck in der Luftkühlvorrichtung wird unter Berücksichtigung des zu kühlenden Mediums und der Temperatur des zu kühlenden Mediums bestimmt.\r\n\r\n<img class=\"alignleft wp-image-842 size-thumbnail\" src=\"https://kligur.de/wp-content/uploads/konstr-avo-320x320.png\" alt=\"\" width=\"320\" height=\"320\" />\r\n<strong>Luftkühler Design</strong>\r\n<ol>\r\n 	<li style=\"list-style-type: none;\">\r\n<ol>\r\n 	<li>Wärmetauschersektion;</li>\r\n 	<li>Luftversorgungssystem mit einem Diffusor mit einem Kollektor und einem von einem Elektromotor angetriebenen Gebläse;</li>\r\n 	<li>Tragende Metallstruktur;</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n&nbsp;'),
(7340, 1096, '_wp_attached_file', 'fak2-1.jpg'),
(7341, 1096, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"fak2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fak2-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fak2-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"fak2-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2824, 785, '_product_short_description', 'field_5c25c929f0737'),
(2825, 785, 'product_title_file1', 'Catalog'),
(2826, 785, '_product_title_file1', 'field_5c25c7c150a22'),
(2827, 785, 'product_file1', '442'),
(2828, 785, '_product_file1', 'field_5c25c05b1ef96'),
(2829, 785, 'product_title_file2', 'Fragebogen'),
(2830, 785, '_product_title_file2', 'field_5c25c7d050a23'),
(2831, 785, 'product_file2', '443'),
(2832, 785, '_product_file2', 'field_5c25c08b1ef97'),
(3462, 654, 'product_gallery6', ''),
(3443, 845, '_wp_attached_file', 'avo3.jpg'),
(3444, 845, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"avo3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avo3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"avo3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"avo3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3445, 846, '_wp_attached_file', 'avo4.jpg'),
(3446, 846, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"avo4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avo4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"avo4-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"avo4-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3447, 847, '_wp_attached_file', 'sekciya.png'),
(3448, 847, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:11:\"sekciya.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sekciya-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sekciya-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"sekciya-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3449, 654, '_thumbnail_id', '847'),
(3450, 654, 'product_excerpt', 'Die Аbschnitt sind zum Kühlen von Gasen und Flüssigkeiten sowie zum Kondensieren von Dampf und Dampf-Flüssigkeits-Medien ausgelegt'),
(3451, 654, '_product_excerpt', 'field_5c35aa337a54a'),
(3452, 654, 'product_gallery1', '892'),
(3453, 654, '_product_gallery1', 'field_5c25c1ddf6059'),
(3454, 654, 'product_gallery2', '891'),
(3455, 654, '_product_gallery2', 'field_5c25c1f7f605a'),
(3456, 654, 'product_gallery3', '893'),
(3457, 654, '_product_gallery3', 'field_5c25c1fcf605b'),
(3458, 654, 'product_gallery4', ''),
(3459, 654, '_product_gallery4', 'field_5c3c93fd50f82'),
(3460, 654, 'product_gallery5', ''),
(3461, 654, '_product_gallery5', 'field_5c3f23ec75b87'),
(2833, 785, 'product_specifications', '<h4>Das Funktionsprinzip des Luftkühlers</h4>\r\n<img class=\"alignleft wp-image-840 size-full\" src=\"https://kligur.de/wp-content/uploads/animation_ache.gif\" alt=\"\" width=\"762\" height=\"324\" />\r\n<h4>Arten von Luftkühlern</h4>\r\nJeder Luftkühler ist entsprechend den Spezifikationen gekennzeichnet.\r\n\r\nLuftkühler werden normalerweise in horizontale (AVG), vertikale (AVM) und zickzackförmige (AVZ) Luftkühler unterteilt.\r\n<ul>\r\n 	<li>AVG</li>\r\n 	<li>2AVG</li>\r\n 	<li>AVZ</li>\r\n 	<li>1AVZ</li>\r\n 	<li>AVZ-D</li>\r\n 	<li>1AVZ-D</li>\r\n 	<li>2AVZ-D</li>\r\n 	<li>AVM</li>\r\n</ul>\r\n<h4>Branchen, in denen Luftkühler eingesetzt werden</h4>\r\n<ul>\r\n 	<li>Ölraffinerie-Industrie</li>\r\n 	<li>Chemische Industrie</li>\r\n 	<li>Petrochemische Industrie</li>\r\n 	<li>Öl- und Gasindustrie</li>\r\n 	<li>Gas verarbeitende Industrie</li>\r\n</ul>\r\n<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von Luftkühler sowie Angaben zum Kauf eines Luftkühlgeräts;</li>\r\n 	<li>Hilfe bei der Auswahl von Luftkühler und dem Preis von Luftkühler;</li>\r\n 	<li>vollständige Informationen zur Entwicklung <u><i> der technischen Dokumentation für Luftkühler Geräte</i></u>.</li>\r\n</ul>'),
(7338, 1095, '_wp_attached_file', 'fak1-1.jpg'),
(7339, 1095, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"fak1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fak1-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fak1-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"fak1-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2834, 785, '_product_specifications', 'field_5c25c0cb1ef99'),
(2835, 785, 'product_design', ''),
(2836, 785, '_product_design', 'field_5c25c0ff1ef9a'),
(2837, 785, 'product_features', ''),
(2838, 785, '_product_features', 'field_5c25c1351ef9b'),
(2839, 785, 'product_scope', ''),
(2840, 785, '_product_scope', 'field_5c25c1701ef9c'),
(2841, 785, 'product_features_of_operation', ''),
(2842, 785, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2843, 785, 'sp_title', 'Empfohlen'),
(2844, 785, '_sp_title', 'field_5c260d8529c84'),
(2845, 785, 'sp_title_button', 'Weitere Details>'),
(2846, 785, '_sp_title_button', 'field_5c260d9729c85'),
(2847, 785, 'sp_title1', 'Geschweisster wärmetauscher mit demontierbarem gehäuse'),
(2848, 785, '_sp_title1', 'field_5c260dab29c86'),
(2849, 785, 'sp_text1', ''),
(2850, 785, '_sp_text1', 'field_5c260db329c87'),
(2851, 785, 'sp_img1', '817'),
(2852, 785, '_sp_img1', 'field_5c260dbc29c88'),
(2853, 785, 'sp_url1', '#'),
(2854, 785, '_sp_url1', 'field_5c260dcd29c89'),
(2855, 785, 'sp_title2', 'Shell-tube-wärmetauscher'),
(2856, 785, '_sp_title2', 'field_5c260ddfa23af'),
(2857, 785, 'sp_text2', ''),
(2858, 785, '_sp_text2', 'field_5c260df2a23b2'),
(2859, 785, 'sp_img2', '816'),
(2860, 785, '_sp_img2', 'field_5c260e03a23b5'),
(2861, 785, 'sp_url2', '#'),
(2862, 785, '_sp_url2', 'field_5c260e1ba23b8'),
(2863, 785, 'sp_title3', 'Plattenwärmeübertrager'),
(7231, 785, '_yoast_wpseo_content_score', '30'),
(2864, 785, '_sp_title3', 'field_5c260de7a23b0'),
(2865, 785, 'sp_text3', ''),
(2866, 785, '_sp_text3', 'field_5c260df7a23b3'),
(2867, 785, 'sp_img3', '809'),
(2868, 785, '_sp_img3', 'field_5c260e0aa23b6'),
(2869, 785, 'sp_url3', '#'),
(2870, 785, '_sp_url3', 'field_5c260e22a23b9'),
(2871, 785, 'sp_title4', 'Vollverschweißter Wärmetauscher'),
(2872, 785, '_sp_title4', 'field_5c260deba23b1'),
(2873, 785, 'sp_text4', ''),
(2874, 785, '_sp_text4', 'field_5c260dfca23b4'),
(2875, 785, 'sp_img4', '820'),
(2876, 785, '_sp_img4', 'field_5c260e0ea23b7'),
(2877, 785, 'sp_url4', '#'),
(2878, 785, '_sp_url4', 'field_5c260e27a23ba'),
(2879, 786, '_edit_lock', '1580200759:1'),
(2880, 786, '_edit_last', '1'),
(2881, 786, '_wp_page_template', 'page-product.php'),
(2882, 786, 'product_excerpt', 'Rohrbündelwärmetauscher in horizontaler und vertikaler Ausführung zum Erhitzen und Kühlen flüssiger und gasförmiger Medien in technologischen Prozessen der Gas-, Öl- und Petrochemieindustrie und anderer Industrien.'),
(2883, 786, '_product_excerpt', 'field_5c35aa337a54a'),
(2884, 786, 'product_gallery1', '978'),
(2885, 786, '_product_gallery1', 'field_5c25c1ddf6059'),
(2886, 786, 'product_gallery2', '971'),
(2887, 786, '_product_gallery2', 'field_5c25c1f7f605a'),
(2888, 786, 'product_gallery3', '969'),
(2889, 786, '_product_gallery3', 'field_5c25c1fcf605b'),
(2890, 786, 'product_short_description', 'Rohrbündelwärmetauscher in horizontaler und vertikaler Ausführung zum Erhitzen und Kühlen flüssiger und gasförmiger Medien in technologischen Prozessen der Gas-, Öl- und Petrochemieindustrie und anderer Industrien.\r\n\r\nWärmeaustauschgeräte werden mit einem Arbeitsdruck von bis zu 40 MPa (400 kgf / cm²) und einer Temperatur von -210 ° C bis + 700 ° C hergestellt\r\n\r\n<img class=\"alignleft wp-image-896 \" src=\"https://kligur.de/wp-content/uploads/v-tekst-5.png\" alt=\"\" width=\"375\" height=\"284\" />\r\n\r\n<strong>Rohrbündelwärmetauscher-Design:</strong>\r\n<ol>\r\n 	<li>Gehäuse</li>\r\n 	<li>Wärmetauscherabdeckung</li>\r\n 	<li>Flansche</li>\r\n 	<li>Rohre</li>\r\n 	<li>Partitionen</li>\r\n 	<li>Rohrboden</li>\r\n 	<li>Befestigungsschrauben</li>\r\n 	<li>Befestigungsgestelle</li>\r\n</ol>\r\n&nbsp;\r\n\r\n&nbsp;'),
(2891, 786, '_product_short_description', 'field_5c25c929f0737'),
(2892, 786, 'product_title_file1', 'Katalog'),
(2893, 786, '_product_title_file1', 'field_5c25c7c150a22'),
(2894, 786, 'product_file1', '442'),
(2895, 786, '_product_file1', 'field_5c25c05b1ef96'),
(2896, 786, 'product_title_file2', 'Fragebogen'),
(2897, 786, '_product_title_file2', 'field_5c25c7d050a23'),
(2898, 786, 'product_file2', '443'),
(2899, 786, '_product_file2', 'field_5c25c08b1ef97'),
(2900, 786, 'product_specifications', '<h4>Das Prinzip des Betriebs des Wärmetauscher-Rohrbündel</h4>\r\n<img class=\"alignleft wp-image-839 size-full\" src=\"https://kligur.de/wp-content/uploads/14164866591anim.gif\" alt=\"\" width=\"762\" height=\"221\" />\r\n<h5>Wärmetauschertypen:</h5>\r\n<ul>\r\n 	<li>\"Н\" - mit festen Rohrböden;</li>\r\n 	<li>\"П\" - mit einem schwebenden Kopf;</li>\r\n 	<li>\"K\" - mit einem Temperaturkompensator am Gehäuse;</li>\r\n 	<li>\"U\" - mit U-förmigen Rohren;</li>\r\n 	<li>\"ПК\" - mit einem schwimmenden Kopf und einem Kompensator darauf;</li>\r\n 	<li>Gas-Gas- und Gas-Flüssig-Wärmetauscher zur Kühlung und Teilkondensation von Erdgas;</li>\r\n 	<li>Rohr-in-Rohr-Wärmetauscher sind Ein- und Mehrgewinde-Wärmetauscher;</li>\r\n 	<li>Geräte mit verdrillten Rohren;</li>\r\n 	<li>Verdampfer;</li>\r\n 	<li>spezielle Geräte;</li>\r\n 	<li>Rohrbündel.</li>\r\n</ul>\r\n<strong> Rohrbündelwärmetauscher-Design</strong>\r\n\r\nDie Auslegung der Apparatur, Prüfung und Kontrolle der Fertigungsschritte erfolgt gemäß den Anforderungen und Standards von PED, ASME, GOST oder einzelnen technischen Projekten unter Berücksichtigung spezifischer Betriebsbedingungen und Kundenanforderungen.\r\n\r\n<strong><img class=\"alignleft size-thumbnail wp-image-904\" src=\"https://kligur.de/wp-content/uploads/tube-320x320.png\" alt=\"\" width=\"320\" height=\"320\" />Materialien der Herstellung:\r\n</strong>\r\n<ul>\r\n 	<li>Kohlenstoffstahl</li>\r\n 	<li>Korrosionsbeständiger Stahl</li>\r\n 	<li>Aluminium</li>\r\n 	<li>Bimetalle und Legierungen auf Nickel- und Titanbasis.</li>\r\n</ul>\r\n<strong>Kontrolle und Prüfung</strong>\r\n\r\nWir führen die Kontrolle der Geräteherstellung in allen Produktionsphasen durch, z. B. Sichtprüfung, Größenmessung, chemische Analyse, Magnetpulverprüfung, Farbstoffpenetrationstest, Ultraschallprüfung, Röntgentest, Heliumprüfung und andere Prüfungen gemäß den Anforderungen der Normen oder Kundenanforderung.'),
(2901, 786, '_product_specifications', 'field_5c25c0cb1ef99'),
(2902, 786, 'product_design', ''),
(2903, 786, '_product_design', 'field_5c25c0ff1ef9a'),
(2904, 786, 'product_features', ''),
(2905, 786, '_product_features', 'field_5c25c1351ef9b'),
(2906, 786, 'product_scope', ''),
(2907, 786, '_product_scope', 'field_5c25c1701ef9c'),
(2908, 786, 'product_features_of_operation', ''),
(2909, 786, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2910, 786, 'sp_title', 'Empfohlen'),
(2911, 786, '_sp_title', 'field_5c260d8529c84'),
(2912, 786, 'sp_title_button', 'Weitere Details>'),
(2913, 786, '_sp_title_button', 'field_5c260d9729c85'),
(2914, 786, 'sp_title1', 'Geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse'),
(2915, 786, '_sp_title1', 'field_5c260dab29c86'),
(2916, 786, 'sp_text1', ''),
(2917, 786, '_sp_text1', 'field_5c260db329c87'),
(2918, 786, 'sp_img1', '817'),
(2919, 786, '_sp_img1', 'field_5c260dbc29c88'),
(2920, 786, 'sp_url1', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/geschweiste-warmetauscher-mit-zusammenlegbarem-gehause/'),
(2921, 786, '_sp_url1', 'field_5c260dcd29c89'),
(2922, 786, 'sp_title2', 'Rohrbündel'),
(2923, 786, '_sp_title2', 'field_5c260ddfa23af'),
(2924, 786, 'sp_text2', ''),
(2925, 786, '_sp_text2', 'field_5c260df2a23b2'),
(2926, 786, 'sp_img2', '901'),
(2927, 786, '_sp_img2', 'field_5c260e03a23b5'),
(2928, 786, 'sp_url2', ''),
(2929, 786, '_sp_url2', 'field_5c260e1ba23b8'),
(2930, 786, 'sp_title3', 'Luftkühler'),
(7570, 786, '_yoast_wpseo_content_score', '30'),
(2931, 786, '_sp_title3', 'field_5c260de7a23b0'),
(2932, 786, 'sp_text3', ''),
(2933, 786, '_sp_text3', 'field_5c260df7a23b3'),
(2934, 786, 'sp_img3', '804'),
(2935, 786, '_sp_img3', 'field_5c260e0aa23b6'),
(2936, 786, 'sp_url3', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(2937, 786, '_sp_url3', 'field_5c260e22a23b9'),
(2938, 786, 'sp_title4', 'Luftkühler abschnitt'),
(2939, 786, '_sp_title4', 'field_5c260deba23b1'),
(2940, 786, 'sp_text4', ''),
(2941, 786, '_sp_text4', 'field_5c260dfca23b4'),
(2942, 786, 'sp_img4', '847'),
(2943, 786, '_sp_img4', 'field_5c260e0ea23b7'),
(2944, 786, 'sp_url4', 'https://kligur.de/luftkuhleriya/luftkuhler-abschnitt/'),
(2945, 786, '_sp_url4', 'field_5c260e27a23ba'),
(2946, 787, '_edit_lock', '1580284207:1'),
(2947, 787, '_edit_last', '1'),
(2948, 787, '_wp_page_template', 'page-product.php'),
(2949, 787, 'product_excerpt', 'Ein Rohrbündel ist der Hauptbestandteil eines jeden Rohrbündelwärmetauschers. Die Produktivität seiner Arbeit hängt von der Qualität des Rohrbündels des Wärmetauschers ab. Ein hochwertiges Rohrbündel garantiert auch eine längere Betriebsdauer sowohl des Teils selbst als auch des gesamten Wärmetauschers.'),
(2950, 787, '_product_excerpt', 'field_5c35aa337a54a'),
(2951, 787, 'product_gallery1', '972'),
(2952, 787, '_product_gallery1', 'field_5c25c1ddf6059'),
(2953, 787, 'product_gallery2', '973'),
(2954, 787, '_product_gallery2', 'field_5c25c1f7f605a'),
(2955, 787, 'product_gallery3', '979'),
(2956, 787, '_product_gallery3', 'field_5c25c1fcf605b');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2957, 787, 'product_short_description', '<strong>Ein Rohrbündel</strong> ist der Hauptbestandteil eines jeden Rohrbündelwärmetauschers. Die Produktivität seiner Arbeit hängt von der Qualität des Rohrbündels des Wärmetauschers ab. Ein hochwertiges Rohrbündel garantiert auch eine längere Betriebsdauer sowohl des Teils selbst als auch des gesamten Wärmetauschers.\r\n\r\n<em><strong>Rohrbündelwärmetauscher werden zum Erhitzen und Kühlen von flüssigen und gasförmigen Stoffen in einer Reihe von Branchen eingesetzt, darunter:</strong></em>\r\n<ul>\r\n 	<li>metallurgisch;</li>\r\n 	<li>Öl und Gas;</li>\r\n 	<li>Gasverarbeitung;</li>\r\n 	<li>chemisch und petrochemisch;</li>\r\n 	<li>landwirtschaftlicher Komplex;</li>\r\n 	<li>Ölraffination.</li>\r\n</ul>'),
(2958, 787, '_product_short_description', 'field_5c25c929f0737'),
(2959, 787, 'product_title_file1', 'Katalog'),
(2960, 787, '_product_title_file1', 'field_5c25c7c150a22'),
(2961, 787, 'product_file1', '442'),
(2962, 787, '_product_file1', 'field_5c25c05b1ef96'),
(2963, 787, 'product_title_file2', 'Fragebogen'),
(2964, 787, '_product_title_file2', 'field_5c25c7d050a23'),
(2965, 787, 'product_file2', '443'),
(2966, 787, '_product_file2', 'field_5c25c08b1ef97'),
(2967, 787, 'product_specifications', '<h4><img class=\"alignleft wp-image-900 size-thumbnail\" src=\"https://kligur.de/wp-content/uploads/tobe-open1-320x320.png\" alt=\"\" width=\"320\" height=\"320\" />Rohrbündel Design</h4>\r\nDie Bündel, die zur Ausstattung der technologischen Ausrüstung verwendet werden, sind ein Komplex aus dünnen und langen Rohren, die durch einen Rahmen starr befestigt sind. In der Rolle des letzteren wird ein Rohrgitter verwendet. Um den Wirkungsgrad der Vorrichtung zu erhöhen, sind die Rohrrohre mit Querrippen ausgestattet, die die Oberfläche des Wärmeübertragungsprozesses erheblich vergrößern. Die Verwendung von Rippenrohren zur Herstellung von Wärmetauscherbündeln bietet gleichzeitig mehrere Vorteile:\r\n<ul>\r\n 	<li>Der gesamte Wärmedurchgangskoeffizient des Rohrbündels steigt im Vergleich zu Glattrohrgeräten auf 50%.</li>\r\n 	<li>Die erforderliche Anzahl von Rohren wird auf 40-50% reduziert, um den gewünschten Effekt zu erzielen, und dementsprechend wird die Masse der Ausrüstung reduziert (bis zu 30%).</li>\r\n 	<li>Die Lebensdauer des Wärmetauschers erhöht sich um das 2-3-fache.</li>\r\n</ul>\r\n<strong>Es gibt verschiedene Arten von Rohrbündeln für Wärmetauscher:</strong>\r\n<ul>\r\n 	<li>Modifikationen mit einem Schwimmkopf (zum Beispiel in Kühlschränken und Kondensatoren);</li>\r\n 	<li>mit U-förmigen Rohren (einschließlich Ausrüstung von Aufkochern).</li>\r\n</ul>\r\n<em>Es ist auch möglich, Starrrohrwärmetauscher herzustellen.</em>\r\n<h4>Materialien für die Herstellung</h4>\r\nIn den meisten Fällen bestehen die Rohre selbst aus Stahl verschiedener Güten. Die Art des Materials wird in Abhängigkeit von den Bedingungen ausgewählt, einschließlich der chemischen Zusammensetzung der Substanzen, ihres Aggressivitätsgrades, der Temperatur, des zu erwartenden Drucks in den Rohren usw. In einigen Fällen werden Messingrohre in Wärmetauschern verwendet.\r\n\r\nKreuzrippen bestehen aus Aluminium in klassischer Ausführung, bei Bedarf können aber Rohrbündel aus Wärmetauschern mit Stahlrippen hergestellt werden. Rohrgitter bestehen üblicherweise aus Stahl.\r\n<h4>Größen</h4>\r\nAm gebräuchlichsten sind Rohrbündel von Wärmetauschern mit einem Durchmesser von 15 bis 57 mm. Sie werden in Geräten mit Gehäusedurchmessern von 80 bis 1400 mm eingesetzt. Der Bereich akzeptabler Druckwerte liegt zwischen 1 und 8 MPa.\r\n<h4>Qualitätssicherung</h4>\r\n<strong>Rohrbündel</strong> von Wärmetauschern werden auf hochpräzisen Geräten aus Metallen hergestellt, die dem Zweck der Geräte entsprechen, und zwar unter Verwendung moderner Technologien. Dies garantiert ein qualitativ hochwertiges Produkt. Alle Rohrbündel von Wärmetauschern bestehen die vorgeschriebene Vorverkaufskontrolle.\r\n<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von Rohrbündeln sowie Angaben zum Kauf eines Rohrbündels;</li>\r\n 	<li>vollständige Preisliste und Preis für Rohrbündel;</li>\r\n 	<li>vollständige Informationen zur Entwicklung der technischen Dokumentation für Rohrbündel.</li>\r\n</ul>'),
(7572, 652, '_yoast_wpseo_content_score', '30'),
(7573, 1036, '_yoast_wpseo_content_score', '30'),
(7574, 644, '_yoast_wpseo_content_score', '30'),
(2968, 787, '_product_specifications', 'field_5c25c0cb1ef99'),
(2969, 787, 'product_design', ''),
(2970, 787, '_product_design', 'field_5c25c0ff1ef9a'),
(2971, 787, 'product_features', ''),
(2972, 787, '_product_features', 'field_5c25c1351ef9b'),
(2973, 787, 'product_scope', ''),
(2974, 787, '_product_scope', 'field_5c25c1701ef9c'),
(2975, 787, 'product_features_of_operation', ''),
(2976, 787, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(2977, 787, 'sp_title', 'Empfohlen'),
(2978, 787, '_sp_title', 'field_5c260d8529c84'),
(2979, 787, 'sp_title_button', 'Weitere Details>'),
(2980, 787, '_sp_title_button', 'field_5c260d9729c85'),
(2981, 787, 'sp_title1', 'Geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse'),
(2982, 787, '_sp_title1', 'field_5c260dab29c86'),
(2983, 787, 'sp_text1', ''),
(2984, 787, '_sp_text1', 'field_5c260db329c87'),
(2985, 787, 'sp_img1', '817'),
(2986, 787, '_sp_img1', 'field_5c260dbc29c88'),
(2987, 787, 'sp_url1', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/geschweiste-warmetauscher-mit-zusammenlegbarem-gehause/'),
(2988, 787, '_sp_url1', 'field_5c260dcd29c89'),
(2989, 787, 'sp_title2', 'Rohrbündelwärmetauscher'),
(2990, 787, '_sp_title2', 'field_5c260ddfa23af'),
(2991, 787, 'sp_text2', ''),
(2992, 787, '_sp_text2', 'field_5c260df2a23b2'),
(2993, 787, 'sp_img2', '816'),
(2994, 787, '_sp_img2', 'field_5c260e03a23b5'),
(2995, 787, 'sp_url2', 'https://kligur.de/trubnyje-teploobmenniki/rohrbundelwarmetauscher/'),
(2996, 787, '_sp_url2', 'field_5c260e1ba23b8'),
(2997, 787, 'sp_title3', 'Vollverschweißter Wärmetauscher'),
(2998, 787, '_sp_title3', 'field_5c260de7a23b0'),
(2999, 787, 'sp_text3', ''),
(3000, 787, '_sp_text3', 'field_5c260df7a23b3'),
(3001, 787, 'sp_img3', '820'),
(3002, 787, '_sp_img3', 'field_5c260e0aa23b6'),
(3003, 787, 'sp_url3', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/vollverschweister-warmetauscher/'),
(3004, 787, '_sp_url3', 'field_5c260e22a23b9'),
(3005, 787, 'sp_title4', 'Luftkühler'),
(7571, 787, '_yoast_wpseo_content_score', '30'),
(3006, 787, '_sp_title4', 'field_5c260deba23b1'),
(3007, 787, 'sp_text4', ''),
(3008, 787, '_sp_text4', 'field_5c260dfca23b4'),
(3009, 787, 'sp_img4', '804'),
(3010, 787, '_sp_img4', 'field_5c260e0ea23b7'),
(3011, 787, 'sp_url4', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(3012, 787, '_sp_url4', 'field_5c260e27a23ba'),
(3013, 788, '_edit_lock', '1579787648:1'),
(3014, 788, '_edit_last', '1'),
(3015, 788, '_wp_page_template', 'page-product.php'),
(3016, 788, 'product_excerpt', 'Vollverschweißte Wärmetauscher sind kompakte, effiziente Wärmetauscher mit hoher Zuverlässigkeit, die einen hohen wirtschaftlichen Effekt erzielen. Dieser Wärmetauschertyp wird erfolgreich bei extrem hohen Temperaturen und Drücken eingesetzt, auch in hochviskosen Umgebungen und Umgebungen, in denen Gummidichtungen zerstört werden.'),
(7427, 1122, '_wp_attached_file', 'Screenshot_5.png'),
(7428, 1122, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1388;s:6:\"height\";i:489;s:4:\"file\";s:16:\"Screenshot_5.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_5-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Screenshot_5-640x225.png\";s:5:\"width\";i:640;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Screenshot_5-768x271.png\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Screenshot_5-1280x451.png\";s:5:\"width\";i:1280;s:6:\"height\";i:451;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_5-624x220.png\";s:5:\"width\";i:624;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:25:\"Screenshot_5-1320x465.png\";s:5:\"width\";i:1320;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3017, 788, '_product_excerpt', 'field_5c35aa337a54a'),
(3018, 788, 'product_gallery1', '882'),
(3019, 788, '_product_gallery1', 'field_5c25c1ddf6059'),
(3020, 788, 'product_gallery2', '881'),
(3021, 788, '_product_gallery2', 'field_5c25c1f7f605a'),
(3022, 788, 'product_gallery3', '880'),
(3023, 788, '_product_gallery3', 'field_5c25c1fcf605b'),
(3024, 788, 'product_short_description', '<strong>Vollverschweißte Wärmetauscher</strong> sind kompakte, effiziente Wärmetauscher mit hoher Zuverlässigkeit, die einen hohen wirtschaftlichen Effekt erzielen. Dieser Wärmetauschertyp wird erfolgreich bei extrem hohen Temperaturen und Drücken eingesetzt, auch in hochviskosen Umgebungen und Umgebungen, in denen Gummidichtungen zerstört werden.\r\n<p style=\"text-align: left;\"><strong><img class=\"alignleft wp-image-883 \" src=\"https://kligur.de/wp-content/uploads/v-tekst-3-255x640.png\" alt=\"\" width=\"152\" height=\"416\" /></strong></p>\r\n<strong>Design des</strong> <strong>vollverschweißte wärmetauscher:</strong>\r\n<p style=\"text-align: left;\">1.  - Vollverschweißtes Gehäuse</p>\r\n<p style=\"text-align: left;\">2. - Das Wärmetauscher-Paket</p>\r\n<p style=\"text-align: left;\">3. - Flansche</p>\r\n<p style=\"text-align: left;\">4. - Füße</p>'),
(3025, 788, '_product_short_description', 'field_5c25c929f0737'),
(3026, 788, 'product_title_file1', 'Katalog'),
(3027, 788, '_product_title_file1', 'field_5c25c7c150a22'),
(3028, 788, 'product_file1', '442'),
(3029, 788, '_product_file1', 'field_5c25c05b1ef96'),
(3030, 788, 'product_title_file2', 'Опросный лист'),
(3031, 788, '_product_title_file2', 'field_5c25c7d050a23'),
(3032, 788, 'product_file2', '443'),
(3033, 788, '_product_file2', 'field_5c25c08b1ef97'),
(3034, 788, 'product_specifications', '<h4>Einzigartige Eigenschaften von Vollverschweißte Wärmetauscher:</h4>\r\n<img class=\"alignleft wp-image-879 \" src=\"https://kligur.de/wp-content/uploads/010-526x640.png\" alt=\"\" width=\"295\" height=\"370\" />\r\n<ul>\r\n 	<li>Betrieb bei Temperaturen von -200 bis + 750 ° C</li>\r\n 	<li>Betrieb bei Drücken von minus 0,95 bis 100 bar</li>\r\n 	<li>Die Fläche des Wärmeübertragungspakets von 0,2 bis 1504,0 m²</li>\r\n 	<li>Kanalbreite 8,0 mm</li>\r\n 	<li>Der Durchmesser eines Abzweigrohrs beträgt 10 bis 1000 mm</li>\r\n 	<li>Das Fehlen stehender Zonen verlängert die Laufleistung des Geräts zwischen den Reinigungen erheblich</li>\r\n 	<li>Der Druckunterschied zwischen den Hohlräumen kann 70 bar erreichen</li>\r\n 	<li>Das Design sieht eine Temperaturausdehnungskompensation vor</li>\r\n 	<li>Abmessungen und Gewicht sind um ein Vielfaches kleiner als bei einem Rohrbündelwärmetauscher</li>\r\n 	<li>Hochzuverlässige Geräte mit einer Lebensdauer von über 20 Jahren</li>\r\n 	<li>Verschiedene Möglichkeiten zur Platzierung der Armaturen im Gerät (unter dem vorhandenen Kabelbaum)</li>\r\n</ul>\r\n<h3>Informationen für Kunden</h3>\r\nWenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von vollverschweißten Wärmetauschern sowie Angaben zum Kauf eines vollverschweißten Wärmetauschers;</li>\r\n 	<li>Hilfe bei der Auswahl eines vollverschweißten Wärmetauschers und des Preises eines vollverschweißten Wärmetauschers;</li>\r\n</ul>\r\n&nbsp;'),
(3035, 788, '_product_specifications', 'field_5c25c0cb1ef99'),
(3036, 788, 'product_design', ''),
(3037, 788, '_product_design', 'field_5c25c0ff1ef9a'),
(3038, 788, 'product_features', ''),
(3039, 788, '_product_features', 'field_5c25c1351ef9b'),
(3040, 788, 'product_scope', '<h4>Основные отрасли применения цельносварных пакетных теплообменников:</h4>\r\n<ul>\r\n 	<li>Энергетика (теплоэлектростанции)</li>\r\n 	<li>Металлургия</li>\r\n 	<li>Химическая промышленность</li>\r\n 	<li>Целлюлозно-бумажное производство</li>\r\n 	<li>Нефтеперерабатывающая и газовая промышленности</li>\r\n 	<li>Масложировое производство</li>\r\n 	<li>Сахарная промышленность</li>\r\n 	<li>Алкогольное и безалкогольное производства</li>\r\n 	<li>Холодоснабжение</li>\r\n 	<li>Фармацевтическая промышленность</li>\r\n 	<li>Машиностроение</li>\r\n</ul>'),
(3041, 788, '_product_scope', 'field_5c25c1701ef9c'),
(3042, 788, 'product_features_of_operation', '<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Воздух</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Газы</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Щелочи</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Рассолы</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Углеводороды</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Питание/орошение колонн</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Кубовые остатки</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Кислоты</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Вода</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Пары/Конденсаты</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Масла</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Дистилляты</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Поглотительные растворы</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\">\r\n<ul>\r\n 	<li>Флегма и др.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"208\">\r\n<ul>\r\n 	<li>Водородсодержащие среды</li>\r\n</ul>\r\n</td>\r\n<td width=\"198\"></td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(3043, 788, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(3044, 788, 'sp_title', 'Andere Produkte'),
(3045, 788, '_sp_title', 'field_5c260d8529c84'),
(3046, 788, 'sp_title_button', 'Weitere Details   >'),
(3047, 788, '_sp_title_button', 'field_5c260d9729c85'),
(3048, 788, 'sp_title1', 'Geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse'),
(3049, 788, '_sp_title1', 'field_5c260dab29c86'),
(3050, 788, 'sp_text1', ''),
(3051, 788, '_sp_text1', 'field_5c260db329c87'),
(3052, 788, 'sp_img1', '817'),
(3053, 788, '_sp_img1', 'field_5c260dbc29c88'),
(3054, 788, 'sp_url1', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/geschweiste-warmetauscher-mit-zusammenlegbarem-gehause/'),
(3055, 788, '_sp_url1', 'field_5c260dcd29c89'),
(3056, 788, 'sp_title2', 'Luftkühler'),
(3057, 788, '_sp_title2', 'field_5c260ddfa23af'),
(3058, 788, 'sp_text2', ''),
(3059, 788, '_sp_text2', 'field_5c260df2a23b2'),
(3060, 788, 'sp_img2', '804'),
(3061, 788, '_sp_img2', 'field_5c260e03a23b5'),
(3062, 788, 'sp_url2', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(3063, 788, '_sp_url2', 'field_5c260e1ba23b8'),
(3064, 788, 'sp_title3', 'Plattenwärmeübertrager'),
(3065, 788, '_sp_title3', 'field_5c260de7a23b0'),
(3066, 788, 'sp_text3', ''),
(3067, 788, '_sp_text3', 'field_5c260df7a23b3'),
(3068, 788, 'sp_img3', '809'),
(3069, 788, '_sp_img3', 'field_5c260e0aa23b6'),
(3070, 788, 'sp_url3', '#'),
(3071, 788, '_sp_url3', 'field_5c260e22a23b9'),
(3072, 788, 'sp_title4', 'Shell-tube-wärmetauscher'),
(3073, 788, '_sp_title4', 'field_5c260deba23b1'),
(3074, 788, 'sp_text4', ''),
(3075, 788, '_sp_text4', 'field_5c260dfca23b4'),
(3076, 788, 'sp_img4', '816'),
(3077, 788, '_sp_img4', 'field_5c260e0ea23b7'),
(3078, 788, 'sp_url4', '#'),
(7424, 788, '_yoast_wpseo_content_score', '30'),
(3079, 788, '_sp_url4', 'field_5c260e27a23ba'),
(6902, 1025, '_sw_percent1', 'field_5c31a548ef369'),
(6900, 1025, '_sw_title1', 'field_5c31a4ecc4a12'),
(6899, 1025, 'sw_title1', ''),
(6894, 1025, '_edit_lock', '1580132526:1'),
(3087, 692, 'branches_short_description', '<strong>In der chemischen Industrie werden Wärmeaustauschgeräte eingesetzt als:</strong>\r\n\r\n- Verdampferwärmetauscher;\r\n- Wärmetauscher von Trockenkammern;\r\n- Heizgeräte für rohe technologische Flüssigkeiten und Gase;\r\n- Wärmetauscher zum Heizen (Kühlen) von Behältern, Reaktoren;\r\n- Wärmetauscher von Nebenaggregaten (Kühlmittelblöcke, Absorptionsmittel);\r\n- Kühlschränke für Handelsprodukte.\r\n\r\nDie Plattenwärmetauscher der <strong>KliGur GmbH</strong> erfüllen die Anforderungen der chemischen Industrie an Wärmetauscheranlagen. Unsere Ausrüstung ermöglicht es uns, das Problem der Kapazitätserhöhung von Chemieanlagen in bestehenden Produktionsanlagen zu lösen.'),
(7451, 692, 'branches_specifications_title', ''),
(7452, 692, '_branches_specifications_title', 'field_5c4f0a19679e1'),
(7453, 692, 'branches_application_title', ''),
(7454, 692, '_branches_application_title', 'field_5c4f0a26679e2'),
(7455, 692, 'branches_environments_title', ''),
(7456, 692, '_branches_environments_title', 'field_5c4f0a35679e3'),
(7457, 692, 'branches_application_environment_title', ''),
(3088, 692, '_branches_short_description', 'field_5c271b8b219d7'),
(3089, 692, 'branches_title_file1', ''),
(3090, 692, '_branches_title_file1', 'field_5c271b8b21a0f'),
(3091, 692, 'branches_file1', ''),
(3092, 692, '_branches_file1', 'field_5c271b8b21a47'),
(3093, 692, 'branches_title_file2', ''),
(3094, 692, '_branches_title_file2', 'field_5c271b8b21a7f'),
(3095, 692, 'branches_file2', ''),
(3096, 692, '_branches_file2', 'field_5c271b8b21ab6'),
(3097, 692, 'branches_title_file3', ''),
(3098, 692, '_branches_title_file3', 'field_5c2a05b90b1b8'),
(3099, 692, 'branches_file3', ''),
(3100, 692, '_branches_file3', 'field_5c2a05c40b1b9'),
(3101, 692, 'branches_specifications', ''),
(3102, 692, '_branches_specifications', 'field_5c271b8b21aee'),
(3103, 692, 'branches_application', ''),
(3104, 692, '_branches_application', 'field_5c271b8b21b26'),
(3105, 692, 'branches_environments', ''),
(3106, 692, '_branches_environments', 'field_5c271b8b21b5d'),
(3107, 692, 'branches_application_environment', ''),
(3108, 692, '_branches_application_environment', 'field_5c271b8b21b83'),
(3109, 692, 'branches_read_more', ''),
(3110, 692, '_branches_read_more', 'field_5c271b8b21bc1'),
(3111, 692, 'sp_title', ''),
(3112, 692, '_sp_title', 'field_5c260d8529c84'),
(3113, 692, 'sp_title_button', ''),
(3114, 692, '_sp_title_button', 'field_5c260d9729c85'),
(3115, 692, 'sp_title1', ''),
(3116, 692, '_sp_title1', 'field_5c260dab29c86'),
(3117, 692, 'sp_text1', ''),
(3118, 692, '_sp_text1', 'field_5c260db329c87'),
(3119, 692, 'sp_img1', ''),
(3120, 692, '_sp_img1', 'field_5c260dbc29c88'),
(3121, 692, 'sp_url1', ''),
(3122, 692, '_sp_url1', 'field_5c260dcd29c89'),
(3123, 692, 'sp_title2', ''),
(3124, 692, '_sp_title2', 'field_5c260ddfa23af'),
(3125, 692, 'sp_text2', ''),
(3126, 692, '_sp_text2', 'field_5c260df2a23b2'),
(3127, 692, 'sp_img2', ''),
(3128, 692, '_sp_img2', 'field_5c260e03a23b5'),
(3129, 692, 'sp_url2', ''),
(3130, 692, '_sp_url2', 'field_5c260e1ba23b8'),
(3131, 692, 'sp_title3', ''),
(3132, 692, '_sp_title3', 'field_5c260de7a23b0'),
(3133, 692, 'sp_text3', ''),
(3134, 692, '_sp_text3', 'field_5c260df7a23b3'),
(3135, 692, 'sp_img3', ''),
(3136, 692, '_sp_img3', 'field_5c260e0aa23b6'),
(3137, 692, 'sp_url3', ''),
(3138, 692, '_sp_url3', 'field_5c260e22a23b9'),
(3139, 692, 'sp_title4', ''),
(3140, 692, '_sp_title4', 'field_5c260deba23b1'),
(3141, 692, 'sp_text4', ''),
(3142, 692, '_sp_text4', 'field_5c260dfca23b4'),
(3143, 692, 'sp_img4', ''),
(3144, 692, '_sp_img4', 'field_5c260e0ea23b7'),
(3145, 692, 'sp_url4', ''),
(3146, 692, '_sp_url4', 'field_5c260e27a23ba'),
(3147, 791, '_edit_lock', '1580195534:1'),
(3148, 791, '_edit_last', '1'),
(3149, 791, '_wp_page_template', 'page-otrasli.php'),
(3150, 791, 'branches_short_description', '<strong>Technologische Positionen:</strong>\r\n<ul>\r\n 	<li>Heiz- und Kühlflüssigkeiten, Schmiermittel;</li>\r\n 	<li>Kondensation und Kühlung von Gasen;</li>\r\n 	<li>Rückführung von Abwärme in technologische Prozesse (Wärmerückgewinnung);</li>\r\n 	<li>Warmwasserbereiter in Auswahl in Dampfturbinen;</li>\r\n 	<li>Wärmerückgewinnung in Gasturbinenanlagen;</li>\r\n 	<li>Reaktorkühlung</li>\r\n 	<li>Kühl- und Heizwasserlösungen;</li>\r\n</ul>'),
(7450, 791, '_yoast_wpseo_content_score', '30'),
(7458, 692, '_branches_application_environment_title', 'field_5c4f0a48679e4'),
(7459, 692, '_yoast_wpseo_content_score', '30'),
(7460, 1045, 'product_excerpt', 'Ein geschweißter Wärmetauscher mit zusammenlegbarem Gehäuse ist eine innovative Vorrichtung, die speziell als Alternative zu einem Rohrbündelwärmetauscher für Wärmeübertragungsaufgaben in technologischen Prozessen entwickelt wurde.'),
(3151, 791, '_branches_short_description', 'field_5c271b8b219d7'),
(3152, 791, 'branches_title_file1', ''),
(3153, 791, '_branches_title_file1', 'field_5c271b8b21a0f'),
(3154, 791, 'branches_file1', ''),
(3155, 791, '_branches_file1', 'field_5c271b8b21a47'),
(3156, 791, 'branches_title_file2', ''),
(3157, 791, '_branches_title_file2', 'field_5c271b8b21a7f'),
(3158, 791, 'branches_file2', ''),
(3159, 791, '_branches_file2', 'field_5c271b8b21ab6'),
(3160, 791, 'branches_title_file3', ''),
(3161, 791, '_branches_title_file3', 'field_5c2a05b90b1b8'),
(3162, 791, 'branches_file3', ''),
(3163, 791, '_branches_file3', 'field_5c2a05c40b1b9'),
(3164, 791, 'branches_specifications', ''),
(3165, 791, '_branches_specifications', 'field_5c271b8b21aee'),
(3166, 791, 'branches_application', ''),
(3167, 791, '_branches_application', 'field_5c271b8b21b26'),
(3168, 791, 'branches_environments', ''),
(3169, 791, '_branches_environments', 'field_5c271b8b21b5d'),
(3170, 791, 'branches_application_environment', ''),
(3171, 791, '_branches_application_environment', 'field_5c271b8b21b83'),
(3172, 791, 'branches_read_more', ''),
(3173, 791, '_branches_read_more', 'field_5c271b8b21bc1'),
(3174, 791, 'sp_title', ''),
(3175, 791, '_sp_title', 'field_5c260d8529c84'),
(3176, 791, 'sp_title_button', ''),
(3177, 791, '_sp_title_button', 'field_5c260d9729c85'),
(3178, 791, 'sp_title1', ''),
(3179, 791, '_sp_title1', 'field_5c260dab29c86'),
(3180, 791, 'sp_text1', ''),
(3181, 791, '_sp_text1', 'field_5c260db329c87'),
(3182, 791, 'sp_img1', ''),
(3183, 791, '_sp_img1', 'field_5c260dbc29c88'),
(3184, 791, 'sp_url1', ''),
(3185, 791, '_sp_url1', 'field_5c260dcd29c89'),
(3186, 791, 'sp_title2', ''),
(3187, 791, '_sp_title2', 'field_5c260ddfa23af'),
(3188, 791, 'sp_text2', ''),
(3189, 791, '_sp_text2', 'field_5c260df2a23b2'),
(3190, 791, 'sp_img2', ''),
(3191, 791, '_sp_img2', 'field_5c260e03a23b5'),
(3192, 791, 'sp_url2', ''),
(3193, 791, '_sp_url2', 'field_5c260e1ba23b8'),
(3194, 791, 'sp_title3', ''),
(3195, 791, '_sp_title3', 'field_5c260de7a23b0'),
(3196, 791, 'sp_text3', ''),
(3197, 791, '_sp_text3', 'field_5c260df7a23b3'),
(3198, 791, 'sp_img3', ''),
(3199, 791, '_sp_img3', 'field_5c260e0aa23b6'),
(3200, 791, 'sp_url3', ''),
(3201, 791, '_sp_url3', 'field_5c260e22a23b9'),
(3202, 791, 'sp_title4', ''),
(3203, 791, '_sp_title4', 'field_5c260deba23b1'),
(3204, 791, 'sp_text4', ''),
(3205, 791, '_sp_text4', 'field_5c260dfca23b4'),
(3206, 791, 'sp_img4', ''),
(3207, 791, '_sp_img4', 'field_5c260e0ea23b7'),
(3208, 791, 'sp_url4', ''),
(3209, 791, '_sp_url4', 'field_5c260e27a23ba'),
(3210, 792, '_menu_item_type', 'post_type'),
(3211, 792, '_menu_item_menu_item_parent', '688'),
(3212, 792, '_menu_item_object_id', '791'),
(3213, 792, '_menu_item_object', 'page'),
(3214, 792, '_menu_item_target', ''),
(3215, 792, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3216, 792, '_menu_item_xfn', ''),
(3217, 792, '_menu_item_url', ''),
(3231, 794, '_menu_item_object', 'page'),
(3232, 794, '_menu_item_target', ''),
(3233, 794, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3234, 794, '_menu_item_xfn', ''),
(3235, 794, '_menu_item_url', ''),
(3256, 651, '_product_excerpt', 'field_5c35aa337a54a'),
(3237, 795, '_menu_item_type', 'post_type'),
(3238, 795, '_menu_item_menu_item_parent', '0'),
(3239, 795, '_menu_item_object_id', '786'),
(3240, 795, '_menu_item_object', 'page'),
(3241, 795, '_menu_item_target', ''),
(3242, 795, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3243, 795, '_menu_item_xfn', ''),
(3244, 795, '_menu_item_url', ''),
(3246, 796, '_menu_item_type', 'post_type'),
(3247, 796, '_menu_item_menu_item_parent', '0'),
(3248, 796, '_menu_item_object_id', '785'),
(3249, 796, '_menu_item_object', 'page'),
(3250, 796, '_menu_item_target', ''),
(3251, 796, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3252, 796, '_menu_item_xfn', ''),
(3253, 796, '_menu_item_url', ''),
(3255, 651, 'product_excerpt', 'Ein geschweißter Wärmetauscher mit zusammenlegbarem Gehäuse ist eine innovative Vorrichtung, die speziell als Alternative zu einem Rohrbündelwärmetauscher für Wärmeübertragungsaufgaben in technologischen Prozessen entwickelt wurde.'),
(7423, 1119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:604;s:4:\"file\";s:16:\"Screenshot_3.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_3-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Screenshot_3-640x302.png\";s:5:\"width\";i:640;s:6:\"height\";i:302;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Screenshot_3-768x362.png\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Screenshot_3-1280x604.png\";s:5:\"width\";i:1280;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_3-624x294.png\";s:5:\"width\";i:624;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3259, 651, 'product_gallery2', '873'),
(3260, 651, '_product_gallery2', 'field_5c25c1f7f605a'),
(3261, 651, 'product_gallery3', '875'),
(3262, 651, '_product_gallery3', 'field_5c25c1fcf605b'),
(3263, 651, 'product_short_description', 'Ein geschweißter Wärmetauscher mit zusammenlegbarem Gehäuse ist eine innovative Vorrichtung, die speziell als Alternative zu einem Rohrbündelwärmetauscher für Wärmeübertragungsaufgaben in technologischen Prozessen entwickelt wurde.\r\n\r\nGeschweißte Wärmetauscher mit zusammenlegbarem Gehäuse sind aufgrund ihres speziellen Designs und der einfachen Wartung äußerst kostengünstig.\r\n<strong>Einzigartige Eigenschaften von geschweißten Wärmetauschern mit zusammenlegbarem Gehäuse</strong>\r\n\r\n<img class=\"alignleft wp-image-993 size-full\" src=\"https://kligur.de/wp-content/uploads/Proekt-1-animatsiya-2-convert-video-online.com-3-2.gif\" alt=\"\" width=\"196\" height=\"406\" />\r\n<ul>\r\n 	<li>Betrieb bei Temperaturen von - 200 °C bis + 650 °C</li>\r\n 	<li>Betrieb bei Drücken bis 100 bar</li>\r\n 	<li>Anwendung unter den Bedingungen «schmutziger» Umgebungen und hochviskoser Produkte</li>\r\n 	<li>Einfacher Zugang zur Wärmeaustauschfläche für die mechanische Reinigung, Überarbeitung und Reparatur direkt am Installationsort, ohne Demontage und Trennung von Rohrleitungen</li>\r\n 	<li>Die Wartung wird von 1-2 Mitarbeitern ohne Einsatz von Hebe- und\r\nTransportmechanismen und Spezialmitteln durchgeführt</li>\r\n 	<li>Das Fehlen stehender Zonen verlängert die Laufleistung zwischen den Reinigungen erheblich</li>\r\n 	<li>Das Design sieht eine Temperaturausdehnung Kompensation vor</li>\r\n 	<li>Abmessungen und Gewicht sind um ein Vielfaches kleiner als bei Rohrbündelwärmetauschern</li>\r\n 	<li>Der Druckunterschied zwischen den Hohlräumen kann 70 bar erreichen</li>\r\n 	<li>Verschiedene Möglichkeiten zur Platzierung Der Armaturen im Gerät (für den Originalanschluss)</li>\r\n</ul>'),
(7420, 1118, '_wp_attached_file', 'Screenshot_2.png'),
(7421, 1118, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1337;s:6:\"height\";i:616;s:4:\"file\";s:16:\"Screenshot_2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Screenshot_2-640x295.png\";s:5:\"width\";i:640;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Screenshot_2-768x354.png\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Screenshot_2-1280x590.png\";s:5:\"width\";i:1280;s:6:\"height\";i:590;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_2-624x287.png\";s:5:\"width\";i:624;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:25:\"Screenshot_2-1320x608.png\";s:5:\"width\";i:1320;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3264, 651, '_product_short_description', 'field_5c25c929f0737'),
(3265, 651, 'product_title_file1', 'Katalog'),
(3266, 651, '_product_title_file1', 'field_5c25c7c150a22'),
(3267, 651, 'product_file1', '442'),
(3268, 651, '_product_file1', 'field_5c25c05b1ef96'),
(3269, 651, 'product_title_file2', 'Fragebogen'),
(3270, 651, '_product_title_file2', 'field_5c25c7d050a23'),
(3271, 651, 'product_file2', '443'),
(3272, 651, '_product_file2', 'field_5c25c08b1ef97'),
(3273, 651, 'product_specifications', '<h3><strong>DESIGN DES GESCHWEISSTEN WÄRMETAUSCHERS MIT DEMONTIERBAREM GEHÄUSE</strong></h3>\r\n<img class=\"alignleft wp-image-819 alignleft\" style=\"font-weight: 400;\" src=\"https://kligur.de/wp-content/uploads/konstr-640x419.png\" alt=\"\" width=\"533\" height=\"366\" />\r\n1 - Gehäuse\r\n\r\n2 - Druckplatten\r\n\r\n3 - Das Wärmetauscher-Paket\r\n\r\n4 - Dichtung\r\n\r\n5 - Bandage Platten\r\n\r\n6 - Kupplungsbolzen und Muttern\r\n\r\n7 - Flansche\r\n\r\n8 - Befestigungsschrauben\r\n\r\n9 - Füße\r\n\r\n&nbsp;\r\n<h3 style=\"text-align: center;\">Eigenschaften des Wärmeübertragungspakets</h3>\r\n<img class=\"alignright wp-image-1116 size-medium\" src=\"https://kligur.de/wp-content/uploads/Screenshot_1-2-640x321.png\" alt=\"\" width=\"640\" height=\"321\" />\r\n<ul>\r\n 	<li>In dem Wärmeübertragungspaket gibt es keine stehenden Zonen, wodurch die Laufleistung der Vorrichtung\r\nzwischen den Reinigungen erheblich verlängert wird und der Zeit- und Arbeitsaufwand für die mechanische\r\nund chemische Reinigung ebenfalls verringert wird.</li>\r\n 	<li>Das Medium im Wärmeübertragungspaket bewegt sich entlang direkter Kanäle, ähnlich einem Rohrbündel.\r\nDie Länge der Kanäle des Wärmetauscherpakets beträgt 160 mm bis 560 mm, was ihre Reinigung im Vergleich\r\nzu Rohrwärmetauschern, bei denen die Länge des Wärmetauscherrohrs mehrere Meter erreicht, erheblich\r\nvereinfacht.</li>\r\n 	<li>Die Kanäle im Wärmeaustauschbeutel sind durchsehbar, wodurch eine 100% ige Reinigung von mechanischen\r\nVerunreinigungen zu gewährleisten ist.</li>\r\n 	<li>Eine Kanalbreite von 8 mm reicht aus, um «verschmutzte» Arbeitsumgebungen mit mechanischen\r\nVerunreinigungen passieren zu können.</li>\r\n 	<li>Der turbulente Modus und die hohen Geschwindigkeiten der Medien im Wärmeübertragungspaket erhöhen\r\nden Wärmeübertragungskoeffizienten, verringern die Verschmutzungsrate und tragen zur Selbstreinigung\r\nder Kanäle bei.</li>\r\n 	<li>Die Korrosionsbeständigkeit des Wärmeübertragungspakets wird nicht durch die Verwendung dickerer\r\nMaterialien gelöst, sondern durch die Verwendung hochlegierter Stahlsorten, somit eine Lebensdauer der\r\nVorrichtung von mindestens 20 Jahren erlaubt.</li>\r\n</ul>\r\n<h4 style=\"text-align: center;\">OPTIONEN DER KONSTRUKTION DES GESCHWEISSTEN WÄRMETAUSCHERS MIT DEMONTIERBAREM GEHÄUSE</h4>\r\nEin wichtiger Vorteil dieser Ausrüstung / Anlagen ist die Leichtigkeit und Einfachheit ihrer Wartung direkt am Aufstellungsort ohne Demontage und Trennung von Rohrleitungen ebenso ohne den Einsatz von Hebe- und Transportmechanismen aufgrund der Konstruktionsmerkmale.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ff9900;\">Design - Spannplatten an einer Traverse</span></h4>\r\n<img class=\"wp-image-1121 size-large aligncenter\" src=\"https://kligur.de/wp-content/uploads/Screenshot_4-1280x356.png\" alt=\"\" width=\"720\" height=\"200\" />\r\n<h4 style=\"text-align: center;\"><span style=\"color: #ff9900;\">Design - Druckplatten mit Scharnieren</span></h4>\r\n<img class=\"wp-image-1122 size-large aligncenter\" src=\"https://kligur.de/wp-content/uploads/Screenshot_5-1280x451.png\" alt=\"\" width=\"720\" height=\"254\" />\r\n\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><strong>EIGENSCHAFTEN DES SERVICES DER GESCHWEISSTEN WÄRMETAUSCHER MIT DEMONTIERBAREM GEHÄUSE</strong></h4>\r\n<ul>\r\n 	<li>Zwei Personen reichen aus, um das Gerät zu warten. Der Wärmetauscher wird in einer «Schicht» gereinigt.</li>\r\n 	<li>Die Konstruktion des Wärmetauschers ermöglicht eine Wartung vor Ort, ohne dass die Verbindung zur Versorgungsleitung unterbrochen werden muss.</li>\r\n 	<li>Der Zugang zum Wärmeaustauschpaket erfolgt ohne den Einsatz von Hub- und Transportmechanismen.</li>\r\n 	<li>Das zusammenklappbare Gehäuse der Geräte sowie die Geometrie der Kanäle des Wärmeaustauschpakets (Kanäle\r\nsind einzusehen) ermöglichen es Ihnen, mit herkömmlicher hydromechanischer Reinigung bis zu 100% der Verunreinigungen zu entfernen.</li>\r\n</ul>\r\n<img class=\"size-full wp-image-995 alignleft\" src=\"https://kligur.de/wp-content/uploads/Promivka2_cut_001-convert-video-online.com-1.gif\" alt=\"\" width=\"350\" height=\"197\" /><img class=\"alignleft size-full wp-image-996\" src=\"https://kligur.de/wp-content/uploads/N05.gif\" alt=\"\" width=\"350\" height=\"197\" />\r\n<h3 style=\"text-align: center;\">Wärmeausdehnungsausgleich</h3>\r\nEiner der Gründe für das Versagen von Wärmetauschern ist der große Temperaturunterschied zwischen den Medien (130 °C und höher), der zur Ausdehnung des Metalls und in Folge zu seiner Zerstörung führt. In geschweißten Sackwärmetauschern sind Expansionsausgleichsmaßnahmen vorhanden.\r\n<h3><span style=\"color: #ff9900;\">Anwendung von Dehnungsfugen</span></h3>\r\n<img class=\"wp-image-1118 size-large alignleft\" src=\"https://kligur.de/wp-content/uploads/Screenshot_2-1280x590.png\" alt=\"\" width=\"720\" height=\"332\" />\r\n<h3><span style=\"color: #ff9900;\"><strong>Die Verwendung eines U-förmigen Wärmeübertragungspakets</strong></span></h3>\r\n<img class=\"wp-image-1119 size-large alignleft\" src=\"https://kligur.de/wp-content/uploads/Screenshot_3-1280x604.png\" alt=\"\" width=\"720\" height=\"340\" />\r\n<h3></h3>'),
(7425, 1121, '_wp_attached_file', 'Screenshot_4.png'),
(7426, 1121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:390;s:4:\"file\";s:16:\"Screenshot_4.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_4-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Screenshot_4-640x178.png\";s:5:\"width\";i:640;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Screenshot_4-768x213.png\";s:5:\"width\";i:768;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Screenshot_4-1280x356.png\";s:5:\"width\";i:1280;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_4-624x173.png\";s:5:\"width\";i:624;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:25:\"Screenshot_4-1320x367.png\";s:5:\"width\";i:1320;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7422, 1119, '_wp_attached_file', 'Screenshot_3.png'),
(7416, 651, '_yoast_wpseo_content_score', '90'),
(7417, 870, '_wp_attachment_backup_sizes', 'a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:13:\"1-on-trav.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"1-on-trav-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"1-on-trav-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"1-on-trav-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(3274, 651, '_product_specifications', 'field_5c25c0cb1ef99'),
(3275, 651, 'product_design', ''),
(3276, 651, '_product_design', 'field_5c25c0ff1ef9a'),
(3277, 651, 'product_features', ''),
(3278, 651, '_product_features', 'field_5c25c1351ef9b'),
(3279, 651, 'product_scope', ''),
(3280, 651, '_product_scope', 'field_5c25c1701ef9c'),
(3281, 651, 'product_features_of_operation', ''),
(3282, 651, '_product_features_of_operation', 'field_5c25c1ae1ef9d'),
(3283, 651, 'sp_title', 'Andere Produkte'),
(3284, 651, '_sp_title', 'field_5c260d8529c84'),
(3285, 651, 'sp_title_button', 'Weitere Details   >'),
(3286, 651, '_sp_title_button', 'field_5c260d9729c85'),
(3287, 651, 'sp_title1', 'Luftkühler'),
(3288, 651, '_sp_title1', 'field_5c260dab29c86'),
(3289, 651, 'sp_text1', ''),
(3290, 651, '_sp_text1', 'field_5c260db329c87'),
(3291, 651, 'sp_img1', '804'),
(3292, 651, '_sp_img1', 'field_5c260dbc29c88'),
(3293, 651, 'sp_url1', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(3294, 651, '_sp_url1', 'field_5c260dcd29c89'),
(3295, 651, 'sp_title2', 'Shell-tube-wärmetauscher'),
(3296, 651, '_sp_title2', 'field_5c260ddfa23af'),
(3297, 651, 'sp_text2', ''),
(3298, 651, '_sp_text2', 'field_5c260df2a23b2'),
(3299, 651, 'sp_img2', '816'),
(3300, 651, '_sp_img2', 'field_5c260e03a23b5'),
(3301, 651, 'sp_url2', '#'),
(3302, 651, '_sp_url2', 'field_5c260e1ba23b8'),
(3303, 651, 'sp_title3', 'Plattenwärmeübertrager'),
(3304, 651, '_sp_title3', 'field_5c260de7a23b0'),
(3305, 651, 'sp_text3', ''),
(3306, 651, '_sp_text3', 'field_5c260df7a23b3'),
(3307, 651, 'sp_img3', '809'),
(3308, 651, '_sp_img3', 'field_5c260e0aa23b6'),
(3309, 651, 'sp_url3', '#'),
(3310, 651, '_sp_url3', 'field_5c260e22a23b9'),
(3311, 651, 'sp_title4', 'Vollverschweißter Wärmetauscher'),
(3312, 651, '_sp_title4', 'field_5c260deba23b1'),
(3313, 651, 'sp_text4', ''),
(3314, 651, '_sp_text4', 'field_5c260dfca23b4'),
(3315, 651, 'sp_img4', '820'),
(3316, 651, '_sp_img4', 'field_5c260e0ea23b7'),
(3317, 651, 'sp_url4', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/vollverschweister-warmetauscher/'),
(3318, 651, '_sp_url4', 'field_5c260e27a23ba'),
(3365, 821, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:410;s:4:\"file\";s:11:\"welded1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"welded1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3366, 822, '_wp_attached_file', 'welded3.jpg'),
(3367, 822, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:410;s:4:\"file\";s:11:\"welded3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"welded3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3569, 872, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"2-open.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"2-open-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"2-open-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"2-open-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3564, 870, '_wp_attached_file', '1-on-trav-e1579783221467.png'),
(3565, 870, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:637;s:6:\"height\";i:495;s:4:\"file\";s:28:\"1-on-trav-e1579783221467.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"1-on-trav-e1579783221467-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"1-on-trav-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"1-on-trav-e1579783221467-624x485.png\";s:5:\"width\";i:624;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3566, 871, '_wp_attached_file', '2-on-trav.png'),
(3567, 871, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:13:\"2-on-trav.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"2-on-trav-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"2-on-trav-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"2-on-trav-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3568, 872, '_wp_attached_file', '2-open.png'),
(3570, 873, '_wp_attached_file', 'close.png'),
(3328, 651, 'product_gallery4', '872'),
(3329, 651, '_product_gallery4', 'field_5c3c93fd50f82'),
(3359, 818, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1083;s:6:\"height\";i:444;s:4:\"file\";s:16:\"Screenshot_1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-640x262.png\";s:5:\"width\";i:640;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-768x315.png\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-624x256.png\";s:5:\"width\";i:624;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4605, 913, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:14:\"promuvka-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"promuvka-3-640x360.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-3-624x351.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3535, 651, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3536, 651, 'product_title_descriptionblock5', 'Auf positionen mit teilladung'),
(3537, 651, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3538, 651, 'product_descriptionblock5', 'Durch die Verwendung von 2 geschweißten Wärmetauschern mit einem zusammenlegbaren Körper mit jeweils 50% Last an der technologischen Position kann bei geringerer Produktionsbelastung (50% oder weniger) das Problem von einem Wärmetauscher gelöst werden, der zweite wird in die Reserve eingestellt:\r\n\r\n<img class=\"alignleft size-full wp-image-1051\" src=\"https://kligur.de/wp-content/uploads/rezerv.png\" alt=\"\" width=\"852\" height=\"286\" />\r\n<h4><span style=\"color: #ff6600;\"><strong>FÜR DEN PROZESS:</strong></span></h4>\r\n<ul>\r\n 	<li>Halten Sie die Temperatur der Arbeitsumgebung im erforderlichen Bereich</li>\r\n</ul>\r\n<h4><span style=\"color: #ff6600;\">FÜR ARBEITS WÄRMETAUSCHER:</span></h4>\r\n<ul>\r\n 	<li>Beibehaltung der Entwurfsgeschwindigkeit der Arbeitsmedien in den Kanälen, wodurch Folgendes ermöglicht\r\nwird:\r\n<ul>\r\n 	<li>Reduzieren Sie die Verschmutzungsrate der Wärmeaustauschfläche</li>\r\n 	<li>Korrosion reduzieren</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<h4><span style=\"color: #ff6600;\">FÜR «REST» WÄRMETAUSCHER :</span></h4>\r\n<ul>\r\n 	<li>Wärmetauscher für den Betrieb bei Nennlast vorbereiten (sauber)</li>\r\n 	<li>Stoppen Sie die Korrosion im Leerlauf</li>\r\n 	<li>Verlängern die Lebensdauer des Wärmetauschers</li>\r\n</ul>'),
(3539, 651, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3540, 651, 'product_title_descriptionblock6', 'Technische lösungen mit reserve für die kontinuierliche arbeitsgewährleistung'),
(3541, 651, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3542, 651, 'product_descriptionblock6', '<img class=\"alignleft wp-image-1047\" src=\"https://kligur.de/wp-content/uploads/2trub.png\" alt=\"\" width=\"735\" height=\"265\" /><img class=\"alignleft wp-image-1049\" src=\"https://kligur.de/wp-content/uploads/3sht.jpg\" alt=\"\" width=\"278\" height=\"243\" />\r\n<h4><strong>Bei Rohrbündelwärmetauschern ist:</strong></h4>\r\nIn einem kontinuierlichen Prozess, um die Folgen eines Notstopps auszuschließen, ist ein Ersatzwärmetauscher erforderlich.\r\n\r\nBei Rohrbündelwärmetauschern wird das Problem wie folgt gelöst:\r\n<ul>\r\n 	<li>Um 100% Leistung zu erhalten, wird ein zweiter Wärmetauscher benötigt.\r\nFazit: Doppelte Anschaffungskosten</li>\r\n 	<li>Sie haben 2 Wärmetauscher mit ges.: 100% Leistung, somit verbleiben bei einem Standby von einem Wärmetauscher 50% Leistung\r\nFazit: Erhöhte Anschaffungskosten und nur noch 50% der Leistung bei Standby\r\nMit geschweißten Wärmetauschern wird das Problem durch drei parallel montierten Geräten mit jeweils 50% Last, mit geringen Mehrkosten gelöst.</li>\r\n 	<li>150 % Leistung mit 3 Geräten – ein Gerät Standby verbleiben 100% Leistung\r\nAuf diese Weise können Sie Redundanz vermeiden und im Falle der Wartung eines Wärmetauschers den Rohmaterialfluss schnell auf die verbleibenden zwei Einheiten umverteilen, ohne den Prozess anzuhalten.</li>\r\n 	<li>Oder Sie entscheiden sich für einen Wärmetauscher bestehend aus zwei Geräten = 100% Leistung, so verbleiben bei einem Standbay immer noch 50% der Leistung, sie brauchen den Prozess nicht abzubrechen</li>\r\n</ul>'),
(3543, 651, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3544, 651, 'product_title_descriptionblock7', ''),
(3545, 651, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3546, 651, 'product_descriptionblock7', ''),
(3547, 651, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3548, 651, 'product_title_descriptionblock8', ''),
(3358, 818, '_wp_attached_file', 'Screenshot_1.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3463, 654, '_product_gallery6', 'field_5c3f23f375b88'),
(3464, 654, 'product_gallery7', ''),
(3465, 654, '_product_gallery7', 'field_5c3f23f975b89'),
(3466, 654, 'product_gallery8', ''),
(3467, 654, '_product_gallery8', 'field_5c3f240c75b8a'),
(3468, 654, 'product_gallery9', ''),
(3469, 654, '_product_gallery9', 'field_5c3f241175b8b'),
(3470, 654, 'product_gallery10', ''),
(3471, 654, '_product_gallery10', 'field_5c3f241775b8c'),
(3472, 654, 'product_short_description', 'Die Аbschnitt sind für die Kühlung von Flüssigkeiten und Gasen sowie für die Kondensation von Dampfmedien und Dampf-Flüssigkeits-Medien ausgelegt. Das Materialdesign wird unter Berücksichtigung des Temperaturbereichs (bis zu +300 ° C) und des Drucks (bis zu 63 bar) ausgewählt.\r\n\r\nLuftkühler abschnittwerden bei einer Arbeitstemperatur von Teilen unter einem Druck von nicht weniger als 40 ° C für den Betrieb in einer Höhe von nicht mehr als 1000 m über dem Meeresspiegel betrieben. Klimamodifikation von UHL1 gemäß GOST 15150-69.\r\n\r\n<strong><img class=\" wp-image-884 alignleft\" src=\"https://kligur.de/wp-content/uploads/v-tekst-4.png\" alt=\"\" width=\"384\" height=\"260\" />Luftkühler abschnitt design:\r\n</strong>\r\n\r\n1. Rohrbündel\r\n\r\n2.  Kameraabdeckung\r\n\r\n3. Seitenwand\r\n\r\n4. Transportsicher Verbindungselemente'),
(3473, 654, '_product_short_description', 'field_5c25c929f0737'),
(3474, 654, 'product_title_file1', 'Katalog'),
(3475, 654, '_product_title_file1', 'field_5c25c7c150a22'),
(3476, 654, 'product_file1', '442'),
(3477, 654, '_product_file1', 'field_5c25c05b1ef96'),
(3478, 654, 'product_title_file2', 'Fragebogen'),
(3479, 654, '_product_title_file2', 'field_5c25c7d050a23'),
(3480, 654, 'product_file2', '443'),
(3481, 654, '_product_file2', 'field_5c25c08b1ef97'),
(3482, 654, 'product_specifications', 'Wärmeaustauschabschnitte sind Teil des Luftkühlers.\r\n<h5>Das Funktionsprinzip des Luftkühlers</h5>\r\n<img class=\"alignleft wp-image-840 size-full\" src=\"https://kligur.de/wp-content/uploads/animation_ache.gif\" alt=\"\" width=\"762\" height=\"324\" />\r\n\r\nWärmeaustauschstrecken werden in Produktionsprozessen eingesetzt:\r\n<ul>\r\n 	<li>chemische Industrie</li>\r\n 	<li>petrochemische Industrie</li>\r\n 	<li>Ölraffinerie-Industrie</li>\r\n 	<li>Gasindustrie</li>\r\n 	<li>und andere Branchen.</li>\r\n</ul>\r\n<h5>Wärmeaustauschabschnitte werden unter Berücksichtigung der Herstellung von Luftkühlgeräten hergestellt:</h5>\r\n<ul>\r\n 	<li>horizontal (Typ AVM-G, AVG, AVG-V, AVG-T); vertikal (Typ AVM-B) und zickzackförmig (Typ AVZ).</li>\r\n 	<li>unter Berücksichtigung der Anzahl der Rohrreihen im Wärmetauscherbereich: 4-, 6-, 8-reihig.</li>\r\n 	<li>unter Berücksichtigung der Lauffähigkeit im Rohrraum: 1-; 2-, 3-; 4-; 6- und 8-Wege.</li>\r\n 	<li>Wärmeaustauschrohre werden hergestellt, indem spiralförmige Rippen auf einem Aluminiumrohr gewalzt werden, das auf einem Stützrohr getragen wird (das Material des Stützrohrs kann Messing, Stahl, hitzebeständig, rostfrei sein), wobei ein Bimetallrippenrohr gebildet wird. Rippelkoeffizient φ = 7,8; 9; 14,6; 20.</li>\r\n 	<li>unter Berücksichtigung der Länge der Rohre: 1,5; 3; 4; 6; 8 und 12 m.</li>\r\n</ul>\r\n<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle informationen über die herstellung und den verkauf von luftkühlern abschnitt sowie daten zum <strong>kauf von luftkühlern abschnitt</strong>;</li>\r\n 	<li>Hilfe bei der Auswahl der Abschnitte, der Preis für Abschnitte von Luftkühlern;</li>\r\n 	<li>vollständige Informationen <u><i> zur Entwicklung der technischen Dokumentation für die Bereiche Luftkühler.</i></u>.</li>\r\n</ul>'),
(7232, 654, '_yoast_wpseo_focuskw', 'luftkühler abschnitt'),
(7233, 654, '_yoast_wpseo_metadesc', 'Die Аbschnitt sind zum Kühlen von Gasen und Flüssigkeiten sowie zum Kondensieren von Dampf und Dampf-Flüssigkeits-Medien ausgelegt'),
(7234, 654, '_yoast_wpseo_linkdex', '36'),
(7235, 654, '_yoast_wpseo_content_score', '30'),
(7236, 1053, '_yoast_wpseo_content_score', '60'),
(3483, 654, '_product_specifications', 'field_5c25c0cb1ef99'),
(3484, 654, 'sp_title', 'Empfohlen'),
(3485, 654, '_sp_title', 'field_5c260d8529c84'),
(3486, 654, 'sp_title_button', 'Weitere Details>'),
(3487, 654, '_sp_title_button', 'field_5c260d9729c85'),
(3488, 654, 'sp_title1', 'Geschweißter Wärmetauscher mit zusammenlegbarem Gehäuse'),
(3489, 654, '_sp_title1', 'field_5c260dab29c86'),
(3490, 654, 'sp_text1', ''),
(3491, 654, '_sp_text1', 'field_5c260db329c87'),
(3492, 654, 'sp_img1', '817'),
(3493, 654, '_sp_img1', 'field_5c260dbc29c88'),
(3494, 654, 'sp_url1', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/svarnoj-paketnyj-teploobmennik-s-razbornym-korpusom/'),
(3495, 654, '_sp_url1', 'field_5c260dcd29c89'),
(3496, 654, 'sp_title2', 'Luftkühler '),
(3497, 654, '_sp_title2', 'field_5c260ddfa23af'),
(3498, 654, 'sp_text2', ''),
(3499, 654, '_sp_text2', 'field_5c260df2a23b2'),
(3500, 654, 'sp_img2', '804'),
(3501, 654, '_sp_img2', 'field_5c260e03a23b5'),
(3502, 654, 'sp_url2', 'https://kligur.de/apparaty-vozdushnogo-ohlazhdeniya/apparat-vozdushnogo-ohlazhdeniya/'),
(3503, 654, '_sp_url2', 'field_5c260e1ba23b8'),
(3504, 654, 'sp_title3', 'Vollverschweißter Wärmetauscher'),
(3505, 654, '_sp_title3', 'field_5c260de7a23b0'),
(3506, 654, 'sp_text3', ''),
(3507, 654, '_sp_text3', 'field_5c260df7a23b3'),
(3508, 654, 'sp_img3', '820'),
(3509, 654, '_sp_img3', 'field_5c260e0aa23b6'),
(3510, 654, 'sp_url3', 'https://kligur.de/svarnyje-paketnyje-teploobmenniki/tselnosvarnoj-paketnyj-teploobmennik/'),
(3511, 654, '_sp_url3', 'field_5c260e22a23b9'),
(3512, 654, 'sp_title4', 'Shell-tube-wärmetauscher'),
(3513, 654, '_sp_title4', 'field_5c260deba23b1'),
(3514, 654, 'sp_text4', ''),
(3515, 654, '_sp_text4', 'field_5c260dfca23b4'),
(3516, 654, 'sp_img4', '816'),
(3517, 654, '_sp_img4', 'field_5c260e0ea23b7'),
(3518, 654, 'sp_url4', 'https://kligur.de/trubnyje-teploobmenniki/kozhuhotrubchatyj-apparat/'),
(3519, 654, '_sp_url4', 'field_5c260e27a23ba'),
(6489, 995, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:197;s:4:\"file\";s:48:\"Promivka2_cut_001-convert-video-online.com-1.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Promivka2_cut_001-convert-video-online.com-1-320x197.gif\";s:5:\"width\";i:320;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3549, 651, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3550, 651, 'product_descriptionblock8', ''),
(3551, 651, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3552, 651, 'product_title_descriptionblock9', ''),
(3553, 651, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3554, 651, 'product_descriptionblock9', ''),
(3555, 651, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3556, 651, 'product_title_descriptionblock10', ''),
(3557, 651, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3558, 651, 'product_descriptionblock10', ''),
(3559, 651, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(4604, 913, '_wp_attached_file', 'promuvka-3.jpg'),
(7107, 613, 'company_employee_name4', 'Liliya Engel'),
(7108, 613, '_company_employee_name4', 'field_5c612ce132023'),
(7109, 1053, '_edit_lock', '1579607676:1'),
(7110, 1053, '_edit_last', '1'),
(7111, 1053, '_wp_page_template', 'default'),
(7112, 1054, '_edit_lock', '1580128574:1'),
(3580, 878, '_wp_attached_file', 'v-tekst-2.png'),
(3581, 878, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:450;s:4:\"file\";s:13:\"v-tekst-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"v-tekst-2-640x450.png\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-2-624x439.png\";s:5:\"width\";i:624;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3582, 879, '_wp_attached_file', '010.png'),
(3583, 879, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:7:\"010.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"010-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"010-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"010-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3584, 880, '_wp_attached_file', '020.png'),
(3585, 880, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:7:\"020.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"020-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"020-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"020-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3586, 881, '_wp_attached_file', '030.png'),
(3587, 881, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:7:\"030.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"030-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"030-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"030-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3588, 882, '_wp_attached_file', 'nyagan.png'),
(3589, 882, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"nyagan.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"nyagan-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"nyagan-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"nyagan-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3590, 788, 'product_title_descriptionblock1', 'Industrien, die Vollverschweißte Wärmetauscher verwenden'),
(3591, 788, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3592, 788, 'product_descriptionblock1', '<ul>\r\n 	<li>ÖLVERFEINERUNG</li>\r\n 	<li>ÖL- UND GAS HERSTELLUNG</li>\r\n 	<li>PETROCHEMIE</li>\r\n 	<li>METALLURGIE CHEMISCHE INDUSTRIE</li>\r\n 	<li>ENERGIEWIRTSCHAFT</li>\r\n 	<li>PULP UND</li>\r\n 	<li>PAPIERINDUSTRIE</li>\r\n 	<li>KÄLTEVERSORGUNG</li>\r\n 	<li>PHARMAZEUTISCHE INDUSTRIE</li>\r\n</ul>'),
(3593, 788, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3594, 788, 'product_title_descriptionblock2', 'Medien mit denen  Vollverschweißte Wärmetauscher betrieben werden'),
(3595, 788, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3596, 788, 'product_descriptionblock2', '<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"319\">Luft</td>\r\n<td width=\"319\">Salzwasser</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Alkalien</td>\r\n<td width=\"319\">Säulenbewässerung</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Kohlenwasserstoff</td>\r\n<td width=\"319\">Säure</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Destillationsrückst ände</td>\r\n<td width=\"319\">Dämpfe</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Wasser</td>\r\n<td width=\"319\">Wasserstoffhaltige Medien</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Öl</td>\r\n<td width=\"319\">Destillat</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Absorptionslösungen</td>\r\n<td width=\"319\">Phlegma</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Gase</td>\r\n<td width=\"319\">Kondensat</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(3597, 788, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3598, 788, 'product_title_descriptionblock3', 'Prozesse mit Vollverschweißte Wärmetauscher '),
(3599, 788, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3600, 788, 'product_descriptionblock3', '<ul>\r\n 	<li>Kondensation</li>\r\n 	<li>Rückspeisung</li>\r\n 	<li>Verdunstung</li>\r\n 	<li>Die Beheizung der Kolonne</li>\r\n 	<li>Erwärmung</li>\r\n 	<li>Abkühlen</li>\r\n 	<li>Nutzbarmachung</li>\r\n</ul>'),
(6488, 995, '_wp_attached_file', 'Promivka2_cut_001-convert-video-online.com-1.gif'),
(3601, 788, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3602, 788, 'product_title_descriptionblock4', ''),
(3603, 788, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3604, 788, 'product_descriptionblock4', ''),
(3605, 788, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3606, 788, 'product_title_descriptionblock5', ''),
(3607, 788, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3608, 788, 'product_descriptionblock5', ''),
(3609, 788, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3610, 788, 'product_title_descriptionblock6', ''),
(3611, 788, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3612, 788, 'product_descriptionblock6', ''),
(3613, 788, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3614, 788, 'product_title_descriptionblock7', ''),
(3615, 788, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3616, 788, 'product_descriptionblock7', ''),
(3617, 788, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3618, 788, 'product_title_descriptionblock8', ''),
(3619, 788, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3620, 788, 'product_descriptionblock8', ''),
(3621, 788, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3622, 788, 'product_title_descriptionblock9', ''),
(3623, 788, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3624, 788, 'product_descriptionblock9', ''),
(3625, 788, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3626, 788, 'product_title_descriptionblock10', ''),
(3627, 788, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3628, 788, 'product_descriptionblock10', ''),
(3629, 788, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3632, 884, '_wp_attached_file', 'v-tekst-4.png'),
(3630, 883, '_wp_attached_file', 'v-tekst-3.png'),
(3631, 883, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:302;s:6:\"height\";i:758;s:4:\"file\";s:13:\"v-tekst-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-3-302x320.png\";s:5:\"width\";i:302;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"v-tekst-3-255x640.png\";s:5:\"width\";i:255;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3633, 884, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:637;s:6:\"height\";i:443;s:4:\"file\";s:13:\"v-tekst-4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-4-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-4-624x434.png\";s:5:\"width\";i:624;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3634, 654, 'product_title_descriptionblock1', ''),
(3635, 654, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3636, 654, 'product_descriptionblock1', ''),
(3637, 654, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3638, 654, 'product_title_descriptionblock2', ''),
(3639, 654, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3640, 654, 'product_descriptionblock2', ''),
(3641, 654, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3642, 654, 'product_title_descriptionblock3', ''),
(3643, 654, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3644, 654, 'product_descriptionblock3', ''),
(3645, 654, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3646, 654, 'product_title_descriptionblock4', ''),
(3647, 654, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3648, 654, 'product_descriptionblock4', ''),
(3649, 654, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3650, 654, 'product_title_descriptionblock5', ''),
(3651, 654, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3652, 654, 'product_descriptionblock5', ''),
(3653, 654, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3654, 654, 'product_title_descriptionblock6', ''),
(3655, 654, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3656, 654, 'product_descriptionblock6', ''),
(3657, 654, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3658, 654, 'product_title_descriptionblock7', ''),
(3659, 654, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3660, 654, 'product_descriptionblock7', ''),
(3661, 654, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3662, 654, 'product_title_descriptionblock8', ''),
(3663, 654, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3664, 654, 'product_descriptionblock8', ''),
(3665, 654, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3666, 654, 'product_title_descriptionblock9', ''),
(3667, 654, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3668, 654, 'product_descriptionblock9', ''),
(3669, 654, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3670, 654, 'product_title_descriptionblock10', ''),
(3671, 654, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3672, 654, 'product_descriptionblock10', ''),
(3673, 654, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3674, 885, '_wp_attached_file', 'emk-sin.png'),
(3675, 885, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:11:\"emk-sin.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"emk-sin-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"emk-sin-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"emk-sin-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3677, 638, '_product_gallery4', 'field_5c3c93fd50f82'),
(3678, 638, 'product_gallery5', '952'),
(3679, 638, '_product_gallery5', 'field_5c3f23ec75b87'),
(3680, 638, 'product_gallery6', '950'),
(3681, 638, '_product_gallery6', 'field_5c3f23f375b88'),
(3682, 638, 'product_gallery7', ''),
(3683, 638, '_product_gallery7', 'field_5c3f23f975b89'),
(3684, 638, 'product_gallery8', ''),
(3685, 638, '_product_gallery8', 'field_5c3f240c75b8a'),
(3686, 638, 'product_gallery9', ''),
(3687, 638, '_product_gallery9', 'field_5c3f241175b8b'),
(3688, 638, 'product_gallery10', ''),
(3689, 638, '_product_gallery10', 'field_5c3f241775b8c'),
(3690, 638, 'product_title_descriptionblock1', 'Parameter und Abmessungen von Geräten des Typs 1 mit einem Volumen von 4, 8, 10, 16, 20, 25, 32 m3'),
(3691, 638, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3692, 638, 'product_descriptionblock1', 'Größen, mm\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Volumen m<sup>3</sup></th>\r\n<th>Bedingter Druck, MPa (kgf / cm<sup>2</sup>)</th>\r\n<th>D<sub>вн</sub></th>\r\n<th>S</th>\r\n<th>S<sub>дн</sub></th>\r\n<th>I</th>\r\n<th>d</th>\r\n<th>L<sup>*</sup></th>\r\n<th>B<sup>*</sup></th>\r\n<th>H<sup>*</sup></th>\r\n<th>Gewicht  kg</th>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>1,0 (10)</td>\r\n<td>1200</td>\r\n<td>6</td>\r\n<td>8</td>\r\n<td>3000</td>\r\n<td>28</td>\r\n<td>3835</td>\r\n<td>1850</td>\r\n<td>1443</td>\r\n<td>1415</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>1,6 (16)</td>\r\n<td>1200</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>3000</td>\r\n<td>28</td>\r\n<td>3835</td>\r\n<td>1850</td>\r\n<td>1443</td>\r\n<td>1595</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>2,5 (25)</td>\r\n<td>1200</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>3000</td>\r\n<td>28</td>\r\n<td>3835</td>\r\n<td>1905</td>\r\n<td>1451</td>\r\n<td>2150</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>3300</td>\r\n<td>28</td>\r\n<td>4345</td>\r\n<td>1793</td>\r\n<td>2370</td>\r\n<td>2320</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>3300</td>\r\n<td>28</td>\r\n<td>4345</td>\r\n<td>1797</td>\r\n<td>2380</td>\r\n<td>2685</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>3300</td>\r\n<td>28</td>\r\n<td>4345</td>\r\n<td>1801</td>\r\n<td>2385</td>\r\n<td>3485</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>4400</td>\r\n<td>28</td>\r\n<td>5485</td>\r\n<td>2262</td>\r\n<td>1901</td>\r\n<td>2731</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>4400</td>\r\n<td>28</td>\r\n<td>5485</td>\r\n<td>2266</td>\r\n<td>1905</td>\r\n<td>3112</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>4400</td>\r\n<td>28</td>\r\n<td>5485</td>\r\n<td>2326</td>\r\n<td>1915</td>\r\n<td>4141</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>1,0 (10)</td>\r\n<td>2000</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>4200</td>\r\n<td>28</td>\r\n<td>5440</td>\r\n<td>2090</td>\r\n<td>2790</td>\r\n<td>3580</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>1,6 (16)</td>\r\n<td>2000</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>4200</td>\r\n<td>28</td>\r\n<td>5445</td>\r\n<td>2090</td>\r\n<td>2790</td>\r\n<td>4555</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>2,5 (25)</td>\r\n<td>2000</td>\r\n<td>16</td>\r\n<td>16</td>\r\n<td>4200</td>\r\n<td>28</td>\r\n<td>5455</td>\r\n<td>2095</td>\r\n<td>2940</td>\r\n<td>5805</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>1,0 (10)</td>\r\n<td>2000</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>5400</td>\r\n<td>28</td>\r\n<td>6650</td>\r\n<td>2075</td>\r\n<td>2775</td>\r\n<td>4430</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>1,6 (16)</td>\r\n<td>2000</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>5400</td>\r\n<td>28</td>\r\n<td>6650</td>\r\n<td>2075</td>\r\n<td>2775</td>\r\n<td>4745</td>\r\n</tr>\r\n<tr>\r\n<td>20</td>\r\n<td>2,5 (25)</td>\r\n<td>2000</td>\r\n<td>16</td>\r\n<td>16</td>\r\n<td>5400</td>\r\n<td>28</td>\r\n<td>6670</td>\r\n<td>2090</td>\r\n<td>2800</td>\r\n<td>6800</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>4500</td>\r\n<td>28</td>\r\n<td>6053</td>\r\n<td>2574</td>\r\n<td>3187</td>\r\n<td>5497</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>4500</td>\r\n<td>28</td>\r\n<td>6053</td>\r\n<td>2574</td>\r\n<td>3187</td>\r\n<td>6764</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>2,5 (25)</td>\r\n<td>2400</td>\r\n<td>20</td>\r\n<td>20</td>\r\n<td>4500</td>\r\n<td>28</td>\r\n<td>6045</td>\r\n<td>2630</td>\r\n<td>3190</td>\r\n<td>9190</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>6000</td>\r\n<td>28</td>\r\n<td>7485</td>\r\n<td>2574</td>\r\n<td>3187</td>\r\n<td>6365</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>6000</td>\r\n<td>28</td>\r\n<td>7485</td>\r\n<td>2574</td>\r\n<td>3187</td>\r\n<td>7921</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>2,5 (25)</td>\r\n<td>2400</td>\r\n<td>20</td>\r\n<td>20</td>\r\n<td>6000</td>\r\n<td>28</td>\r\n<td>7500</td>\r\n<td>2585</td>\r\n<td>3200</td>\r\n<td>10750</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* Maße als Referenz'),
(3693, 638, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3694, 638, 'product_title_descriptionblock2', 'Parameter und Größen von Geräten des Typs 1 mit einem Volumen von 50, 80, 100, 200 m3'),
(3695, 638, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3696, 638, 'product_descriptionblock2', 'Größen, mm\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Volumen m<sup>3</sup></th>\r\n<th>Bedingter Druck, MPa (kgf / cm<sup>2</sup>)</th>\r\n<th>D<sub>вн</sub></th>\r\n<th>S</th>\r\n<th>S<sub>дн</sub></th>\r\n<th>I</th>\r\n<th>d</th>\r\n<th>L<sup>*</sup></th>\r\n<th>B<sup>*</sup></th>\r\n<th>H<sup>*</sup></th>\r\n<th>Gewicht  kg</th>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>9700</td>\r\n<td>28</td>\r\n<td>11240</td>\r\n<td>2590</td>\r\n<td>3070</td>\r\n<td>8865</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>9700</td>\r\n<td>28</td>\r\n<td>11240</td>\r\n<td>2600</td>\r\n<td>3080</td>\r\n<td>11410</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>2,5 (25)</td>\r\n<td>2400</td>\r\n<td>20</td>\r\n<td>20</td>\r\n<td>9700</td>\r\n<td>28</td>\r\n<td>11320</td>\r\n<td>2600</td>\r\n<td>3318</td>\r\n<td>15940</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>0,8 (8,0)</td>\r\n<td>3000</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>9800</td>\r\n<td>28</td>\r\n<td>11585</td>\r\n<td>3165</td>\r\n<td>3630</td>\r\n<td>13370</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>1,0 (10)</td>\r\n<td>3000</td>\r\n<td>12</td>\r\n<td>14</td>\r\n<td>9800</td>\r\n<td>28</td>\r\n<td>11625</td>\r\n<td>3176</td>\r\n<td>3646</td>\r\n<td>13752</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>1,6 (16)</td>\r\n<td>3000</td>\r\n<td>16</td>\r\n<td>20</td>\r\n<td>9800</td>\r\n<td>28</td>\r\n<td>11640</td>\r\n<td>3180</td>\r\n<td>3646</td>\r\n<td>17250</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>2,5 (25)</td>\r\n<td>3000</td>\r\n<td>22</td>\r\n<td>25</td>\r\n<td>9800</td>\r\n<td>28</td>\r\n<td>11700</td>\r\n<td>3200</td>\r\n<td>3680</td>\r\n<td>23100</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>0,8 (8,0)</td>\r\n<td>3000</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>12160</td>\r\n<td>28</td>\r\n<td>13950</td>\r\n<td>3165</td>\r\n<td>3630</td>\r\n<td>14950</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>1,0 (10)</td>\r\n<td>3000</td>\r\n<td>12</td>\r\n<td>14</td>\r\n<td>12160</td>\r\n<td>28</td>\r\n<td>13950</td>\r\n<td>3165</td>\r\n<td>3630</td>\r\n<td>15253</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>1,6 (16)</td>\r\n<td>3000</td>\r\n<td>16</td>\r\n<td>20</td>\r\n<td>12160</td>\r\n<td>28</td>\r\n<td>14000</td>\r\n<td>3176</td>\r\n<td>3646</td>\r\n<td>19920</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>2,5 (25)</td>\r\n<td>3000</td>\r\n<td>22</td>\r\n<td>25</td>\r\n<td>12160</td>\r\n<td>28</td>\r\n<td>14300</td>\r\n<td>3190</td>\r\n<td>3680</td>\r\n<td>27215</td>\r\n</tr>\r\n<tr>\r\n<td>200</td>\r\n<td>1,0 (10)</td>\r\n<td>3400</td>\r\n<td>12</td>\r\n<td>16</td>\r\n<td>19800</td>\r\n<td>28</td>\r\n<td>22130</td>\r\n<td>3565</td>\r\n<td rowspan=\"3\">4075 Mit entfernter Lukenkonsole</td>\r\n<td>29600</td>\r\n</tr>\r\n<tr>\r\n<td>200</td>\r\n<td>1,0 (10)</td>\r\n<td>3400</td>\r\n<td>12</td>\r\n<td>16</td>\r\n<td>19800</td>\r\n<td>28</td>\r\n<td>22130</td>\r\n<td>3565</td>\r\n<td>29600</td>\r\n</tr>\r\n<tr>\r\n<td>200</td>\r\n<td>1,0 (10)</td>\r\n<td>3400</td>\r\n<td>12</td>\r\n<td>16</td>\r\n<td>19800</td>\r\n<td>28</td>\r\n<td>22130</td>\r\n<td>3565</td>\r\n<td>29600</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* Maße als Referenz'),
(3697, 638, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3698, 638, 'product_title_descriptionblock3', 'Parameter und Abmessungen von Geräten des Typs 2'),
(3699, 638, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3700, 638, 'product_descriptionblock3', '<p align=\"left\">Größen, mm</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Volumen m<sup>3</sup></th>\r\n<th>Bedingter Druck, MPa (kgf / cm<sup>2</sup>)</th>\r\n<th>D<sub>в</sub></th>\r\n<th>S</th>\r\n<th>S<sub>дн</sub></th>\r\n<th>H<sub>1</sub></th>\r\n<th>H<sub>2</sub></th>\r\n<th>L<sup>**</sup></th>\r\n<th>B<sup>**</sup></th>\r\n<th>H<sup>**</sup></th>\r\n<th>Gewicht  kg</th>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>1,6 (16)</td>\r\n<td>1000</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>2200</td>\r\n<td>1075</td>\r\n<td>1575</td>\r\n<td>1470</td>\r\n<td>3780</td>\r\n<td>1250</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>2,5 (25)</td>\r\n<td>1000</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>2200</td>\r\n<td>1085</td>\r\n<td>1600</td>\r\n<td>1500</td>\r\n<td>3800</td>\r\n<td>1544</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>1,0 (10)</td>\r\n<td>1200</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>3000</td>\r\n<td>1075</td>\r\n<td>1765</td>\r\n<td>1670</td>\r\n<td>4600</td>\r\n<td>1800</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>1,6 (16)</td>\r\n<td>1200</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>3000</td>\r\n<td>1085</td>\r\n<td>1765</td>\r\n<td>1670</td>\r\n<td>4600</td>\r\n<td>1814</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>2,5 (25)</td>\r\n<td>1200</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>3000</td>\r\n<td>1110</td>\r\n<td>1780</td>\r\n<td>1685</td>\r\n<td>4710</td>\r\n<td>2350</td>\r\n</tr>\r\n<tr>\r\n<td>6,3</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>2500</td>\r\n<td>1105</td>\r\n<td>2170</td>\r\n<td>2050</td>\r\n<td>4270</td>\r\n<td>2360</td>\r\n</tr>\r\n<tr>\r\n<td>6,3</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>2500</td>\r\n<td>1110</td>\r\n<td>2170</td>\r\n<td>2050</td>\r\n<td>4270</td>\r\n<td>2568</td>\r\n</tr>\r\n<tr>\r\n<td>6,3</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>2500</td>\r\n<td>1125</td>\r\n<td>2225</td>\r\n<td>2100</td>\r\n<td>4310</td>\r\n<td>3326</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>3300</td>\r\n<td>1105</td>\r\n<td>2170</td>\r\n<td>2100</td>\r\n<td>4860</td>\r\n<td>2550</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>3300</td>\r\n<td>1110</td>\r\n<td>2170</td>\r\n<td>2100</td>\r\n<td>4860</td>\r\n<td>2870</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>3300</td>\r\n<td>2125</td>\r\n<td>2175</td>\r\n<td>2110</td>\r\n<td>4860</td>\r\n<td>3750</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>4400</td>\r\n<td>1105</td>\r\n<td>2170</td>\r\n<td>2050</td>\r\n<td>6170</td>\r\n<td>2903</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>4400</td>\r\n<td>1110</td>\r\n<td>2170</td>\r\n<td>2050</td>\r\n<td>6170</td>\r\n<td>3346</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>4400</td>\r\n<td>1125</td>\r\n<td>2225</td>\r\n<td>2100</td>\r\n<td>6210</td>\r\n<td>4366</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>0,8 (8,0)</td>\r\n<td>2000</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>4200</td>\r\n<td>1525</td>\r\n<td>2570</td>\r\n<td>2400</td>\r\n<td>6505</td>\r\n<td>3830</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>1,0 (10)</td>\r\n<td>2000</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>4200</td>\r\n<td>1525</td>\r\n<td>2570</td>\r\n<td>2400</td>\r\n<td>6505</td>\r\n<td>4250</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>4500</td>\r\n<td>1535</td>\r\n<td>2970</td>\r\n<td>2800</td>\r\n<td>7155</td>\r\n<td>5860</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>4500</td>\r\n<td>1560</td>\r\n<td>2980</td>\r\n<td>2810</td>\r\n<td>7190</td>\r\n<td>7140</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>6000</td>\r\n<td>1535</td>\r\n<td>2970</td>\r\n<td>2800</td>\r\n<td>8400</td>\r\n<td>6785</td>\r\n</tr>\r\n<tr>\r\n<td>32</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>6000</td>\r\n<td>1565</td>\r\n<td>2980</td>\r\n<td>2810</td>\r\n<td>8460</td>\r\n<td>8665</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>0,8 (8,0)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>9700</td>\r\n<td>1535</td>\r\n<td>2975</td>\r\n<td>2865</td>\r\n<td>12150</td>\r\n<td>9760</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>9700</td>\r\n<td>1560</td>\r\n<td>2975</td>\r\n<td>2865</td>\r\n<td>12150</td>\r\n<td>11100</td>\r\n</tr>\r\n<tr>\r\n<td>50</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>9700</td>\r\n<td>1565</td>\r\n<td>2980</td>\r\n<td>2870</td>\r\n<td>12155</td>\r\n<td>12500</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>0,8 (8,0)</td>\r\n<td>3000</td>\r\n<td>10</td>\r\n<td>14</td>\r\n<td>9800</td>\r\n<td>1570</td>\r\n<td>3540</td>\r\n<td>3540</td>\r\n<td>12485</td>\r\n<td>13550</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>1,0 (10)</td>\r\n<td>3000</td>\r\n<td>12</td>\r\n<td>14</td>\r\n<td>9800</td>\r\n<td>1580</td>\r\n<td>3540</td>\r\n<td>3500</td>\r\n<td>12485</td>\r\n<td>15000</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>1,6 (16)</td>\r\n<td>3000</td>\r\n<td>16</td>\r\n<td>16</td>\r\n<td>9800</td>\r\n<td>1585</td>\r\n<td>3545</td>\r\n<td>3500</td>\r\n<td>12485</td>\r\n<td>16630</td>\r\n</tr>\r\n<tr>\r\n<td>80</td>\r\n<td>2,5 (25)</td>\r\n<td>3000</td>\r\n<td>27</td>\r\n<td>24</td>\r\n<td>9800</td>\r\n<td>1620</td>\r\n<td>3545</td>\r\n<td>3505</td>\r\n<td>12530</td>\r\n<td>22250</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>0,8 (8,0)</td>\r\n<td>3000</td>\r\n<td>10</td>\r\n<td>14</td>\r\n<td>12300</td>\r\n<td>1580</td>\r\n<td>3545</td>\r\n<td>3500</td>\r\n<td>14140</td>\r\n<td>15660</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>1,0 (10)</td>\r\n<td>3000</td>\r\n<td>12</td>\r\n<td>14</td>\r\n<td>12300</td>\r\n<td>1580</td>\r\n<td>3545</td>\r\n<td>3505</td>\r\n<td>14140</td>\r\n<td>17600</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>1,6 (16)</td>\r\n<td>3000</td>\r\n<td>18</td>\r\n<td>20</td>\r\n<td>12300</td>\r\n<td>1590</td>\r\n<td>3550</td>\r\n<td>3510</td>\r\n<td>14160</td>\r\n<td>23820</td>\r\n</tr>\r\n<tr>\r\n<td>100</td>\r\n<td>2,5 (25)</td>\r\n<td>3000</td>\r\n<td>24</td>\r\n<td>25</td>\r\n<td>12300</td>\r\n<td>1630</td>\r\n<td>3570</td>\r\n<td>3525</td>\r\n<td>14170</td>\r\n<td>30560</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(3701, 638, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3702, 638, 'product_title_descriptionblock4', 'Parameter und Abmessungen von Geräten des Typs 3'),
(3703, 638, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3704, 638, 'product_descriptionblock4', 'Größen, mm\r\n<table>\r\n<tbody>\r\n<tr>\r\n<th>Volumen m<sup>3</sup></th>\r\n<th>Bedingter Druck, MPa (kgf / cm<sup>2</sup>)</th>\r\n<th>D<sub>в</sub></th>\r\n<th>S</th>\r\n<th>S<sub>дн</sub></th>\r\n<th>Н</th>\r\n<th>H<sub>1</sub></th>\r\n<th>H<sub>2</sub></th>\r\n<th>Д<sup>*</sup></th>\r\n<th>d</th>\r\n<th>n</th>\r\n<th>L<sup>**</sup></th>\r\n<th>B<sup>**</sup></th>\r\n<th>H<sub>0</sub><sup>**</sup></th>\r\n<th>Gewicht  kg</th>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>1,6 (16)</td>\r\n<td>1000</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>2960</td>\r\n<td>2200</td>\r\n<td>475</td>\r\n<td>920</td>\r\n<td>24</td>\r\n<td>3</td>\r\n<td>1410</td>\r\n<td>1350</td>\r\n<td>3210</td>\r\n<td>1000</td>\r\n</tr>\r\n<tr>\r\n<td>2</td>\r\n<td>2,5 (25)</td>\r\n<td>1000</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>2960</td>\r\n<td>2200</td>\r\n<td>920</td>\r\n<td>24</td>\r\n<td>3</td>\r\n<td>1420</td>\r\n<td>1360</td>\r\n<td>3220</td>\r\n<td>1250</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>1,0 (10)</td>\r\n<td>1200</td>\r\n<td>6</td>\r\n<td>8</td>\r\n<td>3895</td>\r\n<td>3000</td>\r\n<td>560</td>\r\n<td>1100</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>1850</td>\r\n<td>1540</td>\r\n<td>4190</td>\r\n<td>1086</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>1,6 (16)</td>\r\n<td>1200</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>3895</td>\r\n<td>3000</td>\r\n<td>1100</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>1850</td>\r\n<td>1540</td>\r\n<td>4190</td>\r\n<td>1265</td>\r\n</tr>\r\n<tr>\r\n<td>4</td>\r\n<td>2,5 (25)</td>\r\n<td>1200</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>3935</td>\r\n<td>3000</td>\r\n<td>580</td>\r\n<td>1100</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>1860</td>\r\n<td>1550</td>\r\n<td>4210</td>\r\n<td>1970</td>\r\n</tr>\r\n<tr>\r\n<td>6,3</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>3670</td>\r\n<td>2500</td>\r\n<td>720</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2240</td>\r\n<td>1920</td>\r\n<td>3945</td>\r\n<td>1750</td>\r\n</tr>\r\n<tr>\r\n<td>6,3</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>3675</td>\r\n<td>2500</td>\r\n<td>725</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2250</td>\r\n<td>1930</td>\r\n<td>3975</td>\r\n<td>2000</td>\r\n</tr>\r\n<tr>\r\n<td>6,3</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>3695</td>\r\n<td>2500</td>\r\n<td>730</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2255</td>\r\n<td>1940</td>\r\n<td>3985</td>\r\n<td>2720</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>8</td>\r\n<td>4470</td>\r\n<td>3300</td>\r\n<td>720</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2245</td>\r\n<td>1925</td>\r\n<td>4740</td>\r\n<td>2000</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>4475</td>\r\n<td>3300</td>\r\n<td>725</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2245</td>\r\n<td>1925</td>\r\n<td>4745</td>\r\n<td>2250</td>\r\n</tr>\r\n<tr>\r\n<td>8</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>4485</td>\r\n<td>3300</td>\r\n<td>730</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2255</td>\r\n<td>1935</td>\r\n<td>4785</td>\r\n<td>3150</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>1,0 (10)</td>\r\n<td>1600</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>5575</td>\r\n<td>4400</td>\r\n<td>720</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2240</td>\r\n<td>1920</td>\r\n<td>5845</td>\r\n<td>2800</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>1,6 (16)</td>\r\n<td>1600</td>\r\n<td>10</td>\r\n<td>12</td>\r\n<td>5580</td>\r\n<td>4400</td>\r\n<td>725</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2245</td>\r\n<td>1925</td>\r\n<td>5850</td>\r\n<td>2800</td>\r\n</tr>\r\n<tr>\r\n<td>10</td>\r\n<td>2,5 (25)</td>\r\n<td>1600</td>\r\n<td>14</td>\r\n<td>16</td>\r\n<td>5590</td>\r\n<td>4400</td>\r\n<td>730</td>\r\n<td>1410</td>\r\n<td>35</td>\r\n<td>3</td>\r\n<td>2250</td>\r\n<td>1935</td>\r\n<td>5870</td>\r\n<td>3850</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>1,0 (10)</td>\r\n<td>2000</td>\r\n<td>8</td>\r\n<td>10</td>\r\n<td>5640</td>\r\n<td>4200</td>\r\n<td>890</td>\r\n<td>1810</td>\r\n<td>42</td>\r\n<td>3</td>\r\n<td>2855</td>\r\n<td>2320</td>\r\n<td>5910</td>\r\n<td>3050</td>\r\n</tr>\r\n<tr>\r\n<td>16</td>\r\n<td>1,6 (16)</td>\r\n<td>2000</td>\r\n<td>12</td>\r\n<td>12</td>\r\n<td>5645</td>\r\n<td>4200</td>\r\n<td>895</td>\r\n<td>1810</td>\r\n<td>42</td>\r\n<td>3</td>\r\n<td>3960</td>\r\n<td>2860</td>\r\n<td>5920</td>\r\n<td>3960</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>1,0 (10)</td>\r\n<td>2400</td>\r\n<td>10</td>\r\n<td>10</td>\r\n<td>6225</td>\r\n<td>4500</td>\r\n<td>1075</td>\r\n<td>2210</td>\r\n<td>42</td>\r\n<td>3</td>\r\n<td>3128</td>\r\n<td>2655</td>\r\n<td>6455</td>\r\n<td>4660</td>\r\n</tr>\r\n<tr>\r\n<td>25</td>\r\n<td>1,6 (16)</td>\r\n<td>2400</td>\r\n<td>14</td>\r\n<td>14</td>\r\n<td>6280</td>\r\n<td>4500</td>\r\n<td>1105</td>\r\n<td>2210</td>\r\n<td>42</td>\r\n<td>3</td>\r\n<td>3130</td>\r\n<td>2655</td>\r\n<td>6455</td>\r\n<td>5940</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n* Maße bei Bestellung\r\n** Abmessungen als Referenz'),
(3705, 638, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3706, 638, 'product_title_descriptionblock5', ''),
(3707, 638, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3708, 638, 'product_descriptionblock5', ''),
(3709, 638, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3710, 638, 'product_title_descriptionblock6', ''),
(3711, 638, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3712, 638, 'product_descriptionblock6', ''),
(3713, 638, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3714, 638, 'product_title_descriptionblock7', ''),
(3715, 638, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3716, 638, 'product_descriptionblock7', ''),
(3717, 638, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3718, 638, 'product_title_descriptionblock8', ''),
(3719, 638, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3720, 638, 'product_descriptionblock8', ''),
(3721, 638, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3722, 638, 'product_title_descriptionblock9', ''),
(3723, 638, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3724, 638, 'product_descriptionblock9', ''),
(3725, 638, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3726, 638, 'product_title_descriptionblock10', ''),
(3727, 638, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3728, 638, 'product_descriptionblock10', ''),
(3729, 638, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3730, 886, '_wp_attached_file', 'emk-kra.png'),
(3731, 886, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:11:\"emk-kra.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"emk-kra-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"emk-kra-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"emk-kra-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3732, 639, 'product_gallery4', ''),
(3733, 639, '_product_gallery4', 'field_5c3c93fd50f82'),
(3734, 639, 'product_gallery5', ''),
(3735, 639, '_product_gallery5', 'field_5c3f23ec75b87'),
(3736, 639, 'product_gallery6', ''),
(3737, 639, '_product_gallery6', 'field_5c3f23f375b88'),
(3738, 639, 'product_gallery7', ''),
(3739, 639, '_product_gallery7', 'field_5c3f23f975b89'),
(3740, 639, 'product_gallery8', ''),
(3741, 639, '_product_gallery8', 'field_5c3f240c75b8a'),
(3742, 639, 'product_gallery9', ''),
(3743, 639, '_product_gallery9', 'field_5c3f241175b8b'),
(3744, 639, 'product_gallery10', ''),
(3745, 639, '_product_gallery10', 'field_5c3f241775b8c'),
(3746, 639, 'product_title_descriptionblock1', ''),
(3747, 639, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3748, 639, 'product_descriptionblock1', ''),
(3749, 639, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3750, 639, 'product_title_descriptionblock2', ''),
(3751, 639, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3752, 639, 'product_descriptionblock2', ''),
(3753, 639, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3754, 639, 'product_title_descriptionblock3', ''),
(3755, 639, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3756, 639, 'product_descriptionblock3', ''),
(3757, 639, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3758, 639, 'product_title_descriptionblock4', ''),
(3759, 639, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3760, 639, 'product_descriptionblock4', ''),
(3761, 639, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3762, 639, 'product_title_descriptionblock5', ''),
(3763, 639, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3764, 639, 'product_descriptionblock5', ''),
(3765, 639, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3766, 639, 'product_title_descriptionblock6', ''),
(3767, 639, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3768, 639, 'product_descriptionblock6', ''),
(3769, 639, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3770, 639, 'product_title_descriptionblock7', ''),
(3771, 639, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3772, 639, 'product_descriptionblock7', ''),
(3773, 639, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3774, 639, 'product_title_descriptionblock8', ''),
(3775, 639, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3776, 639, 'product_descriptionblock8', ''),
(3777, 639, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3778, 639, 'product_title_descriptionblock9', ''),
(3779, 639, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3780, 639, 'product_descriptionblock9', ''),
(3781, 639, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3782, 639, 'product_title_descriptionblock10', ''),
(3783, 639, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3784, 639, 'product_descriptionblock10', ''),
(3785, 639, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3786, 887, '_wp_attached_file', 'emk-zel.png'),
(3787, 887, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:11:\"emk-zel.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"emk-zel-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"emk-zel-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"emk-zel-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3788, 640, 'product_gallery4', ''),
(3789, 640, '_product_gallery4', 'field_5c3c93fd50f82'),
(3790, 640, 'product_gallery5', ''),
(3791, 640, '_product_gallery5', 'field_5c3f23ec75b87'),
(3792, 640, 'product_gallery6', ''),
(3793, 640, '_product_gallery6', 'field_5c3f23f375b88'),
(3794, 640, 'product_gallery7', ''),
(3795, 640, '_product_gallery7', 'field_5c3f23f975b89'),
(3796, 640, 'product_gallery8', ''),
(3797, 640, '_product_gallery8', 'field_5c3f240c75b8a'),
(3798, 640, 'product_gallery9', ''),
(3799, 640, '_product_gallery9', 'field_5c3f241175b8b'),
(3800, 640, 'product_gallery10', ''),
(3801, 640, '_product_gallery10', 'field_5c3f241775b8c'),
(3802, 640, 'product_title_descriptionblock1', ''),
(3803, 640, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3804, 640, 'product_descriptionblock1', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3805, 640, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3806, 640, 'product_title_descriptionblock2', ''),
(3807, 640, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3808, 640, 'product_descriptionblock2', ''),
(3809, 640, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3810, 640, 'product_title_descriptionblock3', ''),
(3811, 640, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3812, 640, 'product_descriptionblock3', ''),
(3813, 640, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3814, 640, 'product_title_descriptionblock4', ''),
(3815, 640, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3816, 640, 'product_descriptionblock4', ''),
(3817, 640, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3818, 640, 'product_title_descriptionblock5', ''),
(3819, 640, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3820, 640, 'product_descriptionblock5', ''),
(3821, 640, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3822, 640, 'product_title_descriptionblock6', ''),
(3823, 640, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3824, 640, 'product_descriptionblock6', ''),
(3825, 640, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3826, 640, 'product_title_descriptionblock7', ''),
(3827, 640, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3828, 640, 'product_descriptionblock7', ''),
(3829, 640, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3830, 640, 'product_title_descriptionblock8', ''),
(3831, 640, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3832, 640, 'product_descriptionblock8', ''),
(3833, 640, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3834, 640, 'product_title_descriptionblock9', ''),
(3835, 640, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3836, 640, 'product_descriptionblock9', ''),
(3837, 640, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3838, 640, 'product_title_descriptionblock10', ''),
(3839, 640, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3840, 640, 'product_descriptionblock10', ''),
(3841, 640, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3849, 641, 'product_gallery4', ''),
(3850, 641, '_product_gallery4', 'field_5c3c93fd50f82'),
(3851, 641, 'product_gallery5', ''),
(3852, 641, '_product_gallery5', 'field_5c3f23ec75b87'),
(3853, 641, 'product_gallery6', ''),
(3854, 641, '_product_gallery6', 'field_5c3f23f375b88'),
(3855, 641, 'product_gallery7', ''),
(3856, 641, '_product_gallery7', 'field_5c3f23f975b89'),
(3857, 641, 'product_gallery8', ''),
(3858, 641, '_product_gallery8', 'field_5c3f240c75b8a'),
(3859, 641, 'product_gallery9', ''),
(3860, 641, '_product_gallery9', 'field_5c3f241175b8b'),
(3861, 641, 'product_gallery10', ''),
(3862, 641, '_product_gallery10', 'field_5c3f241775b8c'),
(3863, 641, 'product_title_descriptionblock1', ''),
(3864, 641, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3865, 641, 'product_descriptionblock1', ''),
(3866, 641, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3867, 641, 'product_title_descriptionblock2', ''),
(3868, 641, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3869, 641, 'product_descriptionblock2', ''),
(3870, 641, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3871, 641, 'product_title_descriptionblock3', ''),
(3872, 641, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3873, 641, 'product_descriptionblock3', ''),
(3874, 641, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3875, 641, 'product_title_descriptionblock4', ''),
(3876, 641, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3877, 641, 'product_descriptionblock4', ''),
(3878, 641, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3879, 641, 'product_title_descriptionblock5', ''),
(3880, 641, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3881, 641, 'product_descriptionblock5', ''),
(3882, 641, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3883, 641, 'product_title_descriptionblock6', ''),
(3884, 641, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3885, 641, 'product_descriptionblock6', ''),
(3886, 641, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3887, 641, 'product_title_descriptionblock7', ''),
(3888, 641, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3889, 641, 'product_descriptionblock7', ''),
(3890, 641, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3891, 641, 'product_title_descriptionblock8', ''),
(3892, 641, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3893, 641, 'product_descriptionblock8', ''),
(3894, 641, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3895, 641, 'product_title_descriptionblock9', ''),
(3896, 641, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3897, 641, 'product_descriptionblock9', ''),
(3898, 641, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3899, 641, 'product_title_descriptionblock10', ''),
(3900, 641, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3901, 641, 'product_descriptionblock10', ''),
(3902, 641, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3903, 642, 'product_gallery4', ''),
(3904, 642, '_product_gallery4', 'field_5c3c93fd50f82'),
(3905, 642, 'product_gallery5', ''),
(3906, 642, '_product_gallery5', 'field_5c3f23ec75b87'),
(3907, 642, 'product_gallery6', ''),
(3908, 642, '_product_gallery6', 'field_5c3f23f375b88'),
(3909, 642, 'product_gallery7', ''),
(3910, 642, '_product_gallery7', 'field_5c3f23f975b89'),
(3911, 642, 'product_gallery8', ''),
(3912, 642, '_product_gallery8', 'field_5c3f240c75b8a'),
(3913, 642, 'product_gallery9', ''),
(3914, 642, '_product_gallery9', 'field_5c3f241175b8b'),
(3915, 642, 'product_gallery10', ''),
(3916, 642, '_product_gallery10', 'field_5c3f241775b8c'),
(3917, 642, 'product_title_descriptionblock1', ''),
(3918, 642, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3919, 642, 'product_descriptionblock1', ''),
(3920, 642, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3921, 642, 'product_title_descriptionblock2', ''),
(3922, 642, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3923, 642, 'product_descriptionblock2', ''),
(3924, 642, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3925, 642, 'product_title_descriptionblock3', ''),
(3926, 642, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3927, 642, 'product_descriptionblock3', ''),
(3928, 642, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3929, 642, 'product_title_descriptionblock4', ''),
(3930, 642, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3931, 642, 'product_descriptionblock4', ''),
(3932, 642, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3933, 642, 'product_title_descriptionblock5', ''),
(3934, 642, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3935, 642, 'product_descriptionblock5', ''),
(3936, 642, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3937, 642, 'product_title_descriptionblock6', ''),
(3938, 642, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3939, 642, 'product_descriptionblock6', ''),
(3940, 642, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3941, 642, 'product_title_descriptionblock7', ''),
(3942, 642, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3943, 642, 'product_descriptionblock7', ''),
(3944, 642, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3945, 642, 'product_title_descriptionblock8', ''),
(3946, 642, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(3947, 642, 'product_descriptionblock8', ''),
(3948, 642, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(3949, 642, 'product_title_descriptionblock9', ''),
(3950, 642, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(3951, 642, 'product_descriptionblock9', ''),
(3952, 642, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(3953, 642, 'product_title_descriptionblock10', ''),
(3954, 642, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(3955, 642, 'product_descriptionblock10', ''),
(3956, 642, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(3957, 643, 'product_gallery4', ''),
(3958, 643, '_product_gallery4', 'field_5c3c93fd50f82'),
(3959, 643, 'product_gallery5', ''),
(3960, 643, '_product_gallery5', 'field_5c3f23ec75b87'),
(3961, 643, 'product_gallery6', ''),
(3962, 643, '_product_gallery6', 'field_5c3f23f375b88'),
(3963, 643, 'product_gallery7', ''),
(3964, 643, '_product_gallery7', 'field_5c3f23f975b89'),
(3965, 643, 'product_gallery8', ''),
(3966, 643, '_product_gallery8', 'field_5c3f240c75b8a'),
(3967, 643, 'product_gallery9', ''),
(3968, 643, '_product_gallery9', 'field_5c3f241175b8b'),
(3969, 643, 'product_gallery10', ''),
(3970, 643, '_product_gallery10', 'field_5c3f241775b8c'),
(3971, 643, 'product_title_descriptionblock1', 'Die Nennkapazität kann wie folgt sein (gemessen in Kubikmetern)'),
(7431, 622, '_yoast_wpseo_content_score', '30'),
(3972, 643, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(3973, 643, 'product_descriptionblock1', '<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">0.5</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">2.0</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">6.3</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">16</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">32</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">1.0</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">3.2</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">8.0</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">20</p>\r\n</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">40</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" width=\"125\">1.6</td>\r\n<td style=\"text-align: center;\" width=\"125\">4.0</td>\r\n<td style=\"text-align: center;\" width=\"125\">10</td>\r\n<td style=\"text-align: center;\" width=\"125\">25</td>\r\n<td width=\"125\">\r\n<p style=\"text-align: center;\">50</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(3974, 643, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(3975, 643, 'product_title_descriptionblock2', ''),
(3976, 643, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(3977, 643, 'product_descriptionblock2', ''),
(3978, 643, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(3979, 643, 'product_title_descriptionblock3', ''),
(3980, 643, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(3981, 643, 'product_descriptionblock3', ''),
(3982, 643, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(3983, 643, 'product_title_descriptionblock4', ''),
(3984, 643, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(3985, 643, 'product_descriptionblock4', ''),
(3986, 643, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(3987, 643, 'product_title_descriptionblock5', ''),
(3988, 643, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(3989, 643, 'product_descriptionblock5', ''),
(3990, 643, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(3991, 643, 'product_title_descriptionblock6', ''),
(3992, 643, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(3993, 643, 'product_descriptionblock6', ''),
(3994, 643, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(3995, 643, 'product_title_descriptionblock7', ''),
(3996, 643, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(3997, 643, 'product_descriptionblock7', ''),
(3998, 643, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(3999, 643, 'product_title_descriptionblock8', ''),
(4000, 643, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(4001, 643, 'product_descriptionblock8', ''),
(4002, 643, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(4003, 643, 'product_title_descriptionblock9', ''),
(4004, 643, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(4005, 643, 'product_descriptionblock9', ''),
(4006, 643, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(4007, 643, 'product_title_descriptionblock10', ''),
(4008, 643, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(4009, 643, 'product_descriptionblock10', ''),
(4010, 643, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(4011, 890, '_wp_attached_file', 'spi.png'),
(4012, 890, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:7:\"spi.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"spi-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"spi-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"spi-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4013, 656, '_thumbnail_id', '890'),
(4014, 656, 'product_excerpt', 'Spiralwärmetauscher - Es wird verwendet, um den Wärmeaustauschprozess zwischen verschiedenen Arbeitsmedien zu organisieren, die feste Partikel und Elemente mit geringer Masse und kleinem Volumen enthalten.'),
(4015, 656, '_product_excerpt', 'field_5c35aa337a54a'),
(4016, 656, 'product_gallery1', '890'),
(4017, 656, '_product_gallery1', 'field_5c25c1ddf6059'),
(4018, 656, 'product_gallery2', ''),
(4019, 656, '_product_gallery2', 'field_5c25c1f7f605a'),
(4020, 656, 'product_gallery3', ''),
(4021, 656, '_product_gallery3', 'field_5c25c1fcf605b'),
(4022, 656, 'product_gallery4', ''),
(4023, 656, '_product_gallery4', 'field_5c3c93fd50f82'),
(4024, 656, 'product_gallery5', ''),
(4025, 656, '_product_gallery5', 'field_5c3f23ec75b87'),
(4026, 656, 'product_gallery6', ''),
(4027, 656, '_product_gallery6', 'field_5c3f23f375b88'),
(4028, 656, 'product_gallery7', ''),
(4029, 656, '_product_gallery7', 'field_5c3f23f975b89'),
(4030, 656, 'product_gallery8', ''),
(4031, 656, '_product_gallery8', 'field_5c3f240c75b8a'),
(4032, 656, 'product_gallery9', ''),
(4033, 656, '_product_gallery9', 'field_5c3f241175b8b'),
(4034, 656, 'product_gallery10', ''),
(4035, 656, '_product_gallery10', 'field_5c3f241775b8c'),
(4036, 656, 'product_short_description', '<strong>Spiralwärmetauscher</strong> - Es wird verwendet, um den Wärmeaustauschprozess zwischen verschiedenen Arbeitsmedien zu organisieren, die feste Partikel und Elemente mit geringer Masse und kleinem Volumen enthalten.\r\n\r\n<strong>Die Konstruktion des Spiralwärmetauschers</strong>\r\nDie Vorrichtung wird gebildet, indem flache Metallbleche spiralförmig um ein zentrales Verteilerrohr gedreht werden. Abstandsbolzen sind mit den Blechen verschweißt, um einen konstanten Querschnitt der Kanäle der Vorrichtung zu gewährleisten und die Tragfähigkeit der Struktur aufrechtzuerhalten. Kanalsysteme für die Bewegung von Arbeitsmedien werden unter Verwendung von Schweißnähten und entfernbaren Abdeckungen der Vorrichtung gebildet. Die Konstruktion der Vorrichtung ermöglicht den Zugang zu den Wärmetauscherkanälen und Schweißnähten zur Inspektion, Reinigung und Reparatur.\r\n\r\n<strong>Konstruktionsmerkmale</strong>\r\n<ul>\r\n 	<li>Jedes Arbeitsmedium bewegt sich auf einem eigenen Kanal, parallele Kanäle fehlen. Dies beseitigt die ungleichmäßige Verteilung der Arbeitsmedien entlang der Kanäle, die bei Rohr- und Plattenvorrichtungen möglich ist.</li>\r\n 	<li>Die Kanalgrößen für jede Aufgabe und für jede Arbeitsumgebung werden individuell berechnet. Dies stellt hohe Geschwindigkeiten der Arbeitsumgebung sicher, was wiederum das Verstopfen der Vorrichtung verringert und zur Selbstreinigung beiträgt.</li>\r\n 	<li>Beim Entfernen der Abdeckungen können die Kanäle des Geräts mit einem Hydraulikmonitor gewaschen werden.</li>\r\n</ul>\r\n<strong>Die Verwendung von Spiralwärmetauschern</strong>\r\n<ul>\r\n 	<li>Arbeitsumgebungen sind hochviskos, enthalten mechanische Partikel und neigen zur Bildung von Verunreinigungen.</li>\r\n 	<li>minimaler Druckverlust ist akzeptabel;</li>\r\n 	<li>erfordert eine mechanische Reinigung der einzelnen Arbeitsumgebungen;</li>\r\n</ul>'),
(4037, 656, '_product_short_description', 'field_5c25c929f0737'),
(4038, 656, 'product_title_file1', 'Katalog'),
(4039, 656, '_product_title_file1', 'field_5c25c7c150a22'),
(4040, 656, 'product_file1', '442'),
(4041, 656, '_product_file1', 'field_5c25c05b1ef96'),
(4042, 656, 'product_title_file2', 'Fragebogen'),
(4043, 656, '_product_title_file2', 'field_5c25c7d050a23'),
(4044, 656, 'product_file2', '443'),
(4045, 656, '_product_file2', 'field_5c25c08b1ef97'),
(4046, 656, 'product_specifications', '<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen zur Herstellung und zum Verkauf von Spiralwärmetauschern sowie Angaben zum Kauf eines Spiralwärmetauschers;</li>\r\n 	<li>Hilfe bei der Auswahl eines Spiralwärmetauschers und des Preises eines Spiralwärmetauschers;</li>\r\n 	<li>vollständige Informationen zur Entwicklung der technischen Dokumentation für einen Spiralwärmetauscher.</li>\r\n</ul>'),
(7430, 656, '_yoast_wpseo_content_score', '30'),
(7432, 623, '_yoast_wpseo_content_score', '30'),
(7433, 1035, '_yoast_wpseo_content_score', '30'),
(4047, 656, '_product_specifications', 'field_5c25c0cb1ef99'),
(4048, 656, 'product_title_descriptionblock1', ''),
(4049, 656, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(4050, 656, 'product_descriptionblock1', ''),
(4051, 656, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(4052, 656, 'product_title_descriptionblock2', ''),
(4053, 656, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(4054, 656, 'product_descriptionblock2', ''),
(4055, 656, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(4056, 656, 'product_title_descriptionblock3', ''),
(4057, 656, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(4058, 656, 'product_descriptionblock3', ''),
(4059, 656, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(4060, 656, 'product_title_descriptionblock4', ''),
(4061, 656, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(4062, 656, 'product_descriptionblock4', ''),
(4063, 656, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(4064, 656, 'product_title_descriptionblock5', ''),
(4065, 656, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(4066, 656, 'product_descriptionblock5', ''),
(4067, 656, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(4068, 656, 'product_title_descriptionblock6', ''),
(4069, 656, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(4070, 656, 'product_descriptionblock6', ''),
(4071, 656, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(4072, 656, 'product_title_descriptionblock7', ''),
(4073, 656, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(4074, 656, 'product_descriptionblock7', ''),
(4075, 656, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(4076, 656, 'product_title_descriptionblock8', ''),
(4077, 656, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(4078, 656, 'product_descriptionblock8', ''),
(4079, 656, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(4080, 656, 'product_title_descriptionblock9', ''),
(4081, 656, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(4082, 656, 'product_descriptionblock9', ''),
(4083, 656, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(4084, 656, 'product_title_descriptionblock10', ''),
(4085, 656, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(4086, 656, 'product_descriptionblock10', ''),
(4087, 656, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(4088, 656, 'sp_title', ''),
(4089, 656, '_sp_title', 'field_5c260d8529c84'),
(4090, 656, 'sp_title_button', ''),
(4091, 656, '_sp_title_button', 'field_5c260d9729c85'),
(4092, 656, 'sp_title1', ''),
(4093, 656, '_sp_title1', 'field_5c260dab29c86'),
(4094, 656, 'sp_text1', ''),
(4095, 656, '_sp_text1', 'field_5c260db329c87'),
(4096, 656, 'sp_img1', ''),
(4097, 656, '_sp_img1', 'field_5c260dbc29c88'),
(4098, 656, 'sp_url1', ''),
(4099, 656, '_sp_url1', 'field_5c260dcd29c89'),
(4100, 656, 'sp_title2', ''),
(4101, 656, '_sp_title2', 'field_5c260ddfa23af'),
(4102, 656, 'sp_text2', ''),
(4103, 656, '_sp_text2', 'field_5c260df2a23b2'),
(4104, 656, 'sp_img2', ''),
(4105, 656, '_sp_img2', 'field_5c260e03a23b5'),
(4106, 656, 'sp_url2', ''),
(4107, 656, '_sp_url2', 'field_5c260e1ba23b8'),
(4108, 656, 'sp_title3', ''),
(4109, 656, '_sp_title3', 'field_5c260de7a23b0'),
(4110, 656, 'sp_text3', ''),
(4111, 656, '_sp_text3', 'field_5c260df7a23b3'),
(4112, 656, 'sp_img3', ''),
(4113, 656, '_sp_img3', 'field_5c260e0aa23b6'),
(4114, 656, 'sp_url3', ''),
(4115, 656, '_sp_url3', 'field_5c260e22a23b9'),
(4116, 656, 'sp_title4', ''),
(4117, 656, '_sp_title4', 'field_5c260deba23b1'),
(4118, 656, 'sp_text4', ''),
(4119, 656, '_sp_text4', 'field_5c260dfca23b4'),
(4120, 656, 'sp_img4', ''),
(4121, 656, '_sp_img4', 'field_5c260e0ea23b7'),
(4122, 656, 'sp_url4', ''),
(4123, 656, '_sp_url4', 'field_5c260e27a23ba'),
(4124, 657, '_thumbnail_id', '809'),
(4125, 657, 'product_excerpt', 'Gedichtete plattenwärmetauscher lösen viele Probleme beim Heizen und Kühlen verschiedener Medien in technologischen Prozessen'),
(7583, 1144, '_edit_lock', '1597649825:1'),
(4126, 657, '_product_excerpt', 'field_5c35aa337a54a'),
(4127, 657, 'product_gallery1', '907'),
(4128, 657, '_product_gallery1', 'field_5c25c1ddf6059'),
(4129, 657, 'product_gallery2', '908'),
(4130, 657, '_product_gallery2', 'field_5c25c1f7f605a'),
(4131, 657, 'product_gallery3', '906'),
(4132, 657, '_product_gallery3', 'field_5c25c1fcf605b'),
(4133, 657, 'product_gallery4', ''),
(4134, 657, '_product_gallery4', 'field_5c3c93fd50f82'),
(4135, 657, 'product_gallery5', ''),
(4136, 657, '_product_gallery5', 'field_5c3f23ec75b87'),
(4137, 657, 'product_gallery6', ''),
(4138, 657, '_product_gallery6', 'field_5c3f23f375b88'),
(4139, 657, 'product_gallery7', ''),
(4140, 657, '_product_gallery7', 'field_5c3f23f975b89'),
(4141, 657, 'product_gallery8', ''),
(4142, 657, '_product_gallery8', 'field_5c3f240c75b8a'),
(4143, 657, 'product_gallery9', ''),
(4144, 657, '_product_gallery9', 'field_5c3f241175b8b'),
(4145, 657, 'product_gallery10', ''),
(4146, 657, '_product_gallery10', 'field_5c3f241775b8c'),
(4147, 657, 'product_short_description', '<strong>Gedichtete plattenwärmetauscher</strong> lösen viele Probleme beim Heizen und Kühlen verschiedener Medien in technologischen Prozessen\r\n<strong>Eigenschaften Gedichteten Plattenwärmetauscher-Design</strong>\r\n<img class=\"alignleft wp-image-907 \" src=\"https://kligur.de/wp-content/uploads/p2-526x640.png\" alt=\"\" width=\"243\" height=\"290\" />\r\n<img class=\"alignleft wp-image-1137 \" src=\"https://kligur.de/wp-content/uploads/gasket-en-582x640.png\" alt=\"\" width=\"249\" height=\"306\" />'),
(4148, 657, '_product_short_description', 'field_5c25c929f0737'),
(4149, 657, 'product_title_file1', 'Katalog'),
(4150, 657, '_product_title_file1', 'field_5c25c7c150a22'),
(4151, 657, 'product_file1', '442'),
(4152, 657, '_product_file1', 'field_5c25c05b1ef96'),
(4153, 657, 'product_title_file2', 'Fragebogen'),
(4154, 657, '_product_title_file2', 'field_5c25c7d050a23'),
(4155, 657, 'product_file2', '443'),
(4156, 657, '_product_file2', 'field_5c25c08b1ef97'),
(4157, 657, 'product_specifications', '<h4>Gedichteten Plattenwärmetauscher-Design</h4>\r\n<img class=\"wp-image-921 alignleft\" src=\"https://kligur.de/wp-content/uploads/shema-gasket.png\" alt=\"\" width=\"383\" height=\"323\" />\r\n\r\n1 - Frame\r\n\r\n2 - Gummidichtungen\r\n\r\n3 - Wärmeübertragungsplatten\r\n\r\n4 - Flansche\r\n\r\n5 - Druckplatten\r\n<h4>Gummidichtungsmaterial</h4>\r\n<img class=\"alignleft wp-image-1138 size-medium\" src=\"https://kligur.de/wp-content/uploads/rezina-angl-640x346.png\" alt=\"\" width=\"640\" height=\"346\" />\r\n<h4>Material zur Herstellung von Wärmeübertragungsplatten</h4>\r\n<img class=\"alignleft wp-image-919 \" src=\"https://kligur.de/wp-content/uploads/plate-539x640.png\" alt=\"\" width=\"231\" height=\"275\" />\r\n<ol>\r\n 	<li style=\"list-style-type: none;\">\r\n<ul>\r\n 	<li>AISI 316L</li>\r\n 	<li>AISI 316L</li>\r\n 	<li>AISI 316Ti</li>\r\n 	<li>SMO 254</li>\r\n 	<li>Cronifer 1925</li>\r\n 	<li>Hastelloy</li>\r\n 	<li>Nickel</li>\r\n 	<li>Titanium</li>\r\n 	<li>Ti-Pd</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von Plattenwärmetauschern und Angaben zum Kauf eines Plattenwärmetauschers;</li>\r\n 	<li>Hilfe bei der Auswahl eines zusammenlegbaren Wärmetauschers und des Preises eines zusammenlegbaren Wärmetauschers;</li>\r\n 	<li>vollständige Informationen zur Entwicklung der technischen Dokumentation für Plattenwärmetauscher.</li>\r\n</ul>'),
(4158, 657, '_product_specifications', 'field_5c25c0cb1ef99'),
(4159, 657, 'product_title_descriptionblock1', 'Anwendungsprozesse gedichtete Plattenwärmetauscher'),
(4160, 657, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(4161, 657, 'product_descriptionblock1', '<ul>\r\n 	<li>Poolwasserheizung</li>\r\n 	<li>Fußbodenheizung</li>\r\n 	<li>Belüftung</li>\r\n 	<li>Heizung</li>\r\n 	<li>Warmwasser</li>\r\n 	<li>Lebensmittelkühlung / -heizung</li>\r\n 	<li>Abkühlen / Erhitzen von Säuren, Laugen, Lösungen</li>\r\n 	<li>Kondensation / Verdampfung von Freonen, Ammoniak</li>\r\n 	<li>Pasteurisierung</li>\r\n</ul>'),
(4162, 657, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(4163, 657, 'product_title_descriptionblock2', 'Zweige Anwendung gedichtete Plattenwärmetauscher'),
(4164, 657, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(4165, 657, 'product_descriptionblock2', '<ul>\r\n 	<li>Wohnen und kommunale Dienstleistungen</li>\r\n 	<li>Lebensmittelindustrie</li>\r\n 	<li>Metallurgie</li>\r\n 	<li>Maschinenbau</li>\r\n 	<li>Metallurgie</li>\r\n 	<li>Chemische Industrie</li>\r\n 	<li>Pharmazeutische Industrie</li>\r\n 	<li>Energetik</li>\r\n 	<li>Kälteversorgung</li>\r\n 	<li>Zellstoff- und Papierindustrie</li>\r\n</ul>'),
(7578, 657, '_yoast_wpseo_content_score', '30'),
(4166, 657, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(4167, 657, 'product_title_descriptionblock3', 'Medienanwendung'),
(4168, 657, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(4169, 657, 'product_descriptionblock3', '<ul>\r\n 	<li>Wasser</li>\r\n 	<li>Luft</li>\r\n 	<li>Dampf</li>\r\n 	<li>Alkali\r\nEssiggurken</li>\r\n 	<li>Säuren</li>\r\n 	<li>Alkohole</li>\r\n 	<li>Kohlenwasserstoffe</li>\r\n 	<li>Inerte Gase</li>\r\n 	<li>Erdgas</li>\r\n 	<li>Öle</li>\r\n</ul>'),
(4170, 657, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(4171, 657, 'product_title_descriptionblock4', ''),
(4172, 657, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(4173, 657, 'product_descriptionblock4', ''),
(4174, 657, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(4175, 657, 'product_title_descriptionblock5', ''),
(4176, 657, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(4177, 657, 'product_descriptionblock5', ''),
(4178, 657, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(4179, 657, 'product_title_descriptionblock6', ''),
(4180, 657, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(4181, 657, 'product_descriptionblock6', ''),
(4182, 657, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(4183, 657, 'product_title_descriptionblock7', ''),
(4184, 657, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(4185, 657, 'product_descriptionblock7', ''),
(4186, 657, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(4187, 657, 'product_title_descriptionblock8', ''),
(4188, 657, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(4189, 657, 'product_descriptionblock8', ''),
(4190, 657, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(4191, 657, 'product_title_descriptionblock9', ''),
(4192, 657, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(4193, 657, 'product_descriptionblock9', ''),
(4194, 657, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(4195, 657, 'product_title_descriptionblock10', ''),
(4196, 657, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(4197, 657, 'product_descriptionblock10', ''),
(4198, 657, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(4199, 657, 'sp_title', 'Empfohlen'),
(4200, 657, '_sp_title', 'field_5c260d8529c84'),
(4201, 657, 'sp_title_button', 'Weitere Details>'),
(4202, 657, '_sp_title_button', 'field_5c260d9729c85'),
(4203, 657, 'sp_title1', 'Geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse'),
(4204, 657, '_sp_title1', 'field_5c260dab29c86'),
(4205, 657, 'sp_text1', ''),
(4206, 657, '_sp_text1', 'field_5c260db329c87'),
(4207, 657, 'sp_img1', '817'),
(4208, 657, '_sp_img1', 'field_5c260dbc29c88'),
(4209, 657, 'sp_url1', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/geschweiste-warmetauscher-mit-zusammenlegbarem-gehause/'),
(4210, 657, '_sp_url1', 'field_5c260dcd29c89'),
(4211, 657, 'sp_title2', 'Luftkühler'),
(4212, 657, '_sp_title2', 'field_5c260ddfa23af'),
(4213, 657, 'sp_text2', ''),
(4214, 657, '_sp_text2', 'field_5c260df2a23b2'),
(4215, 657, 'sp_img2', '804'),
(4216, 657, '_sp_img2', 'field_5c260e03a23b5'),
(4217, 657, 'sp_url2', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(4218, 657, '_sp_url2', 'field_5c260e1ba23b8'),
(4219, 657, 'sp_title3', 'Vollverschweißter Wärmetauscher'),
(4220, 657, '_sp_title3', 'field_5c260de7a23b0'),
(4221, 657, 'sp_text3', ''),
(4222, 657, '_sp_text3', 'field_5c260df7a23b3'),
(4223, 657, 'sp_img3', '820'),
(4224, 657, '_sp_img3', 'field_5c260e0aa23b6'),
(4225, 657, 'sp_url3', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/vollverschweister-warmetauscher/'),
(4226, 657, '_sp_url3', 'field_5c260e22a23b9'),
(4227, 657, 'sp_title4', 'Luftkühler abschnitt'),
(4228, 657, '_sp_title4', 'field_5c260deba23b1'),
(4229, 657, 'sp_text4', ''),
(4230, 657, '_sp_text4', 'field_5c260dfca23b4'),
(4231, 657, 'sp_img4', '847'),
(4232, 657, '_sp_img4', 'field_5c260e0ea23b7'),
(4233, 657, 'sp_url4', 'https://kligur.de/luftkuhleriya/luftkuhler-abschnitt/'),
(4234, 657, '_sp_url4', 'field_5c260e27a23ba'),
(4235, 891, '_wp_attached_file', 'sek1.jpg'),
(4237, 892, '_wp_attached_file', 'sek2.jpg'),
(4238, 892, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"sek2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sek2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sek2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sek2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4239, 893, '_wp_attached_file', 'sek3.jpg'),
(4240, 893, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"sek3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sek3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sek3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sek3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4259, 786, 'product_title_descriptionblock1', ''),
(4260, 786, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(4261, 786, 'product_descriptionblock1', ''),
(4262, 786, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(4263, 786, 'product_title_descriptionblock2', ''),
(4264, 786, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(4265, 786, 'product_descriptionblock2', ''),
(4266, 786, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(4267, 786, 'product_title_descriptionblock3', ''),
(4268, 786, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(4269, 786, 'product_descriptionblock3', ''),
(4270, 786, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(4271, 786, 'product_title_descriptionblock4', ''),
(4272, 786, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(4273, 786, 'product_descriptionblock4', ''),
(4274, 786, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(4275, 786, 'product_title_descriptionblock5', ''),
(4276, 786, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(4277, 786, 'product_descriptionblock5', ''),
(4278, 786, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(4279, 786, 'product_title_descriptionblock6', ''),
(4280, 786, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(4281, 786, 'product_descriptionblock6', ''),
(4282, 786, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(4283, 786, 'product_title_descriptionblock7', ''),
(4284, 786, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(4285, 786, 'product_descriptionblock7', ''),
(4286, 786, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(4287, 786, 'product_title_descriptionblock8', ''),
(4288, 786, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(4289, 786, 'product_descriptionblock8', ''),
(4290, 786, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(4291, 786, 'product_title_descriptionblock9', ''),
(4292, 786, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(4293, 786, 'product_descriptionblock9', ''),
(4294, 786, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(4295, 786, 'product_title_descriptionblock10', ''),
(4296, 786, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(4297, 786, 'product_descriptionblock10', ''),
(4298, 786, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(4299, 896, '_wp_attached_file', 'v-tekst-5.png'),
(4300, 896, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:631;s:6:\"height\";i:444;s:4:\"file\";s:13:\"v-tekst-5.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-5-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"v-tekst-5-624x439.png\";s:5:\"width\";i:624;s:6:\"height\";i:439;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4319, 787, '_thumbnail_id', '901'),
(4320, 787, 'product_gallery4', ''),
(4303, 898, '_wp_attached_file', 'tobe-open.png'),
(4304, 898, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:13:\"tobe-open.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tobe-open-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tobe-open-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"tobe-open-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4317, 905, '_wp_attached_file', 'tube-open.png'),
(4318, 905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:13:\"tube-open.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tube-open-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"tube-open-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"tube-open-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4307, 900, '_wp_attached_file', 'tobe-open1.png'),
(4308, 900, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:14:\"tobe-open1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tobe-open1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tobe-open1-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"tobe-open1-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4309, 901, '_wp_attached_file', 'puchok.png'),
(4310, 901, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:10:\"puchok.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"puchok-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"puchok-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"puchok-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4321, 787, '_product_gallery4', 'field_5c3c93fd50f82'),
(4315, 904, '_wp_attached_file', 'tube.png'),
(4316, 904, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"tube.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"tube-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"tube-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"tube-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4322, 787, 'product_gallery5', ''),
(4323, 787, '_product_gallery5', 'field_5c3f23ec75b87'),
(4324, 787, 'product_gallery6', ''),
(4325, 787, '_product_gallery6', 'field_5c3f23f375b88'),
(4326, 787, 'product_gallery7', ''),
(4327, 787, '_product_gallery7', 'field_5c3f23f975b89'),
(4328, 787, 'product_gallery8', ''),
(4329, 787, '_product_gallery8', 'field_5c3f240c75b8a'),
(4330, 787, 'product_gallery9', ''),
(4331, 787, '_product_gallery9', 'field_5c3f241175b8b'),
(4332, 787, 'product_gallery10', ''),
(4333, 787, '_product_gallery10', 'field_5c3f241775b8c'),
(4334, 787, 'product_title_descriptionblock1', ''),
(4335, 787, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(4336, 787, 'product_descriptionblock1', ''),
(4337, 787, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(4338, 787, 'product_title_descriptionblock2', ''),
(4339, 787, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(4340, 787, 'product_descriptionblock2', ''),
(4341, 787, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(4342, 787, 'product_title_descriptionblock3', ''),
(4343, 787, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(4344, 787, 'product_descriptionblock3', ''),
(4345, 787, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(4346, 787, 'product_title_descriptionblock4', ''),
(4347, 787, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(4348, 787, 'product_descriptionblock4', ''),
(4349, 787, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(4350, 787, 'product_title_descriptionblock5', ''),
(4351, 787, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(4352, 787, 'product_descriptionblock5', ''),
(4353, 787, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(4354, 787, 'product_title_descriptionblock6', ''),
(4355, 787, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(4356, 787, 'product_descriptionblock6', ''),
(4357, 787, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(4358, 787, 'product_title_descriptionblock7', ''),
(4359, 787, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(4360, 787, 'product_descriptionblock7', ''),
(4361, 787, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(4362, 787, 'product_title_descriptionblock8', ''),
(4363, 787, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(4364, 787, 'product_descriptionblock8', ''),
(4365, 787, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(4366, 787, 'product_title_descriptionblock9', ''),
(4367, 787, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(4368, 787, 'product_descriptionblock9', ''),
(4369, 787, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(4370, 787, 'product_title_descriptionblock10', ''),
(4371, 787, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(4372, 787, 'product_descriptionblock10', ''),
(4373, 787, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(4374, 906, '_wp_attached_file', 'p1.png'),
(4375, 906, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"p1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"p1-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"p1-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4376, 907, '_wp_attached_file', 'p2.png'),
(4377, 907, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"p2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"p2-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"p2-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4378, 908, '_wp_attached_file', 'p3.png'),
(4379, 908, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"p3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"p3-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"p3-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"p3-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7269, 1081, '_menu_item_menu_item_parent', '0'),
(7268, 1081, '_menu_item_type', 'taxonomy'),
(7267, 1080, '_menu_item_orphaned', '1578931284'),
(7266, 1080, '_menu_item_url', ''),
(7100, 1049, '_wp_attached_file', '3sht.jpg'),
(6929, 1025, 'branches_short_description', '<img class=\"alignleft size-full wp-image-1029\" src=\"https://kligur.de/wp-content/uploads/Plate-heat-exchanger-chemical-cleaning-JOHOR-MALAYSIA-convert-video-online.com_.gif\" alt=\"\" width=\"350\" height=\"197\" />Mit der Entwicklung und Modernisierung der modernen Industrie setzen viele Unternehmen Plattenwärmetauscher in großen Mengen ein. Es besteht kein Zweifel, dass sich nach einer bestimmten Bearbeitungszeit an den Wärmetauscherplatten viele Verunreinigungen wie Verkokung, Ölschmutz, Zunder, Sediment, Polymer, Korrosion, Schimmel und andere befinden. Und die Wärmetauscherplatte ist das Hauptelement des Wärmetauschers. Wenn die Reinigungsmethoden nicht professionell sind, führt dies direkt zur Zerstörung der Wärmetauscherausrüstung, zu verschiedenen finanziellen Verlusten und möglicherweise sogar zu einem Unfall.\r\n\r\n<u></u><em><strong><u>Die Reinigung von Wärmetauschern wird ein wichtiger Bestandteil der industriellen Produktion.</u></strong></em>\r\n\r\nWenden Sie sich deshalb besser an die Fachleute. Kligur ist ein ausgebildeter Wartungstechniker und bietet Ihnen ein umfassendes Serviceangebot für die Wartung von Plattenwärmetauschern.\r\n<h3>Kundeninformation</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"https://kligur.de/kontaktdaten/\"><strong>Kontaktinformationen</strong></a></span> auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen zu den Servicemethoden;</li>\r\n 	<li>Finden Sie die Kosten für die Wartung eines Plattenwärmetauschers heraus.</li>\r\n 	<li><em><u>Bestellservice für einen Plattenwärmetauscher.</u></em></li>\r\n</ul>'),
(7474, 1045, 'product_gallery7', ''),
(7475, 1045, '_product_gallery7', 'field_5c3f23f975b89'),
(7476, 1045, 'product_gallery8', ''),
(7477, 1045, '_product_gallery8', 'field_5c3f240c75b8a'),
(7478, 1045, 'product_gallery9', ''),
(7479, 1045, '_product_gallery9', 'field_5c3f241175b8b'),
(7480, 1045, 'product_gallery10', ''),
(7481, 1045, '_product_gallery10', 'field_5c3f241775b8c');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7482, 1045, 'product_short_description', 'Ein geschweißter Wärmetauscher mit zusammenlegbarem Gehäuse ist eine innovative Vorrichtung, die speziell als Alternative zu einem Rohrbündelwärmetauscher für Wärmeübertragungsaufgaben in technologischen Prozessen entwickelt wurde.\r\n\r\nGeschweißte Wärmetauscher mit zusammenlegbarem Gehäuse sind aufgrund ihres speziellen Designs und der einfachen Wartung äußerst kostengünstig.\r\n<strong>Einzigartige Eigenschaften von geschweißten Wärmetauschern mit zusammenlegbarem Gehäuse</strong>\r\n\r\n<img class=\"alignleft wp-image-993 size-full\" src=\"https://kligur.de/wp-content/uploads/Proekt-1-animatsiya-2-convert-video-online.com-3-2.gif\" alt=\"\" width=\"196\" height=\"406\" />\r\n<ul>\r\n 	<li>Betrieb bei Temperaturen von - 200 °C bis + 650 °C</li>\r\n 	<li>Betrieb bei Drücken bis 100 bar</li>\r\n 	<li>Anwendung unter den Bedingungen «schmutziger» Umgebungen und hochviskoser Produkte</li>\r\n 	<li>Einfacher Zugang zur Wärmeaustauschfläche für die mechanische Reinigung, Überarbeitung und Reparatur direkt am Installationsort, ohne Demontage und Trennung von Rohrleitungen</li>\r\n 	<li>Die Wartung wird von 1-2 Mitarbeitern ohne Einsatz von Hebe- und\r\nTransportmechanismen und Spezialmitteln durchgeführt</li>\r\n 	<li>Das Fehlen stehender Zonen verlängert die Laufleistung zwischen den Reinigungen erheblich</li>\r\n 	<li>Das Design sieht eine Temperaturausdehnung Kompensation vor</li>\r\n 	<li>Abmessungen und Gewicht sind um ein Vielfaches kleiner als bei Rohrbündelwärmetauschern</li>\r\n 	<li>Der Druckunterschied zwischen den Hohlräumen kann 70 bar erreichen</li>\r\n 	<li>Verschiedene Möglichkeiten zur Platzierung Der Armaturen im Gerät (für den Originalanschluss)</li>\r\n</ul>'),
(6927, 1027, '_menu_item_url', ''),
(6926, 1027, '_menu_item_xfn', ''),
(5934, 646, 'product_gallery1', '953'),
(5933, 646, '_product_excerpt', 'field_5c35aa337a54a'),
(5932, 646, 'product_excerpt', 'Trennanlagen dienen zur Reinigung von Erdöl- und Erdgas von Flüssigkeiten und Feststoffen'),
(5931, 956, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j7-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j7-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j7-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5930, 956, '_wp_attached_file', 'j7.jpg'),
(5929, 955, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j6-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j6-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j6-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5928, 955, '_wp_attached_file', 'j6.jpg'),
(5927, 954, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j5-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j5-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j5-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5926, 954, '_wp_attached_file', 'j5.jpg'),
(5925, 953, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j4-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j4-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5924, 953, '_wp_attached_file', 'j4.jpg'),
(5923, 952, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5922, 952, '_wp_attached_file', 'j3.jpg'),
(5918, 950, '_wp_attached_file', 'j1.jpg'),
(5919, 950, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5920, 951, '_wp_attached_file', 'j2.jpg'),
(5921, 951, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"j2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"j2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"j2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"j2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5916, 949, '_wp_attached_file', 'emk4.jpg'),
(5917, 949, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"emk4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"emk4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"emk4-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"emk4-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5912, 947, '_wp_attached_file', 'emk2.jpg'),
(5913, 947, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"emk2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"emk2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"emk2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"emk2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5914, 948, '_wp_attached_file', 'emk3.jpg'),
(5915, 948, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"emk3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"emk3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"emk3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"emk3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(4606, 914, '_wp_attached_file', 'promuvka-4.jpg'),
(4607, 914, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:14:\"promuvka-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"promuvka-4-640x360.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"promuvka-4-624x351.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6893, 1024, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:620;s:4:\"file\";s:12:\"banner-3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-3-640x207.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-3-768x248.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1280x413.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-624x202.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:21:\"banner-3-1320x426.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6892, 1024, '_wp_attached_file', 'banner-3.jpg'),
(6891, 1023, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:360;s:4:\"file\";s:8:\"web5.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"web5-220x320.png\";s:5:\"width\";i:220;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6890, 1023, '_wp_attached_file', 'web5.png'),
(4828, 917, '_wp_attached_file', 'Risunok1-e1548412977354.png'),
(4829, 917, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:748;s:6:\"height\";i:803;s:4:\"file\";s:27:\"Risunok1-e1548412977354.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Risunok1-e1548412977354-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Risunok1-e1548412977354-596x640.png\";s:5:\"width\";i:596;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Risunok1-768x684.png\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Risunok1-e1548412977354-624x670.png\";s:5:\"width\";i:624;s:6:\"height\";i:670;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4830, 917, '_wp_attachment_backup_sizes', 'a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:910;s:6:\"height\";i:810;s:4:\"file\";s:12:\"Risunok1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Risunok1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"Risunok1-640x570.png\";s:5:\"width\";i:640;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"Risunok1-768x684.png\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Risunok1-624x555.png\";s:5:\"width\";i:624;s:6:\"height\";i:555;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(4831, 918, '_wp_attached_file', 'Risunok2-e1548414460980.png'),
(4832, 918, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:346;s:4:\"file\";s:27:\"Risunok2-e1548414460980.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Risunok2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Risunok2-640x346.png\";s:5:\"width\";i:640;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Risunok2-768x415.png\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Risunok2-1280x692.png\";s:5:\"width\";i:1280;s:6:\"height\";i:692;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Risunok2-624x337.png\";s:5:\"width\";i:624;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"mailpoet_newsletter_max\";a:4:{s:4:\"file\";s:21:\"Risunok2-1320x713.png\";s:5:\"width\";i:1320;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4833, 918, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1876;s:6:\"height\";i:1014;s:4:\"file\";s:12:\"Risunok2.png\";}}'),
(4834, 919, '_wp_attached_file', 'plate.png'),
(4835, 919, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:9:\"plate.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"plate-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"plate-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"plate-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4838, 921, '_wp_attached_file', 'shema-gasket.png'),
(4839, 921, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:601;s:6:\"height\";i:523;s:4:\"file\";s:16:\"shema-gasket.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"shema-gasket-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5425, 944, '_hb3_tab2_text12', 'field_5c1e8389ddf01'),
(5426, 944, 'hb3_tab2_img12', ''),
(5427, 944, '_hb3_tab2_img12', 'field_5c1e8389ddf39'),
(5428, 944, 'hb3_tab3_title', 'НАЗНАЧЕНИЕ'),
(5429, 944, '_hb3_tab3_title', 'field_5c1e83d1b3094'),
(5430, 944, 'hb3_tab3_title_button', 'Подробнее   >'),
(5419, 944, '_hb3_tab2_img11', 'field_5c1e8389dde5b'),
(5420, 944, 'hb3_tab2_title12', ''),
(5421, 944, '_hb3_tab2_title12', 'field_5c1e8389dde93'),
(5418, 944, 'hb3_tab2_img11', ''),
(5416, 944, 'hb3_tab2_text11', ''),
(5417, 944, '_hb3_tab2_text11', 'field_5c1e8389dde24'),
(5373, 944, '_hb3_tab2_title6', 'field_5c1e8389dd958'),
(5374, 944, 'hb3_tab2_url6', ''),
(5375, 944, '_hb3_tab2_url6', 'field_5c1e8389dd98f'),
(5376, 944, 'hb3_tab2_text6', ''),
(5377, 944, '_hb3_tab2_text6', 'field_5c1e8389dd9c7'),
(5378, 944, 'hb3_tab2_img6', ''),
(5379, 944, '_hb3_tab2_img6', 'field_5c1e8389dd9fe'),
(5380, 944, 'hb3_tab2_title7', ''),
(5381, 944, '_hb3_tab2_title7', 'field_5c1e8389dda35'),
(5382, 944, 'hb3_tab2_url7', ''),
(5383, 944, '_hb3_tab2_url7', 'field_5c1e8389dda6d'),
(5384, 944, 'hb3_tab2_text7', ''),
(5385, 944, '_hb3_tab2_text7', 'field_5c1e8389ddaa4'),
(5386, 944, 'hb3_tab2_img7', ''),
(5387, 944, '_hb3_tab2_img7', 'field_5c1e8389ddadb'),
(5388, 944, 'hb3_tab2_title8', ''),
(5389, 944, '_hb3_tab2_title8', 'field_5c1e8389ddb13'),
(5390, 944, 'hb3_tab2_url8', ''),
(5391, 944, '_hb3_tab2_url8', 'field_5c1e8389ddb4a'),
(5392, 944, 'hb3_tab2_text8', ''),
(5393, 944, '_hb3_tab2_text8', 'field_5c1e8389ddb84'),
(5394, 944, 'hb3_tab2_img8', ''),
(5395, 944, '_hb3_tab2_img8', 'field_5c1e8389ddbbc'),
(5396, 944, 'hb3_tab2_title9', ''),
(5397, 944, '_hb3_tab2_title9', 'field_5c1e8389ddbf3'),
(5398, 944, 'hb3_tab2_url9', ''),
(5399, 944, '_hb3_tab2_url9', 'field_5c1e8389ddc2a'),
(5400, 944, 'hb3_tab2_text9', ''),
(5401, 944, '_hb3_tab2_text9', 'field_5c1e8389ddc66'),
(5402, 944, 'hb3_tab2_img9', ''),
(5403, 944, '_hb3_tab2_img9', 'field_5c1e8389ddca0'),
(5404, 944, 'hb3_tab2_title10', ''),
(5405, 944, '_hb3_tab2_title10', 'field_5c1e8389ddcd7'),
(5406, 944, 'hb3_tab2_url10', ''),
(5407, 944, '_hb3_tab2_url10', 'field_5c1e8389ddd0f'),
(5408, 944, 'hb3_tab2_text10', ''),
(5409, 944, '_hb3_tab2_text10', 'field_5c1e8389ddd46'),
(5410, 944, 'hb3_tab2_img10', ''),
(5411, 944, '_hb3_tab2_img10', 'field_5c1e8389ddd7d'),
(5412, 944, 'hb3_tab2_title11', ''),
(5413, 944, '_hb3_tab2_title11', 'field_5c1e8389dddb5'),
(5414, 944, 'hb3_tab2_url11', ''),
(5415, 944, '_hb3_tab2_url11', 'field_5c1e8389dddec'),
(5372, 944, 'hb3_tab2_title6', ''),
(5315, 944, '_hb3_tab1_url11', 'field_5c1e7bad8bdb8'),
(5316, 944, 'hb3_tab1_text11', ''),
(5317, 944, '_hb3_tab1_text11', 'field_5c1e7bf1ff3bd'),
(5318, 944, 'hb3_tab1_img11', ''),
(5319, 944, '_hb3_tab1_img11', 'field_5c1e7c2dbaabb'),
(5320, 944, 'hb3_tab1_title12', ''),
(5321, 944, '_hb3_tab1_title12', 'field_5c1e7b775fdce'),
(5322, 944, 'hb3_tab1_url12', ''),
(5323, 944, '_hb3_tab1_url12', 'field_5c1e7bb48bdb9'),
(5324, 944, 'hb3_tab1_text12', ''),
(5325, 944, '_hb3_tab1_text12', 'field_5c1e7bf5ff3be'),
(5326, 944, 'hb3_tab1_img12', ''),
(5327, 944, '_hb3_tab1_img12', 'field_5c1e7c35baabc'),
(5328, 944, 'hb3_tab2_title', 'ОТРАСЛИ'),
(5329, 944, '_hb3_tab2_title', 'field_5c1e8389dd4c3'),
(5330, 944, 'hb3_tab2_title_button', 'Подробнее   >'),
(5331, 944, '_hb3_tab2_title_button', 'field_5c1e89bd1ab62'),
(5332, 944, 'hb3_tab2_title1', 'НЕФТЬ И ГАЗ'),
(5333, 944, '_hb3_tab2_title1', 'field_5c1e8389dd4fd'),
(5334, 944, 'hb3_tab2_url1', 'https://kligur.de/neftedobycha/'),
(5335, 944, '_hb3_tab2_url1', 'field_5c1e8389dd535'),
(5336, 944, 'hb3_tab2_text1', 'Теплообменное оборудование для нефтегазовой промышленности'),
(5337, 944, '_hb3_tab2_text1', 'field_5c1e8389dd56c'),
(5338, 944, 'hb3_tab2_img1', '814'),
(5339, 944, '_hb3_tab2_img1', 'field_5c1e8389dd5a4'),
(5340, 944, 'hb3_tab2_title2', 'МЕТАЛЛУРГИЯ'),
(5341, 944, '_hb3_tab2_title2', 'field_5c1e8389dd5db'),
(5342, 944, 'hb3_tab2_url2', 'https://kligur.de/metallurgiya-2/'),
(5343, 944, '_hb3_tab2_url2', 'field_5c1e8389dd613'),
(5344, 944, 'hb3_tab2_text2', 'Теплообменное оборудование для металлургии'),
(5345, 944, '_hb3_tab2_text2', 'field_5c1e8389dd64a'),
(5346, 944, 'hb3_tab2_img2', '811'),
(5347, 944, '_hb3_tab2_img2', 'field_5c1e8389dd682'),
(5348, 944, 'hb3_tab2_title3', 'ХИМИЯ'),
(5349, 944, '_hb3_tab2_title3', 'field_5c1e8389dd6b9'),
(5350, 944, 'hb3_tab2_url3', 'https://kligur.de/himiya/'),
(5351, 944, '_hb3_tab2_url3', 'field_5c1e8389dd6f1'),
(5352, 944, 'hb3_tab2_text3', 'Теплообменное оборудование для химической промышленности'),
(5353, 944, '_hb3_tab2_text3', 'field_5c1e8389dd728'),
(5354, 944, 'hb3_tab2_img3', '806'),
(5355, 944, '_hb3_tab2_img3', 'field_5c1e8389dd760'),
(5356, 944, 'hb3_tab2_title4', 'ЭНЕРГЕТИКА'),
(5357, 944, '_hb3_tab2_title4', 'field_5c1e8389dd797'),
(5358, 944, 'hb3_tab2_url4', 'https://kligur.de/energetika/'),
(5359, 944, '_hb3_tab2_url4', 'field_5c1e8389dd7cf'),
(5360, 944, 'hb3_tab2_text4', 'Теплообменное оборудование для большой энергетики'),
(5361, 944, '_hb3_tab2_text4', 'field_5c1e8389dd806'),
(5362, 944, 'hb3_tab2_img4', '808'),
(5363, 944, '_hb3_tab2_img4', 'field_5c1e8389dd841'),
(5364, 944, 'hb3_tab2_title5', ''),
(5365, 944, '_hb3_tab2_title5', 'field_5c1e8389dd87a'),
(5366, 944, 'hb3_tab2_url5', ''),
(5367, 944, '_hb3_tab2_url5', 'field_5c1e8389dd8b1'),
(5368, 944, 'hb3_tab2_text5', ''),
(5369, 944, '_hb3_tab2_text5', 'field_5c1e8389dd8e9'),
(5370, 944, 'hb3_tab2_img5', ''),
(5371, 944, '_hb3_tab2_img5', 'field_5c1e8389dd920'),
(5314, 944, 'hb3_tab1_url11', ''),
(5313, 944, '_hb3_tab1_title11', 'field_5c1e7b725fdcd'),
(5311, 944, '_hb3_tab1_img10', 'field_5c1e7c24baaba'),
(5312, 944, 'hb3_tab1_title11', ''),
(5310, 944, 'hb3_tab1_img10', ''),
(5308, 944, 'hb3_tab1_text10', ''),
(5309, 944, '_hb3_tab1_text10', 'field_5c1e7beaff3bc'),
(5307, 944, '_hb3_tab1_url10', 'field_5c1e7ba58bdb7'),
(5284, 944, 'hb3_tab1_text7', ''),
(5285, 944, '_hb3_tab1_text7', 'field_5c1e7bd9ff3b9'),
(5286, 944, 'hb3_tab1_img7', ''),
(5287, 944, '_hb3_tab1_img7', 'field_5c1e7c17baab7'),
(5288, 944, 'hb3_tab1_title8', ''),
(5289, 944, '_hb3_tab1_title8', 'field_5c1e7b625fdca'),
(5290, 944, 'hb3_tab1_url8', ''),
(5291, 944, '_hb3_tab1_url8', 'field_5c1e7b9d8bdb5'),
(5292, 944, 'hb3_tab1_text8', ''),
(5293, 944, '_hb3_tab1_text8', 'field_5c1e7bddff3ba'),
(5294, 944, 'hb3_tab1_img8', ''),
(5295, 944, '_hb3_tab1_img8', 'field_5c1e7c1abaab8'),
(5296, 944, 'hb3_tab1_title9', ''),
(5297, 944, '_hb3_tab1_title9', 'field_5c1e7b665fdcb'),
(5298, 944, 'hb3_tab1_url9', ''),
(5299, 944, '_hb3_tab1_url9', 'field_5c1e7ba18bdb6'),
(5282, 944, 'hb3_tab1_url7', ''),
(5283, 944, '_hb3_tab1_url7', 'field_5c1e7b998bdb4'),
(5279, 944, '_hb3_tab1_img6', 'field_5c1e7c13baab6'),
(5280, 944, 'hb3_tab1_title7', ''),
(5281, 944, '_hb3_tab1_title7', 'field_5c1e7b5e5fdc9'),
(5277, 944, '_hb3_tab1_text6', 'field_5c1e7bd5ff3b8'),
(5278, 944, 'hb3_tab1_img6', '815'),
(5422, 944, 'hb3_tab2_url12', ''),
(5423, 944, '_hb3_tab2_url12', 'field_5c1e8389ddeca'),
(5424, 944, 'hb3_tab2_text12', ''),
(5066, 926, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:12:\"sotrudn1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5065, 926, '_wp_attached_file', 'sotrudn1.jpg'),
(5064, 925, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:12:\"sotrudn2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5063, 925, '_wp_attached_file', 'sotrudn2.jpg'),
(5062, 924, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:12:\"sotrudn3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5061, 924, '_wp_attached_file', 'sotrudn3.jpg'),
(5060, 869, '_wp_attachment_backup_sizes', 'a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1136;s:6:\"height\";i:427;s:4:\"file\";s:9:\"paket.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"paket-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"paket-640x241.png\";s:5:\"width\";i:640;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:17:\"paket-768x289.png\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"paket-624x235.png\";s:5:\"width\";i:624;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(5431, 944, '_hb3_tab3_title_button', 'field_5c1e89d4ca190'),
(5432, 944, 'hb3_tab3_title1', 'Нагреватель'),
(5433, 944, '_hb3_tab3_title1', 'field_5c1e83d1b30cf'),
(5434, 944, 'hb3_tab3_url1', '#'),
(5435, 944, '_hb3_tab3_url1', 'field_5c1e83d1b3107'),
(5436, 944, 'hb3_tab3_text1', ''),
(5437, 944, '_hb3_tab3_text1', 'field_5c1e83d1b313f'),
(5438, 944, 'hb3_tab3_img1', '751'),
(5439, 944, '_hb3_tab3_img1', 'field_5c1e83d1b3176'),
(5440, 944, 'hb3_tab3_title2', 'Охладитель'),
(5441, 944, '_hb3_tab3_title2', 'field_5c1e83d1b31ae'),
(5442, 944, 'hb3_tab3_url2', '#'),
(5443, 944, '_hb3_tab3_url2', 'field_5c1e83d1b31e5'),
(5444, 944, 'hb3_tab3_text2', ''),
(5445, 944, '_hb3_tab3_text2', 'field_5c1e83d1b321d'),
(5446, 944, 'hb3_tab3_img2', '751'),
(5447, 944, '_hb3_tab3_img2', 'field_5c1e83d1b3254'),
(5448, 944, 'hb3_tab3_title3', 'Конденсатор'),
(5449, 944, '_hb3_tab3_title3', 'field_5c1e83d1b328c'),
(5450, 944, 'hb3_tab3_url3', '#'),
(5451, 944, '_hb3_tab3_url3', 'field_5c1e83d1b32c4'),
(5452, 944, 'hb3_tab3_text3', ''),
(5453, 944, '_hb3_tab3_text3', 'field_5c1e83d1b32fb'),
(5454, 944, 'hb3_tab3_img3', '751'),
(5455, 944, '_hb3_tab3_img3', 'field_5c1e83d1b3333'),
(5456, 944, 'hb3_tab3_title4', 'Рекуператор'),
(5457, 944, '_hb3_tab3_title4', 'field_5c1e83d1b336a'),
(5458, 944, 'hb3_tab3_url4', '#'),
(5459, 944, '_hb3_tab3_url4', 'field_5c1e83d1b33a2'),
(5460, 944, 'hb3_tab3_text4', ''),
(5461, 944, '_hb3_tab3_text4', 'field_5c1e83d1b33d9'),
(5462, 944, 'hb3_tab3_img4', '751'),
(5463, 944, '_hb3_tab3_img4', 'field_5c1e83d1b3411'),
(5464, 944, 'hb3_tab3_title5', 'Испаритель'),
(5465, 944, '_hb3_tab3_title5', 'field_5c1e83d1b3448'),
(5466, 944, 'hb3_tab3_url5', '#'),
(5467, 944, '_hb3_tab3_url5', 'field_5c1e83d1b3478'),
(5468, 944, 'hb3_tab3_text5', ''),
(5469, 944, '_hb3_tab3_text5', 'field_5c1e83d1b34b9'),
(5470, 944, 'hb3_tab3_img5', '751'),
(5471, 944, '_hb3_tab3_img5', 'field_5c1e83d1b34f3'),
(5472, 944, 'hb3_tab3_title6', 'Утилизатор'),
(5473, 944, '_hb3_tab3_title6', 'field_5c1e83d1b352b'),
(5474, 944, 'hb3_tab3_url6', '#'),
(5475, 944, '_hb3_tab3_url6', 'field_5c1e83d1b3562'),
(5476, 944, 'hb3_tab3_text6', ''),
(5477, 944, '_hb3_tab3_text6', 'field_5c1e83d1b359a'),
(5478, 944, 'hb3_tab3_img6', '751'),
(5479, 944, '_hb3_tab3_img6', 'field_5c1e83d1b35d1'),
(5480, 944, 'hb3_tab3_title7', ''),
(5481, 944, '_hb3_tab3_title7', 'field_5c1e83d1b3608'),
(5482, 944, 'hb3_tab3_url7', ''),
(5483, 944, '_hb3_tab3_url7', 'field_5c1e83d1b3640'),
(5484, 944, 'hb3_tab3_text7', ''),
(5485, 944, '_hb3_tab3_text7', 'field_5c1e83d1b3677'),
(5486, 944, 'hb3_tab3_img7', ''),
(5487, 944, '_hb3_tab3_img7', 'field_5c1e83d1b36af'),
(5488, 944, 'hb3_tab3_title8', ''),
(5489, 944, '_hb3_tab3_title8', 'field_5c1e83d1b36e6'),
(5490, 944, 'hb3_tab3_url8', ''),
(5491, 944, '_hb3_tab3_url8', 'field_5c1e83d1b371e'),
(5492, 944, 'hb3_tab3_text8', ''),
(5493, 944, '_hb3_tab3_text8', 'field_5c1e83d1b3756'),
(5494, 944, 'hb3_tab3_img8', ''),
(5495, 944, '_hb3_tab3_img8', 'field_5c1e83d1b378d'),
(5496, 944, 'hb3_tab3_title9', ''),
(5497, 944, '_hb3_tab3_title9', 'field_5c1e83d1b37c5'),
(5498, 944, 'hb3_tab3_url9', ''),
(5499, 944, '_hb3_tab3_url9', 'field_5c1e83d1b37fc'),
(5500, 944, 'hb3_tab3_text9', ''),
(5501, 944, '_hb3_tab3_text9', 'field_5c1e83d1b3834'),
(5502, 944, 'hb3_tab3_img9', ''),
(5503, 944, '_hb3_tab3_img9', 'field_5c1e83d1b3860'),
(5504, 944, 'hb3_tab3_title10', ''),
(5505, 944, '_hb3_tab3_title10', 'field_5c1e83d1b389c'),
(5506, 944, 'hb3_tab3_url10', ''),
(5507, 944, '_hb3_tab3_url10', 'field_5c1e83d1b38d3'),
(5508, 944, 'hb3_tab3_text10', ''),
(5509, 944, '_hb3_tab3_text10', 'field_5c1e83d1b390b'),
(5510, 944, 'hb3_tab3_img10', ''),
(5511, 944, '_hb3_tab3_img10', 'field_5c1e83d1b3942'),
(5512, 944, 'hb3_tab3_title11', ''),
(5513, 944, '_hb3_tab3_title11', 'field_5c1e83d1b397a'),
(5514, 944, 'hb3_tab3_url11', ''),
(5515, 944, '_hb3_tab3_url11', 'field_5c1e83d1b39b1'),
(5516, 944, 'hb3_tab3_text11', ''),
(5517, 944, '_hb3_tab3_text11', 'field_5c1e83d1b39e8'),
(5518, 944, 'hb3_tab3_img11', ''),
(5519, 944, '_hb3_tab3_img11', 'field_5c1e83d1b3a20'),
(5520, 944, 'hb3_tab3_title12', ''),
(5521, 944, '_hb3_tab3_title12', 'field_5c1e83d1b3a57'),
(5522, 944, 'hb3_tab3_url12', ''),
(5523, 944, '_hb3_tab3_url12', 'field_5c1e83d1b3a8f'),
(5524, 944, 'hb3_tab3_text12', ''),
(5525, 944, '_hb3_tab3_text12', 'field_5c1e83d1b3ac7'),
(5526, 944, 'hb3_tab3_img12', ''),
(5527, 944, '_hb3_tab3_img12', 'field_5c1e83d1b3afe'),
(5528, 944, 'hb4_title', 'Гарантированное качество'),
(5529, 944, '_hb4_title', 'field_5c20aa9fa18c1'),
(5530, 944, 'hb4_text', 'Все поставляемое оборудование  соответствует стандартам <span>Директивы 2014/68/EU (PED)</span>'),
(5531, 944, '_hb4_text', 'field_5c20aab7a18c2'),
(5532, 944, 'hb4_url', '#gotoblock'),
(5533, 944, '_hb4_url', 'field_5c20abd9a18c3'),
(5534, 944, 'hb4_url_title', 'Заказать расчет   >'),
(5535, 944, '_hb4_url_title', 'field_5c20abe2a18c4'),
(5536, 944, 'hb5_title', 'Преимущества'),
(5537, 944, '_hb5_title', 'field_5c20b7e18c7b3'),
(5538, 944, 'hb5_text', '<ul>\r\n 	<li><strong>ВЫСОКАЯ ЭКОНОМИЧЕСКАЯ ЭФФЕКТИВНОСТЬ.</strong> Приобретая продукцию Kligur, Вы рационально используете свои средства, так как инвестируете их в качественный и долговечный продукт. Разумная ценовая политика позволяет окупить Ваши вложения в оптимальные сроки и значительноn экономить в процессе эксплуатации.</li>\r\n 	<li><strong>ИНДИВИДУАЛЬНЫЙ ПОДХОД К КАЖДОМУ КЛИЕНТУ.</strong> Все оборудование подбирается с максимальным учетом малейших нюансов, которые могут возникнуть при практическом применении.Все промышленное оборудование изготавливается не серийно, а под конкретные\r\nтехнические задачи.</li>\r\n 	<li><strong>МНОГОСТУПЕНЧАТЫЙ КОНТРОЛЬ КАЧЕСТВА.</strong> Продукция Kligur надежная и не подведет\r\nв самый ответственный момент. При ее изготовлении применяются самые жесткие системы контроля качества на всех этапах производства. Функциональная, компактная, она не нуждается в большом пространстве и дополнительном фундаменте. Все-таки это настоящее лучшее качество.</li>\r\n 	<li><strong>БЕСПЛАТНОЕ ОБУЧЕНИЕ КУЛЬТУРЕ ЭКСПЛУАТАЦИИ</strong>. При необходимости для своих\r\nпостоянных и потенциальных клиентов компания Kligur организовывают ознакомительные,\r\nдемонстрационные и обучающие выезды. Причем, совершенно бесплатно.</li>\r\n 	<li><strong>СЕРВИСНОЕ И ГАРАНТИЙНОЕ ОБСЛУЖИВАНИЕ.</strong> Вам не придется прибегать к гарантийному ремонту, так как качество оборудования исключительное. Но если вдруг что-то и случится сервисные центры по всей Европе всегда придут на помощь.</li>\r\n</ul>'),
(5539, 944, '_hb5_text', 'field_5c20b7ee8c7b4'),
(5540, 944, 'hb5_img', '465'),
(5541, 944, '_hb5_img', 'field_5c20b836078a4'),
(5542, 944, 'hb6_title', 'Подписка'),
(5543, 944, '_hb6_title', 'field_5c20ede20cd4a'),
(5544, 944, 'hb6_text', 'Вам на почту будут приходить письма о новинках продукции. Также вы сможете первыми узнать о новых технологических решениях.'),
(5545, 944, '_hb6_text', 'field_5c20edfe0cd4b'),
(5546, 944, 'hb7_title', 'Наши проекты'),
(5547, 944, '_hb7_title', 'field_5c21d6d5393ce'),
(5548, 944, 'hb7_tab1_title', 'НЕФТЬ И ГАЗ'),
(5549, 944, '_hb7_tab1_title', 'field_5c21d5085fe4a'),
(5550, 944, 'hb7_tab1_title_button', 'Подробнее   >'),
(5551, 944, '_hb7_tab1_title_button', 'field_5c21d5085fe8a'),
(5552, 944, 'hb7_tab1_title1', 'Нефтеперерабатывающий завод'),
(5553, 944, '_hb7_tab1_title1', 'field_5c21d5085fec6'),
(5554, 944, 'hb7_tab1_url1', '#'),
(5555, 944, '_hb7_tab1_url1', 'field_5c21d5085ff01'),
(5556, 944, 'hb7_tab1_text1', ' Украина, 2009-2018 гг., 65 установленных теплообменных аппарата. Экономия 2 000 000$'),
(5557, 944, '_hb7_tab1_text1', 'field_5c21d5085ff3d'),
(5558, 944, 'hb7_tab1_img1', '931'),
(5559, 944, '_hb7_tab1_img1', 'field_5c21d5085ff78'),
(5560, 944, 'hb7_tab1_title2', 'Нефтедобывающий завод'),
(5561, 944, '_hb7_tab1_title2', 'field_5c21d5085ffb2'),
(5562, 944, 'hb7_tab1_url2', '#'),
(5563, 944, '_hb7_tab1_url2', 'field_5c21d5085ffee'),
(5564, 944, 'hb7_tab1_text2', 'Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. '),
(5565, 944, '_hb7_tab1_text2', 'field_5c21d50860029'),
(5566, 944, 'hb7_tab1_img2', '932'),
(5567, 944, '_hb7_tab1_img2', 'field_5c21d50860064'),
(5568, 944, 'hb7_tab1_title3', ''),
(5569, 944, '_hb7_tab1_title3', 'field_5c21d5086009f'),
(5570, 944, 'hb7_tab1_url3', ''),
(5571, 944, '_hb7_tab1_url3', 'field_5c21d508600da'),
(5572, 944, 'hb7_tab1_text3', ''),
(5573, 944, '_hb7_tab1_text3', 'field_5c21d50860115'),
(5574, 944, 'hb7_tab1_img3', '764'),
(5575, 944, '_hb7_tab1_img3', 'field_5c21d5086013a'),
(5576, 944, 'hb7_tab1_title4', ''),
(5577, 944, '_hb7_tab1_title4', 'field_5c21d50860175'),
(5578, 944, 'hb7_tab1_url4', ''),
(5579, 944, '_hb7_tab1_url4', 'field_5c21d508601b4'),
(5580, 944, 'hb7_tab1_text4', ''),
(5581, 944, '_hb7_tab1_text4', 'field_5c21d508601ef'),
(5582, 944, 'hb7_tab1_img4', ''),
(5583, 944, '_hb7_tab1_img4', 'field_5c21d5086022a'),
(5584, 944, 'hb7_tab1_title5', ''),
(5585, 944, '_hb7_tab1_title5', 'field_5c21d50860265'),
(5586, 944, 'hb7_tab1_url5', ''),
(5587, 944, '_hb7_tab1_url5', 'field_5c21d508602a0'),
(5588, 944, 'hb7_tab1_text5', ''),
(5589, 944, '_hb7_tab1_text5', 'field_5c21d508602dc'),
(5590, 944, 'hb7_tab1_img5', ''),
(5591, 944, '_hb7_tab1_img5', 'field_5c21d50860317'),
(5592, 944, 'hb7_tab1_title6', ''),
(5593, 944, '_hb7_tab1_title6', 'field_5c21d50860352'),
(5594, 944, 'hb7_tab1_url6', ''),
(5595, 944, '_hb7_tab1_url6', 'field_5c21d5086038e'),
(5596, 944, 'hb7_tab1_text6', ''),
(5597, 944, '_hb7_tab1_text6', 'field_5c21d508603c8'),
(5598, 944, 'hb7_tab1_img6', ''),
(5599, 944, '_hb7_tab1_img6', 'field_5c21d50860403'),
(5600, 944, 'hb7_tab1_title7', ''),
(5601, 944, '_hb7_tab1_title7', 'field_5c21d50860484'),
(5602, 944, 'hb7_tab1_url7', ''),
(5603, 944, '_hb7_tab1_url7', 'field_5c21d508604c6'),
(5604, 944, 'hb7_tab1_text7', ''),
(5605, 944, '_hb7_tab1_text7', 'field_5c21d50860503'),
(5606, 944, 'hb7_tab1_img7', ''),
(5607, 944, '_hb7_tab1_img7', 'field_5c21d5086051d'),
(5608, 944, 'hb7_tab1_title8', ''),
(5609, 944, '_hb7_tab1_title8', 'field_5c21d50860558'),
(5610, 944, 'hb7_tab1_url8', ''),
(5611, 944, '_hb7_tab1_url8', 'field_5c21d50860595'),
(5612, 944, 'hb7_tab1_text8', ''),
(5613, 944, '_hb7_tab1_text8', 'field_5c21d508605d0'),
(5614, 944, 'hb7_tab1_img8', ''),
(5615, 944, '_hb7_tab1_img8', 'field_5c21d5086060b'),
(5616, 944, 'hb7_tab1_title9', ''),
(5617, 944, '_hb7_tab1_title9', 'field_5c21d50860646'),
(5618, 944, 'hb7_tab1_url9', ''),
(5619, 944, '_hb7_tab1_url9', 'field_5c21d50860681'),
(5620, 944, 'hb7_tab1_text9', ''),
(5621, 944, '_hb7_tab1_text9', 'field_5c21d508606bc'),
(5622, 944, 'hb7_tab1_img9', ''),
(5623, 944, '_hb7_tab1_img9', 'field_5c21d508606f7'),
(5624, 944, 'hb7_tab1_title10', ''),
(5625, 944, '_hb7_tab1_title10', 'field_5c21d50860732'),
(5626, 944, 'hb7_tab1_url10', ''),
(5627, 944, '_hb7_tab1_url10', 'field_5c21d5086076c'),
(5628, 944, 'hb7_tab1_text10', ''),
(5629, 944, '_hb7_tab1_text10', 'field_5c21d508607a6'),
(5630, 944, 'hb7_tab1_img10', ''),
(5631, 944, '_hb7_tab1_img10', 'field_5c21d508607e2'),
(5632, 944, 'hb7_tab1_title11', ''),
(5633, 944, '_hb7_tab1_title11', 'field_5c21d5086081e'),
(5634, 944, 'hb7_tab1_url11', ''),
(5635, 944, '_hb7_tab1_url11', 'field_5c21d50860858'),
(5636, 944, 'hb7_tab1_text11', ''),
(5637, 944, '_hb7_tab1_text11', 'field_5c21d50860893'),
(5638, 944, 'hb7_tab1_img11', ''),
(5639, 944, '_hb7_tab1_img11', 'field_5c21d508608ce'),
(5640, 944, 'hb7_tab1_title12', ''),
(5641, 944, '_hb7_tab1_title12', 'field_5c21d50860905'),
(5642, 944, 'hb7_tab1_url12', ''),
(5643, 944, '_hb7_tab1_url12', 'field_5c21d50860943'),
(5644, 944, 'hb7_tab1_text12', ''),
(5645, 944, '_hb7_tab1_text12', 'field_5c21d5086097e'),
(5646, 944, 'hb7_tab1_img12', ''),
(5647, 944, '_hb7_tab1_img12', 'field_5c21d508609b9'),
(5648, 944, 'hb7_tab2_title', 'ХИМИЯ'),
(5649, 944, '_hb7_tab2_title', 'field_5c21d50d287ff'),
(5650, 944, 'hb7_tab2_title_button', 'Подробнее   >'),
(5651, 944, '_hb7_tab2_title_button', 'field_5c21d50d28839'),
(5652, 944, 'hb7_tab2_title1', 'Завод биополимеров'),
(5653, 944, '_hb7_tab2_title1', 'field_5c21d50d28871'),
(5654, 944, 'hb7_tab2_url1', '#'),
(5655, 944, '_hb7_tab2_url1', 'field_5c21d50d288a9'),
(5656, 944, 'hb7_tab2_text1', 'аааааааааааааааааааааааааааааааааааааааааааа'),
(5657, 944, '_hb7_tab2_text1', 'field_5c21d50d288e0'),
(5658, 944, 'hb7_tab2_img1', '933'),
(5659, 944, '_hb7_tab2_img1', 'field_5c21d50d28918'),
(5660, 944, 'hb7_tab2_title2', ''),
(5661, 944, '_hb7_tab2_title2', 'field_5c21d50d2894f'),
(5662, 944, 'hb7_tab2_url2', ''),
(5663, 944, '_hb7_tab2_url2', 'field_5c21d50d28986'),
(5664, 944, 'hb7_tab2_text2', ''),
(5665, 944, '_hb7_tab2_text2', 'field_5c21d50d289be'),
(5666, 944, 'hb7_tab2_img2', ''),
(5667, 944, '_hb7_tab2_img2', 'field_5c21d50d289f5'),
(5668, 944, 'hb7_tab2_title3', ''),
(5669, 944, '_hb7_tab2_title3', 'field_5c21d50d28a2d'),
(5670, 944, 'hb7_tab2_url3', ''),
(5671, 944, '_hb7_tab2_url3', 'field_5c21d50d28a64'),
(5672, 944, 'hb7_tab2_text3', ''),
(5673, 944, '_hb7_tab2_text3', 'field_5c21d50d28a7d'),
(5674, 944, 'hb7_tab2_img3', ''),
(5675, 944, '_hb7_tab2_img3', 'field_5c21d50d28ab6'),
(5676, 944, 'hb7_tab2_title4', ''),
(5677, 944, '_hb7_tab2_title4', 'field_5c21d50d28aee'),
(5678, 944, 'hb7_tab2_url4', ''),
(5679, 944, '_hb7_tab2_url4', 'field_5c21d50d28b27'),
(5680, 944, 'hb7_tab2_text4', ''),
(5681, 944, '_hb7_tab2_text4', 'field_5c21d50d28b5f'),
(5682, 944, 'hb7_tab2_img4', ''),
(5683, 944, '_hb7_tab2_img4', 'field_5c21d50d28b96'),
(5684, 944, 'hb7_tab2_title5', ''),
(5685, 944, '_hb7_tab2_title5', 'field_5c21d50d28bcd'),
(5686, 944, 'hb7_tab2_url5', ''),
(5687, 944, '_hb7_tab2_url5', 'field_5c21d50d28c05'),
(5688, 944, 'hb7_tab2_text5', ''),
(5689, 944, '_hb7_tab2_text5', 'field_5c21d50d28c3c'),
(5690, 944, 'hb7_tab2_img5', ''),
(5691, 944, '_hb7_tab2_img5', 'field_5c21d50d28c74'),
(5692, 944, 'hb7_tab2_title6', ''),
(5693, 944, '_hb7_tab2_title6', 'field_5c21d50d28cab'),
(5694, 944, 'hb7_tab2_url6', ''),
(5695, 944, '_hb7_tab2_url6', 'field_5c21d50d28ce2'),
(5696, 944, 'hb7_tab2_text6', ''),
(5697, 944, '_hb7_tab2_text6', 'field_5c21d50d28d19'),
(5698, 944, 'hb7_tab2_img6', ''),
(5699, 944, '_hb7_tab2_img6', 'field_5c21d50d28d51'),
(5700, 944, 'hb7_tab2_title7', ''),
(5701, 944, '_hb7_tab2_title7', 'field_5c21d50d28d88'),
(5702, 944, 'hb7_tab2_url7', ''),
(5703, 944, '_hb7_tab2_url7', 'field_5c21d50d28dbf'),
(5704, 944, 'hb7_tab2_text7', ''),
(5705, 944, '_hb7_tab2_text7', 'field_5c21d50d28df7'),
(5706, 944, 'hb7_tab2_img7', ''),
(5707, 944, '_hb7_tab2_img7', 'field_5c21d50d28e2e'),
(5708, 944, 'hb7_tab2_title8', ''),
(5709, 944, '_hb7_tab2_title8', 'field_5c21d50d28e63'),
(5710, 944, 'hb7_tab2_url8', ''),
(5711, 944, '_hb7_tab2_url8', 'field_5c21d50d28e9e'),
(5712, 944, 'hb7_tab2_text8', ''),
(5713, 944, '_hb7_tab2_text8', 'field_5c21d50d28ed6'),
(5714, 944, 'hb7_tab2_img8', ''),
(5715, 944, '_hb7_tab2_img8', 'field_5c21d50d28f0d'),
(5716, 944, 'hb7_tab2_title9', ''),
(5717, 944, '_hb7_tab2_title9', 'field_5c21d50d28f44'),
(5718, 944, 'hb7_tab2_url9', ''),
(5719, 944, '_hb7_tab2_url9', 'field_5c21d50d28f7c'),
(5720, 944, 'hb7_tab2_text9', ''),
(5721, 944, '_hb7_tab2_text9', 'field_5c21d50d28fb3'),
(5722, 944, 'hb7_tab2_img9', ''),
(5723, 944, '_hb7_tab2_img9', 'field_5c21d50d28fea'),
(5724, 944, 'hb7_tab2_title10', ''),
(5725, 944, '_hb7_tab2_title10', 'field_5c21d50d29022'),
(5726, 944, 'hb7_tab2_url10', ''),
(5727, 944, '_hb7_tab2_url10', 'field_5c21d50d29059'),
(5728, 944, 'hb7_tab2_text10', ''),
(5729, 944, '_hb7_tab2_text10', 'field_5c21d50d29090'),
(5730, 944, 'hb7_tab2_img10', ''),
(5731, 944, '_hb7_tab2_img10', 'field_5c21d50d290c7'),
(5732, 944, 'hb7_tab2_title11', ''),
(5733, 944, '_hb7_tab2_title11', 'field_5c21d50d290ff'),
(5734, 944, 'hb7_tab2_url11', ''),
(5735, 944, '_hb7_tab2_url11', 'field_5c21d50d29136'),
(5736, 944, 'hb7_tab2_text11', ''),
(5737, 944, '_hb7_tab2_text11', 'field_5c21d50d2916d'),
(5738, 944, 'hb7_tab2_img11', ''),
(5739, 944, '_hb7_tab2_img11', 'field_5c21d50d291a5'),
(5740, 944, 'hb7_tab2_title12', ''),
(5741, 944, '_hb7_tab2_title12', 'field_5c21d50d291dc'),
(5742, 944, 'hb7_tab2_url12', ''),
(5743, 944, '_hb7_tab2_url12', 'field_5c21d50d29215'),
(5744, 944, 'hb7_tab2_text12', ''),
(5745, 944, '_hb7_tab2_text12', 'field_5c21d50d2924c'),
(5746, 944, 'hb7_tab2_img12', ''),
(5747, 944, '_hb7_tab2_img12', 'field_5c21d50d29287'),
(5748, 944, 'hb7_tab3_title', 'МЕТАЛЛУРГИЯ'),
(5749, 944, '_hb7_tab3_title', 'field_5c21d50fdddd7'),
(5750, 944, 'hb7_tab3_title_button', 'Подробнее   >'),
(5751, 944, '_hb7_tab3_title_button', 'field_5c21d50fdde12'),
(5752, 944, 'hb7_tab3_title1', 'Металлургический комбинат'),
(5753, 944, '_hb7_tab3_title1', 'field_5c21d50fdde4a'),
(5754, 944, 'hb7_tab3_url1', '#'),
(5755, 944, '_hb7_tab3_url1', 'field_5c21d50fdde81'),
(5756, 944, 'hb7_tab3_text1', 'ffffffffffffffffffffffffffffffffffffffffffff'),
(5757, 944, '_hb7_tab3_text1', 'field_5c21d50fddeb9'),
(5758, 944, 'hb7_tab3_img1', '929'),
(5759, 944, '_hb7_tab3_img1', 'field_5c21d50fddef0'),
(5760, 944, 'hb7_tab3_title2', ''),
(5761, 944, '_hb7_tab3_title2', 'field_5c21d50fddf28'),
(5762, 944, 'hb7_tab3_url2', ''),
(5763, 944, '_hb7_tab3_url2', 'field_5c21d50fddf5f'),
(5764, 944, 'hb7_tab3_text2', ''),
(5765, 944, '_hb7_tab3_text2', 'field_5c21d50fddf97'),
(5766, 944, 'hb7_tab3_img2', ''),
(5767, 944, '_hb7_tab3_img2', 'field_5c21d50fddfce'),
(5768, 944, 'hb7_tab3_title3', ''),
(5769, 944, '_hb7_tab3_title3', 'field_5c21d50fde006'),
(5770, 944, 'hb7_tab3_url3', ''),
(5771, 944, '_hb7_tab3_url3', 'field_5c21d50fde03d'),
(5772, 944, 'hb7_tab3_text3', ''),
(5773, 944, '_hb7_tab3_text3', 'field_5c21d50fde075'),
(5774, 944, 'hb7_tab3_img3', ''),
(5775, 944, '_hb7_tab3_img3', 'field_5c21d50fde0ad'),
(5776, 944, 'hb7_tab3_title4', ''),
(5777, 944, '_hb7_tab3_title4', 'field_5c21d50fde0d6'),
(5778, 944, 'hb7_tab3_url4', ''),
(5779, 944, '_hb7_tab3_url4', 'field_5c21d50fde11b'),
(5780, 944, 'hb7_tab3_text4', ''),
(5781, 944, '_hb7_tab3_text4', 'field_5c21d50fde152'),
(5782, 944, 'hb7_tab3_img4', ''),
(5783, 944, '_hb7_tab3_img4', 'field_5c21d50fde18a'),
(5784, 944, 'hb7_tab3_title5', ''),
(5785, 944, '_hb7_tab3_title5', 'field_5c21d50fde1ee'),
(5786, 944, 'hb7_tab3_url5', ''),
(5787, 944, '_hb7_tab3_url5', 'field_5c21d50fde22f'),
(5788, 944, 'hb7_tab3_text5', ''),
(5789, 944, '_hb7_tab3_text5', 'field_5c21d50fde268'),
(5790, 944, 'hb7_tab3_img5', ''),
(5791, 944, '_hb7_tab3_img5', 'field_5c21d50fde2a0'),
(5792, 944, 'hb7_tab3_title6', ''),
(5793, 944, '_hb7_tab3_title6', 'field_5c21d50fde2d8'),
(5794, 944, 'hb7_tab3_url6', ''),
(5795, 944, '_hb7_tab3_url6', 'field_5c21d50fde315'),
(5796, 944, 'hb7_tab3_text6', ''),
(5797, 944, '_hb7_tab3_text6', 'field_5c21d50fde354'),
(5798, 944, 'hb7_tab3_img6', ''),
(5799, 944, '_hb7_tab3_img6', 'field_5c21d50fde38e'),
(5800, 944, 'hb7_tab3_title7', ''),
(5801, 944, '_hb7_tab3_title7', 'field_5c21d50fde3c6'),
(5802, 944, 'hb7_tab3_url7', ''),
(5803, 944, '_hb7_tab3_url7', 'field_5c21d50fde3fe'),
(5804, 944, 'hb7_tab3_text7', ''),
(5805, 944, '_hb7_tab3_text7', 'field_5c21d50fde435'),
(5806, 944, 'hb7_tab3_img7', ''),
(5807, 944, '_hb7_tab3_img7', 'field_5c21d50fde47f'),
(5808, 944, 'hb7_tab3_title8', ''),
(5809, 944, '_hb7_tab3_title8', 'field_5c21d50fde4c6'),
(5810, 944, 'hb7_tab3_url8', ''),
(5811, 944, '_hb7_tab3_url8', 'field_5c21d50fde503'),
(5812, 944, 'hb7_tab3_text8', ''),
(5813, 944, '_hb7_tab3_text8', 'field_5c21d50fde548'),
(5814, 944, 'hb7_tab3_img8', ''),
(5815, 944, '_hb7_tab3_img8', 'field_5c21d50fde57f'),
(5816, 944, 'hb7_tab3_title9', ''),
(5817, 944, '_hb7_tab3_title9', 'field_5c21d50fde5b7'),
(5818, 944, 'hb7_tab3_url9', ''),
(5819, 944, '_hb7_tab3_url9', 'field_5c21d50fde5ef'),
(5820, 944, 'hb7_tab3_text9', ''),
(5821, 944, '_hb7_tab3_text9', 'field_5c21d50fde626'),
(5822, 944, 'hb7_tab3_img9', ''),
(5823, 944, '_hb7_tab3_img9', 'field_5c21d50fde65e'),
(5824, 944, 'hb7_tab3_title10', ''),
(5825, 944, '_hb7_tab3_title10', 'field_5c21d50fde696'),
(5826, 944, 'hb7_tab3_url10', ''),
(5827, 944, '_hb7_tab3_url10', 'field_5c21d50fde6cd'),
(5828, 944, 'hb7_tab3_text10', ''),
(5829, 944, '_hb7_tab3_text10', 'field_5c21d50fde705'),
(5830, 944, 'hb7_tab3_img10', ''),
(5831, 944, '_hb7_tab3_img10', 'field_5c21d50fde73c'),
(5832, 944, 'hb7_tab3_title11', ''),
(5833, 944, '_hb7_tab3_title11', 'field_5c21d50fde774'),
(5834, 944, 'hb7_tab3_url11', ''),
(5835, 944, '_hb7_tab3_url11', 'field_5c21d50fde7ac'),
(5836, 944, 'hb7_tab3_text11', ''),
(5837, 944, '_hb7_tab3_text11', 'field_5c21d50fde7e3'),
(5838, 944, 'hb7_tab3_img11', ''),
(5839, 944, '_hb7_tab3_img11', 'field_5c21d50fde81b'),
(5840, 944, 'hb7_tab3_title12', ''),
(5841, 944, '_hb7_tab3_title12', 'field_5c21d50fde852'),
(5842, 944, 'hb7_tab3_url12', ''),
(5843, 944, '_hb7_tab3_url12', 'field_5c21d50fde88c'),
(5844, 944, 'hb7_tab3_text12', ''),
(5845, 944, '_hb7_tab3_text12', 'field_5c21d50fde8a4'),
(5846, 944, 'hb7_tab3_img12', ''),
(5847, 944, '_hb7_tab3_img12', 'field_5c21d50fde8e3'),
(5848, 944, 'hbp_title', 'Наши партнеры'),
(5849, 944, '_hbp_title', 'field_5c220336bf260'),
(5850, 944, 'hbp', '[gallery ids=\"434,433,430,431,432,428,429,426,427,425,424,423,422,421,420,418,419\"]'),
(5851, 944, '_hbp', 'field_5c21fbb7c1db3'),
(5852, 944, 'hb8_title', 'Заказать расчет аппарата'),
(5853, 944, '_hb8_title', 'field_5c2224cc6ddbb'),
(5854, 944, 'hb8_img', '439');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5855, 944, '_hb8_img', 'field_5c2224d7ee388'),
(5857, 469, '_wp_attachment_backup_sizes', 'a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:370;s:6:\"height\";i:450;s:4:\"file\";s:11:\"image-2.png\";}}'),
(5858, 791, 'branches_specifications_title', ''),
(5867, 785, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(5868, 785, 'product_descriptionblock1', ''),
(5869, 785, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(5870, 785, 'product_title_descriptionblock2', ''),
(5871, 785, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(5872, 785, 'product_descriptionblock2', ''),
(5873, 785, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(5874, 785, 'product_title_descriptionblock3', ''),
(5875, 785, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(5876, 785, 'product_descriptionblock3', ''),
(5877, 785, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(5878, 785, 'product_title_descriptionblock4', ''),
(5879, 785, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(5880, 785, 'product_descriptionblock4', ''),
(5881, 785, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(5882, 785, 'product_title_descriptionblock5', ''),
(5883, 785, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(5884, 785, 'product_descriptionblock5', ''),
(5885, 785, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(5886, 785, 'product_title_descriptionblock6', ''),
(5887, 785, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(5888, 785, 'product_descriptionblock6', ''),
(5889, 785, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(5890, 785, 'product_title_descriptionblock7', ''),
(5891, 785, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(5892, 785, 'product_descriptionblock7', ''),
(5893, 785, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(5894, 785, 'product_title_descriptionblock8', ''),
(5895, 785, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(5896, 785, 'product_descriptionblock8', ''),
(5897, 785, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(5898, 785, 'product_title_descriptionblock9', ''),
(5899, 785, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(5900, 785, 'product_descriptionblock9', ''),
(5901, 785, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(5902, 785, 'product_title_descriptionblock10', ''),
(5903, 785, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(5904, 785, 'product_descriptionblock10', ''),
(5905, 785, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(5935, 646, '_product_gallery1', 'field_5c25c1ddf6059'),
(5936, 646, 'product_gallery2', '967'),
(5937, 646, '_product_gallery2', 'field_5c25c1f7f605a'),
(5938, 646, 'product_gallery3', '956'),
(5939, 646, '_product_gallery3', 'field_5c25c1fcf605b'),
(5940, 646, 'product_gallery4', '961'),
(5941, 646, '_product_gallery4', 'field_5c3c93fd50f82'),
(5942, 646, 'product_gallery5', ''),
(5943, 646, '_product_gallery5', 'field_5c3f23ec75b87'),
(5944, 646, 'product_gallery6', ''),
(5945, 646, '_product_gallery6', 'field_5c3f23f375b88'),
(5946, 646, 'product_gallery7', ''),
(5947, 646, '_product_gallery7', 'field_5c3f23f975b89'),
(5948, 646, 'product_gallery8', ''),
(5949, 646, '_product_gallery8', 'field_5c3f240c75b8a'),
(5950, 646, 'product_gallery9', ''),
(5951, 646, '_product_gallery9', 'field_5c3f241175b8b'),
(5952, 646, 'product_gallery10', ''),
(5953, 646, '_product_gallery10', 'field_5c3f241775b8c'),
(5954, 646, 'product_short_description', '<strong>Ein Öl- und Gasabscheider</strong> ist eine Ausrüstung, die bei der Ölförderung verwendet wird, um die zugehörigen Gase während der anfänglichen Raffination von einer flüssigen Substanz zu trennen. Darüber hinaus reinigt der Öl- und Gasabscheider das Gas selbst von Tröpfchen von Verunreinigungen und ist hauptsächlich zur Reinigung von gasarmen Flüssigkeiten vorgesehen.\r\n<strong>Der Öl- und Gasabscheider sieht aus wie ein horizontaler zylindrischer Tank und wird unter folgenden Bedingungen eingesetzt:</strong>\r\n<ul>\r\n 	<li>Druck - von 0,6 bis 6,3 MPa;</li>\r\n 	<li>Volumen - von 6,3 bis 150 m³;</li>\r\n 	<li>Durchmesser - von 1200 bis 3400 mm.</li>\r\n</ul>\r\n<strong>Öl- und Gasabscheider bestehen aus:</strong>\r\n<ul>\r\n 	<li>Grobtrennhacker (zur Primärtrennung der ankommenden Flüssigkeit);</li>\r\n 	<li>Düsen zum Löschen von Schaum (falls in diesem Behältertyp vorgesehen);</li>\r\n 	<li>eine Trennwand aus vertikal angeordneten Streckmetallblechen (zum Ausgleichen der Durchflussmenge im Behälter);\r\nFadentropfenabscheider zur Gasreinigung;</li>\r\n 	<li>Armaturen für den Ein- und Ausgang von Trennprodukten;</li>\r\n 	<li>Instrumentierung.</li>\r\n</ul>\r\n<em>Darüber hinaus ist es durch den unabhängigen Betrieb von Öl- und Gasgeräten möglich, die Armaturen der Instrumente und ein Mannloch miteinander zu verbinden.</em>'),
(5955, 646, '_product_short_description', 'field_5c25c929f0737'),
(5956, 646, 'product_title_file1', 'Katalog'),
(5957, 646, '_product_title_file1', 'field_5c25c7c150a22'),
(5958, 646, 'product_file1', '442'),
(5959, 646, '_product_file1', 'field_5c25c05b1ef96'),
(5960, 646, 'product_title_file2', 'Fragebogen'),
(5961, 646, '_product_title_file2', 'field_5c25c7d050a23'),
(5962, 646, 'product_file2', '443'),
(5963, 646, '_product_file2', 'field_5c25c08b1ef97'),
(5964, 646, 'product_specifications', '<h3><img class=\"alignleft size-thumbnail wp-image-956\" src=\"https://kligur.de/wp-content/uploads/j7-320x320.jpg\" alt=\"\" width=\"320\" height=\"320\" />Design und Arten von Öl- und Gasabscheidern</h3>\r\nDer Öl- und Gasabscheider ist ein horizontaler zylindrischer Metallbehälter mit elliptischem Boden und Funktionsrohren.\r\n\r\n<em><strong>Es gibt zwei Arten von Öl- und Gasabscheidern:</strong></em>\r\n<ul>\r\n 	<li>Öl- und Gastrennapparate mit einem Depulsator;</li>\r\n 	<li>Öl- und Gastrennapparate ohne Dispergator.</li>\r\n</ul>\r\nSie unterscheiden sich darin, dass es in der ersten Form eine Vorauswahl von Gas gibt und in der zweiten nicht.\r\nDarüber hinaus werden Öl- und Gasabscheider mit und ohne Antischaumdüse hergestellt. Schaumdüse trennt den Ölschaum.\r\nAuch die Arten von Öl- und Gasabscheidern sind nach Betriebsbedingungen unterteilt.\r\n\r\nBeispielsweise kann eine Installation mit und ohne Wärmebehandlung mit und ohne Wärmeisolierung durchgeführt werden.\r\nDer Öl- und Gasabscheider kann mit einer Armatur zur Wasserableitung ausgestattet werden.\r\nObligatorische Einrichtungen in der Trenneinrichtung sind Instrumentierungs- und Steuergeräte. Somit ist ein Austreten der Substanz vollständig ausgeschlossen.\r\n<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die <a href=\"https://kligur.de/kontaktdaten/\">Kontaktinformationen</a> auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von Öl- und Gasabscheidern sowie Angaben zum Kauf eines Öl- und Gasabscheiders;</li>\r\n 	<li>Preisliste für das gesamte Sortiment an Öl- und Gasabscheidern;</li>\r\n 	<li>vollständige Informationen zur Entwicklung der technischen Dokumentation für Öl- und Gasabscheider.</li>\r\n</ul>'),
(5965, 646, '_product_specifications', 'field_5c25c0cb1ef99'),
(5966, 646, 'product_title_descriptionblock1', 'Umfang der Öl- und Gasabscheider'),
(5967, 646, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(5968, 646, 'product_descriptionblock1', '<ul>\r\n 	<li>Energiekomplexe</li>\r\n 	<li>Tankstellen</li>\r\n 	<li>Ölförderanlagen</li>\r\n 	<li>in der Petrochemie und direkt in Öl- und Gasfeldern, wo der Kondensatgehalt im Stoff erhöht wird.</li>\r\n</ul>'),
(5969, 646, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(5970, 646, 'product_title_descriptionblock2', 'Materialleistung des Öl- und Gasabscheiders'),
(5971, 646, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(5972, 646, 'product_descriptionblock2', 'Емкости изготавливаются из разных марок стали. Марка выбирается в зависимости от погодных условий, в которых будет эксплуатироваться нефтяной газосепаратор.\r\n<ul>\r\n 	<li>DIN - 13Mn6 (Niedriglegierter Baustahl für Schweißkonstruktionen) - wenn die Temperatur nicht niedriger ist - 40 und nicht über +40 ° C liegt.</li>\r\n 	<li>DIN - 13Mn6 (Niedriglegierter Baustahl für Schweißkonstruktionen) - wenn die Temperatur nicht unter -60 ° C und nicht über +40 ° C liegt.</li>\r\n</ul>\r\nVerwendung anderer Stahlsorten mit Einsatzgrenzen nach DIN zulässig.\r\n\r\nAndere Materialien werden auch verwendet, um die einzelnen Teile des Zylinders herzustellen. Es wird auch von den Betriebsbedingungen und den gewünschten Kosten beeinflusst.'),
(5973, 646, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(5974, 646, 'product_title_descriptionblock3', 'Betriebsbedingungen'),
(5975, 646, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(5976, 646, 'product_descriptionblock3', 'Es hängt von den Betriebsbedingungen ab, wie lange und effizient der Öl- und Gasabscheider arbeiten wird, welche Materialien und mit welchen Technologien er hergestellt wird.\r\n<strong>Grundlegende Anforderungen an die Betriebsbedingungen:</strong>\r\n<ul>\r\n 	<li>Temperatur nicht niedriger als -60 ° C</li>\r\n 	<li>Die Temperatur liegt nicht über +40 ° C</li>\r\n 	<li>Die Stärke der Erdbeben überschreitet nicht 9 Punkte</li>\r\n 	<li>Windstärke nicht mehr als V.</li>\r\n</ul>\r\nÖl- und Gasabscheider werden mindestens alle zwei Jahre überprüft. Außerdem wird die Ausrüstung alle acht Jahre hydraulischen Tests unterzogen.'),
(7575, 646, '_yoast_wpseo_content_score', '30'),
(5977, 646, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(5978, 646, 'product_title_descriptionblock4', ''),
(5979, 646, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(5980, 646, 'product_descriptionblock4', ''),
(5981, 646, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(5982, 646, 'product_title_descriptionblock5', ''),
(5983, 646, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(5984, 646, 'product_descriptionblock5', ''),
(5985, 646, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(5986, 646, 'product_title_descriptionblock6', ''),
(5987, 646, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(5988, 646, 'product_descriptionblock6', ''),
(5989, 646, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(5990, 646, 'product_title_descriptionblock7', ''),
(5991, 646, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(5992, 646, 'product_descriptionblock7', ''),
(5993, 646, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(5994, 646, 'product_title_descriptionblock8', ''),
(5995, 646, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(5996, 646, 'product_descriptionblock8', ''),
(5997, 646, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(5998, 646, 'product_title_descriptionblock9', ''),
(5999, 646, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(6000, 646, 'product_descriptionblock9', ''),
(6001, 646, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(6002, 646, 'product_title_descriptionblock10', ''),
(6003, 646, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(6004, 646, 'product_descriptionblock10', ''),
(6005, 646, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(6006, 646, 'sp_title', ''),
(6007, 646, '_sp_title', 'field_5c260d8529c84'),
(6008, 646, 'sp_title_button', ''),
(6009, 646, '_sp_title_button', 'field_5c260d9729c85'),
(6010, 646, 'sp_title1', ''),
(6011, 646, '_sp_title1', 'field_5c260dab29c86'),
(6012, 646, 'sp_text1', ''),
(6013, 646, '_sp_text1', 'field_5c260db329c87'),
(6014, 646, 'sp_img1', ''),
(6015, 646, '_sp_img1', 'field_5c260dbc29c88'),
(6016, 646, 'sp_url1', ''),
(6017, 646, '_sp_url1', 'field_5c260dcd29c89'),
(6018, 646, 'sp_title2', ''),
(6019, 646, '_sp_title2', 'field_5c260ddfa23af'),
(6020, 646, 'sp_text2', ''),
(6021, 646, '_sp_text2', 'field_5c260df2a23b2'),
(6022, 646, 'sp_img2', ''),
(6023, 646, '_sp_img2', 'field_5c260e03a23b5'),
(6024, 646, 'sp_url2', ''),
(6025, 646, '_sp_url2', 'field_5c260e1ba23b8'),
(6026, 646, 'sp_title3', ''),
(6027, 646, '_sp_title3', 'field_5c260de7a23b0'),
(6028, 646, 'sp_text3', ''),
(6029, 646, '_sp_text3', 'field_5c260df7a23b3'),
(6030, 646, 'sp_img3', ''),
(6031, 646, '_sp_img3', 'field_5c260e0aa23b6'),
(6032, 646, 'sp_url3', ''),
(6033, 646, '_sp_url3', 'field_5c260e22a23b9'),
(6034, 646, 'sp_title4', ''),
(6035, 646, '_sp_title4', 'field_5c260deba23b1'),
(6036, 646, 'sp_text4', ''),
(6037, 646, '_sp_text4', 'field_5c260dfca23b4'),
(6038, 646, 'sp_img4', ''),
(6039, 646, '_sp_img4', 'field_5c260e0ea23b7'),
(6040, 646, 'sp_url4', ''),
(6041, 646, '_sp_url4', 'field_5c260e27a23ba'),
(6042, 647, 'product_excerpt', 'Ein Fackelabscheider ist eine Reinigungsanlage, mit der Flüssigkeitströpfchen und andere Verunreinigungen von in eine Fackel eintretendem Gas abgetrennt werden.'),
(6043, 647, '_product_excerpt', 'field_5c35aa337a54a'),
(6044, 647, 'product_gallery1', '951'),
(6045, 647, '_product_gallery1', 'field_5c25c1ddf6059'),
(6046, 647, 'product_gallery2', '963'),
(6047, 647, '_product_gallery2', 'field_5c25c1f7f605a'),
(6048, 647, 'product_gallery3', '966'),
(6049, 647, '_product_gallery3', 'field_5c25c1fcf605b'),
(6050, 647, 'product_gallery4', '965'),
(6051, 647, '_product_gallery4', 'field_5c3c93fd50f82'),
(6052, 647, 'product_gallery5', '964'),
(6053, 647, '_product_gallery5', 'field_5c3f23ec75b87'),
(6054, 647, 'product_gallery6', ''),
(6055, 647, '_product_gallery6', 'field_5c3f23f375b88'),
(6056, 647, 'product_gallery7', ''),
(6057, 647, '_product_gallery7', 'field_5c3f23f975b89'),
(6058, 647, 'product_gallery8', ''),
(6059, 647, '_product_gallery8', 'field_5c3f240c75b8a'),
(6060, 647, 'product_gallery9', ''),
(6061, 647, '_product_gallery9', 'field_5c3f241175b8b'),
(6062, 647, 'product_gallery10', ''),
(6063, 647, '_product_gallery10', 'field_5c3f241775b8c'),
(6064, 647, 'product_short_description', '<strong>Ein Fackelabscheider</strong> ist eine Reinigungsanlage, mit der Flüssigkeitströpfchen und andere Verunreinigungen von in eine Fackel eintretendem Gas abgetrennt werden.\r\n\r\nDer Fackelabscheider ist Teil der Fackelanlage und wird in der industriellen Produktion an Gasverteilstationen eingesetzt.\r\n<p style=\"text-align: justify;\">Die Hardware-Einheit ist im Fackelsystem enthalten, das Öl, Gas und andere Produkte der petrochemischen Industrie destilliert und auch zur Reinigung anderer natürlicher Ressourcen verwendet wird.</p>\r\n<strong>Das Funktionsprinzip und die Art der Reinigung.</strong>\r\n<p style=\"text-align: justify;\">Der Fackelabscheider ist ein horizontaler Zylinder mit eckigen und vertikalen Maschendüsen. Die Reinigungsschritte sind wie folgt:</p>\r\n\r\n<ol>\r\n 	<li>Ein Gemisch aus Gas und Flüssigkeit tritt in die Einlassarmatur ein.</li>\r\n 	<li>Das Gemisch wird mit einer Eckdüse gleichmäßig verteilt und das Kondensat setzt sich teilweise ab;</li>\r\n 	<li>Dann fällt die Mischung in eine vertikale Maschendüse, wo die zweite Reinigungsstufe von Flüssigkeitstropfen durchläuft;</li>\r\n 	<li>Die letzte Stufe der Reinigung findet in der Gravitationsablagerung statt, bei der die Flüssigkeit mit Hilfe der Gravitationskräfte vom Gas getrennt wird.</li>\r\n 	<li>Die freigesetzte Flüssigkeit gelangt in den Abwassertank.</li>\r\n</ol>\r\n<p style=\"text-align: justify; background: #F5F5F5; padding: 0 10px;\"><i>Auf Kundenwunsch können Abscheider zur Reinigung von Gasen aus Flüssigkeiten mit und ohne Wärmebehandlung geliefert werden.</i></p>'),
(6065, 647, '_product_short_description', 'field_5c25c929f0737'),
(6066, 647, 'product_title_file1', 'Katalog'),
(6067, 647, '_product_title_file1', 'field_5c25c7c150a22'),
(6068, 647, 'product_file1', ''),
(6069, 647, '_product_file1', 'field_5c25c05b1ef96'),
(6070, 647, 'product_title_file2', 'Fragebogen'),
(6071, 647, '_product_title_file2', 'field_5c25c7d050a23'),
(6072, 647, 'product_file2', ''),
(6073, 647, '_product_file2', 'field_5c25c08b1ef97'),
(6074, 647, 'product_specifications', '<h3>Nutzungsbedingungen</h3>\r\n<p style=\"text-align: justify;\">Die Bedingungen für die Verwendung von Fackelabscheidern variieren in Bezug auf Temperatur (bis zu -60 ° C) und Seismizität (bis zu 9 Punkte auf einer 12-Punkte-Skala).</p>\r\n<p style=\"text-align: justify;\"><i><u>Der Fackelabscheider </u></i> wird je nach Temperatur auf einer offenen und geschlossenen beheizten Fläche aufgestellt.</p>\r\n<strong>Ort:</strong>\r\n<ul>\r\n 	<li>in großer Höhe (der Brenner befindet sich im oberen Teil);</li>\r\n 	<li>Boden (der Brenner ist im unteren Teil).</li>\r\n</ul>\r\n<strong>Installationshöhe:</strong>\r\n<ul>\r\n 	<li>mittel (bis zu 25 Meter);</li>\r\n 	<li>hoch (aus 25 Metern).</li>\r\n</ul>\r\n<strong>Durch druck kraft:</strong>\r\n<ul>\r\n 	<li>niedriger Druck (bis zu 0,2 MPa);</li>\r\n 	<li>hoher Druck (ab 0,2 MPa).</li>\r\n</ul>\r\n<h3>Materielle Leistung</h3>\r\nFackelsysteme werden auf Basis der Qualitätsstandards TU 3615-001-24009276-2015 und OST 26291-94 hergestellt.\r\n\r\nDer Nenndruck im Gerät sollte 4 MPa nicht überschreiten.\r\n\r\nDas Tankvolumen variiert zwischen 4 und 140 m³.\r\n<p style=\"text-align: justify;\"><em><strong>Die Ausführung der Fackelsammler hängt von den Betriebsbedingungen ab:</strong></em></p>\r\n\r\n<ol>\r\n 	<li style=\"text-align: justify;\">Liegt die Temperatur im offenen Bereich nicht unter -40°C, wird als Klimaversion niedriglegierter Baustahl für Schweißkonstruktionen verwendet, der eine Schlagzähigkeit bei einer Temperatur von 40°C sowie nach mechanischer Alterung garantiert. Stahlsorte <b>13Mn6.</b></li>\r\n 	<li style=\"text-align: justify;\">Wenn die Temperatur im Freien zwischen -40 und -60°C variiert, wird als Klimaversion niedriglegierter Baustahl für geschweißte Konstruktionen verwendet, der eine Schlagfestigkeit von mindestens 30 J / cm² (3 kgf × m / cm²) bei einer Prüftemperatur von minus 60 °C garantiert . Stahlsorte <b>13Mn6.</b></li>\r\n</ol>\r\n<p style=\"text-align: justify; background: #F5F5F5; padding: 0 10px;\"><i>Um die Preise des Abscheiders für die Reinigung zu berechnen, ist es erforderlich, die Konstruktion des Fackelabscheiders zu klären. </i></p>\r\n<p style=\"text-align: justify;\"><strong>Bei der Lieferung von Fackelabscheidern sind folgende Anforderungen zu beachten:</strong></p>\r\n\r\n<ul>\r\n 	<li>vollständige Verbrennung ohne Bildung von Zwischenprodukten;</li>\r\n 	<li>stabile Position des Brenners bei Änderung der Zusammensetzung und des Volumens der Gase;</li>\r\n 	<li>sichere Entflammbarkeit;</li>\r\n 	<li>kein helles Licht;</li>\r\n 	<li>kein Lärm.</li>\r\n</ul>\r\n<h3>Informationen für Kunden</h3>\r\n<p style=\"text-align: justify;\">Wenn Sie unser Unternehmen über die Kontaktinformationen auf der Website kontaktieren, erhalten Sie:</p>\r\n\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von Fackelabscheidern, Angaben zum Kauf von Fackelabscheidern;</li>\r\n 	<li>vollständige Preisliste und Preis für Fackelabscheider;</li>\r\n 	<li>vollständige Informationen zur Entwicklung der technischen Dokumentation für den Fackelabscheider.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<!--noindex-->\r\n<a id=\"tth\"></a>'),
(6075, 647, '_product_specifications', 'field_5c25c0cb1ef99'),
(6076, 647, 'product_title_descriptionblock1', 'Bei der Lieferung von Fackelabscheidern sind folgende Anforderungen zu beachten'),
(6077, 647, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(6078, 647, 'product_descriptionblock1', '<ul>\r\n 	<li>vollständige Verbrennung ohne Bildung von Zwischenprodukten;</li>\r\n 	<li>stabile Position des Brenners bei Änderung der Zusammensetzung und des Volumens der Gase;</li>\r\n 	<li>sichere Entflammbarkeit;</li>\r\n 	<li>kein helles Licht;\r\nkein Lärm.</li>\r\n</ul>\r\n<table class=\"table-border-1 table-tr-hover centered-td\">\r\n<tbody>\r\n<tr>\r\n<th style=\"text-align: left;\">Ausführung</th>\r\n<td class=\"bold\">1</td>\r\n<td class=\"bold\">2</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Die Durchschnittstemperatur der kältesten fünf Tage, °C</th>\r\n<td>nicht niedriger als -40</td>\r\n<td>von -40 bis -60</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Flüssigkeitstemperatur, <span style=\"font-size: 14px;\">°C</span></th>\r\n<td>von -30 bis +50</td>\r\n<td>von -55 bis +50</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Material der Hauptteile</th>\r\n<td>DIN 13Mn6</td>\r\n<td>DIN 13Mn6</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(7576, 647, '_yoast_wpseo_content_score', '30'),
(6079, 647, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(6080, 647, 'product_title_descriptionblock2', ''),
(6081, 647, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(6082, 647, 'product_descriptionblock2', ''),
(6083, 647, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(6084, 647, 'product_title_descriptionblock3', ''),
(6085, 647, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(6086, 647, 'product_descriptionblock3', ''),
(6087, 647, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(6088, 647, 'product_title_descriptionblock4', ''),
(6089, 647, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(6090, 647, 'product_descriptionblock4', ''),
(6091, 647, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(6092, 647, 'product_title_descriptionblock5', ''),
(6093, 647, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(6094, 647, 'product_descriptionblock5', ''),
(6095, 647, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(6096, 647, 'product_title_descriptionblock6', ''),
(6097, 647, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(6098, 647, 'product_descriptionblock6', ''),
(6099, 647, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(6100, 647, 'product_title_descriptionblock7', ''),
(6101, 647, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(6102, 647, 'product_descriptionblock7', ''),
(6103, 647, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(6104, 647, 'product_title_descriptionblock8', ''),
(6105, 647, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(6106, 647, 'product_descriptionblock8', ''),
(6107, 647, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(6108, 647, 'product_title_descriptionblock9', ''),
(6109, 647, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(6110, 647, 'product_descriptionblock9', ''),
(6111, 647, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(6112, 647, 'product_title_descriptionblock10', ''),
(6113, 647, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(6114, 647, 'product_descriptionblock10', ''),
(6115, 647, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(6116, 647, 'sp_title', ''),
(6117, 647, '_sp_title', 'field_5c260d8529c84'),
(6118, 647, 'sp_title_button', ''),
(6119, 647, '_sp_title_button', 'field_5c260d9729c85'),
(6120, 647, 'sp_title1', ''),
(6121, 647, '_sp_title1', 'field_5c260dab29c86'),
(6122, 647, 'sp_text1', ''),
(6123, 647, '_sp_text1', 'field_5c260db329c87'),
(6124, 647, 'sp_img1', ''),
(6125, 647, '_sp_img1', 'field_5c260dbc29c88'),
(6126, 647, 'sp_url1', ''),
(6127, 647, '_sp_url1', 'field_5c260dcd29c89'),
(6128, 647, 'sp_title2', ''),
(6129, 647, '_sp_title2', 'field_5c260ddfa23af'),
(6130, 647, 'sp_text2', ''),
(6131, 647, '_sp_text2', 'field_5c260df2a23b2'),
(6132, 647, 'sp_img2', ''),
(6133, 647, '_sp_img2', 'field_5c260e03a23b5'),
(6134, 647, 'sp_url2', ''),
(6135, 647, '_sp_url2', 'field_5c260e1ba23b8'),
(6136, 647, 'sp_title3', ''),
(6137, 647, '_sp_title3', 'field_5c260de7a23b0'),
(6138, 647, 'sp_text3', ''),
(6139, 647, '_sp_text3', 'field_5c260df7a23b3'),
(6140, 647, 'sp_img3', ''),
(6141, 647, '_sp_img3', 'field_5c260e0aa23b6'),
(6142, 647, 'sp_url3', ''),
(6143, 647, '_sp_url3', 'field_5c260e22a23b9'),
(6144, 647, 'sp_title4', ''),
(6145, 647, '_sp_title4', 'field_5c260deba23b1'),
(6146, 647, 'sp_text4', ''),
(6147, 647, '_sp_text4', 'field_5c260dfca23b4'),
(6148, 647, 'sp_img4', ''),
(6149, 647, '_sp_img4', 'field_5c260e0ea23b7'),
(6150, 647, 'sp_url4', ''),
(6151, 647, '_sp_url4', 'field_5c260e27a23ba'),
(6152, 957, '_wp_attached_file', 'fak-sep.jpg'),
(6153, 957, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:11:\"fak-sep.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fak-sep-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"fak-sep-539x640.jpg\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"fak-sep-624x741.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6154, 647, '_thumbnail_id', '957'),
(6155, 958, '_wp_attached_file', 's1.jpg'),
(6156, 958, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"s1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"s1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6157, 959, '_wp_attached_file', 's2.jpg'),
(6158, 959, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"s2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"s2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6159, 960, '_wp_attached_file', 's3.jpg'),
(6160, 960, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"s3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"s3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6161, 961, '_wp_attached_file', 's4.jpg'),
(6162, 961, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"s4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s4-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"s4-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6163, 646, '_thumbnail_id', '962'),
(6164, 962, '_wp_attached_file', 'neft-sep.png'),
(6165, 962, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:12:\"neft-sep.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"neft-sep-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"neft-sep-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"neft-sep-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6166, 963, '_wp_attached_file', 'fak1.jpg'),
(6167, 963, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"fak1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fak1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"fak1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"fak1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6168, 964, '_wp_attached_file', 'fak2.jpg'),
(6169, 964, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"fak2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fak2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"fak2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"fak2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6170, 965, '_wp_attached_file', 'fak3.jpg'),
(6171, 965, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"fak3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fak3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"fak3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"fak3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6172, 966, '_wp_attached_file', 'fak4.jpg'),
(6173, 966, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"fak4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fak4-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"fak4-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"fak4-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6174, 967, '_wp_attached_file', 's5.jpg'),
(6175, 967, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:6:\"s5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"s5-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"s5-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"s5-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6176, 968, '_wp_attached_file', 'tube5.jpg'),
(6177, 968, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube5-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube5-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube5-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6178, 969, '_wp_attached_file', 'tube6.jpg'),
(6179, 969, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube6-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube6-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube6-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6180, 970, '_wp_attached_file', 'tube7.jpg'),
(6181, 970, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube7-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube7-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube7-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6182, 971, '_wp_attached_file', 'tube8.jpg'),
(6183, 971, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube8-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube8-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube8-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6184, 972, '_wp_attached_file', 'tube9.jpg'),
(6185, 972, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube9.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube9-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube9-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube9-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6186, 973, '_wp_attached_file', 'tube10.jpg'),
(6187, 973, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"tube10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"tube10-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"tube10-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"tube10-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6188, 974, '_wp_attached_file', 'gaz1.jpg'),
(6189, 974, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"gaz1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gaz1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"gaz1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"gaz1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6190, 975, '_wp_attached_file', 'gaz2.jpg'),
(6191, 975, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"gaz2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"gaz2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"gaz2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"gaz2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6192, 976, '_wp_attached_file', 'gaz.png'),
(6193, 976, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:760;s:4:\"file\";s:7:\"gaz.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gaz-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"gaz-539x640.png\";s:5:\"width\";i:539;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"gaz-624x741.png\";s:5:\"width\";i:624;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6194, 649, '_thumbnail_id', '976'),
(6195, 649, 'product_excerpt', 'Ein Gasabscheider ist eine Filteranlage, mit der Öl- und Gasgemische von flüssigen Verunreinigungen und Kohlenwasserstoffen befreit werden.'),
(6196, 649, '_product_excerpt', 'field_5c35aa337a54a'),
(6197, 649, 'product_gallery1', '975'),
(6198, 649, '_product_gallery1', 'field_5c25c1ddf6059'),
(6199, 649, 'product_gallery2', '974'),
(6200, 649, '_product_gallery2', 'field_5c25c1f7f605a'),
(6201, 649, 'product_gallery3', ''),
(6202, 649, '_product_gallery3', 'field_5c25c1fcf605b'),
(6203, 649, 'product_gallery4', ''),
(6204, 649, '_product_gallery4', 'field_5c3c93fd50f82'),
(6205, 649, 'product_gallery5', ''),
(6206, 649, '_product_gallery5', 'field_5c3f23ec75b87'),
(6207, 649, 'product_gallery6', ''),
(6208, 649, '_product_gallery6', 'field_5c3f23f375b88'),
(6209, 649, 'product_gallery7', ''),
(6210, 649, '_product_gallery7', 'field_5c3f23f975b89'),
(6211, 649, 'product_gallery8', ''),
(6212, 649, '_product_gallery8', 'field_5c3f240c75b8a'),
(6213, 649, 'product_gallery9', ''),
(6214, 649, '_product_gallery9', 'field_5c3f241175b8b'),
(6215, 649, 'product_gallery10', ''),
(6216, 649, '_product_gallery10', 'field_5c3f241775b8c'),
(6217, 649, 'product_short_description', 'Ein <strong>Gasabscheider</strong> ist eine Filteranlage, mit der Öl- und Gasgemische von flüssigen Verunreinigungen und Kohlenwasserstoffen befreit werden.\r\n<div class=\"jus info\">\r\n<div class=\"col33\">\r\n<div class=\"i_box\"><strong>Betriebstemperatur:</strong> -30 bis 100 ° C</div>\r\n<strong>Gehäusematerial:</strong> Stahl 1.0445, 13Mn6\r\n<strong>Verfügbare Größen:</strong> GS-600 | GS-800 | GS-1200 | GS-1600 | GS-2000\r\n\r\nMesh-Gasabscheider werden in Öl- und Gasfeldern, Lagereinrichtungen und Brunnen eingesetzt. Der <strong>Gasabscheider</strong> reinigt gleichzeitig das Ölgemisch von Staub und anderen Partikeln natürlichen Ursprungs, Kohlenwasserstoffen.\r\n<em><strong>Gasabscheider werden eingesetzt:</strong></em>\r\n<ol>\r\n 	<li>Bei allgemeinen Industrieunternehmen: Metallurgie, Chemie, Metallverarbeitung, Lebensmittelverarbeitung, Holzverarbeitung, Automobilindustrie, Baustoffe.</li>\r\n 	<li>In Öl- und Gasunternehmen zum Reinigen des Gasgemisches von Verunreinigungen und Wasserkondensat, zum Entgasen von Öl auf einer Fackelleitung, in Kesselräumen und Gasturbinen, zum Entgasen von Bohrspülungen, zum Reinigen von Druckluft in Bohrinseln.</li>\r\n 	<li>In der Bergbauindustrie zum Reinigen von Gas aus Minen vor Staub, zum Schützen von Pumpen vor Verunreinigungen, zum Reinigen von Wasser vor der Verwendung von Gasen in Gasturbinen und zum Reinigen von Erdgas während der Gasaufbereitung.</li>\r\n</ol>\r\nDarüber hinaus wird ein <strong>Gasabscheider</strong> für den Transport und die Entsorgung von Flüssigkeiten eingesetzt.\r\n\r\n</div>\r\n</div>'),
(6218, 649, '_product_short_description', 'field_5c25c929f0737'),
(6219, 649, 'product_title_file1', 'Katalog'),
(6220, 649, '_product_title_file1', 'field_5c25c7c150a22'),
(6221, 649, 'product_file1', ''),
(6222, 649, '_product_file1', 'field_5c25c05b1ef96'),
(6223, 649, 'product_title_file2', 'Fragebogen'),
(6224, 649, '_product_title_file2', 'field_5c25c7d050a23'),
(6225, 649, 'product_file2', ''),
(6226, 649, '_product_file2', 'field_5c25c08b1ef97'),
(6227, 649, 'product_specifications', '<h3>Die Haupttypen sind:</h3>\r\nIn der Tabelle werden die Haupttypen von Gasnetzabscheidern und ihre Eigenschaften beschrieben.\r\n<table class=\"mody_table tbl_content\">\r\n<tbody>\r\n<tr class=\"tbl_content_title\">\r\n<td><strong>Art des Gerätes</strong></td>\r\n<td><strong>Gestaltungsmerkmal</strong></td>\r\n<td><strong>Volumen m³</strong></td>\r\n<td><strong>Druck, MPa</strong></td>\r\n<td><strong>Durchmesser mm</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Typ 1</td>\r\n<td>vertikal zylindrisch mit einem Gehäuseflanschverbinder mit einem Durchmesser von 600, 800 mm.</td>\r\n<td>0,8 - 1,6</td>\r\n<td>1,6 - 8,8</td>\r\n<td>600 - 800</td>\r\n</tr>\r\n<tr>\r\n<td>Typ 2</td>\r\n<td>zylindrische vertikale Durchmesser von 1200, 1600, 2000 mm</td>\r\n<td>4,0 - 16</td>\r\n<td>0,6 - 8,8</td>\r\n<td>1200 - 2000</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p class=\"jus\"><em><strong>Gasabscheider sind vertikale Zylinder mit unterschiedlichem Volumen (je nach Verwendungszweck).</strong></em></p>'),
(6228, 649, '_product_specifications', 'field_5c25c0cb1ef99'),
(6229, 649, 'product_title_descriptionblock1', 'Materielle Leistung'),
(6230, 649, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(6231, 649, 'product_descriptionblock1', '<ol>\r\n 	<li>Gasabscheider GS1. Die Betriebstemperatur variiert zwischen -30 ° C und 100 ° C. Niedriglegierter Baustahl DIN  13Mn6 wird für Schweißkonstruktionen verwendet.</li>\r\n 	<li>Gasabscheider GS2. Die Einsatztemperatur liegt zwischen - 60 ° C und 100 ° C. Der niedriglegierte Stahl DIN  13Mn6 wird für Kessel und Behälter verwendet, die unter Druck betrieben werden.</li>\r\n</ol>'),
(6232, 649, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(6233, 649, 'product_title_descriptionblock2', 'Betriebsbedingungen für Gasabscheider'),
(6234, 649, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(6235, 649, 'product_descriptionblock2', '<p class=\"jus\">Der Betrieb von Gasabscheidern unterscheidet sich in folgenden Merkmalen: Temperatur, Druck, Seismizität, Flüssigkeitsvolumen.</p>\r\n\r\n<ol>\r\n 	<li>Die Temperatur der Betriebsbedingungen sollte nicht unter -30 ° C (für GS-1) und -60 ° C (für GS-2) und über 100 ° C liegen.</li>\r\n 	<li>Der Druck sollte nicht unter 0,6 MPa liegen. Die Höchstgrenze ist nicht begrenzt. Im Durchschnitt sollte der Normaldruck 2,5 MPa betragen;</li>\r\n 	<li>Es wird in Gebieten mit hoher seismischer Aktivität (bis zu 9 Punkten) installiert.</li>\r\n 	<li>Das Wasservolumen am Einlass sollte nicht mehr als 200 cm³ / m³ und am Auslass nicht mehr als 20 cm³ / 1000 m³ Gas betragen.</li>\r\n</ol>\r\nBei Bedarf kann der Gasabscheider mit einer thermischen Beschichtung gegen Korrosion hergestellt werden.'),
(7577, 649, '_yoast_wpseo_content_score', '30'),
(7584, 1144, '_edit_last', '1'),
(7585, 1144, '_wp_page_template', 'default'),
(7586, 1144, '_yoast_wpseo_content_score', '90'),
(6236, 649, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(6237, 649, 'product_title_descriptionblock3', ''),
(6238, 649, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(6239, 649, 'product_descriptionblock3', ''),
(6240, 649, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(6241, 649, 'product_title_descriptionblock4', ''),
(6242, 649, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(6243, 649, 'product_descriptionblock4', ''),
(6244, 649, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(6245, 649, 'product_title_descriptionblock5', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6246, 649, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(6247, 649, 'product_descriptionblock5', ''),
(6248, 649, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(6249, 649, 'product_title_descriptionblock6', ''),
(6250, 649, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(6251, 649, 'product_descriptionblock6', ''),
(6252, 649, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(6253, 649, 'product_title_descriptionblock7', ''),
(6254, 649, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(6255, 649, 'product_descriptionblock7', ''),
(6256, 649, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(6257, 649, 'product_title_descriptionblock8', ''),
(6258, 649, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(6259, 649, 'product_descriptionblock8', ''),
(6260, 649, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(6261, 649, 'product_title_descriptionblock9', ''),
(6262, 649, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(6263, 649, 'product_descriptionblock9', ''),
(6264, 649, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(6265, 649, 'product_title_descriptionblock10', ''),
(6266, 649, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(6267, 649, 'product_descriptionblock10', ''),
(6268, 649, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(6269, 649, 'sp_title', ''),
(6270, 649, '_sp_title', 'field_5c260d8529c84'),
(6271, 649, 'sp_title_button', ''),
(6272, 649, '_sp_title_button', 'field_5c260d9729c85'),
(6273, 649, 'sp_title1', ''),
(6274, 649, '_sp_title1', 'field_5c260dab29c86'),
(6275, 649, 'sp_text1', ''),
(6276, 649, '_sp_text1', 'field_5c260db329c87'),
(6277, 649, 'sp_img1', ''),
(6278, 649, '_sp_img1', 'field_5c260dbc29c88'),
(6279, 649, 'sp_url1', ''),
(6280, 649, '_sp_url1', 'field_5c260dcd29c89'),
(6281, 649, 'sp_title2', ''),
(6282, 649, '_sp_title2', 'field_5c260ddfa23af'),
(6283, 649, 'sp_text2', ''),
(6284, 649, '_sp_text2', 'field_5c260df2a23b2'),
(6285, 649, 'sp_img2', ''),
(6286, 649, '_sp_img2', 'field_5c260e03a23b5'),
(6287, 649, 'sp_url2', ''),
(6288, 649, '_sp_url2', 'field_5c260e1ba23b8'),
(6289, 649, 'sp_title3', ''),
(6290, 649, '_sp_title3', 'field_5c260de7a23b0'),
(6291, 649, 'sp_text3', ''),
(6292, 649, '_sp_text3', 'field_5c260df7a23b3'),
(6293, 649, 'sp_img3', ''),
(6294, 649, '_sp_img3', 'field_5c260e0aa23b6'),
(6295, 649, 'sp_url3', ''),
(6296, 649, '_sp_url3', 'field_5c260e22a23b9'),
(6297, 649, 'sp_title4', ''),
(6298, 649, '_sp_title4', 'field_5c260deba23b1'),
(6299, 649, 'sp_text4', ''),
(6300, 649, '_sp_text4', 'field_5c260dfca23b4'),
(6301, 649, 'sp_img4', ''),
(6302, 649, '_sp_img4', 'field_5c260e0ea23b7'),
(6303, 649, 'sp_url4', ''),
(6304, 649, '_sp_url4', 'field_5c260e27a23ba'),
(6312, 645, 'product_gallery3', ''),
(6313, 645, '_product_gallery3', 'field_5c25c1fcf605b'),
(6314, 645, 'product_gallery4', ''),
(6315, 645, '_product_gallery4', 'field_5c3c93fd50f82'),
(6316, 645, 'product_gallery5', ''),
(6317, 645, '_product_gallery5', 'field_5c3f23ec75b87'),
(6318, 645, 'product_gallery6', ''),
(6319, 645, '_product_gallery6', 'field_5c3f23f375b88'),
(6320, 645, 'product_gallery7', ''),
(6321, 645, '_product_gallery7', 'field_5c3f23f975b89'),
(6322, 645, 'product_gallery8', ''),
(6323, 645, '_product_gallery8', 'field_5c3f240c75b8a'),
(6324, 645, 'product_gallery9', ''),
(6325, 645, '_product_gallery9', 'field_5c3f241175b8b'),
(6326, 645, 'product_gallery10', ''),
(6327, 645, '_product_gallery10', 'field_5c3f241775b8c'),
(6328, 645, 'product_short_description', ''),
(6329, 645, '_product_short_description', 'field_5c25c929f0737'),
(6330, 645, 'product_title_file1', ''),
(6331, 645, '_product_title_file1', 'field_5c25c7c150a22'),
(6332, 645, 'product_file1', ''),
(6333, 645, '_product_file1', 'field_5c25c05b1ef96'),
(6334, 645, 'product_title_file2', ''),
(6335, 645, '_product_title_file2', 'field_5c25c7d050a23'),
(6336, 645, 'product_file2', ''),
(6337, 645, '_product_file2', 'field_5c25c08b1ef97'),
(6338, 645, 'product_specifications', ''),
(6339, 645, '_product_specifications', 'field_5c25c0cb1ef99'),
(6340, 645, 'product_title_descriptionblock1', ''),
(6341, 645, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(6342, 645, 'product_descriptionblock1', ''),
(6343, 645, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(6344, 645, 'product_title_descriptionblock2', ''),
(6345, 645, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(6346, 645, 'product_descriptionblock2', ''),
(6347, 645, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(6348, 645, 'product_title_descriptionblock3', ''),
(6349, 645, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(6350, 645, 'product_descriptionblock3', ''),
(6351, 645, '_product_descriptionblock3', 'field_5c408e69ddc08'),
(6352, 645, 'product_title_descriptionblock4', ''),
(6353, 645, '_product_title_descriptionblock4', 'field_5c408ed969bb0'),
(6354, 645, 'product_descriptionblock4', ''),
(6355, 645, '_product_descriptionblock4', 'field_5c408e6dddc09'),
(6356, 645, 'product_title_descriptionblock5', ''),
(6357, 645, '_product_title_descriptionblock5', 'field_5c408ede69bb1'),
(6358, 645, 'product_descriptionblock5', ''),
(6359, 645, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(6360, 645, 'product_title_descriptionblock6', ''),
(6361, 645, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(6362, 645, 'product_descriptionblock6', ''),
(6363, 645, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(6364, 645, 'product_title_descriptionblock7', ''),
(6365, 645, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(6366, 645, 'product_descriptionblock7', ''),
(6367, 645, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(6368, 645, 'product_title_descriptionblock8', ''),
(6369, 645, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(6370, 645, 'product_descriptionblock8', ''),
(6371, 645, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(6372, 645, 'product_title_descriptionblock9', ''),
(6373, 645, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(6374, 645, 'product_descriptionblock9', ''),
(6375, 645, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(6376, 645, 'product_title_descriptionblock10', ''),
(6377, 645, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(6378, 645, 'product_descriptionblock10', ''),
(6379, 645, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(6380, 645, 'sp_title', ''),
(6381, 645, '_sp_title', 'field_5c260d8529c84'),
(6382, 645, 'sp_title_button', ''),
(6383, 645, '_sp_title_button', 'field_5c260d9729c85'),
(6384, 645, 'sp_title1', ''),
(6385, 645, '_sp_title1', 'field_5c260dab29c86'),
(6386, 645, 'sp_text1', ''),
(6387, 645, '_sp_text1', 'field_5c260db329c87'),
(6388, 645, 'sp_img1', ''),
(6389, 645, '_sp_img1', 'field_5c260dbc29c88'),
(6390, 645, 'sp_url1', ''),
(6391, 645, '_sp_url1', 'field_5c260dcd29c89'),
(6392, 645, 'sp_title2', ''),
(6393, 645, '_sp_title2', 'field_5c260ddfa23af'),
(6394, 645, 'sp_text2', ''),
(6395, 645, '_sp_text2', 'field_5c260df2a23b2'),
(6396, 645, 'sp_img2', ''),
(6397, 645, '_sp_img2', 'field_5c260e03a23b5'),
(6398, 645, 'sp_url2', ''),
(6399, 645, '_sp_url2', 'field_5c260e1ba23b8'),
(6400, 645, 'sp_title3', ''),
(6401, 645, '_sp_title3', 'field_5c260de7a23b0'),
(6402, 645, 'sp_text3', ''),
(6403, 645, '_sp_text3', 'field_5c260df7a23b3'),
(6404, 645, 'sp_img3', ''),
(6405, 645, '_sp_img3', 'field_5c260e0aa23b6'),
(6406, 645, 'sp_url3', ''),
(6407, 645, '_sp_url3', 'field_5c260e22a23b9'),
(6408, 645, 'sp_title4', ''),
(6409, 645, '_sp_title4', 'field_5c260deba23b1'),
(6410, 645, 'sp_text4', ''),
(6411, 645, '_sp_text4', 'field_5c260dfca23b4'),
(6412, 645, 'sp_img4', ''),
(6413, 645, '_sp_img4', 'field_5c260e0ea23b7'),
(6414, 645, 'sp_url4', ''),
(6415, 645, '_sp_url4', 'field_5c260e27a23ba'),
(6416, 977, '_menu_item_type', 'post_type'),
(6417, 977, '_menu_item_menu_item_parent', '0'),
(6418, 977, '_menu_item_object_id', '643'),
(6419, 977, '_menu_item_object', 'page'),
(6420, 977, '_menu_item_target', ''),
(6421, 977, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6422, 977, '_menu_item_xfn', ''),
(6423, 977, '_menu_item_url', ''),
(6427, 979, '_wp_attached_file', 'tube3.jpg'),
(6428, 979, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:9:\"tube3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tube3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"tube3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"tube3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7503, 1045, '_product_title_descriptionblock3', 'field_5c408ed569baf'),
(7502, 1045, 'product_title_descriptionblock3', 'Industrien, die geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse verwenden'),
(7493, 1045, '_product_specifications', 'field_5c25c0cb1ef99'),
(7494, 1045, 'product_title_descriptionblock1', ''),
(7495, 1045, '_product_title_descriptionblock1', 'field_5c408ea869bad'),
(7496, 1045, 'product_descriptionblock1', ''),
(7497, 1045, '_product_descriptionblock1', 'field_5c408e56ddc06'),
(7498, 1045, 'product_title_descriptionblock2', 'Medien mit denen geschweißte Wärmetauscher, mit zusammenlegbaren Gehäuse, betrieben werden'),
(7499, 1045, '_product_title_descriptionblock2', 'field_5c408ed069bae'),
(7500, 1045, 'product_descriptionblock2', '<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"319\">Luft</td>\r\n<td width=\"319\">Salzwasser</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Alkalien</td>\r\n<td width=\"319\">Säulenbewässerung</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Kohlenwasserstoff</td>\r\n<td width=\"319\">Säure</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Destillationsrückst ände</td>\r\n<td width=\"319\">Dämpfe</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Wasser</td>\r\n<td width=\"319\">Wasserstoffhaltige Medien</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Öl</td>\r\n<td width=\"319\">Destillat</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Absorptionslösungen</td>\r\n<td width=\"319\">Phlegma</td>\r\n</tr>\r\n<tr>\r\n<td width=\"319\">Gase</td>\r\n<td width=\"319\">Kondensat</td>\r\n</tr>\r\n</tbody>\r\n</table>'),
(7501, 1045, '_product_descriptionblock2', 'field_5c408e63ddc07'),
(6429, 980, '_menu_item_type', 'post_type'),
(6430, 980, '_menu_item_menu_item_parent', '0'),
(6431, 980, '_menu_item_object_id', '655'),
(6432, 980, '_menu_item_object', 'page'),
(6433, 980, '_menu_item_target', ''),
(6434, 980, '_menu_item_classes', 'a:1:{i:0;s:14:\"bold-menu-item\";}'),
(6435, 980, '_menu_item_xfn', ''),
(6436, 980, '_menu_item_url', ''),
(6438, 981, '_menu_item_type', 'post_type'),
(6439, 981, '_menu_item_menu_item_parent', '0'),
(6440, 981, '_menu_item_object_id', '656'),
(6441, 981, '_menu_item_object', 'page'),
(6442, 981, '_menu_item_target', ''),
(6443, 981, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6444, 981, '_menu_item_xfn', ''),
(6445, 981, '_menu_item_url', ''),
(6447, 982, '_menu_item_type', 'post_type'),
(6448, 982, '_menu_item_menu_item_parent', '0'),
(6449, 982, '_menu_item_object_id', '657'),
(6450, 982, '_menu_item_object', 'page'),
(6451, 982, '_menu_item_target', ''),
(6452, 982, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(6453, 982, '_menu_item_xfn', ''),
(6454, 982, '_menu_item_url', ''),
(6481, 983, '_thumbnail_id', '817'),
(6482, 991, '_wp_attached_file', 'Proekt-1-animatsiya-2-convert-video-online.com-1.gif'),
(6483, 991, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:110;s:6:\"height\";i:209;s:4:\"file\";s:52:\"Proekt-1-animatsiya-2-convert-video-online.com-1.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6484, 992, '_wp_attached_file', 'Proekt-1-animatsiya-2-convert-video-online.com-2-1.gif'),
(6485, 992, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:151;s:6:\"height\";i:275;s:4:\"file\";s:54:\"Proekt-1-animatsiya-2-convert-video-online.com-2-1.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6486, 993, '_wp_attached_file', 'Proekt-1-animatsiya-2-convert-video-online.com-3-2.gif'),
(6487, 993, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:196;s:6:\"height\";i:406;s:4:\"file\";s:54:\"Proekt-1-animatsiya-2-convert-video-online.com-3-2.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Proekt-1-animatsiya-2-convert-video-online.com-3-2-196x320.gif\";s:5:\"width\";i:196;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6494, 998, '_wp_attached_file', 'web1.png'),
(6495, 998, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:360;s:4:\"file\";s:8:\"web1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"web1-220x320.png\";s:5:\"width\";i:220;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6496, 999, '_wp_attached_file', 'web1-1.png'),
(6497, 999, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:360;s:4:\"file\";s:10:\"web1-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"web1-1-220x320.png\";s:5:\"width\";i:220;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6741, 1009, '_menu_item_xfn', ''),
(6742, 1009, '_menu_item_url', ''),
(6746, 1019, '_wp_attached_file', 'avatar.jpg'),
(6747, 1019, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:10:\"avatar.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(6748, 613, 'company_employee_name4_', 'Иванов Иван Иванович'),
(6749, 613, '_company_employee_name4_', 'field_5c612ce132023'),
(6750, 613, 'company_employee_position4', 'Prokuristin'),
(6751, 613, '_company_employee_position4', 'field_5c612d0b32024'),
(6752, 613, 'company_employee_text4', ''),
(6753, 613, '_company_employee_text4', 'field_5c612d2432025'),
(6754, 613, 'company_employee_photo4', '1019'),
(6755, 613, '_company_employee_photo4', 'field_5c612d3432026'),
(6756, 613, 'company_employee_name5', 'Reiner Engel'),
(6757, 613, '_company_employee_name5', 'field_5c612d4532027'),
(6758, 613, 'company_employee_position5', 'General-Handelsvertreter'),
(6759, 613, '_company_employee_position5', 'field_5c612d4e32028'),
(6760, 613, 'company_employee_text5', ''),
(6761, 613, '_company_employee_text5', 'field_5c612d5632029'),
(6762, 613, 'company_employee_photo5', '1019'),
(6763, 613, '_company_employee_photo5', 'field_5c612d5f3202a'),
(6765, 1020, '_about_company_title', 'field_5c331f3902723'),
(6766, 1020, 'about_company_description', 'Предприятиям нефтеперерабатывающей промышленности необходимо постоянно повышать эффективность производства. Высокая конкуренция на рынке в сочетании с постоянным удорожанием энергии и сырья вынуждает нефтеперерабатывающие заводы увеличивать объемы производства, одновременно сокращая операционные расходы. KliGur предлагает простое и проверенное решение для этого, казалось бы, нерешаемого уравнения. Ответ заключается в использовании компактных теплообменников вместо кожухотрубных агрегатов. Это обеспечивает значительное сокращение операционных  и капитальных затрат и зачастую позволяет повысить производительность технологической линии.\r\nПрименение компактных теплообменников обеспечивает преимущество сразу по четырем показателям. После их установки секретbудержания лидирующих позиций в бизнесе становится очевидным.\r\nМы называем его «формула рентабельности».\r\n\r\nМы предлагаем передовые решения в области модернизации технологических линий, направленные на оптимизацию надежности, эксплуатационной готовности, экономической эффективности и экологической устойчивости оборудования. При этом наши решения по модернизации разрабатываются индивидуально, на основе ваших конкретных требований и тщательного анализа рынка.'),
(6767, 1020, '_about_company_description', 'field_5c331f5602724'),
(6768, 1020, 'about_company_number1', '750'),
(6769, 1020, '_about_company_number1', 'field_5c33202802725'),
(6770, 1020, 'about_company_title1', 'проектов'),
(6771, 1020, '_about_company_title1', 'field_5c33203302726'),
(6772, 1020, 'about_company_text1', 'Были успешно разработаны и внедрены на предприятиях'),
(6773, 1020, '_about_company_text1', 'field_5c33203b02727'),
(6774, 1020, 'about_company_number2', '97'),
(6775, 1020, '_about_company_number2', 'field_5c3320495265d'),
(6776, 1020, 'about_company_title2', 'удовлетворенность'),
(6777, 1020, '_about_company_title2', 'field_5c33204e5265e'),
(6778, 1020, 'about_company_text2', 'Мы постоянно работаем над удовлетворением потребностей клиентов и повышением качества обслуживания'),
(6779, 1020, '_about_company_text2', 'field_5c33206652661'),
(6780, 1020, 'about_company_number3', '300'),
(6781, 1020, '_about_company_number3', 'field_5c3320555265f'),
(6782, 1020, 'about_company_title3', 'клиентов'),
(6783, 1020, '_about_company_title3', 'field_5c33206052660'),
(6784, 1020, 'about_company_text3', ''),
(6785, 1020, '_about_company_text3', 'field_5c33206952662'),
(6786, 1020, 'our_team', 'Наша команда'),
(6787, 1020, '_our_team', 'field_5c33225dffb69'),
(6788, 1020, 'company_employee_name1', 'Александр Клименко'),
(6789, 1020, '_company_employee_name1', 'field_5c3320d5cdcfa'),
(6790, 1020, 'company_employee_position1', 'Директор по развитию'),
(6791, 1020, '_company_employee_position1', 'field_5c3321c1cdcfb'),
(6792, 1020, 'company_employee_text1', ''),
(6793, 1020, '_company_employee_text1', 'field_5c33222ccdcfc'),
(6794, 1020, 'company_employee_photo1', '924'),
(6795, 1020, '_company_employee_photo1', 'field_5c33244242391'),
(6796, 1020, 'company_employee_name2', 'Алёна Клименко'),
(6797, 1020, '_company_employee_name2', 'field_5c332284c00eb'),
(6798, 1020, 'company_employee_position2', 'Исполнительный директор'),
(6799, 1020, '_company_employee_position2', 'field_5c332290c00ed'),
(6800, 1020, 'company_employee_text2', ''),
(6801, 1020, '_company_employee_text2', 'field_5c3322a2c00ef'),
(6802, 1020, 'company_employee_photo2', '926'),
(6803, 1020, '_company_employee_photo2', 'field_5c33244e42392'),
(6804, 1020, 'company_employee_name3', 'Арсен Варунц'),
(6805, 1020, '_company_employee_name3', 'field_5c332289c00ec'),
(6806, 1020, 'company_employee_position3', 'Коммерческий директор'),
(6807, 1020, '_company_employee_position3', 'field_5c332299c00ee'),
(6808, 1020, 'company_employee_text3', ''),
(6809, 1020, '_company_employee_text3', 'field_5c3322a8c00f0'),
(6810, 1020, 'company_employee_photo3', '925'),
(6811, 1020, '_company_employee_photo3', 'field_5c33246d42393'),
(6812, 1020, 'company_employee_name4_', 'Иванов Иван Иванович'),
(6813, 1020, '_company_employee_name4_', 'field_5c612ce132023'),
(6814, 1020, 'company_employee_position4', 'Директор регионального отделения '),
(6815, 1020, '_company_employee_position4', 'field_5c612d0b32024'),
(6816, 1020, 'company_employee_text4', ''),
(6817, 1020, '_company_employee_text4', 'field_5c612d2432025'),
(6818, 1020, 'company_employee_photo4', '1019'),
(6819, 1020, '_company_employee_photo4', 'field_5c612d3432026'),
(6820, 1020, 'company_employee_name5', 'Петров Петр Петрович'),
(6821, 1020, '_company_employee_name5', 'field_5c612d4532027'),
(6822, 1020, 'company_employee_position5', 'Начальник отдела качества'),
(6823, 1020, '_company_employee_position5', 'field_5c612d4e32028'),
(6824, 1020, 'company_employee_text5', ''),
(6825, 1020, '_company_employee_text5', 'field_5c612d5632029'),
(6826, 1020, 'company_employee_photo5', '1019'),
(6827, 1020, '_company_employee_photo5', 'field_5c612d5f3202a'),
(6828, 1020, 'company_block_title1', 'Экспертные инжинеры'),
(6829, 1020, '_company_block_title1', 'field_5c332306f9cfa'),
(6830, 1020, 'company_block_text1', 'Весь технический персонал проходит ежегодную профессиональную аттестацию. Мы дорожим своим именем, поэтому у нас работают только опытные специалисты.'),
(6831, 1020, '_company_block_text1', 'field_5c33232ff9cfd'),
(6832, 1020, 'company_block_title2', 'Служба поддержки 24/7'),
(6833, 1020, '_company_block_title2', 'field_5c332323f9cfb'),
(6834, 1020, 'company_block_text2', 'Оказываем всестороннюю поддержку клиенту, предлагаем обучающие программы по работе с оборудованием. Организовываем посещения завода-изготовителя с целью показать, как оборудование производится и как должно эксплуатироваться.'),
(6835, 1020, '_company_block_text2', 'field_5c332339f9cfe'),
(6836, 1020, 'company_block_title3', 'Сервисные центры'),
(6837, 1020, '_company_block_title3', 'field_5c332329f9cfc'),
(6838, 1020, 'company_block_text3', 'Вам не придется прибегать к гарантийному ремонту, так как качество оборудования исключительное. Но если вдруг что-то и случится сервисные центры по всей Европе всегда придут на помощь.'),
(6839, 1020, '_company_block_text3', 'field_5c33233ef9cff'),
(6840, 1021, '_wp_attached_file', 'kachestvo.jpg'),
(6841, 1021, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:13:\"kachestvo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kachestvo-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7001, 1030, '_wp_attached_file', 'service.jpg'),
(7002, 1030, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:420;s:6:\"height\";i:280;s:4:\"file\";s:11:\"service.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"service-320x280.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7003, 1025, '_thumbnail_id', '1030'),
(6998, 1029, '_wp_attached_file', 'Plate-heat-exchanger-chemical-cleaning-JOHOR-MALAYSIA-convert-video-online.com_.gif'),
(6999, 1029, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:197;s:4:\"file\";s:83:\"Plate-heat-exchanger-chemical-cleaning-JOHOR-MALAYSIA-convert-video-online.com_.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"Plate-heat-exchanger-chemical-cleaning-JOHOR-MALAYSIA-convert-video-online.com_-320x197.gif\";s:5:\"width\";i:320;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6930, 1025, '_branches_short_description', 'field_5c271b8b219d7'),
(6931, 1025, 'branches_title_file1', ''),
(6932, 1025, '_branches_title_file1', 'field_5c271b8b21a0f'),
(6933, 1025, 'branches_file1', ''),
(6934, 1025, '_branches_file1', 'field_5c271b8b21a47'),
(6935, 1025, 'branches_title_file2', ''),
(6936, 1025, '_branches_title_file2', 'field_5c271b8b21a7f'),
(6937, 1025, 'branches_file2', ''),
(6938, 1025, '_branches_file2', 'field_5c271b8b21ab6'),
(6939, 1025, 'branches_title_file3', ''),
(6940, 1025, '_branches_title_file3', 'field_5c2a05b90b1b8'),
(6941, 1025, 'branches_file3', ''),
(6942, 1025, '_branches_file3', 'field_5c2a05c40b1b9'),
(6943, 1025, 'branches_specifications_title', 'Eine rechtzeitige Reinigung des Plattenwärmetauschers wird verhindert'),
(6944, 1025, '_branches_specifications_title', 'field_5c4f0a19679e1'),
(6945, 1025, 'branches_specifications', '<ul>\r\n 	<li>Ändern der Parameter des Wärmetauschers gemäß dem Original (berechnet)</li>\r\n 	<li>Austreten oder Vermischen von Flüssigkeiten, die an der Wärmeübertragung beteiligt sind (Fluss zwischen Kreisläufen)</li>\r\n 	<li>Druckverlust während des Betriebs</li>\r\n 	<li>Zusätzliche Kosten für den Austausch von Dichtungen oder Platten im Wärmetauscher</li>\r\n</ul>'),
(7471, 1045, '_product_gallery5', 'field_5c3f23ec75b87'),
(7472, 1045, 'product_gallery6', '876'),
(7473, 1045, '_product_gallery6', 'field_5c3f23f375b88'),
(6946, 1025, '_branches_specifications', 'field_5c271b8b21aee'),
(6947, 1025, 'branches_application_title', 'Компания Kligur оказывает полный спектр услуг'),
(6948, 1025, '_branches_application_title', 'field_5c4f0a26679e2'),
(6949, 1025, 'branches_application', '<h4><span style=\"color: #ff6600;\"><strong><em>TECHNISCHER SUPPORT</em></strong></span></h4>\r\n<ul>\r\n 	<li>Betriebsberatung</li>\r\n 	<li>Wartungsprogramm</li>\r\n 	<li>Vorläufige Expertenbewertung</li>\r\n</ul>\r\n<h4><span style=\"color: #ff6600;\"><em><strong>INSTALLATION </strong></em></span></h4>\r\n<ul>\r\n 	<li>Lieferung des Wärmetauschers</li>\r\n 	<li>Installationsüberwachung oder Installation eines Wärmetauschers</li>\r\n 	<li>Betriebstraining</li>\r\n</ul>\r\n<h4> <span style=\"color: #ff6600;\"><em><strong> WARTUNG </strong></em></span></h4>\r\n<ul>\r\n 	<li>Wärmetauscher-Diagnose</li>\r\n 	<li>Chemische CIP</li>\r\n 	<li>Zusammenklappbares Spülen</li>\r\n 	<li>Platteninspektion</li>\r\n</ul>\r\n<h4><span style=\"color: #ff6600;\"><em><strong>AUSTAUSCH</strong></em></span></h4>\r\n<ul>\r\n 	<li>Kundenspezifische Lösungen</li>\r\n 	<li>Aufrüsten / Ersetzen eines vorhandenen Wärmetauschers zur Steigerung der Energieeffizienz</li>\r\n 	<li>Fehleinschätzung der Amortisationszeit</li>\r\n</ul>\r\n<h4><em><strong><span style=\"color: #ff6600;\"> ZUBEHÖR </span></strong></em></h4>\r\n<ul>\r\n 	<li>Originalzubehör von jedem Hersteller</li>\r\n 	<li>Niedrige Preise</li>\r\n 	<li>Verfügbarkeit auf Lager von Bauteilen aller Hersteller</li>\r\n 	<li>Schnelle Lieferung.</li>\r\n</ul>'),
(7462, 1045, 'product_gallery1', '870'),
(7463, 1045, '_product_gallery1', 'field_5c25c1ddf6059'),
(7464, 1045, 'product_gallery2', '873'),
(7465, 1045, '_product_gallery2', 'field_5c25c1f7f605a'),
(7466, 1045, 'product_gallery3', '875'),
(7467, 1045, '_product_gallery3', 'field_5c25c1fcf605b'),
(7468, 1045, 'product_gallery4', '872'),
(7469, 1045, '_product_gallery4', 'field_5c3c93fd50f82'),
(7470, 1045, 'product_gallery5', '871'),
(6950, 1025, '_branches_application', 'field_5c271b8b21b26'),
(6951, 1025, 'branches_environments_title', 'Self-Service-Risiken'),
(7461, 1045, '_product_excerpt', 'field_5c35aa337a54a'),
(6952, 1025, '_branches_environments_title', 'field_5c4f0a35679e3'),
(6953, 1025, 'branches_environments', '<ol>\r\n 	<li>Durch unsachgemäße Verwendung von Chemikalien können die Platten beschädigt werden.</li>\r\n 	<li>Die Nichterkennung von Fehlern in den Platten kann zu Produktionsausfällen führen und die Betriebssicherheit der Geräte beeinträchtigen</li>\r\n 	<li>Eine schlechte Qualität der Dichtungen und Klebstoffe kann zu Undichtigkeiten führen</li>\r\n 	<li>Die Reparatur des Wärmetauschers nach dem Prinzip \"Do it yourself\" führt zu einem teilweisen oder vollständigen Austausch des Wärmetauschers</li>\r\n</ol>'),
(7448, 1025, '_yoast_wpseo_content_score', '30'),
(7449, 571, '_yoast_wpseo_content_score', '90'),
(6954, 1025, '_branches_environments', 'field_5c271b8b21b5d'),
(6955, 1025, 'branches_application_environment_title', ''),
(6956, 1025, '_branches_application_environment_title', 'field_5c4f0a48679e4'),
(6957, 1025, 'branches_application_environment', ''),
(6958, 1025, '_branches_application_environment', 'field_5c271b8b21b83'),
(6959, 1025, 'sp_title', ''),
(6960, 1025, '_sp_title', 'field_5c260d8529c84'),
(6961, 1025, 'sp_title_button', ''),
(6962, 1025, '_sp_title_button', 'field_5c260d9729c85'),
(6963, 1025, 'sp_title1', ''),
(6964, 1025, '_sp_title1', 'field_5c260dab29c86'),
(6965, 1025, 'sp_text1', ''),
(6966, 1025, '_sp_text1', 'field_5c260db329c87'),
(6967, 1025, 'sp_img1', ''),
(6968, 1025, '_sp_img1', 'field_5c260dbc29c88'),
(6969, 1025, 'sp_url1', ''),
(6970, 1025, '_sp_url1', 'field_5c260dcd29c89'),
(6971, 1025, 'sp_title2', ''),
(6972, 1025, '_sp_title2', 'field_5c260ddfa23af'),
(6973, 1025, 'sp_text2', ''),
(6974, 1025, '_sp_text2', 'field_5c260df2a23b2'),
(6975, 1025, 'sp_img2', ''),
(6976, 1025, '_sp_img2', 'field_5c260e03a23b5'),
(6977, 1025, 'sp_url2', ''),
(6978, 1025, '_sp_url2', 'field_5c260e1ba23b8'),
(6979, 1025, 'sp_title3', ''),
(6980, 1025, '_sp_title3', 'field_5c260de7a23b0'),
(6981, 1025, 'sp_text3', ''),
(6982, 1025, '_sp_text3', 'field_5c260df7a23b3'),
(6983, 1025, 'sp_img3', ''),
(6984, 1025, '_sp_img3', 'field_5c260e0aa23b6'),
(6985, 1025, 'sp_url3', ''),
(6986, 1025, '_sp_url3', 'field_5c260e22a23b9'),
(6987, 1025, 'sp_title4', ''),
(6988, 1025, '_sp_title4', 'field_5c260deba23b1'),
(6989, 1025, 'sp_text4', ''),
(6990, 1025, '_sp_text4', 'field_5c260dfca23b4'),
(6991, 1025, 'sp_img4', ''),
(6992, 1025, '_sp_img4', 'field_5c260e0ea23b7'),
(6993, 1025, 'sp_url4', ''),
(6994, 1025, '_sp_url4', 'field_5c260e27a23ba'),
(7265, 1080, '_menu_item_xfn', ''),
(7334, 1093, '_wp_attached_file', 'vozduh2.png'),
(7335, 1093, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:11:\"vozduh2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vozduh2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"vozduh2-526x640.png\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"vozduh2-624x759.png\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7035, 1037, '_edit_last', '1'),
(7036, 1037, '_wp_page_template', 'default'),
(7037, 1038, '_edit_lock', '1550155747:1'),
(7038, 1038, '_edit_last', '1'),
(7039, 1038, '_wp_page_template', 'default'),
(7273, 1081, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7272, 1081, '_menu_item_target', ''),
(7271, 1081, '_menu_item_object', 'category'),
(7270, 1081, '_menu_item_object_id', '3'),
(7264, 1080, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7263, 1080, '_menu_item_target', ''),
(7262, 1080, '_menu_item_object', 'page'),
(7261, 1080, '_menu_item_object_id', '689'),
(7260, 1080, '_menu_item_menu_item_parent', '0'),
(7259, 1080, '_menu_item_type', 'post_type'),
(7101, 1049, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:342;s:6:\"height\";i:297;s:4:\"file\";s:8:\"3sht.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3sht-320x297.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7257, 1079, '_menu_item_url', '#'),
(7256, 1079, '_menu_item_xfn', ''),
(7255, 1079, '_menu_item_classes', 'a:1:{i:0;s:5:\"backs\";}'),
(7254, 1079, '_menu_item_target', ''),
(7253, 1079, '_menu_item_object', 'custom'),
(7252, 1079, '_menu_item_object_id', '1079'),
(7251, 1079, '_menu_item_menu_item_parent', '0'),
(7250, 1079, '_menu_item_type', 'custom'),
(7388, 1111, '_menu_item_object', 'custom'),
(7387, 1111, '_menu_item_object_id', '1111'),
(7386, 1111, '_menu_item_menu_item_parent', '698'),
(7385, 1111, '_menu_item_type', 'custom'),
(7579, 1137, '_wp_attached_file', 'gasket-en.png'),
(7383, 1110, '_menu_item_url', '#'),
(7096, 1047, '_wp_attached_file', '2trub.png'),
(7097, 1047, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:740;s:6:\"height\";i:237;s:4:\"file\";s:9:\"2trub.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"2trub-320x237.png\";s:5:\"width\";i:320;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"2trub-640x205.png\";s:5:\"width\";i:640;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"2trub-624x200.png\";s:5:\"width\";i:624;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7104, 1051, '_wp_attached_file', 'rezerv.png'),
(7105, 1051, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:852;s:6:\"height\";i:286;s:4:\"file\";s:10:\"rezerv.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"rezerv-320x286.png\";s:5:\"width\";i:320;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"rezerv-640x215.png\";s:5:\"width\";i:640;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"rezerv-768x258.png\";s:5:\"width\";i:768;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"rezerv-624x209.png\";s:5:\"width\";i:624;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7119, 1054, '_branches_short_description', 'field_5c271b8b219d7'),
(7120, 1054, 'branches_title_file1', ''),
(7121, 1054, '_branches_title_file1', 'field_5c271b8b21a0f'),
(7122, 1054, 'branches_file1', ''),
(7123, 1054, '_branches_file1', 'field_5c271b8b21a47'),
(7124, 1054, 'branches_title_file2', ''),
(7125, 1054, '_branches_title_file2', 'field_5c271b8b21a7f'),
(7126, 1054, 'branches_file2', ''),
(7127, 1054, '_branches_file2', 'field_5c271b8b21ab6'),
(7128, 1054, 'branches_title_file3', ''),
(7129, 1054, '_branches_title_file3', 'field_5c2a05b90b1b8'),
(7130, 1054, 'branches_file3', ''),
(7131, 1054, '_branches_file3', 'field_5c2a05c40b1b9'),
(7132, 1054, 'branches_specifications_title', ''),
(7133, 1054, '_branches_specifications_title', 'field_5c4f0a19679e1'),
(7134, 1054, 'branches_specifications', ''),
(7135, 1054, '_branches_specifications', 'field_5c271b8b21aee'),
(7136, 1054, 'branches_application_title', ''),
(7137, 1054, '_branches_application_title', 'field_5c4f0a26679e2'),
(7138, 1054, 'branches_application', ''),
(7139, 1054, '_branches_application', 'field_5c271b8b21b26'),
(7140, 1054, 'branches_environments_title', ''),
(7141, 1054, '_branches_environments_title', 'field_5c4f0a35679e3'),
(7142, 1054, 'branches_environments', ''),
(7143, 1054, '_branches_environments', 'field_5c271b8b21b5d'),
(7144, 1054, 'branches_application_environment_title', ''),
(7145, 1054, '_branches_application_environment_title', 'field_5c4f0a48679e4'),
(7146, 1054, 'branches_application_environment', ''),
(7147, 1054, '_branches_application_environment', 'field_5c271b8b21b83'),
(7148, 1054, 'sp_title', ''),
(7149, 1054, '_sp_title', 'field_5c260d8529c84'),
(7150, 1054, 'sp_title_button', ''),
(7151, 1054, '_sp_title_button', 'field_5c260d9729c85'),
(7152, 1054, 'sp_title1', ''),
(7153, 1054, '_sp_title1', 'field_5c260dab29c86'),
(7154, 1054, 'sp_text1', ''),
(7155, 1054, '_sp_text1', 'field_5c260db329c87'),
(7156, 1054, 'sp_img1', ''),
(7157, 1054, '_sp_img1', 'field_5c260dbc29c88'),
(7158, 1054, 'sp_url1', ''),
(7159, 1054, '_sp_url1', 'field_5c260dcd29c89'),
(7160, 1054, 'sp_title2', ''),
(7161, 1054, '_sp_title2', 'field_5c260ddfa23af'),
(7162, 1054, 'sp_text2', ''),
(7163, 1054, '_sp_text2', 'field_5c260df2a23b2'),
(7164, 1054, 'sp_img2', ''),
(7165, 1054, '_sp_img2', 'field_5c260e03a23b5'),
(7166, 1054, 'sp_url2', ''),
(7167, 1054, '_sp_url2', 'field_5c260e1ba23b8'),
(7168, 1054, 'sp_title3', ''),
(7169, 1054, '_sp_title3', 'field_5c260de7a23b0'),
(7170, 1054, 'sp_text3', ''),
(7171, 1054, '_sp_text3', 'field_5c260df7a23b3'),
(7172, 1054, 'sp_img3', ''),
(7173, 1054, '_sp_img3', 'field_5c260e0aa23b6'),
(7174, 1054, 'sp_url3', ''),
(7175, 1054, '_sp_url3', 'field_5c260e22a23b9'),
(7176, 1054, 'sp_title4', ''),
(7177, 1054, '_sp_title4', 'field_5c260deba23b1'),
(7178, 1054, 'sp_text4', ''),
(7179, 1054, '_sp_text4', 'field_5c260dfca23b4'),
(7180, 1054, 'sp_img4', ''),
(7181, 1054, '_sp_img4', 'field_5c260e0ea23b7'),
(7182, 1054, 'sp_url4', ''),
(7183, 1054, '_sp_url4', 'field_5c260e27a23ba'),
(7185, 1057, '_menu_item_type', 'post_type'),
(7186, 1057, '_menu_item_menu_item_parent', '698'),
(7187, 1057, '_menu_item_object_id', '1054'),
(7188, 1057, '_menu_item_object', 'page'),
(7189, 1057, '_menu_item_target', ''),
(7190, 1057, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7191, 1057, '_menu_item_xfn', ''),
(7192, 1057, '_menu_item_url', ''),
(7194, 1058, '_menu_item_type', 'post_type'),
(7195, 1058, '_menu_item_menu_item_parent', '698'),
(7196, 1058, '_menu_item_object_id', '1053'),
(7197, 1058, '_menu_item_object', 'page'),
(7198, 1058, '_menu_item_target', ''),
(7199, 1058, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7200, 1058, '_menu_item_xfn', ''),
(7201, 1058, '_menu_item_url', ''),
(7223, 2, '_yoast_wpseo_opengraph-image', 'https://kligur.de/wp-content/uploads/image-2-e1548770321987.png'),
(7224, 2, '_yoast_wpseo_opengraph-image-id', '469'),
(7225, 2, '_yoast_wpseo_twitter-image', 'https://kligur.de/wp-content/uploads/image-2-e1548770321987.png'),
(7226, 2, '_yoast_wpseo_twitter-image-id', '469'),
(7227, 2, '_yoast_wpseo_content_score', '30'),
(7228, 653, '_yoast_wpseo_focuskw', 'Luftkühler'),
(7229, 653, '_yoast_wpseo_linkdex', '28'),
(7230, 653, '_yoast_wpseo_content_score', '30'),
(7342, 1097, '_wp_attached_file', 'fak3-1.jpg'),
(7343, 1097, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"fak3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fak3-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fak3-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"fak3-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7344, 1098, '_wp_attached_file', 'fak4-1.jpg'),
(7345, 1098, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"fak4-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fak4-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fak4-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"fak4-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7346, 1099, '_wp_attached_file', 'gaz1-1.jpg'),
(7347, 1099, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"gaz1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gaz1-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"gaz1-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"gaz1-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7348, 1100, '_wp_attached_file', 'gaz2-1.jpg'),
(7349, 1100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:10:\"gaz2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gaz2-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"gaz2-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"gaz2-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7350, 1101, '_wp_attached_file', 's1-1.jpg'),
(7351, 1101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"s1-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s1-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s1-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"s1-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7352, 1102, '_wp_attached_file', 's2-1.jpg'),
(7353, 1102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"s2-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s2-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s2-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"s2-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7354, 1103, '_wp_attached_file', 's3-1.jpg'),
(7355, 1103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"s3-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s3-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s3-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"s3-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7356, 1104, '_wp_attached_file', 's4-1.jpg'),
(7357, 1104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"s4-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s4-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s4-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"s4-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7358, 1105, '_wp_attached_file', 's5-1.jpg'),
(7359, 1105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"s5-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s5-1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s5-1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"s5-1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7360, 1106, '_wp_attached_file', 'sep1.jpg'),
(7361, 1106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"sep1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sep1-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sep1-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sep1-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7362, 1107, '_wp_attached_file', 'sep2.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7363, 1107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"sep2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sep2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sep2-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sep2-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7364, 1108, '_wp_attached_file', 'sep3.jpg'),
(7365, 1108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:778;s:4:\"file\";s:8:\"sep3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sep3-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sep3-526x640.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"sep3-624x759.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7513, 1045, '_product_descriptionblock5', 'field_5c408e72ddc0a'),
(7514, 1045, 'product_title_descriptionblock6', 'Technische lösungen mit reserve für die kontinuierliche arbeitsgewährleistung'),
(7515, 1045, '_product_title_descriptionblock6', 'field_5c408ee269bb2'),
(7516, 1045, 'product_descriptionblock6', '<img class=\"alignleft wp-image-1047\" src=\"https://kligur.de/wp-content/uploads/2trub.png\" alt=\"\" width=\"735\" height=\"265\" /><img class=\"alignleft wp-image-1049\" src=\"https://kligur.de/wp-content/uploads/3sht.jpg\" alt=\"\" width=\"278\" height=\"243\" />\r\n<h4><strong>Bei Rohrbündelwärmetauschern ist:</strong></h4>\r\nIn einem kontinuierlichen Prozess, um die Folgen eines Notstopps auszuschließen, ist ein Ersatzwärmetauscher erforderlich.\r\n\r\nBei Rohrbündelwärmetauschern wird das Problem wie folgt gelöst:\r\n<ul>\r\n 	<li>Um 100% Leistung zu erhalten, wird ein zweiter Wärmetauscher benötigt.\r\nFazit: Doppelte Anschaffungskosten</li>\r\n 	<li>Sie haben 2 Wärmetauscher mit ges.: 100% Leistung, somit verbleiben bei einem Standby von einem Wärmetauscher 50% Leistung\r\nFazit: Erhöhte Anschaffungskosten und nur noch 50% der Leistung bei Standby\r\nMit geschweißten Wärmetauschern wird das Problem durch drei parallel montierten Geräten mit jeweils 50% Last, mit geringen Mehrkosten gelöst.</li>\r\n 	<li>150 % Leistung mit 3 Geräten – ein Gerät Standby verbleiben 100% Leistung\r\nAuf diese Weise können Sie Redundanz vermeiden und im Falle der Wartung eines Wärmetauschers den Rohmaterialfluss schnell auf die verbleibenden zwei Einheiten umverteilen, ohne den Prozess anzuhalten.</li>\r\n 	<li>Oder Sie entscheiden sich für einen Wärmetauscher bestehend aus zwei Geräten = 100% Leistung, so verbleiben bei einem Standbay immer noch 50% der Leistung, sie brauchen den Prozess nicht abzubrechen</li>\r\n</ul>'),
(7517, 1045, '_product_descriptionblock6', 'field_5c408e79ddc0b'),
(7518, 1045, 'product_title_descriptionblock7', ''),
(7519, 1045, '_product_title_descriptionblock7', 'field_5c408ee969bb3'),
(7520, 1045, 'product_descriptionblock7', ''),
(7521, 1045, '_product_descriptionblock7', 'field_5c408e7fddc0c'),
(7522, 1045, 'product_title_descriptionblock8', ''),
(7523, 1045, '_product_title_descriptionblock8', 'field_5c408eed69bb4'),
(7524, 1045, 'product_descriptionblock8', ''),
(7525, 1045, '_product_descriptionblock8', 'field_5c408e87ddc0d'),
(7526, 1045, 'product_title_descriptionblock9', ''),
(7527, 1045, '_product_title_descriptionblock9', 'field_5c408ef269bb5'),
(7528, 1045, 'product_descriptionblock9', ''),
(7529, 1045, '_product_descriptionblock9', 'field_5c408e8dddc0e'),
(7530, 1045, 'product_title_descriptionblock10', ''),
(7531, 1045, '_product_title_descriptionblock10', 'field_5c408ef769bb6'),
(7532, 1045, 'product_descriptionblock10', ''),
(7533, 1045, '_product_descriptionblock10', 'field_5c408e93ddc0f'),
(7534, 1045, 'sp_title', 'Andere Produkte'),
(7535, 1045, '_sp_title', 'field_5c260d8529c84'),
(7536, 1045, 'sp_title_button', 'Weitere Details   >'),
(7537, 1045, '_sp_title_button', 'field_5c260d9729c85'),
(7538, 1045, 'sp_title1', 'Luftkühler'),
(7539, 1045, '_sp_title1', 'field_5c260dab29c86'),
(7540, 1045, 'sp_text1', ''),
(7541, 1045, '_sp_text1', 'field_5c260db329c87'),
(7542, 1045, 'sp_img1', '804'),
(7543, 1045, '_sp_img1', 'field_5c260dbc29c88'),
(7544, 1045, 'sp_url1', 'https://kligur.de/luftkuhleriya/luftkuhler/'),
(7545, 1045, '_sp_url1', 'field_5c260dcd29c89'),
(7546, 1045, 'sp_title2', 'Shell-tube-wärmetauscher'),
(7547, 1045, '_sp_title2', 'field_5c260ddfa23af'),
(7548, 1045, 'sp_text2', ''),
(7549, 1045, '_sp_text2', 'field_5c260df2a23b2'),
(7550, 1045, 'sp_img2', '816'),
(7551, 1045, '_sp_img2', 'field_5c260e03a23b5'),
(7552, 1045, 'sp_url2', '#'),
(7553, 1045, '_sp_url2', 'field_5c260e1ba23b8'),
(7554, 1045, 'sp_title3', 'Plattenwärmeübertrager'),
(7555, 1045, '_sp_title3', 'field_5c260de7a23b0'),
(7556, 1045, 'sp_text3', ''),
(7557, 1045, '_sp_text3', 'field_5c260df7a23b3'),
(7558, 1045, 'sp_img3', '809'),
(7559, 1045, '_sp_img3', 'field_5c260e0aa23b6'),
(7560, 1045, 'sp_url3', '#'),
(7561, 1045, '_sp_url3', 'field_5c260e22a23b9'),
(7562, 1045, 'sp_title4', 'Vollverschweißter Wärmetauscher'),
(7563, 1045, '_sp_title4', 'field_5c260deba23b1'),
(7564, 1045, 'sp_text4', ''),
(7565, 1045, '_sp_text4', 'field_5c260dfca23b4'),
(7566, 1045, 'sp_img4', '820'),
(7567, 1045, '_sp_img4', 'field_5c260e0ea23b7'),
(7568, 1045, 'sp_url4', 'https://kligur.de/geschweisster-warmetauscher-mit-demontierbarem-gehausei/vollverschweister-warmetauscher/'),
(7569, 1045, '_sp_url4', 'field_5c260e27a23ba');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2018-12-20 15:45:16', '2018-12-20 12:45:16', '', 'Main', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-01-21 14:50:51', '2020-01-21 11:50:51', '', 0, 'http://kligur.de/?page_id=2', 0, 'page', '', 0),
(178, 1, '2018-12-22 21:59:11', '2018-12-22 18:59:11', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Tab Title Button', 'hb3_tab1_title_button', 'publish', 'closed', 'closed', '', 'field_5c1e896fad240', '', '', '2018-12-22 22:00:03', '2018-12-22 19:00:03', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=178', 1, 'acf-field', '', 0),
(180, 1, '2018-12-22 22:00:42', '2018-12-22 19:00:42', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Tab Title Button', 'hb3_tab3_title_button', 'publish', 'closed', 'closed', '', 'field_5c1e89d4ca190', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&p=180', 1, 'acf-field', '', 0),
(17, 1, '2018-12-22 17:20:20', '2018-12-22 14:20:20', '<!-- wp:paragraph -->\n<p>Это пример страницы. От записей в блоге она отличается тем, что остаётся на одном месте и отображается в меню сайта (в большинстве тем). На странице «Детали» владельцы сайтов обычно рассказывают о себе потенциальным посетителям. Например, так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Привет! Днём я курьер, а вечером — подающий надежды актёр. Это мой блог. Я живу в Ростове-на-Дону, люблю своего пса Джека и пинаколаду. (И ещё попадать под дождь.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...или так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Компания «Штучки XYZ» была основана в 1971 году и с тех пор производит качественные штучки. Компания находится в Готэм-сити, имеет штат из более чем 2000 сотрудников и приносит много пользы жителям Готэма.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Перейдите <a href=\"http://kligur.de/wp-admin/\">в консоль</a>, чтобы удалить эту страницу и создать новые. Успехов!</p>\n<!-- /wp:paragraph -->', 'Главная', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-12-22 17:20:20', '2018-12-22 14:20:20', '', 2, 'http://kligur.de/2018/12/22/2-revision-v1/', 0, 'revision', '', 0),
(936, 1, '2019-01-28 16:57:39', '2019-01-28 13:57:39', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Block2 Title', 'branches_application_title', 'publish', 'closed', 'closed', '', 'field_5c4f0a26679e2', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=936', 9, 'acf-field', '', 0),
(937, 1, '2019-01-28 16:57:39', '2019-01-28 13:57:39', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Block3 Title', 'branches_environments_title', 'publish', 'closed', 'closed', '', 'field_5c4f0a35679e3', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=937', 11, 'acf-field', '', 0),
(6, 1, '2018-12-21 15:12:14', '2018-12-21 12:12:14', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block2', 'home-block2', 'publish', 'closed', 'closed', '', 'group_5c1cd881e2601', '', '', '2018-12-24 09:48:33', '2018-12-24 06:48:33', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=6', 2, 'acf-field-group', '', 0),
(890, 1, '2019-01-22 11:48:52', '2019-01-22 08:48:52', '', 'spi', '', 'inherit', 'closed', 'closed', '', 'spi', '', '', '2019-01-22 11:48:52', '2019-01-22 08:48:52', '', 656, 'https://kligur.de/wp-content/uploads/spi.png', 0, 'attachment', 'image/png', 0),
(891, 1, '2019-01-22 13:41:26', '2019-01-22 10:41:26', '', 'sek1', '', 'inherit', 'closed', 'closed', '', 'sek1', '', '', '2019-01-22 13:41:26', '2019-01-22 10:41:26', '', 654, 'https://kligur.de/wp-content/uploads/sek1.jpg', 0, 'attachment', 'image/jpeg', 0),
(892, 1, '2019-01-22 13:41:26', '2019-01-22 10:41:26', '', 'sek2', '', 'inherit', 'closed', 'closed', '', 'sek2', '', '', '2019-01-22 13:41:26', '2019-01-22 10:41:26', '', 654, 'https://kligur.de/wp-content/uploads/sek2.jpg', 0, 'attachment', 'image/jpeg', 0),
(893, 1, '2019-01-22 13:41:27', '2019-01-22 10:41:27', '', 'sek3', '', 'inherit', 'closed', 'closed', '', 'sek3', '', '', '2019-01-22 13:41:27', '2019-01-22 10:41:27', '', 654, 'https://kligur.de/wp-content/uploads/sek3.jpg', 0, 'attachment', 'image/jpeg', 0),
(906, 1, '2019-01-23 12:58:46', '2019-01-23 09:58:46', '', 'p1', '', 'inherit', 'closed', 'closed', '', 'p1', '', '', '2019-01-23 12:58:46', '2019-01-23 09:58:46', '', 657, 'https://kligur.de/wp-content/uploads/p1.png', 0, 'attachment', 'image/png', 0),
(900, 1, '2019-01-22 16:24:49', '2019-01-22 13:24:49', '', 'tobe open1', '', 'inherit', 'closed', 'closed', '', 'tobe-open1', '', '', '2019-01-22 16:24:49', '2019-01-22 13:24:49', '', 786, 'https://kligur.de/wp-content/uploads/tobe-open1.png', 0, 'attachment', 'image/png', 0),
(901, 1, '2019-01-22 16:40:13', '2019-01-22 13:40:13', '', 'puchok', '', 'inherit', 'closed', 'closed', '', 'puchok', '', '', '2019-01-22 16:40:13', '2019-01-22 13:40:13', '', 786, 'https://kligur.de/wp-content/uploads/puchok.png', 0, 'attachment', 'image/png', 0),
(904, 1, '2019-01-23 11:54:34', '2019-01-23 08:54:34', '', 'tube', '', 'inherit', 'closed', 'closed', '', 'tube', '', '', '2019-01-23 11:54:34', '2019-01-23 08:54:34', '', 786, 'https://kligur.de/wp-content/uploads/tube.png', 0, 'attachment', 'image/png', 0),
(907, 1, '2019-01-23 12:58:48', '2019-01-23 09:58:48', '', 'p2', '', 'inherit', 'closed', 'closed', '', 'p2', '', '', '2019-01-23 12:58:48', '2019-01-23 09:58:48', '', 657, 'https://kligur.de/wp-content/uploads/p2.png', 0, 'attachment', 'image/png', 0),
(908, 1, '2019-01-23 12:58:49', '2019-01-23 09:58:49', '', 'p3', '', 'inherit', 'closed', 'closed', '', 'p3', '', '', '2019-01-23 12:58:49', '2019-01-23 09:58:49', '', 657, 'https://kligur.de/wp-content/uploads/p3.png', 0, 'attachment', 'image/png', 0),
(945, 1, '2019-02-15 12:26:44', '2019-02-15 09:26:44', '', 'Реализованный проект по замене трубчатых теплообменников', '', 'inherit', 'closed', 'closed', '', '516-autosave-v1', '', '', '2019-02-15 12:26:44', '2019-02-15 09:26:44', '', 516, 'https://kligur.de/novosti/516-autosave-v1/', 0, 'revision', '', 0),
(911, 1, '2019-01-23 16:03:16', '2019-01-23 13:03:16', '', 'promuvka 1', '', 'inherit', 'closed', 'closed', '', 'promuvka-1', '', '', '2019-01-23 16:03:16', '2019-01-23 13:03:16', '', 651, 'https://kligur.de/wp-content/uploads/promuvka-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(912, 1, '2019-01-23 16:03:17', '2019-01-23 13:03:17', '', 'promuvka 2', '', 'inherit', 'closed', 'closed', '', 'promuvka-2', '', '', '2019-01-23 16:03:17', '2019-01-23 13:03:17', '', 651, 'https://kligur.de/wp-content/uploads/promuvka-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(913, 1, '2019-01-23 16:25:41', '2019-01-23 13:25:41', '', 'promuvka 3', '', 'inherit', 'closed', 'closed', '', 'promuvka-3', '', '', '2019-01-23 16:25:41', '2019-01-23 13:25:41', '', 657, 'https://kligur.de/wp-content/uploads/promuvka-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(914, 1, '2019-01-23 16:25:41', '2019-01-23 13:25:41', '', 'promuvka 4', '', 'inherit', 'closed', 'closed', '', 'promuvka-4', '', '', '2019-01-23 16:25:41', '2019-01-23 13:25:41', '', 657, 'https://kligur.de/wp-content/uploads/promuvka-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(917, 1, '2019-01-25 13:41:36', '2019-01-25 10:41:36', '', 'Рисунок1', '', 'inherit', 'closed', 'closed', '', 'risunok1', '', '', '2019-01-25 13:41:36', '2019-01-25 10:41:36', '', 657, 'https://kligur.de/wp-content/uploads/Risunok1.png', 0, 'attachment', 'image/png', 0),
(918, 1, '2019-01-25 14:06:45', '2019-01-25 11:06:45', '', 'Рисунок2', '', 'inherit', 'closed', 'closed', '', 'risunok2', '', '', '2019-01-25 14:06:45', '2019-01-25 11:06:45', '', 657, 'https://kligur.de/wp-content/uploads/Risunok2.png', 0, 'attachment', 'image/png', 0),
(919, 1, '2019-01-25 14:35:22', '2019-01-25 11:35:22', '', 'plate', '', 'inherit', 'closed', 'closed', '', 'plate', '', '', '2019-01-25 14:35:22', '2019-01-25 11:35:22', '', 657, 'https://kligur.de/wp-content/uploads/plate.png', 0, 'attachment', 'image/png', 0),
(921, 1, '2019-01-25 15:41:27', '2019-01-25 12:41:27', '', 'shema gasket', '', 'inherit', 'closed', 'closed', '', 'shema-gasket', '', '', '2019-01-25 15:41:27', '2019-01-25 12:41:27', '', 657, 'https://kligur.de/wp-content/uploads/shema-gasket.png', 0, 'attachment', 'image/png', 0),
(924, 1, '2019-01-25 17:24:19', '2019-01-25 14:24:19', '', 'sotrudn3', '', 'inherit', 'closed', 'closed', '', 'sotrudn3', '', '', '2019-01-25 17:24:19', '2019-01-25 14:24:19', '', 613, 'https://kligur.de/wp-content/uploads/sotrudn3.jpg', 0, 'attachment', 'image/jpeg', 0),
(925, 1, '2019-01-25 17:24:19', '2019-01-25 14:24:19', '', 'sotrudn2', '', 'inherit', 'closed', 'closed', '', 'sotrudn2', '', '', '2019-01-25 17:24:19', '2019-01-25 14:24:19', '', 613, 'https://kligur.de/wp-content/uploads/sotrudn2.jpg', 0, 'attachment', 'image/jpeg', 0),
(926, 1, '2019-01-25 17:24:20', '2019-01-25 14:24:20', '', 'sotrudn1', '', 'inherit', 'closed', 'closed', '', 'sotrudn1', '', '', '2019-01-25 17:24:20', '2019-01-25 14:24:20', '', 613, 'https://kligur.de/wp-content/uploads/sotrudn1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1123, 1, '2020-01-23 17:26:02', '2020-01-23 14:26:02', '', 'Spiralwärmetauscher', '', 'inherit', 'closed', 'closed', '', '656-autosave-v1', '', '', '2020-01-23 17:26:02', '2020-01-23 14:26:02', '', 656, 'https://kligur.de/neuigkeiten/656-autosave-v1/', 0, 'revision', '', 0),
(940, 1, '2019-01-29 16:01:12', '2019-01-29 13:01:12', '<h2>DATENSCHUTZ</h2>\r\nDatenschutzbestimmungen für die Nutzung des Internetportals der Kligur GmbH\r\n\r\nStand: February 2019\r\n\r\n&nbsp;\r\n\r\nIm Folgenden informieren wir über die Erhebung personenbezogener Daten bei Nutzung  des Internetportals der Kligur GmbH. Über dieses Portal können Sie Informationen über unser Unternehmen und unsere Produkte abrufen, allgemeine Anfragen an uns richten, Produkte aus unserem Webshop bestellen und Anfragen für ein unverbindliches Angebot zu Kligur-Produkte an uns senden, welche Sie zuvor über einen unserer Konfiguratoren konfiguriert haben.\r\n\r\nPersonenbezogene Daten sind alle Daten, die auf Sie persönlich beziehbar sind, z. B. Name, Adresse, E-Mail-Adressen, Nutzerverhalten.\r\n\r\nKligur nimmt den Datenschutz sehr ernst und legt besonderen Wert auf den Schutz Ihrer personenbezogenen Daten. In Folgenden informieren wir Sie über die Erhebung, Verarbeitung und Nutzung Ihrer Daten.\r\n<ol>\r\n 	<li><strong> Verantwortliche Stelle</strong></li>\r\n</ol>\r\nVerantwortlicher gem. Art. 4 Abs. 7 EU-Datenschutz-Grundverordnung (DS-GVO) ist Kligur GmbH,  Kaiserstr. 10 D-66578, Schiffweiler Deutschland (siehe unser Impressum). Unseren Datenschutzbeauftragten erreichen Sie unter data-protection(at)kligur.de oder unter unserer Postadresse mit dem Zusatz „der Datenschutzbeauftragte“.\r\n<ol start=\"2\">\r\n 	<li><strong> Art und Zweck der Datennutzung und –speicherung</strong></li>\r\n</ol>\r\nDer Besuch unserer Webseiten ist ohne Registrierung oder die Angabe anderweitiger Daten möglich. Sie können dann allerdings keine allgemeinen Anfragen oder Anfragen für ein unverbindliches Angebot an uns schicken oder Produkte aus unserem Webshop bestellen. In diesem Fall erheben wir nur die folgenden personenbezogenen Daten, die Ihr Browser an unseren Server übermittelt:\r\n<ul>\r\n 	<li>IP-Adresse</li>\r\n 	<li>Inhalt der Anforderung (konkrete Seite)</li>\r\n 	<li>Website, von der die Anforderung kommt</li>\r\n 	<li>Browser</li>\r\n 	<li>Betriebssystem und dessen Oberfläche</li>\r\n 	<li>Version der Browsersoftware</li>\r\n</ul>\r\nDie Erhebung dieser Daten ist für uns technisch erforderlich, um Ihnen unsere Webseite anzuzeigen und die Stabilität und Sicherheit zu gewährleisten (Rechtsgrundlage ist Art. 6 Abs. 1 S. 1 lit. f DS-GVO).\r\n\r\nIhre IP-Adresse speichern wir nur temporär während des Nutzungsvorgangs, eine nutzerbezogene Auswertung findet nicht statt.\r\n\r\nZusätzlich zu den zuvor genannten Daten werden bei Ihrer Nutzung unserer Website Cookies auf Ihrem Rechner gespeichert. Siehe hierzu den Abschnitt „Verwendung von Cookies“ in dieser Datenschutzbestimmung.\r\n\r\nBei Ihrer Kontaktaufnahme mit uns per E-Mail oder über ein Kontaktformular werden die von Ihnen mitgeteilten Daten (Ihre E-Mail-Adresse, ggf. Ihr Name und Ihre Telefonnummer) von uns gespeichert, um Ihre Fragen zu beantworten. Die in diesem Zusammenhang anfallenden Daten löschen wir, nachdem die Speicherung nicht mehr erforderlich ist, oder schränken die Verarbeitung ein, falls gesetzliche Aufbewahrungspflichten bestehen.\r\n\r\nDie Anmeldung als Registrierter Kunde eines unserer Konfiguratoren erfordert die Erhebung, Speicherung und Nutzung weiterer personenbezogener Daten, wie z.B. Ihr Name, E-Mail-Adresse oder Anschrift. Als personenbezogen sind aber auch Daten anzusehen, die in anderer Weise mit Ihrer Person verbunden sind, wie z.B. Ihre individuelle Konfiguration von Kligur-Produkten oder Ihr Benutzername und das dazugehörige Kennwort.\r\n\r\nWenn Sie in unserem Webshop bestellen möchten, ist es für den Vertragsabschluss erforderlich, dass Sie Ihre persönlichen Daten angeben, die wir für die Abwicklung Ihrer Bestellung benötigen. Für die Abwicklung der Verträge notwendige Pflichtangaben sind gesondert markiert, weitere Angaben sind freiwillig. Die von Ihnen angegebenen Daten verarbeiten wir zur Abwicklung Ihrer Bestellung. Dazu können wir Ihre Zahlungsdaten an unsere Hausbank weitergeben. Rechtsgrundlage hierfür ist Art. 6 Abs. 1 S. 1 lit. b DS-GVO.\r\n\r\nZur Verhinderung unberechtigter Zugriffe Dritter auf Ihre persönlichen Daten, insbesondere Finanzdaten, wird der Bestellvorgang per TLS-Technik verschlüsselt.\r\n\r\nWir sind aufgrund handels- und steuerrechtlicher Vorgaben verpflichtet, Ihre Adress-, Zahlungs- und Bestelldaten für die Dauer von zehn Jahren zu speichern, sobald Sie eine Bestellung getätigt haben. Allerdings nehmen wir nach zwei Jahren eine Einschränkung der Verarbeitung vor, d. h. Ihre Daten werden nur zur Einhaltung der gesetzlichen Verpflichtungen eingesetzt.\r\n\r\nSie können auch freiwillig ein Kundenkonto anlegen, ohne etwas zu bestellen. In diesem Fall speichern wir die von Ihnen angegebenen Daten widerruflich durch Anlegen eines Accounts unter „Mein Konto“. Sofern Sie keine noch Bestellung getätigt haben, können Sie Ihr Nutzerkonto jederzeit selbst löschen.\r\n<ol start=\"3\">\r\n 	<li><strong> Übermittlung von personenbezogenen Daten an Dritte</strong></li>\r\n</ol>\r\nIn den Fällen, in denen wir uns zur Durchführung Ihrer Anfrage eines externen Dienstleisters bedienen, handeln diese im Rahmen einer Auftragsdatenverarbeitung in unserem Namen. Eine Übermittlung von personenbezogenen Daten an Dritte erfolgt nur, wenn dies zum Zweck der Vertragsanbahnung oder –Abwicklung erforderlich ist, oder Sie vorher ausdrücklich eingewilligt haben.\r\n\r\nSofern Sie allgemeine Anfragen oder Anfragen zu Kligur-Produkte an uns senden, die Sie zuvor über einen unserer Konfiguratoren konfiguriert haben, willigen Sie darin ein, dass Ihre personenbezogenen Daten, die Sie an uns senden, an die jeweils zuständige Gesellschaft der Kligur GmbH übermittelt werden. Diese Gesellschaft nutzt Ihre personenbezogenen Daten ausschließlich für die von diesen Datenschutzbestimmungen erfassten Zwecke.\r\n<ol start=\"4\">\r\n 	<li><strong> Newsletter</strong></li>\r\n</ol>\r\nMit Ihrer Einwilligung können Sie unseren Newsletter abonnieren, mit dem wir Sie über unsere Produkte oder aktuelle Angebote informieren oder Ihnen E-Mails mit technischen Informationen zukommen lassen.\r\n\r\nPflichtangabe für die Übersendung des Newsletters ist allein Ihre E-Mail-Adresse. Nach Ihrer Bestätigung speichern wir Ihre E-Mail-Adresse zum Zweck der Zusendung des Newsletters. Rechtsgrundlage ist Art. 6 Abs. 1 S. 1 lit. a DS-GVO.\r\n\r\nIhre Einwilligung in die Übersendung des Newsletters können Sie jederzeit widerrufen und den Newsletter abbestellen. Den Widerruf können Sie durch Abwahl der entsprechenden Option in Ihrem Account, durch Klick auf den in jeder Newsletter-E-Mail bereitgestellten Link oder durch eine Nachricht an die im Impressum angegebenen Kontaktdaten erklären.\r\n\r\nMit den so gewonnen Daten erstellen wir ein Nutzerprofil, um Ihnen den Newsletter auf Ihre individuellen Interessen zuzuschneiden. Dabei erfassen wir, wann Sie unsere Newsletter lesen, welche Links Sie in diesen anklicken und folgern daraus Ihre persönlichen Interessen. Diese Daten verknüpfen wir mit von Ihnen auf unserer Website getätigten Handlungen. Sie können diesem Tracking jederzeit widersprechen, indem Sie den gesonderten Link, der in jeder E-Mail bereitgestellt wird, anklicken oder uns über einen anderen Kontaktweg informieren. Die Informationen werden solange gespeichert, wie Sie den Newsletter abonniert haben. Nach einer Abmeldung speichern wir die Daten rein statistisch und anonym.\r\n<ol start=\"5\">\r\n 	<li><strong> Verwendung von Cookies</strong></li>\r\n</ol>\r\nUm Ihnen die Nutzung unseres Portals so angenehm wie möglich zu gestalten, verwendet das Portal sogenannte „Cookies“.\r\n\r\nBei Cookies handelt es sich um kleine Textdateien, die auf Ihrer Festplatte gespeichert werden und durch welche der Stelle, die den Cookie setzt (hier durch uns), bestimmte Informationen zufließen. Cookies können keine Programme ausführen oder Viren auf Ihren Computer übertragen. Sie dienen dazu, das Internetangebot insgesamt benutzerfreundlicher und effektiver zu machen.\r\n\r\nDiese Website nutzt transiente und persistente Cookies, deren Umfang und Funktionsweise im Folgenden erläutert werden.\r\n\r\nTransiente Cookies werden automatisiert gelöscht, wenn Sie den Browser schließen. Dazu zählen insbesondere die Session-Cookies. Diese speichern eine sogenannte Session-ID, mit welcher sich verschiedene Anfragen Ihres Browsers der gemeinsamen Sitzung zuordnen lassen. Dadurch kann Ihr Rechner wiedererkannt werden, wenn Sie auf unsere Website zurückkehren. Die Session-Cookies werden gelöscht, wenn Sie sich ausloggen oder den Browser schließen.\r\n\r\nPersistente Cookies werden automatisiert nach einer vorgegebenen Dauer gelöscht, die sich je nach Cookie unterscheiden kann. Sie können die Cookies in den Sicherheitseinstellungen Ihres Browsers jederzeit löschen.\r\n\r\nDas Akzeptieren von Cookies ist keine Voraussetzung zur Nutzung des Portals. Sie können das Setzen von Cookies in Ihren Browser-Einstellungen verhindern. Jedoch weisen wir Sie darauf hin, dass die Nutzung des Portals unter Umständen dadurch eingeschränkt wird.\r\n\r\nFalls Sie über einen Account bei uns verfügen, setzen wir Cookies ein, um Sie für Folgebesuche identifizieren zu können. Andernfalls müssten Sie sich für jeden Besuch erneut einloggen.\r\n\r\nWir verwenden zudem HTML5 storage objects, die auf Ihrem Endgerät abgelegt werden. Diese Objekte speichern die erforderlichen Daten unabhängig von Ihrem verwendeten Browser und haben kein automatisches Ablaufdatum. Wenn Sie keine Verarbeitung der Flash-Cookies wünschen, müssen Sie ein entsprechendes Add-On installieren. Die Nutzung von HTML5 storage objects können Sie verhindern, indem Sie in Ihrem Browser den privaten Modus einsetzen. Zudem empfehlen wir, regelmäßig Ihre Cookies und den Browser-Verlauf manuell zu löschen.\r\n<ol start=\"6\">\r\n 	<li><strong> Einsatz vom Webanalysedienst Google Analytics</strong></li>\r\n</ol>\r\nDiese Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. („Google“). Google Analytics verwendet sogenannte „Cookies“, d.h. Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert. Im Falle der Aktivierung der IP-Anonymisierung auf dieser Webseite, wird Ihre IP-Adresse von Google jedoch innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum zuvor gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.\r\n\r\nSie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch das Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Google sowie die Verarbeitung dieser Daten durch Google verhindern, indem sie das unter dem folgenden Link (<u><a href=\"http://tools.google.com/dlpage/gaoptout?hl=de\">http://tools.google.com/dlpage/gaoptout?hl=de</a></u>) verfügbare Browser-Plug-in herunterladen und installieren.\r\n\r\nNähere Informationen zu Nutzungsbedingungen und Datenschutz finden Sie unter <u><a href=\"http://www.google.com/analytics/terms/de.html\">http://www.google.com/analytics/terms/de.html</a></u> bzw. <u><a href=\"http://www.google.com/intl/de/analytics/privacyoverview.html\">http://www.google.com/intl/de/analytics/privacyoverview.html</a></u>. Wir weisen Sie darauf hin, dass auf dieser Webseite Google Analytics um den Code „gat._anonymizeIp();“ erweitert wurde, um eine anonymisierte Erfassung von IP-Adressen (sog. IP-Masking) zu gewährleisten.\r\n\r\nDemografische Merkmale bei Google Analytics\r\nDiese Website nutzt die Funktion “demografische Merkmale” von Google Analytics. Dadurch können Berichte erstellt werden, die Aussagen zu Alter, Geschlecht und Interessen der Seitenbesucher enthalten. Diese Daten stammen aus interessenbezogener Werbung von Google sowie aus Besucherdaten von Drittanbietern. Diese Daten können keiner bestimmten Person zugeordnet werden. Sie können diese Funktion jederzeit über die Anzeigeneinstellungen in Ihrem Google-Konto deaktivieren oder die Erfassung Ihrer Daten durch Google Analytics verhindern, indem Sie auf folgenden Link klicken. Es wird ein Opt-Out-Cookie gesetzt, das die zukünftige Erfassung Ihrer Daten beim Besuch dieser Website verhindert:  <u><a href=\"https://tools.google.com/dlpage/gaoptout?hl=de\">https://tools.google.com/dlpage/gaoptout?hl=de</a></u>\r\n\r\n&nbsp;\r\n<ol start=\"7\">\r\n 	<li><strong> Einsatz von Social-Media-Plug-ins</strong></li>\r\n</ol>\r\nWir setzen derzeit folgende Social-Media-Plug-ins ein: LinkedIn, Facebook, Twitter, Instagram.\r\n\r\nWir nutzen dabei die sog. Zwei-Klick-Lösung. Das heißt, wenn Sie unsere Seite besuchen, werden zunächst grundsätzlich keine personenbezogenen Daten an die Anbieter der Plug-ins weitergegeben. Den Anbieter des Plug-ins erkennen Sie über die Markierung auf dem Kasten über seinen Anfangsbuchstaben oder das Logo. Wir eröffnen Ihnen die Möglichkeit, über den Button direkt mit dem Anbieter des Plug-ins zu kommunizieren. Nur wenn Sie auf das markierte Feld klicken und es dadurch aktivieren, erhält der Plug-in-Anbieter die Information, dass Sie die entsprechende Website unseres Online-Angebots aufgerufen haben. Zudem werden die im letzten Absatz dieses Abschnitts  genannten Daten übermittelt. Im Fall von Facebook wird nach Angaben der jeweiligen Anbieter in Deutschland die IP-Adresse sofort nach Erhebung anonymisiert. Durch die Aktivierung des Plug-ins werden also personenbezogene Daten von Ihnen an den jeweiligen Plug-in-Anbieter übermittelt und dort (bei US-amerikanischen Anbietern in den USA) gespeichert. Da der Plug-in-Anbieter die Datenerhebung insbesondere über Cookies vornimmt, empfehlen wir Ihnen, vor dem Klick auf den ausgegrauten Kasten über die Sicherheitseinstellungen Ihres Browsers alle Cookies zu löschen.\r\n\r\nWir haben weder Einfluss auf die erhobenen Daten und Datenverarbeitungsvorgänge, noch sind uns der volle Umfang der Datenerhebung, die Zwecke der Verarbeitung oder die Speicherfristen bekannt. Auch zur Löschung der erhobenen Daten durch den Plug-in-Anbieter liegen uns keine Informationen vor.\r\n\r\nDer Plug-in-Anbieter speichert die über Sie erhobenen Daten als Nutzungsprofile und nutzt diese für Zwecke der Werbung, Marktforschung und/oder bedarfsgerechten Gestaltung seiner Website. Eine solche Auswertung erfolgt insbesondere (auch für nicht eingeloggte Nutzer) zur Darstellung von bedarfsgerechter Werbung und um andere Nutzer des sozialen Netzwerks über Ihre Aktivitäten auf unserer Website zu informieren. Ihnen steht ein Widerspruchsrecht gegen die Bildung dieser Nutzerprofile zu, wobei Sie sich zur Ausübung dessen an den jeweiligen Plug-in-Anbieter wenden müssen. Über die Plug-ins bietet wir Ihnen die Möglichkeit, mit den sozialen Netzwerken und anderen Nutzern zu interagieren, so dass wir unser Angebot verbessern und für Sie als Nutzer interessanter ausgestalten können. Rechtsgrundlage für die Nutzung der Plug-ins ist Art. 6 Abs. 1 S. 1 lit. f DS-GVO.\r\n\r\nDie Datenweitergabe erfolgt unabhängig davon, ob Sie ein Konto bei dem Plug-in-Anbieter besitzen und dort eingeloggt sind. Wenn Sie bei dem Plug-in-Anbieter eingeloggt sind, werden Ihre bei uns erhobenen Daten direkt Ihrem beim Plug-in-Anbieter bestehenden Konto zugeordnet. Wenn Sie den aktivierten Button betätigen und z. B. die Seite verlinken, speichert der Plug-in-Anbieter auch diese Information in Ihrem Nutzerkonto und teilt sie Ihren Kontakten öffentlich mit. Wir empfehlen Ihnen, sich nach Nutzung eines sozialen Netzwerks regelmäßig auszuloggen, insbesondere jedoch vor Aktivierung des Buttons, da Sie so eine Zuordnung zu Ihrem Profil bei dem Plug-in-Anbieter vermeiden können.\r\n\r\nWeitere Informationen zu Zweck und Umfang der Datenerhebung und ihrer Verarbeitung durch den Plug-in-Anbieter erhalten Sie in den jeweiligen Datenschutzerklärungen dieser Anbieter. Dort erhalten Sie auch weitere Informationen zu Ihren diesbezüglichen Rechten und Einstellungsmöglichkeiten zum Schutze Ihrer Privatsphäre.\r\n\r\n&nbsp;\r\n<ol start=\"8\">\r\n 	<li><strong> Einbindung von YouTube-Videos</strong></li>\r\n</ol>\r\nWir haben YouTube-Videos in unser Online-Angebot eingebunden, die auf <u><a href=\"http://www.youtube.com/\">www.YouTube.com</a></u> gespeichert und von unserer Website aus direkt abspielbar sind. Diese sind alle im „erweiterten Datenschutz-Modus“ eingebunden, d. h. dass keine Daten über Sie als Nutzer an YouTube übertragen werden, wenn Sie die Videos nicht abspielen. Erst wenn Sie die Videos abspielen, werden die in Absatz 2 genannten Daten übertragen. Auf diese Datenübertragung haben wir keinen Einfluss.\r\n\r\nDurch den Besuch auf der Website erhält YouTube die Information, dass Sie die entsprechende Unterseite unserer Website aufgerufen haben. Zudem werden die im letzten Absatz dieses Abschnitts genannten Daten übermittelt. Dies erfolgt unabhängig davon, ob YouTube ein Nutzerkonto bereitstellt, über das Sie eingeloggt sind, oder ob kein Nutzerkonto besteht. Wenn Sie bei Google eingeloggt sind, werden Ihre Daten direkt Ihrem Konto zugeordnet. Wenn Sie die Zuordnung mit Ihrem Profil bei YouTube nicht wünschen, müssen Sie sich vor Aktivierung des Buttons ausloggen. YouTube speichert Ihre Daten als Nutzungsprofile und nutzt sie für Zwecke der Werbung, Marktforschung und/oder bedarfsgerechten Gestaltung seiner Website. Eine solche Auswertung erfolgt insbesondere (selbst für nicht eingeloggte Nutzer) zur Erbringung von bedarfsgerechter Werbung und um andere Nutzer des sozialen Netzwerks über Ihre Aktivitäten auf unserer Website zu informieren. Ihnen steht ein Widerspruchsrecht zu gegen die Bildung dieser Nutzerprofile, wobei Sie sich zur Ausübung dessen an YouTube richten müssen.\r\n\r\nWeitere Informationen zu Zweck und Umfang der Datenerhebung und ihrer Verarbeitung durch YouTube erhalten Sie in der Datenschutzerklärung von Google. Dort erhalten Sie auch weitere Informationen zu Ihren Rechten und Einstellungsmöglichkeiten zum Schutze Ihrer Privatsphäre. Google verarbeitet Ihre personenbezogenen Daten auch in den USA und hat sich dem EU-US-Privacy-Shield unterworfen, <u><a href=\"https://www.privacyshield.gov/EU-US-Framework\">https://www.privacyshield.gov/EU-US-Framework</a></u>.\r\n\r\n&nbsp;\r\n<ol start=\"9\">\r\n 	<li><strong> Recht auf Auskunft/Widerruf/Sperrung/Löschung</strong></li>\r\n</ol>\r\nSie haben gegenüber uns folgende Rechte hinsichtlich der Sie betreffenden personenbezogenen Daten:\r\n<ul>\r\n 	<li>Recht auf Auskunft,</li>\r\n 	<li>Recht auf Berichtigung, Sperrung oder Löschung</li>\r\n 	<li>Recht auf Einschränkung der Verarbeitung</li>\r\n 	<li>Recht auf Widerspruch gegen die Verarbeitung</li>\r\n 	<li>Recht auf Datenübertragbarkeit</li>\r\n</ul>\r\nDazu senden Sie bitte eine E-Mail an data-protection(at)kligur.de oder schreiben Sie an Kligur GmbH, Kaiserstr. 10 D-66578, Schiffweiler Deutschland.\r\n\r\nAn diese Adressen wenden Sie sich bitte auch dann, wenn Sie weitere Fragen, Anregungen oder Kommentare zum Thema Datenschutz bei Kelvion haben.\r\n\r\n&nbsp;\r\n<ol start=\"10\">\r\n 	<li><strong> Änderungen der Datenschutzbestimmungen</strong></li>\r\n</ol>\r\nDiese Datenschutzbestimmungen kann Kligur jederzeit ohne vorherige Ankündigung unter Beachtung der geltenden Datenschutzgesetze ändern. Sie sollten sich daher regelmäßig über den aktuellen Stand informieren.', 'Privacy policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2019-01-29 16:01:12', '2019-01-29 13:01:12', '', 0, 'https://kligur.de/?page_id=940', 0, 'page', '', 0),
(8, 1, '2018-12-21 15:40:06', '2018-12-21 12:40:06', '<!-- wp:paragraph -->\n<p>Это пример страницы. От записей в блоге она отличается тем, что остаётся на одном месте и отображается в меню сайта (в большинстве тем). На странице &laquo;Детали&raquo; владельцы сайтов обычно рассказывают о себе потенциальным посетителям. Например, так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Привет! Днём я курьер, а вечером &#8212; подающий надежды актёр. Это мой блог. Я живу в Ростове-на-Дону, люблю своего пса Джека и пинаколаду. (И ещё попадать под дождь.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...или так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Компания &laquo;Штучки XYZ&raquo; была основана в 1971 году и с тех пор производит качественные штучки. Компания находится в Готэм-сити, имеет штат из более чем 2000 сотрудников и приносит много пользы жителям Готэма.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Перейдите <a href=\"http://kligur.de/wp-admin/\">в консоль</a>, чтобы удалить эту страницу и создать новые. Успехов!</p>\n<!-- /wp:paragraph -->', 'Главная', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-12-21 15:40:06', '2018-12-21 12:40:06', '', 2, 'http://kligur.de/2018/12/21/2-revision-v1/', 0, 'revision', '', 0),
(9, 1, '2018-12-21 15:44:50', '2018-12-21 12:44:50', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 Title', 'hb2_title', 'publish', 'closed', 'closed', '', 'field_5c1cdfc182429', '', '', '2018-12-21 15:44:50', '2018-12-21 12:44:50', '', 6, 'http://kligur.de/?post_type=acf-field&p=9', 0, 'acf-field', '', 0),
(10, 1, '2018-12-21 15:44:50', '2018-12-21 12:44:50', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 URL', 'hb2_url', 'publish', 'closed', 'closed', '', 'field_5c1cdfe18242a', '', '', '2018-12-21 16:15:04', '2018-12-21 13:15:04', '', 6, 'http://kligur.de/?post_type=acf-field&#038;p=10', 1, 'acf-field', '', 0),
(11, 1, '2018-12-21 15:44:50', '2018-12-21 12:44:50', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 Text1', 'hb2_text1', 'publish', 'closed', 'closed', '', 'field_5c1ce01c8242b', '', '', '2018-12-21 16:15:04', '2018-12-21 13:15:04', '', 6, 'http://kligur.de/?post_type=acf-field&#038;p=11', 3, 'acf-field', '', 0),
(12, 1, '2018-12-21 15:44:50', '2018-12-21 12:44:50', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 Text2', 'hb2_text2', 'publish', 'closed', 'closed', '', 'field_5c1ce02a8242c', '', '', '2018-12-21 16:15:04', '2018-12-21 13:15:04', '', 6, 'http://kligur.de/?post_type=acf-field&#038;p=12', 4, 'acf-field', '', 0),
(13, 1, '2018-12-21 15:44:50', '2018-12-21 12:44:50', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 Text3', 'hb2_text3', 'publish', 'closed', 'closed', '', 'field_5c1ce0308242d', '', '', '2018-12-21 16:15:04', '2018-12-21 13:15:04', '', 6, 'http://kligur.de/?post_type=acf-field&#038;p=13', 5, 'acf-field', '', 0),
(20, 1, '2018-12-22 20:57:12', '2018-12-22 17:57:12', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Tab Title', 'hb3_tab1_title', 'publish', 'closed', 'closed', '', 'field_5c1e7ac6b73ef', '', '', '2018-12-22 21:33:39', '2018-12-22 18:33:39', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=20', 0, 'acf-field', '', 0),
(15, 1, '2018-12-21 15:44:50', '2018-12-21 12:44:50', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 Text4', 'hb2_text4', 'publish', 'closed', 'closed', '', 'field_5c1ce0488242f', '', '', '2018-12-22 17:21:44', '2018-12-22 14:21:44', '', 6, 'http://kligur.de/?post_type=acf-field&#038;p=15', 6, 'acf-field', '', 0),
(16, 1, '2018-12-21 16:14:48', '2018-12-21 13:14:48', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB2 URL Title', 'hb2_url_title', 'publish', 'closed', 'closed', '', 'field_5c1ce753020ae', '', '', '2018-12-21 16:15:04', '2018-12-21 13:15:04', '', 6, 'http://kligur.de/?post_type=acf-field&#038;p=16', 2, 'acf-field', '', 0),
(19, 1, '2018-12-22 20:57:12', '2018-12-22 17:57:12', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block3 Tab1', 'home-block3-tab1', 'publish', 'closed', 'closed', '', 'group_5c1e7abd7a544', '', '', '2019-01-14 10:37:19', '2019-01-14 07:37:19', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=19', 3, 'acf-field-group', '', 0),
(18, 1, '2018-12-22 17:20:21', '2018-12-22 14:20:21', '<!-- wp:paragraph -->\n<p>Это пример страницы. От записей в блоге она отличается тем, что остаётся на одном месте и отображается в меню сайта (в большинстве тем). На странице «Детали» владельцы сайтов обычно рассказывают о себе потенциальным посетителям. Например, так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Привет! Днём я курьер, а вечером — подающий надежды актёр. Это мой блог. Я живу в Ростове-на-Дону, люблю своего пса Джека и пинаколаду. (И ещё попадать под дождь.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...или так:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Компания «Штучки XYZ» была основана в 1971 году и с тех пор производит качественные штучки. Компания находится в Готэм-сити, имеет штат из более чем 2000 сотрудников и приносит много пользы жителям Готэма.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Перейдите <a href=\"http://kligur.de/wp-admin/\">в консоль</a>, чтобы удалить эту страницу и создать новые. Успехов!</p>\n<!-- /wp:paragraph -->', 'Главная', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-12-22 17:20:21', '2018-12-22 14:20:21', '', 2, 'http://kligur.de/2018/12/22/2-revision-v1/', 0, 'revision', '', 0),
(23, 1, '2018-12-22 20:57:26', '2018-12-22 17:57:26', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title1', 'hb3_tab1_title1', 'publish', 'closed', 'closed', '', 'field_5c1e7afe537ec', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=23', 2, 'acf-field', '', 0),
(24, 1, '2018-12-22 20:58:13', '2018-12-22 17:58:13', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL1', 'hb3_tab1_url1', 'publish', 'closed', 'closed', '', 'field_5c1e7b0da0a96', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=24', 3, 'acf-field', '', 0),
(25, 1, '2018-12-22 20:58:13', '2018-12-22 17:58:13', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text1', 'hb3_tab1_text1', 'publish', 'closed', 'closed', '', 'field_5c1e7b1da0a97', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=25', 4, 'acf-field', '', 0),
(26, 1, '2018-12-22 20:58:13', '2018-12-22 17:58:13', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img1', 'hb3_tab1_img1', 'publish', 'closed', 'closed', '', 'field_5c1e7b30a0a98', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=26', 5, 'acf-field', '', 0),
(27, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title2', 'hb3_tab1_title2', 'publish', 'closed', 'closed', '', 'field_5c1e7b465fdc4', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=27', 6, 'acf-field', '', 0),
(28, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title3', 'hb3_tab1_title3', 'publish', 'closed', 'closed', '', 'field_5c1e7b4c5fdc5', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=28', 10, 'acf-field', '', 0),
(29, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title4', 'hb3_tab1_title4', 'publish', 'closed', 'closed', '', 'field_5c1e7b505fdc6', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=29', 14, 'acf-field', '', 0),
(30, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title5', 'hb3_tab1_title5', 'publish', 'closed', 'closed', '', 'field_5c1e7b565fdc7', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=30', 18, 'acf-field', '', 0),
(31, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title6', 'hb3_tab1_title6', 'publish', 'closed', 'closed', '', 'field_5c1e7b5b5fdc8', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=31', 22, 'acf-field', '', 0),
(32, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title7', 'hb3_tab1_title7', 'publish', 'closed', 'closed', '', 'field_5c1e7b5e5fdc9', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=32', 26, 'acf-field', '', 0),
(33, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title8', 'hb3_tab1_title8', 'publish', 'closed', 'closed', '', 'field_5c1e7b625fdca', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=33', 30, 'acf-field', '', 0),
(34, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title9', 'hb3_tab1_title9', 'publish', 'closed', 'closed', '', 'field_5c1e7b665fdcb', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=34', 34, 'acf-field', '', 0),
(35, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title10', 'hb3_tab1_title10', 'publish', 'closed', 'closed', '', 'field_5c1e7b6b5fdcc', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=35', 38, 'acf-field', '', 0),
(36, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title11', 'hb3_tab1_title11', 'publish', 'closed', 'closed', '', 'field_5c1e7b725fdcd', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=36', 42, 'acf-field', '', 0),
(37, 1, '2018-12-22 20:59:21', '2018-12-22 17:59:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title12', 'hb3_tab1_title12', 'publish', 'closed', 'closed', '', 'field_5c1e7b775fdce', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=37', 46, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(38, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL2', 'hb3_tab1_url2', 'publish', 'closed', 'closed', '', 'field_5c1e7b858bdaf', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=38', 7, 'acf-field', '', 0),
(39, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL3', 'hb3_tab1_url3', 'publish', 'closed', 'closed', '', 'field_5c1e7b898bdb0', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=39', 11, 'acf-field', '', 0),
(40, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL4', 'hb3_tab1_url4', 'publish', 'closed', 'closed', '', 'field_5c1e7b8d8bdb1', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=40', 15, 'acf-field', '', 0),
(41, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL5', 'hb3_tab1_url5', 'publish', 'closed', 'closed', '', 'field_5c1e7b928bdb2', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=41', 19, 'acf-field', '', 0),
(42, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL6', 'hb3_tab1_url6', 'publish', 'closed', 'closed', '', 'field_5c1e7b958bdb3', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=42', 23, 'acf-field', '', 0),
(43, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL7', 'hb3_tab1_url7', 'publish', 'closed', 'closed', '', 'field_5c1e7b998bdb4', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=43', 27, 'acf-field', '', 0),
(44, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL8', 'hb3_tab1_url8', 'publish', 'closed', 'closed', '', 'field_5c1e7b9d8bdb5', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=44', 31, 'acf-field', '', 0),
(45, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL9', 'hb3_tab1_url9', 'publish', 'closed', 'closed', '', 'field_5c1e7ba18bdb6', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=45', 35, 'acf-field', '', 0),
(46, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL10', 'hb3_tab1_url10', 'publish', 'closed', 'closed', '', 'field_5c1e7ba58bdb7', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=46', 39, 'acf-field', '', 0),
(47, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL11', 'hb3_tab1_url11', 'publish', 'closed', 'closed', '', 'field_5c1e7bad8bdb8', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=47', 43, 'acf-field', '', 0),
(48, 1, '2018-12-22 21:00:22', '2018-12-22 18:00:22', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL12', 'hb3_tab1_url12', 'publish', 'closed', 'closed', '', 'field_5c1e7bb48bdb9', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=48', 47, 'acf-field', '', 0),
(49, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text2', 'hb3_tab1_text2', 'publish', 'closed', 'closed', '', 'field_5c1e7bc0ff3b4', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=49', 8, 'acf-field', '', 0),
(50, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text3', 'hb3_tab1_text3', 'publish', 'closed', 'closed', '', 'field_5c1e7bc7ff3b5', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=50', 12, 'acf-field', '', 0),
(51, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text4', 'hb3_tab1_text4', 'publish', 'closed', 'closed', '', 'field_5c1e7bccff3b6', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=51', 16, 'acf-field', '', 0),
(52, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text5', 'hb3_tab1_text5', 'publish', 'closed', 'closed', '', 'field_5c1e7bd0ff3b7', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=52', 20, 'acf-field', '', 0),
(53, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text6', 'hb3_tab1_text6', 'publish', 'closed', 'closed', '', 'field_5c1e7bd5ff3b8', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=53', 24, 'acf-field', '', 0),
(54, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text7', 'hb3_tab1_text7', 'publish', 'closed', 'closed', '', 'field_5c1e7bd9ff3b9', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=54', 28, 'acf-field', '', 0),
(55, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text8', 'hb3_tab1_text8', 'publish', 'closed', 'closed', '', 'field_5c1e7bddff3ba', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=55', 32, 'acf-field', '', 0),
(56, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text9', 'hb3_tab1_text9', 'publish', 'closed', 'closed', '', 'field_5c1e7be6ff3bb', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=56', 36, 'acf-field', '', 0),
(57, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text10', 'hb3_tab1_text10', 'publish', 'closed', 'closed', '', 'field_5c1e7beaff3bc', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=57', 40, 'acf-field', '', 0),
(58, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text11', 'hb3_tab1_text11', 'publish', 'closed', 'closed', '', 'field_5c1e7bf1ff3bd', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=58', 44, 'acf-field', '', 0),
(59, 1, '2018-12-22 21:01:28', '2018-12-22 18:01:28', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text12', 'hb3_tab1_text12', 'publish', 'closed', 'closed', '', 'field_5c1e7bf5ff3be', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=59', 48, 'acf-field', '', 0),
(60, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img2', 'hb3_tab1_img2', 'publish', 'closed', 'closed', '', 'field_5c1e7c03baab2', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=60', 9, 'acf-field', '', 0),
(61, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img3', 'hb3_tab1_img3', 'publish', 'closed', 'closed', '', 'field_5c1e7c08baab3', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=61', 13, 'acf-field', '', 0),
(62, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img4', 'hb3_tab1_img4', 'publish', 'closed', 'closed', '', 'field_5c1e7c0cbaab4', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=62', 17, 'acf-field', '', 0),
(63, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img5', 'hb3_tab1_img5', 'publish', 'closed', 'closed', '', 'field_5c1e7c0fbaab5', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=63', 21, 'acf-field', '', 0),
(64, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img6', 'hb3_tab1_img6', 'publish', 'closed', 'closed', '', 'field_5c1e7c13baab6', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=64', 25, 'acf-field', '', 0),
(65, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img7', 'hb3_tab1_img7', 'publish', 'closed', 'closed', '', 'field_5c1e7c17baab7', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=65', 29, 'acf-field', '', 0),
(66, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img8', 'hb3_tab1_img8', 'publish', 'closed', 'closed', '', 'field_5c1e7c1abaab8', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=66', 33, 'acf-field', '', 0),
(67, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img9', 'hb3_tab1_img9', 'publish', 'closed', 'closed', '', 'field_5c1e7c1fbaab9', '', '', '2018-12-22 21:59:11', '2018-12-22 18:59:11', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=67', 37, 'acf-field', '', 0),
(68, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img10', 'hb3_tab1_img10', 'publish', 'closed', 'closed', '', 'field_5c1e7c24baaba', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=68', 41, 'acf-field', '', 0),
(69, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img11', 'hb3_tab1_img11', 'publish', 'closed', 'closed', '', 'field_5c1e7c2dbaabb', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=69', 45, 'acf-field', '', 0),
(70, 1, '2018-12-22 21:02:31', '2018-12-22 18:02:31', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img12', 'hb3_tab1_img12', 'publish', 'closed', 'closed', '', 'field_5c1e7c35baabc', '', '', '2018-12-22 21:59:12', '2018-12-22 18:59:12', '', 19, 'http://kligur.de/?post_type=acf-field&#038;p=70', 49, 'acf-field', '', 0),
(1005, 1, '2019-02-11 10:35:34', '2019-02-11 07:35:34', '', 'kol2', '', 'inherit', 'closed', 'closed', '', 'kol2', '', '', '2019-02-11 10:35:34', '2019-02-11 07:35:34', '', 1003, 'https://kligur.de/wp-content/uploads/kol2.jpg', 0, 'attachment', 'image/jpeg', 0),
(179, 1, '2018-12-22 22:00:14', '2018-12-22 19:00:14', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Tab Title Button', 'hb3_tab2_title_button', 'publish', 'closed', 'closed', '', 'field_5c1e89bd1ab62', '', '', '2018-12-22 22:00:22', '2018-12-22 19:00:22', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=179', 1, 'acf-field', '', 0),
(76, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block3 Tab2', 'home-block3-tab2', 'publish', 'closed', 'closed', '', 'group_5c1e8389db67c', '', '', '2018-12-22 22:00:22', '2018-12-22 19:00:22', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=76', 4, 'acf-field-group', '', 0),
(77, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Tab Title', 'hb3_tab2_title', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd4c3', '', '', '2018-12-22 21:34:48', '2018-12-22 18:34:48', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=77', 0, 'acf-field', '', 0),
(78, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title1', 'hb3_tab2_title1', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd4fd', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=78', 2, 'acf-field', '', 0),
(79, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL1', 'hb3_tab2_url1', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd535', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=79', 3, 'acf-field', '', 0),
(80, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text1', 'hb3_tab2_text1', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd56c', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=80', 4, 'acf-field', '', 0),
(81, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img1', 'hb3_tab2_img1', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd5a4', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=81', 5, 'acf-field', '', 0),
(82, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title2', 'hb3_tab2_title2', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd5db', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=82', 6, 'acf-field', '', 0),
(83, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL2', 'hb3_tab2_url2', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd613', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=83', 7, 'acf-field', '', 0),
(84, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text2', 'hb3_tab2_text2', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd64a', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=84', 8, 'acf-field', '', 0),
(85, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img2', 'hb3_tab2_img2', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd682', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=85', 9, 'acf-field', '', 0),
(86, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title3', 'hb3_tab2_title3', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd6b9', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=86', 10, 'acf-field', '', 0),
(87, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL3', 'hb3_tab2_url3', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd6f1', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=87', 11, 'acf-field', '', 0),
(88, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text3', 'hb3_tab2_text3', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd728', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=88', 12, 'acf-field', '', 0),
(89, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img3', 'hb3_tab2_img3', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd760', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=89', 13, 'acf-field', '', 0),
(90, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title4', 'hb3_tab2_title4', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd797', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=90', 14, 'acf-field', '', 0),
(91, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL4', 'hb3_tab2_url4', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd7cf', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=91', 15, 'acf-field', '', 0),
(92, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text4', 'hb3_tab2_text4', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd806', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=92', 16, 'acf-field', '', 0),
(93, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img4', 'hb3_tab2_img4', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd841', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=93', 17, 'acf-field', '', 0),
(94, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title5', 'hb3_tab2_title5', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd87a', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=94', 18, 'acf-field', '', 0),
(95, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL5', 'hb3_tab2_url5', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd8b1', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=95', 19, 'acf-field', '', 0),
(96, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text5', 'hb3_tab2_text5', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd8e9', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=96', 20, 'acf-field', '', 0),
(97, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img5', 'hb3_tab2_img5', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd920', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=97', 21, 'acf-field', '', 0),
(98, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title6', 'hb3_tab2_title6', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd958', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=98', 22, 'acf-field', '', 0),
(99, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL6', 'hb3_tab2_url6', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd98f', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=99', 23, 'acf-field', '', 0),
(100, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text6', 'hb3_tab2_text6', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd9c7', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=100', 24, 'acf-field', '', 0),
(101, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img6', 'hb3_tab2_img6', 'publish', 'closed', 'closed', '', 'field_5c1e8389dd9fe', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=101', 25, 'acf-field', '', 0),
(102, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title7', 'hb3_tab2_title7', 'publish', 'closed', 'closed', '', 'field_5c1e8389dda35', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=102', 26, 'acf-field', '', 0),
(103, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL7', 'hb3_tab2_url7', 'publish', 'closed', 'closed', '', 'field_5c1e8389dda6d', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=103', 27, 'acf-field', '', 0),
(104, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text7', 'hb3_tab2_text7', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddaa4', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=104', 28, 'acf-field', '', 0),
(105, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img7', 'hb3_tab2_img7', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddadb', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=105', 29, 'acf-field', '', 0),
(106, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title8', 'hb3_tab2_title8', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddb13', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=106', 30, 'acf-field', '', 0),
(107, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL8', 'hb3_tab2_url8', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddb4a', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=107', 31, 'acf-field', '', 0),
(108, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text8', 'hb3_tab2_text8', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddb84', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=108', 32, 'acf-field', '', 0),
(109, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img8', 'hb3_tab2_img8', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddbbc', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=109', 33, 'acf-field', '', 0),
(110, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title9', 'hb3_tab2_title9', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddbf3', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=110', 34, 'acf-field', '', 0),
(111, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL9', 'hb3_tab2_url9', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddc2a', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=111', 35, 'acf-field', '', 0),
(112, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text9', 'hb3_tab2_text9', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddc66', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=112', 36, 'acf-field', '', 0),
(113, 1, '2018-12-22 21:33:45', '2018-12-22 18:33:45', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img9', 'hb3_tab2_img9', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddca0', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=113', 37, 'acf-field', '', 0),
(114, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title10', 'hb3_tab2_title10', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddcd7', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=114', 38, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(115, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL10', 'hb3_tab2_url10', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddd0f', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=115', 39, 'acf-field', '', 0),
(116, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text10', 'hb3_tab2_text10', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddd46', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=116', 40, 'acf-field', '', 0),
(117, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img10', 'hb3_tab2_img10', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddd7d', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=117', 41, 'acf-field', '', 0),
(118, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title11', 'hb3_tab2_title11', 'publish', 'closed', 'closed', '', 'field_5c1e8389dddb5', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=118', 42, 'acf-field', '', 0),
(119, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL11', 'hb3_tab2_url11', 'publish', 'closed', 'closed', '', 'field_5c1e8389dddec', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=119', 43, 'acf-field', '', 0),
(120, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text11', 'hb3_tab2_text11', 'publish', 'closed', 'closed', '', 'field_5c1e8389dde24', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=120', 44, 'acf-field', '', 0),
(121, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img11', 'hb3_tab2_img11', 'publish', 'closed', 'closed', '', 'field_5c1e8389dde5b', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=121', 45, 'acf-field', '', 0),
(122, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title12', 'hb3_tab2_title12', 'publish', 'closed', 'closed', '', 'field_5c1e8389dde93', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=122', 46, 'acf-field', '', 0),
(123, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL12', 'hb3_tab2_url12', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddeca', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=123', 47, 'acf-field', '', 0),
(124, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text12', 'hb3_tab2_text12', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddf01', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=124', 48, 'acf-field', '', 0),
(125, 1, '2018-12-22 21:33:46', '2018-12-22 18:33:46', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img12', 'hb3_tab2_img12', 'publish', 'closed', 'closed', '', 'field_5c1e8389ddf39', '', '', '2018-12-22 22:00:14', '2018-12-22 19:00:14', '', 76, 'http://kligur.de/?post_type=acf-field&#038;p=125', 49, 'acf-field', '', 0),
(519, 1, '2018-12-31 15:04:26', '2018-12-31 12:04:26', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Title File3', 'branches_title_file3', 'publish', 'closed', 'closed', '', 'field_5c2a05b90b1b8', '', '', '2018-12-31 15:04:33', '2018-12-31 12:04:33', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=519', 5, 'acf-field', '', 0),
(128, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block3 Tab3', 'home-block3-tab3', 'publish', 'closed', 'closed', '', 'group_5c1e83d1b113c', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=128', 5, 'acf-field-group', '', 0),
(223, 1, '2018-12-24 18:18:29', '2018-12-24 15:18:29', '', 'banner_img1', '', 'inherit', 'open', 'closed', '', 'banner_img1', '', '', '2018-12-24 18:18:29', '2018-12-24 15:18:29', '', 0, 'http://kligur.de/wp-content/uploads/banner_img1.webp', 0, 'attachment', 'image/webp', 0),
(129, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Tab Title', 'hb3_tab3_title', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3094', '', '', '2018-12-22 21:35:36', '2018-12-22 18:35:36', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=129', 0, 'acf-field', '', 0),
(130, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title1', 'hb3_tab3_title1', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b30cf', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=130', 2, 'acf-field', '', 0),
(131, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL1', 'hb3_tab3_url1', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3107', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=131', 3, 'acf-field', '', 0),
(132, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text1', 'hb3_tab3_text1', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b313f', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=132', 4, 'acf-field', '', 0),
(133, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img1', 'hb3_tab3_img1', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3176', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=133', 5, 'acf-field', '', 0),
(134, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title2', 'hb3_tab3_title2', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b31ae', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=134', 6, 'acf-field', '', 0),
(135, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL2', 'hb3_tab3_url2', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b31e5', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=135', 7, 'acf-field', '', 0),
(136, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text2', 'hb3_tab3_text2', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b321d', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=136', 8, 'acf-field', '', 0),
(137, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img2', 'hb3_tab3_img2', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3254', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=137', 9, 'acf-field', '', 0),
(138, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title3', 'hb3_tab3_title3', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b328c', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=138', 10, 'acf-field', '', 0),
(139, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL3', 'hb3_tab3_url3', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b32c4', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=139', 11, 'acf-field', '', 0),
(140, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text3', 'hb3_tab3_text3', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b32fb', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=140', 12, 'acf-field', '', 0),
(141, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img3', 'hb3_tab3_img3', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3333', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=141', 13, 'acf-field', '', 0),
(142, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title4', 'hb3_tab3_title4', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b336a', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=142', 14, 'acf-field', '', 0),
(143, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL4', 'hb3_tab3_url4', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b33a2', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=143', 15, 'acf-field', '', 0),
(144, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text4', 'hb3_tab3_text4', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b33d9', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=144', 16, 'acf-field', '', 0),
(145, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img4', 'hb3_tab3_img4', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3411', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=145', 17, 'acf-field', '', 0),
(146, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title5', 'hb3_tab3_title5', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3448', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=146', 18, 'acf-field', '', 0),
(147, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL5', 'hb3_tab3_url5', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3478', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=147', 19, 'acf-field', '', 0),
(148, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text5', 'hb3_tab3_text5', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b34b9', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=148', 20, 'acf-field', '', 0),
(149, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img5', 'hb3_tab3_img5', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b34f3', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=149', 21, 'acf-field', '', 0),
(150, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title6', 'hb3_tab3_title6', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b352b', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=150', 22, 'acf-field', '', 0),
(151, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL6', 'hb3_tab3_url6', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3562', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=151', 23, 'acf-field', '', 0),
(152, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text6', 'hb3_tab3_text6', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b359a', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=152', 24, 'acf-field', '', 0),
(153, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img6', 'hb3_tab3_img6', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b35d1', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=153', 25, 'acf-field', '', 0),
(154, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title7', 'hb3_tab3_title7', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3608', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=154', 26, 'acf-field', '', 0),
(155, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL7', 'hb3_tab3_url7', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3640', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=155', 27, 'acf-field', '', 0),
(156, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text7', 'hb3_tab3_text7', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3677', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=156', 28, 'acf-field', '', 0),
(157, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img7', 'hb3_tab3_img7', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b36af', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=157', 29, 'acf-field', '', 0),
(158, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title8', 'hb3_tab3_title8', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b36e6', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=158', 30, 'acf-field', '', 0),
(159, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL8', 'hb3_tab3_url8', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b371e', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=159', 31, 'acf-field', '', 0),
(160, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text8', 'hb3_tab3_text8', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3756', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=160', 32, 'acf-field', '', 0),
(161, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img8', 'hb3_tab3_img8', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b378d', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=161', 33, 'acf-field', '', 0),
(162, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title9', 'hb3_tab3_title9', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b37c5', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=162', 34, 'acf-field', '', 0),
(163, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL9', 'hb3_tab3_url9', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b37fc', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=163', 35, 'acf-field', '', 0),
(164, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text9', 'hb3_tab3_text9', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3834', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=164', 36, 'acf-field', '', 0),
(165, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img9', 'hb3_tab3_img9', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3860', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=165', 37, 'acf-field', '', 0),
(166, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title10', 'hb3_tab3_title10', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b389c', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=166', 38, 'acf-field', '', 0),
(167, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL10', 'hb3_tab3_url10', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b38d3', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=167', 39, 'acf-field', '', 0),
(168, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text10', 'hb3_tab3_text10', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b390b', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=168', 40, 'acf-field', '', 0),
(169, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img10', 'hb3_tab3_img10', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3942', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=169', 41, 'acf-field', '', 0),
(170, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title11', 'hb3_tab3_title11', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b397a', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=170', 42, 'acf-field', '', 0),
(171, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL11', 'hb3_tab3_url11', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b39b1', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=171', 43, 'acf-field', '', 0),
(172, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text11', 'hb3_tab3_text11', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b39e8', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=172', 44, 'acf-field', '', 0),
(173, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img11', 'hb3_tab3_img11', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3a20', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=173', 45, 'acf-field', '', 0),
(174, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Title12', 'hb3_tab3_title12', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3a57', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=174', 46, 'acf-field', '', 0),
(175, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 URL12', 'hb3_tab3_url12', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3a8f', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=175', 47, 'acf-field', '', 0),
(176, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB3 Text12', 'hb3_tab3_text12', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3ac7', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=176', 48, 'acf-field', '', 0),
(177, 1, '2018-12-22 21:34:57', '2018-12-22 18:34:57', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB3 Img12', 'hb3_tab3_img12', 'publish', 'closed', 'closed', '', 'field_5c1e83d1b3afe', '', '', '2018-12-22 22:00:42', '2018-12-22 19:00:42', '', 128, 'http://kligur.de/?post_type=acf-field&#038;p=177', 49, 'acf-field', '', 0),
(222, 1, '2018-12-24 18:18:28', '2018-12-24 15:18:28', '', 'banner_im2', '', 'inherit', 'open', 'closed', '', 'banner_im2', '', '', '2018-12-24 18:18:28', '2018-12-24 15:18:28', '', 0, 'http://kligur.de/wp-content/uploads/banner_im2.webp', 0, 'attachment', 'image/webp', 0),
(183, 1, '2018-12-23 08:03:42', '2018-12-23 05:03:42', '', 'New Slideshow', '', 'publish', 'closed', 'closed', '', 'new-slideshow', '', '', '2018-12-23 08:05:00', '2018-12-23 05:05:00', '', 0, 'http://kligur.de/?post_type=ml-slider&#038;p=183', 0, 'ml-slider', '', 0),
(184, 1, '2018-12-23 08:04:03', '2018-12-23 05:04:03', '', 'Slider 183 - image', '', 'trash', 'closed', 'closed', '', 'slider-183-image__trashed', '', '', '2018-12-23 08:05:00', '2018-12-23 05:05:00', '', 0, 'http://kligur.de/?post_type=ml-slide&#038;p=184', 0, 'ml-slide', '', 0),
(185, 1, '2018-12-23 08:04:03', '2018-12-23 05:04:03', '', 'Slider 183 - image', '', 'trash', 'closed', 'closed', '', 'slider-183-image-2__trashed', '', '', '2018-12-23 08:05:00', '2018-12-23 05:05:00', '', 0, 'http://kligur.de/?post_type=ml-slide&#038;p=185', 1, 'ml-slide', '', 0),
(221, 1, '2018-12-24 18:18:28', '2018-12-24 15:18:28', '', 'banner1', '', 'inherit', 'open', 'closed', '', 'banner1', '', '', '2018-12-24 18:18:28', '2018-12-24 15:18:28', '', 0, 'http://kligur.de/wp-content/uploads/banner1.webp', 0, 'attachment', 'image/webp', 0),
(204, 1, '2018-12-24 12:50:36', '2018-12-24 09:50:36', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block4', 'home-block4', 'publish', 'closed', 'closed', '', 'group_5c20aa9b39fe4', '', '', '2018-12-24 12:52:29', '2018-12-24 09:52:29', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=204', 6, 'acf-field-group', '', 0),
(205, 1, '2018-12-24 12:50:36', '2018-12-24 09:50:36', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB4 Title', 'hb4_title', 'publish', 'closed', 'closed', '', 'field_5c20aa9fa18c1', '', '', '2018-12-24 12:50:36', '2018-12-24 09:50:36', '', 204, 'http://kligur.de/?post_type=acf-field&p=205', 0, 'acf-field', '', 0),
(206, 1, '2018-12-24 12:50:36', '2018-12-24 09:50:36', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB4 Text', 'hb4_text', 'publish', 'closed', 'closed', '', 'field_5c20aab7a18c2', '', '', '2018-12-24 12:52:29', '2018-12-24 09:52:29', '', 204, 'http://kligur.de/?post_type=acf-field&#038;p=206', 1, 'acf-field', '', 0),
(207, 1, '2018-12-24 12:50:36', '2018-12-24 09:50:36', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB4 URL', 'hb4_url', 'publish', 'closed', 'closed', '', 'field_5c20abd9a18c3', '', '', '2018-12-24 12:50:36', '2018-12-24 09:50:36', '', 204, 'http://kligur.de/?post_type=acf-field&p=207', 2, 'acf-field', '', 0),
(208, 1, '2018-12-24 12:50:36', '2018-12-24 09:50:36', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB4 URL Title', 'hb4_url_title', 'publish', 'closed', 'closed', '', 'field_5c20abe2a18c4', '', '', '2018-12-24 12:50:36', '2018-12-24 09:50:36', '', 204, 'http://kligur.de/?post_type=acf-field&p=208', 3, 'acf-field', '', 0),
(217, 1, '2018-12-24 17:32:36', '2018-12-24 14:32:36', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block6', 'home-block6', 'publish', 'closed', 'closed', '', 'group_5c20edde4e518', '', '', '2018-12-24 17:33:14', '2018-12-24 14:33:14', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=217', 8, 'acf-field-group', '', 0),
(211, 1, '2018-12-24 13:42:25', '2018-12-24 10:42:25', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block5', 'home-block5', 'publish', 'closed', 'closed', '', 'group_5c20b7d9e4ac2', '', '', '2018-12-24 13:43:20', '2018-12-24 10:43:20', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=211', 7, 'acf-field-group', '', 0),
(212, 1, '2018-12-24 13:42:25', '2018-12-24 10:42:25', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB5 Title', 'hb5_title', 'publish', 'closed', 'closed', '', 'field_5c20b7e18c7b3', '', '', '2018-12-24 13:42:25', '2018-12-24 10:42:25', '', 211, 'http://kligur.de/?post_type=acf-field&p=212', 0, 'acf-field', '', 0),
(213, 1, '2018-12-24 13:42:26', '2018-12-24 10:42:26', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'HB5 Text', 'hb5_text', 'publish', 'closed', 'closed', '', 'field_5c20b7ee8c7b4', '', '', '2018-12-24 13:42:26', '2018-12-24 10:42:26', '', 211, 'http://kligur.de/?post_type=acf-field&p=213', 1, 'acf-field', '', 0),
(215, 1, '2018-12-24 13:43:20', '2018-12-24 10:43:20', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB5 Img', 'hb5_img', 'publish', 'closed', 'closed', '', 'field_5c20b836078a4', '', '', '2018-12-24 13:43:20', '2018-12-24 10:43:20', '', 211, 'http://kligur.de/?post_type=acf-field&p=215', 2, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(216, 1, '2018-12-24 14:03:04', '2018-12-24 11:03:04', '', 'hb5-img', '', 'inherit', 'open', 'closed', '', 'hb5-img', '', '', '2018-12-24 14:03:04', '2018-12-24 11:03:04', '', 2, 'http://kligur.de/wp-content/uploads/hb5-img.webp', 0, 'attachment', 'image/webp', 0),
(218, 1, '2018-12-24 17:32:36', '2018-12-24 14:32:36', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB6 Title', 'hb6_title', 'publish', 'closed', 'closed', '', 'field_5c20ede20cd4a', '', '', '2018-12-24 17:32:36', '2018-12-24 14:32:36', '', 217, 'http://kligur.de/?post_type=acf-field&p=218', 0, 'acf-field', '', 0),
(219, 1, '2018-12-24 17:32:36', '2018-12-24 14:32:36', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB6 Text', 'hb6_text', 'publish', 'closed', 'closed', '', 'field_5c20edfe0cd4b', '', '', '2018-12-24 17:32:36', '2018-12-24 14:32:36', '', 217, 'http://kligur.de/?post_type=acf-field&p=219', 1, 'acf-field', '', 0),
(220, 1, '2018-12-24 17:38:42', '2018-12-24 14:38:42', '[mailpoet_page]', 'Страница MailPoet', '', 'publish', 'closed', 'closed', '', 'subscriptions', '', '', '2018-12-24 17:38:42', '2018-12-24 14:38:42', '', 0, 'http://kligur.de/2018/12/24/subscriptions/', 0, 'mailpoet_page', '', 0),
(224, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block7 Tab1', 'home-block7-tab1', 'publish', 'closed', 'closed', '', 'group_5c21d50854988', '', '', '2018-12-25 11:00:54', '2018-12-25 08:00:54', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=224', 9, 'acf-field-group', '', 0),
(225, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Tab Title', 'hb7_tab1_title', 'publish', 'closed', 'closed', '', 'field_5c21d5085fe4a', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=225', 1, 'acf-field', '', 0),
(226, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Tab Title Button', 'hb7_tab1_title_button', 'publish', 'closed', 'closed', '', 'field_5c21d5085fe8a', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=226', 2, 'acf-field', '', 0),
(227, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title1', 'hb7_tab1_title1', 'publish', 'closed', 'closed', '', 'field_5c21d5085fec6', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=227', 3, 'acf-field', '', 0),
(228, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL1', 'hb7_tab1_url1', 'publish', 'closed', 'closed', '', 'field_5c21d5085ff01', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=228', 4, 'acf-field', '', 0),
(229, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text1', 'hb7_tab1_text1', 'publish', 'closed', 'closed', '', 'field_5c21d5085ff3d', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=229', 5, 'acf-field', '', 0),
(230, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img1', 'hb7_tab1_img1', 'publish', 'closed', 'closed', '', 'field_5c21d5085ff78', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=230', 6, 'acf-field', '', 0),
(231, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title2', 'hb7_tab1_title2', 'publish', 'closed', 'closed', '', 'field_5c21d5085ffb2', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=231', 7, 'acf-field', '', 0),
(232, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL2', 'hb7_tab1_url2', 'publish', 'closed', 'closed', '', 'field_5c21d5085ffee', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=232', 8, 'acf-field', '', 0),
(233, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text2', 'hb7_tab1_text2', 'publish', 'closed', 'closed', '', 'field_5c21d50860029', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=233', 9, 'acf-field', '', 0),
(234, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img2', 'hb7_tab1_img2', 'publish', 'closed', 'closed', '', 'field_5c21d50860064', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=234', 10, 'acf-field', '', 0),
(235, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title3', 'hb7_tab1_title3', 'publish', 'closed', 'closed', '', 'field_5c21d5086009f', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=235', 11, 'acf-field', '', 0),
(236, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL3', 'hb7_tab1_url3', 'publish', 'closed', 'closed', '', 'field_5c21d508600da', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=236', 12, 'acf-field', '', 0),
(237, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text3', 'hb7_tab1_text3', 'publish', 'closed', 'closed', '', 'field_5c21d50860115', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=237', 13, 'acf-field', '', 0),
(238, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img3', 'hb7_tab1_img3', 'publish', 'closed', 'closed', '', 'field_5c21d5086013a', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=238', 14, 'acf-field', '', 0),
(239, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title4', 'hb7_tab1_title4', 'publish', 'closed', 'closed', '', 'field_5c21d50860175', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=239', 15, 'acf-field', '', 0),
(240, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL4', 'hb7_tab1_url4', 'publish', 'closed', 'closed', '', 'field_5c21d508601b4', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=240', 16, 'acf-field', '', 0),
(241, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text4', 'hb7_tab1_text4', 'publish', 'closed', 'closed', '', 'field_5c21d508601ef', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=241', 17, 'acf-field', '', 0),
(242, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img4', 'hb7_tab1_img4', 'publish', 'closed', 'closed', '', 'field_5c21d5086022a', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=242', 18, 'acf-field', '', 0),
(243, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title5', 'hb7_tab1_title5', 'publish', 'closed', 'closed', '', 'field_5c21d50860265', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=243', 19, 'acf-field', '', 0),
(244, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL5', 'hb7_tab1_url5', 'publish', 'closed', 'closed', '', 'field_5c21d508602a0', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=244', 20, 'acf-field', '', 0),
(245, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text5', 'hb7_tab1_text5', 'publish', 'closed', 'closed', '', 'field_5c21d508602dc', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=245', 21, 'acf-field', '', 0),
(246, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img5', 'hb7_tab1_img5', 'publish', 'closed', 'closed', '', 'field_5c21d50860317', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=246', 22, 'acf-field', '', 0),
(247, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title6', 'hb7_tab1_title6', 'publish', 'closed', 'closed', '', 'field_5c21d50860352', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=247', 23, 'acf-field', '', 0),
(248, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL6', 'hb7_tab1_url6', 'publish', 'closed', 'closed', '', 'field_5c21d5086038e', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=248', 24, 'acf-field', '', 0),
(249, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text6', 'hb7_tab1_text6', 'publish', 'closed', 'closed', '', 'field_5c21d508603c8', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=249', 25, 'acf-field', '', 0),
(250, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img6', 'hb7_tab1_img6', 'publish', 'closed', 'closed', '', 'field_5c21d50860403', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=250', 26, 'acf-field', '', 0),
(251, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title7', 'hb7_tab1_title7', 'publish', 'closed', 'closed', '', 'field_5c21d50860484', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=251', 27, 'acf-field', '', 0),
(252, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL7', 'hb7_tab1_url7', 'publish', 'closed', 'closed', '', 'field_5c21d508604c6', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=252', 28, 'acf-field', '', 0),
(253, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text7', 'hb7_tab1_text7', 'publish', 'closed', 'closed', '', 'field_5c21d50860503', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=253', 29, 'acf-field', '', 0),
(254, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img7', 'hb7_tab1_img7', 'publish', 'closed', 'closed', '', 'field_5c21d5086051d', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=254', 30, 'acf-field', '', 0),
(255, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title8', 'hb7_tab1_title8', 'publish', 'closed', 'closed', '', 'field_5c21d50860558', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=255', 31, 'acf-field', '', 0),
(256, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL8', 'hb7_tab1_url8', 'publish', 'closed', 'closed', '', 'field_5c21d50860595', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=256', 32, 'acf-field', '', 0),
(257, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text8', 'hb7_tab1_text8', 'publish', 'closed', 'closed', '', 'field_5c21d508605d0', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=257', 33, 'acf-field', '', 0),
(258, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img8', 'hb7_tab1_img8', 'publish', 'closed', 'closed', '', 'field_5c21d5086060b', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=258', 34, 'acf-field', '', 0),
(259, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title9', 'hb7_tab1_title9', 'publish', 'closed', 'closed', '', 'field_5c21d50860646', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=259', 35, 'acf-field', '', 0),
(260, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL9', 'hb7_tab1_url9', 'publish', 'closed', 'closed', '', 'field_5c21d50860681', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=260', 36, 'acf-field', '', 0),
(261, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text9', 'hb7_tab1_text9', 'publish', 'closed', 'closed', '', 'field_5c21d508606bc', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=261', 37, 'acf-field', '', 0),
(262, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img9', 'hb7_tab1_img9', 'publish', 'closed', 'closed', '', 'field_5c21d508606f7', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=262', 38, 'acf-field', '', 0),
(263, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title10', 'hb7_tab1_title10', 'publish', 'closed', 'closed', '', 'field_5c21d50860732', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=263', 39, 'acf-field', '', 0),
(264, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL10', 'hb7_tab1_url10', 'publish', 'closed', 'closed', '', 'field_5c21d5086076c', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=264', 40, 'acf-field', '', 0),
(265, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text10', 'hb7_tab1_text10', 'publish', 'closed', 'closed', '', 'field_5c21d508607a6', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=265', 41, 'acf-field', '', 0),
(266, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img10', 'hb7_tab1_img10', 'publish', 'closed', 'closed', '', 'field_5c21d508607e2', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=266', 42, 'acf-field', '', 0),
(267, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title11', 'hb7_tab1_title11', 'publish', 'closed', 'closed', '', 'field_5c21d5086081e', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=267', 43, 'acf-field', '', 0),
(268, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL11', 'hb7_tab1_url11', 'publish', 'closed', 'closed', '', 'field_5c21d50860858', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=268', 44, 'acf-field', '', 0),
(269, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text11', 'hb7_tab1_text11', 'publish', 'closed', 'closed', '', 'field_5c21d50860893', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=269', 45, 'acf-field', '', 0),
(270, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img11', 'hb7_tab1_img11', 'publish', 'closed', 'closed', '', 'field_5c21d508608ce', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=270', 46, 'acf-field', '', 0),
(271, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title12', 'hb7_tab1_title12', 'publish', 'closed', 'closed', '', 'field_5c21d50860905', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=271', 47, 'acf-field', '', 0),
(272, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL12', 'hb7_tab1_url12', 'publish', 'closed', 'closed', '', 'field_5c21d50860943', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=272', 48, 'acf-field', '', 0),
(273, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text12', 'hb7_tab1_text12', 'publish', 'closed', 'closed', '', 'field_5c21d5086097e', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=273', 49, 'acf-field', '', 0),
(274, 1, '2018-12-25 09:58:16', '2018-12-25 06:58:16', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img12', 'hb7_tab1_img12', 'publish', 'closed', 'closed', '', 'field_5c21d508609b9', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&#038;p=274', 50, 'acf-field', '', 0),
(275, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block7 Tab2', 'home-block7-tab2', 'publish', 'closed', 'closed', '', 'group_5c21d50d2381e', '', '', '2018-12-25 10:00:39', '2018-12-25 07:00:39', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=275', 10, 'acf-field-group', '', 0),
(276, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Tab Title', 'hb7_tab2_title', 'publish', 'closed', 'closed', '', 'field_5c21d50d287ff', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=276', 0, 'acf-field', '', 0),
(277, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Tab Title Button', 'hb7_tab2_title_button', 'publish', 'closed', 'closed', '', 'field_5c21d50d28839', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=277', 1, 'acf-field', '', 0),
(278, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title1', 'hb7_tab2_title1', 'publish', 'closed', 'closed', '', 'field_5c21d50d28871', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=278', 2, 'acf-field', '', 0),
(279, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL1', 'hb7_tab2_url1', 'publish', 'closed', 'closed', '', 'field_5c21d50d288a9', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=279', 3, 'acf-field', '', 0),
(280, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text1', 'hb7_tab2_text1', 'publish', 'closed', 'closed', '', 'field_5c21d50d288e0', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=280', 4, 'acf-field', '', 0),
(281, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img1', 'hb7_tab2_img1', 'publish', 'closed', 'closed', '', 'field_5c21d50d28918', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=281', 5, 'acf-field', '', 0),
(282, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title2', 'hb7_tab2_title2', 'publish', 'closed', 'closed', '', 'field_5c21d50d2894f', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=282', 6, 'acf-field', '', 0),
(283, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL2', 'hb7_tab2_url2', 'publish', 'closed', 'closed', '', 'field_5c21d50d28986', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=283', 7, 'acf-field', '', 0),
(284, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text2', 'hb7_tab2_text2', 'publish', 'closed', 'closed', '', 'field_5c21d50d289be', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=284', 8, 'acf-field', '', 0),
(285, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img2', 'hb7_tab2_img2', 'publish', 'closed', 'closed', '', 'field_5c21d50d289f5', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=285', 9, 'acf-field', '', 0),
(286, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title3', 'hb7_tab2_title3', 'publish', 'closed', 'closed', '', 'field_5c21d50d28a2d', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=286', 10, 'acf-field', '', 0),
(287, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL3', 'hb7_tab2_url3', 'publish', 'closed', 'closed', '', 'field_5c21d50d28a64', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=287', 11, 'acf-field', '', 0),
(288, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text3', 'hb7_tab2_text3', 'publish', 'closed', 'closed', '', 'field_5c21d50d28a7d', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=288', 12, 'acf-field', '', 0),
(289, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img3', 'hb7_tab2_img3', 'publish', 'closed', 'closed', '', 'field_5c21d50d28ab6', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=289', 13, 'acf-field', '', 0),
(290, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title4', 'hb7_tab2_title4', 'publish', 'closed', 'closed', '', 'field_5c21d50d28aee', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=290', 14, 'acf-field', '', 0),
(291, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL4', 'hb7_tab2_url4', 'publish', 'closed', 'closed', '', 'field_5c21d50d28b27', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=291', 15, 'acf-field', '', 0),
(292, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text4', 'hb7_tab2_text4', 'publish', 'closed', 'closed', '', 'field_5c21d50d28b5f', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=292', 16, 'acf-field', '', 0),
(293, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img4', 'hb7_tab2_img4', 'publish', 'closed', 'closed', '', 'field_5c21d50d28b96', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=293', 17, 'acf-field', '', 0),
(294, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title5', 'hb7_tab2_title5', 'publish', 'closed', 'closed', '', 'field_5c21d50d28bcd', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=294', 18, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(295, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL5', 'hb7_tab2_url5', 'publish', 'closed', 'closed', '', 'field_5c21d50d28c05', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=295', 19, 'acf-field', '', 0),
(296, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text5', 'hb7_tab2_text5', 'publish', 'closed', 'closed', '', 'field_5c21d50d28c3c', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=296', 20, 'acf-field', '', 0),
(297, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img5', 'hb7_tab2_img5', 'publish', 'closed', 'closed', '', 'field_5c21d50d28c74', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=297', 21, 'acf-field', '', 0),
(298, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title6', 'hb7_tab2_title6', 'publish', 'closed', 'closed', '', 'field_5c21d50d28cab', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=298', 22, 'acf-field', '', 0),
(299, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL6', 'hb7_tab2_url6', 'publish', 'closed', 'closed', '', 'field_5c21d50d28ce2', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=299', 23, 'acf-field', '', 0),
(300, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text6', 'hb7_tab2_text6', 'publish', 'closed', 'closed', '', 'field_5c21d50d28d19', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=300', 24, 'acf-field', '', 0),
(301, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img6', 'hb7_tab2_img6', 'publish', 'closed', 'closed', '', 'field_5c21d50d28d51', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=301', 25, 'acf-field', '', 0),
(302, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title7', 'hb7_tab2_title7', 'publish', 'closed', 'closed', '', 'field_5c21d50d28d88', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=302', 26, 'acf-field', '', 0),
(303, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL7', 'hb7_tab2_url7', 'publish', 'closed', 'closed', '', 'field_5c21d50d28dbf', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=303', 27, 'acf-field', '', 0),
(304, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text7', 'hb7_tab2_text7', 'publish', 'closed', 'closed', '', 'field_5c21d50d28df7', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=304', 28, 'acf-field', '', 0),
(305, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img7', 'hb7_tab2_img7', 'publish', 'closed', 'closed', '', 'field_5c21d50d28e2e', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=305', 29, 'acf-field', '', 0),
(306, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title8', 'hb7_tab2_title8', 'publish', 'closed', 'closed', '', 'field_5c21d50d28e63', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=306', 30, 'acf-field', '', 0),
(307, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL8', 'hb7_tab2_url8', 'publish', 'closed', 'closed', '', 'field_5c21d50d28e9e', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=307', 31, 'acf-field', '', 0),
(308, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text8', 'hb7_tab2_text8', 'publish', 'closed', 'closed', '', 'field_5c21d50d28ed6', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=308', 32, 'acf-field', '', 0),
(309, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img8', 'hb7_tab2_img8', 'publish', 'closed', 'closed', '', 'field_5c21d50d28f0d', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=309', 33, 'acf-field', '', 0),
(310, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title9', 'hb7_tab2_title9', 'publish', 'closed', 'closed', '', 'field_5c21d50d28f44', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=310', 34, 'acf-field', '', 0),
(311, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL9', 'hb7_tab2_url9', 'publish', 'closed', 'closed', '', 'field_5c21d50d28f7c', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=311', 35, 'acf-field', '', 0),
(312, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text9', 'hb7_tab2_text9', 'publish', 'closed', 'closed', '', 'field_5c21d50d28fb3', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=312', 36, 'acf-field', '', 0),
(313, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img9', 'hb7_tab2_img9', 'publish', 'closed', 'closed', '', 'field_5c21d50d28fea', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=313', 37, 'acf-field', '', 0),
(314, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title10', 'hb7_tab2_title10', 'publish', 'closed', 'closed', '', 'field_5c21d50d29022', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=314', 38, 'acf-field', '', 0),
(315, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL10', 'hb7_tab2_url10', 'publish', 'closed', 'closed', '', 'field_5c21d50d29059', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=315', 39, 'acf-field', '', 0),
(316, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text10', 'hb7_tab2_text10', 'publish', 'closed', 'closed', '', 'field_5c21d50d29090', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=316', 40, 'acf-field', '', 0),
(317, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img10', 'hb7_tab2_img10', 'publish', 'closed', 'closed', '', 'field_5c21d50d290c7', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=317', 41, 'acf-field', '', 0),
(318, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title11', 'hb7_tab2_title11', 'publish', 'closed', 'closed', '', 'field_5c21d50d290ff', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=318', 42, 'acf-field', '', 0),
(319, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL11', 'hb7_tab2_url11', 'publish', 'closed', 'closed', '', 'field_5c21d50d29136', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=319', 43, 'acf-field', '', 0),
(320, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text11', 'hb7_tab2_text11', 'publish', 'closed', 'closed', '', 'field_5c21d50d2916d', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=320', 44, 'acf-field', '', 0),
(321, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img11', 'hb7_tab2_img11', 'publish', 'closed', 'closed', '', 'field_5c21d50d291a5', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=321', 45, 'acf-field', '', 0),
(322, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title12', 'hb7_tab2_title12', 'publish', 'closed', 'closed', '', 'field_5c21d50d291dc', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=322', 46, 'acf-field', '', 0),
(323, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL12', 'hb7_tab2_url12', 'publish', 'closed', 'closed', '', 'field_5c21d50d29215', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=323', 47, 'acf-field', '', 0),
(324, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text12', 'hb7_tab2_text12', 'publish', 'closed', 'closed', '', 'field_5c21d50d2924c', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=324', 48, 'acf-field', '', 0),
(325, 1, '2018-12-25 09:58:21', '2018-12-25 06:58:21', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img12', 'hb7_tab2_img12', 'publish', 'closed', 'closed', '', 'field_5c21d50d29287', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 275, 'http://kligur.de/?post_type=acf-field&#038;p=325', 49, 'acf-field', '', 0),
(326, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block7 Tab3', 'home-block7-tab3', 'publish', 'closed', 'closed', '', 'group_5c21d50fd8824', '', '', '2018-12-25 10:00:52', '2018-12-25 07:00:52', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=326', 11, 'acf-field-group', '', 0),
(327, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Tab Title', 'hb7_tab3_title', 'publish', 'closed', 'closed', '', 'field_5c21d50fdddd7', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=327', 0, 'acf-field', '', 0),
(328, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Tab Title Button', 'hb7_tab3_title_button', 'publish', 'closed', 'closed', '', 'field_5c21d50fdde12', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=328', 1, 'acf-field', '', 0),
(329, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title1', 'hb7_tab3_title1', 'publish', 'closed', 'closed', '', 'field_5c21d50fdde4a', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=329', 2, 'acf-field', '', 0),
(330, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL1', 'hb7_tab3_url1', 'publish', 'closed', 'closed', '', 'field_5c21d50fdde81', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=330', 3, 'acf-field', '', 0),
(331, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text1', 'hb7_tab3_text1', 'publish', 'closed', 'closed', '', 'field_5c21d50fddeb9', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=331', 4, 'acf-field', '', 0),
(332, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img1', 'hb7_tab3_img1', 'publish', 'closed', 'closed', '', 'field_5c21d50fddef0', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=332', 5, 'acf-field', '', 0),
(333, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title2', 'hb7_tab3_title2', 'publish', 'closed', 'closed', '', 'field_5c21d50fddf28', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=333', 6, 'acf-field', '', 0),
(334, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL2', 'hb7_tab3_url2', 'publish', 'closed', 'closed', '', 'field_5c21d50fddf5f', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=334', 7, 'acf-field', '', 0),
(335, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text2', 'hb7_tab3_text2', 'publish', 'closed', 'closed', '', 'field_5c21d50fddf97', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=335', 8, 'acf-field', '', 0),
(336, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img2', 'hb7_tab3_img2', 'publish', 'closed', 'closed', '', 'field_5c21d50fddfce', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=336', 9, 'acf-field', '', 0),
(337, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title3', 'hb7_tab3_title3', 'publish', 'closed', 'closed', '', 'field_5c21d50fde006', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=337', 10, 'acf-field', '', 0),
(338, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL3', 'hb7_tab3_url3', 'publish', 'closed', 'closed', '', 'field_5c21d50fde03d', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=338', 11, 'acf-field', '', 0),
(339, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text3', 'hb7_tab3_text3', 'publish', 'closed', 'closed', '', 'field_5c21d50fde075', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=339', 12, 'acf-field', '', 0),
(340, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img3', 'hb7_tab3_img3', 'publish', 'closed', 'closed', '', 'field_5c21d50fde0ad', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=340', 13, 'acf-field', '', 0),
(341, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title4', 'hb7_tab3_title4', 'publish', 'closed', 'closed', '', 'field_5c21d50fde0d6', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=341', 14, 'acf-field', '', 0),
(342, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL4', 'hb7_tab3_url4', 'publish', 'closed', 'closed', '', 'field_5c21d50fde11b', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=342', 15, 'acf-field', '', 0),
(343, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text4', 'hb7_tab3_text4', 'publish', 'closed', 'closed', '', 'field_5c21d50fde152', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=343', 16, 'acf-field', '', 0),
(344, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img4', 'hb7_tab3_img4', 'publish', 'closed', 'closed', '', 'field_5c21d50fde18a', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=344', 17, 'acf-field', '', 0),
(345, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title5', 'hb7_tab3_title5', 'publish', 'closed', 'closed', '', 'field_5c21d50fde1ee', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=345', 18, 'acf-field', '', 0),
(346, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL5', 'hb7_tab3_url5', 'publish', 'closed', 'closed', '', 'field_5c21d50fde22f', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=346', 19, 'acf-field', '', 0),
(347, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text5', 'hb7_tab3_text5', 'publish', 'closed', 'closed', '', 'field_5c21d50fde268', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=347', 20, 'acf-field', '', 0),
(348, 1, '2018-12-25 09:58:23', '2018-12-25 06:58:23', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img5', 'hb7_tab3_img5', 'publish', 'closed', 'closed', '', 'field_5c21d50fde2a0', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=348', 21, 'acf-field', '', 0),
(349, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title6', 'hb7_tab3_title6', 'publish', 'closed', 'closed', '', 'field_5c21d50fde2d8', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=349', 22, 'acf-field', '', 0),
(350, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL6', 'hb7_tab3_url6', 'publish', 'closed', 'closed', '', 'field_5c21d50fde315', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=350', 23, 'acf-field', '', 0),
(351, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text6', 'hb7_tab3_text6', 'publish', 'closed', 'closed', '', 'field_5c21d50fde354', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=351', 24, 'acf-field', '', 0),
(352, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img6', 'hb7_tab3_img6', 'publish', 'closed', 'closed', '', 'field_5c21d50fde38e', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=352', 25, 'acf-field', '', 0),
(353, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title7', 'hb7_tab3_title7', 'publish', 'closed', 'closed', '', 'field_5c21d50fde3c6', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=353', 26, 'acf-field', '', 0),
(354, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL7', 'hb7_tab3_url7', 'publish', 'closed', 'closed', '', 'field_5c21d50fde3fe', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=354', 27, 'acf-field', '', 0),
(355, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text7', 'hb7_tab3_text7', 'publish', 'closed', 'closed', '', 'field_5c21d50fde435', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=355', 28, 'acf-field', '', 0),
(356, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img7', 'hb7_tab3_img7', 'publish', 'closed', 'closed', '', 'field_5c21d50fde47f', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=356', 29, 'acf-field', '', 0),
(357, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title8', 'hb7_tab3_title8', 'publish', 'closed', 'closed', '', 'field_5c21d50fde4c6', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=357', 30, 'acf-field', '', 0),
(358, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL8', 'hb7_tab3_url8', 'publish', 'closed', 'closed', '', 'field_5c21d50fde503', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=358', 31, 'acf-field', '', 0),
(359, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text8', 'hb7_tab3_text8', 'publish', 'closed', 'closed', '', 'field_5c21d50fde548', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=359', 32, 'acf-field', '', 0),
(360, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img8', 'hb7_tab3_img8', 'publish', 'closed', 'closed', '', 'field_5c21d50fde57f', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=360', 33, 'acf-field', '', 0),
(361, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title9', 'hb7_tab3_title9', 'publish', 'closed', 'closed', '', 'field_5c21d50fde5b7', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=361', 34, 'acf-field', '', 0),
(362, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL9', 'hb7_tab3_url9', 'publish', 'closed', 'closed', '', 'field_5c21d50fde5ef', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=362', 35, 'acf-field', '', 0),
(363, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text9', 'hb7_tab3_text9', 'publish', 'closed', 'closed', '', 'field_5c21d50fde626', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=363', 36, 'acf-field', '', 0),
(364, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img9', 'hb7_tab3_img9', 'publish', 'closed', 'closed', '', 'field_5c21d50fde65e', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=364', 37, 'acf-field', '', 0),
(365, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title10', 'hb7_tab3_title10', 'publish', 'closed', 'closed', '', 'field_5c21d50fde696', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=365', 38, 'acf-field', '', 0),
(366, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL10', 'hb7_tab3_url10', 'publish', 'closed', 'closed', '', 'field_5c21d50fde6cd', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=366', 39, 'acf-field', '', 0),
(367, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text10', 'hb7_tab3_text10', 'publish', 'closed', 'closed', '', 'field_5c21d50fde705', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=367', 40, 'acf-field', '', 0),
(368, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img10', 'hb7_tab3_img10', 'publish', 'closed', 'closed', '', 'field_5c21d50fde73c', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=368', 41, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(369, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title11', 'hb7_tab3_title11', 'publish', 'closed', 'closed', '', 'field_5c21d50fde774', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=369', 42, 'acf-field', '', 0),
(370, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL11', 'hb7_tab3_url11', 'publish', 'closed', 'closed', '', 'field_5c21d50fde7ac', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=370', 43, 'acf-field', '', 0),
(371, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text11', 'hb7_tab3_text11', 'publish', 'closed', 'closed', '', 'field_5c21d50fde7e3', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=371', 44, 'acf-field', '', 0),
(372, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img11', 'hb7_tab3_img11', 'publish', 'closed', 'closed', '', 'field_5c21d50fde81b', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=372', 45, 'acf-field', '', 0),
(373, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title12', 'hb7_tab3_title12', 'publish', 'closed', 'closed', '', 'field_5c21d50fde852', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=373', 46, 'acf-field', '', 0),
(374, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 URL12', 'hb7_tab3_url12', 'publish', 'closed', 'closed', '', 'field_5c21d50fde88c', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=374', 47, 'acf-field', '', 0),
(375, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Text12', 'hb7_tab3_text12', 'publish', 'closed', 'closed', '', 'field_5c21d50fde8a4', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=375', 48, 'acf-field', '', 0),
(376, 1, '2018-12-25 09:58:24', '2018-12-25 06:58:24', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB7 Img12', 'hb7_tab3_img12', 'publish', 'closed', 'closed', '', 'field_5c21d50fde8e3', '', '', '2018-12-25 09:59:46', '2018-12-25 06:59:46', '', 326, 'http://kligur.de/?post_type=acf-field&#038;p=376', 49, 'acf-field', '', 0),
(377, 1, '2018-12-25 10:06:12', '2018-12-25 07:06:12', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HB7 Title', 'hb7_title', 'publish', 'closed', 'closed', '', 'field_5c21d6d5393ce', '', '', '2018-12-25 10:06:12', '2018-12-25 07:06:12', '', 224, 'http://kligur.de/?post_type=acf-field&p=377', 0, 'acf-field', '', 0),
(378, 1, '2018-12-25 11:18:58', '2018-12-25 08:18:58', '', 'hb7img1', '', 'inherit', 'open', 'closed', '', 'hb7img1', '', '', '2018-12-25 11:18:58', '2018-12-25 08:18:58', '', 2, 'http://kligur.de/wp-content/uploads/hb7img1.webp', 0, 'attachment', 'image/webp', 0),
(379, 1, '2018-12-25 11:18:58', '2018-12-25 08:18:58', '', 'hb7img2', '', 'inherit', 'open', 'closed', '', 'hb7img2', '', '', '2018-12-25 11:18:58', '2018-12-25 08:18:58', '', 2, 'http://kligur.de/wp-content/uploads/hb7img2.webp', 0, 'attachment', 'image/webp', 0),
(380, 1, '2018-12-25 11:18:59', '2018-12-25 08:18:59', '', 'hb7img3', '', 'inherit', 'open', 'closed', '', 'hb7img3', '', '', '2018-12-25 11:18:59', '2018-12-25 08:18:59', '', 2, 'http://kligur.de/wp-content/uploads/hb7img3.webp', 0, 'attachment', 'image/webp', 0),
(381, 1, '2018-12-25 12:43:26', '2018-12-25 09:43:26', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block Partners', 'home-block-partners', 'publish', 'closed', 'closed', '', 'group_5c21fb143d037', '', '', '2019-01-07 14:47:52', '2019-01-07 11:47:52', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=381', 13, 'acf-field-group', '', 0),
(706, 1, '2019-01-09 12:29:24', '2019-01-09 09:29:24', '', 'banner-01', '', 'inherit', 'closed', 'closed', '', 'banner-01', '', '', '2019-01-09 12:29:24', '2019-01-09 09:29:24', '', 0, 'https://kligur.de/wp-content/uploads/banner-01.webp', 0, 'attachment', 'image/webp', 0),
(707, 1, '2019-01-09 12:29:25', '2019-01-09 09:29:25', '', 'banner-02', '', 'inherit', 'closed', 'closed', '', 'banner-02', '', '', '2019-01-09 12:29:25', '2019-01-09 09:29:25', '', 0, 'https://kligur.de/wp-content/uploads/banner-02.webp', 0, 'attachment', 'image/webp', 0),
(1025, 1, '2019-02-13 16:01:32', '2019-02-13 13:01:32', '', 'Plattenwärmetauscher-Service', '', 'publish', 'closed', 'closed', '', 'plattenwarmetauscher-service', '', '', '2020-01-27 16:44:18', '2020-01-27 13:44:18', '', 0, 'https://kligur.de/?page_id=1025', 0, 'page', '', 0),
(1128, 1, '2020-01-27 16:47:53', '2020-01-27 13:47:53', '<h2>Servicemerkmale des geschweißten Wärmetauschers mit zusammenlegbarem Gehäuse</h2>\n<ul>\n 	<li>Zwei Personen reichen aus, um das Gerät zu warten</li>\n 	<li>Wärmetauscherreinigung in einer Schicht</li>\n 	<li>Die Konstruktion des Wärmetauschers ermöglicht eine Wartung vor Ort, ohne die Versorgungsleitung zu trennen</li>\n 	<li>Der Zugang zum Wärmeaustauschpaket erfolgt ohne den Einsatz von Hub- und Transportmechanismen</li>\n 	<li>Das zusammenklappbare Gehäuse der Geräte sowie die Geometrie der Kanäle des Wärmeaustauschpakets (Kanäle sind durchsichtig), wodurch Sie mit herkömmlicher mechanischer Reinigung bis zu 100% der Verunreinigungen entfernen können</li>\n</ul>', 'Wartung des geschweißten Wärmetauschers', '', 'inherit', 'closed', 'closed', '', '571-autosave-v1', '', '', '2020-01-27 16:47:53', '2020-01-27 13:47:53', '', 571, 'https://kligur.de/neuigkeiten/571-autosave-v1/', 0, 'revision', '', 0),
(701, 1, '2019-01-08 11:22:04', '2019-01-08 08:22:04', ' ', '', '', 'publish', 'closed', 'closed', '', '701', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=701', 14, 'nav_menu_item', '', 0),
(704, 1, '2019-01-09 11:02:00', '2019-01-09 08:02:00', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Excerpt', 'product_excerpt', 'publish', 'closed', 'closed', '', 'field_5c35aa337a54a', '', '', '2019-01-09 11:02:00', '2019-01-09 08:02:00', '', 444, 'https://kligur.de/?post_type=acf-field&p=704', 0, 'acf-field', '', 0),
(697, 1, '2019-01-08 11:21:19', '2019-01-08 08:21:19', '', 'Metallurgie', '', 'publish', 'closed', 'closed', '', '697', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=697', 5, 'nav_menu_item', '', 0),
(698, 1, '2019-01-08 11:21:19', '2019-01-08 08:21:19', '', 'Service', '', 'publish', 'closed', 'closed', '', 'servis-i-garantii', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=698', 7, 'nav_menu_item', '', 0),
(699, 1, '2019-01-08 11:21:19', '2019-01-08 08:21:19', '', 'Geschweißten Wärmetauschers-Service', '', 'publish', 'closed', 'closed', '', '699', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=699', 9, 'nav_menu_item', '', 0),
(692, 1, '2019-01-08 11:19:07', '2019-01-08 08:19:07', '', 'Chemische Industrie', '', 'publish', 'closed', 'closed', '', 'chemische-industrie', '', '', '2020-01-28 10:30:27', '2020-01-28 07:30:27', '', 0, 'https://kligur.de/?page_id=692', 0, 'page', '', 0),
(693, 1, '2019-01-08 11:21:19', '2019-01-08 08:21:19', '', 'Chemische Industrie', '', 'publish', 'closed', 'closed', '', '693', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=693', 4, 'nav_menu_item', '', 0),
(794, 1, '2019-01-14 15:32:47', '2019-01-14 12:32:47', '', 'Rohrbündel', '', 'publish', 'closed', 'closed', '', '794', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 652, 'https://kligur.de/?p=794', 7, 'nav_menu_item', '', 0),
(793, 1, '2019-01-14 15:32:47', '2019-01-14 12:32:47', '', 'Vollverschweißter Wärmetauscher', '', 'publish', 'closed', 'closed', '', '793', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 650, 'https://kligur.de/?p=793', 4, 'nav_menu_item', '', 0),
(679, 1, '2019-01-08 10:57:45', '2019-01-08 07:57:45', '', 'Geschweißte Wärmetauscher', '', 'publish', 'closed', 'closed', '', '679', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 0, 'https://kligur.de/?p=679', 2, 'nav_menu_item', '', 0),
(680, 1, '2019-01-08 10:57:45', '2019-01-08 07:57:45', '', 'Wärmetauscher mit zusammenlegbarem Gehäuse', '', 'publish', 'closed', 'closed', '', '680', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 650, 'https://kligur.de/?p=680', 3, 'nav_menu_item', '', 0),
(681, 1, '2019-01-08 10:57:45', '2019-01-08 07:57:45', '', 'Röhrenwärmetauscher', '', 'publish', 'closed', 'closed', '', '681', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 0, 'https://kligur.de/?p=681', 5, 'nav_menu_item', '', 0),
(682, 1, '2019-01-08 10:57:45', '2019-01-08 07:57:45', ' ', '', '', 'publish', 'closed', 'closed', '', '682', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 0, 'https://kligur.de/?p=682', 8, 'nav_menu_item', '', 0),
(683, 1, '2019-01-08 10:57:45', '2019-01-08 07:57:45', ' ', '', '', 'publish', 'closed', 'closed', '', '683', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 653, 'https://kligur.de/?p=683', 10, 'nav_menu_item', '', 0),
(977, 1, '2019-02-01 17:21:04', '2019-02-01 14:21:04', '', 'Luftspeicher', '', 'publish', 'closed', 'closed', '', '977', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 637, 'https://kligur.de/?p=977', 7, 'nav_menu_item', '', 0),
(675, 1, '2019-01-08 10:14:08', '2019-01-08 07:14:08', '', 'Gasabscheider', '', 'publish', 'closed', 'closed', '', '675', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 644, 'https://kligur.de/?p=675', 10, 'nav_menu_item', '', 0),
(985, 1, '2019-02-04 17:05:49', '2019-02-04 14:05:49', '<h2>Стоимость, сроки изготовления</h2>\r\n<div class=\"faq-title\">Какие сроки изготовления разборного пластинчатого теплообменника?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Стандартный срок изготовления пластинчатых разборных теплообменников состовляет от 5 дней</div>\r\n<div class=\"faq-title\">У меня есть расчет теплообменника марки Alfa Laval (GEA, Tranter и т.д.) и я хочу узнать стоимость аналогичного теплообменника ?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Направьте, пожалуйста, расчет конкурента или заполненный опросный лист, а также реквизиты вашей организации по адресу <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a>.</span> Наши специалисты свяжутся с вами в ближайшее время в зависимости от сложности запроса.</div>\r\n<div class=\"faq-title\">Как определить стоимость теплообменника?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Для определения стоимости теплообменника Вам необходимо заполнить опросный лист и направить его вместе с реквизитами организации по адресу <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a>.</span></div>\r\n<div class=\"faq-title\">Где можно скачать прайс цен на теплообменники и сопутствующие материалы?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Как такового прайс листа на оборудование «KliGur GmbH» нет. Теплообменники подбираются по индивидуальным параметрам. Для определения стоимости, типа Вам необходимо заполнить опросный лист и направить его вместе с реквизитами Вашей организации по адресу <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a>.</span></div>\r\n<div class=\"faq-title\">Что будет, если при сборке теплообменника нарушится правильная последовательность пластин?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">При изменении компоновки пакета пластин изменятся все расчетные характеристики (гидравлическое сопротивление, температуры на выходе) теплообменника.</div>\r\n<div class=\"faq-title\">У нас очень ограничено место для установки теплообменника, возможно ли укорочение рамы ПТО?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Компания «KliGur GmbH» может при отсутствии технических ограничений поставить раму с размерами отличающимися от стандартных. При возникновении подобных ситуаций Вам необходимо направить запрос на <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a> </span>с подробным описанием требований по габаритным размерам.</div>\r\n<h2>Материальное исполнение</h2>\r\n<div class=\"faq-title\">Из каких материалов изготовлены основные компоненты рамы ПТО?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">\r\n\r\nМатериальное исполнение рамы зависит от технологической задачи или пожелания заказчика. Рама может быть изготовлена из марок стали:\r\n<ul>\r\n 	<li>Сталь3</li>\r\n 	<li>09Г2С</li>\r\n 	<li>AISI 304</li>\r\n 	<li>AISI 321</li>\r\n</ul>\r\n</div>\r\n<div class=\"faq-title\">Возможна ли поставка ПТО с ответными фланцами из нержавеющей стали?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">По требованию Заказчика компания «KliGur GmbH» может поставить ответные фланцы из нержавеющей стали.</div>\r\n<div class=\"faq-title\">Возможно ли изготовление теплообменников со втулками из нержавеющей стали?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Да, возможно.</div>\r\n<div class=\"faq-title\">Комплектуются ли теплообменники ответными фланцами?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Теплообменники с диаметром портов от Ду32 стандартно комплектуются ответными фланцами (кроме резьбового исполнения).</div>\r\n<div class=\"faq-title\">Возможно ли изготовление пластин из титана?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">\r\n\r\nКомпания \"KliGur GmbH\" имеет возможность осуществляет поставку пластин из различных марок стали:\r\n<ul>\r\n 	<li>AISI 316L</li>\r\n 	<li>AISI 316L</li>\r\n 	<li>AISI 316Ti</li>\r\n 	<li>SMO 254</li>\r\n 	<li>Cronifer 1925</li>\r\n 	<li>Hastelloy</li>\r\n 	<li>Hикель</li>\r\n 	<li>Titanium</li>\r\n 	<li>Ti-Pd</li>\r\n</ul>\r\n</div>\r\n<div class=\"faq-title\">Из какого металла изготавливаются пластины теплообменника чаще всего (толщина и марка)?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Чаще всего пластины изготавливаются из нержавеющей стали AISI316, наш аналог этой стали 08Х18Н10, однако сталь AISI316 отличается наличием в ее составе молибдена, что повышает ее кислотостойкость. Наиболее часто используемые толщины пластин 0,5 и 0,6 мм.</div>\r\n<h2>Технологии, расчеты, инжиниринг</h2>\r\n<div class=\"faq-title\">С какими средами работают пластинчатые теплообменники?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Пластинчатые теплообменники способны работать с практически любыми жидкими средами: вода, масла, нефтепродукты, краски, кислоты, пищевые продукты и пр. Для конкретной среды подбираются определенные материалы пластин и прокладок.</div>\r\n<div class=\"faq-title\">Существуют ли ограничения по минимальной скорости течения теплоносителя в каналах ПТО?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Мы стремится всегда подобрать самый дешевый ПТО под каждые конкретные условия эксплуатации. Это подразумевает выбор компоновок с высокими значениями коэффициента теплопередачи, которые возможны только при высокой степени турбулизации потока теплоносителя в каналах ПТО, а необходимым условием последнего являются высокие скорости теплоносителя в каналах. Таким образом, программа сама по себе стремится подбирать ПТО с максимально возможными скоростями в каналах. Низкие скорости могут получаться, только в случае если ПТО требуется подобрать с маленьким гидравлическим сопротивлением по греющему и нагреваемому контурам. Как правило, следует обращать внимание только на то, чтобы скорости в ПТО не превышали максимально допустимых значений.</div>\r\n<div class=\"faq-title\">Как посчитать увеличение мощности теплообменника? Какие данные необходимы для расчета?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Для увеличения мощности теплообменника, необходимо заполнить опросный лист на новые параметры (мощность или расход, температуры (вход/выход), потери давления в ПТО), указать назначение теплообменника и отправить на электронный адрес office@kligur.de.</div>\r\n<div class=\"faq-title\">Какие у вас есть рекомендации по максимальным/допустимым скоростям теплоносителя в патрубках?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">на основании собственного опыта и опыта ведущих производителей, а также рекомендаций указанных в нормативной документации существует техническая политика. Согласно технической политики, допустимая скорость воды для объектов коммунальной энергетики составляет — 4,5 м/с, а при условии выполнения мер по обеспечению качества теплоноситля — до 6 м/с</div>\r\n<div class=\"faq-title\">Что такое запас поверхности теплообмена?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Во всех средах, используемых в процессах теплопередачи, или изначально присутствуют примеси в различном объеме, или появляются в процессе работы. Примеси в процессе работы откладываются на теплопередающих поверхностях приводя к уменьшению коэффициента теплопередачи. Для компенсации постепенного уменьшения коэффициента теплопередачи необходим запас поверхности теплообмена. Рекомендуем запас поверхности теплообмена для не менее 7-10%, в зависимости от типа и качества применяемых сред.</div>', 'Пластинчатый теплообменник', '', 'inherit', 'closed', 'closed', '', '984-autosave-v1', '', '', '2019-02-04 17:05:49', '2019-02-04 14:05:49', '', 984, 'https://kligur.de/novosti/984-autosave-v1/', 0, 'revision', '', 0),
(670, 1, '2019-01-08 10:14:08', '2019-01-08 07:14:08', '', 'Separation Ausrüstung', '', 'publish', 'closed', 'closed', '', '670', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 0, 'https://kligur.de/?p=670', 8, 'nav_menu_item', '', 0),
(978, 1, '2019-02-01 17:49:57', '2019-02-01 14:49:57', '', 'tube4', '', 'inherit', 'closed', 'closed', '', 'tube4', '', '', '2019-02-01 17:49:57', '2019-02-01 14:49:57', '', 786, 'https://kligur.de/wp-content/uploads/tube4.jpg', 0, 'attachment', 'image/jpeg', 0),
(672, 1, '2019-01-08 10:14:08', '2019-01-08 07:14:08', '', 'Öl- und Gasabscheider', '', 'publish', 'closed', 'closed', '', '672', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 644, 'https://kligur.de/?p=672', 9, 'nav_menu_item', '', 0),
(673, 1, '2019-01-08 10:14:08', '2019-01-08 07:14:08', '', 'Fackelabscheider', '', 'publish', 'closed', 'closed', '', '673', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 644, 'https://kligur.de/?p=673', 11, 'nav_menu_item', '', 0),
(947, 1, '2019-01-31 14:19:47', '2019-01-31 11:19:47', '', 'emk2', '', 'inherit', 'closed', 'closed', '', 'emk2', '', '', '2019-01-31 14:19:47', '2019-01-31 11:19:47', '', 638, 'https://kligur.de/wp-content/uploads/emk2.jpg', 0, 'attachment', 'image/jpeg', 0),
(948, 1, '2019-01-31 14:19:48', '2019-01-31 11:19:48', '', 'emk3', '', 'inherit', 'closed', 'closed', '', 'emk3', '', '', '2019-01-31 14:19:48', '2019-01-31 11:19:48', '', 638, 'https://kligur.de/wp-content/uploads/emk3.jpg', 0, 'attachment', 'image/jpeg', 0),
(688, 1, '2019-01-08 11:19:41', '2019-01-08 08:19:41', '', 'Branchen', '', 'publish', 'closed', 'closed', '', 'otrasli', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=688', 1, 'nav_menu_item', '', 0),
(687, 1, '2019-01-08 11:17:30', '2019-01-08 08:17:30', ' ', '', '', 'publish', 'closed', 'closed', '', '687', '', '', '2019-01-08 11:17:30', '2019-01-08 08:17:30', '', 0, 'https://kligur.de/?p=687', 1, 'nav_menu_item', '', 0),
(661, 1, '2019-01-08 10:14:08', '2019-01-08 07:14:08', ' ', '', '', 'publish', 'closed', 'closed', '', '661', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 637, 'https://kligur.de/?p=661', 6, 'nav_menu_item', '', 0),
(898, 1, '2019-01-22 16:21:23', '2019-01-22 13:21:23', '', 'tobe open', '', 'inherit', 'closed', 'closed', '', 'tobe-open', '', '', '2019-01-22 16:21:23', '2019-01-22 13:21:23', '', 786, 'https://kligur.de/wp-content/uploads/tobe-open.png', 0, 'attachment', 'image/png', 0),
(896, 1, '2019-01-22 15:46:12', '2019-01-22 12:46:12', '', 'v tekst 5', '', 'inherit', 'closed', 'closed', '', 'v-tekst-5', '', '', '2019-01-22 15:46:12', '2019-01-22 12:46:12', '', 786, 'https://kligur.de/wp-content/uploads/v-tekst-5.png', 0, 'attachment', 'image/png', 0),
(946, 1, '2019-01-31 14:19:47', '2019-01-31 11:19:47', '', 'emk1', '', 'inherit', 'closed', 'closed', '', 'emk1', '', '', '2019-01-31 14:19:47', '2019-01-31 11:19:47', '', 638, 'https://kligur.de/wp-content/uploads/emk1.jpg', 0, 'attachment', 'image/jpeg', 0),
(657, 1, '2019-01-08 10:10:21', '2019-01-08 07:10:21', '', 'Gedichtete plattenwärmetauscher', '', 'publish', 'closed', 'closed', '', 'gedichtete-plattenwarmetauscher', '', '', '2020-01-30 12:27:15', '2020-01-30 09:27:15', '', 655, 'https://kligur.de/?page_id=657', 2, 'page', '', 0),
(689, 1, '2019-01-08 11:18:38', '2019-01-08 08:18:38', '', 'Ölraffinerie-Industrie', '', 'publish', 'closed', 'closed', '', 'olraffinerie-industrie', '', '', '2020-01-27 15:34:35', '2020-01-27 12:34:35', '', 0, 'https://kligur.de/?page_id=689', 0, 'page', '', 0),
(654, 1, '2019-01-08 10:09:13', '2019-01-08 07:09:13', '', 'Luftkühler abschnitt', '', 'publish', 'closed', 'closed', '', 'luftkuhler-abschnitt', '', '', '2019-11-12 12:08:42', '2019-11-12 09:08:42', '', 653, 'https://kligur.de/?page_id=654', 1, 'page', '', 0),
(655, 1, '2019-01-08 10:09:31', '2019-01-08 07:09:31', '', 'Plattenwärmetauscher', '', 'publish', 'closed', 'closed', '', 'plattenwarmetauscher', '', '', '2020-01-27 15:39:45', '2020-01-27 12:39:45', '', 0, 'https://kligur.de/?page_id=655', 0, 'page', '', 0),
(656, 1, '2019-01-08 10:10:04', '2019-01-08 07:10:04', '', 'Spiralwärmetauscher', '', 'publish', 'closed', 'closed', '', 'spiralwarmetauscher', '', '', '2020-01-23 17:34:40', '2020-01-23 14:34:40', '', 655, 'https://kligur.de/?page_id=656', 1, 'page', '', 0),
(651, 1, '2019-01-08 10:08:05', '2019-01-08 07:08:05', '<h3>Informationen für Kunden</h3>\r\nWenn Sie unser Unternehmen über die <a href=\"https://kligur.de/kontaktdaten/\"><strong>Kontaktinformationen</strong></a> auf der Website kontaktieren, erhalten Sie:\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von geschweißten Chargenwärmetauschern mit zusammenlegbarem Gehäuse und Angaben zum Kauf eines geschweißten Chargenwärmetauschers mit zusammenlegbarem Gehäuse;</li>\r\n 	<li>Hilfe bei der Auswahl eines geschweißten Chargenwärmetauschers mit zusammenklappbarem Gehäuse und des Gerätepreises;</li>\r\n 	<li>Vollständige technische Dokumentation für ein geschweißtes Chargengerät mit zusammenklappbarem Gehäuse.</li>\r\n</ul>', 'Geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse', '', 'publish', 'closed', 'closed', '', 'geschweiste-warmetauscher-mit-zusammenlegbarem-gehause', '', '', '2020-01-23 17:10:16', '2020-01-23 14:10:16', '', 650, 'https://kligur.de/?page_id=651', 1, 'page', '', 0),
(1118, 1, '2020-01-23 15:58:47', '2020-01-23 12:58:47', '', 'Screenshot_2', '', 'inherit', 'closed', 'closed', '', 'screenshot_2', '', '', '2020-01-23 15:58:47', '2020-01-23 12:58:47', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_2.png', 0, 'attachment', 'image/png', 0),
(1119, 1, '2020-01-23 16:00:20', '2020-01-23 13:00:20', '', 'Screenshot_3', '', 'inherit', 'closed', 'closed', '', 'screenshot_3', '', '', '2020-01-23 16:00:20', '2020-01-23 13:00:20', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_3.png', 0, 'attachment', 'image/png', 0),
(652, 1, '2019-01-08 10:08:31', '2019-01-08 07:08:31', '', 'Röhrenwärmetauscher', '', 'publish', 'closed', 'closed', '', 'rohrenwarmetauscher', '', '', '2020-01-29 10:54:35', '2020-01-29 07:54:35', '', 0, 'https://kligur.de/?page_id=652', 0, 'page', '', 0),
(648, 1, '2019-01-08 10:06:51', '2019-01-08 07:06:51', '', 'Газосепаратор сетчатый', '', 'draft', 'closed', 'closed', '', 'gazoseparator-setchatyj', '', '', '2019-02-01 16:30:44', '2019-02-01 13:30:44', '', 0, 'https://kligur.de/?page_id=648', 4, 'page', '', 0),
(649, 1, '2019-01-08 10:07:07', '2019-01-08 07:07:07', '', 'Gasabscheider', '', 'publish', 'closed', 'closed', '', 'gasabscheider', '', '', '2020-01-30 11:56:45', '2020-01-30 08:56:45', '', 644, 'https://kligur.de/?page_id=649', 5, 'page', '', 0),
(650, 1, '2019-01-08 10:07:41', '2019-01-08 07:07:41', '', 'Geschweisster wärmetauscher mit demontierbarem gehäuse', '', 'publish', 'closed', 'closed', '', 'geschweisster-warmetauscher-mit-demontierbarem-gehausei', '', '', '2020-01-23 12:45:27', '2020-01-23 09:45:27', '', 0, 'https://kligur.de/?page_id=650', 0, 'page', '', 0),
(645, 1, '2019-01-08 10:05:50', '2019-01-08 07:05:50', '', 'Аппарат вертикальный с перемешивающими устройствами', '', 'draft', 'closed', 'closed', '', 'apparat-vertikalnyj-s-peremeshivayushhimi-ustrojstvami', '', '', '2019-02-01 17:45:08', '2019-02-01 14:45:08', '', 644, 'https://kligur.de/?page_id=645', 1, 'page', '', 0),
(646, 1, '2019-01-08 10:06:06', '2019-01-08 07:06:06', '', 'Öl- und Gasabscheider', '', 'publish', 'closed', 'closed', '', 'ol-und-gasabscheider', '', '', '2020-01-29 12:20:43', '2020-01-29 09:20:43', '', 644, 'https://kligur.de/?page_id=646', 2, 'page', '', 0),
(647, 1, '2019-01-08 10:06:27', '2019-01-08 07:06:27', '', 'Fackelabscheider', '', 'publish', 'closed', 'closed', '', 'fackelabscheider', '', '', '2020-01-30 11:34:48', '2020-01-30 08:34:48', '', 644, 'https://kligur.de/?page_id=647', 3, 'page', '', 0),
(1009, 1, '2019-02-11 10:39:59', '2019-02-11 07:39:59', '', 'Kolonne ausrüstung', '', 'publish', 'closed', 'closed', '', '1009', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 0, 'https://kligur.de/?p=1009', 11, 'nav_menu_item', '', 0),
(643, 1, '2019-01-08 10:01:17', '2019-01-08 07:01:17', '', 'Luftsammler', '', 'publish', 'closed', 'closed', '', 'luftsammler', '', '', '2020-01-27 14:53:48', '2020-01-27 11:53:48', '', 637, 'https://kligur.de/?page_id=643', 6, 'page', '', 0),
(644, 1, '2019-01-08 10:05:35', '2019-01-08 07:05:35', '', 'Separation Ausrüstung', '', 'publish', 'closed', 'closed', '', 'separation-ausrustung', '', '', '2020-01-29 11:41:15', '2020-01-29 08:41:15', '', 0, 'https://kligur.de/?page_id=644', 0, 'page', '', 0),
(1079, 1, '2020-01-13 18:42:44', '2020-01-13 15:42:44', '', 'BACK', '', 'publish', 'closed', 'closed', '', 'back-2', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 0, 'https://kligur.de/?p=1079', 1, 'nav_menu_item', '', 0),
(630, 1, '2019-01-08 09:55:43', '2019-01-08 06:55:43', ' ', '', '', 'publish', 'closed', 'closed', '', '630', '', '', '2020-01-30 12:14:04', '2020-01-30 09:14:04', '', 0, 'https://kligur.de/?p=630', 5, 'nav_menu_item', '', 0),
(632, 1, '2019-01-08 09:56:20', '2019-01-08 06:56:20', '<h3>Werden Sie Teil des Teams. Senden Sie Ihren Lebenslauf an office@kligur.de</h3>', 'Karriere', '', 'publish', 'closed', 'closed', '', 'karriere', '', '', '2020-01-21 14:47:20', '2020-01-21 11:47:20', '', 0, 'https://kligur.de/?page_id=632', 0, 'page', '', 0),
(633, 1, '2019-01-08 09:56:48', '2019-01-08 06:56:48', ' ', '', '', 'publish', 'closed', 'closed', '', '633', '', '', '2020-01-30 12:14:04', '2020-01-30 09:14:04', '', 0, 'https://kligur.de/?p=633', 6, 'nav_menu_item', '', 0),
(880, 1, '2019-01-18 15:09:51', '2019-01-18 12:09:51', '', '020', '', 'inherit', 'closed', 'closed', '', '020', '', '', '2019-01-18 15:09:51', '2019-01-18 12:09:51', '', 788, 'https://kligur.de/wp-content/uploads/020.png', 0, 'attachment', 'image/png', 0),
(1034, 1, '2019-02-14 17:49:41', '2019-02-14 14:49:41', '', 'Охладитель', '', 'draft', 'closed', 'closed', '', 'ohladitel', '', '', '2020-01-27 15:39:02', '2020-01-27 12:39:02', '', 0, 'https://kligur.de/?page_id=1034', 0, 'page', '', 0),
(399, 1, '2018-12-25 12:43:26', '2018-12-25 09:43:26', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:5:\"basic\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'HBP', 'hbp', 'publish', 'closed', 'closed', '', 'field_5c21fbb7c1db3', '', '', '2019-01-07 14:47:52', '2019-01-07 11:47:52', '', 381, 'http://kligur.de/?post_type=acf-field&#038;p=399', 1, 'acf-field', '', 0),
(708, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:23:\"page-quality-policy.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Quality Policy', 'quality-policy', 'publish', 'closed', 'closed', '', 'group_5c35f2b82744a', '', '', '2019-01-09 16:15:08', '2019-01-09 13:15:08', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=708', 0, 'acf-field-group', '', 0),
(418, 1, '2018-12-25 13:44:29', '2018-12-25 10:44:29', '', 'arcelormittal', '', 'inherit', 'open', 'closed', '', 'arcelormittal', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/arcelormittal.png', 0, 'attachment', 'image/png', 0),
(419, 1, '2018-12-25 13:44:29', '2018-12-25 10:44:29', '', 'azmeco', '', 'inherit', 'open', 'closed', '', 'azmeco', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/azmeco.png', 0, 'attachment', 'image/png', 0),
(420, 1, '2018-12-25 13:44:30', '2018-12-25 10:44:30', '', 'belorusneft', '', 'inherit', 'open', 'closed', '', 'belorusneft', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/belorusneft.png', 0, 'attachment', 'image/png', 0),
(421, 1, '2018-12-25 13:44:30', '2018-12-25 10:44:30', '', 'dtek', '', 'inherit', 'open', 'closed', '', 'dtek', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/dtek.png', 0, 'attachment', 'image/png', 0),
(422, 1, '2018-12-25 13:44:31', '2018-12-25 10:44:31', '', 'gaz-group', '', 'inherit', 'open', 'closed', '', 'gaz-group', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/gaz-group.png', 0, 'attachment', 'image/png', 0),
(423, 1, '2018-12-25 13:44:31', '2018-12-25 10:44:31', '', 'gazprom', '', 'inherit', 'open', 'closed', '', 'gazprom', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/gazprom.png', 0, 'attachment', 'image/png', 0),
(424, 1, '2018-12-25 13:44:32', '2018-12-25 10:44:32', '', 'lukoyl', '', 'inherit', 'open', 'closed', '', 'lukoyl', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/lukoyl.png', 0, 'attachment', 'image/png', 0),
(425, 1, '2018-12-25 13:44:33', '2018-12-25 10:44:33', '', 'metinvest', '', 'inherit', 'open', 'closed', '', 'metinvest', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/metinvest.png', 0, 'attachment', 'image/png', 0),
(426, 1, '2018-12-25 13:44:34', '2018-12-25 10:44:34', '', 'nafton', '', 'inherit', 'open', 'closed', '', 'nafton', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/nafton.png', 0, 'attachment', 'image/png', 0),
(427, 1, '2018-12-25 13:44:34', '2018-12-25 10:44:34', '', 'ostchem', '', 'inherit', 'open', 'closed', '', 'ostchem', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/ostchem.png', 0, 'attachment', 'image/png', 0),
(428, 1, '2018-12-25 13:44:35', '2018-12-25 10:44:35', '', 'roseft', '', 'inherit', 'open', 'closed', '', 'roseft', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/roseft.png', 0, 'attachment', 'image/png', 0),
(429, 1, '2018-12-25 13:44:35', '2018-12-25 10:44:35', '', 'socar', '', 'inherit', 'open', 'closed', '', 'socar', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/socar.png', 0, 'attachment', 'image/png', 0),
(430, 1, '2018-12-25 13:44:36', '2018-12-25 10:44:36', '', 'tatneft', '', 'inherit', 'open', 'closed', '', 'tatneft', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/tatneft.png', 0, 'attachment', 'image/png', 0),
(431, 1, '2018-12-25 13:44:36', '2018-12-25 10:44:36', '', 'turkmengaz', '', 'inherit', 'open', 'closed', '', 'turkmengaz', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/turkmengaz.png', 0, 'attachment', 'image/png', 0),
(432, 1, '2018-12-25 13:44:36', '2018-12-25 10:44:36', '', 'ukrgaz', '', 'inherit', 'open', 'closed', '', 'ukrgaz', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/ukrgaz.png', 0, 'attachment', 'image/png', 0),
(433, 1, '2018-12-25 13:44:37', '2018-12-25 10:44:37', '', 'ukrnafta', '', 'inherit', 'open', 'closed', '', 'ukrnafta', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/ukrnafta.png', 0, 'attachment', 'image/png', 0),
(434, 1, '2018-12-25 13:44:37', '2018-12-25 10:44:37', '', 'ukrtatnafta', '', 'inherit', 'open', 'closed', '', 'ukrtatnafta', '', '', '2018-12-25 13:48:22', '2018-12-25 10:48:22', '', 2, 'http://kligur.de/wp-content/uploads/ukrtatnafta.png', 0, 'attachment', 'image/png', 0),
(417, 1, '2018-12-25 13:15:29', '2018-12-25 10:15:29', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'HBP Title', 'hbp_title', 'publish', 'closed', 'closed', '', 'field_5c220336bf260', '', '', '2018-12-25 13:15:34', '2018-12-25 10:15:34', '', 381, 'http://kligur.de/?post_type=acf-field&#038;p=417', 0, 'acf-field', '', 0),
(1033, 1, '2019-02-14 17:49:24', '2019-02-14 14:49:24', '', 'Нагреватель', '', 'draft', 'closed', 'closed', '', 'nagrevatel', '', '', '2020-01-27 15:32:01', '2020-01-27 12:32:01', '', 0, 'https://kligur.de/?page_id=1033', 0, 'page', '', 0),
(696, 1, '2019-01-08 11:21:19', '2019-01-08 08:21:19', '', 'Ölraffinerie-Industrie', '', 'publish', 'closed', 'closed', '', '696', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=696', 3, 'nav_menu_item', '', 0),
(660, 1, '2019-01-08 10:14:08', '2019-01-08 07:14:08', ' ', '', '', 'publish', 'closed', 'closed', '', '660', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 0, 'https://kligur.de/?p=660', 5, 'nav_menu_item', '', 0),
(653, 1, '2019-01-08 10:08:51', '2019-01-08 07:08:51', '', 'Luftkühler', '', 'publish', 'closed', 'closed', '', 'luftkuhleriya', '', '', '2019-10-29 10:36:42', '2019-10-29 07:36:42', '', 0, 'https://kligur.de/?page_id=653', 0, 'page', '', 0),
(1069, 1, '2019-10-29 10:39:40', '2019-10-29 07:39:40', '', 'Luftkühler', '', 'inherit', 'closed', 'closed', '', '785-autosave-v1', '', '', '2019-10-29 10:39:40', '2019-10-29 07:39:40', '', 785, 'https://kligur.de/novosti/785-autosave-v1/', 0, 'revision', '', 0),
(521, 1, '2019-01-02 21:50:00', '2019-01-02 18:50:00', '', 'Популярные вопросы', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2019-02-04 16:08:01', '2019-02-04 13:08:01', '', 0, 'https://kligur.de/?page_id=521', 0, 'page', '', 0),
(436, 1, '2018-12-25 15:38:44', '2018-12-25 12:38:44', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"page-home.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Home Block8', 'home-block8', 'publish', 'closed', 'closed', '', 'group_5c22249943250', '', '', '2019-02-12 15:49:54', '2019-02-12 12:49:54', '', 0, 'http://kligur.de/?post_type=acf-field-group&#038;p=436', 14, 'acf-field-group', '', 0),
(1023, 1, '2019-02-13 12:04:09', '2019-02-13 09:04:09', '', 'web5', '', 'inherit', 'closed', 'closed', '', 'web5', '', '', '2019-02-13 12:04:09', '2019-02-13 09:04:09', '', 0, 'https://kligur.de/wp-content/uploads/web5.png', 0, 'attachment', 'image/png', 0),
(1024, 1, '2019-02-13 12:24:39', '2019-02-13 09:24:39', '', 'баннер 3', '', 'inherit', 'closed', 'closed', '', 'banner-3', '', '', '2019-02-13 12:24:39', '2019-02-13 09:24:39', '', 0, 'https://kligur.de/wp-content/uploads/banner-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2018-12-25 15:38:55', '2018-12-25 12:38:55', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'HB8 Img', 'hb8_img', 'publish', 'closed', 'closed', '', 'field_5c2224d7ee388', '', '', '2019-02-12 15:49:54', '2019-02-12 12:49:54', '', 436, 'http://kligur.de/?post_type=acf-field&#038;p=438', 0, 'acf-field', '', 0),
(439, 1, '2018-12-25 15:39:59', '2018-12-25 12:39:59', '', 'hb8img', '', 'inherit', 'open', 'closed', '', 'hb8img', '', '', '2018-12-25 15:39:59', '2018-12-25 12:39:59', '', 2, 'http://kligur.de/wp-content/uploads/hb8img.webp', 0, 'attachment', 'image/webp', 0),
(440, 1, '2018-12-25 15:46:52', '2018-12-25 12:46:52', '<div class=\"contact-form\">\r\n<div class=\"contact-form-content\">\r\n<div class=\"contact-form-content-title\">Bestellen Sie kostenlos eine Wärmetauscherberechnung</div>\r\n<div class=\"block-left\">[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</div>\r\n<div class=\"block-right\">[email* user-email placeholder \"Email\"]</div>\r\n<div class=\"block-row\">[checkbox* checkbox \"Ich bin mit der Verarbeitung personenbezogener Daten gemäß den\"] <a href=\"https://kligur.de/privacy-policy\">Datenschutzbestimmungen einverstanden</a></div>\r\n[submit \"Senden\"]\r\n</div>\r\n</div>\n1\nKligur \"Контактная форма\"\nKligur <admin@kligur.de>\nadmin@kligur.de\n<b>Telefon:</b> [user-tel]\r\n<b>Email:</b> [user-email]\r\n\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\n\n\n1\n\n\nKligur \"[your-subject]\"\nKligur <admin@kligur.de>\n[your-email]\nСообщение:\r\n[your-message]\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\nReply-To: admin@kligur.de\n\n\n\nVielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nEin oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nSie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\nDas Feld ist erforderlich.\nDas Feld ist zu lang.\nDas Feld ist zu kurz.\nDas Datumsformat ist falsch.\nВведённая дата слишком далеко в прошлом.\nВведённая дата слишком далеко в будущем.\nПри загрузке файла произошла неизвестная ошибка.\nВам не разрешено загружать файлы этого типа.\nФайл слишком большой.\nПри загрузке файла произошла ошибка.\nФормат числа некорректен.\nЧисло меньше минимально допустимого.\nЧисло больше максимально допустимого.\nНеверный ответ на проверочный вопрос.\nUngültige E-Mail-Adresse\nUngültige URL eingegeben.\nFalsche Telefonnummer eingegeben.', 'Контактная форма', '', 'publish', 'closed', 'closed', '', 'kontaktnaya-forma-1', '', '', '2020-01-13 19:25:57', '2020-01-13 16:25:57', '', 0, 'http://kligur.de/?post_type=wpcf7_contact_form&#038;p=440', 0, 'wpcf7_contact_form', '', 0),
(1094, 1, '2020-01-21 17:38:29', '2020-01-21 14:38:29', '', 'vozduh3', '', 'inherit', 'closed', 'closed', '', 'vozduh3', '', '', '2020-01-21 17:38:29', '2020-01-21 14:38:29', '', 643, 'https://kligur.de/wp-content/uploads/vozduh3.png', 0, 'attachment', 'image/png', 0),
(1095, 1, '2020-01-21 18:04:48', '2020-01-21 15:04:48', '', 'fak1', '', 'inherit', 'closed', 'closed', '', 'fak1-2', '', '', '2020-01-21 18:04:48', '2020-01-21 15:04:48', '', 643, 'https://kligur.de/wp-content/uploads/fak1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1004, 1, '2019-02-11 10:35:33', '2019-02-11 07:35:33', '', 'kol1', '', 'inherit', 'closed', 'closed', '', 'kol1', '', '', '2019-02-11 10:35:33', '2019-02-11 07:35:33', '', 1003, 'https://kligur.de/wp-content/uploads/kol1.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2018-12-27 15:45:57', '2018-12-27 12:45:57', '', 'test1', '', 'inherit', 'open', 'closed', '', 'test1', '', '', '2019-02-11 10:37:50', '2019-02-11 07:37:50', '', 1003, 'https://kligur.de/wp-content/uploads/test1.pdf', 0, 'attachment', 'application/pdf', 0),
(443, 1, '2018-12-27 15:45:59', '2018-12-27 12:45:59', '', 'test2', '', 'inherit', 'open', 'closed', '', 'test2', '', '', '2019-02-11 10:37:50', '2019-02-11 07:37:50', '', 1003, 'https://kligur.de/wp-content/uploads/test2.pdf', 0, 'attachment', 'application/pdf', 0),
(444, 1, '2018-12-28 09:25:19', '2018-12-28 06:25:19', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-product.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Product', 'product', 'publish', 'closed', 'closed', '', 'group_5c25bfe6c71ec', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=444', 0, 'acf-field-group', '', 0),
(445, 1, '2018-12-28 09:25:19', '2018-12-28 06:25:19', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product File1', 'product_file1', 'publish', 'closed', 'closed', '', 'field_5c25c05b1ef96', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=445', 13, 'acf-field', '', 0),
(446, 1, '2018-12-28 09:25:19', '2018-12-28 06:25:19', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product File2', 'product_file2', 'publish', 'closed', 'closed', '', 'field_5c25c08b1ef97', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=446', 15, 'acf-field', '', 0),
(456, 1, '2018-12-28 09:51:05', '2018-12-28 06:51:05', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title File1', 'product_title_file1', 'publish', 'closed', 'closed', '', 'field_5c25c7c150a22', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=456', 12, 'acf-field', '', 0),
(448, 1, '2018-12-28 09:25:19', '2018-12-28 06:25:19', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product Description', 'product_specifications', 'publish', 'closed', 'closed', '', 'field_5c25c0cb1ef99', '', '', '2019-01-16 16:21:59', '2019-01-16 13:21:59', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=448', 16, 'acf-field', '', 0),
(848, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock1', 'product_descriptionblock1', 'publish', 'closed', 'closed', '', 'field_5c408e56ddc06', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=848', 18, 'acf-field', '', 0),
(845, 1, '2019-01-17 16:18:25', '2019-01-17 13:18:25', '', 'avo3', '', 'inherit', 'closed', 'closed', '', 'avo3', '', '', '2019-01-17 16:18:25', '2019-01-17 13:18:25', '', 785, 'https://kligur.de/wp-content/uploads/avo3.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(846, 1, '2019-01-17 16:18:26', '2019-01-17 13:18:26', '', 'avo4', '', 'inherit', 'closed', 'closed', '', 'avo4', '', '', '2019-01-17 16:18:26', '2019-01-17 13:18:26', '', 785, 'https://kligur.de/wp-content/uploads/avo4.jpg', 0, 'attachment', 'image/jpeg', 0),
(842, 1, '2019-01-17 15:41:12', '2019-01-17 12:41:12', '', 'konstr avo', '', 'inherit', 'closed', 'closed', '', 'konstr-avo', '', '', '2019-01-17 15:41:12', '2019-01-17 12:41:12', '', 785, 'https://kligur.de/wp-content/uploads/konstr-avo.png', 0, 'attachment', 'image/png', 0),
(843, 1, '2019-01-17 16:18:24', '2019-01-17 13:18:24', '', 'avo1', '', 'inherit', 'closed', 'closed', '', 'avo1', '', '', '2019-01-17 16:18:24', '2019-01-17 13:18:24', '', 785, 'https://kligur.de/wp-content/uploads/avo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(844, 1, '2019-01-17 16:18:24', '2019-01-17 13:18:24', '', 'avo2', '', 'inherit', 'closed', 'closed', '', 'avo2', '', '', '2019-01-17 16:18:24', '2019-01-17 13:18:24', '', 785, 'https://kligur.de/wp-content/uploads/avo2.jpg', 0, 'attachment', 'image/jpeg', 0),
(840, 1, '2019-01-17 15:14:24', '2019-01-17 12:14:24', '', 'animation_ache', '', 'inherit', 'closed', 'closed', '', 'animation_ache', '', '', '2019-01-17 15:14:24', '2019-01-17 12:14:24', '', 785, 'https://kligur.de/wp-content/uploads/animation_ache.gif', 0, 'attachment', 'image/gif', 0),
(841, 1, '2019-01-17 15:14:25', '2019-01-17 12:14:25', '', 'heat_exchanger_animation', '', 'inherit', 'closed', 'closed', '', 'heat_exchanger_animation', '', '', '2019-01-17 15:14:25', '2019-01-17 12:14:25', '', 785, 'https://kligur.de/wp-content/uploads/heat_exchanger_animation.gif', 0, 'attachment', 'image/gif', 0),
(453, 1, '2018-12-28 09:26:12', '2018-12-28 06:26:12', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery1', 'product_gallery1', 'publish', 'closed', 'closed', '', 'field_5c25c1ddf6059', '', '', '2019-01-09 11:02:00', '2019-01-09 08:02:00', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=453', 1, 'acf-field', '', 0),
(454, 1, '2018-12-28 09:26:12', '2018-12-28 06:26:12', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery2', 'product_gallery2', 'publish', 'closed', 'closed', '', 'field_5c25c1f7f605a', '', '', '2019-01-09 11:02:00', '2019-01-09 08:02:00', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=454', 2, 'acf-field', '', 0),
(455, 1, '2018-12-28 09:26:12', '2018-12-28 06:26:12', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery3', 'product_gallery3', 'publish', 'closed', 'closed', '', 'field_5c25c1fcf605b', '', '', '2019-01-09 11:02:00', '2019-01-09 08:02:00', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=455', 3, 'acf-field', '', 0),
(847, 1, '2019-01-17 16:27:07', '2019-01-17 13:27:07', '', 'sekciya', '', 'inherit', 'closed', 'closed', '', 'sekciya', '', '', '2019-01-17 16:27:07', '2019-01-17 13:27:07', '', 654, 'https://kligur.de/wp-content/uploads/sekciya.png', 0, 'attachment', 'image/png', 0),
(839, 1, '2019-01-17 15:14:23', '2019-01-17 12:14:23', '', '14164866591anim', '', 'inherit', 'closed', 'closed', '', '14164866591anim', '', '', '2019-01-17 15:14:23', '2019-01-17 12:14:23', '', 785, 'https://kligur.de/wp-content/uploads/14164866591anim.gif', 0, 'attachment', 'image/gif', 0),
(457, 1, '2018-12-28 09:51:05', '2018-12-28 06:51:05', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title File2', 'product_title_file2', 'publish', 'closed', 'closed', '', 'field_5c25c7d050a23', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=457', 14, 'acf-field', '', 0),
(458, 1, '2018-12-28 09:56:58', '2018-12-28 06:56:58', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product Short Description', 'product_short_description', 'publish', 'closed', 'closed', '', 'field_5c25c929f0737', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=458', 11, 'acf-field', '', 0),
(466, 1, '2018-12-28 14:16:36', '2018-12-28 11:16:36', '', 'prosuct2', '', 'inherit', 'open', 'closed', '', 'prosuct2', '', '', '2018-12-28 14:16:36', '2018-12-28 11:16:36', '', 0, 'https://kligur.de/wp-content/uploads/prosuct2.png', 0, 'attachment', 'image/png', 0),
(467, 1, '2018-12-28 14:16:36', '2018-12-28 11:16:36', '', 'prosuct3', '', 'inherit', 'open', 'closed', '', 'prosuct3', '', '', '2018-12-28 14:16:36', '2018-12-28 11:16:36', '', 0, 'https://kligur.de/wp-content/uploads/prosuct3.png', 0, 'attachment', 'image/png', 0),
(465, 1, '2018-12-28 14:16:35', '2018-12-28 11:16:35', '', 'prosuct1', '', 'inherit', 'open', 'closed', '', 'prosuct1', '', '', '2018-12-28 14:16:35', '2018-12-28 11:16:35', '', 0, 'https://kligur.de/wp-content/uploads/prosuct1.png', 0, 'attachment', 'image/png', 0),
(469, 1, '2018-12-28 14:33:56', '2018-12-28 11:33:56', '', 'image 2', '', 'inherit', 'open', 'closed', '', 'image-2', '', '', '2019-02-11 11:54:29', '2019-02-11 08:54:29', '', 2, 'https://kligur.de/wp-content/uploads/image-2.png', 0, 'attachment', 'image/png', 0),
(642, 1, '2019-01-08 10:02:04', '2019-01-08 07:02:04', '', 'Емкость подземная горизонтальная дренажная', '', 'draft', 'closed', 'closed', '', 'emkost-podzemnaya-gorizontalnaya-drenazhnaya', '', '', '2019-01-22 14:38:57', '2019-01-22 11:38:57', '', 637, 'https://kligur.de/?page_id=642', 5, 'page', '', 0),
(471, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:7:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-product.php\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-otrasli.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Product Similar', 'product-similar', 'publish', 'closed', 'closed', '', 'group_5c260d5f69887', '', '', '2018-12-29 10:06:38', '2018-12-29 07:06:38', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=471', 2, 'acf-field-group', '', 0),
(472, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Title', 'sp_title', 'publish', 'closed', 'closed', '', 'field_5c260d8529c84', '', '', '2018-12-28 14:49:51', '2018-12-28 11:49:51', '', 471, 'https://kligur.de/?post_type=acf-field&p=472', 0, 'acf-field', '', 0),
(473, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Title Button', 'sp_title_button', 'publish', 'closed', 'closed', '', 'field_5c260d9729c85', '', '', '2018-12-28 15:05:32', '2018-12-28 12:05:32', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=473', 1, 'acf-field', '', 0),
(474, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Title1', 'sp_title1', 'publish', 'closed', 'closed', '', 'field_5c260dab29c86', '', '', '2018-12-28 14:49:51', '2018-12-28 11:49:51', '', 471, 'https://kligur.de/?post_type=acf-field&p=474', 2, 'acf-field', '', 0),
(475, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Text1', 'sp_text1', 'publish', 'closed', 'closed', '', 'field_5c260db329c87', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=475', 3, 'acf-field', '', 0),
(476, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'SP Img1', 'sp_img1', 'publish', 'closed', 'closed', '', 'field_5c260dbc29c88', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=476', 4, 'acf-field', '', 0),
(477, 1, '2018-12-28 14:49:51', '2018-12-28 11:49:51', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP URL1', 'sp_url1', 'publish', 'closed', 'closed', '', 'field_5c260dcd29c89', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=477', 5, 'acf-field', '', 0),
(478, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Title2', 'sp_title2', 'publish', 'closed', 'closed', '', 'field_5c260ddfa23af', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=478', 6, 'acf-field', '', 0),
(479, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Title3', 'sp_title3', 'publish', 'closed', 'closed', '', 'field_5c260de7a23b0', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=479', 10, 'acf-field', '', 0),
(480, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Title4', 'sp_title4', 'publish', 'closed', 'closed', '', 'field_5c260deba23b1', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=480', 14, 'acf-field', '', 0),
(481, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Text2', 'sp_text2', 'publish', 'closed', 'closed', '', 'field_5c260df2a23b2', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=481', 7, 'acf-field', '', 0),
(482, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Text3', 'sp_text3', 'publish', 'closed', 'closed', '', 'field_5c260df7a23b3', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=482', 11, 'acf-field', '', 0),
(483, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP Text4', 'sp_text4', 'publish', 'closed', 'closed', '', 'field_5c260dfca23b4', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=483', 15, 'acf-field', '', 0),
(484, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'SP Img2', 'sp_img2', 'publish', 'closed', 'closed', '', 'field_5c260e03a23b5', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=484', 8, 'acf-field', '', 0),
(485, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'SP Img3', 'sp_img3', 'publish', 'closed', 'closed', '', 'field_5c260e0aa23b6', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=485', 12, 'acf-field', '', 0),
(486, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'SP Img4', 'sp_img4', 'publish', 'closed', 'closed', '', 'field_5c260e0ea23b7', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=486', 16, 'acf-field', '', 0),
(487, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP URL2', 'sp_url2', 'publish', 'closed', 'closed', '', 'field_5c260e1ba23b8', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=487', 9, 'acf-field', '', 0),
(488, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP URL3', 'sp_url3', 'publish', 'closed', 'closed', '', 'field_5c260e22a23b9', '', '', '2018-12-28 14:52:02', '2018-12-28 11:52:02', '', 471, 'https://kligur.de/?post_type=acf-field&#038;p=488', 13, 'acf-field', '', 0),
(489, 1, '2018-12-28 14:51:15', '2018-12-28 11:51:15', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SP URL4', 'sp_url4', 'publish', 'closed', 'closed', '', 'field_5c260e27a23ba', '', '', '2018-12-28 14:51:15', '2018-12-28 11:51:15', '', 471, 'https://kligur.de/?post_type=acf-field&p=489', 17, 'acf-field', '', 0),
(491, 1, '2018-12-28 15:42:03', '2018-12-28 12:42:03', '<p>[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</p>\r\n[submit \"Ruf mich zurück\"]\n1\nKligur \"Обратный звонок\"\nKligur <admin@kligur.de>\nadmin@kligur.de\n<b>Телефон:</b> [user-tel]\r\n\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\n\n\n1\n\n\nKligur \"[your-subject]\"\nKligur <admin@kligur.de>\n[your-email]\nСообщение:\r\n[your-message]\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\nReply-To: admin@kligur.de\n\n\n\nVielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nEin oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nSie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\nDas Feld ist erforderlich.\nDas Feld ist zu lang.\nDas Feld ist zu kurz.\nDas Datumsformat ist falsch.\nВведённая дата слишком далеко в прошлом.\nВведённая дата слишком далеко в будущем.\nПри загрузке файла произошла неизвестная ошибка.\nВам не разрешено загружать файлы этого типа.\nФайл слишком большой.\nПри загрузке файла произошла ошибка.\nФормат числа некорректен.\nЧисло меньше минимально допустимого.\nЧисло больше максимально допустимого.\nНеверный ответ на проверочный вопрос.\nUngültige E-Mail-Adresse\nUngültige URL eingegeben.\nFalsche Telefonnummer eingegeben.', 'Обратный звонок', '', 'publish', 'closed', 'closed', '', 'kontaktnaya-forma_copy', '', '', '2020-01-13 19:35:36', '2020-01-13 16:35:36', '', 0, 'https://kligur.de/?post_type=wpcf7_contact_form&#038;p=491', 0, 'wpcf7_contact_form', '', 0),
(1109, 1, '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 'prev', '', 'publish', 'closed', 'closed', '', 'prev', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 0, 'https://kligur.de/?p=1109', 1, 'nav_menu_item', '', 0),
(1110, 1, '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 'prev', '', 'publish', 'closed', 'closed', '', 'prev-2', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=1110', 2, 'nav_menu_item', '', 0),
(1111, 1, '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 'prev', '', 'publish', 'closed', 'closed', '', 'prev-3', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=1111', 8, 'nav_menu_item', '', 0),
(492, 1, '2018-12-29 10:06:51', '2018-12-29 07:06:51', '', 'Metallurgie', '', 'publish', 'closed', 'closed', '', 'metallurgie', '', '', '2020-01-27 16:57:12', '2020-01-27 13:57:12', '', 0, 'https://kligur.de/?page_id=492', 0, 'page', '', 0),
(493, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-otrasli.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Branches', 'branches', 'publish', 'closed', 'closed', '', 'group_5c271b8b1bcda', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=493', 0, 'acf-field-group', '', 0),
(508, 1, '2018-12-29 10:36:29', '2018-12-29 07:36:29', '', 'otrasl', '', 'inherit', 'open', 'closed', '', 'otrasl', '', '', '2018-12-29 10:36:29', '2018-12-29 07:36:29', '', 0, 'https://kligur.de/wp-content/uploads/otrasl.png', 0, 'attachment', 'image/png', 0),
(509, 1, '2018-12-29 19:40:31', '2018-12-29 16:40:31', 'Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\r\nConsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\nConsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\r\nConsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\r\n\r\nConsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\r\nConsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.', 'Проект', 'Краткое описание. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\r\nConsectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ', 'publish', 'closed', 'closed', '', 'proekt', '', '', '2019-07-23 21:05:41', '2019-07-23 18:05:41', '', 0, 'https://kligur.de/?p=509', 0, 'post', '', 0),
(510, 1, '2018-12-29 19:40:28', '2018-12-29 16:40:28', '', 'projects', '', 'inherit', 'open', 'closed', '', 'projects', '', '', '2018-12-29 19:40:28', '2018-12-29 16:40:28', '', 509, 'https://kligur.de/wp-content/uploads/projects.png', 0, 'attachment', 'image/png', 0),
(511, 1, '2018-12-29 19:46:35', '2018-12-29 16:46:35', 'a:7:{s:8:\"location\";a:3:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_category\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:12:\"category:gaz\";}}i:1;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_category\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:21:\"category:metallurgiya\";}}i:2;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_category\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:13:\"category:neft\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Project', 'project', 'publish', 'closed', 'closed', '', 'group_5c27a405e674d', '', '', '2018-12-29 20:05:14', '2018-12-29 17:05:14', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=511', 0, 'acf-field-group', '', 0),
(512, 1, '2018-12-29 19:46:35', '2018-12-29 16:46:35', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Project Year', 'project_year', 'publish', 'closed', 'closed', '', 'field_5c27a4173d1fc', '', '', '2018-12-29 20:01:07', '2018-12-29 17:01:07', '', 511, 'https://kligur.de/?post_type=acf-field&#038;p=512', 2, 'acf-field', '', 0),
(497, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Branches Short Description', 'branches_short_description', 'publish', 'closed', 'closed', '', 'field_5c271b8b219d7', '', '', '2018-12-29 10:05:18', '2018-12-29 07:05:18', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=497', 0, 'acf-field', '', 0),
(498, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Title File1', 'branches_title_file1', 'publish', 'closed', 'closed', '', 'field_5c271b8b21a0f', '', '', '2018-12-29 10:05:18', '2018-12-29 07:05:18', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=498', 1, 'acf-field', '', 0),
(499, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Branches File1', 'branches_file1', 'publish', 'closed', 'closed', '', 'field_5c271b8b21a47', '', '', '2018-12-29 10:05:18', '2018-12-29 07:05:18', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=499', 2, 'acf-field', '', 0),
(500, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Title File2', 'branches_title_file2', 'publish', 'closed', 'closed', '', 'field_5c271b8b21a7f', '', '', '2018-12-29 10:05:18', '2018-12-29 07:05:18', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=500', 3, 'acf-field', '', 0),
(501, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Branches File2', 'branches_file2', 'publish', 'closed', 'closed', '', 'field_5c271b8b21ab6', '', '', '2018-12-31 15:04:33', '2018-12-31 12:04:33', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=501', 4, 'acf-field', '', 0),
(502, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Branches Block1', 'branches_specifications', 'publish', 'closed', 'closed', '', 'field_5c271b8b21aee', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=502', 8, 'acf-field', '', 0),
(503, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Branches Block2', 'branches_application', 'publish', 'closed', 'closed', '', 'field_5c271b8b21b26', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=503', 10, 'acf-field', '', 0),
(504, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Branches Block3', 'branches_environments', 'publish', 'closed', 'closed', '', 'field_5c271b8b21b5d', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=504', 12, 'acf-field', '', 0),
(505, 1, '2018-12-29 10:00:27', '2018-12-29 07:00:27', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Branches Block4', 'branches_application_environment', 'publish', 'closed', 'closed', '', 'field_5c271b8b21b83', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=505', 14, 'acf-field', '', 0),
(935, 1, '2019-01-28 16:57:39', '2019-01-28 13:57:39', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Block1 Title', 'branches_specifications_title', 'publish', 'closed', 'closed', '', 'field_5c4f0a19679e1', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=935', 7, 'acf-field', '', 0),
(513, 1, '2018-12-29 19:46:35', '2018-12-29 16:46:35', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Project City', 'project_city', 'publish', 'closed', 'closed', '', 'field_5c27a4b73d1fd', '', '', '2018-12-29 20:05:14', '2018-12-29 17:05:14', '', 511, 'https://kligur.de/?post_type=acf-field&#038;p=513', 3, 'acf-field', '', 0),
(514, 1, '2018-12-29 19:46:35', '2018-12-29 16:46:35', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Project Saving', 'project_saving', 'publish', 'closed', 'closed', '', 'field_5c27a4cc3d1fe', '', '', '2018-12-29 20:01:07', '2018-12-29 17:01:07', '', 511, 'https://kligur.de/?post_type=acf-field&#038;p=514', 4, 'acf-field', '', 0),
(515, 1, '2018-12-29 19:48:19', '2018-12-29 16:48:19', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Project Clients Name', 'project_clients_name', 'publish', 'closed', 'closed', '', 'field_5c27a544ca9ff', '', '', '2018-12-29 20:01:07', '2018-12-29 17:01:07', '', 511, 'https://kligur.de/?post_type=acf-field&#038;p=515', 1, 'acf-field', '', 0),
(516, 1, '2018-12-29 19:57:52', '2018-12-29 16:57:52', 'Экономия от внедрения сварных пакетных теплообменников с разборным корпусом вместо трубчатых аппаратов на примере 10 технологических позиций установленных на одном из нпз\r\n\r\nНачиная <strong>с 2009 года </strong>на производственные мощности данного нефтеперерабатывающего завода в общей сложности было поставлено <strong>более 70 сварных пакетных теплообменников </strong>с разборным корпусом на замену трубчатых теплообменников.\r\n\r\nАппараты эксплуатируются на технологических позициях с рабочими давлениями от минус 0,95 bar до 63 bar и температурами от +5°С до +350°С таких как:\r\n\r\n&nbsp;\r\n\r\nНадежность и эффективность конструкции сварных пакетных теплообменнико с разборным корпусом подтверждена более 10-летним опытом эксплуатации на позициях где ранее применялись кожухотрубчатые аппараты, в технологических процессах:\r\n<ul>\r\n 	<li>АТАЛИТИЧЕСКОГО КРЕКИНГА</li>\r\n 	<li>ГИДРООЧИСТКИ</li>\r\n 	<li>ФРАКЦИОНИРОВАНИЯ НЕФТИ ПРИ АТМОСФЕРНОЙ И ВАКУУМНОЙ ПЕРЕГОНКЕ</li>\r\n 	<li>РЕФОРМИНГА</li>\r\n 	<li>ИЗОМЕРИЗАЦИИ</li>\r\n</ul>\r\nа так же на других позициях по нагреву-испарению, охлаждению конденсации, рекуперации тепла нефти и газов, а также продуктов, получаемых в результате их переработки.\r\n\r\n<span style=\"color: #993300;\"><strong>С момента поставки и до настоящего времени, ни один аппарат не был выведен из эксплуатации и не был </strong></span><span style=\"color: #993300;\"><strong>заменен на аппарат другого производителя. Все аппараты продолжают работать согласно расчетных параметров.</strong></span>', 'Реализованный проект по замене трубчатых теплообменников', '', 'publish', 'closed', 'closed', '', 'proekt-2', '', '', '2019-07-23 21:43:49', '2019-07-23 18:43:49', '', 0, 'https://kligur.de/?p=516', 0, 'post', '', 0),
(517, 1, '2018-12-29 20:01:07', '2018-12-29 17:01:07', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Project Photo', 'project_photo', 'publish', 'closed', 'closed', '', 'field_5c27a83a6d6d6', '', '', '2018-12-29 20:01:07', '2018-12-29 17:01:07', '', 511, 'https://kligur.de/?post_type=acf-field&p=517', 0, 'acf-field', '', 0),
(518, 1, '2018-12-29 20:01:56', '2018-12-29 17:01:56', '', 'project-big', '', 'inherit', 'closed', 'closed', '', 'project-big', '', '', '2018-12-29 20:01:56', '2018-12-29 17:01:56', '', 509, 'https://kligur.de/wp-content/uploads/project-big.png', 0, 'attachment', 'image/png', 0),
(520, 1, '2018-12-31 15:04:26', '2018-12-31 12:04:26', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Branches File3', 'branches_file3', 'publish', 'closed', 'closed', '', 'field_5c2a05c40b1b9', '', '', '2018-12-31 15:04:26', '2018-12-31 12:04:26', '', 493, 'https://kligur.de/?post_type=acf-field&p=520', 6, 'acf-field', '', 0),
(522, 1, '2019-01-02 22:23:35', '2019-01-02 19:23:35', '', 'faq', '', 'inherit', 'closed', 'closed', '', 'faq-2', '', '', '2019-01-02 22:23:35', '2019-01-02 19:23:35', '', 521, 'https://kligur.de/wp-content/uploads/faq.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2019-01-02 22:27:13', '2019-01-02 19:27:13', '<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" /></div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" /></div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" /></div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" /></div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. <img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" /></div>\n<h2>Другие вопросы</h2>', 'Популярные вопросы', '', 'inherit', 'closed', 'closed', '', '521-autosave-v1', '', '', '2019-01-02 22:27:13', '2019-01-02 19:27:13', '', 521, 'https://kligur.de/novosti/521-autosave-v1/', 0, 'revision', '', 0),
(524, 1, '2019-01-02 22:49:48', '2019-01-02 19:49:48', '<div class=\"contact-form-faq\">\r\n<div class=\"contact-form-faq-content\">\r\n<div class=\"contact-form-faq-content-left\">\r\n<div class=\"contact-form-faq-content-title\">Sie haben noch Fragen?</div>\r\n<div class=\"contact-form-faq-content-text\"></div>\r\n</div>\r\n<div class=\"contact-form-faq-content-right\">\r\n<div class=\"block-left\">[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</div>\r\n<div class=\"block-right\">[submit \"Ruf mich zurück\"]</div>\r\n<div class=\"block-row\">[checkbox* checkbox \"Ich bin mit der Verarbeitung personenbezogener Daten gemäß den\"] <a href=\"https://kligur.de/privacy-policy\">Datenschutzbestimmungen einverstanden</a></div>\r\n</div>\r\n</div>\r\n</div>\n1\nKligur \"Контактная форма\"\nKligur <admin@kligur.de>\nadmin@kligur.de\n<b>Email:</b> [user-email]\r\n\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\n\n\n1\n\n\nKligur \"[your-subject]\"\nKligur <admin@kligur.de>\n[your-email]\nСообщение:\r\n[your-message]\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\nReply-To: admin@kligur.de\n\n\n\nVielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nEin oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nSie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\nDas Feld ist erforderlich.\nDas Feld ist zu lang.\nDas Feld ist zu kurz.\nФормат даты некорректен.\nВведённая дата слишком далеко в прошлом.\nВведённая дата слишком далеко в будущем.\nПри загрузке файла произошла неизвестная ошибка.\nВам не разрешено загружать файлы этого типа.\nФайл слишком большой.\nПри загрузке файла произошла ошибка.\nФормат числа некорректен.\nЧисло меньше минимально допустимого.\nЧисло больше максимально допустимого.\nНеверный ответ на проверочный вопрос.\nUngültige E-Mail-Adresse\nUngültige URL eingegeben.\nFalsche Telefonnummer eingegeben.', 'Остались вопросы', '', 'publish', 'closed', 'closed', '', 'kontaktnaya-forma_copy-2', '', '', '2020-01-13 19:38:36', '2020-01-13 16:38:36', '', 0, 'https://kligur.de/?post_type=wpcf7_contact_form&#038;p=524', 0, 'wpcf7_contact_form', '', 0),
(1083, 1, '2020-01-21 14:28:24', '2020-01-21 11:28:24', '', 'klymenko a', '', 'inherit', 'closed', 'closed', '', 'klymenko-a', '', '', '2020-01-21 14:28:24', '2020-01-21 11:28:24', '', 613, 'https://kligur.de/wp-content/uploads/klymenko-a.jpg', 0, 'attachment', 'image/jpeg', 0),
(1084, 1, '2020-01-21 14:29:33', '2020-01-21 11:29:33', '', 'varunts', '', 'inherit', 'closed', 'closed', '', 'varunts', '', '', '2020-01-21 14:29:33', '2020-01-21 11:29:33', '', 613, 'https://kligur.de/wp-content/uploads/varunts.jpg', 0, 'attachment', 'image/jpeg', 0),
(1085, 1, '2020-01-21 14:40:57', '2020-01-21 11:40:57', '', 'Unternehmen', '', 'publish', 'closed', 'closed', '', 'unternehmen', '', '', '2020-01-30 12:14:04', '2020-01-30 09:14:04', '', 0, 'https://kligur.de/?p=1085', 4, 'nav_menu_item', '', 0),
(525, 1, '2019-01-03 09:32:22', '2019-01-03 06:32:22', '', 'favicon', '', 'inherit', 'closed', 'closed', '', 'favicon', '', '', '2019-01-03 09:32:22', '2019-01-03 06:32:22', '', 0, 'https://kligur.de/wp-content/uploads/favicon.png', 0, 'attachment', 'image/png', 0),
(526, 1, '2019-01-03 09:32:32', '2019-01-03 06:32:32', 'https://kligur.de/wp-content/uploads/cropped-favicon.png', 'cropped-favicon.png', '', 'inherit', 'closed', 'closed', '', 'cropped-favicon-png', '', '', '2019-01-03 09:32:32', '2019-01-03 06:32:32', '', 0, 'https://kligur.de/wp-content/uploads/cropped-favicon.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(983, 1, '2019-02-03 18:50:48', '2019-02-03 15:50:48', '<div class=\"faq-title\">Аппараты данного типа не работают на средах с высокими давлениями?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Сварные пакетные теплообменники работают на давлениях порядка 100 bar</div>\r\n<div class=\"faq-title\">Теплообменные стенки тонкие – они быстро прокорродируют?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Мы не идём по пути наращивания толщины рабочих элементов, мы выбираем правильное, коррозионно-стойкое материальное исполнение.</div>\r\n<div class=\"faq-title\">Динамические нагрузки: пульсации, резкие скачки и перепады давлений на линии подачи/отвода рабочих сред. Как быть с этим?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">\r\n\r\nПервостепенно необходимо узнать причину таких нагрузок и разобраться с ней. Далее предложены меры по компенсации динамических нагрузок:\r\n<ul>\r\n 	<li>В линии подачи рабочей среды со скачкообразным давление установить депульсатор или расширительный элемент. Большой объём этого элемента в сравнении с объёмом трубопровода будет рассеивать в себе пульсации.</li>\r\n 	<li>Также такой расширительный элемент можно запроектировать в самом теплообменном аппарате: скажем выполнить корпус аппарата с заведомо увеличенными объёмами полостей. Либо выполнить расширитель прямо на патрубке аппарата.</li>\r\n 	<li>Во избежание гидро/пневмоударов при пуске рекомендуется установить устройство плавного пуска (среда будет набирать давление постепенно).</li>\r\n 	<li>Задвижки в линии подачи рабочих сред следует открывать плавно.</li>\r\n 	<li>Также наш частый опыт – это установка промежуточных плит. Цель – уменьшить негативное влияние на теплообменный пакет.</li>\r\n</ul>\r\n</div>\r\n<div class=\"faq-title\">Узкие каналы – не работают на средах с большими механическими примесями<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Благодаря особой конструкции и геометрии: однонаправленная гофра, увеличенный зазор, не широкое поле теплообменной стенки, разборная полость, турбулентный режим течения сред в каналах позволяют продлить пробег между чистками и работать на средах с размером мех. примесей 3 мм.</div>\r\n<div class=\"faq-title\">Если аппарат забился намертво, то с ним ничего не сделаешь?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">В трубчатых аппаратах забитую полость высверливают с большими рисками повреждения труб. Необходимо не допускать подобного с сварными пакетными теплообменниками и вовремя осуществлять очистку оборудования</div>\r\n<div class=\"faq-title\">Узкие каналы провоцируют повышенные потери давления в аппарате<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Подбор аппарата на каждую позицию проводится индивидуально, поэтому подбор осуществляется с учётом максимально допустимых потерь давления в узле. Достигается это за счёт варьирования ширины канала, типом гофрировки, геометрией теплообменной стенки.</div>\r\n<div class=\"faq-title\">А если аппарат забьется при пуске?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\"><Рекомендуется после проведения каких-либо ремонтно-сварочных работ проводить продувку трубопроводов с целью не допустить попадание механических частиц в аппарат. Решением также могут быть фильтра перед аппаратом, либо банальная межфланцевая сетка.</div>\r\n<div class=\"faq-title\">Температурные расширения: в следствии большой разности температур на разных концах теплообменной стенки металл начинает расширятся. В том случае когда теплообменные стенки заневолены сваркой (к корпусу) могут быть разрывы поля теплообменной стенки.<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">В сварных пакетных теплообменниках существуют меры по компенсации расширений. Теплообменный пакет в одной из частей корпуса не заневолен и совершает передвижения. Движения происходят через компенсатор температурных расширений, либо особое конструкционное решение – U-пакет (приварка теплообменного пакета в одной из частей корпуса полностью отсутствует – свободное перемещение).</div>\r\n<div class=\"faq-title\">Что делать с размерзанием?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Для недопущения замерзания воды в каналах аппарата, например, во время остановок либо хранения, следует обязательно её дренировать. А если есть постоянные риски замерзания воды внутри каналов перейти на использование всевозможных рассолов или гликолей.</div>\r\n<div class=\"faq-title\">Несоответствие режима работы аппарата опросному листу либо техническому заданию<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Мы стараемся не ограничиваться одним опросным листом, а максимально прорабатывать задачу в комплексе с учётом технологии линии и возможных отклонений о заданных параметров.</div>\r\n<div class=\"faq-title\">Есть инструкция по эксплуатации аппаратом?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Оказываем всестороннюю поддержку, предлагаем бесплатные обучающие программы по работе с оборудованием. Организовываем посещения завода-изготовителя с целью показать, как оборудование производится и как должно эксплуатироваться. И никогда не бросаем в беде!</div>', 'Сварной пакетный теплообменник', '', 'publish', 'closed', 'closed', '', 'svarnoj-paketnyj-teploobmennik', '', '', '2019-02-04 17:05:45', '2019-02-04 14:05:45', '', 521, 'https://kligur.de/?page_id=983', 0, 'page', '', 0),
(984, 1, '2019-02-03 18:51:25', '2019-02-03 15:51:25', '<h2>Стоимость, сроки изготовления</h2>\r\n<div class=\"faq-title\">Какие сроки изготовления разборного пластинчатого теплообменника?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Стандартный срок изготовления пластинчатых разборных теплообменников состовляет от 5 дней</div>\r\n<div class=\"faq-title\">У меня есть расчет теплообменника марки Alfa Laval (GEA, Tranter и т.д.) и я хочу узнать стоимость аналогичного теплообменника ?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Направьте, пожалуйста, расчет конкурента или заполненный опросный лист, а также реквизиты вашей организации по адресу <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a>.</span> Наши специалисты свяжутся с вами в ближайшее время в зависимости от сложности запроса.</div>\r\n<div class=\"faq-title\">Как определить стоимость теплообменника?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Для определения стоимости теплообменника Вам необходимо заполнить опросный лист и направить его вместе с реквизитами организации по адресу <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a>.</span></div>\r\n<div class=\"faq-title\">Где можно скачать прайс цен на теплообменники и сопутствующие материалы?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Как такового прайс листа на оборудование «KliGur GmbH» нет. Теплообменники подбираются по индивидуальным параметрам. Для определения стоимости, типа Вам необходимо заполнить опросный лист и направить его вместе с реквизитами Вашей организации по адресу <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a>.</span></div>\r\n<div class=\"faq-title\">Что будет, если при сборке теплообменника нарушится правильная последовательность пластин?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">При изменении компоновки пакета пластин изменятся все расчетные характеристики (гидравлическое сопротивление, температуры на выходе) теплообменника.</div>\r\n<div class=\"faq-title\">У нас очень ограничено место для установки теплообменника, возможно ли укорочение рамы ПТО?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Компания «KliGur GmbH» может при отсутствии технических ограничений поставить раму с размерами отличающимися от стандартных. При возникновении подобных ситуаций Вам необходимо направить запрос на <span style=\"color: #993300;\"><a style=\"color: #993300;\" href=\"mailto:office@kligur.de\">office@kligur.de</a> </span>с подробным описанием требований по габаритным размерам.</div>\r\n<h2>Материальное исполнение</h2>\r\n<div class=\"faq-title\">Из каких материалов изготовлены основные компоненты рамы ПТО?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">\r\n\r\nМатериальное исполнение рамы зависит от технологической задачи или пожелания заказчика. Рама может быть изготовлена из марок стали:\r\n<ul>\r\n 	<li>Сталь3</li>\r\n 	<li>09Г2С</li>\r\n 	<li>AISI 304</li>\r\n 	<li>AISI 321</li>\r\n</ul>\r\n</div>\r\n<div class=\"faq-title\">Возможна ли поставка ПТО с ответными фланцами из нержавеющей стали?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">По требованию Заказчика компания «KliGur GmbH» может поставить ответные фланцы из нержавеющей стали.</div>\r\n<div class=\"faq-title\">Возможно ли изготовление теплообменников со втулками из нержавеющей стали?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Да, возможно.</div>\r\n<div class=\"faq-title\">Комплектуются ли теплообменники ответными фланцами?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Теплообменники с диаметром портов от Ду32 стандартно комплектуются ответными фланцами (кроме резьбового исполнения).</div>\r\n<div class=\"faq-title\">Возможно ли изготовление пластин из титана?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">\r\n\r\nКомпания \"KliGur GmbH\" имеет возможность осуществляет поставку пластин из различных марок стали:\r\n<ul>\r\n 	<li>AISI 316L</li>\r\n 	<li>AISI 316L</li>\r\n 	<li>AISI 316Ti</li>\r\n 	<li>SMO 254</li>\r\n 	<li>Cronifer 1925</li>\r\n 	<li>Hastelloy</li>\r\n 	<li>Hикель</li>\r\n 	<li>Titanium</li>\r\n 	<li>Ti-Pd</li>\r\n</ul>\r\n</div>\r\n<div class=\"faq-title\">Из какого металла изготавливаются пластины теплообменника чаще всего (толщина и марка)?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Чаще всего пластины изготавливаются из нержавеющей стали AISI316, наш аналог этой стали 08Х18Н10, однако сталь AISI316 отличается наличием в ее составе молибдена, что повышает ее кислотостойкость. Наиболее часто используемые толщины пластин 0,5 и 0,6 мм.</div>\r\n<h2>Технологии, расчеты, инжиниринг</h2>\r\n<div class=\"faq-title\">С какими средами работают пластинчатые теплообменники?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Пластинчатые теплообменники способны работать с практически любыми жидкими средами: вода, масла, нефтепродукты, краски, кислоты, пищевые продукты и пр. Для конкретной среды подбираются определенные материалы пластин и прокладок.</div>\r\n<div class=\"faq-title\">Существуют ли ограничения по минимальной скорости течения теплоносителя в каналах ПТО?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Мы стремится всегда подобрать самый дешевый ПТО под каждые конкретные условия эксплуатации. Это подразумевает выбор компоновок с высокими значениями коэффициента теплопередачи, которые возможны только при высокой степени турбулизации потока теплоносителя в каналах ПТО, а необходимым условием последнего являются высокие скорости теплоносителя в каналах. Таким образом, программа сама по себе стремится подбирать ПТО с максимально возможными скоростями в каналах. Низкие скорости могут получаться, только в случае если ПТО требуется подобрать с маленьким гидравлическим сопротивлением по греющему и нагреваемому контурам. Как правило, следует обращать внимание только на то, чтобы скорости в ПТО не превышали максимально допустимых значений.</div>\r\n<div class=\"faq-title\">Как посчитать увеличение мощности теплообменника? Какие данные необходимы для расчета?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Для увеличения мощности теплообменника, необходимо заполнить опросный лист на новые параметры (мощность или расход, температуры (вход/выход), потери давления в ПТО), указать назначение теплообменника и отправить на электронный адрес office@kligur.de.</div>\r\n<div class=\"faq-title\">Какие у вас есть рекомендации по максимальным/допустимым скоростям теплоносителя в патрубках?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">на основании собственного опыта и опыта ведущих производителей, а также рекомендаций указанных в нормативной документации существует техническая политика. Согласно технической политики, допустимая скорость воды для объектов коммунальной энергетики составляет — 4,5 м/с, а при условии выполнения мер по обеспечению качества теплоноситля — до 6 м/с</div>\r\n<div class=\"faq-title\">Что такое запас поверхности теплообмена?<i class=\"faq-title-arrow\"></i></div>\r\n<div class=\"faq-text\">Во всех средах, используемых в процессах теплопередачи, или изначально присутствуют примеси в различном объеме, или появляются в процессе работы. Примеси в процессе работы откладываются на теплопередающих поверхностях приводя к уменьшению коэффициента теплопередачи. Для компенсации постепенного уменьшения коэффициента теплопередачи необходим запас поверхности теплообмена. Рекомендуем запас поверхности теплообмена для не менее 7-10%, в зависимости от типа и качества применяемых сред.</div>', 'Пластинчатый теплообменник', '', 'publish', 'closed', 'closed', '', 'plastinchatyj-teploobmennik', '', '', '2019-02-04 16:12:07', '2019-02-04 13:12:07', '', 521, 'https://kligur.de/?page_id=984', 0, 'page', '', 0),
(528, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:17:\"page-contacts.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Contacts', 'contacts', 'publish', 'closed', 'closed', '', 'group_5c2f3ade30f88', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=528', 0, 'acf-field-group', '', 0),
(529, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Addres', 'contact_addres', 'publish', 'closed', 'closed', '', 'field_5c2f3bbfdf476', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=529', 1, 'acf-field', '', 0),
(530, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Working hours', 'contact_working_hours', 'publish', 'closed', 'closed', '', 'field_5c2f3bd6df477', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=530', 2, 'acf-field', '', 0),
(531, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Phone1', 'contact_phone1', 'publish', 'closed', 'closed', '', 'field_5c2f3c04df478', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=531', 3, 'acf-field', '', 0),
(532, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Phone2', 'contact_phone2', 'publish', 'closed', 'closed', '', 'field_5c2f3c16df479', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=532', 4, 'acf-field', '', 0),
(533, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Email', 'contact_email', 'publish', 'closed', 'closed', '', 'field_5c2f3c1edf47a', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=533', 5, 'acf-field', '', 0),
(534, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Facebook', 'contact_facebook', 'publish', 'closed', 'closed', '', 'field_5c2f3c34df47b', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=534', 6, 'acf-field', '', 0),
(535, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Linkedin', 'contact_linkedin', 'publish', 'closed', 'closed', '', 'field_5c2f3c66df47c', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=535', 7, 'acf-field', '', 0),
(536, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Twitter', 'contact_twitter', 'publish', 'closed', 'closed', '', 'field_5c2f3c84df47d', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=536', 8, 'acf-field', '', 0),
(537, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Youtube', 'contact_youtube', 'publish', 'closed', 'closed', '', 'field_5c2f3ca2df47e', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=537', 9, 'acf-field', '', 0),
(538, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact GooglePlus', 'contact_googleplus', 'publish', 'closed', 'closed', '', 'field_5c2f3cb5df47f', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=538', 10, 'acf-field', '', 0),
(539, 1, '2019-01-04 14:00:45', '2019-01-04 11:00:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Instagram', 'contact_instagram', 'publish', 'closed', 'closed', '', 'field_5c2f3cc9df480', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=539', 11, 'acf-field', '', 0),
(540, 1, '2019-01-04 14:01:05', '2019-01-04 11:01:05', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contact Map', 'contact_map', 'publish', 'closed', 'closed', '', 'field_5c2f3cdf4acbb', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&#038;p=540', 12, 'acf-field', '', 0),
(541, 1, '2019-01-04 14:14:45', '2019-01-04 11:14:45', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Contacts Title', 'contacts_title', 'publish', 'closed', 'closed', '', 'field_5c2f4016ccf91', '', '', '2019-01-04 14:14:45', '2019-01-04 11:14:45', '', 528, 'https://kligur.de/?post_type=acf-field&p=541', 0, 'acf-field', '', 0),
(542, 1, '2019-01-04 14:24:17', '2019-01-04 11:24:17', '', 'Kontaktdaten', '', 'publish', 'closed', 'closed', '', 'kontaktdaten', '', '', '2020-01-21 15:03:39', '2020-01-21 12:03:39', '', 0, 'https://kligur.de/?page_id=542', 0, 'page', '', 0),
(641, 1, '2019-01-08 10:04:45', '2019-01-08 07:04:45', '', 'Сосуды цилиндрические горизонтальные для сжиженных углеводородных газов', '', 'draft', 'closed', 'closed', '', 'sosudy-tsilindricheskie-gorizontalnye-dlya-szhizhennyh-uglevodorodnyh-gazov', '', '', '2019-01-22 14:38:32', '2019-01-22 11:38:32', '', 637, 'https://kligur.de/?page_id=641', 4, 'page', '', 0),
(640, 1, '2019-01-08 10:03:21', '2019-01-08 07:03:21', '', 'Емкости вертикальные с эллиптическими, коническими, плоскими днищами', '', 'draft', 'closed', 'closed', '', 'emkosti-vertikalnye-s-ellipticheskimi-konicheskimi-ploskimi-dnishhami', '', '', '2019-01-22 14:38:10', '2019-01-22 11:38:10', '', 637, 'https://kligur.de/?page_id=640', 3, 'page', '', 0),
(639, 1, '2019-01-08 10:05:50', '2019-01-08 07:05:50', '', 'Емкости для хранения аммиака', '', 'draft', 'closed', 'closed', '', 'emkosti-dlya-hraneniya-amiaka', '', '', '2019-01-22 14:35:55', '2019-01-22 11:35:55', '', 637, 'https://kligur.de/?page_id=639', 2, 'page', '', 0),
(626, 1, '2019-01-08 09:53:02', '2019-01-08 06:53:02', ' ', '', '', 'publish', 'closed', 'closed', '', '626', '', '', '2020-01-30 12:14:04', '2020-01-30 09:14:04', '', 0, 'https://kligur.de/?p=626', 3, 'nav_menu_item', '', 0),
(623, 1, '2019-01-08 09:52:35', '2019-01-08 06:52:35', '', 'Kligur - «СХЗНО»', '', 'draft', 'closed', 'closed', '', 'kligur-shzno', '', '', '2020-01-27 14:55:41', '2020-01-27 11:55:41', '', 0, 'https://kligur.de/?page_id=623', 0, 'page', '', 0),
(621, 1, '2019-01-08 09:52:23', '2019-01-08 06:52:23', '', 'Qualitätspolitik', '', 'publish', 'closed', 'closed', '', 'qualitatspolitik', '', '', '2020-01-23 12:42:04', '2020-01-23 09:42:04', '', 0, 'https://kligur.de/?page_id=621', 0, 'page', '', 0),
(620, 1, '2019-01-08 09:52:05', '2019-01-08 06:52:05', '', 'Что мы делаем', '', 'publish', 'closed', 'closed', '', 'chto-my-delaem', '', '', '2019-01-08 09:52:05', '2019-01-08 06:52:05', '', 0, 'https://kligur.de/?page_id=620', 0, 'page', '', 0),
(622, 1, '2019-01-08 09:52:29', '2019-01-08 06:52:29', '', 'Kligur - «Анкор-Теплоэнерго»', '', 'draft', 'closed', 'closed', '', 'kligur-ankor-teploenergo', '', '', '2020-01-27 14:55:22', '2020-01-27 11:55:22', '', 0, 'https://kligur.de/?page_id=622', 0, 'page', '', 0),
(619, 1, '2019-01-08 09:51:41', '2019-01-08 06:51:41', '', 'Unternehmen', '', 'publish', 'closed', 'closed', '', 'o-kompanii', '', '', '2020-01-30 12:14:04', '2020-01-30 09:14:04', '', 0, 'https://kligur.de/?p=619', 1, 'nav_menu_item', '', 0),
(638, 1, '2019-01-08 10:06:13', '2019-01-08 07:06:13', '', 'Kapazitive zylindrische Geräte für gasförmige und flüssige Medien', '', 'publish', 'closed', 'closed', '', 'kapazitive-zylindrische-gerate-fur-gasformige-und-flussige-medien', '', '', '2020-01-27 14:49:04', '2020-01-27 11:49:04', '', 637, 'https://kligur.de/?page_id=638', 1, 'page', '', 0),
(637, 1, '2019-01-08 10:02:51', '2019-01-08 07:02:51', '', 'Behältertechnik', '', 'publish', 'closed', 'closed', '', 'behaltertechnik', '', '', '2019-11-13 16:12:04', '2019-11-13 13:12:04', '', 0, 'https://kligur.de/?page_id=637', 0, 'page', '', 0),
(568, 1, '2019-01-06 09:04:09', '2019-01-06 06:04:09', '<div class=\"block-title\">Fragen übrig</div>\r\n<div class=\"block-row\">[text* user-name placeholder \"Vorname\"]</div>\r\n<div class=\"block-left\">[mask* user-tel \"+49(_)____-___-__-__\" \"+49(0)6821 981 75 08\"]</div>\r\n<div class=\"block-right\">[email* user-email placeholder \"Email\"]</div>\r\n<div class=\"block-row\">[textarea textarea 40x4 placeholder \"Nachricht\"]</div>\r\n<div class=\"block-row\">[checkbox* checkbox \"Ich bin mit der Verarbeitung personenbezogener Daten gemäß den\"] <a href=\"https://kligur.de/privacy-policy\">Datenschutzbestimmungen einverstanden</a></div>\r\n[submit \"Senden\"]\n1\nKligur \"Контактная форма\"\nKligur <admin@kligur.de>\nadmin@kligur.de\n<b>Телефон:</b> [user-name]\r\n<b>Телефон:</b> [user-tel]\r\n<b>Email:</b> [user-email]\r\n\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (https://kligur.de)\n\n\n1\n\n\nKligur \"[your-subject]\"\nKligur <admin@kligur.de>\n[your-email]\nСообщение:\r\n[your-message]\r\n\r\n-- \r\nЭто сообщение отправлено с сайта Kligur (http://kligur.de)\nReply-To: admin@kligur.de\n\n\n\nVielen Dank für Ihre Nachricht. Es wurde erfolgreich gesendet.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nEin oder mehrere Felder enthalten fehlerhafte Daten. Bitte überprüfen Sie sie und versuchen Sie es erneut.\nBeim Senden der Nachricht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.\nSie müssen die Allgemeinen Geschäftsbedingungen akzeptieren, bevor Sie Ihre Nachricht senden.\nDas Feld ist erforderlich.\nПоле слишком длинное.\nПоле слишком короткое.\nФормат даты некорректен.\nВведённая дата слишком далеко в прошлом.\nВведённая дата слишком далеко в будущем.\nПри загрузке файла произошла неизвестная ошибка.\nВам не разрешено загружать файлы этого типа.\nФайл слишком большой.\nПри загрузке файла произошла ошибка.\nФормат числа некорректен.\nЧисло меньше минимально допустимого.\nЧисло больше максимально допустимого.\nНеверный ответ на проверочный вопрос.\nUngültige E-Mail-Adresse\nUngültige URL eingegeben.\nFalsche Telefonnummer eingegeben.', 'Контактная форма 2', '', 'publish', 'closed', 'closed', '', 'kontaktnaya-forma_copy-3', '', '', '2020-01-13 19:25:56', '2020-01-13 16:25:56', '', 0, 'https://kligur.de/?post_type=wpcf7_contact_form&#038;p=568', 0, 'wpcf7_contact_form', '', 0),
(1090, 1, '2020-01-21 14:58:15', '2020-01-21 11:58:15', '', 'Kontaktdaten', '', 'inherit', 'closed', 'closed', '', '542-autosave-v1', '', '', '2020-01-21 14:58:15', '2020-01-21 11:58:15', '', 542, 'https://kligur.de/novosti/542-autosave-v1/', 0, 'revision', '', 0),
(1092, 1, '2020-01-21 17:38:25', '2020-01-21 14:38:25', '', 'vozduh1', '', 'inherit', 'closed', 'closed', '', 'vozduh1', '', '', '2020-01-21 17:38:25', '2020-01-21 14:38:25', '', 643, 'https://kligur.de/wp-content/uploads/vozduh1.png', 0, 'attachment', 'image/png', 0),
(1093, 1, '2020-01-21 17:38:27', '2020-01-21 14:38:27', '', 'vozduh2', '', 'inherit', 'closed', 'closed', '', 'vozduh2', '', '', '2020-01-21 17:38:27', '2020-01-21 14:38:27', '', 643, 'https://kligur.de/wp-content/uploads/vozduh2.png', 0, 'attachment', 'image/png', 0),
(571, 1, '2019-01-06 09:48:08', '2019-01-06 06:48:08', '<h2>Servicemerkmale des geschweißten Wärmetauschers mit zusammenlegbarem Gehäuse</h2>\r\n<ul>\r\n 	<li>Zwei Personen reichen aus, um das Gerät zu warten</li>\r\n 	<li>Wärmetauscherreinigung in einer Schicht</li>\r\n 	<li>Die Konstruktion des Wärmetauschers ermöglicht eine Wartung vor Ort, ohne die Versorgungsleitung zu trennen</li>\r\n 	<li>Der Zugang zum Wärmeaustauschpaket erfolgt ohne den Einsatz von Hub- und Transportmechanismen</li>\r\n 	<li>Das zusammenklappbare Gehäuse der Geräte sowie die Geometrie der Kanäle des Wärmeaustauschpakets (Kanäle sind durchsichtig), wodurch Sie mit herkömmlicher mechanischer Reinigung bis zu 100% der Verunreinigungen entfernen können</li>\r\n</ul>', 'Wartung des geschweißten Wärmetauschers', '', 'publish', 'closed', 'closed', '', 'wartung-des-geschweisten-warmetauschers', '', '', '2020-01-27 16:52:23', '2020-01-27 13:52:23', '', 0, 'https://kligur.de/?page_id=571', 0, 'page', '', 0),
(1131, 1, '2020-01-28 11:57:56', '2020-01-28 08:57:56', '', 'Rohrbündel', '', 'inherit', 'closed', 'closed', '', '787-autosave-v1', '', '', '2020-01-28 11:57:56', '2020-01-28 08:57:56', '', 787, 'https://kligur.de/neuigkeiten/787-autosave-v1/', 0, 'revision', '', 0),
(1138, 1, '2020-01-30 12:27:01', '2020-01-30 09:27:01', '', 'резина англ', '', 'inherit', 'closed', 'closed', '', 'rezina-angl', '', '', '2020-01-30 12:27:01', '2020-01-30 09:27:01', '', 657, 'https://kligur.de/wp-content/uploads/rezina-angl.png', 0, 'attachment', 'image/png', 0),
(1144, 1, '2020-08-17 10:39:12', '2020-08-17 07:39:12', '<h3>KliGur GmbH</h3>\r\nKaiserstr. 10\r\n\r\n66578 Schiffweiler\r\n\r\nDeutschland\r\n<ul>\r\n 	<li>Mo-Fr 9:00 - 18:00</li>\r\n 	<li>Tel.: +49 (0) 6821 981 75 08</li>\r\n 	<li>+49 (0) 6821 951 76 01</li>\r\n 	<li>www.kligur.de</li>\r\n 	<li>reiner.engel@kligur.de</li>\r\n</ul>\r\n<strong>Rechtsform:</strong> GmbH\r\n\r\n<strong>Handelsregister:</strong> AG Saarbrücken  11AR 774 / 18.1\r\n\r\n<strong> Sitz der Gesellschaft:</strong>  Schiffweiler\r\n\r\n<strong> Geschäftsführer:</strong> Olena Klymenko\r\n\r\n<strong>Prokuristen:</strong> H. Reinhard Engel\r\n\r\nLiliya Engel\r\n\r\n&nbsp;\r\n\r\n<strong>Umsatzsteueridentifikationsnummer:</strong> DE 320083200\r\n\r\n<strong>Gerichtsstand:</strong> Saarbrücken', 'Impressum', '', 'publish', 'closed', 'closed', '', 'impressum', '', '', '2020-08-17 10:39:12', '2020-08-17 07:39:12', '', 0, 'https://kligur.de/?page_id=1144', 0, 'page', '', 0),
(572, 1, '2019-01-06 09:50:08', '2019-01-06 06:50:08', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"page-service.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'Service and Warranty', 'service-and-warranty', 'publish', 'closed', 'closed', '', 'group_5c31a4da876f9', '', '', '2019-01-06 09:57:57', '2019-01-06 06:57:57', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=572', 0, 'acf-field-group', '', 0),
(573, 1, '2019-01-06 09:50:08', '2019-01-06 06:50:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Title1', 'sw_title1', 'publish', 'closed', 'closed', '', 'field_5c31a4ecc4a12', '', '', '2019-01-06 09:56:56', '2019-01-06 06:56:56', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=573', 1, 'acf-field', '', 0),
(574, 1, '2019-01-06 09:50:08', '2019-01-06 06:50:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Title2', 'sw_title2', 'publish', 'closed', 'closed', '', 'field_5c31a501c4a13', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=574', 3, 'acf-field', '', 0),
(575, 1, '2019-01-06 09:50:08', '2019-01-06 06:50:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Title3', 'sw_title3', 'publish', 'closed', 'closed', '', 'field_5c31a506c4a14', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=575', 5, 'acf-field', '', 0),
(576, 1, '2019-01-06 09:50:08', '2019-01-06 06:50:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Title4', 'sw_title4', 'publish', 'closed', 'closed', '', 'field_5c31a50ac4a15', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=576', 7, 'acf-field', '', 0),
(577, 1, '2019-01-06 09:50:08', '2019-01-06 06:50:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Title5', 'sw_title5', 'publish', 'closed', 'closed', '', 'field_5c31a518c4a16', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=577', 9, 'acf-field', '', 0),
(578, 1, '2019-01-06 09:51:44', '2019-01-06 06:51:44', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Percent1', 'sw_percent1', 'publish', 'closed', 'closed', '', 'field_5c31a548ef369', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=578', 2, 'acf-field', '', 0),
(579, 1, '2019-01-06 09:51:44', '2019-01-06 06:51:44', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Percent2', 'sw_percent2', 'publish', 'closed', 'closed', '', 'field_5c31a569ef36a', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=579', 4, 'acf-field', '', 0),
(584, 1, '2019-01-06 09:55:40', '2019-01-06 06:55:40', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:4:\"text\";s:12:\"media_upload\";i:1;s:7:\"toolbar\";s:4:\"full\";s:5:\"delay\";i:0;}', 'SW Youtube', 'sw_youtube', 'publish', 'closed', 'closed', '', 'field_5c31a653a3e39', '', '', '2019-01-06 09:57:57', '2019-01-06 06:57:57', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=584', 0, 'acf-field', '', 0),
(581, 1, '2019-01-06 09:51:44', '2019-01-06 06:51:44', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Percent3', 'sw_percent3', 'publish', 'closed', 'closed', '', 'field_5c31a56def36b', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=581', 6, 'acf-field', '', 0),
(582, 1, '2019-01-06 09:51:44', '2019-01-06 06:51:44', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Percent4', 'sw_percent4', 'publish', 'closed', 'closed', '', 'field_5c31a575ef36c', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=582', 8, 'acf-field', '', 0),
(583, 1, '2019-01-06 09:51:44', '2019-01-06 06:51:44', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'SW Percent5', 'sw_percent5', 'publish', 'closed', 'closed', '', 'field_5c31a57aef36d', '', '', '2019-01-06 09:55:40', '2019-01-06 06:55:40', '', 572, 'https://kligur.de/?post_type=acf-field&#038;p=583', 10, 'acf-field', '', 0),
(585, 1, '2019-01-07 12:47:49', '2019-01-07 09:47:49', 'a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:13:\"post_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"page-about.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}', 'About Company', 'about-company', 'publish', 'closed', 'closed', '', 'group_5c331f30d851e', '', '', '2019-02-15 15:45:46', '2019-02-15 12:45:46', '', 0, 'https://kligur.de/?post_type=acf-field-group&#038;p=585', 0, 'acf-field-group', '', 0),
(586, 1, '2019-01-07 12:47:49', '2019-01-07 09:47:49', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Title', 'about_company_title', 'publish', 'closed', 'closed', '', 'field_5c331f3902723', '', '', '2019-01-07 12:47:49', '2019-01-07 09:47:49', '', 585, 'https://kligur.de/?post_type=acf-field&p=586', 0, 'acf-field', '', 0),
(587, 1, '2019-01-07 12:47:49', '2019-01-07 09:47:49', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:5:\"basic\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'About Company Description', 'about_company_description', 'publish', 'closed', 'closed', '', 'field_5c331f5602724', '', '', '2019-01-07 13:17:01', '2019-01-07 10:17:01', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=587', 1, 'acf-field', '', 0),
(588, 1, '2019-01-07 12:47:49', '2019-01-07 09:47:49', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Number1', 'about_company_number1', 'publish', 'closed', 'closed', '', 'field_5c33202802725', '', '', '2019-01-07 12:47:49', '2019-01-07 09:47:49', '', 585, 'https://kligur.de/?post_type=acf-field&p=588', 2, 'acf-field', '', 0),
(589, 1, '2019-01-07 12:47:49', '2019-01-07 09:47:49', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Title1', 'about_company_title1', 'publish', 'closed', 'closed', '', 'field_5c33203302726', '', '', '2019-01-07 12:56:27', '2019-01-07 09:56:27', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=589', 3, 'acf-field', '', 0),
(590, 1, '2019-01-07 12:47:49', '2019-01-07 09:47:49', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Text1', 'about_company_text1', 'publish', 'closed', 'closed', '', 'field_5c33203b02727', '', '', '2019-01-07 12:56:27', '2019-01-07 09:56:27', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=590', 4, 'acf-field', '', 0),
(591, 1, '2019-01-07 12:48:30', '2019-01-07 09:48:30', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Number2', 'about_company_number2', 'publish', 'closed', 'closed', '', 'field_5c3320495265d', '', '', '2019-01-07 12:56:27', '2019-01-07 09:56:27', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=591', 5, 'acf-field', '', 0),
(592, 1, '2019-01-07 12:48:30', '2019-01-07 09:48:30', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Number3', 'about_company_number3', 'publish', 'closed', 'closed', '', 'field_5c3320555265f', '', '', '2019-01-07 12:56:27', '2019-01-07 09:56:27', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=592', 8, 'acf-field', '', 0),
(593, 1, '2019-01-07 12:48:30', '2019-01-07 09:48:30', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Title2', 'about_company_title2', 'publish', 'closed', 'closed', '', 'field_5c33204e5265e', '', '', '2019-01-07 13:56:36', '2019-01-07 10:56:36', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=593', 6, 'acf-field', '', 0),
(594, 1, '2019-01-07 12:48:30', '2019-01-07 09:48:30', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Title3', 'about_company_title3', 'publish', 'closed', 'closed', '', 'field_5c33206052660', '', '', '2019-01-07 12:56:27', '2019-01-07 09:56:27', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=594', 9, 'acf-field', '', 0),
(595, 1, '2019-01-07 12:48:30', '2019-01-07 09:48:30', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Text2', 'about_company_text2', 'publish', 'closed', 'closed', '', 'field_5c33206652661', '', '', '2019-01-07 13:56:36', '2019-01-07 10:56:36', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=595', 7, 'acf-field', '', 0),
(596, 1, '2019-01-07 12:48:30', '2019-01-07 09:48:30', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'About Company Text3', 'about_company_text3', 'publish', 'closed', 'closed', '', 'field_5c33206952662', '', '', '2019-01-07 12:48:30', '2019-01-07 09:48:30', '', 585, 'https://kligur.de/?post_type=acf-field&p=596', 10, 'acf-field', '', 0),
(597, 1, '2019-01-07 12:56:27', '2019-01-07 09:56:27', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Name1', 'company_employee_name1', 'publish', 'closed', 'closed', '', 'field_5c3320d5cdcfa', '', '', '2019-01-07 12:57:18', '2019-01-07 09:57:18', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=597', 12, 'acf-field', '', 0),
(598, 1, '2019-01-07 12:56:27', '2019-01-07 09:56:27', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Position1', 'company_employee_position1', 'publish', 'closed', 'closed', '', 'field_5c3321c1cdcfb', '', '', '2019-01-07 12:58:33', '2019-01-07 09:58:33', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=598', 13, 'acf-field', '', 0),
(599, 1, '2019-01-07 12:56:27', '2019-01-07 09:56:27', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Text1', 'company_employee_text1', 'publish', 'closed', 'closed', '', 'field_5c33222ccdcfc', '', '', '2019-01-07 12:58:33', '2019-01-07 09:58:33', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=599', 14, 'acf-field', '', 0),
(600, 1, '2019-01-07 12:57:18', '2019-01-07 09:57:18', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Our Team', 'our_team', 'publish', 'closed', 'closed', '', 'field_5c33225dffb69', '', '', '2019-01-07 12:57:18', '2019-01-07 09:57:18', '', 585, 'https://kligur.de/?post_type=acf-field&p=600', 11, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(601, 1, '2019-01-07 12:58:08', '2019-01-07 09:58:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Name2', 'company_employee_name2', 'publish', 'closed', 'closed', '', 'field_5c332284c00eb', '', '', '2019-01-07 13:05:51', '2019-01-07 10:05:51', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=601', 16, 'acf-field', '', 0),
(602, 1, '2019-01-07 12:58:08', '2019-01-07 09:58:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Name3', 'company_employee_name3', 'publish', 'closed', 'closed', '', 'field_5c332289c00ec', '', '', '2019-01-07 13:05:51', '2019-01-07 10:05:51', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=602', 20, 'acf-field', '', 0),
(603, 1, '2019-01-07 12:58:08', '2019-01-07 09:58:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Position2', 'company_employee_position2', 'publish', 'closed', 'closed', '', 'field_5c332290c00ed', '', '', '2019-01-07 13:05:51', '2019-01-07 10:05:51', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=603', 17, 'acf-field', '', 0),
(604, 1, '2019-01-07 12:58:08', '2019-01-07 09:58:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Position3', 'company_employee_position3', 'publish', 'closed', 'closed', '', 'field_5c332299c00ee', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=604', 21, 'acf-field', '', 0),
(605, 1, '2019-01-07 12:58:08', '2019-01-07 09:58:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Text2', 'company_employee_text2', 'publish', 'closed', 'closed', '', 'field_5c3322a2c00ef', '', '', '2019-01-07 13:05:51', '2019-01-07 10:05:51', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=605', 18, 'acf-field', '', 0),
(606, 1, '2019-01-07 12:58:08', '2019-01-07 09:58:08', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Text3', 'company_employee_text3', 'publish', 'closed', 'closed', '', 'field_5c3322a8c00f0', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=606', 22, 'acf-field', '', 0),
(607, 1, '2019-01-07 13:00:38', '2019-01-07 10:00:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Block Title1', 'company_block_title1', 'publish', 'closed', 'closed', '', 'field_5c332306f9cfa', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=607', 32, 'acf-field', '', 0),
(608, 1, '2019-01-07 13:00:38', '2019-01-07 10:00:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Block Title2', 'company_block_title2', 'publish', 'closed', 'closed', '', 'field_5c332323f9cfb', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=608', 34, 'acf-field', '', 0),
(609, 1, '2019-01-07 13:00:38', '2019-01-07 10:00:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Block Title3', 'company_block_title3', 'publish', 'closed', 'closed', '', 'field_5c332329f9cfc', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=609', 36, 'acf-field', '', 0),
(610, 1, '2019-01-07 13:00:38', '2019-01-07 10:00:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Block Text1', 'company_block_text1', 'publish', 'closed', 'closed', '', 'field_5c33232ff9cfd', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=610', 33, 'acf-field', '', 0),
(611, 1, '2019-01-07 13:00:38', '2019-01-07 10:00:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Block Text2', 'company_block_text2', 'publish', 'closed', 'closed', '', 'field_5c332339f9cfe', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=611', 35, 'acf-field', '', 0),
(612, 1, '2019-01-07 13:00:38', '2019-01-07 10:00:38', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Block Text3', 'company_block_text3', 'publish', 'closed', 'closed', '', 'field_5c33233ef9cff', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=612', 37, 'acf-field', '', 0),
(613, 1, '2019-01-07 13:04:28', '2019-01-07 10:04:28', '<div class=\"home-block9\">\r\n<div class=\"home-block9-title\">Unsere Partner</div>\r\n[gallery ids=\"434,433,430,431,432,428,429,426,427,425,424,423,422,421,420,418,419\"]\r\n\r\n</div>', 'Über die Firma', '', 'publish', 'closed', 'closed', '', 'uber-die-firma', '', '', '2020-01-21 14:37:34', '2020-01-21 11:37:34', '', 0, 'https://kligur.de/?page_id=613', 0, 'page', '', 0),
(614, 1, '2019-01-07 13:05:37', '2019-01-07 10:05:37', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Company Employee Photo1', 'company_employee_photo1', 'publish', 'closed', 'closed', '', 'field_5c33244242391', '', '', '2019-01-07 13:05:37', '2019-01-07 10:05:37', '', 585, 'https://kligur.de/?post_type=acf-field&p=614', 15, 'acf-field', '', 0),
(615, 1, '2019-01-07 13:05:37', '2019-01-07 10:05:37', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Company Employee Photo2', 'company_employee_photo2', 'publish', 'closed', 'closed', '', 'field_5c33244e42392', '', '', '2019-01-07 13:05:51', '2019-01-07 10:05:51', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=615', 19, 'acf-field', '', 0),
(616, 1, '2019-01-07 13:05:37', '2019-01-07 10:05:37', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Company Employee Photo3', 'company_employee_photo3', 'publish', 'closed', 'closed', '', 'field_5c33246d42393', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=616', 23, 'acf-field', '', 0),
(617, 1, '2019-01-07 13:07:43', '2019-01-07 10:07:43', '', 'employee', '', 'inherit', 'closed', 'closed', '', 'employee', '', '', '2019-01-07 13:07:43', '2019-01-07 10:07:43', '', 613, 'https://kligur.de/wp-content/uploads/employee.png', 0, 'attachment', 'image/png', 0),
(709, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Quality Policy Short Description', 'qp_short_description', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e69e', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=709', 0, 'acf-field', '', 0),
(710, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Quality Policy Title File1', 'qp_title_file1', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e6d9', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=710', 1, 'acf-field', '', 0),
(711, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Quality Policy File1', 'qp_file1', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e711', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=711', 2, 'acf-field', '', 0),
(712, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Quality Policy Title File2', 'qp_title_file2', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e749', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=712', 3, 'acf-field', '', 0),
(713, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Quality Policy File2', 'qp_file2', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e781', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=713', 4, 'acf-field', '', 0),
(714, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Quality Policy Title File3', 'qp_title_file3', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e7b9', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=714', 5, 'acf-field', '', 0),
(715, 1, '2019-01-09 16:10:16', '2019-01-09 13:10:16', 'a:10:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Quality Policy File3', 'qp_file3', 'publish', 'closed', 'closed', '', 'field_5c35f2b82e7f1', '', '', '2019-01-09 16:13:58', '2019-01-09 13:13:58', '', 708, 'https://kligur.de/?post_type=acf-field&#038;p=715', 6, 'acf-field', '', 0),
(929, 1, '2019-01-25 18:35:09', '2019-01-25 15:35:09', '', 'metal small', '', 'inherit', 'closed', 'closed', '', 'metal-small', '', '', '2019-01-25 18:35:09', '2019-01-25 15:35:09', '', 492, 'https://kligur.de/wp-content/uploads/metal-small.jpg', 0, 'attachment', 'image/jpeg', 0),
(930, 1, '2019-01-25 18:35:09', '2019-01-25 15:35:09', '', 'o nas', '', 'inherit', 'closed', 'closed', '', 'o-nas', '', '', '2019-01-25 18:35:09', '2019-01-25 15:35:09', '', 492, 'https://kligur.de/wp-content/uploads/o-nas.jpg', 0, 'attachment', 'image/jpeg', 0),
(931, 1, '2019-01-25 18:55:24', '2019-01-25 15:55:24', '', 'refeniry small', '', 'inherit', 'closed', 'closed', '', 'refeniry-small', '', '', '2019-01-25 18:55:24', '2019-01-25 15:55:24', '', 689, 'https://kligur.de/wp-content/uploads/refeniry-small.jpg', 0, 'attachment', 'image/jpeg', 0),
(932, 1, '2019-01-25 19:13:06', '2019-01-25 16:13:06', '', 'energy small', '', 'inherit', 'closed', 'closed', '', 'energy-small', '', '', '2019-01-25 19:13:06', '2019-01-25 16:13:06', '', 791, 'https://kligur.de/wp-content/uploads/energy-small.jpg', 0, 'attachment', 'image/jpeg', 0),
(933, 1, '2019-01-25 19:22:24', '2019-01-25 16:22:24', '', 'chem small', '', 'inherit', 'closed', 'closed', '', 'chem-small', '', '', '2019-01-25 19:22:24', '2019-01-25 16:22:24', '', 692, 'https://kligur.de/wp-content/uploads/chem-small.jpg', 0, 'attachment', 'image/jpeg', 0),
(938, 1, '2019-01-28 16:57:39', '2019-01-28 13:57:39', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Branches Block4 Title', 'branches_application_environment_title', 'publish', 'closed', 'closed', '', 'field_5c4f0a48679e4', '', '', '2019-01-28 16:59:05', '2019-01-28 13:59:05', '', 493, 'https://kligur.de/?post_type=acf-field&#038;p=938', 13, 'acf-field', '', 0),
(958, 1, '2019-02-01 13:05:21', '2019-02-01 10:05:21', '', 's1', '', 'inherit', 'closed', 'closed', '', 's1', '', '', '2019-02-01 13:05:21', '2019-02-01 10:05:21', '', 646, 'https://kligur.de/wp-content/uploads/s1.jpg', 0, 'attachment', 'image/jpeg', 0),
(959, 1, '2019-02-01 13:05:22', '2019-02-01 10:05:22', '', 's2', '', 'inherit', 'closed', 'closed', '', 's2', '', '', '2019-02-01 13:05:22', '2019-02-01 10:05:22', '', 646, 'https://kligur.de/wp-content/uploads/s2.jpg', 0, 'attachment', 'image/jpeg', 0),
(960, 1, '2019-02-01 13:05:23', '2019-02-01 10:05:23', '', 's3', '', 'inherit', 'closed', 'closed', '', 's3', '', '', '2019-02-01 13:05:23', '2019-02-01 10:05:23', '', 646, 'https://kligur.de/wp-content/uploads/s3.jpg', 0, 'attachment', 'image/jpeg', 0),
(961, 1, '2019-02-01 13:05:23', '2019-02-01 10:05:23', '', 's4', '', 'inherit', 'closed', 'closed', '', 's4', '', '', '2019-02-01 13:05:23', '2019-02-01 10:05:23', '', 646, 'https://kligur.de/wp-content/uploads/s4.jpg', 0, 'attachment', 'image/jpeg', 0),
(949, 1, '2019-01-31 14:19:49', '2019-01-31 11:19:49', '', 'emk4', '', 'inherit', 'closed', 'closed', '', 'emk4', '', '', '2019-01-31 14:19:49', '2019-01-31 11:19:49', '', 638, 'https://kligur.de/wp-content/uploads/emk4.jpg', 0, 'attachment', 'image/jpeg', 0),
(950, 1, '2019-01-31 15:09:02', '2019-01-31 12:09:02', '', 'j1', '', 'inherit', 'closed', 'closed', '', 'j1', '', '', '2019-01-31 15:09:02', '2019-01-31 12:09:02', '', 638, 'https://kligur.de/wp-content/uploads/j1.jpg', 0, 'attachment', 'image/jpeg', 0),
(951, 1, '2019-01-31 15:09:03', '2019-01-31 12:09:03', '', 'j2', '', 'inherit', 'closed', 'closed', '', 'j2', '', '', '2019-01-31 15:09:03', '2019-01-31 12:09:03', '', 638, 'https://kligur.de/wp-content/uploads/j2.jpg', 0, 'attachment', 'image/jpeg', 0),
(952, 1, '2019-01-31 15:09:04', '2019-01-31 12:09:04', '', 'j3', '', 'inherit', 'closed', 'closed', '', 'j3', '', '', '2019-01-31 15:09:04', '2019-01-31 12:09:04', '', 638, 'https://kligur.de/wp-content/uploads/j3.jpg', 0, 'attachment', 'image/jpeg', 0),
(953, 1, '2019-01-31 15:09:04', '2019-01-31 12:09:04', '', 'j4', '', 'inherit', 'closed', 'closed', '', 'j4', '', '', '2019-01-31 15:09:04', '2019-01-31 12:09:04', '', 638, 'https://kligur.de/wp-content/uploads/j4.jpg', 0, 'attachment', 'image/jpeg', 0),
(954, 1, '2019-01-31 15:09:05', '2019-01-31 12:09:05', '', 'j5', '', 'inherit', 'closed', 'closed', '', 'j5', '', '', '2019-01-31 15:09:05', '2019-01-31 12:09:05', '', 638, 'https://kligur.de/wp-content/uploads/j5.jpg', 0, 'attachment', 'image/jpeg', 0),
(955, 1, '2019-01-31 15:09:06', '2019-01-31 12:09:06', '', 'j6', '', 'inherit', 'closed', 'closed', '', 'j6', '', '', '2019-01-31 15:09:06', '2019-01-31 12:09:06', '', 638, 'https://kligur.de/wp-content/uploads/j6.jpg', 0, 'attachment', 'image/jpeg', 0),
(956, 1, '2019-01-31 15:09:07', '2019-01-31 12:09:07', '', 'j7', '', 'inherit', 'closed', 'closed', '', 'j7', '', '', '2019-01-31 15:09:07', '2019-01-31 12:09:07', '', 638, 'https://kligur.de/wp-content/uploads/j7.jpg', 0, 'attachment', 'image/jpeg', 0),
(957, 1, '2019-02-01 12:57:26', '2019-02-01 09:57:26', '', 'fak sep', '', 'inherit', 'closed', 'closed', '', 'fak-sep', '', '', '2019-02-01 12:57:26', '2019-02-01 09:57:26', '', 647, 'https://kligur.de/wp-content/uploads/fak-sep.jpg', 0, 'attachment', 'image/jpeg', 0),
(833, 1, '2019-01-16 15:31:30', '2019-01-16 12:31:30', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery5', 'product_gallery5', 'publish', 'closed', 'closed', '', 'field_5c3f23ec75b87', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&p=833', 5, 'acf-field', '', 0),
(804, 1, '2019-01-15 17:09:25', '2019-01-15 14:09:25', '', 'avo sm', '', 'inherit', 'closed', 'closed', '', 'avo-sm', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/avo-sm.jpg', 0, 'attachment', 'image/jpeg', 0),
(805, 1, '2019-01-15 17:09:26', '2019-01-15 14:09:26', '', 'biol', '', 'inherit', 'closed', 'closed', '', 'biol', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/biol.jpg', 0, 'attachment', 'image/jpeg', 0),
(806, 1, '2019-01-15 17:09:26', '2019-01-15 14:09:26', '', 'chem', '', 'inherit', 'closed', 'closed', '', 'chem', '', '', '2019-01-15 17:13:01', '2019-01-15 14:13:01', '', 2, 'https://kligur.de/wp-content/uploads/chem.jpg', 0, 'attachment', 'image/jpeg', 0),
(807, 1, '2019-01-15 17:09:27', '2019-01-15 14:09:27', '', 'emk grey', '', 'inherit', 'closed', 'closed', '', 'emk-grey', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/emk-grey.jpg', 0, 'attachment', 'image/jpeg', 0),
(808, 1, '2019-01-15 17:09:28', '2019-01-15 14:09:28', '', 'energy', '', 'inherit', 'closed', 'closed', '', 'energy', '', '', '2019-01-15 17:13:01', '2019-01-15 14:13:01', '', 2, 'https://kligur.de/wp-content/uploads/energy.jpg', 0, 'attachment', 'image/jpeg', 0),
(809, 1, '2019-01-15 17:09:28', '2019-01-15 14:09:28', '', 'gasket', '', 'inherit', 'closed', 'closed', '', 'gasket', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/gasket.jpg', 0, 'attachment', 'image/jpeg', 0),
(810, 1, '2019-01-15 17:09:29', '2019-01-15 14:09:29', '', 'indust', '', 'inherit', 'closed', 'closed', '', 'indust', '', '', '2019-01-15 17:13:01', '2019-01-15 14:13:01', '', 2, 'https://kligur.de/wp-content/uploads/indust.jpg', 0, 'attachment', 'image/jpeg', 0),
(811, 1, '2019-01-15 17:09:30', '2019-01-15 14:09:30', '', 'metal', '', 'inherit', 'closed', 'closed', '', 'metal', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/metal.jpg', 0, 'attachment', 'image/jpeg', 0),
(812, 1, '2019-01-15 17:09:30', '2019-01-15 14:09:30', '', 'oil', '', 'inherit', 'closed', 'closed', '', 'oil', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/oil.jpg', 0, 'attachment', 'image/jpeg', 0),
(813, 1, '2019-01-15 17:09:31', '2019-01-15 14:09:31', '', 'ref', '', 'inherit', 'closed', 'closed', '', 'ref', '', '', '2019-01-15 17:13:01', '2019-01-15 14:13:01', '', 2, 'https://kligur.de/wp-content/uploads/ref.jpg', 0, 'attachment', 'image/jpeg', 0),
(814, 1, '2019-01-15 17:09:32', '2019-01-15 14:09:32', '', 'refeniry', '', 'inherit', 'closed', 'closed', '', 'refeniry', '', '', '2019-01-15 17:13:01', '2019-01-15 14:13:01', '', 2, 'https://kligur.de/wp-content/uploads/refeniry.jpg', 0, 'attachment', 'image/jpeg', 0),
(815, 1, '2019-01-15 17:09:32', '2019-01-15 14:09:32', '', 'sep grey', '', 'inherit', 'closed', 'closed', '', 'sep-grey', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/sep-grey.jpg', 0, 'attachment', 'image/jpeg', 0),
(816, 1, '2019-01-15 17:09:33', '2019-01-15 14:09:33', '', 'tube grey', '', 'inherit', 'closed', 'closed', '', 'tube-grey', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/tube-grey.jpg', 0, 'attachment', 'image/jpeg', 0),
(817, 1, '2019-01-15 17:09:33', '2019-01-15 14:09:33', '', 'weld', '', 'inherit', 'closed', 'closed', '', 'weld', '', '', '2019-01-15 17:13:00', '2019-01-15 14:13:00', '', 2, 'https://kligur.de/wp-content/uploads/weld.jpg', 0, 'attachment', 'image/jpeg', 0),
(818, 1, '2019-01-16 11:20:39', '2019-01-16 08:20:39', '', 'Screenshot_1', '', 'inherit', 'closed', 'closed', '', 'screenshot_1', '', '', '2019-01-16 11:20:39', '2019-01-16 08:20:39', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_1.png', 0, 'attachment', 'image/png', 0),
(819, 1, '2019-01-16 11:20:40', '2019-01-16 08:20:40', '', 'констр', '', 'inherit', 'closed', 'closed', '', 'konstr', '', '', '2019-01-16 11:20:40', '2019-01-16 08:20:40', '', 651, 'https://kligur.de/wp-content/uploads/konstr.png', 0, 'attachment', 'image/png', 0),
(820, 1, '2019-01-16 11:37:03', '2019-01-16 08:37:03', '', 'fullyweld', '', 'inherit', 'closed', 'closed', '', 'fullyweld', '', '', '2019-01-16 11:37:03', '2019-01-16 08:37:03', '', 651, 'https://kligur.de/wp-content/uploads/fullyweld.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2019-01-18 11:00:13', '2019-01-18 08:00:13', '', '2 open', '', 'inherit', 'closed', 'closed', '', '2-open', '', '', '2019-01-18 11:00:13', '2019-01-18 08:00:13', '', 651, 'https://kligur.de/wp-content/uploads/2-open.png', 0, 'attachment', 'image/png', 0),
(873, 1, '2019-01-18 11:00:14', '2019-01-18 08:00:14', '', 'close', '', 'inherit', 'closed', 'closed', '', 'close', '', '', '2019-01-18 11:00:14', '2019-01-18 08:00:14', '', 651, 'https://kligur.de/wp-content/uploads/close.png', 0, 'attachment', 'image/png', 0),
(869, 1, '2019-01-18 10:44:24', '2019-01-18 07:44:24', '', 'paket', '', 'inherit', 'closed', 'closed', '', 'paket', '', '', '2019-01-18 10:44:24', '2019-01-18 07:44:24', '', 651, 'https://kligur.de/wp-content/uploads/paket.png', 0, 'attachment', 'image/png', 0),
(828, 1, '2019-01-16 14:31:29', '2019-01-16 11:31:29', '', 'Screenshot_1', '', 'inherit', 'closed', 'closed', '', 'screenshot_1-2', '', '', '2019-01-16 14:31:29', '2019-01-16 11:31:29', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_1-1.png', 0, 'attachment', 'image/png', 0),
(876, 1, '2019-01-18 11:05:38', '2019-01-18 08:05:38', '', 'goriz', '', 'inherit', 'closed', 'closed', '', 'goriz', '', '', '2019-01-18 11:05:38', '2019-01-18 08:05:38', '', 651, 'https://kligur.de/wp-content/uploads/goriz.png', 0, 'attachment', 'image/png', 0),
(836, 1, '2019-01-16 15:31:30', '2019-01-16 12:31:30', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery8', 'product_gallery8', 'publish', 'closed', 'closed', '', 'field_5c3f240c75b8a', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&p=836', 8, 'acf-field', '', 0),
(744, 1, '2019-01-12 16:11:06', '2019-01-12 13:11:06', '', 'баннер 4', '', 'inherit', 'closed', 'closed', '', 'banner-4', '', '', '2019-01-12 17:16:39', '2019-01-12 14:16:39', '', 2, 'https://kligur.de/wp-content/uploads/banner-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(745, 1, '2019-01-12 16:24:10', '2019-01-12 13:24:10', '', 'баннер 5', '', 'inherit', 'closed', 'closed', '', 'banner-5', '', '', '2019-01-12 17:16:39', '2019-01-12 14:16:39', '', 2, 'https://kligur.de/wp-content/uploads/banner-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(834, 1, '2019-01-16 15:31:30', '2019-01-16 12:31:30', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery6', 'product_gallery6', 'publish', 'closed', 'closed', '', 'field_5c3f23f375b88', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&p=834', 6, 'acf-field', '', 0),
(835, 1, '2019-01-16 15:31:30', '2019-01-16 12:31:30', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery7', 'product_gallery7', 'publish', 'closed', 'closed', '', 'field_5c3f23f975b89', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&p=835', 7, 'acf-field', '', 0),
(878, 1, '2019-01-18 11:23:25', '2019-01-18 08:23:25', '', 'v tekst 2', '', 'inherit', 'closed', 'closed', '', 'v-tekst-2', '', '', '2019-01-18 11:23:25', '2019-01-18 08:23:25', '', 651, 'https://kligur.de/wp-content/uploads/v-tekst-2.png', 0, 'attachment', 'image/png', 0),
(875, 1, '2019-01-18 11:00:17', '2019-01-18 08:00:17', '', 'open', '', 'inherit', 'closed', 'closed', '', 'open', '', '', '2019-01-18 11:00:17', '2019-01-18 08:00:17', '', 651, 'https://kligur.de/wp-content/uploads/open.png', 0, 'attachment', 'image/png', 0),
(877, 1, '2019-01-18 11:17:19', '2019-01-18 08:17:19', '', 'v tekst 1', '', 'inherit', 'closed', 'closed', '', 'v-tekst-1', '', '', '2019-01-18 11:17:19', '2019-01-18 08:17:19', '', 651, 'https://kligur.de/wp-content/uploads/v-tekst-1.png', 0, 'attachment', 'image/png', 0),
(1001, 1, '2019-02-07 13:01:15', '2019-02-07 10:01:15', '', 'web4', '', 'inherit', 'closed', 'closed', '', 'web4', '', '', '2019-11-15 12:40:35', '2019-11-15 09:40:35', '', 638, 'https://kligur.de/wp-content/uploads/web4.png', 0, 'attachment', 'image/png', 0),
(785, 1, '2019-01-14 15:12:44', '2019-01-14 12:12:44', '', 'Luftkühler', '', 'publish', 'closed', 'closed', '', 'luftkuhler', '', '', '2019-10-29 11:16:43', '2019-10-29 08:16:43', '', 653, 'https://kligur.de/?page_id=785', 0, 'page', '', 0),
(1002, 1, '2019-02-11 10:02:19', '2019-02-11 07:02:19', '', 'баннер 2', '', 'inherit', 'closed', 'closed', '', 'banner-2', '', '', '2019-02-11 10:02:19', '2019-02-11 07:02:19', '', 0, 'https://kligur.de/wp-content/uploads/banner-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1006, 1, '2019-02-11 10:35:35', '2019-02-11 07:35:35', '', 'kol3', '', 'inherit', 'closed', 'closed', '', 'kol3', '', '', '2019-02-11 10:35:35', '2019-02-11 07:35:35', '', 1003, 'https://kligur.de/wp-content/uploads/kol3.jpg', 0, 'attachment', 'image/jpeg', 0),
(786, 1, '2019-01-14 15:17:07', '2019-01-14 12:17:07', '', 'Rohrbündelwärmetauscher', '', 'publish', 'closed', 'closed', '', 'rohrbundelwarmetauscher', '', '', '2020-01-28 11:22:09', '2020-01-28 08:22:09', '', 652, 'https://kligur.de/?page_id=786', 0, 'page', '', 0),
(787, 1, '2019-01-14 15:19:23', '2019-01-14 12:19:23', '', 'Rohrbündel', '', 'publish', 'closed', 'closed', '', 'rohrbundel', '', '', '2020-01-28 12:45:05', '2020-01-28 09:45:05', '', 652, 'https://kligur.de/?page_id=787', 0, 'page', '', 0),
(788, 1, '2019-01-14 15:21:12', '2019-01-14 12:21:12', '', 'Vollverschweißter Wärmetauscher', '', 'publish', 'closed', 'closed', '', 'vollverschweister-warmetauscher', '', '', '2020-01-23 16:54:36', '2020-01-23 13:54:36', '', 650, 'https://kligur.de/?page_id=788', 0, 'page', '', 0),
(905, 1, '2019-01-23 11:58:27', '2019-01-23 08:58:27', '', 'tube open', '', 'inherit', 'closed', 'closed', '', 'tube-open', '', '', '2019-01-23 11:58:27', '2019-01-23 08:58:27', '', 786, 'https://kligur.de/wp-content/uploads/tube-open.png', 0, 'attachment', 'image/png', 0),
(1130, 1, '2020-01-28 10:55:19', '2020-01-28 07:55:19', '', 'Rohrbündelwärmetauscher', '', 'inherit', 'closed', 'closed', '', '786-autosave-v1', '', '', '2020-01-28 10:55:19', '2020-01-28 07:55:19', '', 786, 'https://kligur.de/neuigkeiten/786-autosave-v1/', 0, 'revision', '', 0),
(792, 1, '2019-01-14 15:30:25', '2019-01-14 12:30:25', '', 'Energiewirtschaft', '', 'publish', 'closed', 'closed', '', '792', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=792', 6, 'nav_menu_item', '', 0),
(791, 1, '2019-01-14 15:28:57', '2019-01-14 12:28:57', '', 'Energiewirtschaft', '', 'publish', 'closed', 'closed', '', 'energiewirtschaft', '', '', '2020-01-28 10:14:20', '2020-01-28 07:14:20', '', 0, 'https://kligur.de/?page_id=791', 0, 'page', '', 0),
(795, 1, '2019-01-14 15:32:47', '2019-01-14 12:32:47', '', 'Rohrbündelapparate', '', 'publish', 'closed', 'closed', '', '795', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 652, 'https://kligur.de/?p=795', 6, 'nav_menu_item', '', 0),
(796, 1, '2019-01-14 15:32:47', '2019-01-14 12:32:47', ' ', '', '', 'publish', 'closed', 'closed', '', '796', '', '', '2020-01-22 12:33:46', '2020-01-22 09:33:46', '', 653, 'https://kligur.de/?p=796', 9, 'nav_menu_item', '', 0),
(1027, 1, '2019-02-13 17:46:16', '2019-02-13 14:46:16', '', 'Plattenwärmetauscher-Service', '', 'publish', 'closed', 'closed', '', '1027', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=1027', 10, 'nav_menu_item', '', 0),
(1030, 1, '2019-02-13 18:47:22', '2019-02-13 15:47:22', '', 'service', '', 'inherit', 'closed', 'closed', '', 'service', '', '', '2019-02-13 18:47:22', '2019-02-13 15:47:22', '', 1025, 'https://kligur.de/wp-content/uploads/service.jpg', 0, 'attachment', 'image/jpeg', 0),
(1029, 1, '2019-02-13 18:38:59', '2019-02-13 15:38:59', '', 'Plate heat exchanger chemical cleaning JOHOR ,MALAYSIA (convert-video-online.com)', '', 'inherit', 'closed', 'closed', '', 'plate-heat-exchanger-chemical-cleaning-johor-malaysia-convert-video-online-com', '', '', '2019-02-13 18:38:59', '2019-02-13 15:38:59', '', 1025, 'https://kligur.de/wp-content/uploads/Plate-heat-exchanger-chemical-cleaning-JOHOR-MALAYSIA-convert-video-online.com_.gif', 0, 'attachment', 'image/gif', 0),
(1096, 1, '2020-01-21 18:04:50', '2020-01-21 15:04:50', '', 'fak2', '', 'inherit', 'closed', 'closed', '', 'fak2-2', '', '', '2020-01-21 18:04:50', '2020-01-21 15:04:50', '', 643, 'https://kligur.de/wp-content/uploads/fak2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1035, 1, '2019-02-14 17:50:06', '2019-02-14 14:50:06', '', 'Конденсатор', '', 'draft', 'closed', 'closed', '', 'kondensator', '', '', '2020-01-27 14:56:16', '2020-01-27 11:56:16', '', 0, 'https://kligur.de/?page_id=1035', 0, 'page', '', 0),
(1036, 1, '2019-02-14 17:50:18', '2019-02-14 14:50:18', '', 'Рекуператор', '', 'draft', 'closed', 'closed', '', 'rekuperator', '', '', '2020-01-29 11:20:49', '2020-01-29 08:20:49', '', 0, 'https://kligur.de/?page_id=1036', 0, 'page', '', 0),
(1037, 1, '2019-02-14 17:50:42', '2019-02-14 14:50:42', '', 'Испаритель', '', 'draft', 'closed', 'closed', '', 'isparitel', '', '', '2020-01-21 17:28:36', '2020-01-21 14:28:36', '', 0, 'https://kligur.de/?page_id=1037', 0, 'page', '', 0),
(1038, 1, '2019-02-14 17:51:17', '2019-02-14 14:51:17', '', 'Утилизатор', '', 'publish', 'closed', 'closed', '', 'utilizator', '', '', '2019-02-14 17:51:17', '2019-02-14 14:51:17', '', 0, 'https://kligur.de/?page_id=1038', 0, 'page', '', 0),
(1137, 1, '2020-01-30 12:23:53', '2020-01-30 09:23:53', '', 'gasket en', '', 'inherit', 'closed', 'closed', '', 'gasket-en', '', '', '2020-01-30 12:23:53', '2020-01-30 09:23:53', '', 657, 'https://kligur.de/wp-content/uploads/gasket-en.png', 0, 'attachment', 'image/png', 0),
(1114, 1, '2020-01-23 12:41:41', '2020-01-23 09:41:41', '', 'Qualitätspolitik', '', 'inherit', 'closed', 'closed', '', '621-autosave-v1', '', '', '2020-01-23 12:41:41', '2020-01-23 09:41:41', '', 621, 'https://kligur.de/neuigkeiten/621-autosave-v1/', 0, 'revision', '', 0),
(1045, 1, '2020-01-28 10:33:49', '2020-01-28 07:33:49', '<h3>Informationen für Kunden</h3>\r\nWenn Sie unser Unternehmen über die <a href=\"https://kligur.de/kontaktdaten/\"><strong>Kontaktinformationen</strong></a> auf der Website kontaktieren, erhalten Sie:\r\n<ul>\r\n 	<li>alle Informationen über die Herstellung und den Verkauf von geschweißten Chargenwärmetauschern mit zusammenlegbarem Gehäuse und Angaben zum Kauf eines geschweißten Chargenwärmetauschers mit zusammenlegbarem Gehäuse;</li>\r\n 	<li>Hilfe bei der Auswahl eines geschweißten Chargenwärmetauschers mit zusammenklappbarem Gehäuse und des Gerätepreises;</li>\r\n 	<li>Vollständige technische Dokumentation für ein geschweißtes Chargengerät mit zusammenklappbarem Gehäuse.</li>\r\n</ul>', 'Geschweißte Wärmetauscher mit zusammenlegbarem Gehäuse', '', 'inherit', 'closed', 'closed', '', '651-autosave-v1', '', '', '2020-01-28 10:33:49', '2020-01-28 07:33:49', '', 651, 'https://kligur.de/novosti/651-autosave-v1/', 0, 'revision', '', 0),
(1116, 1, '2020-01-23 15:34:41', '2020-01-23 12:34:41', '', 'Screenshot_1', '', 'inherit', 'closed', 'closed', '', 'screenshot_1-3', '', '', '2020-01-23 15:34:41', '2020-01-23 12:34:41', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_1-2.png', 0, 'attachment', 'image/png', 0),
(1120, 1, '2020-01-23 16:37:47', '2020-01-23 13:37:47', '', 'Vollverschweißter Wärmetauscher', '', 'inherit', 'closed', 'closed', '', '788-autosave-v1', '', '', '2020-01-23 16:37:47', '2020-01-23 13:37:47', '', 788, 'https://kligur.de/neuigkeiten/788-autosave-v1/', 0, 'revision', '', 0),
(939, 1, '2019-01-29 15:59:30', '2019-01-29 12:59:30', '<h4>Richtlinie für die Verwendung von Cookies</h4>\r\nKligur verwendet auf dieser Webseite Cookies, um Ihnen Dienste individuell zur Verfügung zu stellen. Wenn Sie der Verwendung von Cookies nicht zustimmen, können Sie diese Dienste nicht nutzen.\r\n<h4>Was sind Cookies?</h4>\r\nCookies sind kleine Textdateien mit Informationen, die beim Besuch einer Website auf Ihrem Computer gespeichert werden. Ein Cookie speichert Informationen, die verwendet werden, um die Ihnen individuell angebotenen Dienste zu verbessern und um Kligur als Betreiber der Website zu ermöglichen, das Nutzerverhalten zu analysieren.\r\n<h4>Wofür verwendet Alfa Laval Cookies?</h4>\r\nKligur verwendet Cookies, um Ihre Nutzerpräferenzen zu erinnern, um anonyme Nutzerstatistiken zu speichern, für Marketingzwecke, um die Qualität unserer Dienste zu verbessern und um zu verstehen, wie Nutzer unsere Websites nutzen. Wir verwenden Cookies, um Trends und Muster über die Nutzung unserer Webseite zu verfolgen.\r\n<h4>Cookies auf dieser Website</h4>\r\nWir verwenden sowohl „First Party“-Cookies (nur von Kligur verwendete Cookies) als auch „Third Party“-Cookies (von einer Website Dritter stammende Cookies). First-Party-Cookies werden verwendet, um Präferenzen und Daten zu speichern, die für die Nutzung unserer gesamten Website erforderlich sind. Wir verwenden Third-Party Cookies, um mit Hilfe von Webstatistiken Dritter, wie zum Beispiel Google Analytics, Trends und Muster über die Nutzung unserer Webseite zu verfolgen. Diese Cookies werden ausschließlich von den Kligur Websites und dem Anbieter der Webstatistiken verarbeitet. Wir geben diese Informationen nicht an Dritte weiter.\r\n<h4>Nachfolgend sind die genutzten Cookies und deren Zweck aufgeführt.</h4>\r\n<table width=\"695\">\r\n<tbody>\r\n<tr>\r\n<td>Anbieter des Cookies</td>\r\n<td>Cookie Typ</td>\r\n<td>Cookie Typ</td>\r\n</tr>\r\n<tr>\r\n<td>Google Analytics</td>\r\n<td>First Party_ga*</td>\r\n<td>Web Analytics (anonyme Nutzungsstatistiken)</td>\r\n</tr>\r\n<tr>\r\n<td>Episerver</td>\r\n<td>First Party_EPiForm*</td>\r\n<td>Validieren und Speichern von Daten, die von Ihnen auf der Website eingegeben wurden.</td>\r\n</tr>\r\n<tr>\r\n<td>Apsis</td>\r\n<td>First Party_ .AL</td>\r\n<td>Verfolgen und Speichern von Nutzerdaten, die über Newsletter auf unsere Website gehen.</td>\r\n</tr>\r\n<tr>\r\n<td>Hotjar</td>\r\n<td>First Party_hj*</td>\r\n<td>Messen und Verfolgen von Nutzerverhalten.</td>\r\n</tr>\r\n<tr>\r\n<td>Microsoft</td>\r\n<td>First Party_ ASP.NET</td>\r\n<td>Identifizieren der Nutzer-Session auf dem Server.</td>\r\n</tr>\r\n<tr>\r\n<td>Cookies Consent Service</td>\r\n<td>First Party cookieconsent-status</td>\r\n<td>Verwendet von <u><a href=\"https://cookieconsent.insites.com/\">Cookie Consent</a></u> Service, um die Zustimmung zur Verwendung für Cookies zu speichern.</td>\r\n</tr>\r\n<tr>\r\n<td>Saved-region</td>\r\n<td>First Party saved-region</td>\r\n<td>Zum Speichern Ihrer bevorzugten Website-Einstellung.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n 	<li>.AL – Wird von <u>Apsis Lead</u>verwendet, um Nutzerdaten, die von einem Newsletter auf die Website kommen, nachzuvollziehen und zu speichern.</li>\r\n 	<li>.EPiForm* – Wird verwendet, um Daten zu analysieren und zu speichern, die Sie in den Formularen auf der Website eingetragen haben.</li>\r\n 	<li>_ga* – Wird von <u>Google Analytics</u>verwendet, um das Nutzerverhalten und die Website-Dienste zu verfolgen.</li>\r\n 	<li>_hj* – Wird von <u>Hotjar</u>verwendet, um das Nutzerverhalten zu messen und zu verfolgen.</li>\r\n 	<li>NET_SessionId – Wird verwendet, um die Nutzer-Session auf dem Server zu identifizieren.</li>\r\n 	<li>cookieconsent-status – Wird vom <u>Cookie Consent</u>Service verwendet, um Ihre Zustimmung zur Cookie-Verwendung zu dokumentieren.</li>\r\n 	<li>saved-region – wird verwendet, um sich an Ihre bevorzugte Website-Einstellung zu erinnern.</li>\r\n 	<li>Alle Cookies werden für zwei Jahre gespeichert.</li>\r\n</ul>\r\nWie blockieren und / oder löschen Sie Cookies?\r\n\r\nDie meisten Webbrowser haben Standardeinstellungen, die die Verwendung von Cookies akzeptieren. Sie können diese Einstellungen ändern, um entweder vor Cookies zu warnen oder sie zu blockieren. Sie können auch alle auf Ihrem Computer gespeicherten Cookies löschen.\r\n\r\nInformationen über die Löschung von Cookies oder die Einstellungen für Cookies finden Sie in ihrem Webbrowser.\r\n\r\nWenn Sie sich gegen die Nutzung von Cookies entscheiden, können Sie unsere Website nicht nutzen. Bitte schließen Sie Ihren Web-Browser und löschen Sie Ihre Cookies.\r\n\r\nÄnderungen und Fragen\r\n\r\nKligur ist berechtigt diese Richtlinie ohne vorherige Ankündigung zu ändern. Das letzte Änderungsdatum finden Sie am Ende der Seite.\r\n\r\nWenn Sie Fragen zu dieser Richtlinie haben, kontaktieren Sie uns bitte per E-Mail: office@kligur.de\r\n\r\n<em>Diese Richtlinie wurde zuletzt am 7. Februar 2018 aktualisiert.</em>\r\n\r\n&nbsp;', 'Cookies policy', '', 'publish', 'closed', 'closed', '', 'cookies-policy', '', '', '2019-01-29 16:06:28', '2019-01-29 13:06:28', '', 0, 'https://kligur.de/?page_id=939', 0, 'page', '', 0),
(879, 1, '2019-01-18 15:09:50', '2019-01-18 12:09:50', '', '010', '', 'inherit', 'closed', 'closed', '', '010', '', '', '2019-01-18 15:09:50', '2019-01-18 12:09:50', '', 788, 'https://kligur.de/wp-content/uploads/010.png', 0, 'attachment', 'image/png', 0),
(821, 1, '2019-01-16 12:27:35', '2019-01-16 09:27:35', '', 'welded1', '', 'inherit', 'closed', 'closed', '', 'welded1', '', '', '2019-01-16 12:27:35', '2019-01-16 09:27:35', '', 651, 'https://kligur.de/wp-content/uploads/welded1.jpg', 0, 'attachment', 'image/jpeg', 0),
(822, 1, '2019-01-16 12:27:35', '2019-01-16 09:27:35', '', 'welded3', '', 'inherit', 'closed', 'closed', '', 'welded3', '', '', '2019-01-16 12:27:35', '2019-01-16 09:27:35', '', 651, 'https://kligur.de/wp-content/uploads/welded3.jpg', 0, 'attachment', 'image/jpeg', 0),
(871, 1, '2019-01-18 11:00:12', '2019-01-18 08:00:12', '', '2 on trav', '', 'inherit', 'closed', 'closed', '', '2-on-trav', '', '', '2019-01-18 11:00:12', '2019-01-18 08:00:12', '', 651, 'https://kligur.de/wp-content/uploads/2-on-trav.png', 0, 'attachment', 'image/png', 0),
(802, 1, '2019-01-14 16:53:01', '2019-01-14 13:53:01', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery4', 'product_gallery4', 'publish', 'closed', 'closed', '', 'field_5c3c93fd50f82', '', '', '2019-01-14 16:53:01', '2019-01-14 13:53:01', '', 444, 'https://kligur.de/?post_type=acf-field&p=802', 4, 'acf-field', '', 0),
(870, 1, '2019-01-18 11:00:11', '2019-01-18 08:00:11', '', '1 on trav', '', 'inherit', 'closed', 'closed', '', '1-on-trav', '', '', '2019-01-18 11:00:11', '2019-01-18 08:00:11', '', 651, 'https://kligur.de/wp-content/uploads/1-on-trav.png', 0, 'attachment', 'image/png', 0),
(837, 1, '2019-01-16 15:31:30', '2019-01-16 12:31:30', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery9', 'product_gallery9', 'publish', 'closed', 'closed', '', 'field_5c3f241175b8b', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&p=837', 9, 'acf-field', '', 0),
(838, 1, '2019-01-16 15:31:30', '2019-01-16 12:31:30', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Product Gallery10', 'product_gallery10', 'publish', 'closed', 'closed', '', 'field_5c3f241775b8c', '', '', '2019-01-16 15:31:30', '2019-01-16 12:31:30', '', 444, 'https://kligur.de/?post_type=acf-field&p=838', 10, 'acf-field', '', 0),
(849, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock2', 'product_descriptionblock2', 'publish', 'closed', 'closed', '', 'field_5c408e63ddc07', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=849', 20, 'acf-field', '', 0),
(850, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock3', 'product_descriptionblock3', 'publish', 'closed', 'closed', '', 'field_5c408e69ddc08', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=850', 22, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(851, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock4', 'product_descriptionblock4', 'publish', 'closed', 'closed', '', 'field_5c408e6dddc09', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=851', 24, 'acf-field', '', 0),
(852, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock5', 'product_descriptionblock5', 'publish', 'closed', 'closed', '', 'field_5c408e72ddc0a', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=852', 26, 'acf-field', '', 0),
(853, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock7', 'product_descriptionblock7', 'publish', 'closed', 'closed', '', 'field_5c408e7fddc0c', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=853', 30, 'acf-field', '', 0),
(854, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock8', 'product_descriptionblock8', 'publish', 'closed', 'closed', '', 'field_5c408e87ddc0d', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=854', 32, 'acf-field', '', 0),
(855, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock9', 'product_descriptionblock9', 'publish', 'closed', 'closed', '', 'field_5c408e8dddc0e', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=855', 34, 'acf-field', '', 0),
(856, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock10', 'product_descriptionblock10', 'publish', 'closed', 'closed', '', 'field_5c408e93ddc0f', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=856', 36, 'acf-field', '', 0),
(857, 1, '2019-01-17 17:18:02', '2019-01-17 14:18:02', 'a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Product DescriptionBlock6', 'product_descriptionblock6', 'publish', 'closed', 'closed', '', 'field_5c408e79ddc0b', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=857', 28, 'acf-field', '', 0),
(858, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock1', 'product_title_descriptionblock1', 'publish', 'closed', 'closed', '', 'field_5c408ea869bad', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=858', 17, 'acf-field', '', 0),
(859, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock2', 'product_title_descriptionblock2', 'publish', 'closed', 'closed', '', 'field_5c408ed069bae', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=859', 19, 'acf-field', '', 0),
(860, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock3', 'product_title_descriptionblock3', 'publish', 'closed', 'closed', '', 'field_5c408ed569baf', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=860', 21, 'acf-field', '', 0),
(861, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock4', 'product_title_descriptionblock4', 'publish', 'closed', 'closed', '', 'field_5c408ed969bb0', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=861', 23, 'acf-field', '', 0),
(862, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock5', 'product_title_descriptionblock5', 'publish', 'closed', 'closed', '', 'field_5c408ede69bb1', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=862', 25, 'acf-field', '', 0),
(863, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock6', 'product_title_descriptionblock6', 'publish', 'closed', 'closed', '', 'field_5c408ee269bb2', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=863', 27, 'acf-field', '', 0),
(864, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock7', 'product_title_descriptionblock7', 'publish', 'closed', 'closed', '', 'field_5c408ee969bb3', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=864', 29, 'acf-field', '', 0),
(865, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock8', 'product_title_descriptionblock8', 'publish', 'closed', 'closed', '', 'field_5c408eed69bb4', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=865', 31, 'acf-field', '', 0),
(866, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock9', 'product_title_descriptionblock9', 'publish', 'closed', 'closed', '', 'field_5c408ef269bb5', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=866', 33, 'acf-field', '', 0),
(867, 1, '2019-01-17 17:19:41', '2019-01-17 14:19:41', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Product Title DescriptionBlock10', 'product_title_descriptionblock10', 'publish', 'closed', 'closed', '', 'field_5c408ef769bb6', '', '', '2019-01-17 17:20:29', '2019-01-17 14:20:29', '', 444, 'https://kligur.de/?post_type=acf-field&#038;p=867', 35, 'acf-field', '', 0),
(881, 1, '2019-01-18 15:09:52', '2019-01-18 12:09:52', '', '030', '', 'inherit', 'closed', 'closed', '', '030', '', '', '2019-01-18 15:09:52', '2019-01-18 12:09:52', '', 788, 'https://kligur.de/wp-content/uploads/030.png', 0, 'attachment', 'image/png', 0),
(882, 1, '2019-01-18 15:09:53', '2019-01-18 12:09:53', '', 'nyagan', '', 'inherit', 'closed', 'closed', '', 'nyagan', '', '', '2019-01-18 15:09:53', '2019-01-18 12:09:53', '', 788, 'https://kligur.de/wp-content/uploads/nyagan.png', 0, 'attachment', 'image/png', 0),
(883, 1, '2019-01-18 16:26:06', '2019-01-18 13:26:06', '', 'v tekst 3', '', 'inherit', 'closed', 'closed', '', 'v-tekst-3', '', '', '2019-01-18 16:26:06', '2019-01-18 13:26:06', '', 788, 'https://kligur.de/wp-content/uploads/v-tekst-3.png', 0, 'attachment', 'image/png', 0),
(884, 1, '2019-01-18 17:28:46', '2019-01-18 14:28:46', '', 'v tekst 4', '', 'inherit', 'closed', 'closed', '', 'v-tekst-4', '', '', '2019-01-18 17:28:46', '2019-01-18 14:28:46', '', 654, 'https://kligur.de/wp-content/uploads/v-tekst-4.png', 0, 'attachment', 'image/png', 0),
(885, 1, '2019-01-18 17:45:24', '2019-01-18 14:45:24', '', 'emk sin', '', 'inherit', 'closed', 'closed', '', 'emk-sin', '', '', '2019-01-18 17:45:24', '2019-01-18 14:45:24', '', 638, 'https://kligur.de/wp-content/uploads/emk-sin.png', 0, 'attachment', 'image/png', 0),
(886, 1, '2019-01-18 17:46:10', '2019-01-18 14:46:10', '', 'emk kra', '', 'inherit', 'closed', 'closed', '', 'emk-kra', '', '', '2019-01-18 17:46:10', '2019-01-18 14:46:10', '', 639, 'https://kligur.de/wp-content/uploads/emk-kra.png', 0, 'attachment', 'image/png', 0),
(887, 1, '2019-01-18 17:48:57', '2019-01-18 14:48:57', '', 'emk zel', '', 'inherit', 'closed', 'closed', '', 'emk-zel', '', '', '2019-01-18 17:48:57', '2019-01-18 14:48:57', '', 640, 'https://kligur.de/wp-content/uploads/emk-zel.png', 0, 'attachment', 'image/png', 0),
(941, 1, '2019-01-29 16:02:28', '2019-01-29 13:02:28', 'All are welcome to visit this website. However, by accessing this website, you are agreeing to be bound by the following Terms and Conditions of Use. IF YOU DO NOT AGREE TO BE BOUND BY THE FOLLOWING TERMS AND CONDITIONS OF USE, PLEASE EXIT THIS WEBSITE.\r\n\r\nBy accessing KLIGUR GMBH (hereinafter referred to as KLIGUR) World Wide Web (WWW) pages you agree to be bound by the following terms and conditions:\r\n\r\nCopyright\r\n\r\nThe visual appearance of this website and the contents of these WWW pages (including but not limited to text, images, and audiovisual elements) are copyright of KLIGUR (or its subsidiaries where so indicated and/or its licensors) and protected by copyright in Germany and under various foreign laws and treaties. The content is also protected by unregistered community design. All rights reserved.\r\n\r\nThe contents on the web site, including but not limited to, text, images and sound, may not, except for strictly private purposes or where otherwise indicated, be reproduced, transferred, distributed or stored without prior written permission by KLIGUR GMBH.\r\n\r\nModifications to the contents of the web site are expressly prohibited. Therefore, you may not for instance (i) distribute or transmit any such contents on or off line; (ii) modify, reuse or repost any such contents; (iii) remove any notations on downloaded materials which constitute notice or explanation of copyright, trademark, trade dress, patent or other intellectual property rights; (iv) use such contents for any public purpose, even if non-commercial; or (v) attempt to decompile, reverse-engineer or otherwise disassemble any software or other content on this website.\r\n\r\nThe use of press releases and other documents classified as public is permitted in public communications, if the source of information is mentioned. Otherwise reproduction, transfer, distribution or storage of part or all of the contents in any form without the prior written permission of KLIGUR GMBH is prohibited except in accordance with the following terms. The contents of KLIGUR WWW pages may be used for information purposes only and in such a manner that does not harm the reputation of KLIGUR Information provided on this WWW site is not allowed to be modified without the express written permission of KLIGUR. Individual documents contained in our WWW pages may be subject to additional terms indicated in those documents.\r\n\r\nSome parts of the web site contain images and materials that are subject to the copyright rights of their providers and are used by KLIGUR with permission. Use by you of such materials other than in accordance with these Terms and Conditions may infringe the rights of such other parties.\r\n\r\nKLIGUR consents to you an authorization to store on your computer or to print copies of extracts from these pages for your personal use only.\r\nTrademark rights\r\n\r\nThe KLIGUR GMBH and group name, logotype and the same of its subsidiaries and affiliates, as well as the brand names, product names and the trademarks of KLIGUR, its subsidiaries and affiliates are property of KLIGUR and/or its subsidiaries and affiliates.\r\n\r\nNo liability, warranties\r\n\r\nThe contents of KLIGUR’s WWW pages are provided \"as is\" and \"as available\". Except as required by applicable law no warranty of any kind, either express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, or non infringement, is made in relation to the correctness, accuracy, reliability or otherwise of the content of these pages. KLIGUR does not warrant that its pages or server that makes it available are free of viruses or other harmful components. Any KLIGUR documentation may include technical inaccuracies or typographical errors. Changes and additions may be made by KLIGUR to any information contained herein. KLIGUR reserves the right to revise the pages or withdraw access to them at any time.\r\n\r\nKLIGUR will not be liable in any manner whatsoever for any damages, including but not limited to direct, incidental, consequential, indirect, secondary, special, or punitive damages, losses or expenses or loss of profits related to accessing by you of KLIGUR WWW pages or any site linked thereto, or the inability to use the contents of these pages, or use or attempted use of information contained therein or related to any failure of performance, error, omission, interruption, defect, delay in operation or transmission, computer virus or line or system failure, even if KLIGUR or its representatives are advised of such damages, losses or expenses. In no event will KLIGUR’s damages exceed the cost, if any, paid by you for access to this site.\r\n\r\nKLIGUR assumes no responsibility for material owned, created or published by third parties that KLIGUR’s WWW pages contain a link to. By linking to such third-party site, you shall review and agree to that site\'s rules of use before using such site. A link to a non- KLIGUR site does not imply that KLIGUR endorses the site and the products or services referenced in such third-party site.\r\n\r\nSubmitting material\r\n\r\nKLIGUR welcomes you to transmit to this website any non-confidential comments you may have concerning KLIGUR’s products. If you have an idea which you wish KLIGUR to consider using in return for compensation to you, do not transmit it to this website or otherwise over Internet. When submitting material to us for example by e-mail or through our WWW pages, you as provider of material agree to the following terms: (1) You make the material available knowing that we may publish it; (2) You warrant that the material will not contain any item that is unlawful or otherwise unfit for publication; (3) You will use reasonable efforts to scan and remove any viruses or other contaminating or destructive features before submitting any material; (4) You agree to indemnify us if any third party takes action against us in relation to the material you submit; (5) You agree not to take action against us in respect of said material; and (6) You own the material or have unlimited right to provide it to us and KLIGUR may publish the material and/or incorporate it, or any concepts described in it, in our products without accountability or liability of compensation.\r\n\r\nAll rights reserved\r\n\r\nAll rights not expressly granted hereby are reserved. KLIGUR reserves the right to change these Terms and Conditions at any time by updating this posting. You are bound by any such changes and should therefore periodically check this Terms and Conditions statement.\r\n\r\nSite ownership\r\n\r\nThis web site is owned and published by:\r\nKliGur GmbH\r\nKaiserstr. 10 D-66578 Schiffweiler Deutschland\r\n\r\nTel: +49 (0) 6821 912 74 43\r\n\r\nFax: +49 (0) 6821 951 76 01\r\n\r\nE-mail: office@kligur.de\r\n\r\nContact\r\n\r\nIn case you have questions about the above sections, do not hesitate to contact KLIGUR (publ) through the KLIGUR GMBH contact page.', 'Legal terms and conditions', '', 'publish', 'closed', 'closed', '', 'legal-terms-and-conditions', '', '', '2019-01-29 16:05:32', '2019-01-29 13:05:32', '', 0, 'https://kligur.de/?page_id=941', 0, 'page', '', 0),
(942, 1, '2019-01-29 16:05:57', '2019-01-29 13:05:57', '<h2>Richtlinie für die Verwendung von Cookies</h2>\r\nKligur verwendet auf dieser Webseite Cookies, um Ihnen Dienste individuell zur Verfügung zu stellen. Wenn Sie der Verwendung von Cookies nicht zustimmen, können Sie diese Dienste nicht nutzen.\r\n<h3>Was sind Cookies?</h3>\r\nCookies sind kleine Textdateien mit Informationen, die beim Besuch einer Website auf Ihrem Computer gespeichert werden. Ein Cookie speichert Informationen, die verwendet werden, um die Ihnen individuell angebotenen Dienste zu verbessern und um Kligur als Betreiber der Website zu ermöglichen, das Nutzerverhalten zu analysieren.\r\n<h3>Wofür verwendet Alfa Laval Cookies?</h3>\r\nKligur verwendet Cookies, um Ihre Nutzerpräferenzen zu erinnern, um anonyme Nutzerstatistiken zu speichern, für Marketingzwecke, um die Qualität unserer Dienste zu verbessern und um zu verstehen, wie Nutzer unsere Websites nutzen. Wir verwenden Cookies, um Trends und Muster über die Nutzung unserer Webseite zu verfolgen.\r\n<h3>Cookies auf dieser Website</h3>\r\nWir verwenden sowohl „First Party“-Cookies (nur von Kligur verwendete Cookies) als auch „Third Party“-Cookies (von einer Website Dritter stammende Cookies). First-Party-Cookies werden verwendet, um Präferenzen und Daten zu speichern, die für die Nutzung unserer gesamten Website erforderlich sind. Wir verwenden Third-Party Cookies, um mit Hilfe von Webstatistiken Dritter, wie zum Beispiel Google Analytics, Trends und Muster über die Nutzung unserer Webseite zu verfolgen. Diese Cookies werden ausschließlich von den Kligur Websites und dem Anbieter der Webstatistiken verarbeitet. Wir geben diese Informationen nicht an Dritte weiter.\r\n<h3>Nachfolgend sind die genutzten Cookies und deren Zweck aufgeführt.</h3>\r\n<table width=\"695\">\r\n<tbody>\r\n<tr>\r\n<td>Anbieter des Cookies</td>\r\n<td>Cookie Typ</td>\r\n<td>Cookie Typ</td>\r\n</tr>\r\n<tr>\r\n<td>Google Analytics</td>\r\n<td>First Party_ga*</td>\r\n<td>Web Analytics (anonyme Nutzungsstatistiken)</td>\r\n</tr>\r\n<tr>\r\n<td>Episerver</td>\r\n<td>First Party_EPiForm*</td>\r\n<td>Validieren und Speichern von Daten, die von Ihnen auf der Website eingegeben wurden.</td>\r\n</tr>\r\n<tr>\r\n<td>Apsis</td>\r\n<td>First Party_ .AL</td>\r\n<td>Verfolgen und Speichern von Nutzerdaten, die über Newsletter auf unsere Website gehen.</td>\r\n</tr>\r\n<tr>\r\n<td>Hotjar</td>\r\n<td>First Party_hj*</td>\r\n<td>Messen und Verfolgen von Nutzerverhalten.</td>\r\n</tr>\r\n<tr>\r\n<td>Microsoft</td>\r\n<td>First Party_ ASP.NET</td>\r\n<td>Identifizieren der Nutzer-Session auf dem Server.</td>\r\n</tr>\r\n<tr>\r\n<td>Cookies Consent Service</td>\r\n<td>First Party cookieconsent-status</td>\r\n<td>Verwendet von <u><a href=\"https://cookieconsent.insites.com/\">Cookie Consent</a></u> Service, um die Zustimmung zur Verwendung für Cookies zu speichern.</td>\r\n</tr>\r\n<tr>\r\n<td>Saved-region</td>\r\n<td>First Party saved-region</td>\r\n<td>Zum Speichern Ihrer bevorzugten Website-Einstellung.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<ul>\r\n 	<li>.AL – Wird von <u>Apsis Lead</u>verwendet, um Nutzerdaten, die von einem Newsletter auf die Website kommen, nachzuvollziehen und zu speichern.</li>\r\n 	<li>.EPiForm* – Wird verwendet, um Daten zu analysieren und zu speichern, die Sie in den Formularen auf der Website eingetragen haben.</li>\r\n 	<li>_ga* – Wird von <u>Google Analytics</u>verwendet, um das Nutzerverhalten und die Website-Dienste zu verfolgen.</li>\r\n 	<li>_hj* – Wird von <u>Hotjar</u>verwendet, um das Nutzerverhalten zu messen und zu verfolgen.</li>\r\n 	<li>NET_SessionId – Wird verwendet, um die Nutzer-Session auf dem Server zu identifizieren.</li>\r\n 	<li>cookieconsent-status – Wird vom <u>Cookie Consent</u>Service verwendet, um Ihre Zustimmung zur Cookie-Verwendung zu dokumentieren.</li>\r\n 	<li>saved-region – wird verwendet, um sich an Ihre bevorzugte Website-Einstellung zu erinnern.</li>\r\n 	<li>Alle Cookies werden für zwei Jahre gespeichert.</li>\r\n</ul>\r\nWie blockieren und / oder löschen Sie Cookies?\r\n\r\nDie meisten Webbrowser haben Standardeinstellungen, die die Verwendung von Cookies akzeptieren. Sie können diese Einstellungen ändern, um entweder vor Cookies zu warnen oder sie zu blockieren. Sie können auch alle auf Ihrem Computer gespeicherten Cookies löschen.\r\n\r\nInformationen über die Löschung von Cookies oder die Einstellungen für Cookies finden Sie in ihrem Webbrowser.\r\n\r\nWenn Sie sich gegen die Nutzung von Cookies entscheiden, können Sie unsere Website nicht nutzen. Bitte schließen Sie Ihren Web-Browser und löschen Sie Ihre Cookies.\r\n\r\nÄnderungen und Fragen\r\n\r\nKligur ist berechtigt diese Richtlinie ohne vorherige Ankündigung zu ändern. Das letzte Änderungsdatum finden Sie am Ende der Seite.\r\n\r\nWenn Sie Fragen zu dieser Richtlinie haben, kontaktieren Sie uns bitte per E-Mail: office@kligur.de\r\n\r\n<em>Diese Richtlinie wurde zuletzt am 7. Februar 2018 aktualisiert.</em>\r\n\r\n&nbsp;', 'Cookies policy', '', 'inherit', 'closed', 'closed', '', '939-autosave-v1', '', '', '2019-01-29 16:05:57', '2019-01-29 13:05:57', '', 939, 'https://kligur.de/novosti/939-autosave-v1/', 0, 'revision', '', 0),
(975, 1, '2019-02-01 15:24:09', '2019-02-01 12:24:09', '', 'gaz2', '', 'inherit', 'closed', 'closed', '', 'gaz2', '', '', '2019-02-01 15:24:09', '2019-02-01 12:24:09', '', 649, 'https://kligur.de/wp-content/uploads/gaz2.jpg', 0, 'attachment', 'image/jpeg', 0),
(944, 1, '2019-01-29 16:24:25', '2019-01-29 13:24:25', '', 'Главная', '', 'inherit', 'closed', 'closed', '', '2-autosave-v1', '', '', '2019-01-29 16:24:25', '2019-01-29 13:24:25', '', 2, 'https://kligur.de/novosti/2-autosave-v1/', 0, 'revision', '', 0),
(1053, 1, '2019-02-15 17:34:36', '2019-02-15 14:34:36', 'Wir sind für die Qualität der gelieferten Geräte verantwortlich und übernehmen dementsprechend Garantie.\r\n\r\n<strong>Zusammen mit der Ausrüstung erhält der Kunde ein Paket mit unterstützenden Unterlagen:</strong>\r\n<ul>\r\n 	<li>Ausrüstungspass,</li>\r\n 	<li>Gerätebetriebsanleitung,</li>\r\n 	<li>ein Paket von Genehmigungen (auf Anfrage erhältlich).</li>\r\n</ul>\r\nWir garantieren, dass die Qualität der gelieferten Geräte den Anforderungen der aktuellen technischen Bedingungen entspricht. Um den ordnungsgemäßen Betrieb der Ausrüstung zu gewährleisten, muss der Kunde die Bedingungen und Regeln für Transport, Lagerung, Installation und Betrieb einhalten, die in den Anweisungen und im Reisepass beschrieben sind.\r\n\r\nIm Garantiefall reparieren oder ersetzen wir das Produkt als Ganzes und seine defekten Komponenten während der Garantiezeit.\r\n\r\nDie Gewährleistungsfrist für das gelieferte Gerät beträgt 12 Monate ab Inbetriebnahme.\r\n\r\nUm Garantieleistungen erbringen zu können, muss ein Reklamation erstellt werden.\r\n\r\nFür die Durchführung eines After-Sales-Service oder die Beschaffung von Ersatzteilen ist es erforderlich, eine Serviceanfrage unter der Rufnummer \"<strong>KliGur</strong>\" zu hinterlassen.', 'Garantie', '', 'publish', 'closed', 'closed', '', 'garantie', '', '', '2019-11-12 12:13:28', '2019-11-12 09:13:28', '', 0, 'https://kligur.de/?page_id=1053', 0, 'page', '', 0),
(1073, 1, '2019-11-13 16:12:03', '2019-11-13 13:12:03', '', 'Behältertechnik', '', 'inherit', 'closed', 'closed', '', '637-autosave-v1', '', '', '2019-11-13 16:12:03', '2019-11-13 13:12:03', '', 637, 'https://kligur.de/novosti/637-autosave-v1/', 0, 'revision', '', 0),
(1074, 1, '2019-11-15 11:42:15', '2019-11-15 08:42:15', '', 'Kapazitive zylindrische Geräte für gasförmige und flüssige Medien', '', 'inherit', 'closed', 'closed', '', '638-autosave-v1', '', '', '2019-11-15 11:42:15', '2019-11-15 08:42:15', '', 638, 'https://kligur.de/novosti/638-autosave-v1/', 0, 'revision', '', 0),
(1076, 1, '2019-12-18 17:01:15', '2019-12-18 14:01:15', '', 'new year de', '', 'inherit', 'closed', 'closed', '', 'new-year-de', '', '', '2019-12-18 17:01:15', '2019-12-18 14:01:15', '', 0, 'https://kligur.de/wp-content/uploads/new-year-de.jpg', 0, 'attachment', 'image/jpeg', 0),
(1113, 1, '2020-01-23 12:38:28', '2020-01-23 09:38:28', '', 'prev', '', 'publish', 'closed', 'closed', '', 'prev-4', '', '', '2020-01-30 12:14:04', '2020-01-30 09:14:04', '', 0, 'https://kligur.de/?p=1113', 2, 'nav_menu_item', '', 0),
(962, 1, '2019-02-01 14:41:55', '2019-02-01 11:41:55', '', 'neft sep', '', 'inherit', 'closed', 'closed', '', 'neft-sep', '', '', '2019-02-01 14:41:55', '2019-02-01 11:41:55', '', 646, 'https://kligur.de/wp-content/uploads/neft-sep.png', 0, 'attachment', 'image/png', 0),
(963, 1, '2019-02-01 14:56:37', '2019-02-01 11:56:37', '', 'fak1', '', 'inherit', 'closed', 'closed', '', 'fak1', '', '', '2019-02-01 14:56:37', '2019-02-01 11:56:37', '', 646, 'https://kligur.de/wp-content/uploads/fak1.jpg', 0, 'attachment', 'image/jpeg', 0),
(964, 1, '2019-02-01 14:56:38', '2019-02-01 11:56:38', '', 'fak2', '', 'inherit', 'closed', 'closed', '', 'fak2', '', '', '2019-02-01 14:56:38', '2019-02-01 11:56:38', '', 646, 'https://kligur.de/wp-content/uploads/fak2.jpg', 0, 'attachment', 'image/jpeg', 0),
(965, 1, '2019-02-01 14:56:39', '2019-02-01 11:56:39', '', 'fak3', '', 'inherit', 'closed', 'closed', '', 'fak3', '', '', '2019-02-01 14:56:39', '2019-02-01 11:56:39', '', 646, 'https://kligur.de/wp-content/uploads/fak3.jpg', 0, 'attachment', 'image/jpeg', 0),
(966, 1, '2019-02-01 14:56:39', '2019-02-01 11:56:39', '', 'fak4', '', 'inherit', 'closed', 'closed', '', 'fak4', '', '', '2019-02-01 14:56:39', '2019-02-01 11:56:39', '', 646, 'https://kligur.de/wp-content/uploads/fak4.jpg', 0, 'attachment', 'image/jpeg', 0),
(967, 1, '2019-02-01 14:56:40', '2019-02-01 11:56:40', '', 's5', '', 'inherit', 'closed', 'closed', '', 's5', '', '', '2019-02-01 14:56:40', '2019-02-01 11:56:40', '', 646, 'https://kligur.de/wp-content/uploads/s5.jpg', 0, 'attachment', 'image/jpeg', 0),
(968, 1, '2019-02-01 14:56:58', '2019-02-01 11:56:58', '', 'tube5', '', 'inherit', 'closed', 'closed', '', 'tube5', '', '', '2019-02-01 14:56:58', '2019-02-01 11:56:58', '', 646, 'https://kligur.de/wp-content/uploads/tube5.jpg', 0, 'attachment', 'image/jpeg', 0),
(969, 1, '2019-02-01 14:56:59', '2019-02-01 11:56:59', '', 'tube6', '', 'inherit', 'closed', 'closed', '', 'tube6', '', '', '2019-02-01 14:56:59', '2019-02-01 11:56:59', '', 646, 'https://kligur.de/wp-content/uploads/tube6.jpg', 0, 'attachment', 'image/jpeg', 0),
(970, 1, '2019-02-01 14:57:00', '2019-02-01 11:57:00', '', 'tube7', '', 'inherit', 'closed', 'closed', '', 'tube7', '', '', '2019-02-01 14:57:00', '2019-02-01 11:57:00', '', 646, 'https://kligur.de/wp-content/uploads/tube7.jpg', 0, 'attachment', 'image/jpeg', 0),
(971, 1, '2019-02-01 14:57:01', '2019-02-01 11:57:01', '', 'tube8', '', 'inherit', 'closed', 'closed', '', 'tube8', '', '', '2019-02-01 14:57:01', '2019-02-01 11:57:01', '', 646, 'https://kligur.de/wp-content/uploads/tube8.jpg', 0, 'attachment', 'image/jpeg', 0),
(972, 1, '2019-02-01 14:57:01', '2019-02-01 11:57:01', '', 'tube9', '', 'inherit', 'closed', 'closed', '', 'tube9', '', '', '2019-02-01 14:57:01', '2019-02-01 11:57:01', '', 646, 'https://kligur.de/wp-content/uploads/tube9.jpg', 0, 'attachment', 'image/jpeg', 0),
(973, 1, '2019-02-01 15:23:49', '2019-02-01 12:23:49', '', 'tube10', '', 'inherit', 'closed', 'closed', '', 'tube10', '', '', '2019-02-01 15:23:49', '2019-02-01 12:23:49', '', 649, 'https://kligur.de/wp-content/uploads/tube10.jpg', 0, 'attachment', 'image/jpeg', 0),
(974, 1, '2019-02-01 15:24:08', '2019-02-01 12:24:08', '', 'gaz1', '', 'inherit', 'closed', 'closed', '', 'gaz1', '', '', '2019-02-01 15:24:08', '2019-02-01 12:24:08', '', 649, 'https://kligur.de/wp-content/uploads/gaz1.jpg', 0, 'attachment', 'image/jpeg', 0),
(976, 1, '2019-02-01 15:24:21', '2019-02-01 12:24:21', '', 'gaz', '', 'inherit', 'closed', 'closed', '', 'gaz', '', '', '2019-02-01 15:24:21', '2019-02-01 12:24:21', '', 649, 'https://kligur.de/wp-content/uploads/gaz.png', 0, 'attachment', 'image/png', 0),
(979, 1, '2019-02-01 17:52:33', '2019-02-01 14:52:33', '', 'tube3', '', 'inherit', 'closed', 'closed', '', 'tube3', '', '', '2019-02-01 17:52:33', '2019-02-01 14:52:33', '', 787, 'https://kligur.de/wp-content/uploads/tube3.jpg', 0, 'attachment', 'image/jpeg', 0),
(980, 1, '2019-02-01 18:17:27', '2019-02-01 15:17:27', '', 'Plattenwärmetauscher', '', 'publish', 'closed', 'closed', '', '980', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 0, 'https://kligur.de/?p=980', 2, 'nav_menu_item', '', 0),
(981, 1, '2019-02-01 18:17:27', '2019-02-01 15:17:27', '', 'Spiralwärmetauscher', '', 'publish', 'closed', 'closed', '', '981', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 655, 'https://kligur.de/?p=981', 4, 'nav_menu_item', '', 0),
(982, 1, '2019-02-01 18:17:27', '2019-02-01 15:17:27', '', 'Gedichtete plattenwärmetauscher', '', 'publish', 'closed', 'closed', '', '982', '', '', '2020-01-13 18:43:21', '2020-01-13 15:43:21', '', 655, 'https://kligur.de/?p=982', 3, 'nav_menu_item', '', 0),
(990, 1, '2019-02-04 17:04:41', '2019-02-04 14:04:41', '<div class=\"faq-title\">Аппараты данного типа не работают на средах с высокими давлениями?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Сварные пакетные теплообменники работают на давлениях порядка 100 bar</div>\n<div class=\"faq-title\">Теплообменные стенки тонкие – они быстро прокорродируют?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Мы не идём по пути наращивания толщины рабочих элементов, мы выбираем правильное, коррозионно-стойкое материальное исполнение.</div>\n<div class=\"faq-title\">Динамические нагрузки: пульсации, резкие скачки и перепады давлений на линии подачи/отвода рабочих сред. Как быть с этим?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">\n\nПервостепенно необходимо узнать причину таких нагрузок и разобраться с ней. Далее предложены меры по компенсации динамических нагрузок:\n<ul>\n 	<li>В линии подачи рабочей среды со скачкообразным давление установить депульсатор или расширительный элемент. Большой объём этого элемента в сравнении с объёмом трубопровода будет рассеивать в себе пульсации.</li>\n 	<li>Также такой расширительный элемент можно запроектировать в самом теплообменном аппарате: скажем выполнить корпус аппарата с заведомо увеличенными объёмами полостей. Либо выполнить расширитель прямо на патрубке аппарата.</li>\n 	<li>Во избежание гидро/пневмоударов при пуске рекомендуется установить устройство плавного пуска (среда будет набирать давление постепенно).</li>\n 	<li>Задвижки в линии подачи рабочих сред следует открывать плавно.</li>\n 	<li>Также наш частый опыт – это установка промежуточных плит. Цель – уменьшить негативное влияние на теплообменный пакет.</li>\n</ul>\n</div>\n<div class=\"faq-title\">Узкие каналы – не работают на средах с большими механическими примесями<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Благодаря особой конструкции и геометрии: однонаправленная гофра, увеличенный зазор, не широкое поле теплообменной стенки, разборная полость, турбулентный режим течения сред в каналах позволяют продлить пробег между чистками и работать на средах с размером мех. примесей 3 мм.</div>\n<div class=\"faq-title\">Если аппарат забился намертво, то с ним ничего не сделаешь?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">В трубчатых аппаратах забитую полость высверливают с большими рисками повреждения труб. Необходимо не допускать подобного с сварными пакетными теплообменниками и вовремя осуществлять очистку оборудования</div>\n<div class=\"faq-title\">Узкие каналы провоцируют повышенные потери давления в аппарате<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Подбор аппарата на каждую позицию проводится индивидуально, поэтому подбор осуществляется с учётом максимально допустимых потерь давления в узле. Достигается это за счёт варьирования ширины канала, типом гофрировки, геометрией теплообменной стенки.</div>\n<div class=\"faq-title\">А если аппарат забьется при пуске?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><Рекомендуется после проведения каких-либо ремонтно-сварочных работ проводить продувку трубопроводов с целью не допустить попадание механических частиц в аппарат. Решением также могут быть фильтра перед аппаратом, либо банальная межфланцевая сетка.</div>\n<div class=\"faq-title\">Температурные расширения: в следствии большой разности температур на разных концах теплообменной стенки металл начинает расширятся. В том случае когда теплообменные стенки заневолены сваркой (к корпусу) могут быть разрывы поля теплообменной стенки.<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">В сварных пакетных теплообменниках существуют меры по компенсации расширений. Теплообменный пакет в одной из частей корпуса не заневолен и совершает передвижения. Движения происходят через компенсатор температурных расширений, либо особое конструкционное решение – U-пакет (приварка теплообменного пакета в одной из частей корпуса полностью отсутствует – свободное перемещение).</div>\n<div class=\"faq-title\">Что делать с размерзанием?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Для недопущения замерзания воды в каналах аппарата, например, во время остановок либо хранения, следует обязательно её дренировать. А если есть постоянные риски замерзания воды внутри каналов перейти на использование всевозможных рассолов или гликолей.</div>\n<div class=\"faq-title\">Несоответствие режима работы аппарата опросному листу либо техническому заданию<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\">Мы стараемся не ограничиваться одним опросным листом, а максимально прорабатывать задачу в комплексе с учётом технологии линии и возможных отклонений о заданных параметров.</div>\n<div class=\"faq-title\">Есть инструкция по экс?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<h2>Другие вопросы</h2>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>', 'Сварной пакетный теплообменник', '', 'inherit', 'closed', 'closed', '', '983-autosave-v1', '', '', '2019-02-04 17:04:41', '2019-02-04 14:04:41', '', 983, 'https://kligur.de/novosti/983-autosave-v1/', 0, 'revision', '', 0),
(991, 1, '2019-02-05 13:32:56', '2019-02-05 10:32:56', '', 'Проект 1 анимация 2 (convert-video-online.com) (1)', '', 'inherit', 'closed', 'closed', '', 'proekt-1-animatsiya-2-convert-video-online-com-1', '', '', '2019-02-05 13:32:56', '2019-02-05 10:32:56', '', 651, 'https://kligur.de/wp-content/uploads/Proekt-1-animatsiya-2-convert-video-online.com-1.gif', 0, 'attachment', 'image/gif', 0),
(992, 1, '2019-02-05 13:48:58', '2019-02-05 10:48:58', '', 'Проект 1 анимация 2 (convert-video-online.com) (2) (1)', '', 'inherit', 'closed', 'closed', '', 'proekt-1-animatsiya-2-convert-video-online-com-2-1', '', '', '2019-02-05 13:48:58', '2019-02-05 10:48:58', '', 651, 'https://kligur.de/wp-content/uploads/Proekt-1-animatsiya-2-convert-video-online.com-2-1.gif', 0, 'attachment', 'image/gif', 0),
(993, 1, '2019-02-05 13:52:16', '2019-02-05 10:52:16', '', 'Проект 1 анимация 2 (convert-video-online.com) (3) (2)', '', 'inherit', 'closed', 'closed', '', 'proekt-1-animatsiya-2-convert-video-online-com-3-2', '', '', '2019-02-05 13:52:16', '2019-02-05 10:52:16', '', 651, 'https://kligur.de/wp-content/uploads/Proekt-1-animatsiya-2-convert-video-online.com-3-2.gif', 0, 'attachment', 'image/gif', 0),
(995, 1, '2019-02-05 15:34:38', '2019-02-05 12:34:38', '', 'Promivka2_cut_001 (convert-video-online.com) (1)', '', 'inherit', 'closed', 'closed', '', 'promivka2_cut_001-convert-video-online-com-1', '', '', '2019-02-05 15:34:38', '2019-02-05 12:34:38', '', 651, 'https://kligur.de/wp-content/uploads/Promivka2_cut_001-convert-video-online.com-1.gif', 0, 'attachment', 'image/gif', 0),
(996, 1, '2019-02-05 17:22:01', '2019-02-05 14:22:01', '', 'Н05', '', 'inherit', 'closed', 'closed', '', 'n05', '', '', '2019-02-05 17:22:01', '2019-02-05 14:22:01', '', 651, 'https://kligur.de/wp-content/uploads/N05.gif', 0, 'attachment', 'image/gif', 0),
(1007, 1, '2019-02-11 10:36:08', '2019-02-11 07:36:08', '', 'IMG-c1873a7796332104ac00f8ccc108bbac-V', '', 'inherit', 'closed', 'closed', '', 'img-c1873a7796332104ac00f8ccc108bbac-v', '', '', '2019-02-11 10:36:08', '2019-02-11 07:36:08', '', 1003, 'https://kligur.de/wp-content/uploads/IMG-c1873a7796332104ac00f8ccc108bbac-V.jpg', 0, 'attachment', 'image/jpeg', 0),
(998, 1, '2019-02-05 17:46:32', '2019-02-05 14:46:32', '', 'web1', '', 'inherit', 'closed', 'closed', '', 'web1', '', '', '2019-02-05 17:46:32', '2019-02-05 14:46:32', '', 0, 'https://kligur.de/wp-content/uploads/web1.png', 0, 'attachment', 'image/png', 0),
(999, 1, '2019-02-05 17:50:25', '2019-02-05 14:50:25', '', 'web1-1', '', 'inherit', 'closed', 'closed', '', 'web1-1', '', '', '2019-02-05 17:50:25', '2019-02-05 14:50:25', '', 0, 'https://kligur.de/wp-content/uploads/web1-1.png', 0, 'attachment', 'image/png', 0),
(1010, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Name4', 'company_employee_name4', 'publish', 'closed', 'closed', '', 'field_5c612ce132023', '', '', '2019-02-15 15:45:46', '2019-02-15 12:45:46', '', 585, 'https://kligur.de/?post_type=acf-field&#038;p=1010', 24, 'acf-field', '', 0),
(1011, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Position4', 'company_employee_position4', 'publish', 'closed', 'closed', '', 'field_5c612d0b32024', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1011', 25, 'acf-field', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1012, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Text4', 'company_employee_text4', 'publish', 'closed', 'closed', '', 'field_5c612d2432025', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1012', 26, 'acf-field', '', 0),
(1013, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Company Employee Photo4', 'company_employee_photo4', 'publish', 'closed', 'closed', '', 'field_5c612d3432026', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1013', 27, 'acf-field', '', 0),
(1014, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Name5', 'company_employee_name5', 'publish', 'closed', 'closed', '', 'field_5c612d4532027', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1014', 28, 'acf-field', '', 0),
(1015, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Position5', 'company_employee_position5', 'publish', 'closed', 'closed', '', 'field_5c612d4e32028', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1015', 29, 'acf-field', '', 0),
(1016, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Company Employee Text5', 'company_employee_text5', 'publish', 'closed', 'closed', '', 'field_5c612d5632029', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1016', 30, 'acf-field', '', 0),
(1003, 1, '2019-02-11 10:06:37', '2019-02-11 07:06:37', '', 'Spalte Ausrüstung', '', 'publish', 'closed', 'closed', '', 'spalte-ausrustung', '', '', '2020-01-23 17:20:37', '2020-01-23 14:20:37', '', 0, 'https://kligur.de/?page_id=1003', 0, 'page', '', 0),
(989, 1, '2019-02-03 19:12:57', '2019-02-03 16:12:57', '<h3>Становись частью команды. Присылай свое резюме на почту</h3>\n<div class=\"faq-title\">Excepteur sint occaecat cupidatat non proident?<i class=\"faq-title-arrow\"></i></div>\n<div class=\"faq-text\"><img class=\"size-full wp-image-522\" src=\"https://kligur.de/wp-content/uploads/faq.jpg\" alt=\"\" width=\"226\" height=\"112\" />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>', 'Карьера', '', 'inherit', 'closed', 'closed', '', '632-autosave-v1', '', '', '2019-02-03 19:12:57', '2019-02-03 16:12:57', '', 632, 'https://kligur.de/novosti/632-autosave-v1/', 0, 'revision', '', 0),
(1017, 1, '2019-02-11 11:08:34', '2019-02-11 08:08:34', 'a:15:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Company Employee Photo5', 'company_employee_photo5', 'publish', 'closed', 'closed', '', 'field_5c612d5f3202a', '', '', '2019-02-11 11:08:34', '2019-02-11 08:08:34', '', 585, 'https://kligur.de/?post_type=acf-field&p=1017', 31, 'acf-field', '', 0),
(1019, 1, '2019-02-11 11:10:37', '2019-02-11 08:10:37', '', 'аватар', '', 'inherit', 'closed', 'closed', '', 'avatar', '', '', '2019-02-11 11:10:37', '2019-02-11 08:10:37', '', 613, 'https://kligur.de/wp-content/uploads/avatar.jpg', 0, 'attachment', 'image/jpeg', 0),
(1020, 1, '2020-01-21 14:15:13', '2020-01-21 11:15:13', '<div class=\"home-block9\">\n<div class=\"home-block9-title\">Unsere Partner</div>\n[gallery ids=\"434,433,430,431,432,428,429,426,427,425,424,423,422,421,420,418,419\"]\n\n</div>', 'Über die Firma', '', 'inherit', 'closed', 'closed', '', '613-autosave-v1', '', '', '2020-01-21 14:15:13', '2020-01-21 11:15:13', '', 613, 'https://kligur.de/novosti/613-autosave-v1/', 0, 'revision', '', 0),
(1021, 1, '2019-02-11 14:04:34', '2019-02-11 11:04:34', '', 'качество', '', 'inherit', 'closed', 'closed', '', 'kachestvo', '', '', '2019-02-11 14:04:34', '2019-02-11 11:04:34', '', 621, 'https://kligur.de/wp-content/uploads/kachestvo.jpg', 0, 'attachment', 'image/jpeg', 0),
(1049, 1, '2019-02-14 19:01:32', '2019-02-14 16:01:32', '', '3шт', '', 'inherit', 'closed', 'closed', '', '3sht', '', '', '2019-02-14 19:01:32', '2019-02-14 16:01:32', '', 651, 'https://kligur.de/wp-content/uploads/3sht.jpg', 0, 'attachment', 'image/jpeg', 0),
(1047, 1, '2019-02-14 18:36:20', '2019-02-14 15:36:20', '', '2труб', '', 'inherit', 'closed', 'closed', '', '2trub', '', '', '2019-02-14 18:36:20', '2019-02-14 15:36:20', '', 651, 'https://kligur.de/wp-content/uploads/2trub.png', 0, 'attachment', 'image/png', 0),
(1051, 1, '2019-02-14 19:28:44', '2019-02-14 16:28:44', '', 'резерв', '', 'inherit', 'closed', 'closed', '', 'rezerv', '', '', '2019-02-14 19:28:44', '2019-02-14 16:28:44', '', 651, 'https://kligur.de/wp-content/uploads/rezerv.png', 0, 'attachment', 'image/png', 0),
(1054, 1, '2019-02-15 18:09:17', '2019-02-15 15:09:17', '', 'Mitarbeiterschulung', '', 'publish', 'closed', 'closed', '', 'mitarbeiterschulung', '', '', '2020-01-27 15:38:21', '2020-01-27 12:38:21', '', 0, 'https://kligur.de/?page_id=1054', 0, 'page', '', 0),
(1055, 1, '2019-02-15 18:08:58', '2019-02-15 15:08:58', '', 'обуч', '', 'inherit', 'closed', 'closed', '', 'obuch', '', '', '2019-02-15 18:08:58', '2019-02-15 15:08:58', '', 1054, 'https://kligur.de/wp-content/uploads/obuch.jpg', 0, 'attachment', 'image/jpeg', 0),
(1057, 1, '2019-02-15 18:14:55', '2019-02-15 15:14:55', '', 'Mitarbeiterschulung', '', 'publish', 'closed', 'closed', '', '1057', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=1057', 11, 'nav_menu_item', '', 0),
(1058, 1, '2019-02-15 18:14:55', '2019-02-15 15:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '1058', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=1058', 12, 'nav_menu_item', '', 0),
(1132, 1, '2020-01-29 10:54:40', '2020-01-29 07:54:40', '', 'Röhrenwärmetauscher', '', 'inherit', 'closed', 'closed', '', '652-autosave-v1', '', '', '2020-01-29 10:54:40', '2020-01-29 07:54:40', '', 652, 'https://kligur.de/neuigkeiten/652-autosave-v1/', 0, 'revision', '', 0),
(1068, 1, '2019-10-29 10:36:40', '2019-10-29 07:36:40', '', 'Luftkühler', '', 'inherit', 'closed', 'closed', '', '653-autosave-v1', '', '', '2019-10-29 10:36:40', '2019-10-29 07:36:40', '', 653, 'https://kligur.de/novosti/653-autosave-v1/', 0, 'revision', '', 0),
(1072, 1, '2019-11-12 12:13:00', '2019-11-12 09:13:00', 'Wir sind für die Qualität der gelieferten Geräte verantwortlich und übernehmen dementsprechend Garantie.\n\n<strong>Zusammen mit der Ausrüstung erhält der Kunde ein Paket mit unterstützenden Unterlagen:</strong>\n<ul>\n 	<li>Ausrüstungspass,</li>\n 	<li>Gerätebetriebsanleitung,</li>\n 	<li>ein Paket von Genehmigungen (auf Anfrage erhältlich).</li>\n 	<li>Wir garantieren, dass die Qualität der gelieferten Geräte den Anforderungen der aktuellen technischen Bedingungen entspricht. Um den ordnungsgemäßen Betrieb der Ausrüstung zu gewährleisten, muss der Kunde die Bedingungen und Regeln für Transport, Lagerung, Installation und Betrieb einhalten, die in den Anweisungen und im Reisepass beschrieben sind.</li>\n</ul>\nIm Garantiefall reparieren oder ersetzen wir das Produkt als Ganzes und seine defekten Komponenten während der Garantiezeit.\n\nDie Gewährleistungsfrist für das gelieferte Gerät beträgt 12 Monate ab Inbetriebnahme.\n\nUm Garantieleistungen erbringen zu können, muss ein Reklamation erstellt werden.\n\nFür die Durchführung eines After-Sales-Service oder die Beschaffung von Ersatzteilen ist es erforderlich, eine Serviceanfrage unter der Rufnummer \"KliGur\" zu hinterlassen.\n\nГарантийный срок на поставленное оборудование составляет от 12 месяцев с даты ввода в эксплуатацию.\n\nДля осуществления гарантийного обслуживания необходимо составить акт рекламации.\n\nДля осуществления послегарантийного обслуживания или приобретения ЗИП необходимо оставить заявку на сервисное обслуживание по контактным телефонам <strong>«KliGur»</strong>.', 'Garantie', '', 'inherit', 'closed', 'closed', '', '1053-autosave-v1', '', '', '2019-11-12 12:13:00', '2019-11-12 09:13:00', '', 1053, 'https://kligur.de/novosti/1053-autosave-v1/', 0, 'revision', '', 0),
(1080, 1, '2020-01-13 19:01:24', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-01-13 19:01:24', '0000-00-00 00:00:00', '', 0, 'https://kligur.de/?p=1080', 1, 'nav_menu_item', '', 0),
(1081, 1, '2020-01-13 19:05:43', '2020-01-13 16:05:43', '', 'Projekte', '', 'publish', 'closed', 'closed', '', 'projekte', '', '', '2020-01-23 12:37:05', '2020-01-23 09:37:05', '', 0, 'https://kligur.de/?p=1081', 13, 'nav_menu_item', '', 0),
(1097, 1, '2020-01-21 18:04:51', '2020-01-21 15:04:51', '', 'fak3', '', 'inherit', 'closed', 'closed', '', 'fak3-2', '', '', '2020-01-21 18:04:51', '2020-01-21 15:04:51', '', 643, 'https://kligur.de/wp-content/uploads/fak3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1098, 1, '2020-01-21 18:04:51', '2020-01-21 15:04:51', '', 'fak4', '', 'inherit', 'closed', 'closed', '', 'fak4-2', '', '', '2020-01-21 18:04:51', '2020-01-21 15:04:51', '', 643, 'https://kligur.de/wp-content/uploads/fak4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1099, 1, '2020-01-21 18:04:52', '2020-01-21 15:04:52', '', 'gaz1', '', 'inherit', 'closed', 'closed', '', 'gaz1-2', '', '', '2020-01-21 18:04:52', '2020-01-21 15:04:52', '', 643, 'https://kligur.de/wp-content/uploads/gaz1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1100, 1, '2020-01-21 18:04:53', '2020-01-21 15:04:53', '', 'gaz2', '', 'inherit', 'closed', 'closed', '', 'gaz2-2', '', '', '2020-01-21 18:04:53', '2020-01-21 15:04:53', '', 643, 'https://kligur.de/wp-content/uploads/gaz2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1101, 1, '2020-01-21 18:04:54', '2020-01-21 15:04:54', '', 's1', '', 'inherit', 'closed', 'closed', '', 's1-2', '', '', '2020-01-21 18:04:54', '2020-01-21 15:04:54', '', 643, 'https://kligur.de/wp-content/uploads/s1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1102, 1, '2020-01-21 18:04:55', '2020-01-21 15:04:55', '', 's2', '', 'inherit', 'closed', 'closed', '', 's2-2', '', '', '2020-01-21 18:04:55', '2020-01-21 15:04:55', '', 643, 'https://kligur.de/wp-content/uploads/s2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1103, 1, '2020-01-21 18:04:55', '2020-01-21 15:04:55', '', 's3', '', 'inherit', 'closed', 'closed', '', 's3-2', '', '', '2020-01-21 18:04:55', '2020-01-21 15:04:55', '', 643, 'https://kligur.de/wp-content/uploads/s3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1104, 1, '2020-01-21 18:04:56', '2020-01-21 15:04:56', '', 's4', '', 'inherit', 'closed', 'closed', '', 's4-2', '', '', '2020-01-21 18:04:56', '2020-01-21 15:04:56', '', 643, 'https://kligur.de/wp-content/uploads/s4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1105, 1, '2020-01-21 18:04:57', '2020-01-21 15:04:57', '', 's5', '', 'inherit', 'closed', 'closed', '', 's5-2', '', '', '2020-01-21 18:04:57', '2020-01-21 15:04:57', '', 643, 'https://kligur.de/wp-content/uploads/s5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1106, 1, '2020-01-21 18:04:58', '2020-01-21 15:04:58', '', 'sep1', '', 'inherit', 'closed', 'closed', '', 'sep1', '', '', '2020-01-21 18:04:58', '2020-01-21 15:04:58', '', 643, 'https://kligur.de/wp-content/uploads/sep1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1107, 1, '2020-01-21 18:04:58', '2020-01-21 15:04:58', '', 'sep2', '', 'inherit', 'closed', 'closed', '', 'sep2', '', '', '2020-01-21 18:04:58', '2020-01-21 15:04:58', '', 643, 'https://kligur.de/wp-content/uploads/sep2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1108, 1, '2020-01-21 18:05:00', '2020-01-21 15:05:00', '', 'sep3', '', 'inherit', 'closed', 'closed', '', 'sep3', '', '', '2020-01-21 18:05:00', '2020-01-21 15:05:00', '', 643, 'https://kligur.de/wp-content/uploads/sep3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1121, 1, '2020-01-23 17:07:41', '2020-01-23 14:07:41', '', 'Screenshot_4', '', 'inherit', 'closed', 'closed', '', 'screenshot_4', '', '', '2020-01-23 17:07:41', '2020-01-23 14:07:41', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_4.png', 0, 'attachment', 'image/png', 0),
(1122, 1, '2020-01-23 17:08:39', '2020-01-23 14:08:39', '', 'Screenshot_5', '', 'inherit', 'closed', 'closed', '', 'screenshot_5', '', '', '2020-01-23 17:08:39', '2020-01-23 14:08:39', '', 651, 'https://kligur.de/wp-content/uploads/Screenshot_5.png', 0, 'attachment', 'image/png', 0),
(1125, 1, '2020-01-27 15:33:22', '2020-01-27 12:33:22', '', 'Ölraffinerie-Industrie', '', 'inherit', 'closed', 'closed', '', '689-autosave-v1', '', '', '2020-01-27 15:33:22', '2020-01-27 12:33:22', '', 689, 'https://kligur.de/neuigkeiten/689-autosave-v1/', 0, 'revision', '', 0),
(1126, 1, '2020-01-27 15:35:59', '2020-01-27 12:35:59', '', 'Mitarbeiterschulung', '', 'inherit', 'closed', 'closed', '', '1054-autosave-v1', '', '', '2020-01-27 15:35:59', '2020-01-27 12:35:59', '', 1054, 'https://kligur.de/neuigkeiten/1054-autosave-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Структура таблицы `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Neuigkeiten', 'neuigkeiten', 0),
(3, 'Нефть', 'neft', 0),
(2, '183', '183', 0),
(4, 'ГАЗ', 'gaz', 0),
(5, 'Металлургия', 'metallurgiya', 0),
(6, 'header-menu-p1', 'header-menu-p1', 0),
(7, 'header-menu-top', 'header-menu-top', 0),
(8, 'header-menu-p2', 'header-menu-p2', 0),
(9, 'header-menu-b1', 'header-menu-b1', 0),
(10, 'header-menu-b2', 'header-menu-b2', 0),
(11, 'header-mobile-menu', 'header-mobile-menu', 0);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(184, 2, 0),
(185, 2, 0),
(675, 6, 0),
(509, 5, 0),
(516, 3, 0),
(977, 6, 0),
(673, 6, 0),
(672, 6, 0),
(980, 6, 0),
(670, 6, 0),
(982, 6, 0),
(981, 6, 0),
(1027, 10, 0),
(1085, 7, 0),
(633, 7, 0),
(630, 7, 0),
(1079, 6, 0),
(626, 7, 0),
(1109, 8, 0),
(619, 7, 0),
(1081, 10, 0),
(661, 6, 0),
(660, 6, 0),
(687, 9, 0),
(1110, 10, 0),
(688, 10, 0),
(681, 8, 0),
(680, 8, 0),
(679, 8, 0),
(1009, 8, 0),
(683, 8, 0),
(682, 8, 0),
(696, 10, 0),
(793, 8, 0),
(795, 8, 0),
(693, 10, 0),
(697, 10, 0),
(698, 10, 0),
(699, 10, 0),
(1111, 10, 0),
(701, 10, 0),
(792, 10, 0),
(794, 8, 0),
(796, 8, 0),
(1113, 7, 0),
(1057, 10, 0),
(1058, 10, 0);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'ml-slider', '', 0, 0),
(3, 3, 'category', '', 0, 1),
(4, 4, 'category', '', 0, 0),
(5, 5, 'category', '', 0, 1),
(6, 6, 'nav_menu', '', 0, 11),
(7, 7, 'nav_menu', '', 0, 6),
(8, 8, 'nav_menu', '', 0, 11),
(9, 9, 'nav_menu', '', 0, 1),
(10, 10, 'nav_menu', '', 0, 14),
(11, 11, 'nav_menu', '', 0, 0);

-- --------------------------------------------------------

--
-- Структура таблицы `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'kligur'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,plugin_editor_notice,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(62, 1, 'session_tokens', 'a:1:{s:64:\"fedb0faef058c37f1a96c5d1eb5bc484c4fed2a2f095fe181dfdec956a1be135\";a:4:{s:10:\"expiration\";i:1610879136;s:2:\"ip\";s:12:\"31.202.62.43\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 OPR/73.0.3856.329\";s:5:\"login\";i:1610706336;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '1145'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"31.202.62.0\";}'),
(19, 1, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&align=left&hidetb=1&advImgDetails=show&imgsize=full'),
(20, 1, 'wp_user-settings-time', '1580376254'),
(51, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(52, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(53, 1, 'nav_menu_recently_edited', '7'),
(26, 1, 'screen_layout_acf-field-group', '2'),
(21, 1, 'closedpostboxes_page', 'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(22, 1, 'metaboxhidden_page', 'a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(23, 1, 'closedpostboxes_acf-field-group', 'a:1:{i:0;s:14:\"acftc-meta-box\";}'),
(24, 1, 'metaboxhidden_acf-field-group', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(25, 1, 'meta-box-order_acf-field-group', 'a:3:{s:4:\"side\";s:9:\"submitdiv\";s:6:\"normal\";s:80:\"acf-field-group-fields,acf-field-group-locations,acf-field-group-options,slugdiv\";s:8:\"advanced\";s:14:\"acftc-meta-box\";}'),
(50, 1, 'screen_layout_page', '2'),
(49, 1, 'meta-box-order_page', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:334:\"acf-group_5c1cd881e2601,acf-group_5c1e7abd7a544,acf-group_5c1e8389db67c,acf-group_5c1e83d1b113c,acf-group_5c20aa9b39fe4,acf-group_5c20b7d9e4ac2,acf-group_5c20edde4e518,acf-group_5c21d50854988,acf-group_5c21d50d2381e,acf-group_5c21d50fd8824,acf-group_5c21fb143d037,acf-group_5c22249943250,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),
(27, 2, 'nickname', 'demo'),
(28, 2, 'first_name', 'demo'),
(29, 2, 'last_name', ''),
(30, 2, 'description', ''),
(31, 2, 'rich_editing', 'true'),
(32, 2, 'syntax_highlighting', 'true'),
(33, 2, 'comment_shortcuts', 'false'),
(34, 2, 'admin_color', 'fresh'),
(35, 2, 'use_ssl', '0'),
(36, 2, 'show_admin_bar_front', 'true'),
(37, 2, 'locale', ''),
(38, 2, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(39, 2, 'wp_user_level', '0'),
(40, 2, 'dismissed_wp_pointers', 'wp496_privacy'),
(47, 1, 'closedpostboxes_post', 'a:1:{i:0;s:11:\"commentsdiv\";}'),
(48, 1, 'metaboxhidden_post', 'a:4:{i:0;s:13:\"trackbacksdiv\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(42, 2, 'wp_user-settings', 'mfold=o'),
(43, 2, 'wp_user-settings-time', '1545813892'),
(44, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"51.68.191.0\";}'),
(45, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(46, 1, 'metaboxhidden_dashboard', 'a:0:{}'),
(54, 1, 'edit_page_per_page', '40'),
(57, 1, 'wpcf7_hide_welcome_panel_on', 'a:1:{i:0;s:3:\"5.1\";}'),
(58, 1, 'meta-box-order_post', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:51:\"submitdiv,categorydiv,tagsdiv-post_tag,postimagediv\";s:6:\"normal\";s:96:\"acf-group_5c27a405e674d,postexcerpt,trackbacksdiv,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),
(59, 1, 'screen_layout_post', '2'),
(60, 2, 'session_tokens', 'a:1:{s:64:\"e1d5da218f3a365376fbb7ea2c1a90779ad3fd2077879f1216cd2111f1ed1fda\";a:4:{s:10:\"expiration\";i:1620688344;s:2:\"ip\";s:13:\"23.129.64.246\";s:2:\"ua\";s:100:\"Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36\";s:5:\"login\";i:1620515544;}}'),
(61, 1, 'wp_yoast_notifications', 'a:3:{i:0;a:2:{s:7:\"message\";s:674:\"Yoast SEO и Advanced Custom Fields могут работать лучше, если вы добавите вспомогательный плагин. Пожалуйста, установите <a href=\"https://kligur.de/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=446cc55e4a\">ACF Content Analysis for Yoast SEO</a>, чтобы сделать вашу жизнь проще. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"Больше информации о ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Больше информации</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:391:\"<strong>Серьёзная проблема для SEO: Вы блокируете доступ для поисковых роботов.</strong> Вы должны <a href=\"https://kligur.de/wp-admin/options-reading.php\">зайти в Настройки чтения</a> и убрать галочку рядом с пунктом \"Видимость для поисковых систем\".\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:1345:\"<strong>Обновите WordPress до последней версии</strong><br/>Мы заметили, что ваша версия WordPress устарела, что может привести в скором времени к ошибкам. Yoast (по причинам безопасности и стабильности) поддерживает только текущую и предыдущую версии WordPress. Когда выходит следующая версия WordPress, мы обеспечиваем поддержку WordPress версий 5.2 и 5.3. То есть, вы не сможете получить обновления Yoast SEO, пока вы не обновите ваш WordPress, поэтому, пожалуйста, уделите внимание обновлению WordPress до последней версии в ближайшее время!<br/><br/><br/><br/>Прочтите <a href=\"https://yoa.st/old-wp-support?php_version=7.2&platform=wordpress&platform_version=5.0.11&software=free&software_version=12.3&days_active=30plus&user_language=ru_RU\" target=\"_blank\" rel=\"nofollow\">это сообщение для получения дополнительной информации о том, почему мы не поддерживаем более старые версии.</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:31:\"wpseo-dismiss-wordpress-upgrade\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'kligur', '$P$BO6.HS1VIsDAqqOsv9dsrAnwNVeEQa0', 'kligur', 'admin@kligur.de', '', '2018-12-20 12:45:16', '', 0, 'kligur'),
(2, 'demo', '$P$BIbcOOJ6nIjy5tNMGk95QENfqynbQC.', 'demo', 'demo@kligur.de', '', '2018-12-26 08:19:21', '1545812361:$P$B/orRYPHYd/w.vaVTOQDteqUIFs1381', 0, 'demo');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `target_post_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`) VALUES
(25, 'https://kligur.de/kontaktdaten/', 651, 542, 'internal');

-- --------------------------------------------------------

--
-- Структура таблицы `wp_yoast_seo_meta`
--

CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `internal_link_count` int(10) UNSIGNED DEFAULT NULL,
  `incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Дамп данных таблицы `wp_yoast_seo_meta`
--

INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(2, 0, 0),
(653, 0, 0),
(785, 0, 0),
(1067, 0, 0),
(654, 0, 0),
(1071, 0, 0),
(1053, 0, 0),
(637, 0, 0),
(638, 0, 0),
(1070, 0, 0),
(1075, 0, 0),
(1032, 0, 0),
(1039, 0, 0),
(1040, 0, 0),
(1041, 0, 0),
(1042, 0, 0),
(1043, 0, 0),
(1044, 0, 0),
(1031, 0, 0),
(1077, 0, 0),
(613, 0, 0),
(618, 0, 0),
(632, 0, 0),
(542, 0, 1),
(1037, 0, 0),
(1091, 0, 0),
(643, 0, 0),
(1088, 0, 0),
(1089, 0, 0),
(1078, 0, 0),
(1086, 0, 0),
(1087, 0, 0),
(621, 0, 0),
(650, 0, 0),
(1115, 0, 0),
(651, 1, 0),
(1117, 0, 0),
(788, 0, 0),
(1003, 0, 0),
(1008, 0, 0),
(656, 0, 0),
(622, 0, 0),
(623, 0, 0),
(1035, 0, 0),
(492, 0, 0),
(1033, 0, 0),
(689, 0, 0),
(1054, 0, 0),
(1034, 0, 0),
(655, 0, 0),
(1127, 0, 0),
(1025, 0, 0),
(571, 0, 0),
(1124, 0, 0),
(791, 0, 0),
(1129, 0, 0),
(692, 0, 0),
(790, 0, 0),
(786, 0, 0),
(787, 0, 0),
(1082, 0, 0),
(652, 0, 0),
(1036, 0, 0),
(644, 0, 0),
(646, 0, 0),
(1133, 0, 0),
(647, 0, 0),
(1134, 0, 0),
(649, 0, 0),
(1135, 0, 0),
(657, 0, 0),
(631, 0, 0),
(986, 0, 0),
(987, 0, 0),
(1112, 0, 0),
(1136, 0, 0),
(1139, 0, 0),
(1140, 0, 0),
(1141, 0, 0),
(1142, 0, 0),
(1144, 0, 0),
(1143, 0, 0),
(1145, 0, 0);

--
-- Индексы сохранённых таблиц
--

--
-- Индексы таблицы `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Индексы таблицы `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Индексы таблицы `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Индексы таблицы `wp_mailpoet_custom_fields`
--
ALTER TABLE `wp_mailpoet_custom_fields`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name` (`name`);

--
-- Индексы таблицы `wp_mailpoet_dynamic_segment_filters`
--
ALTER TABLE `wp_mailpoet_dynamic_segment_filters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `segment_id` (`segment_id`);

--
-- Индексы таблицы `wp_mailpoet_feature_flags`
--
ALTER TABLE `wp_mailpoet_feature_flags`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name` (`name`);

--
-- Индексы таблицы `wp_mailpoet_forms`
--
ALTER TABLE `wp_mailpoet_forms`
  ADD PRIMARY KEY (`id`);

--
-- Индексы таблицы `wp_mailpoet_log`
--
ALTER TABLE `wp_mailpoet_log`
  ADD PRIMARY KEY (`id`);

--
-- Индексы таблицы `wp_mailpoet_mapping_to_external_entities`
--
ALTER TABLE `wp_mailpoet_mapping_to_external_entities`
  ADD PRIMARY KEY (`old_id`,`type`),
  ADD KEY `new_id` (`new_id`);

--
-- Индексы таблицы `wp_mailpoet_newsletters`
--
ALTER TABLE `wp_mailpoet_newsletters`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unsubscribe_token` (`unsubscribe_token`),
  ADD KEY `type_status` (`type`,`status`);

--
-- Индексы таблицы `wp_mailpoet_newsletter_links`
--
ALTER TABLE `wp_mailpoet_newsletter_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `newsletter_id` (`newsletter_id`),
  ADD KEY `queue_id` (`queue_id`),
  ADD KEY `url` (`url`(100));

--
-- Индексы таблицы `wp_mailpoet_newsletter_option`
--
ALTER TABLE `wp_mailpoet_newsletter_option`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `newsletter_id_option_field_id` (`newsletter_id`,`option_field_id`);

--
-- Индексы таблицы `wp_mailpoet_newsletter_option_fields`
--
ALTER TABLE `wp_mailpoet_newsletter_option_fields`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name_newsletter_type` (`newsletter_type`,`name`);

--
-- Индексы таблицы `wp_mailpoet_newsletter_posts`
--
ALTER TABLE `wp_mailpoet_newsletter_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `newsletter_id` (`newsletter_id`);

--
-- Индексы таблицы `wp_mailpoet_newsletter_segment`
--
ALTER TABLE `wp_mailpoet_newsletter_segment`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `newsletter_segment` (`newsletter_id`,`segment_id`);

--
-- Индексы таблицы `wp_mailpoet_newsletter_templates`
--
ALTER TABLE `wp_mailpoet_newsletter_templates`
  ADD PRIMARY KEY (`id`);

--
-- Индексы таблицы `wp_mailpoet_scheduled_tasks`
--
ALTER TABLE `wp_mailpoet_scheduled_tasks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `status` (`status`);

--
-- Индексы таблицы `wp_mailpoet_scheduled_task_subscribers`
--
ALTER TABLE `wp_mailpoet_scheduled_task_subscribers`
  ADD PRIMARY KEY (`task_id`,`subscriber_id`),
  ADD KEY `subscriber_id` (`subscriber_id`);

--
-- Индексы таблицы `wp_mailpoet_segments`
--
ALTER TABLE `wp_mailpoet_segments`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name` (`name`);

--
-- Индексы таблицы `wp_mailpoet_sending_queues`
--
ALTER TABLE `wp_mailpoet_sending_queues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `task_id` (`task_id`),
  ADD KEY `newsletter_id` (`newsletter_id`);

--
-- Индексы таблицы `wp_mailpoet_settings`
--
ALTER TABLE `wp_mailpoet_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name` (`name`);

--
-- Индексы таблицы `wp_mailpoet_statistics_clicks`
--
ALTER TABLE `wp_mailpoet_statistics_clicks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `newsletter_id` (`newsletter_id`),
  ADD KEY `queue_id` (`queue_id`),
  ADD KEY `subscriber_id` (`subscriber_id`),
  ADD KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`);

--
-- Индексы таблицы `wp_mailpoet_statistics_forms`
--
ALTER TABLE `wp_mailpoet_statistics_forms`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `form_subscriber` (`form_id`,`subscriber_id`);

--
-- Индексы таблицы `wp_mailpoet_statistics_newsletters`
--
ALTER TABLE `wp_mailpoet_statistics_newsletters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `newsletter_id` (`newsletter_id`),
  ADD KEY `subscriber_id` (`subscriber_id`);

--
-- Индексы таблицы `wp_mailpoet_statistics_opens`
--
ALTER TABLE `wp_mailpoet_statistics_opens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `newsletter_id` (`newsletter_id`),
  ADD KEY `queue_id` (`queue_id`),
  ADD KEY `subscriber_id` (`subscriber_id`),
  ADD KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`),
  ADD KEY `created_at` (`created_at`),
  ADD KEY `subscriber_id_created_at` (`subscriber_id`,`created_at`);

--
-- Индексы таблицы `wp_mailpoet_statistics_unsubscribes`
--
ALTER TABLE `wp_mailpoet_statistics_unsubscribes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `newsletter_id` (`newsletter_id`),
  ADD KEY `queue_id` (`queue_id`),
  ADD KEY `subscriber_id` (`subscriber_id`),
  ADD KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`);

--
-- Индексы таблицы `wp_mailpoet_statistics_woocommerce_purchases`
--
ALTER TABLE `wp_mailpoet_statistics_woocommerce_purchases`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `click_id_order_id` (`click_id`,`order_id`),
  ADD KEY `newsletter_id` (`newsletter_id`),
  ADD KEY `queue_id` (`queue_id`),
  ADD KEY `subscriber_id` (`subscriber_id`);

--
-- Индексы таблицы `wp_mailpoet_stats_notifications`
--
ALTER TABLE `wp_mailpoet_stats_notifications`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `newsletter_id_task_id` (`newsletter_id`,`task_id`),
  ADD KEY `task_id` (`task_id`);

--
-- Индексы таблицы `wp_mailpoet_subscribers`
--
ALTER TABLE `wp_mailpoet_subscribers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD UNIQUE KEY `unsubscribe_token` (`unsubscribe_token`),
  ADD KEY `wp_user_id` (`wp_user_id`),
  ADD KEY `updated_at` (`updated_at`),
  ADD KEY `status_deleted_at` (`status`,`deleted_at`),
  ADD KEY `last_subscribed_at` (`last_subscribed_at`),
  ADD KEY `link_token` (`link_token`);

--
-- Индексы таблицы `wp_mailpoet_subscriber_custom_field`
--
ALTER TABLE `wp_mailpoet_subscriber_custom_field`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `subscriber_id_custom_field_id` (`subscriber_id`,`custom_field_id`);

--
-- Индексы таблицы `wp_mailpoet_subscriber_ips`
--
ALTER TABLE `wp_mailpoet_subscriber_ips`
  ADD PRIMARY KEY (`created_at`,`ip`),
  ADD KEY `ip` (`ip`);

--
-- Индексы таблицы `wp_mailpoet_subscriber_segment`
--
ALTER TABLE `wp_mailpoet_subscriber_segment`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `subscriber_segment` (`subscriber_id`,`segment_id`),
  ADD KEY `segment_id` (`segment_id`);

--
-- Индексы таблицы `wp_mailpoet_user_flags`
--
ALTER TABLE `wp_mailpoet_user_flags`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_id_name` (`user_id`,`name`);

--
-- Индексы таблицы `wp_nextend2_image_storage`
--
ALTER TABLE `wp_nextend2_image_storage`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash` (`hash`);

--
-- Индексы таблицы `wp_nextend2_section_storage`
--
ALTER TABLE `wp_nextend2_section_storage`
  ADD PRIMARY KEY (`id`),
  ADD KEY `application` (`application`,`section`,`referencekey`),
  ADD KEY `application_2` (`application`,`section`);

--
-- Индексы таблицы `wp_nextend2_smartslider3_generators`
--
ALTER TABLE `wp_nextend2_smartslider3_generators`
  ADD PRIMARY KEY (`id`);

--
-- Индексы таблицы `wp_nextend2_smartslider3_sliders`
--
ALTER TABLE `wp_nextend2_smartslider3_sliders`
  ADD PRIMARY KEY (`id`);

--
-- Индексы таблицы `wp_nextend2_smartslider3_sliders_xref`
--
ALTER TABLE `wp_nextend2_smartslider3_sliders_xref`
  ADD PRIMARY KEY (`group_id`,`slider_id`);

--
-- Индексы таблицы `wp_nextend2_smartslider3_slides`
--
ALTER TABLE `wp_nextend2_smartslider3_slides`
  ADD PRIMARY KEY (`id`);

--
-- Индексы таблицы `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Индексы таблицы `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Индексы таблицы `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Индексы таблицы `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Индексы таблицы `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Индексы таблицы `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Индексы таблицы `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Индексы таблицы `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Индексы таблицы `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Индексы таблицы `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`);

--
-- Индексы таблицы `wp_yoast_seo_meta`
--
ALTER TABLE `wp_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT для сохранённых таблиц
--

--
-- AUTO_INCREMENT для таблицы `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT для таблицы `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_custom_fields`
--
ALTER TABLE `wp_mailpoet_custom_fields`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_dynamic_segment_filters`
--
ALTER TABLE `wp_mailpoet_dynamic_segment_filters`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_feature_flags`
--
ALTER TABLE `wp_mailpoet_feature_flags`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_forms`
--
ALTER TABLE `wp_mailpoet_forms`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_log`
--
ALTER TABLE `wp_mailpoet_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletters`
--
ALTER TABLE `wp_mailpoet_newsletters`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletter_links`
--
ALTER TABLE `wp_mailpoet_newsletter_links`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletter_option`
--
ALTER TABLE `wp_mailpoet_newsletter_option`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletter_option_fields`
--
ALTER TABLE `wp_mailpoet_newsletter_option_fields`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletter_posts`
--
ALTER TABLE `wp_mailpoet_newsletter_posts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletter_segment`
--
ALTER TABLE `wp_mailpoet_newsletter_segment`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_newsletter_templates`
--
ALTER TABLE `wp_mailpoet_newsletter_templates`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=76;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_scheduled_tasks`
--
ALTER TABLE `wp_mailpoet_scheduled_tasks`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=754;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_segments`
--
ALTER TABLE `wp_mailpoet_segments`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_sending_queues`
--
ALTER TABLE `wp_mailpoet_sending_queues`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_settings`
--
ALTER TABLE `wp_mailpoet_settings`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_statistics_clicks`
--
ALTER TABLE `wp_mailpoet_statistics_clicks`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_statistics_forms`
--
ALTER TABLE `wp_mailpoet_statistics_forms`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_statistics_newsletters`
--
ALTER TABLE `wp_mailpoet_statistics_newsletters`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_statistics_opens`
--
ALTER TABLE `wp_mailpoet_statistics_opens`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_statistics_unsubscribes`
--
ALTER TABLE `wp_mailpoet_statistics_unsubscribes`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_statistics_woocommerce_purchases`
--
ALTER TABLE `wp_mailpoet_statistics_woocommerce_purchases`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_stats_notifications`
--
ALTER TABLE `wp_mailpoet_stats_notifications`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_subscribers`
--
ALTER TABLE `wp_mailpoet_subscribers`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_subscriber_custom_field`
--
ALTER TABLE `wp_mailpoet_subscriber_custom_field`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_subscriber_segment`
--
ALTER TABLE `wp_mailpoet_subscriber_segment`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT для таблицы `wp_mailpoet_user_flags`
--
ALTER TABLE `wp_mailpoet_user_flags`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_nextend2_image_storage`
--
ALTER TABLE `wp_nextend2_image_storage`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT для таблицы `wp_nextend2_section_storage`
--
ALTER TABLE `wp_nextend2_section_storage`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12081;

--
-- AUTO_INCREMENT для таблицы `wp_nextend2_smartslider3_generators`
--
ALTER TABLE `wp_nextend2_smartslider3_generators`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_nextend2_smartslider3_sliders`
--
ALTER TABLE `wp_nextend2_smartslider3_sliders`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT для таблицы `wp_nextend2_smartslider3_slides`
--
ALTER TABLE `wp_nextend2_smartslider3_slides`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT для таблицы `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20793;

--
-- AUTO_INCREMENT для таблицы `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7587;

--
-- AUTO_INCREMENT для таблицы `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1146;

--
-- AUTO_INCREMENT для таблицы `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT для таблицы `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT для таблицы `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT для таблицы `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63;

--
-- AUTO_INCREMENT для таблицы `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT для таблицы `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
